/*
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  ***************/
body{
	background-color:#F2F1F0;
}
.main-content {
    padding-top: 0px;
    padding-bottom: 0px;
}
.page-wrapper{
	overflow:hidden;	
}
#main{
	overflow:hidden;
	background-color:#F2F1F0;
}
.ptop{
	padding-top:150px;
}
.ptopm{
	padding-top:130px;
}
.ptopmin{
	padding-top:80px;
}
.pbot{
	padding-bottom:120px;
}
.pbotm{
	padding-bottom:100px;
}
.pbotmin{
	padding-bottom:80px;
}
h3.porto-sicon-title {
	font-size: 30px;
	font-weight: 800;
	line-height: 110%; /* 33px */
}
h2.vc_custom_heading{
	margin-bottom:50px;
}
h5.vc_custom_heading{
	margin-bottom:15px;
}
.l-line.vc_custom_heading{
	padding-left:90px;
	position:relative;
}
.l-line.vc_custom_heading:before{
	content:"";
	position:absolute;
	display:block;
	width:60px;
	height:2px;
	top:calc(50% - 1px);
	left:0;
	background:#fff;
}
.btn:focus {
    outline: 0;
    box-shadow:none;
}
.vc_btn3-style-classic.btn{
	padding:20px 55px 20px 30px;
	color:#161616;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
	border-radius:30px;
	border:none !important;
}
.vc_btn3-style-classic.btn:hover{
	color:#161616;
}
.vc_btn3-style-classic.btn:after{
	content:"";
	display:block;
	position:absolute;
	top:calc(50% - 8px);
	right:20px;
	width:16px;
	height:16px;
	background-image:url("/wp-content/uploads/2026/06/svg-2.svg");
	background-size:cover;
	transition:0.3s;
}
.vc_btn3-style-classic.btn:hover:after{
	transform: rotate(90deg);
	transition:0.3s;
}
.vc_btn3.vc_btn3-color-inverse:after{
	content:"";
	display:block;
	position:absolute;
	top:calc(50% - 12px);
	right:20px;
	width:24px;
	height:24px;
	background-image:url("/wp-content/uploads/2026/06/icon-download.svg");
	background-size:cover;
	transition:0.3s;
}
.vc_btn3.vc_btn3-color-inverse{
	background:#0C5776;
	color:#fff;
}
.vc_btn3.vc_btn3-color-inverse:hover:after{
	transform: rotate(0deg) !important;
}
.vc_btn3.vc_btn3-color-inverse:hover{
	background: #00ADE2;
	color:#fff;
}
.vc_btn3.vc_btn3-color-warning{
	background:#F3BB45;
}
.vc_btn3.vc_btn3-color-warning:hover{
	background:#F6C58F;
}
.vc_btn3.vc_btn3-color-primary{
	color:#fff;
	background:#3FB0DE;
}
.vc_btn3.vc_btn3-color-primary:after{
	content:"";
	display:block;
	position:absolute;
	top:calc(50% - 8px);
	right:20px;
	width:16px;
	height:16px;
	background-image:url("/wp-content/uploads/2026/06/svg-1.svg");
	background-size:cover;
	transition:0.3s;
}
.vc_btn3.vc_btn3-color-primary:hover{
	color:#fff;
	background:#0C5776;
}
.vc_btn3.vc_btn3-color-info{
	background:#D9E7ED;
}
.vc_btn3.vc_btn3-color-info:hover{
	background:#F2F1F0;
}
.pum-container .pum-content+.pum-close{
	width:40px;
	height:40px;
	background-image:url("/wp-content/uploads/2026/06/icon-close.svg");
	background-repeat:no-repeat;
	font-size:0 !important;
}
.page-top{
	position:absolute;
	top:170px;
	left:65px;
	z-index:1;
	background:transparent;
}
.page-top .container {
    padding-top: 0px;
    padding-bottom: 0px;
}
.page-top ul.breadcrumb>li a{
	color: #FFF;
	font-size: 15px;
	font-weight: 500;
}
.page-top ul.breadcrumb>li{
	color: #FFF;
	font-size: 15px;
	font-weight: 500;
	text-transform:inherit;
	opacity:1;
}
.page-top ul.breadcrumb>li:last-child{
	opacity:0.5;
}
.page-top ul.breadcrumb>li .delimiter.delimiter-2 {
    width: 20px;
    height: 28px;
	margin: 0 2px;
}
.page-top ul.breadcrumb>li .delimiter.delimiter-2:before {
    content: " ";
    display: block;
    width: 6px !important;
    height: 6px !important;
    top: calc(50% - 3px);
    left: calc(50% - 3px);
    border-radius: 50%;
    background-color: #fff;
}
.toggle{
	margin-bottom: 10px;
	padding-bottom:0;
	border-radius: 15px;
	box-shadow: 0 0 20px 0 rgba(62, 136, 255, 0.10);
	background-color:#fff;
}
section.toggle label{
	border:none;
	background:#FFF;
	color:#3A3A3D;
	padding:15px 60px 15px 30px; 
	font-size:24px;
	line-height:30px;
	font-weight:700;
	border-radius:15px;
}
section.toggle.active label{
	background-color:#fff;
	color:#0C5776;
}
.toggle > .toggle-content{
	padding:0 30px 15px;
}
.toggle-content .col-md-12 > div{
	padding-top:15px !important;
	border-top:1px solid #D9E7ED;
}
.toggle > label:before {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #0C5776;
    background-image: url(/wp-content/uploads/2026/07/open-close.svg) !important;
    background-position: center;
    background-repeat: no-repeat;
    transform: none;
    top: calc(50% - 20px);
    border: none;
}
.toggle.active > label:before {
    top: calc(50% - 20px);
    transform: rotate(45deg);
    border-color: transparent;
    background-color: #00ADE2;
}
.toggle .porto-sicon-box {
    margin-bottom: 15px;
}
.w100, .w100 > a{
	width:100%;
	text-align:left !important;
	text-transform:inherit !important;
}
.w100 > a{
	border-radius:15px;
}
.w100 span{
	text-transform:inherit !important;
}
.w100 a:hover {
	background-color: #D9E7ED !important;
}
.vc_grid-item > div{
	border-radius:15px;
	overflow:hidden;
}


@media screen and (max-width:1460px){
	h1.vc_custom_heading{
		font-size:60px;
		line-height:70px;
	}
	h2.vc_custom_heading{
		font-size:40px;
		line-height:48px;
		margin-bottom:40px;
	}
	h4.vc_custom_heading{
		font-size:26px;
		line-height:30px;
	}
	h5.vc_custom_heading{
	
	}
	.ptop{
		padding-top:120px;
	}
	.pbot{
		padding-bottom:100px;
	}
	.ptopm{
		padding-top:110px;
	}
	.ptopmin{
		padding-top:50px;
	}
	.pbotmin{
		padding-bottom:40px;
	}
	.wpb_text_column p,
	.wpb_text_column li{
		font-size:16px;
		line-height:24px;
	}
}
@media screen and (max-width:1280px){
	h1.vc_custom_heading{
		font-size:50px;
		line-height:60px;
	}
	h2.vc_custom_heading{
		font-size:34px;
		line-height:44px;
		margin-bottom: 35px;
	}
	h4.vc_custom_heading{
		font-size:24px;
		line-height:28px;
	}
	.ptop{
		padding-top:110px;
	}
	.ptopm{
		padding-top:100px;
	}
	.pbot{
		padding-bottom:90px;
	}
}

@media screen and (max-width:991px){
	h1.vc_custom_heading{
		font-size:44px;
		line-height:52px;
	}
	h2.vc_custom_heading{
		font-size:30px;
		line-height:40px;
	}
	h4.vc_custom_heading{
		font-size:22px;
		line-height:24px;
	}
	h5.vc_custom_heading{
		font-size:20px;
		line-height:24px;
	}
	.page-top {
		top: 90px;
	}
	.page-top .container{
		padding-left:10px;
	}
	.vc_grid-item > div{
		border-radius:15px;
	}
	.ptop{
		padding-top:100px;
	}
	.ptopm{
		padding-top:90px;
	}
	.pbot{
		padding-bottom:80px;
	}
}

@media screen and (max-width:767px){
	h1.vc_custom_heading{
		font-size:32px;
		line-height:40px;
	}
	h2.vc_custom_heading{
		font-size:24px;
		line-height:30px;
	}
	h4.vc_custom_heading{
		font-size:20px;
		line-height:24px;
	}
	h5.vc_custom_heading{
		font-size:19px;
		line-height:23px;
	}
	.l-line.vc_custom_heading{
		padding-left:60px;
	}
	.l-line.vc_custom_heading:before{
		width:40px;
	}
	.ptop{
		padding-top:90px;
	}
	.pbot{
		padding-bottom:70px;
	}
	.ptopm{
		padding-top:70px;
	}
	.pbotm{
		padding-bottom:50px;
	}
	.page-top{
		display:none;
	}
}


/*....header...*/
#header{
	background:#F2F1F0;
}
#header .col-md-12{
	padding-top:0px;
	padding-bottom:0px;
	padding-left:50px !important;
	padding-right:50px !important;
}
#header.sticky-header .col-md-12{
	padding-top:0px;
	padding-bottom:0px;
}
#header.sticky-header .header-main.sticky{
	background:#F2F1F0;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
#header .vc_btn3-container{
	margin-bottom:0;
}
#header .main-menu > li.menu-item > a{
	padding-top:50px;
	padding-bottom:50px;
	padding-right:25px;
}
#header.sticky-header .main-menu > li.menu-item > a{
	padding-top:30px;
	padding-bottom:30px;
}
.mega-menu>li.menu-item:hover .popup {
	top:calc(100% - 3px);
}
#header .main-menu .narrow ul.sub-menu {
    background-color: #F2F1F0;
    border-top: 3px solid #0C5776;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	padding-bottom:10px;
	padding-left:2px;
}
#header #menu-main-menu{
	margin:0 auto;
}
.mega-menu.menu-hover-underline>li.menu-item>a:before{
	content:none !important;
}

@media screen and (max-width:1600px){
	#header .logo {
        max-width:250px;
    }
	#header .col-md-12{
		padding-left:15px !important;
		padding-right:15px !important;
	}
	#header .main-menu > li.menu-item > a {
		padding-right: 15px;
	}
}
@media screen and (max-width:1460px){
	#header .logo {
        max-width:175px;
    }
	#header .main-menu > li.menu-item > a{
		font-size:14px !important;
		padding-left:5px;
		padding-right: 10px;
		padding-top: 40px;
    	padding-bottom: 40px;
	}
	#header .vc_btn3-style-classic.btn {
		padding: 20px 40px 20px 15px;
	}
	#header .search-toggle {
		font-size: 22px !important;
	}


}
@media screen and (max-width:1280px){
	#header .logo,
	#header.sticky-header .logo{
        max-width:145px;
    }
	#header  .vc_btn3-style-classic.btn {
		font-size:13px;
		 padding: 15px;
	}
	#header .vc_btn3-style-classic.btn:after{
		content:none;
	}
	#header .search-toggle {
		font-size: 20px !important;
	}
	#header .main-menu > li.menu-item > a{
		font-size:12px !important;
	}
}
@media screen and (max-width:991px){
	#header .logo {
        max-width:215px;
		padding-top:5px;
		padding-bottom:5px;
    }
	#header.sticky-header .logo{
		max-width:215px;
	}
	#header .vc_btn3-container{
		margin-top:5px;
		margin-bottom:5px;
	}

	#header .header-main .container {
		min-height: 60px;
	}
	#nav-panel{
		position:fixed;
		z-index:20;
		background:#fff;
		right:0;
		width:300px;
		height:100%;
	}
	.accordion-menu li.menu-item>a{
		font-size:14px;
	}
	#nav-panel .mobile-nav-wrap {
		max-height:calc(100vh - 100px);
	}
}
@media screen and (max-width:767px){
	#header .header-main .container{
		padding-left:5px;
		padding-right:5px;
	}
	#header .logo,
	#header.sticky-header .logo{
		max-width:185px;
	}
	#header .searchform-popup{
		display:none !important;
	}

}

/*...main-block...*/
.main-block{
	position:relative;
	padding-left:65px !important;
	padding-right:65px !important;
	padding-bottom:80px;
}
.main-block:after{
	content:"" !important;
	display:block !important;
	position:absolute;
	left:0;
	top:0;
	width:100% !important;
	height:100% !important;
	background: linear-gradient(79deg, rgba(0, 0, 0, 0.80) 15.47%, rgba(0, 0, 0, 0.00) 63.16%);
	visibility: visible !important;
}
.main-block h1{
	margin-bottom:60px;
}
.main-block h5{
	margin-bottom:40px;
}
@media screen and (max-width:1460px){
	.main-block h1{
		margin-bottom:50px;
	}
	.main-block h5 {
		margin-bottom: 30px;
	}
}
@media screen and (max-width:1280px){
	.main-block .col-md-8 {
        width: 100%;
    }
	.main-block .col-md-4 {
        width: 100%;
    }
}
@media screen and (max-width:991px){
	.main-block h5 {
        margin-bottom: 20px;
    }
}
@media screen and (max-width:767px){
	.main-block{
		padding-left:30px !important;
		padding-right:30px !important;
	}
}



/*...page-top...*/
.top-block{
	padding-left:60px !important;
	padding-right:60px !important;
}
.top-block div.vc_custom_heading{
	color: #FFF;
	font-family: "Bitter",sans-serif;
	font-size: 70px;
	font-weight: 700;
	line-height: 115%; /* 80.5px */
	margin-bottom:60px;
	position:relative;
}
.top-block div.vc_custom_heading:after{
	content:"";
	display:block;
	position:absolute;
	opacity: 0.2;
	background:#F2F1F0;
	width: 400px;
	height: 1px;
	bottom:-20px;
	left:0;
}
.top-block div.vc_custom_heading:before{
	content:"";
	display:block;
	position:absolute;
	background:#fff;
	width: 150px;
	height: 4px;
	bottom:-20px;
	left:0;
}
.top-block > div{
	z-index:1;
	position:relative;
}
.top-block:after {
    content: "" !important;
    display: block !important;
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(79deg, rgba(12, 87, 118, 0.90) 15.47%, rgba(0, 0, 0, 0.00) 63.16%);
}
@media screen and (max-width:1280px){
	.top-block div.vc_custom_heading{
		font-size: 60px;
		margin-bottom:50px;
	}
}
@media screen and (max-width:991px){
	.top-block div.vc_custom_heading{
		font-size: 50px;
	}
	.page-top{
		left:20px;
	}
	.top-block {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.top-block .col-md-6{
		width:100%;
	}
}
@media screen and (max-width:991px){
	.top-block div.vc_custom_heading{
		font-size: 34px;
	}
}


/*...about-block...*/
.about-block{
	margin-left:-15px !important;
	margin-right:-15px !important;
	border-radius:40px;
}
.about-block h5{
	opacity:.5;
}
.about-block .porto-sicon-box{
	background: rgba(0, 173, 226, 0.30);
	border-radius:30px;
	padding:30px;

}
.about-block p{
	color:#fff;
}
.about-block h3.porto-sicon-title,
.about-block .porto-sicon-description{
	color:#fff;
}
.about-block .porto-sicon-description{
	font-size:15px;
	line-height:19px;
}
.about-block .wpb_text_column{
	padding-right:15px;
}
.about-block > div > div > .col-md-6:first-child:after{
	content:"";
	position:absolute;
	display:block;
	right:0;
	bottom:0;
	background-image:url("/wp-content/uploads/2026/06/svg-4.svg");
	background-size:cover;
	width:400px;
	height:400px;
	z-index:0;
}
.about-block > div > div > .col-md-6:first-child{
	padding-right:55px;
}
.about-block .col-md-6 .col-md-6 .wpb_single_image{
	border-radius:30px;
	overflow:hidden;
}
.about-block .col-md-6 .col-md-6 .wpb_single_image img{
	height:500px;
	object-fit:cover;
}
.about-block .col-md-6{
	position:relative;
	z-index:1;
}
.about-block .about-logo{
	border-radius:50%;
	border:10px solid #0C5776;
	background-color:#fff;
	width:200px;
	height:200px;
	position:absolute;
	left:calc(50% - 115px);
	top:calc(50% - 140px);
	z-index:2;
	display:flex;
	justify-content:center;
	align-items:center;
}
.about-block .about-logo img{
	width:140px;
}
.about-block .vc_btn3-container{
	margin-top:30px;
}

@media screen and (max-width:1460px){
	.about-block > div > div > .col-md-6:first-child{
		padding-right:15px;
	}
	.about-block .about-logo{
		left:calc(50% - 100px);
	}
}
@media screen and (max-width:991px){
	.about-block > div > div > .col-md-6{
		width:100%;
	}
}
/*...base-block...*/
.base-block{
	margin-left:-15px !important;
	margin-right:-15px !important;
	border-radius:40px;
}
.base-block h5{
	opacity:.5;
}
.base-block .porto-image-comparison{
	border-radius:30px;
	overflow:hidden;
}
.base-block .porto-image-comparison img{
	height:300px !important;
	object-fit:cover;
}
.base-block .vc_btn3-container{
	margin-top:50px;
}
.porto-image-comparison-handle{
	border:none !important;
}
.porto-image-comparison .porto-compare-icon:after {
    right: 0;
	border-left: 9px solid;
}
.porto-image-comparison .porto-compare-icon:before {
    left: 0;
	border-right: 9px solid;
}
.porto-image-comparison-handle:before, .porto-image-comparison-handle:after{
	border-left:1px solid #fff;
	margin-left: 0px;
}
.porto-image-comparison-handle:before{
	bottom:-25px;
}

@media screen and (max-width:1460px){
	.base-block .porto-image-comparison img{
		height:275px !important;
	}
}
@media screen and (max-width:991px){
	.base-block .porto-image-comparison img{
		height:205px !important;
	}
}
@media screen and (max-width:767px){
	.base-block .porto-image-comparison{
		margin-bottom:15px;
	}
}
/*...main-contact...*/
.main-contact{
	margin-left:-15px !important;
	margin-right:-15px !important;
	margin-bottom:20px !important;
	border-radius:40px;
	position:relative;
	overflow:hidden;
}
.main-contact:after {
    content: "" !important;
    display: block !important;
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
	background: linear-gradient(90deg, rgba(12, 87, 118, 0.00) 0%, rgba(12, 87, 118, 0.90) 69.52%);align-content
    visibility: visible !important;
}
.main-contact > div{
	z-index:1;
	position:relative;
}
.main-contact .col-md-6:last-child{
	border-radius:30px;
	background:#F2F1F0;
	padding:40px;
}
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"],textarea{
	border-radius: 15px;
	border: 1px solid rgba(58, 58, 61, 0.15);
	background: #FFF;
	padding:20px;
	line-height:18px;
	font-size: 15px;
	color:#999;
	width:100%;
	margin-bottom:15px;
	margin-top:5px;
}
input[type=checkbox]{
	width:20px;
}
span[data-name="acceptance-908"] label{
	display:flex;
	flex-direction:row;
	font-size: 13px;
	line-height: 17px;
}
.main-contact label {
    width: 100%;
    display: flex;
    flex-direction: column;
	font-size: 15px;
	font-weight: 500;
	color:#3A3A3D;
}
form .vc_btn3-style-classic.btn{
	padding:0;
}
input[type=submit]{
	padding:20px 55px 20px 30px;
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
}


@media screen and (max-width:1280px){
	.main-contact{
		padding-top:15px;
		padding-bottom:15px;
	}
}
@media screen and (max-width:991px){
	.main-contact .col-md-6:first-child{
		width:30%;
	}
	.main-contact .col-md-6:last-child{
		width:70%;
	}
}
@media screen and (max-width:767px){
	.main-contact{
		padding-top:5px;
		padding-bottom:5px;
		border-radius:30px;
	}
	.main-contact .col-md-6:first-child{
		width:0%;
	}
	.main-contact .col-md-6:last-child{
		width:100%;
	}
}



/*...footer...*/
#footer .share-links{
	margin-top:0px;
	margin-bottom:25px;
}
#footer .share-links a{
	border-radius: 10px;
	background: rgba(22, 22, 22, 0.20);
	color:#fff;
	width:60px;
	height:60px;
	border-radius:10px;
	font-size:24px;
}

#footer .porto-sicon-description{
	margin-top:0;
}
#footer .porto-sicon-header p{
	color: #D9E7ED;
	font-size: 15px;
	font-weight: 500;
	line-height: 130%; /* 19.5px */
}
#footer .col-md-3{
	padding-top:50px;
	padding-bottom:20px;
    width: 30%;
	padding-left:50px;
	padding-right:30px;
}
#footer .col-md-9{
	width: 70%;
	padding-left:80px;
	padding-right:30px;
	padding-top:50px;
}
#footer .col-md-9:after{
	content:"";
	display:block;
	position:absolute;
	right:-30px;
	top:0;
	width:30px;
	height:100%;
    background-color: rgba(0, 0, 0, 0.2) !important;
}
#footer .porto-sicon-description a{
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
	line-height: 130%;
}
#footer .widget>div>ul{
	border:none;
}
#footer .widget>div>ul li{
	color: #FFF;
	font-size: 15px;
	font-weight: 500;
	line-height: 130%;
	padding-left:0;
	padding-top:0;
	padding-bottom:0;
	border:none;
}
#footer .widget>div>ul li a{
	padding-top:6px !important;
	padding-bottom:6px !important;
	display:block;
}
#footer .widget_nav_menu>div>ul li:before{
	content:none;
}
#footer .widget>div>ul li>ul{
    margin-top: 0;
    margin-bottom: 0;
    margin-left:0;
}
#footer .widget li.current-menu-item>a {
    color:#fff;
    font-weight: 500;
	padding-top:6px;
	padding-bottom:6px;

}

#footer h5.vc_custom_heading{
	position:relative;
	margin-bottom:35px;
}
#footer h5.vc_custom_heading:after {
    content: "";
    display: block;
    position: absolute;
    opacity: 0.2;
    background: #00ADE2;
    width: 110px;
    height: 1px;
    bottom: -15px;
    left: 0;
}
#footer h5.vc_custom_heading:before {
    content: "";
    display: block;
    position: absolute;
    background: #00ADE2;
    width: 60px;
    height: 4px;
    bottom: -15px;
    left: 0;
}
.pol-menu li{
	display:inline-block;
	padding-right:30px !important;
	position:relative;
}
.pol-menu li:before{
    content: " " !important;
    display: block;
	position:absolute !important;
    width: 6px !important;
    height: 6px !important;
    top: calc(50% - 3px) !important;
    right: 5px !important;
    border-radius: 50%;
    background-color: #fff;
}
.pol-menu li:last-child:before{
	content:none !important;
}
.foo-bot {
	margin-bottom: 0 !important;
}
#footer .porto-separator {
    margin: 0 0 30px;
}
.foo-bot .widget>div>ul li:last-child{
	padding-right:0 !important;
}

@media screen and (max-width:1660px){
	#footer .col-md-9 {
		padding-right: 15px;
		padding-left: 50px;
	}
	#footer .col-md-3 {
		padding-left: 30px;
		padding-right: 30px;
	}
	.foo-bot .col-md-4,
	.foo-bot .col-md-8{
		width:100%;
	}
	.foo-bot .align-right {
		text-align: left;
	}
	.foo-bot .widget {
		margin-bottom: 1rem;
	}
}
@media screen and (max-width:1280px){
	#footer .col-md-3 .col-md-6 {
        width: 100%;
    }
	 #footer .col-md-9 {
        padding-left: 15px;
    }
	#footer h5.vc_custom_heading {
		font-size: 20px;
	}
}
@media screen and (max-width:767px){
	#footer .col-md-3,
	#footer .col-md-9{
        width:100%;
    }
	#footer .col-md-3 {
		padding-bottom: 40px;
	}
	.pol-menu li:before{
		content:none !important;
	}
	#footer .col-md-9:before {
		content: "";
		display: block;
		position: absolute;
		left: -30px;
		top: 0;
		width: 30px;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.2) !important;
	}
	#footer .col-md-9,
	#footer .col-md-3{
        padding-left: 20px;
    }
	#footer .widget>div>ul li{
		display:block;
	}
	#footer .share-links {
		margin-top: 10px;
	}
}

   

/*...organization-block...*/
.organization-block .col-md-3 .pin-wrapper > div{
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
	padding:20px;
}
.organization-block .col-md-3 .wpb_single_image{
	border-radius:20px;
	overflow:hidden;
	margin-bottom:0;
}
#main .widget .widgettitle{
	color: #161616;
	font-size: 24px;
	font-weight: 600;
	line-height: 130%; /* 31.2px */
	text-transform:inherit;
	position:relative;
	margin-bottom:40px;
}
#main .widget .widgettitle:after {
    content: "";
    display: block;
    position: absolute;
    opacity: 0.2;
    background: #0C5776;
    width: 100%;
    height: 1px;
    bottom: -20px;
    left: 0;
}
#main .widget .widgettitle:before {
    content: "";
    display: block;
    position: absolute;
    background: #0C5776;
    width: 80px;
    height: 1px;
    bottom: -20px;
    left: 0;
}
#main .widget_nav_menu>div>ul li{
	position:relative;
	border-radius: 10px;
	background:#F2F1F0;
	margin-bottom:5px;
	border:none;
}
#main .widget_nav_menu>div>ul li:before{
	content:none
}
#main .widget_nav_menu>div>ul li:after{
	content:"";
	display:block;
	position:absolute;
	right:15px;
	top:calc(50% - 10px);
	width:20px;
	height:20px;
	background-image:url("/wp-content/uploads/2026/06/vector31.svg");
	background-repeat:no-repeat;
	background-position:center;
	background-size:inherit;
}
#main .widget_nav_menu>div>ul li a{
	font-size: 18px;
	font-weight: 500 !important;
	line-height: 22px;
	padding:10px 5px;
	display:block;
}
#main .widget_nav_menu>div>ul li.current-menu-item{
	background:#0C5776;
}
#main .widget li.current-menu-item>a{
	color:#fff;
}
#main .widget_nav_menu, .vc_wp_custommenu{
	margin-bottom:20px;
}
#main .widget>div>ul{
	border-bottom:none;
}

#main .widget_nav_menu>div>ul li.current-menu-item:after{
	background-image:url("/wp-content/uploads/2026/06/vector3.svg");
	background-repeat:no-repeat;
	background-position:center;
	background-size:inherit;
}
@media screen and (max-width:1460px){
	.organization-block .col-md-9{
		padding-left:15px;
	}
	#main .widget_nav_menu>div>ul li {
		border-radius:5px;
	}
	#main .widget_nav_menu>div>ul li a {
		font-size: 16px;
		line-height: 20px;
		padding: 10px 35px 10px 5px;
	}
}
@media screen and (max-width:1280px){
	 #main .widget_nav_menu>div>ul li a {
		font-size: 14px;
		line-height: 18px;
		padding: 5px 30px 5px 0px;
	}
	#main .widget .widgettitle {
		font-size: 20px;
		margin-bottom: 50px;
	}
}
@media screen and (max-width:991px){
	#main .widget_nav_menu>div>ul li a {
		padding: 5px 10px 5px 0px;
	}
	#main .widget_nav_menu>div>ul li:after{
		content:none;
	}
}
@media screen and (max-width:991px){
	.organization-block .col-md-3 > .vc_column-inner{
		border-radius: 20px;
		background: #FFF;
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
		padding:20px;
		margin-bottom:30px;
	}
}




.about-pics .col-md-6 .wpb_single_image{
	border-radius:30px;
	overflow:hidden;
}
.about-pics .col-md-6 .wpb_single_image img{
	height:500px;
	object-fit:cover;
}
.about-pics .col-md-6{
	position:relative;
	z-index:1;
}
.about-pics .about-logo{
	border-radius:50% !important;
	border:10px solid #0C5776;
	background-color:#fff;
	width:200px;
	height:200px;
	position:absolute;
	left:calc(0% - 100px);
	top:calc(50% - 100px);
	z-index:3;
	display:flex;
	justify-content:center;
	align-items:center;
}
.about-pics .about-logo img{
	z-index:3;
	height:auto !important;
}

@media screen and (max-width:991px){
	.organization-block .col-md-3 .pin-wrapper > div {
		border-radius: 10px;
		padding: 10px;
	}
	.organization-block .widget_nav_menu>div>ul li.current-menu-item{
		padding-left:10px;
	}
	.organization-block .widget_nav_menu>div>ul li a {
        font-size: 13px;
        line-height: 16px;
    }
	.organization-block .widget_nav_menu>div>ul li:after{
		content:none;
	}
}
@media screen and (max-width:991px){
	.about-pics .about-logo{
		left: calc(50% - 100px);
		top: calc(0% - 100px);
	}
}


/*...count-block...*/
.count-block{
	position:relative;
	border-radius:30px;
	overflow:hidden;
	padding-left:40px;
	padding-right:40px;
	padding-top:60px;
	padding-bottom:50px;
}
.count-block > div{
	z-index:1;
}
.count-block:before{
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity: 0.9;
	background: #0C5776;
}
.count-block h2.vc_custom_heading {
    margin-bottom: 10px;
}
@media screen and (max-width:1460px){
	.count-block{
		padding-left:15px;
		padding-right:15px;
	}
}
@media screen and (max-width:767px){
	.count-block h6.vc_custom_heading{
		margin-bottom:35px;
	}
}

/*...printed-block...*/
.printed-block .col-md-10 > div{
	height: 100%;
    display: flex;
	flex-direction:column;
    justify-content: space-between;
}
.printed-block .col-md-10 h5{
	    margin: 0 auto auto 0;
}
.printed-block .col-md-10 .vc_btn3-container{
	margin-bottom:35px;
}


/*...contact-block...*/
.contact-block iframe{
	border-radius:30px;
	border:10px solid #fff;
}
.contact-block .porto-sicon-description {
    margin-top: 5px !important;
}
.contact-block  .porto-sicon-box {
    margin-bottom: 35px;
}
@media screen and (max-width:991px){
	.contact-block .porto-sicon-description{
		 font-size: 20px;
	}
}
@media screen and (max-width:767px){
	.contact-block .porto-sicon-description{
		 font-size: 18px;
	}
}

/*...advisory-block...*/
.advisory-block .vc_gitem-zone .vc_gitem-post-data-source-post_date{
	padding-left:30px;
	position:relative;
	opacity:1;
	margin-bottom:0px;
	margin-left:20px;
}
.advisory-block .vc_gitem-zone .vc_gitem-post-data-source-post_date:before{
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:calc(50% - 14px);
	width:20px;
	height:28px;
	background:url("/wp-content/uploads/2026/07/calendar2.svg");
	background-repeat:no-repeat;
	background-position:center;
	background-size:inherit;
}

/* .advisory-block .vc_gitem-post-data-source-post_title{
	margin-top:10px;
	margin-bottom:5px !important;
}
.advisory-block .vc_gitem-post-data-source-post_title h4{
	font-size:22px;
	overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2;
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}
.advisory-block .vc_gitem-zone:hover .vc_gitem-post-data-source-post_title h4{
	color:#0c5776 !important;
}
.advisory-block .vc_gitem-zone:hover:after{
	transform: rotate(90deg);
    transition: 0.3s;
} */


.advisory-block .owl-item{
	padding-left:15px;
/* 	padding-right:15px; */
}
.advisory-block .vc_grid-item-mini{
    background-color: #fff;
    padding: 10px 10px 5px 10px !important;
    border-radius: 30px;
    /* box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05); */
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.05));
    position: relative;
}
.advisory-block .vc_grid-filter {
    position: absolute;
    right: 15px;
    top: 265px;
    z-index: 1;
    border-radius: 10px;
    background: #00ADE2;
    padding: 7px 20px !important;
}
.vc_grid-filter>.vc_grid-filter-item>span{
	color:#fff;
}
.advisory-block .vc_grid-item .wpb_single_image .vc_figure,
.advisory-block .vc_grid-item .wpb_single_image .vc_figure > a{
	width:100%;
}
.advisory-block .vc_grid-item .wpb_single_image{
    border-radius: 20px;
    overflow: hidden;
    height: 320px !important;
    width: 100% !important;
    margin-bottom: 20px !important;
}
.advisory-block .owl-carousel .owl-item img{
    height: 320px !important;
    object-position: 50% 10%;
	width:100%;
    object-fit: cover;
}
.advisory-block .vc_gitem_row .vc_gitem-col{
	padding:0;
}
.advisory-block h4{
	margin-left: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 24px;
    font-weight: 600;
    line-height: 130%;
	height:94px;
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot:hover span{
	background-color:#fff !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot:hover span:after{
	color:#0C5776;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot span{
    border-radius: 10px !important;
    background: #0C5776;
    color: #161616;
    border: none;
    font-size: 14px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-weight: 700;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot span:after{
	content:"1";
	display:block;
	position:absolute;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	color:#fff;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot.active span:after{
	color:#0C5776;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot:nth-child(2) span:after{
	content:"2";
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot:nth-child(3) span:after{
	content:"3";
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot:nth-child(4) span:after{
	content:"4";
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot:nth-child(5) span:after{
	content:"5";
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot:nth-child(6) span:after{
	content:"6";
}
.vc_gitem-zone-a .vc_gitem-row-position-bottom{
	position:relative;
}
.vc-gitem-zone-height-mode-auto:before {
    content:none;
}


@media screen and (max-width:1460px){
	.advisory-block h4{
		font-size: 20px;
		height:76px;
	}
}
@media screen and (max-width:991px){
	.advisory-block h4{
		font-size: 18px;
		height:68px;
		margin-left:0;
	}
	.advisory-block .vc_gitem-zone .vc_gitem-post-data-source-post_date{
		margin-left:0;
	}
}

@media screen and (max-width:767px){
	.advisory-block h4{
		font-size: 17px;
		height:auto
	}
	.advisory-block .owl-item {
		padding-left: 0;
		padding-right: 0px;
	}
}

/*...blog...*/
.porto-posts-grid .post{
	background-color:#fff;
	padding: 10px 10px 20px 10px;
	border-radius: 30px;
/* 	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05); */
	filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.05));
	margin-left:15px;
	margin-right:15px;
	width:calc(50% - 30px);
	position:relative;
}
.main-blog .vc_grid-item .vc_grid-item-mini{
	background-color:#fff;
	padding: 10px 10px 20px 10px;
	border-radius: 30px;
}
.porto-posts-grid .post .wp-block-paragraph{
	display:none !important;
}
.porto-posts-grid .post .porto-section{
    background-color:transparent;
	border:none !important;
    padding: 0px !important;
}
.porto-posts-grid h4.post-title,
.main-blog .vc_gitem-post-data-source-post_title h4{
	margin-left:20px;
	overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3; 
   -webkit-box-orient: vertical;
	font-size: 24px;
	font-weight: 600;
	line-height: 130%;
}
.main-blog .vc_gitem-post-data-source-post_title h4{
	min-height:94px;
}
.porto-posts-grid .tb-meta-category,
.main-blog .vc_grid-filter.vc_grid-filter-center{
	position:absolute;
	right:15px;
	top:265px;
	z-index:1;
	border-radius: 10px;
	background:#00ADE2;
	padding: 7px 20px !important;
	margin-bottom:0;
}
.main-blog .vc_gitem_row .vc_gitem-col{
	padding:0;
}
.porto-posts-grid .tb-meta-category a{
	color:#fff;
}
.porto-posts-grid .porto-tb-featured-image .zoom{
	display:none;
}
.porto-posts-grid .porto-tb-featured-image{
	border-radius: 20px;
	overflow:hidden;
	height: 320px !important;
	width:100% !important;
	margin-bottom:20px !important;
}
.porto-posts-grid .porto-tb-featured-image img{
	height: 320px !important;
	object-position: 50% 10%;
	object-fit:cover;
}
.main-blog .owl-carousel .owl-item img{
	height: 320px !important;
	object-position: 50% 10%;
	object-fit:cover;
}
.main-blog .owl-carousel .owl-item .wpb_single_image{
	border-radius:14px;
	overflow:hidden;
}
.main-blog .owl-carousel .owl-item .wpb_single_image > *,
.main-blog .owl-carousel .owl-item .wpb_single_image a{
	width:100%;
}


.porto-posts-grid .wp-block-post-date,
.vc_gitem-post-data-source-post_date{
	padding-left:30px;
	position:relative;
	margin-left:20px;
}
.porto-posts-grid .wp-block-post-date:before,
.vc_gitem-post-data-source-post_date:before{
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:calc(50% - 14px);
	width:20px;
	height:28px;
	background:url("/wp-content/uploads/2026/07/calendar2.svg");
	background-repeat:no-repeat;
	background-position:center;
	background-size:inherit;
}

.pagination>a, .pagination>span{
	border-radius: 10px !important;
	background:  #fff;
	color:#161616;
	border:none;
	font-size: 14px;
	height:50px;
	width:50px;
	line-height:50px;
	font-weight: 700;
}
.page-links span.current, .pagination span.current{
	color:#fff;
	background:  #0C5776;
}
.main-blog .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav{
	opacity:1;
	text-align:center;
	margin-top:20px;
}
.main-blog .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next,
.main-blog .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev{
	position:relative;
	opacity:1 !important;
	width:40px;
	height:40px;
}
.main-blog .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next{
	right:-5px;
}
.main-blog .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev{
	left:-5px;
}
.main-blog .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next:before,
.main-blog .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav  .vc_grid-owl-prev:before{
	content:none;
}
.main-blog .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav  .vc_grid-owl-prev{
    background: url(/wp-content/uploads/2026/07/arrow1.svg);
    background-size: cover;
    background-repeat: no-repeat;
}
.main-blog .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next{
    background: url(/wp-content/uploads/2026/07/arrow2.svg);
    background-size: cover;
    background-repeat: no-repeat;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .disabled {
    display:inline-block !important;
	opacity:0.5 !important;
}
@media screen and (max-width:1460px){
	.porto-posts-grid .porto-tb-featured-image img,
	.porto-posts-grid .porto-tb-featured-image{
		height: 200px !important;
	}
	.porto-posts-grid h4.post-title{
		font-size:20px;
	}
	.main-blog .vc_gitem-post-data-source-post_title h4{
		font-size:18px;
		line-height:26px
	}
	.main-blog .vc_gitem-post-data-source-post_title h4 {
		min-height: 78px;
	}
	.porto-posts-grid .tb-meta-category {
		top: 120px;
		font-size: 16px !important;
		padding: 5px 15px;
	}
}
@media screen and (max-width:1280px){
	.porto-posts-grid .porto-tb-featured-image img,
	.porto-posts-grid .porto-tb-featured-image{
		height: 225px !important;
	}
	.porto-posts-grid .tb-meta-category {
		top: 170px;
	}
	.porto-posts-grid h4.post-title{
		font-size:18px;
		margin-top:5px;
		margin-bottom:5px;
	}

	.porto-posts-grid .wp-block-post-date,
	.porto-posts-grid h4.post-title {
		margin-left: 0px;
	}
}
@media screen and (max-width:767px){
	.porto-posts-grid .porto-tb-featured-image img,
	.porto-posts-grid .porto-tb-featured-image{
		height: 205px !important;
	}
	.porto-posts-grid .post{
		width:calc(100% - 30px);
	}
	.porto-posts-grid .tb-meta-category {
		top: 155px;
	}
	.vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
		padding-bottom: 40px;
	}
}




	
/*...single-post...*/
.single{
	
}
.single #main .vc_wp_posts{
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
	padding: 20px;
}
.single #main .widget_nav_menu{
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
	padding: 20px;
}
.widget_recent_entries>ul li{
	display:flex;
	flex-direction:column-reverse;
	border-radius: 15px;
	padding: 20px 30px;
	background: #F2F1F0;
	margin-bottom:10px;
}
.widget_recent_entries>ul li:after{
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: 20px;
    right: 30px;
    background: url(/wp-content/uploads/2026/06/svg-2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: inherit;
}
.widget_recent_entries>ul li:hover:after {
    transform: rotate(90deg);
    transition: 0.3s;
}
.widget_recent_entries .post-date{
	position:relative;
	opacity:0.5;
	padding-left:30px;
	font-size:17px;
}
.widget_recent_entries .post-date:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: calc(50% - 14px);
    width: 20px;
    height: 26px;
    background: url(/wp-content/uploads/2026/07/calendar.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: inherit;
}
.widget_recent_entries li a{
	color: #161616;
	font-size: 24px;
	font-weight: 600;
	line-height: 130%;
	margin-bottom:15px;
}
.single .meta-date{
	padding-left:30px;
	position:relative;
	font-size: 20px;
	font-weight: 600;
	line-height: 130%;
	opacity:0.5;
	color: #161616;
}
.single .meta-date:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: calc(50% - 14px);
    width: 22px;
    height: 28px;
    background: url(/wp-content/uploads/2026/07/calendar.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.post-meta-divider>span:not(:last-child):after{
	content:none;
}
.single .meta-cats{
	font-size: 20px;
	font-weight: 600;
	line-height: 130%; /* 26px */;
	text-transform:none;
	position:relative;
	padding-left:30px;
	margin-left:20px;
	opacity:0.5;
}
.single .meta-cats a{
	color: #161616;
}
.single .meta-cats:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: calc(50% - 14px);
    width: 20px;
    height: 28px;
    background: url(/wp-content/uploads/2026/07/calendar_11.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;;
}
/* .single .meta-tags a{
	color: #161616;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	line-height: 130%; 
	padding: 15px;
	border-radius: 30px;
	background: #fff;
}
.single .meta-tags a:hover{
	color:#fff;
	background:#0C5776;
} */
.single .footer-wrapper{
	margin-top:110px;
}
.single .post-image{
	overflow:hidden;
	border-radius:30px;
	margin-bottom:40px;
	margin-top:20px;
}
/* .single .meta-tags a {
	margin-bottom:5px;
	display:inline-block;
} */

@media screen and (max-width:1460px){
	.widget_recent_entries li a{
		font-size: 18px;
	}
	.widget_recent_entries>ul li {
		padding: 15px 20px;
	}
	.single .meta-cats,
	.single .meta-date{
		font-size:18px;
	}
}
@media screen and (max-width:991px){
	.widget_recent_entries li a{
		font-size: 185x;
	}
	.widget_recent_entries>ul li {
		padding: 5px 10px;
	}
	.single .meta-cats,
	.single .meta-date{
		font-size:17px;
	}
	.single-post .col-md-8,
	.single-post .col-md-4 {
        width: 100%;
    }

}
@media screen and (max-width:767px){
	.single .meta-cats,
	.single .meta-date{
		font-size:14px;
	}
	.single .meta-tags a {
		font-size: 13px;
		font-weight:400;
		padding: 5px;
		border-radius: 20px;
		text-transform:lowercase;
		margin-bottom:5px;
	}
}
/*...main-blog...*/
.porto-posts-grid .wp-block-post-featured-image{
	width:100%;
	height:auto;
}
.main-blog .owl-stage{
    height: 100%;
}

.main-blog .owl-carousel.owl-drag .owl-item{
	height:100%;
	
}
.main-blog .owl-carousel.owl-drag .owl-item > div{
	padding-bottom:10px;
}
.main-blog .porto-posts-grid .post {
    width: 100%;
	margin-left:0;
	margin-right:0;
	height:100%;
}
.owl-carousel.nav-bottom .owl-nav .owl-next, .owl-carousel.nav-bottom .owl-nav .owl-prev {
    width:40px;
	height:40px;
}
.owl-carousel.nav-bottom .owl-nav .owl-prev{
	background:url("/wp-content/uploads/2026/07/arrow1.svg");
	background-size:cover;
	background-repeat:no-repeat;
}
.owl-carousel .owl-nav .owl-prev:before,
.owl-carousel .owl-nav .owl-next:before{
	content:none;
}
.owl-carousel.nav-bottom .owl-nav .owl-next{
	background:url("/wp-content/uploads/2026/07/arrow2.svg");
	background-size:cover;
	background-repeat:no-repeat;
}
.owl-carousel.nav-bottom .owl-stage-outer {
    margin-bottom: 30px;
}
@media screen and (max-width:767px){
	.main-blog .vc_btn3-container.vc_btn3-right{
		text-align:left !important;
		margin-bottom:20px;
	}
}


/*...phones-block...*/
.phones-block .col-md-4 > div,
.phones-block .col-md-6 .col-md-12 > div{
	padding: 20px 30px !important; 
	border-radius: 30px;
	background: #FFF;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
	height:100%;
}
.phones-block .porto-sicon-box{
	padding-top:15px;
	border-top:1px solid #D9E7ED;
}
.phones-block .porto-sicon-header + .porto-sicon-description {
    margin-top: 0px;
}
.phones-block .porto-sicon-description a{
	font-weight:600;
}

@media screen and (max-width:991px){
	.phones-block .col-md-4{
		width:100%;
		margin-bottom:20px;
	}
}
@media screen and (max-width:767px){
	.phones-block .col-md-4,
	.phones-block .col-md-6 .col-md-12{
		margin-bottom:15px;
	}
}



/*...shop...*/
.porto-woo-category-sidebar{
	padding-top:150px !important;
}

.porto-woo-category-sidebar .sticky-active{
	position:relative !important;
	top:0 !important;
	left:0 !important;
}
.shop-loop-before,
.shop-loop-after{
	display:none !important;
}
.woocommerce .porto-woo-category-sidebar{
	padding-top:0;
}
.woocommerce-page .widget_block .wp-block-heading {
    color:#161616;
	font-size: 24px;
	font-weight: 600;
	line-height: 130%; /* 31.2px */
}
.woocommerce .sidebar-content{
	border-radius: 20px;
	background: #FFF;
	padding:20px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}
.woocommerce .woocommerce-widget-layered-nav li{
	display:block;
	position:relative;
}
.woocommerce .woocommerce-widget-layered-nav li a{
	color: #161616 !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 130% !important;
	background:transparent !important;
	border:none !important;
	padding-left:40px !important;
	text-align: left !important;
}
.woocommerce .woocommerce-widget-layered-nav li:before{
	content:"";
	position:absolute;
	display:block;
	left:0;
	top:calc(50% - 13px);
	width:26px;
	height:26px;
	background:url("/wp-content/uploads/2026/07/group-1736.svg");
	background-repeat:no-repeat;
	background-size:cover;
}
.woocommerce .woocommerce-widget-layered-nav li.woocommerce-widget-layered-nav-list__item--chosen:before{
	background:url("/wp-content/uploads/2026/07/group-1736_1.svg");
}
.woocommerce-page.archive .sidebar-content aside.widget{
	border:none;
	padding: 15px 0;
}


.woocommerce-page .widget_block .wp-block-heading{
	position:relative;
	margin-bottom:25px !important;
}
.woocommerce-page .widget_block .wp-block-heading:after {
    content: "";
    display: block;
    position: absolute;
    opacity: 0.2;
    background: #0C5776;
    width: 100%;
    height: 1px;
    bottom: -20px;
    left: 0;
}
.woocommerce-page .widget_block .wp-block-heading:before {
    content: "";
    display: block;
    position: absolute;
    background: #0C5776;
    width: 80px;
    height: 1px;
    bottom: -20px;
    left: 0;
}
.woocommerce-page #main .widget .widgettitle,
.woocommerce-page .sidebar-content .widget-title{
	margin-bottom:10px;
	color: #0C5776;
	font-size: 20px;
	font-weight: 600;
	line-height: 130%; 
}
.woocommerce-page #main .widget .widgettitle:before,
.woocommerce-page #main .widget .widgettitle:after{
	content:none !important;
}
.woocommerce-page .widget .widget-title .toggle{
	display:none;
}
.woocommerce-page ul.products li{
	width:50%;
	position:relative;
}
.woocommerce-page ul.products li:after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: 20px;
    right: 30px;
    background: url(/wp-content/uploads/2026/06/svg-2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: inherit;
}
.woocommerce-page ul.products li:hover:after {
    transform: rotate(90deg);
    transition: 0.3s;
}
ul.products li .product-inner{
	border-radius: 30px;
	background: #FFF;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
	padding:10px;
	height:100%;
}
ul.products li .product-content{
	padding-left:20px;
	padding-right:20px;
}
ul.products li .product-inner .product-image{
	border-radius:20px;
	overflow:hidden;
}
ul.products li .product-inner .product-image img{
	height:300px;
	object-fit:cover;
}
ul.products .woocommerce-loop-product__title{
	color:#161616;
	font-size: 24px;
	font-weight: 600;
	line-height: 130%;
	white-space: normal;
    overflow: inherit;
	padding-right:30px;
	text-align:left;
}
ul.products .category-list{
	order:1;
	color: #0C5776;
	font-size: 15px;
	font-weight: 500;
	line-height: 130%;
	text-transform: uppercase;
	text-align:left;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px solid #D9E7ED;
}
.add-links-wrap,
.rating-wrap{
	display:none !important;
}
ul.products li .product-content{
	display:flex;
	flex-direction: column;
}
.shop-item-short-description{
	order:2;
	color: #3A3A3D;
	margin-bottom:5px;
	text-align:left;
	opacity:0.7;
}
ul.products li .product-content > a{
	order:3;
}
@media screen and (max-width:1280px){
	.post-type-archive-product .left-sidebar,
	.post-type-archive-product .main-content{
		width:100%;
	}
	ul.products .woocommerce-loop-product__title {
		font-size: 20px;
	}
	.porto-woo-category-sidebar{
		padding-top:120px !important;
	}
}

@media screen and (max-width:767px){
	.woocommerce-page ul.products li {
		width:100%;
	}
	.porto-woo-category-sidebar{
		padding-top:90px !important;
	}
}


/*...prod...*/
.single-product .top-block{
	background-image: url(https://spadchina.mamontovadesign.com/wp-content/uploads/2026/07/magnific__enhance__20065-scaled.webp?id=1282) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.top-block .woocommerce-product-rating,
.top-block .product-share,
.top-block .product-nav{
	display:none !important;
}
.single-product .top-block .description{
	display:none;
}
.single-product .product_title{
	color:#fff;
	font-size: 70px;
	font-weight: 700;
	line-height: 115%; /* 80.5px */
	padding-right:35%;
}
.single-product .breadcrumb li:nth-child(3){
	display:none;
}
.single-product .tab-content{
	background:transparent;
}
.resp-tabs-list{
	display:none !important;
}
.woocommerce-tabs .tab-content{
	padding:0;
}
.tab-content h2{
	color: #0C5776;
	font-size: 48px;
	font-weight: 700;
	line-height: 115%;
}
.prod-info h3.porto-sicon-title{
	color: #161616;
	font-size: 20px;
	font-weight: 500;
	line-height: 130%; /* 26px */
}
.single-product .tab-content .col-md-4 .col-md-12 > div {
	border-radius: 20px;
	background: #FFF;
	padding:30px 30px 10px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
	margin-bottom:40px;
}
.wpb_single_image .vc_single_image-wrapper.vc_box_rounded, .wpb_single_image .vc_single_image-wrapper.vc_box_rounded img {
	border-radius: 20px;
}
.single-product .porto-sicon-box {
    margin-bottom: 15px;
}
.share-links a{
	font-size:24px;
	font-weight:700;
	width:64px;
	height:64px;
	line-height:62px;
	border-radius: 40px;
	border: 1px solid #0C5776;
	background:transparent !important;
	color:#0C5776;
}
.share-links a:hover{
	color:#fff;
	background:#0C5776 !important;
}
.related.products{
	display:none !important;
}
.share-links a:last-child {
    margin-bottom: 6px;
}

@media screen and (max-width:1460px){
	.single-product .product_title{
		font-size: 60px;
		padding-right:35%;
	}
	.tab-content h2 {
		font-size: 40px;
	}
}
@media screen and (max-width:1280px){
	.tab-content h2 {
		font-size: 34px;
	}
	.single-product .tab-content .col-md-4 .col-md-12 > div {
		padding:20px 20px 10px;
		margin-bottom:20px;
	}
	.prod-info h3.porto-sicon-title {
		font-size: 18px;
		line-height: 120%;
	}
	.single-product .product_title {
        font-size: 50px;
        padding-right: 15%;
    }
}
@media screen and (max-width:991px){
	.single-product .product_title {
        font-size: 40px;
        padding-right: 5%;
    }
	.woocommerce-tabs .tab-content .wpb-content-wrapper .col-md-8,
	.woocommerce-tabs .tab-content .wpb-content-wrapper .col-md-4{
		width:100%;
		margin-bottom:20px;
	}
}
@media screen and (max-width:767px){
	.single-product .product_title {
        font-size: 34px;
        padding-right: 0;
	}
	.tab-content h2 {
        font-size: 28px;
    }
	.woocommerce-tabs h2.resp-accordion{
		display:none;
	}
}



/*...main-cat-slider...*/
.main-cat-slider .owl-item > div > div > div{
	border-radius: 30px;
	background: #FFF;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
	padding:10px !important;
	height:100%;
}
.main-cat-slider .wpb_single_image{
	border-radius: 20px;
	overflow:hidden;
}
.main-cat-slider .porto-sicon-box{
	margin-top:20px;
	padding-left:20px;
}
.main-cat-slider h3.porto-sicon-title{
	color: #3A3A3D;
	font-size: 24px;
	font-weight: 600;
	line-height: 130%; /* 31.2px */
}
.main-cat-slider .porto-sicon-header > p{
	color: #161616;
	font-size: 30px;
	font-weight: 600;
	line-height: 110%; /* 33px */
}
.main-cat-slider .owl-carousel .owl-item{
	display:flex;
}
.main-cat-slider .owl-carousel .owl-item > div{
	width:100%;
	margin-left: 0;
}
.main-cat-slider .vc_single_image-wrapper{
	width:100%;
}
.main-cat-slider .wpb_single_image img{
	height:300px;
	object-fit:cover;
}

@media screen and (max-width:1460px){
	.main-cat-slider .porto-sicon-title {
		font-size: 18px !important;
		line-height:24px;
		margin-top:0;
	}
	.main-cat-slider .porto-sicon-header > p{
		font-size: 24px;
	}
	.main-cat-slider .porto-sicon-img{
		font-size:50px !important;
	}
	.main-cat-slider .wpb_single_image img{
		height:250px;
	}
}
@media screen and (max-width:991px){
	.main-cat-slider .porto-sicon-header > p{
		font-size: 22px;
	}
}
@media screen and (max-width:767px){
	.main-cat-slider .porto-sicon-title {
		font-size: 18px !important;
	}
	.main-cat-slider .porto-sicon-header > p{
		font-size: 20px;
	}
	.main-cat-slider .porto-sicon-img{
		font-size:40px !important;
	}
}


/*...shop-top...*/
.top-block-shop{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	background-image:url("/wp-content/uploads/2026/07/magnific__enhance__20065-scaled.webp");
	background-size:cover;
}
/* .post-type-archive-product #main{
	padding-top:500px !important;
} */
.top-block-shop div.vc_custom_heading{
	margin-left:15px;
}
@media screen and (max-width:1460px){
/* 	.post-type-archive-product #main{
		padding-top:400px !important;
	} */
}
@media screen and (max-width:1280px){
/* 	.post-type-archive-product #main{
		padding-top:300px !important;
	} */
	.pin-wrapper > div{
		position:relative !important;
		left: 0 !important;
    	top: 0 !important;
	}
}
@media screen and (max-width:991px){
	.main-content-wrap{
		flex-direction: column-reverse;
	}
}
@media screen and (max-width:767px){
	:where(.wc-block-product-filters) .wc-block-product-filters__overlay, :where(.wc-block-product-filters).is-overlay-opened .wc-block-product-filters__overlay {
        background: inherit;
        color: inherit;
        flex-grow: 1 !important;
        inset: 0 !important;
        pointer-events: auto !important;
        position: relative !important;
        transition: none !important;
    }
	:where(.wc-block-product-filters) .wc-block-product-filters__overlay-dialog {
		display: flex !important;
		flex-direction: column;
		inset: 0;
		max-height:100%;
		position: relative !important;
		transform:none !important;
		transition: none;
	}
	.wc-block-product-filters__open-overlay,
	:where(.wc-block-product-filters) .wc-block-product-filters__overlay-header,
	:where(.wc-block-product-filters) .wc-block-product-filters__overlay-footer{
		display:none !important;
	}
	:where(.wc-block-product-filters) .wc-block-product-filters__overlay-content{
		padding:0 !important;
	}
}



