@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
@charset "utf-8";
/* CSS Document */
html { }
body{font-family: 'Poppins', sans-serif; color: #111;}
.h1, h1 {}
.sticky {
    position: fixed !important;    top: 0px;     z-index: 999;    -webkit-animation-fill-mode: both;    
	animation-fill-mode: both;    -webkit-animation-duration: 1s;    animation-duration: 1s;    -webkit-animation-name: slideInDown;    
	animation-name: slideInDown;    box-shadow: 0px 6px 15px 0px rgb(0 0 0 / 35%);}
	.sticky	.hdr-top{display: none;}
.sticky	.navbar-brand>img {height: 70px;}
.sticky	.navbar-expand-lg .navbar-nav .nav-link {}
	.media{}
.media .media-left, .media .media-body, .media .media-right{display: table-cell;vertical-align: top;}
.media .media-left{}
.media .media-body{padding-left: calc(var(--bs-gutter-x) * .5);width: 10000px;}
img{max-width: 100%;}
  a{text-decoration:none;}
.text-info {
    color: #00adef !important;}
h1, h2, h3, h4, h5{margin-top: 0px;font-weight: 700;/*font-family: 'Lobster', sans-serif;*/}
p{     line-height: 24px;
    color:#626262;
    font-size: 14px;}
p strong{font-weight: 600;}
.list-point{position: relative;    margin-bottom: 25px;}
.list-point ul{}
.list-point ul li:before{content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    width: 20px;
    height: 20px;
    background: url(../images/favicon.png) no-repeat;
    background-position: center;
    background-size: 100%;}
.list-point ul li{line-height: 22px;
    font-size: 15px;
    padding-left: 35px;
    position: relative;
    font-weight: 400;
    margin-bottom: 15px;
    color: #222;}
.bg-light {
    background-color: #e9ebfd !important;
}
.text-success {
    color: #93c12d !important;
}
.btn-primary {font-weight: 500;
    color: #fff;
    background-color:#191e4a;
    border-color:#191e4a;
}
.btn-primary:hover{
    color: #fff;
     background-color:#2a3278;
    border-color:#2a3278;
}
.btn-success {
    color: #fff;
    background-color: #93c12d;
    border-color: #93c12d;
}
.btn-success:hover {
    color: #fff;
    background-color:#7eaf12;
    border-color:#7eaf12;
}
.media .d-m-show{display:none;}
.container-fluid {padding-left: 30px;padding-right: 30px;}
header{ z-index:1000;/*box-shadow: 0 2px 4px rgb(0 0 0 / 20%);*/
    transition: 0.5s;    width: 100%;}
.hdr-top {     background-color: #191e4a;
    border-bottom: 1px solid #2b316c;
    padding-top: 5px;
}
.hdr-social-link li{padding-right: 2px;
    padding-left: 2px;}
.hdr-social-link li a {font-size: 14px;
    color: #fff;
    transition: 0.5s;
    display: block;
    background-color: #f0f0f0;
    width:28px;
    height:28px;
    text-align: center;
    border-radius: 4px;
    line-height: 28px;
}
.hdr-social-link li a.fb{background-color: #3c579e;color: #fff;}
.hdr-social-link li a.tw{background-color: #1da1f3;color: #fff;}
.hdr-social-link li a.linden{background-color: #0076b4;color: #fff;}
.hdr-top-cnt{margin-bottom: 5px;}
.hdr-top-cnt li{margin-right: 30px;}
.hdr-top-cnt li:last-child{margin-right: 0px;}
.hdr-top-cnt li a {color:#e5e6ff;
    font-weight: 500;
    font-size: 12px;
}
.hdr-top-cnt li a i{margin-right: 4px;color:#93c12d;}

/* Landing page header */
.landing-header{position: absolute;
    width: 100%;background: linear-gradient(#191e4a, #191e4a, rgb(25 30 74 / 0%));}
    .landing-header.sticky{background: linear-gradient(#191e4a, #191e4a, #191e4a);}
.landing-header .navbar-brand>img{height: 85px;}
.landing-header .mobile-navbar{}
.landing-header .navbar-expand-lg .mobile-navbar .nav-link{font-size: 18px;
    color: #fff;font-weight: 500;
    padding: 10px 12px;}
   .landing-header .navbar-expand-lg .mobile-navbar .call-nav{font-weight: 600;}
    .landing-header .navbar-expand-lg .mobile-navbar .apply-nav{background-color: #93c12d;
    border-radius: 10px;font-size: 16px;
    padding: 10px 15px;}
    .bannr-wrap{overflow: hidden;
    height: 650px;}
    .bannr-wrap>img{object-fit: cover;}
	/*============ slider css =============*/

/********************
*****Slide effect
**********************/
/*---------- SLIDE CAPTION ----------*/
.slide-text {left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    position: absolute;
    justify-content: center;
    align-self: center;
   align-items: center;
	    display: flex;
    
}
.slide-text-dec{position: relative;}
.slide-text h4 {}
.slide-text h1 {  font-size: 50px;
}

.slide-text p {  position: relative;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
}
.slide-text a.btn{
    font-weight: 500;
    font-size: 16px;
    line-height: 15px;
    padding: 15px 22px;
    border-radius: 0px;

}

    .form-box{position: relative;border-radius: 20px;padding: 30px 45px 45px;}
.form-group label{ font-weight: 400;
    font-size: 13px;
    margin-bottom: 5px;}
    .form-group{margin-bottom: 20px;position: relative;}
 .form-ctrl{      height: 46px;
    border-radius: 10px;
    border: 1px solid #a9a9a9;
    font-size: 13px;
    color: #000;
}
.btn-submit{padding: 10px 20px;font-size: 16px;}
textarea.form-ctrl{height:auto !important;}
        
/*=========== end ===========*/
/*========== enquire form ======*/
.wrap{ position:relative; padding-top:80px; padding-bottom:80px;}
.bg-primary {
    background-color:#191e4a !important
}
.title{ position:relative; margin-bottom:25px;}
.title h1{font-size: 46px;}
.title h2{    font-size: 40px;}
.title h3{font-size: 35px;}
.title h4{font-size: 30px;}
.title p{font-size: 18px;line-height: 30px;}

.embed-responsive {
    width: 100%;
    height: 450px;
    background-color: #000;
    overflow: hidden;
    border-radius: 20px;
}
.embed-responsive>video, .embed-responsive>iframe {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

/*=========== about hompe page ================*/
.galry-item{height: 288px;border-radius: 12px;overflow: hidden;}
.galry-item>img{width: 100%;height: 100%;object-fit: cover;}
.galry-item-lg{height: 600px;}
#AboutUs{/*background: url(../images/tires-img.png)no-repeat;background-position: bottom right;
    background-size: 100px;*/}
.abt-box{position: relative;margin-bottom: 25px;}
.abt-box h4{font-size: 28px;}
.abt-box p{font-size: 15px;
    color: #555;}
.abt-icon{width: 60px;height: 60px;margin: 5px auto;}
.abt-icon>img{width: 100%;height: 100%;object-fit: contain;}
.abt-img-card{position: relative;}
.abt-img{position: relative;
    width: 100%;
    height: 450px;}
.abt-img>img{width: 100%;height: 100%;object-fit: cover;position: relative;border-radius: 12px;}
.abt-img2{}
    .abt-img2>img{width: 100%;border-radius: 12px;}

.abt-video {
    height: 450px;
    overflow: hidden;
    border-radius: 20px;
}
.item-box{position: relative;margin-bottom: 25px;}
.tmb{position: relative;
    width: 100%;
    height: 220px;
    margin-bottom: 10px;
    border-radius: 0px;
    overflow: hidden;}
.tmb>img{width: 100%;height: 100%;object-fit: cover;}
.item-dec{padding: 5px 15px 15px;}
.item-dec h4{    font-size: 19px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;}
.item-dec p{line-height: 22px;color: #666;overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;}
.item-dec .btn-link{    font-weight: 500;color:#d87c70;
    text-decoration: none;}

/* ========= Brij section========== */
.brij-item{}
.brij-item .tmb{height: 400px;
    border-radius: 12px;}
.brij-item h3{font-size: 32px;}
.director-pic{border-radius: 18px;}
/*========== services  ========*/

.services-wrap{}
.srvs-dec{position: relative;z-index: 1;}
.srvs-dec p{font-size: 18px;color: #000;line-height: 32px;margin-bottom: 35px;}
.srvs-dec p:last-child{margin-bottom: 0px;}

.srvs-box{}
.srvs-icon{ width: 75px;
    height: 75px;
    position: relative;}
    
.srvs-icon>img{width: 100%;height: 100%;object-fit: contain;}
.srvs-box h4{font-size: 20px;}
.srvs-box h5{font-size: 16px;font-weight: 600;}
.srvs-box h6{font-size: 14px;color:#000;}
.srvs-box p{}



/*================= Why Choose Us ===================*/
.why-choose-wrap{}
.why-choose{}
.why-choose-icon{width: 75px;height: 75px;margin-bottom: 10px;}
.why-choose-icon>img{width: 100%;height: 100%;object-fit: contain;}
.why-choose h4{font-weight: 600;font-size: 18px;}
.why-choose p{font-size: 13px;line-height: 18px;}
.why-choose-mid-img{width: 100%;
    height: 250px;
	display:block;
	margin:0px auto 20px;
    border-radius: 10px;
	overflow:hidden;}
	.why-choose-mid-img>img{width: 100%;
    height: 100%;object-fit: cover;}


/*=========== Priority ================*/
.priority-card{background-color: #fff;
    box-shadow: 0 0 38px rgb(0 0 0 / 11%);
    position: relative;
    border-radius: 20px;
    padding: 20px;}
.priority-card .tmb {
    height: 300px;border-radius: 20px;
}
        .property-dec{position: relative;padding: 20px;}
        .property-dec h4{font-weight: 700;font-family: 'Poppins', sans-serif;
            font-size: 26px;margin-bottom: 12px;}
        .property-dec h5.price{font-weight: 600;
            margin-bottom: 12px;font-family: 'Poppins', sans-serif;}
        .property-dec h5.price sub{bottom: 0px;font-weight: 400;}
        .property-dec p{}
        .priority-card:hover{box-shadow:0 0 30px rgb(0 0 0 / 15%);;}
        .room-facility{border-top: 1px solid #ccc;
            padding-top: 20px;}
        .room-facility>li{padding-left: 20px;padding-right: 20px;border-left: 1px solid #ccc;display: flex;
    align-items: center;}
        .room-facility>li:first-child{padding-left: 0px;border-left: none;}
        .room-facility>li:last-child{padding-right: 0px;}
        .room-facility .room-facility-icon{width: 35px; height: 35px; margin-bottom: 6px;}
        .room-facility .room-facility-icon>img{width: 100%;height: 100%;object-fit: contain;}
        .room-facility h6{font-weight: 400;
            font-size: 13px;
            margin-bottom: 0px;}
            .room-box{position: relative;width: 100%;height: 220px;border: 1px solid #fff;}
            .room-box>img{width: 100%;height: 100%;object-fit: cover;}
            .room-box-lg{height: 440px;}

/*=========== faq ================*/
.sidebar-sticky{position: sticky;top: 100px;}
.faq-accordion{position: relative;}
.faq-accordion .accordion-item {
    background-color: transparent;
}
.faq-accordion .accordion-button {font-size: 20px;
    color: #222;background-color: transparent;
    font-weight: 400;padding: 20px 20px 20px 35px;}
.faq-accordion .accordion-button::after {content: "\f067";
    background-image: none;
    font: normal normal normal 14px / 1 FontAwesome;
    background-color:#d87c70;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0px;
}
.faq-accordion .accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: rotate(0deg);
    content: "\f068";
}
.faq-accordion .accordion-button:not(.collapsed) {
    box-shadow: none;color:#d87c70;
}
.faq-accordion .accordion-body {
    padding: 5px 12px 12px 35px;
}
.faq-accordion p {
    font-size: 14px;
    line-height: 22px;
}

/*================= Our Process ===================*/
.bg-light-warning{background-color: #fffaec;}
.process-line-wt {    position: relative;
    width: 90%;
    margin: auto;
}
.process-line {
    position: absolute;
    top: 60px;
    left: 90px;
    right: 90px;
}
.process-line img {
    z-index: 0;
    margin: auto;
    display: block;
}
.process-list{display: flex;
    width: 100%;
    justify-content:center;
    align-self: center;
    margin: auto;
    text-align: center;}
.process-list li{    width: 25%; margin-bottom: 25px;}
.process-list li:nth-child(odd){}
.process-box {
    position: relative;
}
.process-icon {      position: relative;
    width: 130px;height: 130px;
    border-radius: 50%;
    margin: 0px auto 10px;
    box-shadow: 0px 0px 16px 1px rgb(0 0 0 / 8%);
    background-color: #ffffff;
    padding: 15px;
   
}
.process-icon-bg{ background-color: #f1f0f0; position: relative;
    width: 100%;height: 100%;
    border-radius: 50%;
    margin: 0px auto 10px;}
.process-icon img {
   position: relative;
    top: 20px;
    width: 55px;
    height: 55px;
    object-fit: contain;
}
.process-icon span {  position: absolute;
    bottom: 35%;
    right: -30px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
   background-color:#d87c70;
    border-radius: 50%;
}
.process-list li h4 {
    font-size: 16px;
    font-weight: 600;
    max-width: 185px;
    margin:10px auto;
}
.process-list li p{    max-width: 200px;
    margin: auto;
    color: #4c4949;
    font-size: 12px;
    line-height: 18px;}



/*================= client home page ===================*/
.bdr-bg{     width: 80px;
    background-color: #000;
    height: 3px;
    display: inline-block;}
.bdr-bg1{     width: 80px;
    background-color:#e4be82;
    height: 3px;
    display: inline-block;}
.lightgold{color:#e4be82;}
.inner-box{box-shadow: 0px 0px 20px rgba(0,0,0,0.10);    background-color: #fff;
    text-align: center;}
.inner-box>.thumbnail{ margin-bottom: 0px;}
.inner-box>.thumbnail img{    width: 100%;
    height: 225px;
}
/*============= button style ================*/
.button-1{width: 100%;
    outline: none;
    height: 50px;
    /* float: left; */
    text-align: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0px 0px 0px 0;
    background-color:#d3a023;
    border-radius: 0px;
    font-size: 14px;
    color: #fff;
    border: none;
}
.button-1 a, .button-1 span{ text-transform: uppercase;
  font-size:14px;
  color:#fff;
  text-decoration:none;
  line-height:50px;
    font-weight: 500;
  transition:all .5s ease;
  z-index:2;
  position:relative;
}
.button-1 a img{    float: none;
    margin-left: 10px;}
.eff-1{
  width:100%;
  height:50px;
  right:-840px;
  background:#c38e0d;
  position:absolute;
  transition:all .5s ease;
  z-index:1;
}
.button-1:hover .eff-1{
  right:0px;top: 0px;
}
.button-1:hover a{
  color:#000;
}
.button-1:hover a, .button-1:hover.book-btn{
  color:#000;
}

/*=============== our team ===================*/
.team-card{position: relative;padding: 40px 10px 25px;}
.team-card-icon{width: 80px;height: 80px;margin: 0px auto 15px;transition: 0.5s;}
.team-card-icon>img{width: 100%;height: 100%;object-fit: contain;}
.team-card:hover>.team-card-icon{transform: scale(1.1);-webkit-transform: scale(1.1);-o-transform: scale(1.1);}
.team-card h3{font-size: 30px;font-weight: 600;color: #fff;}
.ourteam-wrap{background-color: #404041;position: relative;padding-top: 40px;}
.team-box{position: relative;
    padding: 10px;margin-bottom: 25px;}
.team-box .media-left{width:15% !important;}
.team-box .team-box-img{width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;margin-bottom: 5px;}
.team-box .team-box-img img{width:100%; height: 100%; transition: 0.5s;object-fit: cover;}
/*.team-box:hover> .team-box-img img{transform: scale(1.2);-o-transform: scale(1.2);-webkit-transform: scale(1.2);}*/
.team-box .client_info{padding: 15px 0px;position: relative;}
.team-box .client_info h4{ font-size: 15px; color: #fff;font-weight: 600;}
.team-box .client_info h6{     color: #74C2CC;
    font-size: 14px;font-weight: 600;}
.team-box .client_info p{font-size: 12px;
    color: #fff;
    font-weight: 300;
    line-height: 20px;margin-right: 46px;}
.team-box .client_info p:first-child{margin-bottom: 0px;}
.team-box .client_info .collapse-text a{font-weight: 400;
    color: #0f4aa4;}
.team-box .hdr-social-link{}
.team-box .hdr-social-link li a {   }
.owl-dots{text-align: center;    margin-top: 20px;}
.owl-carousel button.owl-dot{width: 8px; height: 8px; display:inline-block; margin: 5px; border-radius: 50%; background-color: #a0c9ff; }
.owl-carousel button.active{background-color:#e0eaf6;width: 10px; height: 10px;}
.owl-nav { position: absolute;
    top: -55px;
    right: 0px;}
.owl-nav button span { font-size: 40px;
    line-height: 30px;
    font-weight: 100;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: block;
    color: #000;
    border: 1px solid #e1e0e0;
}
.owl-nav button span:hover{border: 1px solid #e1e0e0; background-color:  #e1e0e0;}
.owl-nav .owl-next{margin-left: 10px;}
.owl-nav .owl-prev {}

/*====================  ====================*/
/*==================== ====================*/
.testimonial_block {width: 100%;
    position: relative;

}
/*.testimonial_block:before{    content: "\f10d";
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    color:#ffd46c;
    font-size: 40px;
    left: -18px;
    top: -18px;}
*/
.client_message:after{    content: "\f10e";
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    color: #93c12d;
    font-size: 24px;
    right: 20px;
    bottom: 20px;
}
.testimonial_icon {width: 65px;
    height: 65px;
    overflow: hidden;
    border-radius: 6px;
    margin-right: 12px;
}
.testimonial_icon i {
  width: 100%;height: 100%;object-fit: cover;
}
.client_message {position: relative;
    width: 100%;
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
}
.client_message h4.text-warning{font-size: 18px;}
.client_message p {    font-size: 14px;
    overflow: auto;
    max-height: 125px;
    margin-bottom: 30px;
}
.client_info{}
.client_info .name h4 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-family: 'Poppins', sans-serif;
}
.client_info .name span {
    font-size: 13px;
    line-height:18px;
}

.testimonial_block .quote_left {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -10px;
}
.testimonial_block .quote_left i {
    font-size: 70px;
    color:#e8fff0;
}
#testimonials .owl-carousel .owl-dots{text-align: center;}
#testimonials .owl-carousel .owl-dots .owl-dot{width: 12px; outline: none;
    height: 12px; margin: 2px;
    border-radius: 50%;
    background-color: #ddd;}
#testimonials .owl-carousel .owl-dots .owl-dot.active{background-color:#ff0000;}
/*========= home page contact =========*/
.home-contact-wrap{}
.contactinfo-rgt{ position: relative;
    border-radius: 20px;
    box-shadow: 0 0 38px rgb(0 0 0 / 19%);}
	.contactinfo-rgt .young-bnr{ border-radius: 12px 0px 0px 12px;
    width: 100%;
    height: 550px;
    object-fit: cover;
    display: block;
    margin: auto;}
.contactinfo-rgt .title{margin-bottom: 40px;}
.contactinfo-rgt .fotr-media{margin-bottom: 20px;}
.contactinfo-rgt .fotr-media h6{font-size: 13px; color: #777;}
.contactinfo-rgt .fotr-media p{ color: #000;}
.contactinfo-rgt .fotr-media p a{ color: #000;}
.contactinfo-rgt .hdr-social-link li a {}
.contact-form{ position: relative;
    padding: 35px 45px;
    /*box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 23%);
    border-radius: 12px;*/}
.contact-form h4{font-size: 28px;}
.map-col .contact-form{ padding-left: 50px;}

/*=========== Our Clients ================*/
.ulRowfive{}
.ulRowfive>li{width: 20%;}
.partner-logo{position: relative;
    width: 100%;
    overflow: hidden;
    padding: 20px 50px;
    background-color: #fff;
   height: 100px;
}
.partner-logo>img{transition: 0.5s;width: 100%;height: 100%;object-fit: contain;}
.partner-logo:hover> img{ transform: scale(1.2); -o-transform: scale(1.2); -webkit-transform: scale(1.2);}

/*=========== moment-wrap ================*/
.moment-wrap{background-color: #703380;}
.moment-wrap .title h2 {color: #fff;}
.moment-wrap .title h2 span {
    -webkit-text-stroke: 1px #fff;
    color:  #703380;
}
.moment-wrap .title p{color: #fff;max-width: 635px;
    font-weight: 300;}
.stanford{background-color: #fff;
    padding: 10px;
    border-radius: 10px;}
.stanford>img{width: 100%;height: 100%;object-fit: contain;}

/*=========== footer ================*/
footer{background-color:#191e4a;
    padding-top: 50px;}
footer .title{}
footer .title h2{color: #fff;}
footer .title h2 span{-webkit-text-stroke: 1px #000;
    color: #404041;}
.fotr-logo{ margin-bottom: 15px;width: 215px;}
footer h3{color: #93c12d;
    font-size: 20px;font-weight: 600;
    margin-bottom: 20px;
    position: relative;}


footer p{ color: #dde8f6; font-size: 14px; line-height: 22px;font-weight: 400;display: inline-block;}
.fotr-media{    margin-bottom: 15px;
    position: relative;}
.fotr-media-icon{width: 22px;
    height: 22px;
    /* background-color:#181931; */
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;}
.fotr-media-icon>img{width: 100%;height: 100%;object-fit: contain;}
.fotr-media h6{margin-top: 0px;
    font-size: 18px;
    color: #dde8f6;
    font-weight: 300;}
.fotr-media p{ margin-bottom: 5px;}
.fotr-media p a{font-size: 16px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 5px;}
.fotr-media p a:hover{color: #93c12d;}
.fotr-media p i{  font-size: 14px;
   width: 25px;
    height: 25px;
    background-color:#93c12d;
    line-height: 26px;
    border-radius: 4px;
    text-align: center;}
.fotr-media h4{ margin-top: 0px; position: relative; margin-bottom: 20px;}
.fotr-media h4:before{position: absolute;
    bottom: -8px;
    height: 2px;
    width: 50px;
    background-color: #dde8f6;
    left: 0px;
    content: "";}
.adress{padding-right:80px;}
.fotr-media-item{margin-bottom: 25px;}
.fotr-menu{}
.fotr-menu li{}
.fotr-menu li:last-child{margin-right: 0px;}
.fotr-menu li  img{width: 20px;height: 20px;margin-right: 5px;object-fit: contain;}
.fotr-menu li a{color: #dde8f6;
    display: inline-block;
    padding: 10px 0px;
    transition: 0.5s;
    font-weight: 300;
    font-size: 14px;}
	.fotr-menu li a:hover{transform: translate(10px, 0px);-o-transform: translate(10px, 0px);-webkit-transform: translate(10px, 0px); text-decoration:none;color:#93c12d;}
	.cpyrgt-wrap{       position: relative;
    padding-top: 20px;
    padding-bottom: 5px;
    background-color:#191e4a;
    border-top: 1px solid #2b316c;}
footer .hdr-social-link{margin-top: 10px;}
footer .hdr-social-link li a{color: #fff;
    transition: 0.5s;
    background-color: transparent;
    font-size: 20px;}
footer .hdr-social-link li a:hover{transform: scale(1.2);-webkit-transform: scale(1.2);-o-transform: scale(1.2);}
    .cpyrgt-wrap p{ font-size: 12px;
    font-weight: 400;
    color: #dde8f6;}
.cpyrgt-wrap p a{color:  #dde8f6;font-weight: 500;}
.cpyrgt-wrap p a:hover{color: #93c12d;}
/*========== whatsapp ==========*/
.fixed-links {right: 5px;
    position: fixed;
    z-index: 100;
    bottom: 50px;}
.fixed-links>a{font-weight: 600;
    border-radius:50%;
    font-size: 22px;
    color: #fff;
    background: #25d366;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,0.06), 0 2px 32px 0 rgba(0,0,0,0.16);
    padding: 11px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 4px;
    text-decoration: none;
    text-align: center;}
.fixed-links>a.whatsap{background: #25d366;border-radius: 50%;}
.fixed-links>a.call{background-color:#73a10f;}
.mrgn-btm0{margin-bottom: 0px;}
/*================ thank you  ===========*/
.thanks-section{padding-top: 90px;padding-bottom: 80px; background-color: #f5f5f5;}
.inner-thanks{}
.inner-thanks img{ width: 100px;margin-bottom:10px;}
.thanks-footer{padding-top: 0px;}
.thanks-footer .cpyrgt-wrap{ margin-top: 0px;}
.btn-width{width: 150px; margin: auto;}

/*================ inner pages ===========*/
.txt_dec {
    position: relative;
    margin-bottom: 20px;
}
.txt_dec h4 {
    color: #000;
    font-weight: 500;
    font-size: 18px;
    text-transform: inherit;
}
.txt_dec p {
    text-align: justify;
    font-size: 14px;
    margin-bottom: 20px;
}
/*============= about us ================*/
.inr-wrap{position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;}
.about-bnr{ }
.inr-title{ position: relative;}
.inr-title h2{text-transform: uppercase;color: #fff;}
.brdcrm{background-color: transparent;
    border: none;
    border-radius: 0px;
    padding: 5px 0px;
    margin-bottom: 0px;}
.brdcrm>li {    text-transform: capitalize;
    font-weight: 500;
    font-size: 13px;}
.brdcrm>li a{ color: #484848;}
.breadcrumb-item+.breadcrumb-item::before { color: #484848;}
.brdcrm>li.active{ color: #000;}
.orange{color: #f99011;}
.about-tab-nav{margin-bottom: 35px;
    border-bottom: 1px solid #ddd;
    margin-left: 0px;}
.about-tab-nav li{ }
.about-tab-nav li:first-child{padding-left: 0px;}
.about-tab-nav li a{display: block;
    padding: 12px 35px;
    font-size: 17px;
    color: #333;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;}
.about-tab-nav li.active > a{border-bottom: 2px solid #1f56aa; color: #1f56aa;}
.about-tab-nav li a:focus{text-decoration: none;}
.about-tab-nav li a:hover{text-decoration: none;color: #1f56aa;}
.abt-dec{margin-bottom: 20px;}
.abt-dec h3{ margin-bottom: 20px;}
.abt-dec p{   font-size: 14px;
    color: #777;}
.abt-dec p:last-child{margin-bottom: 0px;}
.abt-tmbimg{}
.abt-tmbimg .img-responsive{}
.vision-mission{    margin-bottom: 24px;
    border: 1px solid #cdc6c6;border-radius: 4px;
    padding: 30px 30px 20px;}
.vision-mission h3{font-size: 26px;
    font-weight: 400;}

.client-list img {
    transition: 0.5s;
        -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .4;
}
.client-list:hover> img {opacity: 1;
    transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.founder-wrap{background: url(../images/suri.jpg)no-repeat;    background-size:40%;
    background-position: bottom left;padding-bottom: 10px;}
/*================ Gallery=================*/
.tabs-nav {
    margin-bottom: 20px;
    border: 1px solid #858585;
    border-radius: 30px;
    padding: 6px;
}
.tabs-nav .nav-link {
    border-radius: 30px;
    font-size: 15px;
    color: #858585;
    font-weight: 400;
    padding: 10px 5px;
}
.tabs-nav .nav-link.active, .tabs-nav .show>.nav-link {
    color: #fff;
      background-color: #00B1FB;
}
.galry-list .tmb {
    height: 210px;}
.galry-list .embed-responsive {
    width: 100%;
    height: 260px;
    border-radius: 10px;
    overflow: hidden;margin-bottom: 25px;
}

/*================ Services =================*/
.srvs-row{background-color: #d3a023;margin-right: 0px;
    margin-left: 0px;}
.srvs-row>* {
    padding-right: 0px;
    padding-left: 0px;
}
.srvs-item{position: relative;    padding: 0px 30px;}
.srvs-item .title h2 {
    color: #fff;
}
.srvs-item p{font-size: 14px;color: #fff;}
.srvs-img{width: 100%;
    height: 500px;
    object-fit: inherit;}
.srvs-img>img{width: 100%;height: 100%;object-fit: cover;}
/*================ Career =================*/

/*================ contact =================*/
.contactus-inner{background: url(../images/young-doctor-woman.png)no-repeat;background-position: left bottom;
    background-size: 17%;}
.location-wrap{position: relative;}
.location-wrap>iframe{width: 100%;
    height: 400px;}
/*===================== Sign up  setion  ===============*/



/*============ Testimolial-inner ===============*/
.testimolial-inner{}
.testimolial-inner .client_message {margin-bottom: 20px;}
.testimolial-inner .client_info {margin-bottom: 0px;}
.testimolial-inner .media .media-left{padding-right: 0px;}
.testimolial-inner .testimonial_icon{margin: 0px 15px 0px 0px;border-radius: 10px;}

