/*
Theme Name: Porto
Theme URI: http://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: http://www.portotheme.com/
Description: Porto Responsive Wordpress + eCommerce Theme.
Version: 5.2.0
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
Text Domain: porto
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/
@font-face {
    font-family: 'Gunny Rewritten';
    src: local('Gunny Rewritten'), local('GunnyRewritten'), url('gunnyrewritten.woff2') format('woff2'), url('gunnyrewritten.woff') format('woff'), url('gunnyrewritten.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
.bypostauthor { display: block; }
.btn:focus, .btn.focus{
	box-shadow:none !important;
}
#header .searchform-popup .search-toggle:after{
	border-bottom-color:#0055c1;
}
#header .search-popup .searchform{
	border-color:#0055c1;
	margin-top:0;
}
input{
	border-bottom:1px solid red;
	background:transparent !important;
	border:none !important;
	border-bottom:1px solid #999999 !important;
	border-radius:0 !important;
	font-size:24px !important;
	font-family: 'Gunny Rewritten';
	padding-left:0 !important;
	padding-top:0 !important;
	margin-bottom:15px;
	width:100%;
	font-size:24px !important;
}
textarea{
	border-bottom:1px solid red;
	background:transparent !important;
	border:none !important;
	border-bottom:1px solid #999999 !important;
	border-radius:0 !important;
	font-size:24px !important;
	font-family: 'Gunny Rewritten';
	padding-left:0 !important;
	margin-bottom:15px;
	width:100%;
	height:125px;
	font-size:24px !important;
}
.wpcf7-submit{
	
}
.wpcf7-acceptance input{
	position:relative;
	top:3px;
	width:15px;
	height:15px;
}
.searchform-fields input{
	font-size:18px !important;
	padding-left:15px !important;
	border:none !important;
}
h2 strong{
	font-weight:900 !important;
	color:#0054c5;
}
.center-line{
	position:relative;
	margin-bottom:90px;
}
.center-line:after{
	content:"";
	position:absolute;
	display:block;
	width:120px;
	height:3px;
	bottom:-35px;
	left:calc(50% - 60px);
	background:#8bb6e4;
}
.f-left{
	float:none !important;
}
.header-wrapper{
	z-index:7;
}
.vc_btn3{
	font-size:14px !important;
	text-transform:uppercase !important;
	font-family: Montserrat,sans-serif;
    font-weight: 700;
	border-radius:0 !important;
	padding: 18.5px 20px !important;
	min-width:230px;
	border:2px solid #fff !important;
	color:#fff !important;
	background:transparent !important;
}
.vc_btn3:hover{
	color:#043775 !important;
	background:#fff !important;
}
.vc_btn3-color-white{
	color:#043775 !important;
	background:#fff !important;
	border:none !important;
	padding:20.5px 20px !important;
}
.vc_btn3-color-white:hover{
	color:#fff !important;
	background:#043775 !important;
}
.selected-text{
	margin-bottom:55px;
	border-left:5px solid #0055c1;
	padding-left:15px;
	font-family: 'Gunny Rewritten';
}
.selected-text p{
	font-size:30px;
	letter-spacing:0.2px;
}
.selected-text a{
	text-decoration:underline;
	color:#0055c1;
}
.no-breadcrumbs .main-content{
	padding-top:0;
}
.seo-text{
	padding-top:100px;
	padding-bottom:25px;
}
.seo-text p{
	text-align:justify;
}
.page-top{
	padding-top:10px;
	padding-bottom:50px;
}
.page-top .page-title-wrap{
	display:none;
}
.page-top ul.breadcrumb>li{
	text-transform:none;
	font-size:13px;
}
.page-top ul.breadcrumb>li .delimiter.delimiter-2:before{
	content:"|";
	color:#043775;
}
.page-top ul.breadcrumb>li a{
	font-weight:600;
}
.main-content{
	padding-top:0;
	padding-bottom:0;
}
.ethics-confidence-block{
	padding-bottom:55px;
}
.porto_google_map, .porto-map-wrapper{
	margin-bottom:0 !important;
}
.arrow-btn {
	position:relative;
}

.arrow-btn .vc_btn3-color-grey{
	min-width:100px !important;
	padding-left:0px !important;
	text-align:left;
	background:#f3f4f4 !important;
	border:none !important;
	position:relative;
	z-index:2;
	transition:0.3s;
}
.arrow-btn .vc_btn3-color-white{
	min-width:80px !important;
	padding-left:0px !important;
	text-align:left;
	background:#ffffff !important;
	border:none !important;
	position:relative;
	z-index:2;
	transition:0.3s;
	color:#0055c1 !important;
}
.arrow-btn:after{
	content:"";
	z-index:0;
	display:block;
	position:absolute;
	left:100%;
	top:calc(50% - 4px);
	background:url("/wp-content/uploads/svg/arrow_0054c5.svg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center right;
	width:100px;
	height:8px;
	transition:0.3s;
}
.arrow-btn:hover .vc_btn3-color-grey, .arrow-btn:hover .vc_btn3-color-white{
	padding-left:50px !important;
	transition:0.3s;
}

.arrow-btn:hover:after{
	transition:0.3s;
	left:calc(100% - 50px);
}
form .arrow-btn{
	display:inline-block;
	margin-bottom:20px;
}
form .arrow-btn input{
	padding-left:0px !important;
	text-align:left;
	background:#f3f4f4 !important;
	border:none !important;
	position:relative;
	z-index:2;
	color:#0055c1 !important;
	transition:0.3s;
	text-transform:uppercase;
	font-family: "Montserrat",sans-serif;
	font-weight:700;
	display:inline-block;
	margin-bottom:0 !important;
	font-size:14px !important;
	padding-bottom:0 !important;
}
.arrow-btn:hover input{
	padding-left:50px !important;
	transition:0.3s;
}
form .arrow-btn:hover:after{
	transition:0.3s;
	left:calc(100% - 50px);
}
.loading-overlay .bounce-loader{
	width:300px;
	margin:0;
	left:calc(50% - 150px);
}
.loading-overlay img{
	width:300px;
	height:auto;
}


@media screen and (max-width:1440px){
	.container {
		max-width: 1100px;
	}
	h1{
		font-size:56px;
		line-height:56px;
	}
	h2{
		font-size:26px;
		line-height:32px;
	}
	h3{
		font-size:24px;
		line-height:30px;
	}
	p{
		font-size:14px;
		line-height:24px;
	}
	.selected-text{
		margin-bottom:50px;
	}
	.selected-text p{
		font-size:24px;
		line-height:24px;
	}
	.page-top{
		padding-bottom:35px;
	}
	.center-line {
		margin-bottom: 70px;
	}
	.center-line:after {
		width: 100px;
		bottom: -25px;
		left: calc(50% - 50px);
	}
	input, textarea{
		font-size:20px !important;
	}
}
@media screen and (max-width:1280px){
	h1{
		font-size:36px;
		line-height:48px;
	}
	h2{
		font-size:26px;
		line-height:32px;
	}
	h3{
		font-size:18px;
		line-height:22px;
	}
	.center-line {
		margin-bottom: 45px;
	}
	.center-line:after {
		height:2px;
		width: 100px;
		bottom: -15px;
		left: calc(50% - 50px);
	}
	.selected-text{
		margin-bottom:40px;
	}
	.vc_btn3{
		padding: 14.5px 20px !important;
	}
	.vc_btn3.vc_btn3-color-white{
		padding: 16.5px 20px !important;
	}
}

@media screen and (max-width:1024px){
	.container {
		max-width: 750px;
	}
	.page-top{
		display:none;
	}
	.main-content{
		padding-top:40px;
	}
	.ethics-confidence-block{
		padding-bottom:35px;
	}
	.seo-text{
		padding-top:40px;
	}
}


@media screen and (max-width:767px){
	.container{
		padding-left:15px;
		padding-right:15px;
	}
	.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner {
    	padding-top: 20px;
	}
	.main-content{
		padding-top:20px;
	}
	h1{
		font-size:18px;
		line-height:24px;
	}
	h2{
		font-size:20px;
		line-height:24px;
		margin-bottom:25px;
	}
	h4{
		font-size:16px;
		line-height:20px;
	}
	h5{
		font-size:13px;
	}
	p{
		font-size:13px;
		line-height:21px;
	}
	.ethics-confidence-block{
		padding-bottom:15px;
	}
	.selected-text{
		margin-bottom:30px;
	}
	.selected-text p{
		font-size:20px;
		line-height:20px;
	}
	.seo-text{
		padding-top:0;
		padding-left:5px;
		padding-right:5px;
	}
	.center-line{
		margin-bottom:20px;
	}
	.center-line:after {
		height:2px;
		width: 100px;
		bottom: -5px;
		left: calc(50% - 50px);
	}
}


/*........header...........*/
#header{
	border-top:none !important;
	border-bottom:1px solid #eeeff1;
}
#header .logo img{
	width:100px;
}
#header .header-main .header-left, #header .header-main .header-right {
    padding: 15px 0;
}
#header .logo{
	max-width:225px !important;
}
#header .logo img{
	width:225px;
}
#header.sticky-header .header-main.sticky .header-left, #header .header-main .header-right{
	padding-top:5px !important;
	padding-bottom:5px !important;
}
#header .header-callback{
	color:#0055c1 !important;
	border:2px solid #0055c1 !important;
	line-height:46px !important;
	display:inline-block;
	border-radius:30px !important;
	width:180px;
	text-align:center;
	font-weight:700;
	transition:0.3s;
	text-transform:uppercase;
}
#header .header-callback:hover{
	background:#0055c1 !important;
	color:#fff !important;
	transition:0.3s;
}
#header .separator{
	height:50px;
	border-left: 1px solid #d4d6dc;
}
#header .main-menu > li.menu-item.active > a{
	color:#0055c1 !important;
}
#header .main-menu .narrow ul.sub-menu{
	border-top:none;
	padding:0;
}
#header .main-menu .narrow li.menu-item > a{
	color:#3d3d3f;
	font-weight:700;
	font-size:16px;
	line-height:34px;
	border:none;
}
#header .main-menu .narrow li.menu-item:hover > a {
    color: #fff;
    background-color: #0055c1;
}
#header .header-main .header-right {
	padding-top:0!important;
	padding-bottom:0 !important;
}
#header .header-row{
	align-items:normal;
}
#header #menu-header-menu{
	height:100%;
}
#header .main-menu>li.menu-item{
	height:100%;
	display: flex;
    align-items: center;
}
#header .main-menu>li.menu-item:hover{
	background:#0055c1;
	transition:0.2s;
}
#header .main-menu>li.menu-item:hover > a{
	color:#fff !important;
	transition:0.2s;
}
#header .searchform-popup{
	line-height:20px;
	margin-left:15px;
	margin-right:5px;
}
#header .searchform-popup .search-toggle{
	height:20px;
	width:20px;
	background:url("/wp-content/uploads/svg/search.svg");
	background-repeat:no-repeat;
	background-size:cover;
}
#header .searchform-popup .search-toggle i{
	display:none;
}
#header .share-links a{
	box-shadow:none;
	color:#043775 !important;
	background:transparent !important;
	width:30px;
	height:30px;
	font-size:16px;
}
#header .share-links a:before{
	margin-top:0 !important;
	margin-bottom:0 !important;
	line-height:30px;
	height:30px;
}
#header.sticky-header .searchform-popup {
    display: block !important;
}
#header .mobile-toggle{
	position: relative;
	margin-left:30px;
	height:40px;
	width:40px;
	border-radius:50%;
	background:#0054c5 !important;
}
#header .mobile-toggle .line, #header .mobile-toggle .line:before, #header .mobile-toggle .line:after {
	display: block;
	position: absolute;
    height: 2px;
	width: 16px;
	background-color: #fff;
}
#header .mobile-toggle .line {
	left: calc(50% - 8px);
	top: calc(50% - 1px);
}
#header .mobile-toggle .line:before, #header .mobile-toggle .line:after{
	content: '';
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
#header .mobile-toggle .line:before {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}
#header .mobile-toggle .line:after {
	-webkit-transform: translateY(5px);
	-ms-transform: translateY(5px);
	transform: translateY(5px);
}
#header .mobile-toggle.mobile-toggle_active{
	background:#043775 !important;
}
#header .mobile-toggle.mobile-toggle_active .line {
    height: 0px;
}
#header .mobile-toggle.mobile-toggle_active .line:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#header .mobile-toggle.mobile-toggle_active .line:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#header .mobile-toggle.mobile-toggle_active .line {
    height: 0px;
}
#header .mobile-toggle .line:before {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
#nav-panel{
	position:absolute;
	right: 0;
	width:50%;
    height: 100vh;
    z-index: 999;
    background: #fff;
}
#nav-panel .container{
	padding-left:0;
	padding-right:0;
}
#nav-panel .mobile-nav-wrap{
	max-height:calc(100vh - 50px);
}
#nav-panel .accordion-menu li{
	border-bottom:none;
}
#nav-panel .accordion-menu > li.menu-item > a{
	text-transform:none;
	padding-left:25px;
	padding-right:10px;
	font-size:16px;
}
#nav-panel .accordion-menu li.menu-item.active > a{
	border-radius:0;
	background:#0054c5;
	line-height:40px;
	padding-top:0;
	padding-bottom:0;
}
#nav-panel .accordion-menu .sub-menu{
	margin-left:0;
}
#nav-panel .accordion-menu .sub-menu a{
	padding-left:50px;
	line-height:40px;
	padding-top:0;
	padding-bottom:0;
	font-weight:600;
	font-size:14px;
}
#nav-panel .accordion-menu .sub-menu li.menu-item.active > a{
	background:transparent;
	color:#0054c5;
}
#header, .sticky-header .header-main.sticky{
	border-top:0 !important;
}
#header .main-menu > li.menu-item > a{
	height:100%;
	justify-content: center;
    align-items: center;
    display: flex;
}
@media screen and (max-width:1440px){
	#header .logo img{
		width:190px;
	}
	#header .header-callback{
		line-height: 36px !important;
		display: inline-block;
		border-radius: 20px !important;
		width: 150px;
		font-size:12px;
	}
	#header .main-menu > li.menu-item > a{
		font-size:16px;
	}
}
@media screen and (max-width:1280px){
	#header .share-links{
		display:none;
	}
}
@media screen and (max-width:1024px){
	#header .container {
		max-width: 1100px;
	}
}
@media screen and (max-width:767px){
	#header .header-main .container{
		padding-left:15px;
		padding-right:0;
	}
	#header .logo img{
		width:140px;
	}
	#header .header-main .header-left{
		padding-top:0px;
		padding-bottom:0px;
	}
	#nav-panel{
		width:100%;
	}
	#nav-panel .container{
		padding-left:0 !important;
	}
	#header .custom-html{
		height:15px;
	}
	#header .header-callback{
		width:15px;
		height:15px;
		font-size:0px;
		border:none !important;
		background:url("/wp-content/uploads/svg/phone_header.svg");
		background-repeat:no-repeat;
		background-size:cover;
	}
	#header .mobile-toggle{
		margin:0 0 0 15px;
		width:50px;
		height:50px;
		border-radius:0;
	}
	#header .separator{
		height:15px;
		margin-left:5px;
	}
	#header.sticky-header .header-main .container{
		min-height: 50px;
	}
	#header .searchform-popup{
		line-height:15px;
		margin-top:2px;
	}
	#header .searchform-popup .search-toggle{
		width:15px;
		height:15px;
	}
	#header{
		border-bottom:none;
	}
}


/*.........footer...........*/
#footer  {
	
}
#footer .footer-main>.container{
	padding-top:50px;
	padding-bottom:0px;
}
#footer .share-links a{
	background:transparent !important;
	box-shadow:none;
}
#footer .share-links a:before{
	color:#fff !important;
	background:transparent !important;
}
#footer .footer-logo{
	max-width:290px;
	margin-bottom:-10px;
}
#footer .footer-bottom .container>div{
	display:block;
}
#footer .footer-bottom-left{
	float:left;
	display:inline-block;
}
.footer-bottom .footer-left{
	padding:0 !important;
}
#footer .footer-bottom-right{
	float:right;
	display:inline-block;
}
#footer .footer-bottom-right a{
	margin-left:15px;
}
#footer .footer-bottom-right img{
	width:90px;
}
#footer .menu{
	border:none;
}
#footer .menu-item{
	border:none;
	padding-left:0;
}
#footer .menu-item:before{
	content:none;
}
#footer .menu-item a{
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;
}
#footer .sub-menu .menu-item a{
	font-size:16px;
	text-transform:inherit !important;
	font-weight:500;
}
#footer .sub-menu{
	margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 0px
}
#footer .sub-menu .menu-item{
	padding:0 !important;
	margin-bottom:3px;
}
#footer #custom_html-2 h3{
	font-size:18px;
	line-height:30px;
}
#footer .footer-contacts li{
	padding-left:35px;
	position:relative;
	font-size:16px;
	line-height:24px;
	margin-bottom:35px;
}
#footer .footer-contacts li:before{
	content:"";
	display:block;
	position:absolute;
	top:3px;
	left:0;
	width:20px;
	height:20px;
	background:url("/wp-content/uploads/svg/location.svg");
	background-repeat:no-repeat;
	background-size:inherit;
}
#footer .footer-contacts li:nth-child(2):before{
	background:url("/wp-content/uploads/svg/phone_footer.svg");
	background-repeat:no-repeat;
	background-size:inherit;
}
#footer .footer-contacts li:nth-child(3):before{
	background:url("/wp-content/uploads/svg/mail.svg");
	background-repeat:no-repeat;
	background-size:inherit;
}
#footer .footer-contacts li a{
	display:block;
}
#footer .footer-main .col-lg-3:nth-child(2), #footer .footer-main .col-lg-3:nth-child(3), #footer .footer-main .col-lg-3:nth-child(4){
	margin-top:55px;
}
@media screen and (max-width:1024px){
	#footer .footer-main .col-lg-3:first-child{
		text-align:center;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	#footer .footer-main .col-lg-3:nth-child(2), #footer .footer-main .col-lg-3:nth-child(3) {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		margin-top:0;
	}
	#footer .footer-main .col-lg-3:last-child{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-top:0;
	}
	.footer-contacts br{
		display:none;
	}
}
@media screen and (max-width:767px){
	#footer .footer-main>.container{
		padding-top:35px;
	}
	#footer .footer-logo{
		padding-left:20px;
		padding-right:20px;
	}
	#footer .footer-main .col-lg-3:nth-child(2), #footer .footer-main .col-lg-3:nth-child(3) {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-top:0;
		text-align:center;
	}
	#follow-us-widget-2{
		margin-top:0px;
	}
	#text-4{
		margin-bottom:10px;
	}
	#footer .sub-menu .menu-item{
		line-height:22px;
	}
	#footer .footer-contacts li{
		padding-left:0;
		padding-top:55px;
		margin-bottom:0;
		text-align:center;
	}
	#footer .footer-contacts li:before{
		left:calc(50% - 10px);
		top:20px;
	}
	#custom_html-2 h3{
		text-align:center;
		margin-bottom:0 !important;
	}
}
/*........home-main-block.......*/
.home-main-block{
	text-align:center;
}
.home-main-block .vc_video-bg:after{
	content:"";
	display:block;
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background: rgba(0,66,150,0.7) !important;
}
.home-main-block h6{
	margin-bottom:30px;
	letter-spacing:4px;	
}

.home-main-block h1{
	margin-bottom:100px;
}
.home-main-block p{
	font-size:30px;
	line-height:40px;
	max-width:1000px;
	color:#fff;
	margin:0 auto 55px !important;
}
.home-main-block .vc_btn3{
	margin-left:10px !important;
	margin-right:10px !important;
}
.home-main-block .vc_btn3-color-grey{
	border-top-left-radius:30px !important;
	border-bottom-left-radius:30px !important;
}
.home-main-block .vc_btn3-color-white{
	border-top-right-radius:30px !important;
	border-bottom-right-radius:30px !important;
}
.home-main-block .wpb_content_element{
	margin-bottom:15px;
}
@media screen and (max-width:1024px){
	.home-main-block{
		padding-top:40px;
		padding-bottom:20px;
	}
	.home-main-block h1{
		margin-bottom:55px;
		letter-spacing:1px;
	}
	.home-main-block p{
		font-size:20px;
		line-height:24px;
		max-width:550px;
		margin:0 auto 40px !important;
	}
	.home-main-block .vc_btn3 {
		margin-left: 7.5px !important;
		margin-right: 7.5px !important;
	}
	.home-main-block h6{
		font-size:18px;
		margin-bottom:20px;
		letter-spacing:1px;
	}
}
@media screen and (max-width:767px){
	.home-main-block{
		padding-bottom:35px !important;
		padding-left:15px !important;
		padding-right:15px !important;
	}
	.home-main-block img{
		width:20px;
	}
	.home-main-block h1{
		margin-bottom:25px;
	}
	.home-main-block h1 br{
		display:none;
	}
	.home-main-block p{
		font-size:14px;
		margin-bottom:20px !important;
	}
	.vc_btn3-container{
		margin-bottom:10px;
	}
	.home-main-block .vc_btn3-color-grey {
		border-top-left-radius: 25px !important;
		border-top-right-radius: 25px !important;
		border-bottom-left-radius: 0px !important;
	}
	.home-main-block .vc_btn3-color-white {
		border-top-right-radius: 0px !important;
		border-bottom-right-radius: 25px !important;
		border-bottom-left-radius: 25px !important;
	}
}
/*........main-about-block.......*/
.main-about-block{
	padding-top:100px;
	padding-bottom:100px;
}
.main-about-block .col-md-8{
	padding-top:60px;
	padding-bottom:60px;
	padding-right:70px;
	z-index:1;
}
.main-about-block .arrow-btn a{
	color:#0055c1 !important;
}

.main-about-block .col-md-4{
	position:absolute;
	left:33.3333333%;
	top:0;
	height:100%;
	z-index:0;
	-ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}

@media screen and (max-width:1280px){
	.main-about-block{
		padding-top:0px !important;
		padding-left:0 !important;
		padding-right:0 !important;
		padding-bottom:0 !important;
	}
	.main-about-block .col-md-8{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-top:60px;
		padding-bottom:20px;
		padding-right:40px;
		padding-left:40px;
	}
	.main-about-block .col-md-4{
		position:relative;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		left:auto;
		height:450px;
	}
}
@media screen and (max-width:767px){
	.main-about-block .col-md-8{
		padding-top:40px;
		padding-bottom:10px;
		padding-right:20px;
		padding-left:20px;
	}
	.main-about-block .col-md-4{
		height:180px;
	}
}

/*.......main-counter.......*/
.main-counter{
	padding-top:100px;
	padding-bottom:100px;
}
.main-counter .stats-block{
	margin-bottom:5px;
}
.main-counter .stats-top .stats-number{
	font-weight:800 !important;
}
.main-counter p{
	max-width:475px;
	margin:0 auto 35px;
	font-weight:500;
}
.main-counter .top-block .col-md-6{
	border-bottom:1px solid #dadbdd;
	margin-bottom:40px;
	padding-top:55px;
}
.main-counter .top-block .col-md-6:first-child{
		border-right:1px solid #dadbdd;
}
.main-counter .bottom-block .col-md-6{
	padding-top:25px;
}
.main-counter .bottom-block .col-md-6:first-child{
		border-right:1px solid #dadbdd;
}
.main-counter .top-block{
	position:relative;
}
.main-counter .top-block:before{
	content:"";
	display:block;
	position:absolute;
	width:80px;
	height:80px;
	background:#f3f4f4;
	top:calc(100% - 80px);
	left:calc(50% - 40px);
	z-index:1;
}
@media screen and (max-width:1440px){
	.main-counter{
		padding-top: 80px;
    	padding-bottom: 80px;
	}
	.main-counter .stats-top .stats-number{
		font-size:50px !important;
	}
}
@media screen and (max-width:1024px){
	.main-counter h3{
		margin-bottom:15px;
	}
	.main-counter .top-block:before {
		width: 30px;
		height: 30px;
		top: calc(100% - 30px);
		left: calc(50% - 15px);
	}
	.main-counter .top-block .col-md-6{
		padding-top:20px;
		margin-bottom:15px;
	}
}
@media screen and (max-width:767px){
	.main-counter{
		padding-top:25px;
		padding-bottom:45px;
	}
	.main-counter .wpb_text_column{
		margin-bottom:0px;
	}
	.main-counter .top-block .col-md-6:first-child, .main-counter .bottom-block .col-md-6:first-child, .main-counter .top-block .col-md-6{
		border:none;
	}
	.main-counter .top-block:before{
		content:none;
	}
	.main-counter .stats-top .stats-number {
		font-size: 40px !important;
	}
}



/*.......trust-block........*/
.trust-block{
	padding-top:100px;
	padding-bottom:80px;
	color:#fff;
	text-align:center;
}
.trust-block:before{
	content:" ";
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,85,193, 0.8);
}
.trust-block h2 strong{
	color:#fff !important;
}
.trust-block p{
	max-width:1060px;
	margin:0 auto 65px !important;
	font-size:18px;
}
.trust-block .vc_btn3-container{
	margin-left:10px;
	margin-right:10px;
}
.trust-block .vc_btn3-container a{
	min-width:270px;
}
.trust-block .vc_btn3-container:nth-child(3) a{
	border-top-left-radius:30px !important;
	border-bottom-left-radius:30px !important;
}
.trust-block .vc_btn3-container:last-child a{
	border-top-right-radius:30px !important;
	border-bottom-right-radius:30px !important;
}
@media screen and (max-width:1441px){
	.trust-block{
		padding-top:80px;
		padding-bottom:60px;
	}
	.trust-block .vc_btn3-container a{
		min-width:230px;
		font-size:12px !important;
	}
	.trust-block p{
		max-width:820px;
		margin:0 auto 55px !important;
		font-size:14px;
		line-height:24px;
	}
}
@media screen and (max-width:1024px){
	.trust-block{
		padding-top:50px;
		padding-bottom:30px;
	}
	.trust-block .vc_btn3-container{
		margin-left: 0px;
    	margin-right: 0px;
	}
	.trust-block .vc_btn3-container a{
		min-width:220px;
		font-size:12px !important;
		padding-left:10px !important;
		padding-right:10px !important;
	}
	.trust-block .vc_btn3.vc_btn3-color-white{
		margin-left:5px;
		margin-right:5px;
	}
	.trust-block p{
		max-width:820px;
		margin:0 auto 40px !important;
	}
}
@media screen and (max-width:767px){
	.trust-block{
		padding-top:25px;
		padding-bottom:20px;
	}
	.trust-block .vc_btn3-container{
		margin-bottom:10px;
	}
	.trust-block .vc_btn3-container:nth-child(3) a{
		border-top-left-radius:25px !important;
		border-top-right-radius:25px !important;
		border-bottom-left-radius:0px !important;
	}
	.trust-block .vc_btn3-container:last-child a{
		border-top-right-radius:0px !important;
		border-bottom-right-radius:30px !important;
		border-bottom-left-radius:25px !important;
	}
	.trust-block p {
		margin: 0 auto 20px !important;
	}
}

/*........area-expertise.............*/
.area-expertise{
	padding-top:100px;
	padding-bottom:100px;
}
.area-expertise .col-md-8{
	padding-top:25px;
	padding-bottom:60px;
	padding-left:70px;
	z-index:1;
	margin-left:33.3333333%;
}
.area-expertise .arrow-btn a{
	color:#0055c1 !important;
}
.area-expertise .col-md-4{
	position:absolute;
	left:0;
	top:0;
	height:100%;
	z-index:0;
	-ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
	background:url("/wp-content/uploads/2020/01/photo-bio.jpg");
	background-repeat:no-repeat;
	background-size:cover;
}

.area-expertise ul{
	margin-top:25px;
	padding-left:0;
}
.area-expertise ul li{
	position:relative;
	font-size:18px;
	line-height:22px;
	font-weight:700;
	color:#0055c1;
	text-transform:uppercase;
	list-style:none;
	margin-bottom:20px;
	padding:15px 0 15px 90px;
}
.area-expertise .left-block ul li:before{
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:70px;
	height:70px;
	background:url("/wp-content/uploads/svg/Oncological_diseases.svg");
	background-repeat:no-repeat;
	background-size:cover;
}
.area-expertise .left-block ul li:nth-child(2):before{

	background:url("/wp-content/uploads/svg/Respiratory_disease.svg");
	background-repeat:no-repeat;
	background-size:cover;
}
.area-expertise .left-block ul li:nth-child(3):before{

	background:url("/wp-content/uploads/svg/Infectious_diseases.svg");
	background-repeat:no-repeat;
	background-size:cover;
}
.area-expertise .right-block ul li:before{
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:70px;
	height:70px;
	background:url("/wp-content/uploads/svg/Cardio-vascular_diseases.svg");
	background-repeat:no-repeat;
	background-size:cover;
}
.area-expertise .right-block ul li:nth-child(2):before{

	background:url("/wp-content/uploads/svg/Endocrine_disorders.svg");
	background-repeat:no-repeat;
	background-size:cover;
}
.area-expertise .right-block ul li:nth-child(3):before{

	background:url("/wp-content/uploads/svg/Other_disease.svg");
	background-repeat:no-repeat;
	background-size:cover;
}


@media screen and (max-width:1440px){
	.area-expertise .col-md-8{
		padding-top:10px;
		padding-bottom:20px;
	}
	.area-expertise ul li{
		font-size:14px;
		line-height:22px;
		padding: 5px 0 5px 70px;
	}
	.area-expertise .left-block ul li:before, .area-expertise .right-block ul li:before{
		width:55px;
		height:55px;
	}
}
@media screen and (max-width:1024px){
	.area-expertise{
		padding: 0 !important;
	}
	.area-expertise .col-md-8, .area-expertise .col-md-4 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.area-expertise .col-md-8 {
		order:1;
		padding-top: 25px;
		padding-bottom: 15px;
		padding-left: 40px;
		padding-right:40px;
		z-index: 1;
		margin-left:0;
	}
	.area-expertise .col-md-4{
		order:2;
		position:relative;
		height:450px;
		background:url("/wp-content/uploads/2020/01/2-photo-1024-main.jpg");
		background-repeat:no-repeat;
		background-size:cover;
	}
	.area-expertise ul {
		margin-top: 0;
	}
	.area-expertise ul li{
		line-height:16px;
		padding: 13px 0 14px 70px;
	}
}
@media screen and (max-width:767px){
	.area-expertise .col-md-4{
		height:180px;
	}
	.area-expertise .col-md-8{
		padding-left:20px;
		padding-right:20px;
	}
	.area-expertise ul li{
		padding-left:0;
		padding-top:60px;
		text-align:center;
	}
	.area-expertise ul li br{
		display:none;
	}
	.area-expertise .right-block .wpb_content_element, .area-expertise .left-block .wpb_content_element{
		margin-bottom:20px;
	}
	.area-expertise .right-block ul li:before, .area-expertise .left-block ul li:before{
		content:"";
		display:block;
		position:absolute;
		left:calc(50% - 27.5px);
		top:0;
	}
}


/*...........main-info.............*/
.main-info h3{
	position:relative;
	padding-left:100px;
}
.main-info .col-md-4 h3:before{
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:-5px;;
	width:70px;
	height:70px;
}
.main-info .col-md-4{
	padding:15px 50px 15px 50px !important;
}
.main-info  .vc_btn3-container{
	margin-top:auto;
}
.main-info .col-md-4 > div{
	position:relative;
	height:100%;
	display: flex;
    flex-direction: column;
}
.main-info p{
	color:#fff;
}
.main-info .col-md-4:before{
	content:"";
	position:absolute;
	display:block;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0.8;
	transition:0.3s;
}
.main-info .col-md-4:nth-child(1):before{
	background:#0055c1;
}
.main-info .col-md-4:nth-child(1) h3:before{
	background:url("/wp-content/uploads/svg/ic-1.svg");
	background-repeat:no-repeat;
	background-size:cover;
}
.main-info .col-md-4:nth-child(2):before{
	background:#01449e;
}
.main-info .col-md-4:nth-child(2) h3:before{
	background:url("/wp-content/uploads/svg/ic-2.svg");
		background-repeat:no-repeat;
	background-size:cover;
}
.main-info .col-md-4:nth-child(3):before{
	background:#043775;
}
.main-info .col-md-4:nth-child(3) h3:before{
	background:url("/wp-content/uploads/svg/ic-3.svg");
	background-repeat:no-repeat;
	background-size:cover;
}
.main-info .col-md-4:hover:before{
	opacity:1;
	transition:0.3s;
}
.main-info .arrow-btn{
	position:relative;
}
.main-info .arrow-btn:after{
	content:"";
	z-index:0;
	display:block;
	position:absolute;
	left:auto;
	right:calc(100% - 180px);
	top:calc(50% - 4px);
	background:url("/wp-content/uploads/svg/arrow.svg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center right;
	width:100px;
	height:8px;
	transition:0.3s;
	border-color:transparent;
}
.main-info  .arrow-btn .vc_btn3-color-grey{
	background:transparent !important;
	color:#fff !important;
}

.main-info .arrow-btn:hover:after{
	width:50px;
}
@media screen and (max-width:1440px){
	.main-info .col-md-4{
		padding: 0 40px !important;
	}
	.main-info h3{
		position:relative;
		padding-left:80px;
	}
	.main-info .col-md-4 h3:before{
		top:0;
		width:55px;
		height:55px;
	}
}

@media screen and (max-width:1024px){
	.main-info .col-md-4{
		-ms-flex: 0 0 100%;
    	flex: 0 0 100%;
    	max-width: 100%;
	}
	
	.main-info h3{
		position:relative;
		padding-left:50px;
	}
	.main-info .col-md-4 h3:before{
		top:2px;
		width:40px;
		height:40px;
	}
}

@media screen and (max-width:767px){
	.main-info .col-md-4{
		padding:0 20px !important;
	}
	.main-info .col-md-4 h3:before{
		top:4px;
		width:35px;
		height:35px;
	}
}

/*......main-blog........*/
.main-blog{
	padding-top:100px;
}
.main-blog h2{
	margin-bottom:-75px;
}
.main-blog .col-lg-7 {
    -ms-flex: 0 0 53%;
    flex: 0 0 53%;
    max-width: 53%;
}
.main-blog .col-lg-5 {
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    max-width: 47%;
}
.main-blog .post-image.single{
	position:relative;
}
.main-blog .posts-medium-alt .blog-post-date{
	top:10px;
	right:auto;
	left:10px;
	transform:none;
	background-color:#0055c1 !important;
}
.main-blog h2 strong{
	display:block;
}
.main-blog .col-lg-7{
	background:#fff;
	margin-top:120px;
	z-index:3;
	left:-70px;
}
.main-blog .col-lg-7:before{
	content:"";
	position:absolute;
	display:block;
	left:-60px;
	top:0;
	width:60px;
	height:100%;
	background:#fff;
}
.main-blog .col-lg-7:after{
	content:"";
	position:absolute;
	display:block;
	right:-60px;
	top:0;
	width:60px;
	height:100%;
	background:#fff;
}
.main-blog .entry-title{
	color:#0055c1;
	margin-top:65px;
}
.blog-posts article{
	border-bottom:0 !important;
}

.main-blog .arrow-btn{
	position: relative;
    max-width: fit-content;
	margin-bottom:50px;
}
.main-blog .arrow-btn a{
	background:#fff !important;
	color:#0055c1 !important;
}
.main-blog  hr.solid {
	display:none;
}
.main-blog article.post .post-image .owl-lazy:not(.owl-lazy-loaded){
	height:385px;
	object-fit:cover;
}
@media screen and (max-width:1024px){
	.main-blog{
		padding-top:70px;
	}
	.main-blog h2{
		margin-bottom:45px;
		text-align:left !important;
	}
	.main-blog  .col-lg-7, .main-blog  .col-lg-5 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.main-blog  .col-lg-5{
		padding-left:0;
		padding-right:0;
	}
	.main-blog  .col-lg-7{
		margin-top:0;
		left:0;
		padding-left:40px;
		padding-right:40px;
	}
	.main-blog  .col-lg-7:before, .main-blog  .col-lg-7:after{
		content: none;
	}
	.main-blog  article.post .post-image.single{
		margin-bottom:0;
	}
	.main-blog  .owl-carousel{
		margin-bottom:0;
	}
	.main-blog  article.post .post-image .owl-lazy:not(.owl-lazy-loaded){
		height:320px;
	}
	.main-blog  .arrow-btn{
		margin-bottom:30px;
	}
	.main-blog article{
		margin-bottom:0;
		padding-bottom:0;
	}
}
@media screen and (max-width:767px){
	.main-blog{
		padding-top:35px;
	}
	.main-blog  article.post .post-image .owl-lazy:not(.owl-lazy-loaded){
		height:160px;
	}
	.main-blog  .posts-medium-alt .blog-post-date{
		padding:5px 9px;
		font-size:30px;
	}
	.main-blog  .posts-medium-alt .blog-post-date .month-year{
		font-size:10px;
	}
	.main-blog  .col-lg-7{
		padding-left:20px;
		padding-right:20px;
	}
	.main-blog article{
		margin-bottom:30px;
		padding-left:20px;
		padding-right:20px;
	}
	.main-blog  .arrow-btn{
		margin-bottom:5px;
	}
	.main-blog  .post-excerpt{
		margin-bottom:5px;
	}
}


/*.............contact-block..............*/
.contact-block{
	padding-bottom:60px;
}
.contact-block .selected-text p{
	max-width:425px;
}
.contact-block ul{
	padding-left:0;
}
.contact-block ul li{
	list-style:none;
	position:relative;
	padding-left:90px;
	margin-bottom:25px;
	min-height:75px;
	display:flex;
	flex-direction: column;
    justify-content: center;
	font-size:18px;
	color:#333333;
	line-height:30px;
}
.contact-block ul li:before{
	content:"";
	position:absolute;
	display:block;
	top:0;
	left:0;
	width:75px;
	height:75px;
	background:url("/wp-content/uploads/svg/contact_icon_phone.svg");
	background-repeat:no-repeat;
	background-size:cover;
}
.contact-block ul li:nth-child(2):before{
	background:url("/wp-content/uploads/svg/contact_icon_fax.svg");
	background-repeat:no-repeat;
	background-size:cover;
}
.contact-block ul li:nth-child(3):before{
	background:url("/wp-content/uploads/svg/contact_icon_email.svg");
	background-repeat:no-repeat;
	background-size:cover;
}
.contact-block ul li:nth-child(4):before{
	background:url("/wp-content/uploads/svg/contact_icon_location.svg");
	background-repeat:no-repeat;
	background-size:cover;
}
.contact-block h5{
	text-transform:uppercase;
	color:#0055c1;
	font-weight:700;
	margin-bottom:0px;
}
.contact-block .form-privacy-policy{
	font-size:12px;
	line-height:12px;
}
.form-privacy-policy a{
	color:#0055c1;
	font-weight:700;
	text-decoration:underline;
}
.contact-block form{
	max-width:460px;
}
@media screen and (max-width:1440px){
	.contact-block form{
		max-width:360px;
	}
	.contact-block .form-privacy-policy{
		font-size:10px;
		line-height:10px;
	}
	.contact-block ul li{
		margin-bottom:20px;
		min-height:70px;
	}
	.contact-block ul li:before{
		width:70px;
		height:70px;
	}
}
@media screen and (max-width:1024px){
	.contact-block .col-md-6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.contact-block form, .contact-block .selected-text p{
		max-width:100%;
	}
	.contact-block ul{
		column-count: 2;
	}
	.contact-block ul li{
		padding-left:75px;
		min-height:60px;
	}
	.contact-block ul li:before{
		width:60px;
		height:60px;
	}
}
@media screen and (max-width:767px){
	.contact-block{
		padding-top:25px;
		padding-bottom:25px;
	}
	.contact-block ul{
		column-count: 1;
	}
	.contact-block ul li{
		padding-left:0;
		padding-top:70px;
		text-align:center;
	}
	.contact-block ul li p, .contact-block ul li a{
		font-size:16px;
		line-height:22px;
	}
	.contact-block ul li:before{
		left:calc(50% - 30px);
	}
	.porto-map-wrapper, .porto_google_map{
		height:250px !important;
	}
}



/*..............FAQ...............*/
.faq-block{
	
}
.toggle{
	padding:0;
}
.toggle label{
	border-left:none;
	border-radius:0;
	color:#333333 !important;
	border-top:1px solid #e7e7e7;
	margin-bottom:0px;
	padding-top:15px;
	padding-bottom:15px;
	padding-right:70px;
	padding-left:30px;
	font-size:18px;
	font-weight:600;
}
section.toggle.active > label{
	background:transparent;
	color:#0055c1 !important;
	border-top:1px solid #e7e7e7;
	font-weight:600;
}
.toggle:hover label{
	background:#0055c1;
	color:#fff !important;
}
section.toggle.active{
	background:#fff;
}
.toggle.active > label{
	margin-bottom:0;
}
.toggle > .toggle-content{
	padding:25px 30px;
	background:#fff;
}
.toggle>label:before{
	content:"+";
	color:#0055c1;
	font-size:22px;
	font-weight:800;
	line-height:40px;
	text-align:center;
	width:40px;
	height:40px;
	border:none;
	border-radius:20px;
	background:#fff;
	right:30px;
	margin-top: -20px;
	transition:0.3s;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 1, 0.05);
}
.toggle.active>label:before{
	content:"-";
	border:none;
	color:#fff;
	background:#0055c1;
	transition:0.3s;
	margin-top: -20px;
	right:30px;
	transition:0.3s;
}
.porto-faqs{
	margin-bottom:50px;
}
@media screen and (max-width:1024px){
	.faq-head .selected-text br{
		display:none;
	}
	.toggle label{
		font-size:16px;
		padding-top:10px;
		padding-bottom:10px;
	}
	.toggle>label:before{
		width:30px;
		height:30px;
		line-height:30px;
		font-size:18px;
		margin-top: -15px;
	}
	.toggle.active>label:before{
		margin-top: -15px;
	}
	.toggle > .toggle-content {
		padding: 15px 30px;
		font-size:14px;
		line-height:24px;
	}
}

@media screen and (max-width:767px){
	.faq-block > .vc_column_container{
		padding-left:0px;
		padding-right:0px;
	}
	.faq-block h4{
		text-align:center !important;
	}
	.toggle label{
		padding-left:20px;
		font-size:14px;
		line-height:18px;
	}
	.toggle > .toggle-content {
		padding: 10px 20px 15px;
		font-size:13px;
		line-height:21px;
	}
	.toggle>label:before{
		right:20px;
	}
	.toggle.active>label:before{
		right:20px;
	}
	.porto-faqs{
		margin-bottom:35px;
	}
}


/*.............services-main-block...........*/
.services-main-block{
	margin-bottom:100px !important;
}
.services-main-block ul{
	padding-left:0
}
.services-main-block ul li{
	list-style:none;
	position:relative;
	padding-left:100px;
	margin-bottom:35px;
}
.services-main-block .left-block ul li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    background: url(/wp-content/uploads/svg/16-services-icon-1.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.services-main-block .left-block ul li:nth-child(2):before {
	background: url(/wp-content/uploads/svg/16-services-icon-2.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.services-main-block .right-block ul li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    background: url(/wp-content/uploads/svg/16-services-icon-3.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.services-main-block .right-block ul li:nth-child(2):before {
	background: url(/wp-content/uploads/svg/16-services-icon-4.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
@media screen and (max-width:1440px){
	.services-main-block{
		margin-bottom:60px !important;
	}
	.services-main-block ul li{
		padding-left:75px;
	}
	.services-main-block .left-block ul li:before, .services-main-block .right-block ul li:before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 60px;
		height: 60px;
	}
}
@media screen and (max-width:1280px){
	.arrow-btn .vc_btn3-color-white{
		padding-left:0 !important;
	}
}

@media screen and (max-width:1024px){
	.services-main-block{
		margin-bottom:50px !important;
	}
	.services-main-block .col-md-6{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.services-main-block h5{
		margin-bottom:10px;
	}
	.services-main-block ul li{
		margin-bottom:20px;
	}
}
@media screen and (max-width:767px){
	.services-main-block{
		margin-bottom:0px !important;
	}
	.services-main-block ul li{
		padding-left:0;
		padding-top:65px;
		text-align:center;
	}
	.services-main-block .left-block ul li:before, .services-main-block .right-block ul li:before{
		left:calc(50% - 30px);
	}
}





/*..............services-block.............*/
.services-block{
	
}
.services-block .arrow-btn .vc_btn3-color-white{
	padding-right:30px !important;
}
	
.services-block .vc_column_container .wpb_wrapper{
	padding-top:0 !important;
}
.services-block p{
	max-width:525px;
}
.services-block h2{
	padding-top:100px;
}
.services-block.second-service .col-md-6{
	padding-left:90px;
}
.services-block.first-service:after{
	content:"";
	position:absolute;
	width:50%;
	height:100%;
	display:block;
	background:url("/wp-content/uploads/2020/02/16-services-1-min.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	top:0;
	right:0;
}
.services-block.second-service:after{
	content:"";
	position:absolute;
	width:50%;
	height:100%;
	display:block;
	background:url("/wp-content/uploads/2020/02/16-services-2-min.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	top:0;
	left:0;
}
.services-block.third-service:after{
	content:"";
	position:absolute;
	width:50%;
	height:100%;
	display:block;
	background:url("/wp-content/uploads/2020/02/16-services-3-min.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	top:0;
	right:0;
}
.services-block .vc_row{
	min-height:490px;
}
.service-modal{
	float:right;
	margin-right:100px;
}
 .service-modal a{
	color:#0055c1 !important;	
	background:url("/wp-content/uploads/svg/send-a-request.svg") !important;
	background-position:left center !important;
	background-repeat:no-repeat !important;
	background-size:40px auto !important;
}
 .service-modal:hover a{
	background:url("/wp-content/uploads/svg/send-a-request.svg") !important;
	background-position:left center !important;
	background-repeat:no-repeat !important;
	background-size:40px auto !important;
	 color:#0055c1 !important;	
}
.services-block.second-service .service-modal{
	margin-right:0px;
}

@media screen and (max-width:1440px){
	.services-block .vc_row{
		min-height:400px;
	}
	.services-block h2{
		padding-top:80px;
	}
	.services-block.second-service .col-md-6{
		padding-left:80px;
	}
	.services-block p{
		max-width:510px;
		font-size:14px;
	}
	.services-block .service-modal{
		float:right;
		margin-right:0px;
	}
}
@media screen and (max-width:1280px){
	.services-block .col-md-6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.services-block h2{
		padding-top:40px;
	}
	.services-block p{
		max-width:inherit;
	}
	.services-block .vc_row{
		min-height:inherit;
	}
	.services-block .wpb_text_column{
		margin-bottom:20px;
	}
	.services-block.third-service, .services-block.first-service, .services-block.second-service{
		padding-bottom:400px;
	}
	.services-block.third-service:after, .services-block.first-service:after, .services-block.second-service:after{
		content:"";
		position:absolute;
		width:100%;
		height:400px;
		bottom:0;
		top: auto;
	}
	.services-block.second-service .col-md-6{
		padding-left:0px;
	}
	.services-block .vc_btn3-container{
		margin-bottom:30px;
	}
}
@media screen and (max-width:767px){
	.services-block.second-service .col-md-6{
		padding-left:15px;
	}
	.services-block.third-service, .services-block.first-service, .services-block.second-service{
		padding-bottom:250px;
	}
	.services-block.third-service:after, .services-block.first-service:after, .services-block.second-service:after{
		height:250px;
	}
	.services-block .service-modal{
		float:none;
		width:100%;
	}
	.services-block p{
		line-height:21px;
	}
	.services-block .wpb_text_column{
		margin-bottom:10px;
	}
	.services-block .vc_btn3-container{
		margin-bottom:0px;
	}
	.services-block .service-modal{
		margin-bottom:20px;
	}
}


/*...............сustomizable-service...........*/
.сustomizable-service{
	padding-bottom:70px;
	overflow:visible !important;
}
.сustomizable-service .selected-text{
	padding-right:20px;
}
.сustomizable-service:after{
	content:"";
	display:block;
	position:fixed;
	top:-90px;
	left:calc(50% + 190px);
	width:calc(50% - 190px);
	height:calc(100% + 90px);
	background:url("/wp-content/uploads/2020/02/19-customizable-min.jpg") !important;
	background-repeat:no-repeat !important;
	background-size:cover !important;
}
@media screen and (max-width:1440px){
	.сustomizable-service:after{
		left:calc(50% + 150px);
		width:calc(50% - 150px);
	}
	.сustomizable-service .vc_empty_space{
		height:25px !important;
	}
}
@media screen and (max-width:991px){
	.сustomizable-service{
		padding-bottom:45px;
	}
	.сustomizable-service:after{
		content:none;
	}
	.сustomizable-service .porto-column{
		width:100%;
	}
}
@media screen and (max-width:767px){
	.сustomizable-service{
		padding-bottom:25px;
	}
	.сustomizable-service .vc_empty_space{
		height:0 !important;
	}
}




/*..............other-services..................*/
.other-services{
	padding-top:60px;
	padding-bottom:60px;
}
.other-services h4{
	color:#333333 !important;
	padding-left:100px;
	margin-bottom:30px;
}
.other-services h4 strong{
	color:#0055c1 !important;
}
.other-services .arrow-btn .vc_btn3-color-grey{
	color:#0055c1 !important;
	min-width:160px;
}
.other-services h4:before {
    content: "";
    display: block;
    position: absolute;
    left:15px;
    top: -7px;
    width: 70px;
    height: 70px;
	background: url(/wp-content/uploads/svg/20-biospecimen-collection.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.other-services .col-md-6:last-child h4:before{
	background: url(/wp-content/uploads/svg/20-cro-services.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.other-services p{
	min-height:96px;
}
.other-services .arrow-btn .vc_btn3-color-grey {
	min-width:80px !important;
    padding-right: 30px !important;
}
@media screen and (max-width:1440px){
	.other-services  .service-modal{
		margin-right:30px;
	}
}
@media screen and (max-width:1280px){
	.other-services{
		padding-top:30px;
		padding-bottom:30px;
	}
	.other-services .col-md-6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.other-services h4{
		margin-bottom:20px;
		padding-left:80px;
	}
	.other-services h4:before{
		width:60px;
		height:60px;
	}
	.other-services p{
		min-height:inherit;
	}
	.other-services .wpb_text_column{
		margin-bottom:0px;
	}
	.other-services  .service-modal{
		margin-right:calc(50% - 130px);
	}
}
@media screen and (max-width:767px){
	.other-services{
		padding-top:30px;
		padding-bottom:20px;
	}
	.other-services .col-md-6:first-child{
		margin-bottom:20px;
	}
	.other-services h4{
		padding-left:70px;
	}
	.other-services h4:before{
		width:50px;
		height:50px;
	}
	.other-services  .service-modal{
		margin-right:auto;
		float:left;
	}
	.other-services .arrow-btn{
		margin-bottom:0;
	}
}


/*.......................how-work....................*/
.how-work{
	padding-top:70px;
	padding-bottom:40px;
}
.how-work h5{
	padding-top:20px;
	text-transform:uppercase;
}
.how-work ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
	padding-left:0;
}
.how-work ul li{
	padding-left:90px;
	list-style:none;
	padding-bottom:45px;
	position:relative;
}
.how-work ul li:before{
    content: "1";
	text-align:center;
	line-height:70px;
	color:#0055c1;
	font-size:24px;
	font-family: "Montserrat";
	font-weight:900;
    display: block;
    position: absolute;
    left:0;
    top: 0;
    width: 70px;
    height: 70px;
	background: url(/wp-content/uploads/svg/18-step-icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.how-work ul li:nth-child(2):before{
	content: "4";
}
.how-work ul li:nth-child(3):before{
	content: "2";
}
.how-work ul li:nth-child(4):before{
	content: "5";
}
.how-work ul li:nth-child(5):before{
	content: "3";
}
.how-work ul li:nth-child(6):before{
	content: "6";
}

@media screen and (max-width:1440px){
	.how-work{
		padding-top:30px;
		padding-bottom:0px;
	}
	.how-work ul li{
		padding-left:75px;
	}
	.how-work ul li:before{
		font-size:20px;
		line-height:60px;
		width: 60px;
		height: 60px;
	}
}
@media screen and (max-width:1280px){
	.how-work ul {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	.how-work ul li{
		padding-bottom:30px;
	}
	.how-work ul li:nth-child(2):before{
		content: "3";
	}
	.how-work ul li:nth-child(3):before{
		content: "5";
	}
	.how-work ul li:nth-child(4):before{
		content: "2";
	}
	.how-work ul li:nth-child(5):before{
		content: "4";
	}
}
@media screen and (max-width:767px){
	.how-work{
		padding-top:5px;
	}
	.how-work h5{
		text-align:center;
	}
	.how-work ul {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.how-work ul li{
		padding-top:50px;
		padding-left:0;
		padding-bottom:20px;
		text-align:center;
	}
	.how-work ul li:before{
		left:calc(50% - 30px);
	}
	.how-work ul li:nth-child(2):before{
		content: "2";
	}
	.how-work ul li:nth-child(3):before{
		content: "3";
	}
	.how-work ul li:nth-child(4):before{
		content: "4";
	}
	.how-work ul li:nth-child(5):before{
		content: "5";
	}
}


/*..................sops-samples-block.........................*/
.sops-samples-block{
	padding-top:80px;
	padding-bottom:100px;
}
.sops-samples-block h6{
	background:#fff !important;
	margin-bottom:0 !important;
	line-height:18px !important;
	font-size:16px;
	font-weight:500;
	height:60px;
	display: flex;
    align-items: center;
    justify-content: center;
	padding:0 5px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}
.sops-samples-block .down-btn{
	width:100%;
}
.sops-samples-block .down-btn a{
	line-height:50px !important;
	height:50px !important;
	padding:0 0 0 35px !important;
	background-color:#0055c1 !important;
	border-width:0px !important;
	border-bottom-right-radius:20px !important;
	border-bottom-left-radius:20px !important;
	background-image:url("/wp-content/uploads/svg/download.svg") !important;
    background-repeat: no-repeat !important;
	background-position:calc(50% - 90px) center !important;
    background-size: 25px auto !important;
	width:100%;
	transition:0.3s;
}
.sops-samples-block .down-btn:hover a{
	background-color:#043775 !important;
	color:#fff !important;
	transition:0.3s;
}

@media screen and (max-width:1440px){
	.sops-samples-block{
		padding-top:40px;
		padding-bottom:60px;
	}
	.sops-samples-block h6{
		font-size:14px;
	}
	.sops-samples-block .down-btn a{
		padding:0 0 0 30px !important;
    	background-size: 20px auto !important;
	}
}
@media screen and (max-width:1024px){
	.sops-samples-block .col-md-3 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

}
@media screen and (max-width:767px){
	.sops-samples-block .col-md-3 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.sops-samples-block h6{
		height:40px;
		font-size:12px;
	}
	.sops-samples-block h6 br{
		display:none;
	}
}



/*....................404-block.....................*/
.page-not-found-main img{
	max-width:550px;
}
.error-block{
	
}
.error-block h1{
	font-size:250px;
	line-height:200px;
	color:#0055c1;
	margin-bottom:0 !important;
}
.error-block h2{
	font-size:32px !important;
	line-height:30px !important;
	letter-spacing:0 !important;
	text-transform:uppercase;
}
.error-block h3{
	font-size:48px;
	color:#333333 !important;
}
.error-block h4{
	font-size:24px;
	line-height:30px;
	color:#333333 !important;
}
.error-block h3, .error-block h4{
	font-family: 'Gunny Rewritten';
}
.error-block .arrow-btn{
	display:inline-block;
}
.error-block .arrow-btn a{
	color:#0055c1 !important;
}

@media screen and (max-width:1440px){
	.page-not-found-main img{
		max-width:450px;
	}
	.error-block h1{
		font-size:200px;
		line-height:180px;
	}
	.error-block h2{
		font-size:26px !important;
	}
	.error-block h3{
		font-size:40px;
	}
	.error-block h4{
		font-size:20px;
	}
}
@media screen and (max-width:1024px){
	.page-not-found{
		text-align:center;
	}
	.page-not-found .col-lg-6{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.page-not-found .col-lg-6:first-child{
		order:2;
	}
	.page-not-found .col-lg-6:last-child{
		order:1;
	}
	.error-block .arrow-btn{
		margin-right:100px;
	}
	.page-not-found{
		margin-top:0;
	}
}
@media screen and (max-width:767px){
	.page-not-found-main{
		padding-bottom:50px;
	}
	.page-not-found-main img{
		max-width:300px;
	}
	.error-block h1{
		font-size:120px;
		line-height:100px;
	}
	.error-block h2{
		font-size:16px !important;
		line-height:16px !important;
		margin-bottom:15px;
	}
	.error-block h3{
		font-size:24px;
	}
	.error-block h4{
		font-size:18px;
		line-height:24px;
		margin-bottom:0;
	}
	.error-block h4 br{
		display:none;
	}
	.error-block .arrow-btn{
		margin-right:0;
	}
	.error-block .arrow-btn a{
		padding-right:0 !important;
	}
	.error-block .arrow-btn:after{
		content:none;
	}
}


/*...........table-inventory...............*/
.table-inventory{
	
} 
.table-inventory .tablepress thead th{
	font-size:13px;
	line-height:16px;
	background-color:#0055c1;
	color:#fff;
	font-weight:600;
}
.table-inventory .tablepress .sorting:hover, .table-inventory .tablepress .sorting_asc, .table-inventory .tablepress .sorting_desc{
	background-color:#043775;
}
.tablepress tbody td, .tablepress tfoot th{
	font-size:13px;
	line-height:16px;
}
.table-inventory #tablepress-2_filter{
	margin-bottom:20px !important;
}
.paginate_button:after, .paginate_button:before{
	color:#0055c1;
}

@media screen and (max-width:1024px){
	.table-inventory .tablepress thead th{
		font-size:12px;
		line-height:14px;
		padding: 6px 15px 6px 6px;
	}
	.tablepress tbody td, .tablepress tfoot th{
		font-size:12px;
		line-height:14px;
		max-width:150px;
		padding: 6px;
	}
}
@media screen and (max-width:767px){
	.table-inventory .col-md-12{
		padding-left:0px;
		padding-right:0px;
	} 
	.table-inventory .tablepress thead th{
		font-size:10px;
		line-height:12px;
	}
	.tablepress tbody td, .tablepress tfoot th{
		font-size:10px;
		line-height:12px;
	}
	
}



/*................inventory-block.............*/
.inventory-block{
	margin-bottom:80px !important;
	overflow:visible !important;
}
.inventory-block:after{
	content:"";
	display:block;
	position:absolute;
	top:-90px;
	left:calc(50% + 190px);
	width:calc(50% - 190px);
	height:calc(100% + 90px);
	background:url("/wp-content/uploads/2020/02/photo-7-therapeutic-areas-min.jpg") !important;
	background-repeat:no-repeat !important;
	background-size:cover !important;
}


@media screen and (max-width:1440px){
	.inventory-block:after{
		left:calc(50% + 150px);
		width:calc(50% - 150px);
	}
}
@media screen and (max-width:991px){
	.inventory-block{
		margin-bottom:20px !important;
	}
	.inventory-block:after{
		content:none;
	}
	.inventory-block .porto-column{
		width:100%;
	}
}




/*...................tissue-block..................*/
.tissue-block{
	overflow:visible !important;
	margin-bottom:100px !important;
}
.tissue-block:after{
	content:"";
	display:block;
	position:absolute;
	top:-90px;
	left:calc(50% + 190px);
	width:calc(50% - 190px);
	height:calc(100% + 90px);
	background:url("/wp-content/uploads/2020/06/tissue-pic1-1.jpg") !important;
	background-repeat:no-repeat !important;
	background-size:cover !important;
}
.tissue-block1:after{
	height:1050px;
}
.tissue-block ul{
	padding-left:15px;;
}
.tissue-block ul li{
	list-style:none;
	position:relative;
}
.tissue-block ul li:before{
	content:"";
	width:4px;
	height:4px;
	border-radius:2px;
	background:#0055c1;
	position:relative;
	display:block;
	position:absolute;
	left:-15px;
	top:calc(50% - 4px);
}
@media screen and (max-width:1440px){
	.tissue-block:after {
		left: calc(50% + 150px);
		width: calc(50% - 150px);
	}
}

@media screen and (max-width:1280px){
	.tissue-block {
		padding-bottom:460px;
	}
	.tissue-block .porto-column{
		width:100%;
	}
	.tissue-block:after{
		content:"";
		display:block;
		position:absolute;
		top:auto;
		bottom:0;
		left:0;
		width:100%;
		height:445px;
		background:url("/wp-content/uploads/2020/06/tissue-pic1-1.jpg") !important;
		background-repeat:no-repeat !important;
		background-size:cover !important;
	}
}
@media screen and (max-width:1024px){
	.tissue-block {
		margin-bottom:0 !important;
	}
}

@media screen and (max-width:767px){
	.tissue-block {
		padding-bottom:180px;
	}
	.tissue-block:after{
		height:175px;
	}
	.tissue-block ul li{
		margin-bottom:5px;
		font-size:13px;
		line-height:20px;
	}
}





/*.................specimen-samples..................*/
.specimen-samples{
	padding-top:100px;
	padding-bottom:100px;
}
.specimen-samples .col-md-4 {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    background: url(/wp-content/uploads/2020/06/tissue-pic-2-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.specimen-samples-2 .col-md-4 {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    background: url(/wp-content/uploads/2020/06/tissue-pic-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.specimen-samples-3 .col-md-4 {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    background: url(/wp-content/uploads/2020/02/1920-other-samples2-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.specimen-samples .col-md-8{
	padding-top: 70px;
    padding-bottom: 20px;
    padding-left: 70px;
    z-index: 1;
    margin-left: 33.3333333%;
}
.specimen-samples ul{
	padding-left:15px;;
}
.specimen-samples ul li{
	list-style:none;
	position:relative;
}
.specimen-samples ul li:before{
	content:"";
	width:4px;
	height:4px;
	border-radius:2px;
	background:#0055c1;
	position:relative;
	display:block;
	position:absolute;
	left:-15px;
	top:calc(50% - 4px);
}
.specimen-samples h5{
	padding-left:70px;
	height:70px;
	display: flex;
    align-items: center;
	position:relative;
	margin-bottom:20px;
}
.specimen-samples h5:before{
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:0;
	height:70px;
	width:60px;
	background-image:url("/wp-content/uploads/svg/26-icon-1.svg") !important;
	background-size:inherit;
	background-repeat:no-repeat;
}
.specimen-samples .right-block h5:before{
	background-image:url("/wp-content/uploads/svg/26-icon-2.svg") !important;
	background-size:inherit;
	background-repeat:no-repeat;
}

.specimen-samples .service-modal a {
    color: #0055c1 !important;
    background: url(/wp-content/uploads/svg/26-icon-3.svg) !important;
    background-position: left center !important;
    background-repeat: no-repeat !important;
	padding:5px 0 !important;
	min-width:200px;
    background-size: 24px auto !important;
}
@media screen and (max-width:1440px){
	.specimen-samples .col-md-8{
		padding-top: 50px;
		padding-bottom: 10px;
		padding-left: 50px;
	}
	.specimen-samples h5{
		padding-left:60px;
		height:60px;
	}
	.specimen-samples h5:before{
		height:60px;
		width:50px;
	}
}
@media screen and (max-width:1024px){
	.specimen-samples{
		padding:0 !important;
	}
	.specimen-samples .col-md-8, .specimen-samples .col-md-4{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.specimen-samples .col-md-8 {
		order: 1;
		padding-top: 60px;
		padding-bottom: 25px;
		padding-left: 40px;
		padding-right: 40px;
		z-index: 1;
		margin-left: 0;
	}
	.specimen-samples .col-md-4 {
		order: 2;
		position: relative;
		height: 450px;
		background: url(/wp-content/uploads/2020/06/tissue-pic-2-1.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.specimen-samples-2 .col-md-4 {
		order: 2;
		position: relative;
		height: 450px;
		background: url(/wp-content/uploads/2020/06/tissue-pic-2.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.specimen-samples-3 .col-md-4 {
		order: 2;
		position: relative;
		height: 450px;
		background: url(/wp-content/uploads/2020/02/768-other-samples2-min.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}
	
}
@media screen and (max-width:767px){
	.specimen-samples .col-md-8{
		padding-top:40px;
		padding-left:20px;
		padding-right:20px;
	}
	.specimen-samples .col-md-4 {
		height:180px;
	}
	.specimen-samples ul li{
		line-height:24px;
	}
}

/*..........blood-block..........*/
.blood-block:after{
	content: "";
    background: url(/wp-content/uploads/2020/06/tissue-pic-4.jpg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	height:1050px;
}
.other-samples-block:after{
	content: "";
    background: url(/wp-content/uploads/2020/06/tissue-pic1.jpg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	height:1050px;
}
@media screen and (max-width:1024px){
	
}
@media screen and (max-width:1280px){
	.blood-block:after{
		content: "";
		background: url(/wp-content/uploads/2020/06/tissue-pic-4.jpg) !important;
		background-repeat: no-repeat !important;
		background-size: cover !important;
		height: 445px;
	}
	.other-samples-block:after{
		content: "";
		background: url(/wp-content/uploads/2020/06/tissue-pic1.jpg) !important;
		background-repeat: no-repeat !important;
		background-size: cover !important;
		height: 445px;
	}
}
@media screen and (max-width:767px){
	.other-samples-block:after, .blood-block:after{
		height: 175px;
	}
}

/*......................samples-block......................*/
.samples-block{
	padding-bottom:40px;
}
.samples-block h5{
	margin-top:50px;
}
.samples-block ul{
	padding-left:15px;;
	padding-bottom:45px;
}
.samples-block ul li{
	list-style:none;
	position:relative;
}
.samples-block ul li:before{
	content:"";
	width:4px;
	height:4px;
	border-radius:2px;
	background:#0055c1;
	position:relative;
	display:block;
	position:absolute;
	left:-15px;
	top:calc(50% - 4px);
}
.samples-block .arrow-btn {
	position:absolute;
	bottom:0px;
	left:15px;
}
.samples-block .arrow-btn .vc_btn3-color-grey{
	color:#0055c1 !important;
	padding-right:45px !important;
}
.samples-block .wpb_text_column:last-child{
	margin-bottom:0 !important;
}
.samples-block .col-md-4 h5{
	position:relative;
	display:flex;
	align-items:center;
	height:70px;
	padding-left:90px;
}
.samples-block .col-md-4 h5:before{
	content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 70px;
    width: 60px;
    background-image: url(/wp-content/uploads/svg/23-icon-1.svg) !important;
    background-size: inherit;
    background-repeat: no-repeat;
}
.samples-block .col-md-4:nth-child(2) h5:before{
	background-image: url(/wp-content/uploads/svg/23-icon-2.svg) !important;
    background-size: inherit;
    background-repeat: no-repeat;
}
.samples-block .col-md-4:nth-child(3) h5:before{
	background-image: url(/wp-content/uploads/svg/23-icon-3.svg) !important;
    background-size: inherit;
    background-repeat: no-repeat;
}
.samples-block .samples-text{
	min-height:210px;
}

@media screen and (max-width:1440px){
	.samples-block .col-md-4 h5{
		position:relative;
		height:60px;
		padding-left:60px;
	}
	.samples-block .col-md-4 h5:before{
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		height: 60px;
		width: 50px;
	}
	
	.samples-block ul li{
		font-size:14px;
		line-height:24px;
	}
}

@media screen and (max-width:1024px){
	.samples-block .col-md-4 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.samples-block h5{
		margin-top:15px;
	}
	.samples-block .wpb_text_column{
		margin-bottom:20px
	}
}


@media screen and (max-width:767px){
	.samples-block ul {
		padding-bottom: 35px;
	}
}


/*...............convenience-text...................*/
.convenience-text{
	padding-top:60px;
	padding-bottom:50px;
}
.convenience-text h5{
	padding-left:90px;
	display:flex;
	align-items:center;
	height:70px;
	margin-bottom:5px;
}
.convenience-text h5:before{
	content: "";
    display: block;
    position: absolute;
    left: 15px;
    top: 0;
    height: 70px;
    width: 70px;
    background-image: url(/wp-content/uploads/svg/check_mark.svg) !important;
	
    background-size: inherit;
    background-repeat: no-repeat;
}

.convenience-text p{
	padding-left:90px;
}
.convenience-text ul{
	padding-left:110px;
}

@media screen and (max-width:1440px){
	.convenience-text h5{
		height:60px;
		padding-left:75px;
	}
	.convenience-text p{
		padding-left:75px;
	}
	.convenience-text ul{
		padding-left:95px;
	}
	.convenience-text h5:before{
		height: 60px;
		width: 60px;
	}
}
@media screen and (max-width:1024px){
	.convenience-text{
		padding-top:30px;
		padding-bottom:30px;
	}
	.convenience-text .col-md-6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media screen and (max-width:767px){
	.convenience-text{
		padding-top:0px;
		padding-bottom:0px;
	}
	.convenience-text h5{
		height:auto;
		padding-left:0;
		padding-top:70px;
		text-align:center;
		justify-content:center;
	}
	.convenience-text h5:before{
		left:calc(50% - 30px);
	}
	.convenience-text p{
		padding-left:0px;
		text-align:center;
	}
	.convenience-text ul{
		padding-left:20px;
	}
}


/*...............about-main............*/
.about-main{
	margin-bottom:0 !important;
	padding-bottom:130px;
}
.mission-block{
	padding-top:80px;
	padding-bottom:40px;
	margin-bottom:30px !important;
}
.mission-block:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,85,193, 0.6);
}
.about-main:after {
    content: "";
    display: block;
    position: absolute;
    top:0;
    left: calc(50% + 190px);
    width: calc(50% - 190px);
    height: 100%;
    background-image: url("/wp-content/uploads/2020/02/about-pic.png") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

@media screen and (max-width:1440px){
	.about-main:after {
		left: calc(50% + 150px);
		width: calc(50% - 150px);
	}
	.mission-block{
		padding-top:60px;
		padding-bottom:20px;
		margin-bottom:20px !important;
	}
}
@media screen and (max-width:1280px){
	.mission-block{
		padding-top:60px;
		padding-bottom:40px;
		margin-bottom:40px !important;
	}
	.about-main{
		padding-bottom:580px;
	}
	.about-main:after {
		content: "";
		display: block;
		position: absolute;
		top: auto;
		bottom: 40px;
		left: calc(50% - 340px);
		width: 680px;
		height: 535px;
	}
}
@media screen and (max-width:767px){
	.mission-block{
		padding-top:35px;
		padding-bottom:15px;
		margin-bottom:20px !important;
	}
	.about-main{
		padding-bottom:260px;
	}
	.about-main:after {
		content: "";
		display: block;
		position: absolute;
		top: auto;
		bottom: 30px;
		left: calc(50% - 150px);
		width: 300px;
		height: 235px;
	}
}


/*....................working-with...................*/
.working-with{

}
.working-with p{
	padding-left:90px;
	min-height:70px;
	display:flex;
	align-items:center;
}
.working-with p:before {
    content: "";
    display: block;
    position: absolute;
    left: 15px;
    top: 0;
    width: 70px;
    height: 70px;
    background: url(/wp-content/uploads/svg/check_mark.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
@media screen and (max-width:1440px){
	.working-with p{
		padding-left:80px;
		min-height:60px;
	}
	.working-with p:before {
		width: 60px;
		height: 60px;
	}
}
@media screen and (max-width:1024px){
	.working-with .col-md-6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media screen and (max-width:767px){
	.working-with p{
		padding-left:00px;
		min-height:60px;
		padding-top:65px;
		justify-content:center;
		text-align:center;
	}
	.working-with p:before {
		left:calc(50% - 30px);
	}
	.working-with .wpb_text_column{
		margin-bottom:20px;
	}
}



/*..............expert-block................*/
.expert-block{
	margin-top:160px;
	overflow:visible !important;
}
.expert-block .porto-recent-members{
	top:-100px;
	position:relative;
	margin-bottom:-100px;
}
.expert-block .owl-carousel .owl-nav.disabled, .expert-block .owl-carousel .owl-dots.disabled{
	display:block !important;
	left:-320px;
}
.expert-block .owl-carousel.nav-center-images-only .owl-nav{
	top:75%;
}
.expert-block .owl-carousel .owl-nav .owl-next{
	right:auto;
	left:80px;
	background: url(/wp-content/uploads/svg/arrow_right_our-expert-team.svg);
    background-repeat: no-repeat;
    background-size: inherit;
}
.expert-block .owl-carousel .owl-nav .owl-prev{
	background: url(/wp-content/uploads/svg/arrow_left_our-expert-team.svg);
    background-repeat: no-repeat;
    background-size: inherit;
}
.expert-block .owl-carousel.nav-center-images-only .owl-nav button{
	background-color:transparent !important;
	width:60px;
	padding:0;
}
.owl-carousel .owl-nav .owl-next:before, .owl-carousel .owl-nav .owl-prev:before{
	content:none;
}
.expert-block .member-info-container{
	text-align:left;
}
.expert-block .member-info-container h4{
	color:#fff;
	font-size:20px !important;
	text-transform:uppercase;
}
.expert-block .thumb-member-container:after{
	content:"";
	position:absolute;
	display:block;
	width:calc(100% - 10px);
	height:calc(100% - 10px);
	right:-0px;
	top:-0px;
	background:#02469b;
	border-top-right-radius:50px;
	z-index:-1;
}
/* .expert-block .thumb-member-container .member-image{
	border-top-right-radius:150px;
} */
.expert-block .thumb-member-container .member-image img{
	margin-top:10px;
	padding-right:10px;
	border-top-right-radius:50px;
}

.expert-block .member-info-container p{
	font-family: 'Gunny Rewritten';
	font-size:20px;
}
.expert-block h2{
	margin-top:90px;
}
.expert-block h2 strong{
	color:#fff !important;
}
.expert-block p{
	color:#fff;
}
.expert-block .zoom{
	display:none;
}
.expert-block .owl-dots{
	display:none;
}

@media screen and (max-width:1440px){
	.expert-block .owl-carousel .owl-nav.disabled, .expert-block .owl-carousel .owl-dots.disabled{
		display:block !important;
		left:-275px;
	}
}
@media screen and (max-width:1024px){
	.expert-block{
		margin-top:0 !important;
	}
	.expert-block .porto-recent-members{
		top:0;
		margin-bottom:0;
	}
	.expert-block .col-md-9, .expert-block .col-md-3{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.expert-block h2{
		margin-top:40px;
	}
	.expert-block .owl-carousel.nav-center-images-only .owl-nav{
		top:-75px;
		left:calc(100% - 150px);
	}
}
@media screen and (max-width:767px){
	.expert-block .owl-carousel.nav-center-images-only .owl-nav{
		top:auto;
		bottom:-20px;
		left:calc(50% - 70px);
	}
	.expert-block .member-info-container p, .expert-block .member-info-container h4{
		text-align:center;
	}
	.expert-block h2{
		margin-top:25px;
		text-align:center;
	}
	.expert-block .owl-carousel{
		margin-bottom:40px;
	}
}


/*...................therapeutic-block..................*/
.therapeutic-block:after {
    content: "";
    background: url(/wp-content/uploads/2020/02/photo-7-therapeutic-areas-min.jpg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
@media screen and (max-width:1280px){
	.therapeutic-block:after {
		content: "";
		background: url(/wp-content/uploads/2020/02/photo-7-therapeutic-areas-min.jpg) !important;
		background-repeat: no-repeat !important;
		background-size: cover !important;
	}
}
@media screen and (max-width:1024px){
	.therapeutic-block{
		margin-bottom:70px !important;
	}
}
@media screen and (max-width:767px){
	.therapeutic-block{
		margin-bottom:45px !important;
	}
}
/*..................bio-tour..................*/
.bio-tour{
	
}
.bio-tour h5{
	padding-bottom:5px;
	border-bottom:3px solid #0055c1;
}
.bio-tour .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels{
	background-color:transparent !important;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels{
	background-color:transparent !important;
}
.bio-tour .arrow-btn{
	left:calc(100% - 135px);
	top:28px;
	opacity:0.5;
	margin-bottom:0;
}
.bio-tour .arrow-btn a{
	min-width:70px !important;
	color:#0055c1 !important;
	padding-right:20px !important;
	padding-top:5px !important;
	padding-bottom:5px !important;
}
.bio-tour .arrow-btn:after{
	width:60px;
}
.bio-tour  .arrow-btn:hover:after {
    transition: 0.3s;
    left: calc(100% - 30px);
}
.bio-tour .arrow-btn:hover .vc_btn3-color-grey, .bio-tour .arrow-btn:hover .vc_btn3-color-white{
	padding-left:30px !important;
}
.bio-tour ul{
	padding-left:16px;
}
.bio-tour ul li {
    list-style: none;
    position: relative;
}

.bio-tour ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #0055c1;
    position: relative;
    display: block;
    position: absolute;
    left: -15px;
    top:12px;
}
.bio-tour ul .vc_tta-tab{
	margin-bottom:10px !important;
}
.bio-tour ul .vc_tta-tab a{
	background-color:#fff !important;
}
.vc_tta-panel-body{
	padding-top:0px !important;
}
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container {
	-ms-flex: 0 0 420px !important;
	flex: 0 0 420px !important;
	max-width: 420px !important;
	margin-right:80px !important;
}
.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left .vc_tta-tab>a{
	color:#0055c1  !important;
	background-color:#fff !important;
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;
	padding-left:90px;
	height:80px;
	display:flex;
	align-items:center;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 1, 0.05);
	border:none;
	border-radius:0;
	margin-right:20px;
}
.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left .vc_tta-tab.vc_active>a{
	color:#fff !important;
	background-color:#0055c1 !important;
}
.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left .vc_tta-tab.vc_active:after{
	content:"";
	display:block;
	position:absolute;
	right:1px;
	top:0;
	width: 20px;
	height: 80px;
	border-style: solid;
	border-width: 40px 0 40px 20px;
	border-color: transparent transparent transparent #0055c1;
}

.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-list li a:before{
	content: "";
    display: block;
    position: absolute;
    left: 25px;
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
    background: url(/wp-content/uploads/svg/Oncological_diseases.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-list li:nth-child(2) a:before{
	background: url(/wp-content/uploads/svg/Cardio-vascular_diseases.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-list li:nth-child(3) a:before{
	background: url("/wp-content/uploads/svg/Respiratory_disease.svg");
    background-repeat: no-repeat;
    background-size: cover;
}
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-list li:nth-child(4) a:before{
	background: url("/wp-content/uploads/svg/Endocrine_disorders.svg");
    background-repeat: no-repeat;
    background-size: cover;
}
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-list li:nth-child(5) a:before{
	background: url("/wp-content/uploads/svg/Infectious_diseases.svg");
    background-repeat: no-repeat;
    background-size: cover;
}
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-list li:nth-child(6) a:before{
	background: url("/wp-content/uploads/svg/Other_disease.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-list li.vc_active a:before{
	content: "";
    display: block !important;
    position: absolute !important;
    left: 25px !important;
    top: calc(50% - 25px) !important;
    width: 50px !important;
    height: 50px !important;
	background: url(/wp-content/uploads/svg/7-oncological.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-list li.vc_active:nth-child(2) a:before{
	background: url(/wp-content/uploads/svg/7-cardio.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-list li.vc_active:nth-child(3) a:before{
	background: url(/wp-content/uploads/svg/7-respiratory.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-list li.vc_active:nth-child(4) a:before{
	background: url(/wp-content/uploads/svg/7-endocrine.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-list li.vc_active:nth-child(5) a:before{
	background: url(/wp-content/uploads/svg/7-infectious.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-list li.vc_active:nth-child(6) a:before{
	background: url(/wp-content/uploads/svg/7-other.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
@media screen and (max-width:1440px){
	.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container {
		-ms-flex: 0 0 340px !important;
		flex: 0 0 340px !important;
		max-width: 340px !important;
		margin-right:30px !important;
	}
	.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left .vc_tta-tab>a{
		font-size:16px;
		line-height:19px;
		padding-left:75px;
	}
	.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-list li a:before, .wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-list li.vc_active a:before{
		left:15px !important;
		width:40px !important;
		height:40px !important;
	}
}

@media screen and (max-width:1024px){
	.vc_tta-container{
		background-color:#fff;
	}
	.wpb-js-composer .vc_tta.vc_tta-tabs .vc_tta-panel-heading {
		display: block !important;
	}
	.vc_tta-tabs-container{
		display:none !important;
	}
	.vc_tta-panel-heading{
		border:none !important;
	}
	.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title a{
		text-transform:uppercase;
		background-color:#f3f4f4 !important;
		color:#0055c1 !important;
		font-size:16px;
		padding-left:75px !important;
		font-weight:700;
	}
	.wpb-js-composer .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-title a{
		background-color:#fff !important;
	}
	.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title a:before{
		content: "";
		display: block !important;
		position: absolute !important;
		left: 30px !important;
		top: calc(50% - 15px) !important;
		width: 30px !important;
		height: 30px !important;
		background: url(/wp-content/uploads/svg/Oncological_diseases.svg);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.wpb-js-composer .vc_tta.vc_general .vc_tta-panel:nth-child(2) .vc_tta-panel-title a:before{
		background: url(/wp-content/uploads/svg/Cardio-vascular_diseases.svg);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.wpb-js-composer .vc_tta.vc_general .vc_tta-panel:nth-child(3) .vc_tta-panel-title a:before{
		background: url("/wp-content/uploads/svg/Respiratory_disease.svg");
		background-repeat: no-repeat;
		background-size: cover;
	}
	.wpb-js-composer .vc_tta.vc_general .vc_tta-panel:nth-child(4) .vc_tta-panel-title a:before{
		background: url("/wp-content/uploads/svg/Endocrine_disorders.svg");
		background-repeat: no-repeat;
		background-size: cover;
	}
	.wpb-js-composer .vc_tta.vc_general .vc_tta-panel:nth-child(5) .vc_tta-panel-title a:before{
		background: url("/wp-content/uploads/svg/Infectious_diseases.svg");
		background-repeat: no-repeat;
		background-size: cover;
	}
	.wpb-js-composer .vc_tta.vc_general .vc_tta-panel:nth-child(6) .vc_tta-panel-title a:before{
		background: url("/wp-content/uploads/svg/Other_disease.svg");
		background-repeat: no-repeat;
		background-size: cover;
	}
	.bio-tour .arrow-btn a{
		background:#fff !important;
	}
}
@media screen and (max-width:767px){
	.bio-tour{
		padding-left:0;
		padding-right:0;
	}
	.bio-tour .arrow-btn{
		top:60px;
	}
	.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title a{
		font-size:14px;
	}
	.bio-tour .col-md-12{
		padding-left:0px;
		padding-right:0px;
	}
	.bio-tour h5{
		margin-bottom:50px !important;
	}
	.bio-tour .arrow-btn{
		left:0;
	}
}


/*...........................popup............................*/
.pum{
	padding-right:0 !important;
	overflow-x:hidden;
}
.popmake{
	background-color:#fff !important;
	padding:0 !important;
}
.popmake:before{
	content:"";
	position:absolute;
	display:block;
	height:3px;
	width:calc(100% - 20px);
	background:#0055c1;
	top:10px;
	left:10px;
	z-index:9;
}
.popmake:after{
	content:"";
	position:absolute;
	display:block;
	height:3px;
	width:calc(100% - 20px);
	background:#0055c1;
	bottom:10px;
	left:10px;
	z-index:9;
}
.pum-content:before{
	content:"";
	position:absolute;
	display:block;
	width:3px;
	height:calc(100% - 20px);
	top:10px;
	left:10px;
	background:#0055c1;
	z-index:9;
}
.pum-content:after{
	content:"";
	position:absolute;
	display:block;
	width:3px;
	height:calc(100% - 20px);
	top:10px;
	right:10px;
	background:#0055c1;
	z-index:9;
}
.pum-theme-2682, .pum-theme-tema-po-umolchaniyu{
	background-color:rgba(0,0,0,0.6) !important;
}
.pum-close{
	position:absolute !important;
	z-index:9;
	top:10px !important;
	right:10px !important;
	padding:0 !important;
	line-height:30px !important;
	width:30px !important;
	font-weight:700 !important;
	background:#0055c1 !important;
}

.popmake .col-md-8 {
    padding-left:85px;
	padding-right:100px;  
}
.popmake .wpb_single_image{
	margin-bottom:0 !important;
	height:100% !important;
}
.popmake .wpb_single_image img{
	height:100% !important;
	object-fit:cover;
}
.popmake .wpb_single_image .wpb_wrapper , .popmake .wpb_single_image .wpb_wrapper .vc_single_image-wrapper{
	height:100% !important;
}
.popmake h2{
	margin-top:85px !important;
}
.popmake .selected-text{
	margin-bottom:35px;
}
.popmake .form-privacy-policy{
	font-size:12px;
	line-height:16px;
}
.popmake form{
	margin-bottom:80px;
}
.popmake form input{
	margin-bottom:25px;
}
.popmake  form .arrow-btn input{
	background-color:#fff !important;
}
@media screen and (max-width:1024px){
	.popmake .col-md-4{
		display:none !important;
	}
	.popmake .col-md-8 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 75px;
    	padding-right: 75px;
	}
	.popmake h2 {
		margin-top: 55px !important;
		margin-bottom:25px;
	}
	.popmake form {
		margin-bottom:50px;
	}
	.popmake form input {
		margin-bottom: 15px;
	}
	.popmake form .arrow-btn{
		margin-bottom:15px;
	}
}
@media screen and (max-width:767px){
	.popmake .col-md-8 {
		padding-left: 35px;
    	padding-right: 35px;
	}
	.popmake h2 {
		margin-top: 45px !important;
		margin-bottom:20px;
	}
	.popmake .selected-text{
		margin-bottom:20px;
	}
	.popmake form {
		margin-bottom: 40px;
	}
	.popmake p{
		line-height:18px;
	}
	.popmake .form-privacy-policy{
		font-size:8px;
		line-height:14px;
	}
}


/*.........blog.........*/
.blog{
	
}
.blog .col-lg-7 {
    -ms-flex: 0 0 53%;
    flex: 0 0 53%;
    max-width: 53%;
}
.blog .col-lg-5 {
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    max-width: 47%;
}
.blog .post-image.single{
	position:relative;
}
.blog .posts-medium-alt .blog-post-date{
	top:10px;
	right:auto;
	left:10px;
	transform:none;
	background-color:#0055c1 !important;
}
.blog h2 strong{
	display:block;
}
.blog .col-lg-7{
	background:#fff;
	margin-top:120px;
	z-index:3;
	left:-70px;
}
.blog .col-lg-7:before{
	content:"";
	position:absolute;
	display:block;
	left:-60px;
	top:0;
	width:60px;
	height:100%;
	background:#fff;
}
.blog .col-lg-7:after{
	content:"";
	position:absolute;
	display:block;
	right:-60px;
	top:0;
	width:60px;
	height:100%;
	background:#fff;
}
.blog .entry-title{
	color:#0055c1;
	margin-top:65px;
}
.blog-posts article{
	border-bottom:0 !important;
}
.blog  hr.solid{
	display:none;
}
.blog .arrow-btn{
	position: relative;
    max-width: fit-content;
	margin-bottom:50px;
}
.blog .arrow-btn a{
	background:#fff !important;
	color:#0055c1 !important;
}
.blog article.post .post-image .owl-lazy:not(.owl-lazy-loaded){
	height:385px;
	object-fit:cover;
}

@media screen and (max-width:1024px){
	.blog .col-lg-7, .blog .col-lg-5 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.blog .col-lg-5{
		padding-left:0;
		padding-right:0;
	}
	.blog .col-lg-7{
		margin-top:0;
		left:0;
		padding-left:40px;
		padding-right:40px;
	}
	.blog .col-lg-7:before, .blog .col-lg-7:after{
		content: none;
	}
	.blog article.post .post-image.single{
		margin-bottom:0;
	}
	.blog .owl-carousel{
		margin-bottom:0;
	}
	.blog article.post .post-image .owl-lazy:not(.owl-lazy-loaded){
		height:320px;
	}
	.blog-posts .post .entry-title{
		margin-top:30px;
	}
	.blog .arrow-btn{
		margin-bottom:30px;
	}
	.blog #content-inner-top .col-md-12{
		padding-left:0;
		padding-right:0;
	}
}
@media screen and (max-width:767px){
	.blog article.post .post-image .owl-lazy:not(.owl-lazy-loaded){
		height:160px;
	}
	.blog .posts-medium-alt .blog-post-date{
		padding:5px 9px;
		font-size:30px;
	}
	.blog .posts-medium-alt .blog-post-date .month-year{
		font-size:10px;
	}
	.blog #content-inner-top .col-md-12{
		padding-left:20px;
		padding-right:20px;
	}
	.blog .col-lg-7{
		padding-left:20px;
		padding-right:20px;
	}
	.blog-posts article{
		margin-bottom:30px;
		padding-left:20px;
		padding-right:20px;
	}
	.blog .arrow-btn{
		margin-bottom:5px;
	}
	.blog .post-excerpt{
		margin-bottom:5px;
	}
}



/*..................blog-in.................*/
.single-post{
	
}
.single-post .porto-blog-sidebar{
	padding-top:0;
}
.single-post .widget-title{
	font-size:32px;
}
.post-item-small .post-date{
	color:#999999 !important;
}
.post-item-small .post-image img{
	border:3px solid #fff;
	transition:0.3s;
}
.post-item-small:hover .post-image img{
	border:3px solid #0055c1;
	transition:0.3s;
}
.post-item-small a{
	color:#333333;
	transition:0.3s;
}
.post-item-small:hover a{
	color:#0055c1;
	transition:0.3s;
}
.single-post .post-date .month{
	background-color:#0055c1 !important;
}
.single-post .post-date  .day{
	color:#0055c1  !important;
	background:#fff !important;
	padding-top:5px !important;
	padding-bottom:5px !important;
}
.single-post  .entry-title{
	color:#0055c1;
	margin-bottom:20px !important;
}
.single-post  .entry-content{
	padding-left:70px;
}
.single-post .post-share{
	padding-left:70px;
}
.single-post .post-share h3, .single-post .post-share .share-links{
	display:inline-block;
}
.single-post .post-share h3{
	font-size:14px;
	text-transform:uppercase;
	margin-right:20px;
	margin-bottom:0;
}
.single-post .post-share .share-links a{
	background:#fff !important;
	color:#0055c1;
	border-radius:50%;
}
.single-post .post-share .share-links a:hover{
	background:#0055c1 !important;
	color:#fff;
}
.single-post article{
	padding-right:60px;
}
@media screen and (max-width:1024px){
	.single-post .col-lg-9, .single-post .col-lg-3 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-top:0;
	}
	.single-post article{
		padding-right:0;
	}
	.single-post  .pin-wrapper > div{
		position:relative !important;
		top:0 !important;
		left:0 !important;
	}
	.single-post .entry-content{
		padding-left:0;
		margin-bottom:0;
	}
	.single-post .post .post-date{
		float:none;
		position:absolute;
		top:100px;
		left:20px;
		z-index:2;
	}
	.single-post .post-share{
		padding-left:0;
	}
}
@media screen and (max-width:767px){
	.single-post .post .post-date{
		top:70px;
	}
}



/*....................how-work2.................*/
.how-work h5{
	position:relative;
	height:70px;
	padding-left:90px;
	padding-top:0;
	display:flex;
	align-items:center;
	font-weight:800;
}
.how-work h5:before{
    content: "1";
    text-align: center;
    line-height: 70px;
    color: #0055c1;
    font-size: 24px;
    font-family: "Montserrat";
    font-weight: 900;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    background: url(/wp-content/uploads/svg/18-step-icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.how-work2 h5:before{
	content: "2";
}
.how-work3 h5:before{
	content: "3";
}
.how-work4 h5:before{
	content: "4";
}
.how-work5 h5:before{
	content: "5";
}
.how-work6 h5:before{
	content: "6";
}

@media screen and (max-width:767px){
	.how-work h5{
		height:70px;
		padding-left:0px;
		padding-top:70px;
		justify-content: center;
	}
	.how-work h5:before{
		left: calc(50% - 25px);
		top: 0;
		width: 50px;
		height: 50px;
		line-height:50px;
		font-size:18px;
	}
}