/*
Theme Name:  
Theme URI:  
Author: Falcon Marketing
Author URI: https://www.falconmarketing.com
Description: Custom theme
Version: 1.0
License:  
License URI: 
Text Domain:  fm_theme

*/
@font-face {
    font-family: 'Proxima Nova Alt Lt';
    src: url('fonts/ProximaNovaA-Semibold.woff2') format('woff2'),
        url('fonts/ProximaNovaA-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}


@font-face {
    font-family: 'Proxima Nova Alt Rg';
    src: url('fonts/ProximaNovaA-Bold.woff2') format('woff2'),
        url('fonts/ProximaNovaA-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
.fancybox-navigation {
    display: none !important;
}
@font-face {
    font-family: 'proxima_nova_alt_condensedTh';
    src: url('fonts/mark_simonson_-_proxima_nova_alt_condensed_thin-webfont.woff2') format('woff2'),
         url('fonts/mark_simonson_-_proxima_nova_alt_condensed_thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Proxima Nova Alt normal';
    src: url('fonts/ProximaNovaA-Regular.woff2') format('woff2'),
        url('fonts/ProximaNovaA-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body{
    font-family: 'Poppins', sans-serif !important;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Montserrat', sans-serif !important;

}
a,a:hover{
    text-decoration: none !important;
}
p{
    margin: 0 0 20px;
}
a.boxcard-color img{
    box-shadow: 0 0 41px 2px #d7d7d7db;
}
p:empty{
    display: none;
}
img{
    max-width: 100%
}
a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus{
	outline: 0px !important
}
.searchform{
	position: relative
}
.searchform input{
	border-radius: 30px;
	border: 1px solid #7a7d4d;
	padding: 10px 20px;
	width: 240px;
    color: #7a7d4d;
    font-weight: 300;
    font-size: 14px;
    background: transparent;
}

.searchform button{
    border: 0px;
    background-color: transparent;
    font-size: 16px;
    position: absolute;
    top: 10px;
    right: 15px;
    color: #7a7d4d;
    cursor: pointer;
}
.searchform button::after{
    content: url(images/search.png);
}
.not-found{
	margin: 100px 0;
}
.not-found p{
	margin-bottom: 30px;
}
/* Navbar */
.nav-bar {
    float: left;
	width: 80%;
    text-align: right;
}

.main-navigation {
	clear: both;
	position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
}

.nav-menu li {
	display: inline-block;
    margin: 0 45px 0 0;
	position: relative;
}
.nav-menu li:last-child{
    margin-right: 0;
}
.nav-menu li a {
	color: #473c22;
	display: block;
	font-size: 16px;
	line-height: 1;
	padding: 15px 0 6px;
	text-decoration: none;
    text-transform: uppercase;
    font-weight: 300;
   
}
.nav-menu li.active a,
.nav-menu li a:hover{
/*    border-bottom: 1px solid #fff;*/
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
/*	background-color: #220e10;*/
	color: #c7dc9b;
}


.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #e35a28;
	border: 0px;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}
ul.sub-menu li{
    margin: 0px
}
ul.sub-menu li a{
    color: #fff !important;
    padding: 15px;
    text-align: left;
}
ul.sub-menu li a:hover{
    background: #000;
}
.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
	margin: 0;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #db572f;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #c7dc9b;
/*    border-bottom: 1px solid #fff;*/
}
.closebtn,
.openmenu,
.menu-toggle {
	display: none;
}

/*  Alignment  */
.alignnone { margin: 5px 20px 20px 0; }
.aligncenter, div.aligncenter {display: block;margin: 5px auto 5px auto;}
.alignright {float:right;margin: 5px 0 20px 20px;}
.alignleft {float: left;margin: 5px 20px 20px 0;}
a img.alignright {float: right;margin: 5px 0 20px 20px;}
a img.alignnone { margin: 5px 20px 20px 0;}
a img.alignleft {float: left;margin: 5px 20px 20px 0;}
a img.aligncenter {display: block;margin-left: auto;margin-right: auto;}
.wp-caption {background: #fff;border: 1px solid #f0f0f0;max-width: 96%;  padding: 5px 3px 10px;text-align: center;}
.wp-caption.alignnone {margin: 5px 20px 20px 0;}
.wp-caption.alignleft {margin: 5px 20px 20px 0;}
.wp-caption.alignright {margin: 5px 0 20px 20px}
.wp-caption img {border: 0 none;height: auto;margin: 0;max-width: 98.5%;padding: 0;width: auto;}

.wp-caption p.wp-caption-text {font-size: 11px;line-height: 17px;margin: 0;padding: 0 4px 5px;}
/* MAIN CSS  */
.blogdetail:after{
	content: '';
	clear: both;
	display: block;
}
.blogdetail{
	display: block;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.mobile_on{display:none}

/* Slider */
.slick-list.draggable {
	padding: 0px !important;
}
.slick-slider{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after{
    display: table;

    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}

.slick-slide{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/*Header */
.site-header {
    padding: 30px 0;
    width: 100%;
    position: absolute;
    z-index: 99;
}
.site-logo {
    width: 20%;
	float: left;img{max-height:183px;}
}
.header-contact{
    padding-bottom: 30px;
    text-align: right;
    position: relative;
}
.header-contact ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.header-contact li{
    text-align: center;
    display: inline-block;
}
.header-contact a{
    display: inline-block;
    color: #292929;
    font-size: 14px;
    padding: 15px 55px;
    background: #c7dc9b;
    border-radius: 30px;
    font-weight: 300;
    margin-left: 20px;
    line-height: 14px;
}
.header-contact li:first-child > a{
    border-radius: 30px;
    border: 1px solid #7a7d4d;
    padding: 14px 20px;
    width: 283px;
    color: #7a7d4d;
    font-weight: 300;
    font-size: 14px;
    background: transparent;
}
.header-contact a:hover{
    opacity: 0.8;
    color: #292929;
}
/*banner*/
.banner{
    position: relative;
    background-repeat: no-repeat !important;
    min-height: 830px;
    padding: 50px 0 100px;
    background-size: cover !important;
}
.banner-inner .fw-special-title {
    color: #292929;
    font-weight: 300;
    font-size: 33px;
}
.banner-inner .strong{
    font-weight: 700;
    display: block;
}
.banner-inner .fw-special-subtitle {
    color: #292929;
    font-family: 'Poppins', sans-serif !important;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 25px 0 35px;
    display: block;
}
.banner-inner p{
    color: #a3a3a3;
    font-size: 15px;
    font-weight: 300;
    line-height: 27px;
}
.banner-inner .fw-heading{
    margin-bottom: 0 !important;
}
.banner .banner-inner {
    padding-top: 270px;
    width: 60%;
}
.banner-inner  .fw-btn,
.vista-nursing .fw-btn,
.joindivtext a,
.btnpdfd a{
    padding: 10px 30px;
    font-size: 17px;
    font-weight: 300;
    text-transform: uppercase;
    color: #292929;
    background: #c7dc9b;
    border: 1.5px solid #c7dc9b;
    letter-spacing: 1px;
    border-radius: 30px;
     width: 280px;transition:all .5s;
} 
.banner-inner .fw-btn:hover,
.vista-nursing .fw-btn:hover,
.joindivtext a:hover,
.btnpdfd a:hover{
    background: transparent;
    color: #292929;
}
.banner-inner .fw-btn:last-child{
  background: transparent;
    margin-left: 15px;
    border: 1.5px solid #534b47;
}
.banner-inner .fw-btn:last-child:hover{
     background: #c7dc9b;
    border: 1.5px solid #c7dc9b;
}
/*vista-nursing*/
.vista-nursing{
    position: relative;
    top: -65px;
    text-align: center;
}
.vista-nursing h3{
    font-size: 33px;
    color: #292929;
    margin: 30px 0;
}
.vista-nursing p{
    color: #5d5d5d;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 40px;
}

/*Services*/
.services {
    overflow: hidden;
    padding: 100px 0 0px;
    background-position: bottom !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    min-height: 815px;position:relative;
}
.services::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ffffff82;
}
.services h3{
    font-size: 33px;
    color: #000;
    margin: 20px 0;
}
.services p{
    font-size: 18px;
    color: #2d2d2d;
    margin:  0;
    font-family: 'Questrial', sans-serif !important;

}
.services .alignnone{
    margin: 0;
}
.services-inner {
    padding-top: 160px;
    padding-right: 105px !important;
}
.servicres-inner h4{
    color: #000;
    text-transform: capitalize;
    font-weight: 300;
    font-size: 19px;
    line-height: 27px;
}
.icon-img {
    width: 125px;
    height: 125px;
    border-radius: 100%;
    background: #554d49;
    text-align: center;
    padding-top: 40px;
    float: left;
}
.icon-title{
    width: 130px;
    padding: 45px 20px;
    float: left;
}
.servicres-inner {
    clear: both;
    float: right;
    width: 350px;
    margin-bottom: 20px;
}

.class1{
    position: absolute;
    right: -130px;
    height: 200px;
    width: 271px;
    top: 72px;
}
.class2 {
    position: absolute;
    top: 192px;
    right: -57px;
}
.class3 {
    position: absolute;
    top: 330px;
    right: 90px;
}
.class2 .icon-title{
    padding: 50px 20px 0;
}
.class3 .icon-title{
    width: 190px;
    padding: 45px 20px;
    float: left;
}
.class4 .icon-title{
    width: 240px;
    padding: 45px 20px;
    float: left;
}
.class4 {
    position: absolute;
    top: 465px;
    left: 5px;
    width: 415px;
}
.class5 {
    position: absolute;
    top: 590px;
    left: -130px;
    width: 415px;
}
/*.care-team*/
.care-team{
    padding: 70px 0 0px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.fw-col-xs-12.fw-col-sm-6.care-term-right.background-image {
    background-position: inherit;
    background-size: cover;
    padding-top: 80px;
    height: 420px;
}
.care-team img{
    margin: 0;
    margin-bottom: -30px;
}
.care-team h3{
    color: #292929;
    font-size: 33px;
    font-weight: 600;
}
.care-team p{
    color: #5d5d5d;
    font-size: 16px;
    margin-bottom: 30px;
    margin-top:20px;
    line-height: 30px;
}
.care-team a{
    display: inline-block;
    color: #292929;
    font-size: 14px;
    padding: 16px 30px;
    text-transform: uppercase;
    background: #cade9e;
    border-radius: 30px;
    font-weight: 300;
    line-height: 14px;
    border: 1px solid #cade9e;
    margin-top: -10px;
    position: relative;
    z-index: 9999;
}
.care-team a:hover{
   background: transparent;
    color: #cade9e;
    border: 1px solid #cade9e;
}
/*work*/
.work{
    position: relative;
    padding: 120px 0 70px;
}
.work .fw-special-title{
    color: #292929;
    font-size: 33px;
    margin-bottom: 50px;
}
.img-div{
    width: 220px;
    height: 220px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 30px;
}
.img-div img{
    border-radius: 100%;
}
.bluediv {
    width: 90px;
    height: 90px;
    background: rgba(172,205,197,0.7);
    border-radius: 100%;
    position: absolute;
    right: 36px;
    bottom: -20px;
    z-index: 999;
}
.greendiv {
    width: 50px;
    height: 50px;
    background: rgba(202,222,158,0.6) ;
    border-radius: 100%;
    position: absolute;
    right: 10px;
    bottom: 18px;
    z-index: 1;
}
/*widgets*/
.widgets{
    padding: 100px 0 20px;
    position: relative;
}
.widgets p{
    font-size: 14px;
    color: #6e6e6e;
    letter-spacing: 1px;
    font-weight: 300;
}
.copyright p,
.copyright a{
    font-size: 13px !important;
    font-weight: 300;
    color: #49352c;
}
.widgets ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.widgets a{
    color: #6e6e6e;
    font-weight: 300;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px;
}
.chng-class{
    border-left: 1px solid #ccc;
    padding-left: 30px !important;
}
.contact-detail{
    border-right: 1px solid #ccc;
    height: 162px;
}
.contact-detail li .fa{
    margin-right: 12px;
    color: #534b47;
    font-size: 22px;
}
.contact-detail li{
    margin-bottom: 15px;
    font-size: 14px;
    color: #5d5d5d;
    display: inline-flex;
}
.contact-detail li:last-child{
	display:block;
}
.contact-detail address{
    margin: 0;
     color: #6e6e6e;
    line-height: 30px;
}
.widget-title{
    font-weight: 600;
    font-size: 15px;
    color: #6e6e6e;
    font-weight: 600;
    font-family: 'Poppins', sans-serif !important;
    margin-bottom: 20px;
}
.footer-logo {
	padding-left:15px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.footer-detail p {
    margin: 0 auto;
    font-size: 13px;
    color: #5d5d5d;
    line-height: 27px;
}
.widgets .col-lg-4{
    flex: 0 0 30.333333%;
    max-width: 30.333333%;
}
.widgets .col-lg-2{
    padding-left: 0;
}
.widgets .col-lg-3.col-md-6.col-sm-12{
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
}
.widgets .col-lg-3.col-md-6.col-sm-12.chng-class {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.social-links{
    position: relative;
    text-align: right;
}
.social-links a{
    margin-right: 40px;
    font-size: 18px;
    color: #534b47;
}
.social-links a:last-child{
    margin-right: 0;
}
.subscribe-tab{
    padding: 15px 0 0 0;
    position: relative;
}
.es_textbox_class{
    position: relative;
    width: 100%;
    background: #f8f8f7;
    height: 60px;
    border: 0;
    padding-left: 15px;
}
.es_button {
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
}
.es_button .es_textbox_button {
    display: block;
    background: transparent;
    border: 0;
    height: 63px;
    width: 55px;
    cursor: pointer;
    z-index: 9999;
    background: url(images/plane.png);
    background-repeat: no-repeat;
    background-position: center;

}
.subscribe-tab .es_lablebox {
    padding-bottom: 3px;
    display: none;
}
.card-type a{
    display: none
}
.card-type a.active{
	display:block;
}
.card-type .active img {
	display: inline-block;
	margin-top: 45px;
	height: 555px;
	object-fit: contain;
}
.cstm-success-msg {
    text-align: center;
}

.cstm-success-msg span {
    color: #c7dc9b;
    font-size: 14px;
}
.contact-us .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 16px;
    display: inline-block;
    width: 50%;
    margin: 0;
}
.contact-form{
    padding: 70px 0;
	   background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}
.contact-form .fw-special-title{
    font-size: 33px;
    position: relative;
    color: #292929;
    font-weight: 500;
    margin: 0 auto;
}
.contact-us{
    padding-top: 50px;
}
.contact-us h5{
    color: #292929;
    font-size: 35px;
    margin: 0;
    font-weight: 400;
    line-height: 0;
    margin-top: 60px;
}
.contact-us select ,
.contact-us input,
.contact-us textarea{
    width: 100% !important;
    height: 45px;
    border: 1px solid #ececec;
    color: #292929;
    font-weight: 300;
    font-size: 13px;
    padding: 0 10px;
    z-index: 9999;
    position: relative;
    padding-left: 20px !important;
	padding-right: 20px !important;
    position: relative;
    border-radius: 30px;
}
.contact-us #field_1_5{
    width: 100%;
}
.contact-us select::after{
    font-family: FontAwesome;
    content: "\f0dd";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    color: #fb4d42;
}

.contact-us textarea{
    padding-top: 15px !important;
	border-radius:20px;
}
.contact-us input::placeholder,
.contact-us select::placeholder,
.contact-us textarea::placeholder{
    color: #000;

}
.contact-us li#field_2_5 {
    width: 100%;
    margin: 0;
}
.contact-us .gform_button{
    font-size: 17px !important;
    font-weight: 300;
    text-transform: uppercase;
    color: #554d49;
    background: #cade9e;
    border: 0;
    letter-spacing: 1px;
    display: inline-block !important;
    width: 100px !important;
    cursor: pointer;
    border-radius: 30px;
    font-size: 17px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
}
.contact-us .gform_wrapper div.charleft{
    color: #292929;
    font-size: 15px;
    font-weight: 100;
	margin-bottom:15px;
}
.contact-us .gform_wrapper label.gfield_label{
    font-weight: 300;
}
.contact-us .gfield_label{
    color: #292929;
    font-size: 15px;
    font-weight: 100;
}
.contact-us .gform_button:hover{
    opacity: 0.7;
}
.gform_footer.top_label{
    margin: 0 !important;
}
.card-type {
    text-align: left;
    position: relative;
    margin: 0 auto;
    z-index: 999;
}
/*.every-need.*/
.every-need{
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 70px 0;
    text-align: center;
}
.every-need h3{
    font-size: 33px;
    color: #fff;
    font-weight: 500;
}
.every-need h4{
    font-size: 34px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
}
.every-need p{
    font-size: 20px;
    font-weight: 200;
    color: #fff;
}
.every-need .fw-btn{
    padding: 10px 30px;
    font-size: 17px;
    font-weight: 300;
    text-transform: uppercase;
    color: #292929;
    background: #c7dc9b;
    border: 1.5px solid #c7dc9b;
    letter-spacing: 1px;
    border-radius: 30px;
    width: 280px;
    margin-top: 20px;
}
.every-need .fw-btn:hover{
    background: transparent;
    color: #c7dc9b;
}
.page-header{
    background-position: bottom!important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    min-height: 450px;
    position: relative;
}

.page-title h1{
    color: #292929;
    font-size: 38px;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;left:0;
    padding-bottom: 80px;text-align:center;width:100%;
    z-index: 999;
}
.aboutpage-work{
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
	padding: 70px 0;img{border-radius:0 40px 0 40px;}
}

.aboutpage-work h5{
    color: #292929;
    font-size: 33px;
    text-transform: capitalize;
    margin: 30px 0 10px;
}
.aboutpage-work p{
    color: #5d5d5d;
    font-size: 16px;
    font-family: 'Questrial', sans-serif !important;
    line-height: 30px;
}
.our-histry{
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding:0 0 50px ;
}
.our-histry img{
    margin: 0;
}
.our-histry .fw-col-xs-12.fw-col-sm-6{
    padding-left: 0 ;
}
.our-histry .fw-col-xs-12.fw-col-sm-6.histry-content{
    padding-top: 50px;
}
.our-histry h3{
    color: #292929;
    font-size: 33px;
    
}
.our-histry p{
    color: #5d5d5d;
    font-size: 16px;
    font-family: 'Questrial', sans-serif !important;
    margin-bottom: 40px;
    line-height: 30px;
}
.our-staf{
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 50px 0;
    text-align: center;
}
.our-staf .fw-special-title{
    color: #292929;
    font-size: 33px;
    margin-bottom: 50px;
}
.staff-main{
    position: relative;
    background: #f7f7f7;
    padding: 20px;
    width: 90%;
    margin: 0 auto;
}
.staff-main::after{
    content: '';
    background: url(images/after-1.png);
    width: 100%;
    height: 90px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.staff-2 .staff-main::after{
    content: '';
    background: url(images/after-2.png);
        width: 100%;
    height: 90px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.content-staff {
    margin-bottom: 80px;
    position: relative;
}
.staff-img{
    position: relative;
    width: 230px;
    height: 230px;
    margin: 0 auto;
}
.staff-img::after{
    content: '';
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background: rgba(208,235,150,0.5);
    position: absolute;
    right: -5px;
    bottom: 50px;
}
.staff-img::before{
    content: '';
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background: rgba(218,237,237,0.7);
    position: absolute;
    right: 0;
    bottom: 0;
}
.staff-main img{
    border-radius: 100%;
}
.staff-main h4{
    color: #292929;
    font-size: 30px;
    margin-top: 30px;
}
.staff-main p{
    color: #5d5d5d;
    font-family: 'Questrial', sans-serif !important;
    font-size: 16px;
}
.staff-social{
    position: relative;
    z-index: 999;
}
.staff-social a{
    margin-right: 15px;
    display: inline-block;
    color: #534b47;
}
.staff-social a:last-child{
    margin-right: 0;
}
.the_champ_sharing_container.the_champ_vertical_sharing.the_champ_hide_sharing.the_champ_bottom_sharing {
    display: none;
}
.blog-page{
    padding: 150px 0 50px;
}
.blog-page .fw-container-fluid,
.blog-page .fw-row,
.blog-page .fw-col-xs-12{
    padding: 0 !important;
    margin: 0 !important;
} 
.thumb-blog img{
    border-radius: 100%;
}
.blog-date {
    width: 50%;
    float: left;
}
.blog-date ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.blog-date li{
    color: #292929;
    font-size: 18px;
    font-family: 'Questrial', sans-serif !important;
    display: inline-block;
}
.blog-date li:last-child{
    color: #5d5d5d;
}
.share-post{
     width: 50%;
    float: left;
    text-align: right;
}
.share-post .the_champ_sharing_container.the_champ_horizontal_sharing {
    text-align: right;
    float: right;
}

.main-blogtwo{
    margin: 50px 0;
    background: url(images/panga.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0 100px;
    top: 0;
}
.content-blog h3{
    color: #292929;
    font-size: 29px;
    font-weight: 600;
}
.main-content{
    color: #5d5d5d;
    font-size: 16px;
    line-height: 30px;
}
.read-btn{
    display: inline-block;
    line-height: 1;
    padding: 14px 40px;
    color: #514945;
    background: #cade9e;
    font-size: 16px;
    border: 1px solid #cade9e;
    border-radius: 30px;
    margin-top: 30px;
    margin-bottom: 50px;
}
.read-btn:hover{
    background: transparent;
    color: #cade9e;
}
.comment-box h3{
    color: #292929;
    font-size: 25px;
}
.comment-box .comment-notes{
     color: #7d7d7d;
    font-weight: 300;
}
.comment-box label{
    color: #7d7d7d;
    font-weight: 500;
    width: 100%;
}
.comment-box textarea {
	padding-left: 15px;
	padding-top: 10px;
	color: #000;
	font-size: 12px;
	border: 1px solid #ccc;
	width: 100%;
}
.comment-box .comment-form-author,
.comment-box .comment-form-email,
.comment-box .comment-form-url{
    width: 33.33%;
    padding-right: 15px;
    float: left;
}
.comment-box .comment-form-url{
    padding-right: 0;
}
.comment-box input{
    color: #000;
	font-size: 12px;
	border: 1px solid #ccc;
	width: 100%;
    height: 50px;
    padding-left: 15px;
}
.form-submit input{
    width: auto;
    display: inline-block;
    padding: 15px 50px 15px;
   font-family: 'Questrial', sans-serif !important;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    background: #cade9e;
    border: 0;
    letter-spacing: 1px;
    line-height: 17px;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 50px;
}
.form-submit input:hover{
    opacity: 0.7;
}
.main-single {
    padding-top: 50px;
}
.single-thumb {
    padding-bottom: 20px;
}
.title-single{
    font-size: 40px;
    font-weight: 600;
    color: #292929;
    margin-bottom: 20px;
}
.content-single p{
    color: #5d5d5d;
    font-size: 14px;
    font-family: 'Questrial', sans-serif !important;
}
.page-sidebar .searchform button::after{
        content: url(images/sidebar-search.png);
}
.page-sidebar .searchform button {
    background: #95be3d;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    top: 4px;
    right: 20px;
}
.widget_search{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.widget-title{
    font-size: 25px;
    font-weight: 400;
    color: #292929;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.widget-thumb {
    width: 40%;
    float: left;
}
.widget-thumb img{
    border-radius: 100%;
}
.recent-blog{
    width: 60%;
    float: left;
}
.recent-blog h3{
    color: #8a9696;
    font-family: 'Questrial', sans-serif !important;
    font-size: 14px;
    margin-bottom: 0;
}
.recent-blog ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.recent-blog li{
    display: inline-block;
    color: #686868;
    font-size: 11px;
    font-weight: 300;
}
.recent-blog p,
.main-content{
    color: #686868;
    font-family: 'Questrial', sans-serif !important;
    font-size: 16px;
}
.main-content{
    font-size: 16px;
}
.widget-blog {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.widget_categories ul{
    padding: 0;
    margin: 0;
    list-style: none;
    
}
.widget_categories  li{
    position: relative;
    font-size: 15px;
    font-weight: 100;
    margin-bottom: 10px;
    text-align: right;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-left: 15px;
    color: #76767a;
}
.widget_categories  li::before{
    font-family: FontAwesome;
    content: "\f105";
    color: #76767a ;
    position: absolute;
    left: 0;
}
.widget_categories  li a{
    color: #76767a;
    float: left;
    font-size: 15px;
    font-weight: 400;
}
/*Gallery Page*/
.page-id-92 .page-header{
	background:  none !important;
}
.gallery-page{
   position: relative;
	background-position: 0 -10px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 50px 0 50px;
}
.gallery-page .fw-container-fluid,
.gallery-page .fw-row,
.gallery-page .fw-col-xs-12,
.gallery-page .col-lg-12.col-md-12.col-sm-12.col-xs-12,
.gallery-page .row{
    padding: 0 !important;
    margin: 0 !important;
    
}
.gallery-div.gallery-left {
    text-align: left;
}
.gallery-div{
	margin-bottom:20px;
}
.class-two {
    position: relative;
}
.servic-content.services-one{
    position: relative;
    background: url(images/wsdec.png);
    background-repeat: no-repeat;
    background-size: cover;
     text-align: left;
    padding: 30px 0;
}
.servic-content{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 100%;
}
.servic-content{
    position: relative;
    background: url(images/ef.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: right;
    padding: 30px 0;
}
.servic-content h3{
    color: #292929;
    font-size: 33px;
    font-weight: 600;
}
.servic-content p{
    color: #5d5d5d;
    font-size: 16px;
    line-height: 30px;
}
.cont-div {
    width: 17%;
    float: left;
    margin-bottom: 20px;
}
.cont-detail{
    width: 83%;
    float: left;
	padding-left:10px;
}
.cont-detail h5{
    color: #534b47;
    font-size: 20px;
    margin-bottom: 2px;
}
.cont-detail address{
    color: #5d5d5d;
    font-size: 15px;
    margin: 0;
}
.cont-detail a,
.cont-detail{
    color: #5d5d5d;
    font-size: 15px;
    margin: 0; 
    display: block;
}
.contact-pagedetail{
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
}
.contact-pagedetail iframe{
    height: 350px;
}
.contact-pagedetail .fw-special-title{
    color: #534b47;
    font-size: 33px;
    font-weight: 600;
}
.contactpage-form{
    position: relative;
}

.contactpage-form #field_2_1,
.contactpage-form #field_2_2,
.contactpage-form #field_2_3,
.contactpage-form  #field_2_5{
    width: 33.33% !important;
    float: left !important;
    margin-bottom: 40px;
}
.contactpage-form .charleft.ginput_counter.warningTextareaInfo {
    display: none;
}
.contactpage-form label{
    display: none !important;
}
.contactpage-form input,
.contactpage-form  textarea{
    width: 100% !important;
    height: 50px;
    border-radius: 30px;
    background: #fff !important;
    color: #2e2f39 !important;
    font-size: 12px !important;
    font-family: 'Raleway', sans-serif !important;
    border: 1px solid #fff;
    padding-left: 20px !important;
}
.contactpage-form  textarea{
    padding-top: 15px !important;
}
.contactpage-form .gform_wrapper ul li.gfield {
    clear: none !important;
}
.contactpage-form .gform_button{
    display: inline-block !important;
    width: 150px !important;
    background: #b7d594 !important;
    color: #554d49 !important;
    font-size: 17px !important;
    text-transform: uppercase !important;
    border-radius: 30px;
    border: 1px solid #b7d594 !important;
    text-align: center;
    padding-left: 0 !important;
    margin: 30px auto !important;
    float: none !important;
    cursor: pointer;
    font-family: 'Poppins', sans-serif !important;
} 
.contactpage-form .gform_button:hover{
    background: transparent !important;
    color: #b7d594 !important;
}
.contactpage-form .gform_footer.top_label {
    text-align: center;
}
.gform_wrapper .gfield_required {
    color: #790000;
    margin-left: 4px;
    display: none;
}
.gform_wrapper div.validation_error{
	border:0 !important;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
	background-color: transparent !important;
   border:0 !important;
}
.header-contact,
.mobileonn{
    display: none;
}
.top-bar-sec{
    background-color: #c7dc9b;
    height: 47px;
    line-height: 47px;
    width: 100%;
}
.top-bar-sec ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.top-bar-sec ul li{
    display: inline-block;
    margin-right: 60px;
}
.top-bar-sec ul li:last-child{
    margin-right: 0;
}
.top-bar-sec ul li a,
.top-bar-sec span,
.top-bar-sec ul li,
.top-bar-sec a{
    color: #614c43;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-decoration: none;
}
.top-bar-sec ul li img{
    margin-right: 15px;
    margin-top: -5px;
}
.joindivtext {
	text-align: center;
}
.joindivtext h3 {
	font-size: 52px;
	margin-bottom: 32px;
}
.share-post {
	display: none;
}
.btnpdfd {
	text-align: center;
}
.detaildiv {
	width: 280px!important;
	height: 280px;
	box-shadow: 0 0 20px #ccc;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 0 15px;
}
.detaildiv .cont-detail {
	width: 100%;
	float: none;
	padding: 0;
}
.detaildiv .cont-detail a,
.detaildiv a{
	color: #000;
}
.detaildiv h3 {
	color: #554d49;
	font-weight: bold;
	margin-bottom: 11px;
}
.contactdeaisec .fw-row {
	display: flex;
	justify-content: space-between;
}
.btnpdfd a{display:inline-block;width:auto;}
.facmaindiv .fw-team {box-shadow: 0 0 20px #cccccc8c;
  background-color: #fff;
  padding: 20px 0;
	margin-bottom: 20px;}
.facmaindiv .fw-team img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
}
.facmaindiv .fw-team h3{
	color: #554d49;
  font-size: 18px;
  font-weight: bold;
}
.facmaindiv .fw-team ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.facmaindiv .fw-team ul li{display:inline-block;}
.facmaindiv .fw-team ul li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-color: #534b47;
	color: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.factdiv {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 20px #ccc;
	border: 4px solid transparent;transition: all .5s;padding-bottom: 29px;cursor:pointer;
}
.factimg img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	object-position: top;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.factdiv:hover{border-color: #c7dc9b;}
.cardimg.active .factdiv{border-color: #c7dc9b;}
.facttext {text-align: center;padding-top: 17px;}
.admincontact ul li h3,
.facttext h3 {
    font-weight: 500;
    font-size: 18px;
    color: #84b127;
}
.facttext h4 {
	font-weight: 400;
	font-size: 14.63px;
	color: #58585a;
	margin-bottom: 17px;
}
.facttext ul li{display: inline-block;}
.facttext ul li a {
    width: 34px;
    height: 34px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #84b127;
}
.facttext ul li a:hover{background-color: #c7dc9b;color: #333445;}
.facilitydiv .col-lg-4 {
	height: 100%;
	margin-bottom: 25px;
}
.adminname {
	text-align: center;padding-top: 15px;
}
.adminname h2 {
    font-weight: 500;
    font-size: 30px;
    color: #84b127;
}
.admincontact ul,
.assistantext ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.adminname h3,
.admincontact ul li a {
    font-weight: 400;
    font-size: 14px;
    color: #58585a;word-wrap: break-word;
}

.admincontact ul li a:hover {
    color: #c7dc9b;
}
.admincon {text-align: center;}

.adminfac {
	box-shadow: 0 0 20px #ccc;
	padding: 0 30px 30px;
	height: 100%;border-radius: 10px;
}
.col-lg-3.colright {
	margin-bottom: 0;
	height: auto;
}
.admincontact ul li {margin-bottom: 26px;}
.facilitydiv {padding-top: 89px;}
.imgcht {
    display: none;
    height: 100%;
}
.imgcht.active {
    display: block;
    height: 100%;
}
.formob {
    display: none;
}
.facttext ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#removcol {
    width: 0;
    height: 0;
    background-color: transparent;
    border: 0;
}
.santefe_content_us .santa_defaut_btn {
    text-align: center;
}
#facilitydiv{
	display:none;
}
.assistantext {
    margin-top: 30px;
}
.assistantext h3 {
    margin-bottom: 15px;
    font-family: 'Lora', serif !important;
	text-transform:uppercase;
}
.assistantext a, .assistantext p {
    color: #58585a;
	transition:0.3s all;
}
.assistantext a:hover{
	    color: #c7dc9b;
}
.site_btn_wrap a.fw-btn {
    width: 245px;
    height: 48px;
    border: 1px solid #c7dc9b;
    background: #c7dc9b;
    text-align: center;
    display: block;
    border-radius: 25px;
    padding: 10px;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #ffffff;
    cursor: pointer;
    text-transform: uppercase;
}
.site_btn_wrap a.fw-btn:focus,
.site_btn_wrap a.fw-btn:active,
.site_btn_wrap a.fw-btn:hover {
    transition: all 0.3s ease;
    background: #ffffff;
	box-shadow:none;
    color: #c7dc9b;
}
.site_btn_wrap.join_team {
    background: #eee;
    padding-top: 60px;
}
.join_team.site_btn_wrap a.fw-btn {
    margin: 15px auto 0;
}
#ContactBtn_wrapper.site_btn_wrap a.fw-btn {
    width: auto;
    text-transform: capitalize;
    height: auto;
    display: inline-block;
	padding: 10px 20px;
	    margin: 0 auto;
}
#ContactBtn_wrapper.site_btn_wrap .fw-row >div {
    text-align: center;
}
#ContactBtn_wrapper {
    padding-top: 80px;
}
.formob {display:none;}
.brochbtncon {
    width: 52%;
    margin: 54px auto 39px;
    text-align: center;
    box-shadow: 0 0 20px #ccc;
    background-color: #fff;
    padding: 20px 15px 41px;
    border-radius: 10px;
}
.mylist {
	list-style: none;
	margin: 0;
	padding: 0;
}
.brochbtncon li {
	display: inline-block;
	margin-right: 10px;
}
.brochbtncon li:last-child{margin-right:0;}
.brochbtncon li a {
	display: inline-block;
	background-color: #c7dc9b;
	border: 2px solid #c7dc9b;
	color: #fff;
	font-size: 22px;
	border-radius: 10px;
	padding: 6px 35px;
}
.brochbtncon li a:hover{background-color:transparent;color:#000;}
.brochbtncon h3 {
    font-weight: 400;
    font-size: 33px;
    color: #000;
    margin-bottom: 28px;
}
.services-main:nth-child(2) .service-div {
    text-align: right;
}
.service-div img{border-radius:0 40px 0 40px;max-height:400px;width:auto;}
.service-div, .services-main {
    margin-bottom: 40px;
}
.servic-content ul {
    display: grid;
    grid-template-columns: auto auto;
	padding-left:18px;li{margin-bottom:7px;}
}
/* Popup Form */
.mymodalbox .modal-content {
	background-color: #c7dc9b;
	color: #fff;
	padding: 31px 31px 0;
}
.modalboxcustom .modal-header {
	border-bottom: 0;
	justify-content: center;
	text-align: center;
}
.mymodalbox .modal-header h5::before {
	content: '';
	display: inline-block;
	width: 239px;
	height: 5px;
	background-color: #fff;
	margin: 0 auto;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
}
.mymodalbox .modal-header h5 {
	font-weight: 400;
	font-size: 48px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
}
.popupform .gform-body.gform_body input, .popupform .gform-body.gform_body textarea {
	width: 100%;
	font-size: 16px;
	color: #666666;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	border: 1px solid #fff;
	padding: 23px 20px;
	border-radius: 5px;margin-bottom: 20px;
}
.popupform .gform-body.gform_body textarea {
	height: 150px;
}
.popupform .gform_footer.top_label {
	text-align: center;
}
.modalboxcustom .close {
	width: 70px;
	height: 70px;
	background-color: #fff;
	opacity: 1;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: -23px;
	top: -14px;
	font-size: 40px;
}
.modalboxcustom .close span {
	position: relative;
	top: -3px;
}
.popupform label {
	display: none;
}
.popupform .gform_footer.top_label .gform_button {
	margin: 0 auto;
	background-color: #fff;
	color: #c7dc9b;
	padding: 15px 34px;
	width: auto !important;
	height: auto;
	border-radius: 50px;border:2px solid #fff;cursor:pointer;
}
.mymodalbox .gform_footer.before {
	justify-content: center;
}
.mymodalbox .gform_footer.before .gform_button {
	background-color: #6e462a;
	border: 2px solid #6e462a;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	padding: 11px 32px;transition:all .5s;
}
.mymodalbox .gform_footer.before .gform_button:hover{background-color:transparent;color:#000;}
/*  Media Query  */
@media(min-width: 1200px){
	.container{
		max-width:1170px !important;
	}
}
@media(min-width: 1600px){
	.services {
		background-size: cover !important;
		    background-position: 50px bottom !important;
	}
}
.class5 .icon-img img {
    width: 50px;
}
@media(min-width: 1920px){
	.banner {
		position: relative;
		background-repeat: no-repeat !important;
		min-height: 830px;
		padding: 50px 0 100px;
		background-position: right;
		background-size: cover;
	}
	.services {
        padding: 100px 0 0 ;
		min-height: 913px;
    	top: -100px;
	}
    .fw-container,
    .container{
        width: 1400px !important;
        max-width: 1400px !important;
    }
	.contact-form .fw-container,.contact-form .container {
        width: 1170px !important;
        max-width: 1170px !important;
	}
    .contactpage-form .fw-container,
    .contactpage-form  .container{
        width: 1400px !important;
        max-width: 1400px !important;
    }
    .class1 {
		 position: absolute;
		right: -57px;
		height: 200px;
		width: 271px;
		top: 150px;
    }
    .class2 {
            position: absolute;
    top: 282px;
    right: 4px;

    }
    .class3 {
       position: absolute;
    top: 416px;
    right: 153px;
    }
    .class4 {
            position: absolute;
    top: 550px;
    left: 59px;
    width: 415px;
    }
	.class5 {
    position: absolute;
    top: 685px;
    left: -85px;
    width: 415px;
}
    .care-team {
        padding: 0px 0 0px;
    }
    .card-type .active img {
        width: 550px;background-color:#fff;
    }
    .widgets .col-lg-4{
        flex: 0 0 30.333333%;
        max-width: 30.333333%;
        padding-left: 0;
    }
    .chng-class {
        border-left: 1px solid #ccc;
        padding-left: 15px !important;
    }
    .widgets .col-lg-3 {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
    .contact-detail li {
        margin-bottom: 15px;
        font-size: 14px;
        color: #5d5d5d;
        width: 89%;
        display: inline-flex;
    }
    .col-lg-3.col-md-6.col-sm-12.chng-class {
        flex: 0 0 23%;
        max-width: 23%;
    }
    .contact-detail {
        border-right: 1px solid #ccc;
        height: 162px;
        padding-left: 20px;
    }
    .footer-detail p{
        font-size: 14px;
    }
	.services-inner {
		padding-top: 280px;
		padding-right: 130px !important;
	}
		.fw-col-xs-12.fw-col-sm-6.care-term-right.background-image {
		background-size: 85%;
		padding-top: 190px;
		height: 505px;
		background-position: right top;
		background-repeat: no-repeat;
	}
    .how-work{
        background-size: 93%!important;
    }
	.our-staf {
		background-position: top !important;
		background-size: cover;
		background-repeat: no-repeat !important;
		padding: 50px 0 70px;
		text-align: center;
		margin-top: 59px;
	}
	.servic-content.services-one {
		position: relative;
		background: url(images/wsdec.png);
		background-repeat: no-repeat;
		background-size: 70%;
		text-align: left;
		padding: 30px 0;
		background-position: top right;
	}
	.servic-content{
		    background-size: 70%;
	}
	.main-blogtwo{
		    background-position: top;
		margin-bottom:100px;
	}
	
}

@media(max-width: 1440px){
  .class1 {
	position: absolute;
	right: -90px;
	height: 200px;
	width: 271px;
	top: 72px;
    }
    .top-bar-sec ul li {
        margin-right: 40px;
    }
	.services p {font-size: 15px;}
	.services h3 {font-size: 27px;}
	.services-inner {
		padding-top: 230px;
	}
}
@media(max-width: 1300px){
	.page-id-2 section.fw-main-row.banner.background-img{background-image:none!important;}
	.fw-col-xs-12.fw-col-sm-6.mobile_on{display:inline-block;width:40%;padding-top:270px}
   .class1 {
        position: absolute;
        right: -50px;
        height: 200px;
        width: 271px;
        top: 30px;
    }
    .gallery-div {
        text-align: right;
        height: 420px;
    }
}
@media(max-width: 1080px){
    .care-team {
        background-position: left !important;
    }
	.fw-col-xs-12.fw-col-sm-6.mobile_on{text-align:center;width:100%;padding-top:20px;img{max-height:350px;width:auto}}
    .banner .banner-inner {
        padding-top: 270px;
        width: 70%;
    }
    .banner {
        background-position: right;
    }
  
    .banner .banner-inner {
        width: 100%;
        text-align: center;
        z-index: 9999;
    }
    .site-header {
        padding: 20px 0;
        width: 100%;
        position: absolute;
        z-index: 999999;
    }
    .card-type::after {
        display: none;
    }
    .widgets .col-lg-4{
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .widgets .col-lg-2{
        padding-left: 15px;
    }
    .widgets .col-lg-3.col-md-6.col-sm-12{
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .widgets .col-lg-3.col-md-6.col-sm-12.chng-class {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .our-histry .fw-col-xs-12.fw-col-sm-6,
    .our-histry .fw-col-xs-12.fw-col-sm-6.histry-content{
        width: 100%;
        text-align: center;
        padding: 20px;
        left: 0;
    }
    .our-histry{
        padding-bottom: 0;
    }
    .gallery-div {
        text-align: right;
        height: auto;
    }
}
@media(max-width: 1024px){
	.footer-logo{
		padding-left:0;
	}
    .top-bar-sec ul li a, .top-bar-sec span, .top-bar-sec ul li, .top-bar-sec a {
        font-size: 13px;
    }
    .top-bar-sec ul li {
        margin-right: 10px;
    }
}

@media(max-width:991px){
	.conpdfbtn {
		float: none!important;
		text-align: center;
		width: auto!important;
	}
	.btnpdfd a {
		display: inline-block;
		width: auto;
	}
	.detaildiv{float:none!important;margin:15px auto;}
	.contactdeaisec .fw-row {
		display: block;
		justify-content: space-between;
	}
	.formob {display:block;}
	fordesk {display:none;}
	.facilitydiv .col-lg-4 {	margin: 0 auto 25px;}
	.brochbtncon{width:100%;}
	.mymodalbox .modal-header h5{font-size:35px;}
	.modalboxcustom .modal-dialog {max-width: 80%;}
}
@media(max-width: 980px){
    .top-bar-sec {
        height: auto;
        line-height: normal;
        padding: 15px 0;
    }
    .top-bar-sec ul li {
        display: block;
        margin-bottom: 15px;
    }
    .top-bar-sec ul li:nth-child(3){
        margin-bottom: 0;
    }
    .top-bar-sec ul li.mobileofff{
        display: none;
    }
    .mobileonn{
        display: block;
        margin-top: 15px;
    }
    .mobileonn img{
        margin-right: 10px;
        margin-top: -5px;
    }
   .nav-bar li{
		display: block;
       text-align: center;
	   margin-right:0;
	}
    .nav-bar li a{
        color: #fff;
    }
	.openmenu {
        display: inline-block;
        font-size: 45px;
        cursor: pointer;
        color: #4a4242;
        float: right;
        position: absolute;
        right: 55px;
        top: 30px;
		z-index:99;
    }
	.nav-bar.open{
		right: 0;
	}
	.nav-bar{
		background-color: #333;
		height: 100%;
		position: fixed;
		top: 0;
		right: -100%;
		padding: 15px;
		transition: all 0.3s;
		width: 320px;
		z-index: 99999;
	}
	.closebtn{
		display: block;
		float: right;
		color: #fff;
		cursor: pointer;
		margin-bottom: 20px 
	}
    .site-logo {
        width: 30%;
        float: left;
    }
    .care-team{
        position: relative;
    }
     .care-team::after{
        content: '';
        background: rgba(255,255,255,0.7);
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
         display: block;
    }
    .services .fw-col-sm-6 ,
    .care-team .fw-col-sm-6{
        width: 100%;
        text-align: center;
        z-index: 999;
    }
    .header-contact {
        padding-bottom: 30px;
        text-align: center;
        position: relative;
    }
    .header-contact li {
        display: inline-block;
        margin-bottom: 20px;
    }
    .services-inner {
        padding-top: 0;
		padding-right:15px !important;
    }
    .services {
        padding: 50px 0 50px;
        background-position: left !important;
        background-repeat: no-repeat !important;
        background-size: auto !important;
        min-height: auto;
    }
    .class1,
    .class2,
    .class3,
    .class4,
    .class5{
        position: relative;
        left: 0;
        top: 0;
        right: 0;
        width: auto;
    }
    .servicres-inner {
        width: 50%;
        float: left;
        clear: none;
        height: 180px;
    }
   
    .icon-img {
        float: none;
        margin: 0 auto;
    }
    .icon-title {
        width: 100%;
        padding: 20px 20px;
        float: left;
        clear: both;
    }
    .class2 .icon-title,
     .class3 .icon-title,
    .class4 .icon-title{
        padding: 20px 20px 0;
         width: 100%;
    }
    .widgets{
        text-align: center;
    }
    .contact-detail,
    .footer-menu{
        padding-top: 30px;
    }
    .social-links a:last-child{
        margin-right: 0;
    }
    .contact-form .fw-special-title {
        width: 100%;
    }
    .card-type {
        text-align: center;
        position: relative;
        margin: 0 auto;
        z-index: 999;
    }
    .widgets .col-lg-3.col-md-6.col-sm-12,
    .widgets .col-lg-4,
    .widgets .col-lg-3.col-md-6.col-sm-12.chng-class{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .our-staf .fw-col-xs-12.fw-col-sm-4{
        width: 100%;
    }
    .staff-main {
        position: relative;
        background: #f7f7f7;
        padding: 20px;
        width: 300px;
        margin: 15px auto;
    }
    .gallery-page {
        position: relative;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        padding: 0px 0 80px;
    }
    .servic-content.services-one,
    .servic-content{
        text-align: center;
        padding: 30px;
    }
    .blog-page {
        padding: 50px 0 0px;
    }
    .main-blogtwo{
        margin-top: 0;
        padding: 0;
    }
    .main-blog {
        padding: 0px 0 0;
        position: relative;
        top: auto;
        height: auto;
    }
    .content-blog {
        text-align: center;
    }
    .contact-pagedetail .fw-col-xs-12.fw-col-sm-6{
        width: 100%;
        
    }
}
@media(max-width: 820px){
    .services .owl-prev{
        top: 0;
        position: relative;
    }
    .services .owl-next{
        top: 0;
        position: relative;
        right: 0;
    }
	.chng-class {
		border-left: none;
		padding-left: 15px !important;
	}
	.contact-detail{
		border: none;
	}
	.contact-detail li {
		margin-bottom: 15px;
		font-size: 14px;
		color: #5d5d5d;
		display: block;
		text-align: left;
	}
    .services-main .col-lg-6.col-md-12.col-sm-12.col-xs-12{
        padding: 0;
        left: 0;
        right: 0;
    }
}
@media(max-width: 767px){
	.servic-content ul {
		grid-template-columns: auto;
	}
    .banner .banner-inner {
        width: 100% !important;
        float: right;
        padding-top: 225px;
        z-index: 99999;
    }
  
  .chng-class {
        border-left: none;
        padding-left: 15px !important;
    }
    .contact-detail {
        border-right: none;
        height: auto;
        margin-bottom: 20px;
        text-align: center;
    }
    .social-links {
        position: relative;
        text-align: center;
    }
    .contact-detail li {
        margin-bottom: 15px;
        font-size: 14px;
        color: #5d5d5d;
        display: block;
		text-align:center;
    }
     .widgets .col-lg-3.col-md-6.col-sm-12,
    .widgets .col-lg-4,
    .widgets .col-lg-3.col-md-6.col-sm-12.chng-class{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    div.the_champ_bottom_sharing {
        width: 100% !important;
        left: 0 !important;
        display: none !important;
    }
    .page-title h1 {
        color: #292929;
        font-size: 38px;
        text-transform: uppercase;
        position: absolute;
        bottom: 0;
        padding-bottom: 80px;
        z-index: 999;
        text-align: center;
        width: 100%;
    }
    .share-post{
        text-align: center;
        width: 100%;
    }
    .share-post .the_champ_sharing_container.the_champ_horizontal_sharing {
        text-align: center;
        float: none;
        width: 130px;
        margin: 0 auto;
    }
    .blog-date {
        width: 100%;
        float: left;
        text-align: center;
        margin-top: 20px;
    }
}

@media(max-width: 667px){
    img.alignleft,
    img.alignnone,
    img.alignright{
        margin: 0 auto 20px;
        display: block;
        float: none;
    }
    .servic-content h3,
    .content-blog h3{
        font-size: 30px;
    }
	.joindivtext h3 {font-size: 41px;margin-bottom: 32px;}
}
@media(max-width: 570px){
    .topbar-li{
        text-align: center;
        margin-bottom: 15px;
    }
    .top-bar-sec span,
    .top-bar-sec a{
        text-align: center !important;
        display: block;
    }
    .header-contact li:first-child > a {
        width: 263px;
        font-size: 14px;
    }
    .banner-inner .fw-special-title {
        color: #292929;
        font-weight: 300;
        font-size: 35px;
    }
    .banner-inner .fw-btn:last-child {
        background: transparent;
        margin-left: 0px;
        margin-top: 20px;
    }
    .services .alignnone {
        margin: 0 auto;
    }
   .openmenu {
        display: inline-block;
        font-size: 45px;
        cursor: pointer;
        color: #4a4242;
        float: right;
        position: absolute;
        right: 16px;
        top: 30px;
        z-index: 99999;
    }
    .contact-form .fw-special-title,
    .work .fw-special-title,
    .services h3{
        
        font-size: 30px;
    }
      .contact-us canvas,
     .contact-us #input_2_4_toolbar,
    .contact-us #input_1_4_Container,
    .contact-us  #input_1_4_toolbar{
        width: 345px !important;
    }
    .fw-col-xs-12.fw-col-sm-6.care-term-right.background-image {
        background-position: inherit;
        background-size: cover;
        padding-top: 30px;
        height: auto;
    }
    .contactpage-form #field_2_1,
    .contactpage-form #field_2_2, 
    .contactpage-form #field_2_3,
	.contactpage-form  #field_2_5{
        width: 100% !important;
        float: left !important;
        margin-bottom: 0px;
    }
    .contactpage-form #field_2_3{
        margin-bottom: 20px;
    }
	.modalboxcustom .modal-dialog {max-width: 100%;}
}
@media(max-width: 480px){
    .site-logo {
        width: 50%;
        float: left;
        text-align: center;
    }
    .header-right {
        width: 100%;
        margin: 35px 0 0;
        clear: both;
        float: left;
    }
     .banner .banner-inner {
        width: 100% !important;
        float: right;
        padding-top: 340px;
        z-index: 99999;
    }
    .header-contact a{
        margin: 0;
    }
    .contact-form .fw-special-title,
    .services h3,
    .vista-nursing h3,
    .care-team h3,
    .work .fw-special-title,
    .aboutpage-work h5,
    .our-staf .fw-special-title{
        font-size: 30px;
    }
    .contact-us .gform_wrapper ul.gform_fields li.gfield {
        padding-right: 16px;
        display: inline-block;
        width: 100%;
        margin: 0;
    }
    .work {
        position: relative;
        padding: 50px 0 50px;
    }
    .page-title h1 {
        color: #292929;
        font-size: 30px;
        text-transform: uppercase;
        position: absolute;
        bottom: 0;
        padding-bottom: 20px;
        z-index: 99999999;
        text-align: center;
        width: 90%;
    }
	.contact-us h5 {
		color: #292929;
		font-size: 35px;
		margin: 0;
		font-weight: 400;
		line-height: 35px;
		margin-top: 60px;
		text-align: center;
	}
    .cont-div {
        width: 100%;
        float: left;
        margin-bottom: 20px;
        text-align: center;
    }
    .cont-detail {
        width: 100%;
        float: left;
        text-align: center;
        margin-bottom: 30px;
    }
    .cont-detail address {
        color: #5d5d5d;
        font-size: 15px;
        margin: 0;
        width: 100%;
    }
    .contact-pagedetail .fw-special-title {
        color: #534b47;
        font-size: 30px;
        font-weight: 600;
        margin-top: 0px;
        position: relative;
        top: 0;
    }
	.header-contact ,
	.page-title h1{
		text-align: left;
	}
	.page-header{
		background-position: 60% !important;
	}
	.every-need{
		background-position: 18% !important;
	}
	.mymodalbox .modal-content{padding:31px 8px 0}
	.mymodalbox .modal-header h5{font-size:30px;}
}
@media(max-width: 414px) {
    .card-type .active img {
        height: 450px;
    }
}
@media(max-width: 360px){
    .site-logo {
        width: 80%;
        float: left;
    }
    .openmenu {
        display: inline-block;
        font-size: 40px;
        cursor: pointer;
        color: #4a4242;
        float: right;
        position: absolute;
        right: 20px;
        top: 10px;
    }
    .contact-us canvas,
     .contact-us #input_2_4_toolbar,
    .contact-us #input_1_4_Container,
    .contact-us  #input_1_4_toolbar{
        width: 245px !important;
    }
    .servicres-inner::after {
        display: none;
    }
    .servicres-inner {
        width: 100%;
        float: left;
        clear: none;
        height: 180px;
    }
    .contact-us h5 {
        color: #292929;
        font-size: 25px;
        margin: 0;
        font-weight: 400;
        line-height: 35px;
        margin-top: 60px;
    }
    .widgets {
        padding: 50px 0 20px;
        position: relative;
    }
    .contact-form{
        padding: 20px 0;
    }
    .contact-form .fw-special-title,
    .services h3, 
    .vista-nursing h3,
    .care-team h3, 
    .work .fw-special-title {
        font-size: 25px;
    }
}

/* testimonial-sec */
.testimonial-sec {
    padding: 50px 0 0;
    background-image: url(images/testimonial_bg.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 50% auto;
}

.clients-covers {
    height: 600px;
}

.testimonial-sec .slick-track,
.testimonial-sec .slick-list,
.testimonial-sec  .view_slide {
    height: 505px;
}

.testimonial-sec .clients-covers .first_position {
    position: absolute;
    bottom: 192px;
    left: 100px;
}

.client-thumb {
    cursor: pointer;
}

.testimonial-sec .clients-covers .third_position {
       position: absolute;
    top: 43px;
    left: -97px;
}

.testimonial-sec .clients-covers .five_position {
    position: absolute;
    bottom: 135px;
    left: 20px;
}

.testimonial-sec .clients-covers .second_position {
    position: absolute;
    top: 55px;
    left: 114px;
}

.testimonial-sec .clients-covers .forth_position {
    position: absolute;
    top: 176px;
    left: 350px;
}

.testimonial-sec .testimonial_title {
    font-family: 'Proxima Nova Lt';
    color: #292929;
    font-size: 45px;
}

.testimonial-sec .clients-covers .forth_position img {
    width: 70px;
    height: 70px;object-fit: cover;
}

.testimonial-sec .clients-covers .second_position img {
    width: 80px;
    height: 80px;object-fit: cover;
}

.testimonial-sec .clients-covers .third_position img {
    width: 140px;
    height: 140px;object-fit: cover;
}

.testimonial-sec .clients-covers .first_position img {
    width: 100px;
    height: 100px;object-fit: cover;
}

.testimonial-sec .clients-covers .five_position img {
    width: 70px;
    height: 70px;object-fit: cover;
}

.testimonial-sec .clients-detail  p {
    color: #5d5d5d;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    line-height: 27px;
    position: relative;
    padding-top: 100px;
    width: 80%;
    font-weight: 300;
}

.testimonial-sec .clients-detail h4 {
    color: #292929;
    font-size: 25px;
}

.testimonial-sec .clients-detail .testi_content {
    position: relative;
}

.testimonial-sec .clients-detail .testi_content .new_thumb {
    position: absolute;
    right: 30px;
    top: 200px;
    text-align: center;
}

.testimonial-sec .clients-detail .testi_content .new_thumb img {
    border: 6px solid #c2cccd;
    border-radius: 50%;
    display: inline-block;
    margin: 14px 0px 0px 100px;width:190px;height:190px;object-fit:cover;
}

.testimonial-sec .clients-detail  p::before {
    content: "";
    top: 0px;
    left: 0;
    background: url(images/quote.png);
    width: 70px;
    height: 70px;
    position: absolute;
    background-repeat: no-repeat;
}

.client-thumb img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
}

.client-content h3 {
    font-size: 25px;
}

.slick-current.slick-active img {
    border: 2px solid #c2cccd;
}

.slick-track .slick-current .clients-detail .testi_thumb img:nth-child(3) {
    border: 2px solid red !important;
}

.testimonial-sec .hide_desktop{
    display: none;
}

.testimonial-sec .testimonial_title.hide_rsp{
    display: block;
}

.testimonial-sec .hide_rsp {
        font-size: 45px;
    color: #6c858e;
    margin-bottom: 30px;
}

.testimonial-sec .clients-detail p {
    color: #5d5d5d;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    line-height: 27px;
    position: relative;
    padding-top: 100px;
    width: 80%;
    font-weight: 300;
}

.testimonial-sec .clients-detail p {
    color: #5d5d5d;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    line-height: 27px;
    position: relative;
    padding-top: 100px;
    width: 80%;
    font-weight: 300;
}


.testimonial-sec .heading h1 {
    display: none;
}

@media (max-width: 1024px) {
    .testimonial-sec .clients-detail p {
        width: 100%;
    }
}

@media (max-width: 980px) {
    .testimonial-sec {
        background-size: contain;
    }

    .testimonial-sec .clients-detail .testi_content {
        position: relative;
        text-align: center;
    }

    .testimonial-sec .hide_desktop {
        font-size: 45px;
        color: #6c858e;
        margin-bottom: 30px;
    }
    .testimonial-sec .clients-detail .testi_content .new_thumb {
        position: initial;
        right: 0;
        top: 249px;
        text-align: center;
    }

    .testimonial-sec .clients-detail .testi_content .new_thumb {
        margin-bottom: 30px;
    }

    .testimonial-sec .clients-detail .testi_content {
        position: relative;
        text-align: center;
    }

    .testimonial-sec .hide_desktop {
        display: block;
    }

    .testimonial-sec .clients-detail p {
        width: 100%;
    }

    .testimonial-sec .clients-detail .testi_content .new_thumb img {
        margin: 0;
    }

    .testimonial-sec .slick-track, .testimonial-sec .slick-list, .testimonial-sec .view_slide {
        height: auto !important;
    }

    .testimonial-sec .hide_rsp {
        display: none !important;
    }

    .testimonial-sec .slick-track, .testimonial-sec .slick-list, .testimonial-sec .view_slide {
        height: auto !important;
    }

    .clients-covers {
        height: auto;
    }
}