/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/


h1.vc_do_custom_heading{
	margin-bottom:40px;
}
h2.vc_do_custom_heading{
	margin-bottom:60px;
}
h3.vc_do_custom_heading{
	margin-bottom:40px;
}
h4.vc_do_custom_heading{
	margin-bottom:20px;
}
h5.vc_do_custom_heading{
	margin-bottom:45px;
}
.porto-sicon-title,
h3.porto-sicon-title{
	font-size:30px;
	line-height:normal;
}
h4.porto-sicon-title{
	font-size:24px;
	line-height:normal;
}
ul {
    padding-left: 1rem;
}
ul li{
    font-size:16px;
	color:#333;
}
.ptop{
	padding-top:200px;
}
.ptopm{
	padding-top:110px;
}
.pbot{
	padding-bottom:180px;
}
.pbotm{
	padding-bottom:60px;
}
.vc_btn3.vc_btn3-color-white{
	color:#043775 !important;
	border-width:2px;
}
.vc_btn3.vc_btn3-color-white:after{
	content:"";
	display:block;
	position:absolute;
	left:1px;
	top:1px;
	height:calc(100% - 2px);
	width:calc(100% - 2px);
	border: 2px solid #0055C1;
	border-radius:28px;
	transition:0.3s;
}
.vc_btn3.vc_btn3-color-white:hover{
	background-color:#0055C1 !important;
	color:#fff !important;
	border-width:2px;
}
.vc_btn3.vc_btn3-color-white:hover:after{
	transform:scale(1.1);
	transition:0.3s;
	opacity:0;
}
.vc_btn3.vc_btn3-color-blue{
	background-color:#0055C1 !important;
}
.vc_btn3.vc_btn3-color-blue:after{
	content:"";
	display:block;
	position:absolute;
	left:1px;
	top:1px;
	height:calc(100% - 2px);
	width:calc(100% - 2px);
	border: 2px solid #fff;
	border-radius:28px;
	transition:0.3s;
}
.vc_btn3.vc_btn3-color-blue:hover{
	background-color:#043775 !important;
}
.vc_btn3.vc_btn3-color-blue:hover:after{
	transform:scale(1.1);
	transition:0.3s;
	opacity:0;
}
.vc_btn3-style-flat,
.vc_btn3.vc_btn3-style-classic{
	padding: 20px 40px !important;
	font-size: 14px !important;
	font-style: normal;
	font-weight: 500;
	line-height: 16px !important;
	text-transform: uppercase;
	min-width:200px;
}
.vc_btn3.vc_btn3-shape-round {
    border-radius:30px !important;
}
.vc_btn3.vc_btn3-color-default{
	color:#fff !important;
	background-color:transparent !important;
	border-color:#fff !important;
	border-width:2px;
}
.vc_btn3.vc_btn3-color-default:hover{
	border-width:2px;
	color:#0055C1 !important;
	background-color:#fff !important;
}
.r-pic .col-md-6:last-child{
	padding-left:100px;
}
.r-pic .col-md-6:last-child .wpb_single_image img{
	border-radius:30px;
	box-shadow: 0 25px 30px 0 rgba(0, 85, 193, 0.10);
}
.l-pic .col-md-6:first-child{
	padding-right:100px;
}
.l-pic .col-md-6:nth-child(1) .wpb_single_image img{
	border-radius:30px;
	box-shadow: 0 25px 30px 0 rgba(0, 85, 193, 0.10);
}
.l-pic .vc_gitem-zone,
.r-pic .vc_gitem-zone{
	border-radius:30px !important;
}
.l-pic .vc_grid-container,
.r-pic .vc_grid-container{
	margin-bottom:20px;
}
.title-c-line{
	position:relative;
}
.title-c-line:after{
	content:"";
	display:block;
	position:absolute;
	bottom:-15px;
	left:calc(50% - 40px);
	width: 80px;
	height: 4px;
	background: #0055C1;
}

.title-l-line{
	position:relative;
}
.title-l-line:after{
	content:"";
	display:block;
	position:absolute;
	bottom:-11px;
	left:0;
	width: 80px;
	height: 4px;
	background: #0055C1;
}
.title-w-c-line:after,
.title-w-l-line:after{
	background: #fff;
}
.section-video .video-overlay{
	opacity: 0.8;
	background: linear-gradient(283deg, var(--Blue, #0055C1) 44.51%, #043775 100%);
}
.ptopblog{
	padding-top:50px;
}
@media screen and (max-width:1460px){
	.ptop{
		padding-top:160px;
	}
	.pbot{
		padding-bottom:140px;
	}
	.container{
		max-width: 1200px;
	}
	h1.vc_do_custom_heading{
		font-size:44px;
		line-height:48px;
		margin-bottom:30px;
	}
	h2.vc_do_custom_heading{
		margin-bottom:50px;
		font-size:36px;
		line-height:42px;
	}
	h3, h3.vc_do_custom_heading{
		font-size: 27px;
		line-height: normal;
	}
	h4.vc_do_custom_heading{
		font-size: 22px;
		
	}
	h5, h5.vc_do_custom_heading{
		font-size:19px;
		line-height:25px;
		margin-bottom:40px;
	}
	.porto-sicon-title,
	h3.porto-sicon-title{
		font-size:26px;
	}
	h4.porto-sicon-title{
		font-size:20px;
	}
	.r-pic .col-md-6:last-child{
		padding-left:85px;
	}
	.l-pic .col-md-6:first-child{
		padding-right:85px;
	}
	.l-pic .vc_gitem-zone {
		border-radius:30px !important;
	}
	.l-pic .vc_grid-container{
		margin-bottom:20px;
	}
}
@media screen and (max-width:1280px){
	.ptop{
		padding-top:120px;
	}
	.pbot{
		padding-bottom:100px;
	}
	.ptopm{
		padding-top:60px;
	}
	.pbotm{
		padding-bottom:40px;
	}
	.container{
		padding-left:40px !important;
		padding-right:40px !important;
	}
	h1.vc_do_custom_heading{
		font-size:36px;
		line-height:40px;
		text-align:center;
		margin-bottom:25px;
	}
	h2.vc_do_custom_heading{
		margin-bottom:40px;
		font-size:32px;
		line-height:40px;
	}
	h3, h3.vc_do_custom_heading{
		font-size: 24px;
		line-height: normal;
	}
	h4.vc_do_custom_heading{
		font-size: 20px;
		line-height:normal;
	}
	h5, h5.vc_do_custom_heading{
		font-size:17px;
		line-height:22px;
		margin-bottom: 40px;
	}
	.title-c-line:after{
		bottom:-10px;
	}
	.r-pic .col-md-6:last-child{
		padding-left:15px;
	}
	.l-pic .col-md-6:last-child{
		order:1;
	}
	.l-pic .col-md-6:first-child{
		padding-right:15px;
		order:2;
	}
	.l-pic .col-md-6,
	.r-pic .col-md-6{
		width:100%;
	}
	.r-pic .col-md-6:last-child{
		order:2;
	}
	.r-pic .col-md-6:first-child{
		order:1;
	}
	.r-pic .wpb_single_image img,
	.l-pic .wpb_single_image img{
		height:350px;
		object-fit:cover
	}
	.wpb_text_column p{
		font-size: 15px;
		line-height: 22px;
	}
	.porto-sicon-title,
	h3.porto-sicon-title{
		font-size:22px;
		line-height:normal;
	}
	ul li{
		font-size:15px;
		line-height:130%;
	}
}
@media screen and (max-width:991px){
    .col-md-6 {
        width: 100%;
    }	

}

@media screen and (max-width:767px){
	.ptop{
		padding-top:70px;
	}
	.pbot{
		padding-bottom:50px;
	}
	.ptopm{
		padding-top:40px;
	}
	.pbotm{
		padding-bottom:30px;
	}
	.container{
		padding-left:20px !important;
		padding-right:20px !important;
	}
	h1.vc_do_custom_heading{
		font-size:28px;
		line-height:34px;
	}
	h2.vc_do_custom_heading{
		font-size:24px;
		line-height:30px;
	}
	h3, h3.vc_do_custom_heading{
		margin-bottom:25px;
		font-size: 20px;
	}
	h4.vc_do_custom_heading{
		font-size: 17px;
	}
	h5, h5.vc_do_custom_heading{
		font-size:15px;
		line-height:19px;
		margin-bottom: 30px;
	}
	.porto-sicon-title,
	h3.porto-sicon-title{
		font-size:19px;
	}
	h4.porto-sicon-title{
		font-size:18px;
	}
	.wpb_text_column p{
		font-size: 14px;
		line-height: 20px;
	}
	.l-pic .vc_grid-container-wrapper:nth-child(2) .vc_pageable-slide-wrapper,
	.r-pic .vc_grid-container-wrapper:nth-child(2) .vc_pageable-slide-wrapper{
		display: flex;
    	flex-direction: row;
	}
	.r-pic .wpb_single_image img,
	.l-pic .wpb_single_image img{
		height:200px;
	}
	.title-l-line:after {
		bottom: -12px;
	}
	.vc_grid .vc_pageable-slide-wrapper{
		display:flex;
	}
	ul li{
		font-size:14px;
	}
}


/*...header...*/
#header .vc_btn3-container{
	margin:0 0 0 20px;
}
.header-main{
	padding-top:20px;
	padding-bottom:20px;
}
#header.sticky-header .header-main{
	padding-top:10px;
	padding-bottom:10px;
	box-shadow: 0 25px 30px 0 rgba(0, 85, 193, 0.10) !important;
}


#header.sticky-header .vc_btn3{
	background-color:#0055C1 !important;
	color:#fff !important;
}
#header.sticky-header .vc_btn3:after{
	content:"";
	display:block;
	position:absolute;
	left:1px;
	top:1px;
	height:calc(100% - 2px);
	width:calc(100% - 2px);
	border: 2px solid #fff;
	border-radius:28px;
	transition:0.3s;
}
#header.sticky-header .vc_btn3:hover{
	background-color:#043775 !important;
}
#header.sticky-header .vc_btn3:hover:after{
	transform:scale(1.1);
	transition:0.3s;
	opacity:0;
}
.page-top{
	top:100px;
	left:0;
	position:absolute;
	z-index:1;
	width:100%;
	text-align:center;
	padding:0;
}
.page-top .container {
    padding-top: 0px;
    padding-bottom: 0px;
}
.breadcrumbs-wrap{
	border-top:1px solid rgba(255, 255, 255, 0.2);
	padding-top:15px;
}
.page-top ul.breadcrumb{
	justify-content:center;
}
.page-top ul.breadcrumb>li{
	color:#fff;
}
.page-top ul.breadcrumb>li:last-child{
	opacity:0.6;
}
.page-top ul.breadcrumb>li .delimiter{
	height:16px;
	text-align:center;
}
.page-top ul.breadcrumb>li .delimiter:before{
	content:"" !important;
	background:#B1CBEC;
	width:6px;
	height:6px;
	display:block;
	border-radius:3px;
	top:calc(50% - 3px);
	left:calc(50% - 3px);
}
#header .main-menu .narrow ul.sub-menu{
	border-radius: 0 0 20px 20px !important;
	box-shadow: 0 25px 30px 0 rgba(0, 85, 193, 0.10);
}
#header .mobile-toggle{
	background-image:url("/wp-content/uploads/2026/02/Frame-272.svg");
	background-size:cover;
	width:36px;
	height:21px;
	background-color:transparent;
	border-radius:0;
}
#header.sticky-header .mobile-toggle{
	background-image:url("/wp-content/uploads/2026/02/Frame-270.svg");
}
#header .mobile-toggle i{
	display:none;
}
.header-builder-p #nav-panel{
	max-width:350px;
	width:50%;
	position:absolute;
	right:0;
}
#nav-panel .mobile-nav-wrap {
    max-height: 80vh;
	border-radius: 20px;
	padding:35px 35px 20px !important;
	box-shadow: 0 25px 30px 0 rgba(0, 85, 193, 0.10);
}
#header.fixed-header #nav-panel .mobile-nav-wrap{
	padding:35px 35px 20px !important;
}
#nav-panel .accordion-menu li.menu-item > a, #nav-panel .accordion-menu > li.menu-item > a{
	color:#043775;
	font-size: 15px;
	font-weight: 300;
	line-height: normal;
	margin-bottom:15px;
	text-transform:inherit;
}
#nav-panel .accordion-menu li.menu-item.active > a {
	color:#043775;
    background-color: transparent;
}
#nav-panel .accordion-menu li {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom:none;
}
#nav-panel .accordion-menu > li.menu-item > .arrow,
#nav-panel .accordion-menu li.menu-item.active > .arrow,
#nav-panel .accordion-menu li.menu-item:hover > a{
    color:#043775;
}
#nav-panel .accordion-menu .arrow {
    line-height: 30px;
	right:0;
}
@media screen and (max-width:1460px){
	#header .main-menu > li.menu-item > a{
		font-size:15px !important;
	}
	#header .logo{
		max-width:205px;
	}
}
@media screen and (max-width:1280px){
	.page-top{
		display:none;
	}
	#header .main-menu > li.menu-item > a {
        font-size: 13px !important;
		padding: 9px 10px 9px 10px;
    }
	#header .vc_btn3-style-flat{
		min-width: 160px;
	}
	#header .vc_btn3-container {
		margin: 0 0 0 15px;
	}
}
@media screen and (max-width:767px){
	#header .logo{
		max-width:150px;
	}
	#header .vc_btn3-container{
		position:absolute;
		left:-5px;
		top:-45px;
		margin-left:0;
		width:calc(100% + 10px);
		max-width:inherit;
	}
	#header .vc_btn3-style-flat{
		border-radius: 0 !important;
        width: 100%;
        line-height: 35px !important;
        padding: 0 !important;
	}
	#header .vc_btn3.vc_btn3-color-white:after{
		content:none;
	}
	#header .header-main {
		padding-top: 45px;
	}
	#header.sticky-header .header-main {
		padding-top: 6px;
		padding-bottom:5px;
	}
	.header-builder-p #nav-panel {
		width: 75%;
	}
	#header.sticky-header .header-main .container {
		min-height: 40px;
	}
	#header.sticky-header .logo{
		max-width:135px;
	}
}

/*...main-block...*/
.main-block.section-video .video-overlay{
	opacity: 0.8;
	background: linear-gradient(283deg, rgba(0, 85, 193, 0.00) 0.51%, #0055C1 52.6%, #043775 80.39%);
}
.main-block h1{
	margin-top:25px;
}
.main-block .vc_btn3-container{
	margin-right:20px;
}
@media screen and (max-width:1280px){
	.main-block{
		text-align:center;
	}
	.main-block h1 br{
		display:none;
	}
	.main-block h1,
	.main-block h3,
	.main-block h5{
		text-align:center;
		padding:0 25px;
	}
	.main-block .vc_btn3-container{
		margin:0 10px;
	}
}
@media screen and (max-width:767px){
	.main-block h1,
	.main-block h3,
	.main-block h5{
		padding:0;
	}
	.main-block h1{
		margin-top:45px;
		font-size: 24px;
        line-height: 30px;
	}
	.main-block .vc_btn3-container{
		margin:0 0 15px;
	}
}




/*...our-core...*/
.our-core .col-md-4 > div{
	border-radius: 30px;
	background: #FFF;
	box-shadow: 0 25px 30px 0 rgba(0, 85, 193, 0.10);
	display: flex;
    flex-direction: column;
	overflow:hidden;
}
.our-core .col-md-4 > div > div{
	margin-left:0;
	margin-right:0;
}
.our-core .col-md-4 .col-md-12{
	overflow:hidden;
	border-radius: 30px 30px 80px 80px;
}
.our-core .col-md-4 .col-md-12:after{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;	
	background: linear-gradient(315deg, rgba(0, 85, 193, 0.50) 0%, var(--Blue, #0055C1) 100%);align-content
}
.our-core .col-md-4 .col-md-12 > div{
	position:relative;
	z-index:1;
	padding:40px !important;
}
.our-core p.vc_custom_heading{
	padding:40px 30px;
	margin-bottom:0;
}
.our-core .vc_btn3-container.vc_btn3-center{
	margin-bottom:0;
	margin-top:auto;
}
.our-core .vc_btn3-container.vc_btn3-center a{
	border-radius:60px !important;
	border-bottom-left-radius:0 !important;
	border-bottom-right-radius:0 !important;
	background-color:#0055C1;
}
.our-core .vc_btn3-container.vc_btn3-center a:hover{
	background-color:#043775;
}
.our-core .col-md-4 h4{
	margin-bottom:15px;
}
.our-core .top-icon .porto-just-icon-wrapper,
.our-core .porto-sicon-box{
    margin-bottom: 0;
}

@media screen and (max-width:1460px){
	.our-core p.vc_custom_heading{
		line-height:22px;
	}
	.our-core .col-md-4 .col-md-12 > div{
		padding:40px 20px !important;
	}
}
@media screen and (max-width:1280px){
	.our-core h4 br{
		display:none;
	}
	.our-core .col-md-4 .col-md-12 {
		border-radius: 30px 30px 60px 60px;
	}
	 .our-core .col-md-4 {
        width: 100%;
		 margin-bottom:30px;
    }
	.our-core .col-md-4 .col-md-12 > div {
		padding: 30px 15px !important;
	}
	.our-core p.vc_custom_heading {
		padding: 30px;
	}
}
@media screen and (max-width:767px){
	.our-core .porto-sicon-img {
		font-size:60px !important;
	}
	.our-core p.vc_custom_heading {
        padding: 30px 20px;
		font-size:14px;
		line-height:19px;
    }
}


/*...logos-slider-block...*/

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
@keyframes scroll2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(250px * 15));
  }
}
.slider,
.slider-logo2{
  height: 310px;
  margin: auto;
  position: relative;
  width: 100%;
	padding-top:5px;
	padding-bottom:30px;
}
.slider::before, .slider::after,
.slider-logo2::before, .slider-logo2::after{
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 150px;
  position: absolute;
  width: 0px;
  z-index: 2;
}
.slider::after,
.slider-logo2::after{
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before,
.slider-logo2::before{
  left: 0;
  top: 0;
}
.slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 44);
}
.slider-logo2 .slide-track {
  animation: scroll2 40s linear infinite;
  display: flex;
  width: calc(250px * 44);
}
.slider .slide,
.slider-logo2 .slide{
  	height: 150px;
  	width: 320px;
	padding:40px;
	background-color:#fff;
	margin-right:40px;
	border-radius:20px;
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	box-shadow: 0 25px 30px 0 rgba(0, 85, 193, 0.10);	
}

@media screen and (max-width:1460px){
	.slider,
	.slider-logo2{
	    height: 200px;
	}
	.slider .slide,
	.slider-logo2 .slide{
		height: 120px;
		width: 220px;
		padding:40px;
	}
}
@media screen and (max-width:767px){
	.slider,
	.slider-logo2{
	    height: 175px;
	}
	.slider .slide,
	.slider-logo2 .slide{
		height: 110px;
		width: 175px;
		padding:15px;
	}
}

/*...about-main...*/
.vc_btn3-container{
	margin-top:15px;
}
@media screen and (max-width:1460px){
	.vc_btn3-container{
		margin-top:0px;
	}	
}
@media screen and (max-width:1280px){
	.about-main .col-md-6{
		width:100%;
	}
	.about-main .col-md-6:first-child{
		order:2;
	}
	.about-main .col-md-6:last-child{
		order:1;
	}
	.about-main .vc_btn3-container{
		margin-bottom:60px;
	}	
}
@media screen and (max-width:767px){
	.about-main .vc_btn3-container{
		margin-bottom:50px;
	}

}

/*...why-main...*/
.why-main .porto-sicon-box{
	padding:20px 40px 20px 20px;
}
.why-main .porto-sicon-left{
	background-color:#fff;
	border-radius: 20px;
	display: flex;
    flex-direction: column;
	align-items: center;
    justify-content: center;
	width:100px;
	min-height:50px;
	margin-right:40px;
}
.why-main .col-md-6 .porto-sicon-left{
	height:100%;
}
.why-main .col-md-6 .porto-sicon-box {
    height: 100%;
	align-items: flex-start;
}
.why-main .porto-sicon-img {
    margin-right: 0px !important;
}
.why-main .porto-sicon-body{
	display: flex;
    justify-content: center;
    flex-direction: column;
}
.why-main .col-md-8{
	padding-left:85px;
}
.why-main .porto-sicon-description ul li{
	text-align:left;
}
@media screen and (max-width:1460px){
	.why-main .col-md-8{
		padding-left:65px;
	}
	.why-main .porto-sicon-description{
		margin-top:12px;
	}
	.why-main .porto-sicon-img {
        font-size: 40px !important;
    }
}
@media screen and (max-width:1280px){
	.why-main .col-md-8,
	.why-main .col-md-4{
		width:100%;
	}
	.why-main .col-md-8{
		padding-left:15px;
	}
	.why-main .porto-sicon-left{
		margin-right:30px;
		width:80px;
		padding:25px;
	}
	.why-main .vc_btn3-container{
		margin-bottom:40px;
	}
}

@media screen and (max-width:767px){
	.why-main .porto-sicon-left{
		margin-right:0px;
		width:100%;
		padding:10px;
		margin-bottom:15px;
		border-radius:15px;
	}
	.why-main .porto-sicon-box.left-icon{
		flex-direction: column;
	}
	.why-main .porto-sicon-img{
		font-size:26px !important;
	}
	.why-main .porto-sicon-description {
        margin-top: 7px;
		text-align:center;
		line-height:19px;
    }
	.why-main .porto-sicon-title{
		text-align:center;
	}
	.why-main .vc_btn3-container{
		margin-bottom:30px;
	}
	.why-main .porto-sicon-box{
		padding:20px;
	}
}


/*...gallery-slider...*/
.gallery-slider .owl-item img{
	opacity:0.5;
	transition:0.3s;
	border-radius:30px;
	height:650px;
	width:100%;
	width:100%;
	object-fit:cover;
}
.gallery-slider .owl-item.active img{
	opacity:1;
	transition:0.3s;
}
.gallery-slider .wpb_single_image .vc_single_image-wrapper{
	width:100%;
}

@media screen and (max-width:1460px){
	.gallery-slider .owl-item img{
		height:525px;
	}
}
@media screen and (max-width:991px){
	.gallery-slider .owl-item img{
		height:325px;
	}
	.gallery-slider .owl-carousel .owl-stage-outer{
		overflow:visible;
	}
}
@media screen and (max-width:991px){
	.gallery-slider .owl-item img{
		height:200px;
	}
}
/*...form-block...*/
.form-block{
	margin-left:0 !important;
	margin-right:0 !important;
}

@media screen and (max-width:1460px){
	 .form-block .col-md-2 {
        width: 15%;
    }
	.form-block .col-md-8 {
        width: 70%;
    }
}
@media screen and (max-width:1280px){
	 .form-block .col-md-2 {
        width: 0%;
    }
	.form-block .col-md-8 {
        width: 100%;
    }
}


/*...expertise-main...*/
.expertise-main .wpb_text_column{
	margin-top:20px;
	margin-bottom:50px;
}
.expertise-main .porto-sicon-box {
    margin-bottom: 30px;
}
.expertise-main .default-icon .porto-sicon-default .porto-sicon-img{
    margin-right: 25px;
}
.expertise-main .porto-sicon-title{
	font-size:24px;
}
@media screen and (max-width:1460px){
	.expertise-main .wpb_text_column{
		margin-top:10px;
		margin-bottom:40px;
	}
	.expertise-main .porto-sicon-box {
		margin-bottom: 25px;
	}
	.expertise-main .porto-sicon-title{
		font-size:22px;
	}
}
@media screen and (max-width:1280px){
	 .expertise-main .col-md-6 {
        width: 100%;
    }
	.expertise-main .porto-sicon-title{
		font-size:21px;
	}
	.expertise-main .porto-sicon-img {
		font-size:45px !important;
	}
	.expertise-main .porto-sicon-box {
        margin-bottom: 20px;
    }
	.expertise-main .porto-sicon-box:last-child{
		margin-bottom:60px;
	}
}
@media screen and (max-width:767px){
	.expertise-main .wpb_text_column{
		margin-top:0px;
		margin-bottom:30px;
	}
	.expertise-main .porto-sicon-title{
		font-size:18px;
	}
	.expertise-main .default-icon .porto-sicon-default .porto-sicon-img{
		margin-right: 20px;
	}
}


/*...main-form...*/
.main-form label{
	width:100%;
	color:#fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 150%;
}
.main-form label a{
	text-decoration:underline;
	color:#fff;
}
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], textarea, .form-control, select, .porto-wpforms-inline .wpforms-field-large{
	border-radius: 8px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.03);
	display:block;
	width:100%;
	margin-bottom:10px;
	padding: 15px 25px 15px 25px;
	line-height:28px;
	border:none;
	color: #555;
	font-size: 17px;
	font-weight: 300;
}
.main-form textarea{
	height:270px;
	padding: 18px 25px 12px 25px;
}
.main-form form .col-md-6:first-child{
	padding-right:5px;
}
.main-form form .col-md-6:last-child{
	padding-left:5px;
}
form .vc_btn3{
	padding:0 !important;
}
.wpcf7-spinne{
	display:none;
}
form input[type=submit]{
	width:100%;
	background:transparent;
	color:#043775;
	border:none;
	font-size: 14px;
	font-weight: 500;
	line-height: 40px;
	text-transform: uppercase;
	position:relative;
	z-index:1;
}
form .vc_btn3.vc_btn3-color-white:hover input[type=submit],
form .vc_btn3.vc_btn3-color-white input[type=submit],
form .vc_btn3.vc_btn3-color-white [type=submit]:focus{
	background-color:transparent !important;
}

form [type=submit]:focus{
	background-color:transparent !important;
}
form .vc_btn3.vc_btn3-color-blue input[type=submit]{
	color:#fff !important;
}
form .vc_btn3.vc_btn3-color-blue:hover input[type=submit],
form .vc_btn3.vc_btn3-color-blue input[type=submit],
form .vc_btn3.vc_btn3-color-blue [type=submit]:focus{
	background-color:transparent !important;
}
span.wpcf7-not-valid-tip{color:#fff;}
@media screen and (max-width:1280px){
	 .main-form .col-md-1 {
        width: 0%;
    }
	.main-form .col-md-10 {
        width: 100%;
		padding-left:35px;
		padding-right:35px;
    }
	.main-form{
		margin-left:0px !important;
		margin-right:0px !important;
	}
}
@media screen and (max-width:767px){
	.main-form .col-md-10 {
        padding-left: 20px;
        padding-right: 20px;
    }
	.main-form form .col-md-6:first-child{
		padding-right:15px;
	}
	.main-form form .col-md-6:last-child{
		padding-left:15px;
	}
	.main-form label{
		font-size: 12px;
		line-height: 120%; /* 14.4px */
	}
	input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], textarea, .form-control, select, .porto-wpforms-inline .wpforms-field-large {
		padding: 15px 25px 15px 15px;
		font-size:14px;
	}
	.main-form textarea {
		height: 160px;
		padding: 15px 25px 12px 15px;
	}
	.main-form  .vc_btn3-container.vc_btn3-right{
		text-align:center;
		margin-top:10px;
	}
}


/*...main-blog...*/
.main-blog .vc_gitem-is-link{
	height:350px;
	border-radius:30px;
}
.main-blog .vc_gitem_row .vc_gitem-col{
    padding: 15px 0 0;
}
.vc_gitem-post-data{
	margin-bottom:10px;
}
.vc_gitem-post-data h6{
	color:#B1CBEC;
	font-size: 18px !!important;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.9px;
	margin-bottom:10px !important;
}
.tabl-blog-grid{
	display:none;
}
@media screen and (max-width:1460px){
	.main-blog .vc_gitem-is-link{
		height:290px;
	}
}
@media screen and (max-width:1280px){
	.desc-blog-grid{
		display:none
	}
	.tabl-blog-grid{
		display:block;
	}
	.main-blog .vc_gitem-is-link{
		height:350px;
	}
}
@media screen and (max-width:767px){
	.main-blog .vc_gitem-is-link{
		height:190px;
	}
}

/*...footer...*/
.foo-top{
	padding-top:50px;
}
.foo-top .porto-sicon-title{
	font-size:18px;
}
.footer h3.vc_do_custom_heading{
	margin-bottom:20px;
}
.footer .separator-line{
	opacity:0.5;
}
.footer .porto-sicon-description{
	margin-top:0;
}
.footer .porto-sicon-box{
	margin-bottom:30px;
}
.footer .share-whatsapp{
	display:inline-block !important;
}
.footer .share-links{
	margin-bottom:30px;
}
.footer .widget_nav_menu>div>ul li{
	padding:0;
	border:none;
}
.footer .widget_nav_menu>div>ul li a{
	color: #FFF;
	font-size: 18px;
	letter-spacing: 0.9px;
	margin-bottom:15px;
	display:block;
}
.footer .widget_nav_menu>div>ul li:before{
	content:none;
}
.footer .sub-menu{
	margin-left:30px;
	margin-bottom:20px;
}
.footer .widget_nav_menu>div>ul .sub-menu li a{
	font-size: 16px;	
}
.widget>div>ul, .widget>ul{
	border:none;
}
.footer .porto-sicon-img {
    margin-bottom: 0px !important;
}
.footer p{
	margin-bottom:0;
	margin-top:0;
}
.foo-bot{
	padding-bottom:20px;
}
.foo-bot .porto-sicon-box {
    margin-bottom: 0;
}
.foo-bot .widget {
	margin-bottom:0;
}
.foo-bot .wpb_content_element{
	margin-bottom:0;
}
.foo-bot .widget_nav_menu>div>ul li{
	display:inline-block;
	line-height: normal;
	position:relative;
}
.foo-bot .widget_nav_menu>div>ul li a{
	padding-left:0;
	color:#fff;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.7px;
	text-decoration-line: underline;
	margin-bottom:0;
	margin-right:30px;
}
.foo-bot .widget_nav_menu>div>ul li:before {
    content: "";
    background: #D9D9D9;
    width: 6px;
    height: 6px;
    display: block;
    border-radius: 3px;
	position:absolute;
    top: 6px;
    left: -10px;
}
.foo-bot .widget_nav_menu>div>ul li:first-child:before{
	content:none !important;
}

@media screen and (max-width:1460px){
	.foo-top .widget_nav_menu>div>ul li a {
		font-size: 18px;
	}
	.foo-top .widget_nav_menu>div>ul .sub-menu li a {
		font-size: 15px;
	}
}
@media screen and (max-width:1280px){
	.foo-top .widget_nav_menu>div>ul li a {
		font-size: 16px;
	}
	.foo-top .widget_nav_menu>div>ul .sub-menu li a {
		font-size: 14px;
	}
	.foo-top .col-md-4,
	.foo-top .col-md-8{
        width: 100%;
		text-align:center;
    }
	.foo-top .porto-sicon-box{
		justify-content:center;
	}
	.foo-bot .col-md-2-5,
	.foo-bot .col-md-1-5{
        width: 100%;
		text-align:center;
		margin-bottom:10px;
    }
	.footer h3.vc_do_custom_heading{
		text-align:center;
	}
	.footer .widget_nav_menu>div>ul li{
		text-align:left;
	}
	.foo-bot .mega-menu{
		justify-content:center;
	}
	.foo-bot .porto-sicon-box{
		display:flex;
		flex-direction:row;
		align-items: center;
	}
	.foo-bot .heading-right-icon .porto-sicon-heading-right{
		text-align:left;
	}
	.foo-bot .porto-sicon-title{
		padding-right:10px;
	}
	.foo-bot .porto-sicon-img{
		margin-left:10px !important;
	}
	.foo-bot p br{
		display:none;
	}
	.foo-bot {
		padding-bottom: 10px;
	}
}
@media screen and (max-width:767px){
	.foo-top{
		padding-top:40px;
	}
	.foo-bot{
		padding-top:10px;
		padding-bottom:0;
	}
	.footer .widget,
	.footer .vc_wp_custommenu{
		margin-bottom: 0;
	}
	.foo-top .widget_nav_menu>div>ul li a {
		margin-bottom: 7px;
	}
	.footer .sub-menu {
		margin-left: 20px;
		margin-bottom: 15px;
	}
	.footer .widget>div>ul{
		margin-top:0;
	}
	.foo-bot .porto-separator {
		margin: 0 0 15px;
	}
	.foo-top .porto-sicon-box {
		margin-bottom: 20px;
	}
	.foo-top .porto-sicon-title {
        font-size: 14px !important;
    }
	.foo-top .porto-sicon-description {
		font-size: 18px !important;
	}
	.foo-bot p{
		font-size:14px;
	}
	.foo-bot .widget_nav_menu>div>ul li a{
		font-size:11px;
		margin-right:20px;
	}
	.foo-bot .widget_nav_menu>div>ul li:last-child a{
		margin-right:0;
	}
	.foo-bot .widget_nav_menu>div>ul li:before {
		top: 5px;
		left: -4px;
	}
}



/*...up-block...*/
.up-block{
	border-radius: 0 0 150px 150px;
	position:relative;
	padding-top:200px;
	min-height:500px;
}
.up-block:after{
	content:"";
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	border-radius: 0 0 150px 150px;
	opacity: 0.8;
	background: linear-gradient(283deg, rgba(0, 85, 193, 0.00) 0.51%, #0055C1 52.6%, #043775 80.39%);
}
.up-block > *{
	position:relative;
	z-index:1;
}
@media screen and (max-width:1460px){
	.up-block{
		padding-top:170px;
		min-height:400px;
	}
}
@media screen and (max-width:1280px){
	.up-block{
		padding-top:140px;
		min-height:320px;
		border-radius: 0 0 80px 80px;
	}
	.up-block:after{
		border-radius: 0 0 80px 80px;
	}
	 .up-block .col-md-8 {
        width: 100%;
		text-align:center;
    }
	.up-block h5{
		text-align:center;
	}
}
@media screen and (max-width:767px){
	.up-block{
		padding-top:110px;
		min-height:275px;
		border-radius: 0 0 50px 50px;
	}
	.up-block:after{
		border-radius: 0 0 50px 50px;
	}
}



/*...services-block...*/
.services-block{
	
}
@media screen and (max-width:1460px){
	.services-block .porto-sicon-box .porto-sicon-img{
		font-size:90px !important;
	}
}
@media screen and (max-width:1280px){
	.services-block .porto-sicon-box .porto-sicon-img{
		font-size:80px !important;
	}
	.services-block .col-md-6{
		width:100%;
	}
	.services-block  .wpb_single_image img{
		height:350px;
		object-fit:cover;
	}
	.services-block.r-pic .col-md-6:last-child{
		order:1;
	}
	.services-block.r-pic .col-md-6:first-child{
		order:2;
	}
}
@media screen and (max-width:767px){
	.services-block .porto-sicon-box .porto-sicon-img{
		font-size:60px !important;
	}
	.services-block  .wpb_single_image img{
		height:200px;
	}
}


/*...FAQ...*/
.page-faqs hr{
	display:none;
}
.nav-pills{
	margin-bottom:50px;
}
.nav-pills>li>a{
	padding:15px;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	border-radius: 10px;
	border: 1px solid #B1CBEC;
	margin-right:10px;
	color:#043775 !important;
}
.nav-pills>li.active>a{
	color: #FFF !important;
	background: #0055C1;
}
.nav-pills>li>a:hover{
	color:#043775;
}
.toggle{
	border-radius: 30px;
	background: rgba(0, 85, 193, 0.05);
	padding: 20px 30px;
	margin-bottom:20px;
	min-height:88px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.toggle > label{
	color: #043775 !important;
	font-size: 24px;
	font-weight: 400;
	line-height: normal;
	border:none;
	background:transparent;
	padding:0;
}
.toggle > label:hover {
    background:transparent;
}
.toggle.active > label{
	color: #043775 !important;
	background-color:transparent !important;
}
.toggle > label:before{
	top:-10px !important;
	right:-10px !important;
	width:48px;
	height:48px;
	transform:none;
	border:none;
	background-image:url("/wp-content/uploads/2026/01/faq.svg");
	background-size: contain;
}
.toggle.active > label:before{
	transform:none;
	background-image:url("/wp-content/uploads/2026/01/faq-close.svg");
}
.toggle > .toggle-content{
	border-top:1px solid rgba(4, 55, 117, 0.2);
	margin-top:20px;
	padding-top:20px;
}
.toggle-content .top-row{
	margin-left:0;
	margin-right:0;
}
@media screen and (max-width:1460px){
	.nav-pills {
		margin-bottom: 40px;
	}
	.toggle{
		min-height:80px;
		padding: 20px;
	}
	.toggle > label {
		font-size: 22px;
	}
	.toggle > label:before{
		top:-7px !important;
		right:-3px !important;
		width:40px;
		height:40px;
	}
}
@media screen and (max-width:1280px){
	.nav-pills {
		margin-bottom: 30px;
	}
	.toggle > label {
		font-size: 19px;
	}
	.toggle{
		min-height:60px;
		padding: 15px 20px;
	}
	.toggle > label{
		padding-right:30px;
	}
	.toggle > label:before{
		top:-3px !important;
		right:-3px !important;
		width:30px;
		height:30px;
	}
	.toggle-content .container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}
@media screen and (max-width:767px){
	.toggle > label {
        font-size: 17px;
    }
	.nav-pills>li>a {
		padding: 10px;
		font-size: 12px;
		margin-right:5px;
	}
	.toggle > label:before {
		top:calc(50% - 15px) !important;
	}
}


/*...therapeutic-faq...*/
.therapeutic-faq{
	
}
.therapeutic-faq .faq{
	position:relative;
}
.therapeutic-faq .faq:before{
	content:"";
	position:absolute;
	left:30px;
	top:20px;
	width:70px;
	height:70px;
	background-image:url("/wp-content/uploads/2025/12/icon-1.svg");
	background-size:contain;
}
.therapeutic-faq .faq:nth-child(2):before{
	background-image:url("/wp-content/uploads/2025/12/icon-2.svg");
}
.therapeutic-faq .faq:nth-child(3):before{
	background-image:url("/wp-content/uploads/2025/12/icon-3.svg");
}
.therapeutic-faq .faq:nth-child(4):before{
	background-image:url("/wp-content/uploads/2025/12/icon-4.svg");
}
.therapeutic-faq .faq:nth-child(5):before{
	background-image:url("/wp-content/uploads/2025/12/icon-5.svg");
}
.therapeutic-faq .faq:nth-child(6):before{
	background-image:url("/wp-content/uploads/2025/12/icon-6.svg");
}
.therapeutic-faq .faq:nth-child(7):before{
	background-image:url("/wp-content/uploads/2025/12/icon-7.svg");
}
.therapeutic-faq .toggle {
	min-height: 110px;
}
.therapeutic-faq .toggle > label{
	padding-left:95px;
	min-height:70px;
	display: flex;
	align-items: center; 
}
.therapeutic-faq .toggle > label:before {
	top:calc(50% - 24px) !important;
}
@media screen and (max-width:1460px){
	.therapeutic-faq .toggle {
		min-height: 100px;
	}
	.therapeutic-faq .faq:before{
		width:60px;
		height:60px;
	}
	.therapeutic-faq .toggle > label {
    	padding-left: 85px;
		min-height: 60px;
	}
}
@media screen and (max-width:1280px){
	.therapeutic-faq .toggle {
		min-height: 80px;
	}
	.therapeutic-faq .faq:before{
		width:50px;
		height:50px;
		top:15px;
	}
	.therapeutic-faq .toggle > label {
    	padding-left: 75px;
		min-height: 50px;
	}
	.therapeutic-faq .toggle > label:before {
		top:calc(50% - 15px) !important;
	}
}
@media screen and (max-width:767px){
	.therapeutic-faq .toggle {
		min-height: 70px;
	}
	.therapeutic-faq .toggle > label {
    	padding-left: 65px;
		min-height: 40px;
	}
	.therapeutic-faq .faq:before{
		width:40px;
		height:40px;
	}
}

/*...why-sponsors...*/
.why-sponsors .col-md-6{
	margin-bottom:30px;
}
@media screen and (max-width:1460px){
	.porto-sicon-img {
		font-size:70px !important;
	}
	.why-sponsors .col-md-6{
		margin-bottom:20px;
	}
	.why-sponsors .porto-sicon-header p {
		font-size: 19px;
	}
}
@media screen and (max-width:1280px){
	.porto-sicon-img {
		font-size:60px !important;
	}	
	.why-sponsors .col-md-6{
		margin-bottom:10px;
	}
	.why-sponsors .porto-sicon-header p {
		font-size: 18px;
	}
}
@media screen and (max-width:767px){
	.porto-sicon-img {
		font-size:50px !important;
		margin-right: 20px !important;
	}	
	.why-sponsors .porto-sicon-header p {
        font-size: 16px;
    }
	.porto-sicon-description p{
		line-height:130%;
	}
}


/*...patients-main-text...*/
.patients-main-text .col-md-12 > div{
	border-radius: 40px;
	background: #FFF;
	padding: 80px 80px 60px;
	box-shadow: 0 25px 30px 0 rgba(0, 85, 193, 0.10);
}
.patients-main-text h5{
	margin-bottom:30px;
}
.patients-safety-block{
	padding-left:100px;
	padding-right:100px;
}
.patients-safety-block ul {
    padding-left: 20px;
}
.patients-safety-block ul li{
	line-height: 28px;
	color:#fff;
}
@media screen and (max-width:1460px){
	.patients-main-text .col-md-12 > div{
		padding: 70px 70px 50px;
	}
	.patients-main-text h5{
		margin-bottom:25px;
	}
	.patients-safety-block{
		padding-left:80px;
		padding-right:80px;
	}
}
@media screen and (max-width:1280px){
	.patients-main-text .col-md-12 > div{
		padding: 50px 50px 30px;
	}
	.patients-main-text h5{
		margin-bottom:20px;
	}
	.patients-safety-block{
		padding-left:10px;
		padding-right:10px;
		margin-left:0;
		margin-right:0;
	}
	.patients-safety-block ul li {
		line-height: 26px;
		margin-bottom:5px;
	}
}
@media screen and (max-width:767px){
	.patients-main-text .col-md-12 > div{
		padding: 20px 20px 0px;
	}
	.patients-safety-block{
		margin-left:0 !important;
		margin-right:0 !important;
	}
	.patients-safety-block ul li {
		line-height: 24px;
	}
}


/*...blog...*/
.blog .post{
	margin-bottom:50px;
}
.blog .post .porto-tb-featured-image img{
	height:350px;
	object-fit:cover;
}
.pagination>a, .pagination>span,
.pagination .next, .pagination .prev {
	border-radius:0 !important;
	background:#043775;
	border-color:#043775;
	color:#fff;
	height:50px;
	width:50px;
	line-height:46px;
}
.pagination span.current {
	border: 2px solid #0055C1;
	color:#0055C1;
	background:transparent;
}
.pagination a:hover{
	border-color:#043775 !important;
	color:#0055C1 !important;
	background:transparent;
}
@media screen and (max-width:1460px){
	.blog .post .porto-tb-featured-image img{
		height:290px;
	}
	.blog .post{
		margin-bottom:35px;
	}
}
@media screen and (max-width:991px){
	.blog .post .wp-block-post-date{
		font-size:15px !important;
	}
	.blog .post .porto-tb-featured-image{
		margin-bottom:15px;
	}
	.blog .ccols-md-2>* {
        width: 100%;
    }
	.blog .post .porto-tb-featured-image img{
		height:350px;
	}
}
@media screen and (max-width:767px){
	.blog .post .wp-block-post-date{
		font-size:14px !important;
		line-height:normal;
	}
	.blog .post .porto-tb-featured-image img{
		height:170px;
	}
	.blog .post{
		margin-bottom:20px;
	}
	.pagination>a, .pagination>span, .pagination .next, .pagination .prev {
    	height: 40px;
		width: 40px;
		line-height:36px;
	}
}


/*...single-post...*/
.single-post .post-image.single{
	filter: drop-shadow(0 25px 30px rgba(0, 85, 193, 0.10));
}
.single-post .porto-sicon-img {
    font-size: 30px !important;
}
.single-post .l-pic .col-md-6:first-child {
    padding-right: 50px;
}
.single-post .single-navigation {
	justify-content:space-between;
}
.single-post .single-navigation i{
	display:none;
}
.single-post .single-navigation .post-nav-prev{
	width:50px;
	height:50px;
	background-image:url("/wp-content/uploads/2026/01/arrow-left-hover.svg");
	background-size:cover;
}
.single-post .single-navigation  .post-nav-next{
	width:50px;
	height:50px;
	background-image:url("/wp-content/uploads/2026/01/arrow-right-hover.svg");
	background-size:cover;
}
@media screen and (max-width:1460px){
	.single-post .col-md-2 {
        width: 10%;
    }
	.single-post .col-md-8 {
        width: 80%;
    }
	.single-post .l-pic .col-md-6:first-child {
		padding-right: 30px;
	}
}
@media screen and (max-width:1280px){
	.single-post .post-image.single img{
		height:400px !important;
	}
	.single-post .col-md-2 {
        width: 0%;
    }
	.single-post .col-md-8 {
        width: 100%;
    }
	.single-post .l-pic .col-md-6:first-child {
		padding-right: 15px;
	}
}
@media screen and (max-width:991px){
	.ptopblog {
		padding-top: 30px;
	}
}
@media screen and (max-width:767px){
	.single-post .post-image.single img{
		height:200px !important;
	}	
	.single-post .single-navigation .post-nav-prev,
	.single-post .single-navigation  .post-nav-next{
		width:40px;
		height:40px;
	}
}

/*...framework-block...*/
.framework-block img{
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0 25px 30px 0 rgba(0, 85, 193, 0.10);
}
.framework-block > div > div > .col-md-6:first-child{
	padding-right:95px;
}

@media screen and (max-width:1460px){
	.framework-block > div > div > .col-md-6:first-child{
		padding-right:85px;
	}
}
@media screen and (max-width:1280px){
	.framework-block > div > div > .col-md-6:first-child{
		padding-right:15px;
	}
	.framework-block > div > div > .col-md-6:first-child{
		order:2;
	}
	.framework-block > div > div > .col-md-6:last-child{
		order:1;
	}
	.framework-block > div > div > .col-md-6 .col-md-6{
		width:50%;
	}
}


/*...member-grid...*/
.member-grid{
	
}
.member-grid .porto-img-zoom img,
.single-member .post-image.single img{
	border-radius:30px;
}
.member-grid .porto-tb-item{
	margin-bottom:50px;
}
.member-grid .porto-tb-featured-image .zoom{
	display:none;
}
@media screen and (max-width:1460px){
	.member-grid .porto-tb-item{
		margin-bottom:40px;
	}
}
@media screen and (max-width:1280px){
	.member-grid .porto-tb-item{
		margin-bottom:20px;
	}
	.single-member .post-image.single{
		margin-bottom:35px;
	}
	.single-member  .wpb_text_column{
		margin-bottom:0;
	}
}
@media screen and (max-width:767px){
	.single-member .post-image.single{
		margin-bottom:25px;
	}
	.member-grid .porto-tb-item{
		margin-bottom:30px;
	}
}


/*...team-block...*/
.team-block{
	
}



/*...who-block...*/
.who-block > div > div {
	height:100%;
}
.who-block > div > div > .col-md-6:nth-child(1){
	padding-right:105px;
	margin-bottom:100px;
}
.who-block > div > div > .col-md-6:nth-child(2){
	height:100%;
}
.who-block > div > div > .col-md-6:nth-child(2) > div > div:first-child{
	height:55%;
}
.who-block > div > div > .col-md-6:nth-child(2) > div > div:last-child{
	height:45%;
}
.who-block .stats-block{
	height:100%;
	border-radius:30px;
	margin-bottom:30px;
}
.who-block .col-md-6 .col-md-6 .stats-block{
	margin-bottom:0px;
}
.who-block .stats-block{
	padding:0 40px 40px 40px;
	align-items: end;
}
@media screen and (max-width:1460px){
	.who-block > div > div > .col-md-6:nth-child(1){
		padding-right:85px;
		margin-bottom:50px;
		width:40%;
	}
	.who-block > div > div > .col-md-6:nth-child(2){
		width:60%;
	}
	.who-block .stats-number,
	.who-block .counter_suffix {
		font-size: 90px !important;
	}
}
@media screen and (max-width:991px){
	.who-block > div > div > .col-md-6:nth-child(1){
		padding-right:15px;
		margin-bottom:0px;
		width:100%;
	}
	.who-block > div > div > .col-md-6:nth-child(2){
		width:100%;
	}
	.who-block .stats-block{
		min-height:400px !important;
	}
	.who-block .col-md-6 .col-md-6 .stats-block{
		min-height:330px !important;
	}
	.who-block > div > div > .col-md-6:nth-child(2) > div > div:first-child,
	.who-block > div > div > .col-md-6:nth-child(2) > div > div:last-child{
		height:auto;
	}
	.who-block > div > div > .col-md-6:nth-child(2) .col-md-6{
		width:50%;
	}
	.who-block .stats-number,
	.who-block .counter_suffix {
		font-size: 80px !important;
	}
	.who-block .stats-text {
		font-size: 21px !important;
	}
}
@media screen and (max-width:767px){
	.who-block .stats-number,
	.who-block .counter_suffix {
		font-size: 60px !important;
	}
	.who-block .stats-text {
		font-size: 18px !important;
	}
	.who-block > div > div > .col-md-6:nth-child(2) .col-md-6{
		width:100%;
		margin-bottom:30px;
	}
	.who-block .stats-block{
		padding:0 30px 30px 30px;
		min-height:250px !important;
	}
	.who-block .col-md-6 .col-md-6 .stats-block{
		min-height:250px !important;
	}
}


/*...team-slider-block...*/
.team-slider-block .wpb_single_image img{
	border-radius:30px;
}
.team-slider-block h3{
	margin-top:20px;
	margin-bottom:10px;
}
@media screen and (max-width:767px){
	.team-slider-block h3{
		margin-bottom:5px;
	}
}


/*...contact-block...*/
.contact-block .col-md-6:first-child > div{
	border-radius: 40px;
	background:#fff;
	box-shadow: 0 25px 30px 0 rgba(0, 85, 193, 0.10);
	overflow:hidden;
	padding:60px 60px 25px !important;
}
.contact-block .col-md-6:nth-child(2) > div{
	overflow:hidden;
	border-radius: 40px;
	background:rgba(0,85,193,0.05);
	padding:60px 60px 25px !important;
}
.contact-block .col-md-6 h5.vc_do_custom_heading{
	min-height:78px;
}
.contact-block .wpb_single_image img{
	border-radius:20px;
	height:200px;
	object-fit:cover;
}
.contact-block h6{
	margin-bottom:0;
}
.contact-block h3{
	margin-bottom:15px;
}
.contact-block h4{
	margin-bottom:40px;
}

@media screen and (max-width:1280px){
	.contact-block .col-md-6{
		width:100%;
		margin-bottom:30px;
	}
	.contact-block .col-md-6:first-child > div{
		padding:40px 40px 5px !important;
	}
	.contact-block .col-md-6:nth-child(2) > div{
		padding:40px 40px 5px !important;
	}
	.contact-block .wpb_text_column{
		margin-bottom:30px;
	}
	.contact-block h4{
		margin-bottom:30px;
	}
	.contact-block .col-md-6 h5.vc_do_custom_heading{
		min-height:22px;
	}
}
@media screen and (max-width:767px){
	.contact-block .wpb_single_image img{
		height:150px;
	}
	.contact-block .col-md-6:first-child > div{
		padding:20px 20px 0px !important;
	}
	.contact-block .col-md-6:nth-child(2) > div{
		padding:20px 20px 0px !important;
	}
}

/*...contact-tabs...*/
.contact-tabs .vc_tta.vc_general .vc_tta-tab>a{
	padding:10px 0;
	font-weight: 300;
	border-radius:0;
	border:none;
	border-bottom:3px solid #B1CBEC;
	color:#043775 !important;
	font-size:20px;
	background:transparent !important;
	margin-right:10px;
}
.contact-tabs  .vc_tta.vc_general .vc_tta-tab.vc_active>a{
	border-bottom:3px solid #0055C1 !important;
	font-weight: 600;
}
.contact-tabs .vc_tta.vc_general .vc_tta-tab{
		width:33%;
}
.contact-tabs .vc_tta.vc_tta-style-modern .vc_tta-panel-body{
	padding:45px 0;
}
.contact-tabs .vc_tta.vc_tta-style-modern .vc_tta-panel-body,
.contact-tabs .vc_tta-color-grey.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels{
	background-color:transparent !important;
	border:none;
}
.contact-tabs form input,
.contact-tabs form textarea{
	border-radius: 8px;
	border: 1px solid rgba(0, 85, 193, 0.15) !important;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.03) !important;
	width:100%;
}
.contact-tabs form .col-md-6 > *,
.contact-tabs form .col-md-6:nth-child(2) label,
.contact-tabs form textarea{
	height:100%;
}
.contact-tabs form textarea {
	margin-bottom:30px;
	height:200px;
}
.contact-tabs label{
	width:100%;
}
.contact-tabs label a{
	text-decoration:underline;
}
.contact-tabs .wpcf7-checkbox{
	display:inline-block;
}
.contact-tabs .wpcf7-checkbox > span{
	display:block;
}
.contact-tabs input[type=checkbox]{
	width:auto;
}
.contact-tabs h5{
	color:#0055C1;
	margin-top:30px;
}
.contact-tabs .wpcf7-acceptance{
	margin-top:25px;
	display:block;
}
.contact-tabs .sponsor-textarea textarea{
	height:100%;
}
.contact-tabs .patients-textarea textarea{
	height:270px;
}
.contact-tabs form input[type=submit]{
	border:none !important;
}
@media screen and (max-width:1280px){
	.contact-tabs .vc_tta.vc_general .vc_tta-tab{
		height:62px;
	}
}
@media screen and (max-width:991px){
	.contact-tabs form .col-md-6{
		width:50%;
	}
}
@media screen and (max-width:767px){
	.contact-tabs form .col-md-6{
		width:100%;
	}
	.contact-tabs .vc_tta-panel-heading{
		display:none;
	}
	.contact-tabs .vc_tta-tabs-container{
		display:block !important;
	}
	.contact-tabs .vc_tta.vc_general .vc_tta-tab>a{
		font-size:12px;
	}
	.contact-tabs .vc_tta.vc_tta-style-modern .vc_tta-panel-body {
		padding: 15px 0;
	}
}


/*...popmake...*/
.pum-theme-lightbox {
    background-color: rgba(11, 11, 11, 0.70) !important;
}
.popmake{
	padding:60px 60px 40px !important;
	border:none !important;
	box-shadow:none !important;
	border-radius:40px !important;
}
.popmake form label{
	width:100%;
	font-size:14px;
	line-height:22px;
}
.popmake form label a{
	text-decoration:underline;
}
.popmake form input{
    border-radius: 8px;
    border: 1px solid rgba(0, 85, 193, 0.15) !important;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.03) !important;
    width: 100%;
}
.popmake form .wpcf7-submit{
	border:none !important;
}
.popmake form .wpcf7-form-control.wpcf7-acceptance input{
	width:auto;
}

.pum-close{
	top:15px !important;
	right:15px !important;
	width:45px !important;
	height:45px !important;
	background-image:url("/wp-content/uploads/2026/01/close.svg") !important;
	background-size:inherit !important;
	background-position:center !important;
	background-repeat:no-repeat !important;
	font-size:0 !important;
	border:none !important;
	background-color:transparent !important;
	box-shadow:none !important;
}

@media screen and (max-width:1280px){
	.popmake{
		padding:50px 50px 30px !important;
	}
}
@media screen and (max-width:767px){
	.popmake{
		padding:30px 30px 10px !important;
	}
	.popmake form label{
		font-size:11px;
		line-height:15px;
	}
	.popmake .vc_btn3-container.vc_btn3-right{
		text-align:center;
	}
}