/************************ LOAD FONT START ****************/
@font-face {
    font-family: 'opensans-bold';
    src: url('../fonts/Open_Sans/OpenSans-Bold/opensans-bold-webfont.eot');
    src: url('../fonts/Open_Sans/OpenSans-Bold/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Open_Sans/OpenSans-Bold/opensans-bold-webfont.woff2') format('woff2'),
         url('../fonts/Open_Sans/OpenSans-Bold/opensans-bold-webfont.woff') format('woff'),
         url('../fonts/Open_Sans/OpenSans-Bold/opensans-bold-webfont.ttf') format('truetype'),
         url('../fonts/Open_Sans/OpenSans-Bold/opensans-bold-webfont.svg#opensans-bold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'opensans-bolditalic';
    src: url('../fonts/Open_Sans/OpenSans-BoldItalic/opensans-bolditalic-webfont.eot');
    src: url('../fonts/Open_Sans/OpenSans-BoldItalic/opensans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Open_Sans/OpenSans-BoldItalic/opensans-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/Open_Sans/OpenSans-BoldItalic/opensans-bolditalic-webfont.woff') format('woff'),
         url('../fonts/Open_Sans/OpenSans-BoldItalic/opensans-bolditalic-webfont.ttf') format('truetype'),
         url('../fonts/Open_Sans/OpenSans-BoldItalic/opensans-bolditalic-webfont.svg#opensans-bolditalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'opensans-extrabold';
    src: url('../fonts/Open_Sans/OpenSans-ExtraBold/opensans-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Open_Sans/OpenSans-ExtraBold/opensans-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/Open_Sans/OpenSans-ExtraBold/opensans-extrabold-webfont.woff') format('woff'),
         url('../fonts/Open_Sans/OpenSans-ExtraBold/opensans-extrabold-webfont.ttf') format('truetype'),
         url('../fonts/Open_Sans/OpenSans-ExtraBold/opensans-extrabold-webfont.svg#opensans-extrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'opensans-italic';
    src: url('../fonts/Open_Sans/OpenSans-Italic/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Open_Sans/OpenSans-Italic/opensans-italic-webfont.woff2') format('woff2'),
         url('../fonts/Open_Sans/OpenSans-Italic/opensans-italic-webfont.woff') format('woff'),
         url('../fonts/Open_Sans/OpenSans-Italic/opensans-italic-webfont.ttf') format('truetype'),
         url('../fonts/Open_Sans/OpenSans-Italic/opensans-italic-webfont.svg#opensans-italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'opensans-light';
    src: url('../fonts/Open_Sans/OpenSans-Light/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Open_Sans/OpenSans-Light/opensans-light-webfont.woff2') format('woff2'),
         url('../fonts/Open_Sans/OpenSans-Light/opensans-light-webfont.woff') format('woff'),
         url('../fonts/Open_Sans/OpenSans-Light/opensans-light-webfont.ttf') format('truetype'),
         url('../fonts/Open_Sans/OpenSans-Light/opensans-light-webfont.svg#opensans-light') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'opensans-regular';
    src: url('../fonts/Open_Sans/OpenSans-Regular/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Open_Sans/OpenSans-Regular/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/Open_Sans/OpenSans-Regular/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/Open_Sans/OpenSans-Regular/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/Open_Sans/OpenSans-Regular/opensans-regular-webfont.svg#opensans-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'opensans-semibold';
    src: url('../fonts/Open_Sans/OpenSans-SemiBold/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Open_Sans/OpenSans-SemiBold/opensans-semibold-webfont.woff2') format('woff2'),
         url('../fonts/Open_Sans/OpenSans-SemiBold/opensans-semibold-webfont.woff') format('woff'),
         url('../fonts/Open_Sans/OpenSans-SemiBold/opensans-semibold-webfont.ttf') format('truetype'),
         url('../fonts/Open_Sans/OpenSans-SemiBold/opensans-semibold-webfont.svg#opensans-semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nunito-regular';
    src: url('../fonts/Nunito/Nunito-Regular/nunito-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Nunito/Nunito-Regular/nunito-regular-webfont.woff2') format('woff2'),
         url('../fonts/Nunito/Nunito-Regular/nunito-regular-webfont.woff') format('woff'),
         url('../fonts/Nunito/Nunito-Regular/nunito-regular-webfont.ttf') format('truetype'),
         url('../fonts/Nunito/Nunito-Regular/nunito-regular-webfont.svg#nunito-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/************************ LOAD FONT END ************************/
/************************ Animation START ************************/

@-webkit-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-webkit-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}
/* Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
/* Pulse Shrink */
@-webkit-keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
/************************ Animation END ************************/
/********** GENERAL START ******************/
body{
	font-family: 'opensans-regular';
	font-size:18px;
	color:#000000;
	background:#FFFFFF;
}
body *{
	padding:0;
	margin:0;
	line-height: normal;
}
body section, body footer{
	overflow:hidden;
}
iframe{
	border:0;
}
a{
	text-decoration:none !important;
	outline:none !important;
}
/*h1, h2{
    font-size: 48px;
	font-family: 'tolyerno2regular';
	margin-bottom: 25px;
}
h3{
    font-size: 61px;
	font-family: 'tolyerno2regular';
	margin-bottom: 25px;
}
h5{
    font-size: 19px;
	font-family: 'ddinbold';
}
h6{
    font-size: 16px;
	font-family: 'ddinexpbold';
}
div{
    font-size: 18px;
	font-family: 'ddinragular';
}
strong{
	font-family: 'ddinbold';
}
p{
	margin-bottom: 20px;
}*/
.text-content-middle{
	align-content: center;
    align-items: center;   
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
}
.text-content-start{
	align-content: start;
    align-items: start;   
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
}
.text-content-end{
	align-content: end;
    align-items: end;   
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
}
/*.site-content{
    padding-top: 110px;
    padding-top: 80px;
}*/
.container{
    padding: 0;
	border:0px solid red;
}
.two_side_padding{
	padding: 0 43px;
}
.inner_extra_padding{
	padding:0 50px;
}
.yellow_ancer{
	position: relative;
	display:inline-block;
	padding:14px 50px;
	border-radius:8px;
	background:#fdbe12;
	color:#152966;
	text-decoration: none !important;
	font-family: 'opensans-semibold';
	font-size:18px;
	outline:none !important;
	vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
	-webkit-box-shadow: 0px 0px 27px 0px rgba(34,53,111,0.4), inset 0px 0px 27px 0px rgba(34,53,111,0.2);
	-moz-box-shadow: 0px 0px 27px 0px rgba(34,53,111,0.4), inset 0px 0px 27px 0px rgba(34,53,111,0.2);
	box-shadow: 0px 0px 27px 0px rgba(34,53,111,0.4), inset 0px 0px 27px 0px rgba(34,53,111,0.2);
}
.yellow_ancer:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #22356f;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
	border-radius:8px;
}
.yellow_ancer:hover, .yellow_ancer:focus, .yellow_ancer:active{
    color: white !important;
}
.yellow_ancer:hover:before, .yellow_ancer:focus:before, .yellow_ancer:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/*button, input[type="button"], input[type="reset"], input[type="submit"] {
    background-color: #f26722;
    border: 0px solid #f26722;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: 'ddinbold';
    padding: 10px 0;
	font-size: 20px;
	text-align: center;
	line-height: normal;
	border-radius: 5px;
	display: inline-block;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    -webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.green_btn{
    font-size: 15px;
    fill: #000000;
    color: #000000;
    background-color: #03f5ce;
	border:1px solid  #03f5ce;
    border-radius: 0px 0px 0px 0px;
    font-family: 'montserratsemibold';
    font-weight: normal;
	padding: 15px 0px;
	-webkit-box-shadow: none;
    box-shadow: none !important;
    text-decoration: none !important;
	letter-spacing: .5px;
	display: block;
    text-align: center;
}
.green_btn:hover{
    color: #000000;
    background-color: #e6e6e6;
	border:1px solid  #b7b7b7;
}
.remove_top_white_space{
	margin-top:-1px;
}*/
/********** GENERAL END ******************/
/************* Pre Loader Start **********************/
.preloader {
    background: none repeat scroll 0 0 #fff;
    height: 100%;
    opacity: 1;
    position: fixed;
    text-align: center;
    transition: opacity 0.2s ease 0s;
    width: 100%;
    z-index: 9999;
	top: 0;
	/*opacity: 0 !important;
    display: none !important;*/
}
.preloader .spinner {
    height: 96px;
	left: calc(50% - 100px);
	position: relative;
	top: calc(50% - 48px);
	width: 200px;
}
.preloader .pre-bounce1 {
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
	background-size: contain;
    border-radius: 0;
    padding: 10px;
    background-position: center center;
	-webkit-animation: 2s ease 0s normal none infinite bounce;
    animation: 2s ease 0s normal none infinite bounce;
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
}
/************* Pre Loader End **********************/
/************* Header Start **********************/
.logo_area{
}
.logo_area .container{
	/*position:relative;*/
}
.header_logo_div{
	padding-top:25px;
	padding-bottom:40px;
	margin:0 auto;
	position:relative;
}
.header_logo_div img{
	/*max-width: 190px;*/
}
.logo_area .header_contact_info{
	position:absolute;
	border:0px solid red;
	width:auto;
	height:100%;
	top: 0;
	right: 0;
	text-align:center;
}
.logo_area .header_contact_info .yellow_ancer{
	-webkit-box-shadow::none;
	-moz-box-shadow:none;
	box-shadow:none;
	padding:10px 9px;
	text-transform: uppercase;
	color:#22356f;
	font-size: 15px;
}
.logo_area .header_contact_info a:nth-child(2){
	font-family: 'opensans-bold';
	font-size: 22px;
	color: #22356f;
	margin-top: 5px;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
}
.logo_area .header_contact_info a:nth-child(2):hover {
    /*-webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;*/
    color: #ef4638;
}
.logo_area .header_contact_info a img{
	width: 20px;
	margin-right: 10px;
}
.site-header{
	padding: 0;
    /*position: fixed;
	top: 0;
    z-index: 9;*/
	width: 100%;
	/*background: transparent;*/
	background-color: #22356f;
	transition: all 0.3s linear;
	/*box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);*/
}
.site-header.fixed {
	position: fixed;
	top: 0;
	z-index: 4;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.25);
}
.navbar_logo_area {
	pointer-events: none;
	opacity:0;
	transition: all 0.3s linear;
	display: none;
}
.site-header.fixed .navbar_logo_area{
	pointer-events: auto;
	opacity:1;
	display: inline-block;
}
.site-header #navbarResponsive{
	/*margin-right: 128px;*/
}
.navbar_logo_area img{
	max-width:112px;
}
.site-header ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}
.site-header .navbar-nav > li{
	position:relative;
}
.navbar-expand-lg .navbar-nav a {
    font-size: 18px;
    color: #FFFFFF;
    font-family: 'opensans-light';
	padding: 15px 20px;
	letter-spacing: 0.3px;
	text-decoration:none;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	overflow: hidden;
	display: block;
	text-transform: uppercase;
}
.site-header .navbar-nav .current-menu-item a  {    
    font-family: 'opensans-bold';
	color: #fdbe12;
}
.site-header .navbar-nav > li.current-menu-parent > a, .site-header .navbar-nav > li.current-menu-item a, .site-header .navbar-nav > li a:hover{
}
.site-header .navbar-nav > li a::before {
    content: "";
	position: absolute;
	z-index: -1;
	left: 51%;
	right: 51%;
	bottom: 0;
	background: #EF4638;
	height: 4px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.site-header .navbar-nav > li a:hover::before, .site-header .navbar-nav > li a:focus::before, .site-header .navbar-nav > li a:active::before {
    right: 0;
	left: 0;
}
.site-header .navbar-nav > li.current-menu-item a::before{
    right: 0;
	left: 0;
}
.site-header .navbar-nav li.menu-item-has-children > a::after{
	content: "\f078";
    font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-left: 8px;
    display: inline-block;
	transition-duration: 0.8s;
    transition-property: transform;
	font-size: 15px;
}
.site-header .navbar-nav .sub-menu {
    z-index: 99999;
	width: 300px;
    position: absolute;
    top: 100%;
    left: initial;
	right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    -o-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	width:max-content;
	-webkit-box-shadow: 0px 0px 27px 0px rgba(34,53,111,0.4), inset 0px 0px 27px 0px rgba(34,53,111,0.2);
	-moz-box-shadow: 0px 0px 27px 0px rgba(34,53,111,0.4), inset 0px 0px 27px 0px rgba(34,53,111,0.2);
	box-shadow: 0px 0px 27px 0px rgba(34,53,111,0.4), inset 0px 0px 27px 0px rgba(34,53,111,0.2);
}
.site-header .navbar-nav > li:hover > ul.sub-menu {
    opacity: 1;
    padding-top: 0;
    visibility: visible;
    left: auto;
    display: block !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.site-header .navbar-nav > li .sub-menu a {
    background: #FFF;
	display: block;
    line-height: normal;
    border-top: 1px solid #252525;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	color: #22356f;
}
.site-header .navbar-nav > li .sub-menu li:nth-child(1) a {
	border-top: 1px solid #ef4638;
}
 .site-header .navbar-nav li.menu-item-has-children > a:hover::after{
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
.site-header.fixed .hamburger{
	top:0;
}
#mmenu_nav.mm-menu_offcanvas:not(.mm-menu_opened) {
	display: none;
}
/************* Header End **********************/
/************* Top Banner Slider Start **********************/
.top_banner_slider .swiper-slide{
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.top_banner_slider .swiper-slide{
	background-position:center center;
	align-content: bottom;
    align-items: bottom;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.home_top_banner_slider .swiper-wrapper .swiper-slide .container{
	position: relative;
	z-index: 3;
}
.home_top_banner_slider .banner_content_width{
	/*max-width:650px;
	width:100%;*/
	width: max-content;
	padding: 41% 0 3%;
	color:#FFFFFF;
	text-align:center;
	font-size:25px;
	margin-left: auto;
}
.home_top_banner_slider .banner_content_top .banner_content_width{
	padding: 3% 0 36%;
	color:#22356f;
}
.home_top_banner_slider .banner_content_width .home_banner_commet_div{
	font-family: 'opensans-bolditalic';
}
.home_top_banner_slider .banner_content_width .home_banner_commenter_div{
	font-family: 'opensans-italic';
}
.home_top_banner_slider .home_banner_commet_div, .home_top_banner_slider .home_banner_commenter_div{
	/*text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
	text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.6);*/
}
/*.home_top_banner_slider .swiper-wrapper .swiper-slide::before{
	content:' ';
	width:100%;
	height:100%;
	position:absolute;
	bottom:0;
	background-image:url('../images/banner_overlay.png');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:bottom left;
	pointer-events:none;
	z-index: 1;
	opacity: .2;
}*/
.home_top_banner_slider .swiper-wrapper .swiper-slide::after{
	content:' ';
	width:100%;
	height:100%;
	position:absolute;
	bottom:0;
	background-image:url('../images/banner_text_overlay.png');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:bottom left;
	pointer-events:none;
	z-index: 2;
}
.home_top_banner_slider .swiper-wrapper .banner_content_top::after{
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	opacity: .8;
}
.home_top_banner_slider .swiper-pagination, .contact_top_banner_slider .swiper-pagination{
	margin: 0px auto;
	left: 0;
	right: 0;
	bottom: 4%;
	padding: 0 43px;
	text-align: left;
}
.home_top_banner_slider .swiper-pagination span:first-child, .contact_top_banner_slider .swiper-pagination span:first-child{
	margin-left:0;
}
.home_top_banner_slider .banner_text_image{
	max-width: 230px;
}
.top_banner_slider .swiper-pagination-bullets .swiper-pagination-bullet, .contact_top_banner_slider .swiper-pagination-bullets .swiper-pagination-bullet{
	background: #FFF;
	opacity: 1;
	width: 10px;
    height: 10px;
}
.top_banner_slider .swiper-pagination-bullets .swiper-pagination-bullet-active, .contact_top_banner_slider .swiper-pagination-bullets .swiper-pagination-bullet-active{
	opacity: 0.5;
}
/************* Top Banner Slider End **********************/
/************* Home About Us Section Start **********************/
.home_about_us_section{
	background-image:url('../images/bg_section1.png');
	background-repeat:repeat;
	padding:7% 0 2%;
}
.home_about_us_section .about_us_left_image_part{
	display:inline-block;
	width:40%;
	vertical-align: top;
	padding-top: 8px;
}
.home_about_us_section .about_us_left_text_part{
	display:inline-block;
	width:59%;
	padding: 0 50px;
}
.home_about_us_section h2{
	font-family: 'opensans-bold';
	font-size:30px;
	color:#22356f;
	margin-bottom: 25px;
}
.home_about_us_section .doc_text_image_div{
	margin-bottom: 25px;
}
.home_about_us_section .doc_text_image_div img{
	width:273px;
}
.home_about_us_section a{
	margin-top: 25%;
}
.home_about_us_section .about_us_right_text_part{
	padding: 0 25px 0 50px;
}
.home_about_us_section h1{
	font-family: 'opensans-bolditalic';
	font-size:32px;
	color:#c42a26;
	margin-bottom: 25px;
}
.home_about_us_section div{
	font-family: 'opensans-regular';
	font-size:18px;
	color:#000000;
}
.home_about_us_section div p{
	margin-bottom: 20px;
	letter-spacing: .8px;
}
.home_about_us_section .about_us_desc_part{
	font-family: 'opensans-regular';
}
.home_about_us_section .about_us_desc_part strong, .home_about_us_section .about_us_desc_part b{
	font-family: 'opensans-bold';
	font-size:20px;
	color:#22356f;
}
.home_about_us_section .pic_text_div{
	position:relative;
}
.home_about_us_section .pic_text_div:after{
	content:'';
	position:absolute;
	height:95%;
	width:1px;
	right:0;
	bottom:0;
	background:#4d5b86;
}
/************* Home About Us Section End **********************/
/************* Home Our Services Section Start **********************/
.home_our_services_section{
	padding:50px 0 70px;
}
.home_our_services_section h3{
	font-family: 'opensans-bold';
	font-size:38px;
	color:#152966;
	margin-bottom:50px;
}
.home_our_services_section .swiper-container {
    padding: 0 35px;
}
.home_our_services_section .swiper-button-next::after, .home_our_services_section .swiper-button-prev::after {
    font-size: 25px;
	color:#4d4d4d;
}
.home_our_services_section .swiper-container .services_btn {
    padding: 14px 40px;
	text-transform: capitalize;
}
.home_our_services_section .swiper-container .services_btn span{
	margin-left:15px;
}
.home_our_services_section .swiper-container .services_btn img:nth-child(1){
	width:auto;
	display:inline-block;
}
.home_our_services_section .swiper-container .services_btn img:nth-child(2){
	width:0;
	display:none;
}
.home_our_services_section .swiper-container .services_btn:hover img:nth-child(1), .home_our_services_section .swiper-container .services_btn:focus img:nth-child(1), .home_our_services_section .swiper-container .services_btn:active img:nth-child(1){
	width:0;
	display:none;
}
.home_our_services_section .swiper-container .services_btn:hover img:nth-child(2), .home_our_services_section .swiper-container .services_btn:focus img:nth-child(2), .home_our_services_section .swiper-container .services_btn img:active:nth-child(2){
	width:auto;
	display:inline-block;
}
/************* Home Our Services Section End **********************/
/************* Home Contact Form Section Start **********************/
.contact_form_section{
	background-image:url('../images/bg_section1.png');
	background-repeat:repeat;
	padding:50px 0;
}
.contact_form_section h3{
	font-family: 'opensans-bold';
	font-size:38px;
	color:#152966;
	margin-bottom:50px;
}
.contact_form_section .form_content{
	width: 49%;
	display: inline-block;
	vertical-align: top;
}
.contact_form_section .form_content > span{
	margin-bottom: 25px;
	display: block;
}
.contact_form_section .form_content span span{
	display: block;
}
.contact_form_section .form_content br{
	display:none;
}
.wpcf7-not-valid-tip{
	color:red;
}
.screen-reader-response{
	display:none;
}
.wpcf7-response-output{
	display:none;
	background: #22356f;
	color: #FFF;
	font-family: 'opensans-bold';
	font-size: 18px;
	padding: 10px;
	margin: 10px 0;
}
.contact_form_section .form_content input[type="text"], .contact_form_section .form_content input[type="email"], .contact_form_section .form_content textarea{
	width: 90%;
	border: 0;
	padding: 10px 20px;
	border-radius: 10px;
	color: #152966;
}
.contact_form_section .form_content textarea{
	max-height: 120px;
	resize: none;
}
.contact_form_section .form_submit {
	width: 100%;
}
.contact_form_section .form_submit  input[type="submit"]{
	position: relative;
	display: inline-block;
	padding: 14px 50px;
	border-radius: 8px;
	background: #fdbe12;
	background-color: rgb(253, 190, 18);
	color: #152966;
	text-decoration: none !important;
	font-family: 'opensans-semibold';
	font-size: 18px;
	outline: none !important;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	overflow: hidden;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
	-webkit-box-shadow: 0px 0px 27px 0px rgba(34,53,111,0.4), inset 0px 0px 27px 0px rgba(34,53,111,0.2);
	-moz-box-shadow: 0px 0px 27px 0px rgba(34,53,111,0.4), inset 0px 0px 27px 0px rgba(34,53,111,0.2);
	box-shadow: 0px 0px 27px 0px rgba(34,53,111,0.4), inset 0px 0px 27px 0px rgba(34,53,111,0.2);
	border: 0;
}
.contact_form_section .form_submit  input[type="submit"]:hover, .contact_form_section .form_submit  input[type="submit"]:focus, .contact_form_section .form_submit  input[type="submit"]:active {
    background-color: #152966;
    color: white;
}
/************* Home Contact Form Section End **********************/
/************* Our Location Section Start **********************/
.our_location_section{
	position:relative;
	color:#FFFFFF;
}
.our_location_section .left_location_image_block{
	position:absolute;
	top:0;
	left:0;
	width:50%;
	height:100%;
}
.our_location_section .left_location_image_block img, .our_location_section .right_location_image_block img{
	width:100%;
	height:100%;
    object-fit: cover;
    object-position: top;
}
.our_location_section .right_location_image_block{
	position:absolute;
	top:0;
	right:0;
	width:50%;
	height:100%;
}
.our_location_section .right_location_image_block:after{
	content:'';
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	background:rgba(27, 35, 55, 0);
}
.our_location_section .pink_overlay{
	margin:100px 0;
	max-width:430px;
	background:rgba(233, 70, 58, 0.4);
	padding: 15px 50px;
	color:#FFFFFF;
}
.our_location_section .pink_overlay h4{
	font-family: 'opensans-extrabold';
	font-size:45px;
	line-height: 55px;
	margin-bottom: 50px;
}
.our_location_section .blue_bg_block .location_blank_height{
	margin-bottom: 5px;
}
.our_location_section .pink_overlay span{
	font-family: 'opensans-regular';
	font-size:28px;
	text-transform: uppercase;
	display:block;
	line-height: 27px;
}
.our_location_section .clinic_name{
	font-family: 'opensans-bold';
	font-size:20px;
}
.our_location_section .clinic_address, .our_location_section .opening_time div, .our_location_section .opening_time p{
	font-family: 'opensans-regular';
	font-size:19px;
	padding-right: 30px;
}
.our_location_section .pink_overlay .opening_time, .our_location_section .blue_bg_block .opening_time{
	margin-top:25px;
}
.our_location_section .opening_time h5{
	margin-bottom:20px;
	font-family: 'opensans-semibold';
	font-size:20px;
}
.blue_bg_block{
	margin:100px 0;
	max-width:500px;
	padding: 15px 0 15px 50px;
	color:#FFFFFF;
}
.blue_bg_block .right_address_content{
	background:rgba(233, 70, 58, 0.6);
	padding: 30px 30px;
}
.our_location_section .opening_time .time_div{
	display:inline-block;
	padding:0;
}
/************* Our Location Section End **********************/
/************* Affiliation Section start **********************/
.affiliation_section{
	padding: 85px 0px;
}
.affiliation_section h3{
	font-family: 'opensans-bold';
	font-size:38px;
	color:#152966;
	margin-bottom:25px;
}
.affiliation_section img{
	max-width:100%;
}
/************* Affiliation Section End **********************/
/************* Poem Section Start **********************/
.poem_section{
	background-image:url('../images/poem_bg.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	text-align:center;
	padding:100px 0;
	padding:4% 0;
	color:#FFFFFF;
	font-family: 'opensans-italic';
	font-size:22px;
}
.poem_content_div{
	width:max-content;
	max-width:100%;
	margin:0px auto;
}
.poem_btm_content{
	text-align:center;
	padding-top: 30px;
	font-size: 22px;
}
.poem_section .poem_btm_content p span{
	color: inherit !important;
}
.poem_btm_content .poen_doctor_name{	
	font-size:21px;
}
.poem_btm_content .yellow_ancer{
	margin-top: 10px;
}
/************* Poem Section End **********************/
/************* Bottom Footer Section Start ***********************/
.site-footer .footer-area{
	background-color: #22356f;
	padding: 70px 0 50px;
    color: #000000;
}
.site-footer .footer-area .logo_footer_anc{
	margin-bottom:25px;
}
.site-footer .footer-area ul {
    list-style: none;
    padding: 0;
	width: 100%;
}
.site-footer .footer-area ul li {
    padding: 0;
	display:inline-block;
	margin: 0 2%;
}
.site-footer .footer-area ul li:first-child {
	margin-left:0;
}
.site-footer .footer-area ul li:last-child {
	margin-right:0;
}
.site-footer .footer-area .footer_menu li a{
    color:#FFF;
	font-family: 'nunito-regular';
	font-size:17px;
	text-transform:uppercase;
	display:inline-block;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
}
.site-footer .footer-area .footer_menu .current-menu-item a{
	font-weight:bold;
	color: #f4b815;
}
.site-footer .footer-area ul li a:hover{
	color:#EF4638;
	/*-webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;*/
}
.site-footer .footer-area .footer_copy_right_area{
	/*padding-top:20px;*/
}
.site-footer .footer-area .footer_copy_right_area li{
    color:#93acfa;
	font-family: 'opensans-light';
	font-size:15px;
	margin: 0 1%;
}
.site-footer .footer-area .footer_copy_right_area li a{
    color:#93acfa;
	display:inline-block;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
}
.site-footer .footer-area .book_now{
	color:#FFFFFF;
	font-family: 'opensans-light';
	font-size:14px;
	text-transform:uppercase;
	text-align:right;
}
.site-footer .footer-area .book_now h6{
	font-family: 'opensans-semibold';
	font-size:16px;
}
.site-footer .footer-area .book_now a{
	margin-top: 25px;
	border:1px solid #fdbe12;
	text-transform:capitalize;
	padding: 10px 30px;
}
/************* Bottom Footer Section End ***********************/
/************* Back To Top Start ***********************/
.back_to_top{
	position: fixed;
	background: #364c92;
	z-index: 99999;
	bottom: 20px;
	right: 100px;
	color: #ef4638 !important;
	padding: 15px 20px;
	border-radius: 50%;
	font-size: 20px;
	transition: all 0.3s linear;
	opacity:0;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	display: none;
}
.back_to_top.show{
	opacity:1;
	display:inline-block;
	cursor:pointer;
}
.back_to_top:hover, .back_to_top:focus, .back_to_top:active{
	-webkit-animation-name: hvr-pulse;
	animation-name: hvr-pulse;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
/************* Back To Top End ***********************/
/********** Comming Soon Page Start ***********/
.comming_soon_section{
	width:100%;
	text-align:left;
}
.comming_soon_section .row, .post, .page{
	margin:0;
	padding:0;
}
.comming_soon_section .row .col-md-6{
	padding:0;
}
.comming_soon_section h1{
	font-family: 'opensans-extrabold';
	font-size: 40px;
	color: #22356f;
	padding: 20px 0 20px;
}
.comming_soon_section h2{
	font-family: 'opensans-bold';
	font-size: 25px;
	color: #22356f;
	padding: 20px 0 20px;
}
.comming_soon_section h3{
	font-family: 'opensans-bold';
	font-size: 23px;
	color: #22356f;
	padding: 20px 0 20px;
}
.comming_soon_section h4{
	font-family: 'opensans-regular';
	font-size: 21px;
	color: #282828;
	margin-bottom: 30px;
}
.comming_soon_section p{
	font-family: 'opensans-regular';
	font-size: 20px;
	color: #282828;
	margin-bottom: 30px;
}
.comming_soon_section a {
    font-family: 'opensans-bold';
    font-size: 21px;
    color: #cb281a;
    display: inline-block;
    margin-bottom: 30px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}
.comming_soon_section a:hover {
    color: #EF4638;
    /*-webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;*/
}
/********** Comming Soon Page End ***********/
/********** Inner Page Banner Start ***********/
.inner_top_banner_slider{
	position:relative;
}
.inner_top_banner_slider:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-image:url('../images/inner_page_banner_overlay.png');
	background-size:cover;
	background-repeat:no-repeat;
	opacity:0;
}
.inner_top_banner_slider1{
	width:100%;
	padding:12% 0;
	background-image:url('../images/banner_doctor_page.jpg'), url('../images/inner_page_banner_overlay.png');
	background-size: cover, cover;
	background-repeat: no-repeat, no-repeat;
	background-blend-mode: screen;
	background-position: center center, center center;
}
.inner_top_banner_slider1 > div{
	min-height: 95px;
}
/********** Inner Page Banner End ***********/
/********** Doctor About Us Section End ***********/
.doctor_about_us_section{
	padding:100px 0 30px;
}
.doctor_about_us_section h1{
	font-family: 'opensans-bold';
	font-size:36px;
	color:#22356f;
	margin-bottom:10px;
}
.doctor_about_us_section h5{
	font-family: 'opensans-regular';
	font-size:30px;
	color:#6f6f6f;
}
.doctor_about_us_section h6{
	font-family: 'opensans-bold';
	font-size:28px;
	color:#22356f;
	margin-top:70px;
	margin-bottom:35px;
}
.doctor_about_us_section .doctor_about_us_image_part{
	display:inline-block;
	width:27%;
	vertical-align: top;
	/*padding-top: 8px;*/
}
.doctor_about_us_section .doctor_about_us_text_part{
	display:inline-block;
	width:72%;
	font-family: 'opensans-regular';
	font-size:18px;
	color:#000000;
	padding: 0 50px;
}
.doctor_about_us_section .doctor_about_us_text_part p{
	margin-bottom: 20px;
}
.doctor_about_us_section .doctor_about_us_text_part .yellow_ancer{
	margin-top: 50px;
	min-width: 50%;
	text-align: center;
}
.about_us_bottom_image_block{
    margin-top: 50px;
}
.about_us_bottom_image_block img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    padding: 10px 0;
}
/********** Inner Page Banner End ***********/
/********** Service Heading Section Start ***********/
.service_heading_section{
}
.service_heading_section h1{
	font-family: 'opensans-bold';
	font-size:44px;
	color:#22356f;
	margin-top:50px;
	margin-bottom:25px;
}
.service_content_section .each_content_block{
	padding: 50px 0;
}
.service_content_section .each_content_block:first-child{
	padding-top:0;
}
.service_content_section .each_content_block:nth-child(2n){
	background-image:url('../images/bg_section1.png');
	background-repeat:repeat;
}
.service_content_section .each_content_block:nth-child(2n) .row{
	/*background-image:url('../images/bg_section1.png');
	background-repeat:repeat;*/
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}
.service_content_section .each_content_block h2{
	font-family: 'opensans-bold';
	font-size:34px;
	color:#c42a26;
	margin-bottom:25px;
	min-height:64px;
	text-transform: capitalize;
}
.service_content_section .each_content_block .each_service_image{
	width: max-content;
	margin-left: auto;
	padding: 0 0 20px 20px;
	position:relative;
	max-width:100%;
}
.service_content_section .each_content_block:nth-child(2n) .each_service_image{
	margin-right: auto;
	margin-left: initial;
}
.service_content_section .each_content_block .each_service_image img{
	position:relative;
	z-index:2;
}
.service_content_section .each_content_block .each_service_image:before{
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	height:60%;
	width:60%;
	background:#22356f;
	z-index:1;
}
.service_content_section .each_content_block:nth-child(n) .each_service_image:before{
	background:#22356f;
}
.service_content_section .each_content_block:nth-child(2n) .each_service_image:before{
	background:#ef4637;
}
.service_content_section .each_content_block:nth-child(3n) .each_service_image:before{
	background:#fdbe12;
}
.service_content_section .each_content_block:nth-child(4n) .each_service_image:before{
	background:#98ca43;
}
.service_content_section .each_content_block:nth-child(5n) .each_service_image:before{
	background:#87bcdb;
}
.service_content_section .each_content_block:nth-child(6n) .each_service_image:before{
	background:#ef4637;
}
.service_content_section .each_service_description{
	font-size: 19px;
}
/********** Service Heading Section End ***********/
/********** Appointment Top Section Start ***********/
.appointment_top_section{
	padding:90px 0;
}
.appointment_top_section h4{
	font-family: 'opensans-bold';
	font-size:34px;
	color:#22356f;
}
.appointment_top_section h2{
	font-family: 'opensans-regular';
	font-size:40px;
	color:#282828;
}
.appointment_top_section h2 a{
	font-family: 'opensans-extrabold';
	font-size:40px;
	color:#282828;
	display: inline-block;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
}
.appointment_top_section h2 a:hover{
	color: #EF4638;
	/*-webkit-animation-name: hvr-wobble-horizontal;
	animation-name: hvr-wobble-horizontal;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;*/
}
/********** Appointment Top Section End ***********/
/********** Appointment Middle Section start ***********/
.appointment_middle_setion{
	background-image:url('../images/bg_section1.png');
	background-repeat:repeat;
	padding:15px 0;
}
.appointment_middle_setion .appointment_left_part{
	position:relative;
}
.appointment_middle_setion .appointment_left_part:after{
	content:'';
	position:absolute;
	height:100%;
	width:1px;
	right:0;
	bottom:0;
	background:#4d5b86;
}
.appointment_middle_left_text_part, .appointment_middle_right_text_part{	
	padding:75px 0;
}
.appointment_middle_left_text_part{	
	padding-right: 50px;
}
.appointment_middle_right_text_part{	
	padding-left: 50px;
}
.appointment_middle_setion h3{
	font-family: 'opensans-bold';
	font-size:28px;
	color:#22356f;
	margin-bottom: 25px;
}
.appointment_middle_setion ul{
	margin-left: 18px;
}
.appointment_middle_setion ul li{
	font-family: 'opensans-regular';
	font-size:19px;
	color:#282828;
	padding: 12px 0;
}
/********** Appointment Middle Section End ***********/
/********** Appointment Bottom Section Start ***********/
.appointment_bottom_setion{
	padding:50px 0;
}
.appointment_bottom_setion h3{
	font-family: 'opensans-bold';
	font-size:28px;
	color:#22356f;
	margin-bottom: 15px;
	margin-top: 20px;
}
.appointment_bottom_setion p{
	font-family: 'opensans-regular';
	font-size:19px;
	color:#282828;
}
.appointment_bottom_setion img{
	min-width: 65px;
}
.appointment_bottom_left_part, .appointment_bottom_right_part{	
	padding:40px 0;
}
.appointment_bottom_left_part > div, .appointment_bottom_right_part > div{	
	display: inline-block;
	background: #fdbe12;
	padding: 20px;
	border-radius: 50%;
}
.appointment_bottom_left_part{	
	padding-right: 50px;
}
.appointment_bottom_right_part{	
	padding-left: 50px;
}
/********** Appointment Bottom Section End ***********/
/********** Contact Page Banner Section Start ***********/
.contact_top_banner_slider1 {
	padding: 24% 0 0;
	position: relative;
}
.contact_top_banner_slider1::after{
	content:' ';
	width:100%;
	height:100%;
	position:absolute;
	bottom:0;
	background-image:url('../images/banner_text_overlay.png');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:bottom left;
	pointer-events:none;
	z-index: 2;
	opacity:1;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
.contact_top_banner_slider1 > div{
	position: relative;
	z-index: 3;
}
.contact_top_banner_slider1 > div > div{
	position: absolute;
	bottom: 20px;
	width: 100%;
	z-index: 1;
}
.contact_top_banner_slider1 h1{
	font-family: 'opensans-italic';
	font-size:25px;
	color:#f5eaea;
	text-align: right;
}
.contact_top_banner_slider .swiper-slide{
	background-size: cover, cover;
	background-repeat: no-repeat, no-repeat;
	background-blend-mode: screen;
	background-position: center center, center center;
}
.contact_top_banner_slider .swiper-wrapper .swiper-slide .container{
	position: relative;
	z-index: 3;
}
.contact_top_banner_slider .swiper-wrapper .swiper-slide::after{
	content:' ';
	width:100%;
	height:100%;
	position:absolute;
	bottom:0;
	background-image:url('../images/banner_text_overlay.png');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:bottom left;
	pointer-events:none;
	z-index: 2;
	opacity:.5;
}
.contact_top_banner_slider .banner_content_width{
	/*max-width:650px;
	width:100%;*/
	width: max-content;
	padding: 21% 0 10%;
	color:#FFFFFF;
}
.contact_top_banner_slider .banner_content_width h1{
	font-family: 'opensans-bolditalic';
	font-size:46px;
	color:#f5eaea;
}
/********** Contact Page Banner Section End ***********/
/********** Contact Page Heading Section Start ***********/
.contact_page_heading_section h1{
	font-family: 'opensans-bold';
	font-size:38px;
	color:#22356f;
	margin-top:50px;
	margin-bottom:50px;
}
/********** Contact Page Heading Section End ***********/
/********** Contact Page Location Section Start ***********/
.contact_page_location_section .each_location_section{
	position:relative;
	color:#FFFFFF;
}
.contact_page_location_section .each_location_section .location_image_block{
	width:50%;
	float:left;
}
.contact_page_location_section .each_location_section:nth-child(2n) .location_image_block{
	float:right;
}
.contact_page_location_section .each_location_section .location_image_block img{
	width:100%;
}
.contact_page_location_section .each_location_section .location_section_text_part{
	/*padding-left:50px;*/
	float:left;
	width:50%;
}
.contact_page_location_section .each_location_section:nth-child(2n) .location_section_text_part{
	padding-left:initial;
	/*padding-right:50px;*/
	float:right;
}
.contact_page_location_section .each_location_section .location_title h4{	
	font-family: 'opensans-extrabold';
	font-size:36px;
	color:#22356f;
	text-align: right;
	margin-bottom:30px;
	margin-right: 20%;
}
.contact_page_location_section .each_location_section:nth-child(2n) .location_title h4{
	text-align: left;
	margin-left: 20%;
	margin-right: auto;
}
.contact_page_location_section .each_location_section .location_section_text_part .pink_overlay{
	margin:0;
	/*max-width:430px;*/
	background:rgb(233, 70, 58);
	padding: 35px 25px;
	color:#FFFFFF;
	width: 60%;
}
.contact_page_location_section .each_location_section:nth-child(2n) .location_section_text_part .pink_overlay, .contact_page_location_section .each_location_section:nth-child(2n) .location_section_text_part .map_area{
	margin-left: auto;
}
.contact_page_location_section .each_location_section .location_section_text_part .clinic_name{
	font-family: 'opensans-bold';
	font-size:20px;
	padding-bottom: 25px;
}
.contact_page_location_section .each_location_section .location_section_text_part .clinic_address, .contact_page_location_section .each_location_section .location_section_text_part .opening_time div, .contact_page_location_section .each_location_section .location_section_text_part .opening_time p{
	font-family: 'opensans-regular';
	font-size:19px;
}
.contact_page_location_section .each_location_section .location_section_text_part .pink_overlay .opening_time{
	margin-top:25px;
}
.contact_page_location_section .each_location_section .location_section_text_part .opening_time h5{
	margin-bottom:20px;
	font-family: 'opensans-semibold';
	font-size:20px;
}
.contact_page_location_section .each_location_section .location_section_text_part .opening_time .time_div:nth-child(3){
	margin-top:20px;
}
.contact_page_location_section .each_location_section .location_section_text_part .map_area{
	width:60%;
	/*max-width: 430px;*/
}
.contact_page_location_section .each_location_section .location_section_text_part .map_area iframe{
	width:100%;
	height:100%;
}
.direction_info_div{
	padding:75px 0 140px;
}
.each_direction_info{
	text-align:center;
	color:#6f6f6f;
	font-family: 'opensans-regular';
	font-size:19px;
	padding:20px 40px 60px;
}
.direction_type_image{
	display:inline-block;
	margin:15px auto 30px;
	background:#fdbe12;
	padding:20px;
	border-radius: 50%;
}
.direction_type_image img {
    min-width: 65px;
}
.direction_info_div .col-lg-4:nth-child(3n-1){
	position:relative;
}
.direction_info_div .col-lg-4:nth-child(3n-1):after, .direction_info_div .col-lg-4:nth-child(3n-1):before{
	content: '';
	position: absolute;
	height: 100%;
	width: 1px;
	left: 0;
	bottom: 0;
	background: #c1c1c1;
}
.direction_info_div .col-lg-4:nth-child(3n-1):before{
	right: 0;
	left: initial;
}
/********** Contact Page Location Section End ***********/
/********** Resource Content Section Start ***********/
.resource_content_section{
	padding-bottom: 150px;
}
.resource_content_section h3{
	font-family: 'opensans-bold';
	font-size:25px;
	color:#cb281a;
	padding:30px 0 30px;
}
.resource_content_section i, .resource_content_section em{
	font-family: 'opensans-bold';
	font-size:21px;
	color:#ef4638;
}
.resource_content_section p{
	font-family: 'opensans-regular';
	font-size:21px;
	color:#282828;
	margin-bottom: 30px;
}
.resource_content_section ul{
	margin: -25px 0 30px 4%;
	padding: 0;
	list-style: none;
}
.resource_content_section ul li{
	padding: 5px;
	font-family: 'opensans-regular';
	font-size:21px;
	color:#282828;
}
.resource_content_section strong{
	font-family: 'opensans-bold';
	font-size:21px;
	color:#282828;
}
.resource_content_section a{
	font-family: 'opensans-bold';
	font-size:21px;
	color:#cb281a;
	display: inline-block;
	margin-bottom: 30px;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	cursor:pointer;
}
.resource_content_section a:hover{
	color: #EF4638 !important;
	/*-webkit-animation-name: hvr-wobble-horizontal;
	animation-name: hvr-wobble-horizontal;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;*/
}
.resource_content_section .each_resouces_content_outer{
	transition: all 0.3s linear;
	height:0;
	overflow:hidden;
}
.resource_content_section .each_resouces_content_outer:nth-child(1), .resource_content_section .each_resouces_content_outer:nth-child(2), .resource_content_section .each_resouces_content_outer:nth-child(3), .resource_content_section .each_resouces_content_outer.show_other{
	height:auto;
}
.resource_content_section .each_resouces_content_outer:nth-child(n){
	background-image: url('../images/bg_section1.png');
	background-repeat: repeat;
}
.resource_content_section .each_resouces_content_outer:nth-child(2n){
	background: none;
}
.resource_content_section .each_resouces_content p, .resource_content_section .each_resouces_content ul{
	display:none;
}
.resource_content_section .each_resouces_content p:nth-child(2){
	display:block;
}
.resource_bottom_section{
	padding-top: 45px;
}
.resource_content_section .resource_bottom_section a{
	margin-bottom: 0;
}
.resource_bottom_section strong{
	font-size:21px;
}
/********** Resource Content Section End ***********/
/********** Show More Section Start ***********/
.show_more_half_circle{
	font-family: 'opensans-bold';
	font-size:18px;
	color:#282828;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	margin: 0px auto;
	border: 1px solid #bdbdbd;
	border-bottom: 0;
	padding: 28px 35px 10px;
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
	cursor:pointer;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.show_more_half_circle:hover {
	border-color: #EF4638;
    -webkit-animation-name: hvr-pulse-shrink;
	animation-name: hvr-pulse-shrink;
	-webkit-animation-duration: 0.4s;
	animation-duration: 0.4s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}
.show_more_half_circle i{
	color:#bdbdbd;
}
.show_more_half_circle:hover div, .show_more_half_circle:hover i{
	color: #EF4638;
}
/********** Show More Section End ***********/
/********** Poem Page Section Start ***********/
.poem_page_poem_section{
	background-image:url('../images/Heart_Beyond_watermark.png');
	background-repeat:no-repeat;
	background-size: 600px;
	background-position: top center;
}
.poem_top_section p{
	margin-bottom: 20px;
}
.each_poem_div{
	padding:30px 10px;
}
.each_poem_div p{
	font-family: 'opensans-italic';
	font-size: 22px;
	color:#22356f;
	margin-bottom: 0;
}
.poem_page_poem_section .swiper-button-prev, .poem_page_poem_section .swiper-button-next{
	top: 300px;
}
.poem_page_poem_section .swiper-button-prev:after, .poem_page_poem_section .swiper-button-next:after{
	color: #22356f;
}
/********** Poem Page Section End ***********/
/********** Covid Pop Up Modal Start ***********/
.codiv_popup .modal-content{
	background: rgba(233, 70, 58, 0.8);
	color: #FFF;
}
.codiv_popup .modal-content .modal-header{
	font-family: 'opensans-bold';
	padding: 1rem 25px;
}
.codiv_popup .modal-content .modal-header .close {
	color: #FFF;
	font-size: 25pt;
	margin-top:-1.5rem;
	outline: none;
}
.codiv_popup .modal-content .modal-body{
	padding: 20px 25px;
}
.codiv_popup .modal-content .modal-body li{
    margin-left: 25px;
    padding: 10px 15px;
}
.codiv_popup .modal-content .modal-footer button{
	border: 0;
}
/********** Covid Pop Up Modal End ***********/
/********** General Section End ***********/
.general_section h2{
	font-family: 'opensans-bold';
	font-size: 25px;
	color: #22356f;
	padding: 20px 0 20px;
}
.general_section h3{
	font-family: 'opensans-bold';
	font-size: 23px;
	color: #22356f;
	padding: 20px 0 20px;
}
.general_section h4{
	font-family: 'opensans-regular';
	font-size: 21px;
	color: #282828;
	margin-bottom: 30px;
}
.general_section p{
	font-family: 'opensans-regular';
	font-size: 20px;
	color: #282828;
	margin-bottom: 30px;
}
.general_section a {
    font-family: 'opensans-bold';
    font-size: 21px;
    color: #cb281a;
    display: inline-block;
    margin-bottom: 30px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}
.general_section a:hover {
    color: #EF4638;
    /*-webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;*/
}
/********** General Section End ***********/