/*
Green : #99be3bs
Blue : #013e7f
*/

.logo {
    padding-top: 0px;
}

.logo h1 {
    padding-top: 0;
    font-weight: 800;
    font-size: 40px;
    color: #013e7f;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif; 
}
.logo p{
    font-size: 16px;
    margin: 0;
    padding: 0;
    color: #7A5CAC
}
section {
    padding: 0
}

section.md {
    padding: 60px 0;
}

.navbar-brand {
    margin-right: 0;
}

.logo img {
    min-height: 75px !important;
}

.buy-theme {
    background: #e44111;
    color: #fff;
    top: 80%;
    right: -195px;
    padding-left: 45px;


}

.buy-theme a,
.all-demo a {
    color: #232323;
    font-size: 13px;
}

.buy-theme i {
    color: #fff;
    font-size: 35px;
    left: 10px;
    top: 8px;
    position: absolute;

}

.buy-theme span,
.all-demo span {
    padding: 0;
}
.buy-theme:hover{
    background-color: #441110;
    
}
@keyframes name1{
    0%{
        transform: scale(1.0);   
    }
    50%{
        transform: scale(1.2);   
    }
    100%{
        transform: scale(1.0);   
    }
}
.buy-theme:hover i{
    color: #e44111;

}
.buy-theme:hover a{
    color: #e44111;
}
/*
.all-demo{
    background: #013e7f;
    color: #fff;
    top: 85%;
    right: -194px;
}
.all-demo i{
    color: #fff;
    font-size: 25px;
}*/
.navbar-nav > li > a {
    padding: 10px 0.6rem;
}

.navbar > ul > li.has-sub > a:after {
    top: 16px;
}

.navbar li > ul ul {
    min-width: 300px;
}
.header-style3 .navbar-nav ul.sub-menu li a{
    color: #fff!important;
    display: block
}
.header-style3 .navbar-nav ul.sub-menu li a:hover{
    color: #ffa68c!important;
/*    background: #af2220!important;*/
    text-decoration: underline;
}
@media screen and (min-width: 992px) {
    .header-style3 .navbar-nav li > ul {
        background: #441110;
    }

    .header-style3 .navbar-nav > li > a {
        color: #000000;
        font-weight: 400;
        font-size: 14px;
    }
    
    .header-style3 .navbar-nav > li > a:hover {
        color: #e44111;
        position: relative;
    }
    
    .header-style3 .navbar-nav ul li a {
        color: #000;
        font-size: 15px;
    }

    .header-style3 .navbar-nav li.has-sub a:hover {
        color: #e44111;
    }
    .header-style3 .navbar-nav li ul li a:hover {
        color: #af2220!important;
    }
}

.navbar-header-custom {
    padding: 12px 0 12px 0;
}

.menu_area {
   background:#f0e4e3!important;
    padding: 0 25px; 
}

.moreinfo {
    padding: 4rem 0 !important;
}


.banner {
    position: relative;
}

.caption {
    width: 550px;
    position: absolute;
    top: 40%;
    right: 5%;
}

.caption h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    line-height: 60px;
    font-family: 'Poppins', sans-serif;
}

.banner .carousel-control-prev {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 45%;
    background: #cccccc;

}

.banner .carousel-control-next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 45%;
    background: #cccccc;
}
.banner .carousel-item img{
    animation: myAnim 5s linear 0s infinite alternate forwards;
}
@keyframes myAnim {
    0% {
       transform: scale(1.0);
    }
    100% {
       transform: scale(1.1);
    }
}
.serbox{
    margin: 0 5px;
/*    border: 1px solid #ccc; */
    background-color: #fff;
}
.serbox h3{
    font-size: 16px!important;
}
.serboxcnt{
    padding: 0 15px;
    padding-bottom: 15px;

}
.serboxcnt p{
    color: #000;
    line-height: 24px;
}
.serbox img {
    filter: brightness(100%);
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}

.serbox:hover img {
    filter: brightness(110%);
}

.testimonial h2 {
    color: #fff !important;
}

.homeapp {
    padding: 3rem 0 0 0;
}

.homeapp a.butn {
    font-size: 15px;
    background: #e31836 !important
}

.homeapp a.butn:hover {
    background: #fff !important;
    color: #000;
}
.testimonial{
    background: #013e7f95;
    padding: 3.5rem 0;
}
.testimonial h6 {
    font-weight: 600;
    color: #fff !important;
}

.getq {
    padding: 4rem 0;
}

.team h5 {
    color: #000 !important;
    font-size: 20px;
    font-weight: 500;
}

.team h5:hover {
    color: #000 !important;
}

.serbox:hover {
    box-shadow: 5px 5px 5px #00000015
}

footer {
    background: #f8f9fa;
}

.footer-style2 {
    padding: 4rem 0;
    background-color: #f0e4e3;
}

.footer-bar p {
    color: #ffffff !important;
}

.footer-bar p a {
        color: #000000 !important;  
}
.footer-bar p a:hover {
    color: #e44111!important;
}

.footer-style2 h3 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.mb10 {
    margin-bottom: 10px;
}

.team-style {
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}

.team-style:hover .team-member-img {
    border: 10px solid rgb(179 179 179) !important;
}
.team-style a{
    font-size: 24px;
    color: #333!important;
}
.team-style a:hover{
    font-size: 24px;
    color: #000!important;
}
.aboutus {
    padding: 4rem 0 4rem 0;
    background-color: #f0e4e3;
}
.aboutus {
    display: flex;
    align-items: center;
}

.aboutus p {
    text-align: justify;
    color: #575a7b;
}

/*
.bg-light {
    background-color: #f5f5f5 !important;
}
*/
.formsec {
    padding: 3rem 0;
}

.formsec form input {
    border: 1px solid #f0e4e3;
}

.formsec form textarea {
    border: 1px solid #f0e4e3;
}

.quform-element > label {
    font-weight: 600;
}

.abthomelft h2,
.abthomergt h2 {
    font-size: 54px;
    color: #2c2c2c;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
}
.abthomelft h3{
    font-size: 26px;
    margin: 0;
    font-weight: 300;
    padding-bottom: 15px;
}
.abthomelft {
    padding-right: 30px;
    text-align: justify;
}
.abthomelft p{
    color: #333333;
}
.abthomelft span{
    color: #e44111;
}
.abthomergt {
    padding-left: 30px;
    text-align: justify;
    position: relative;
}

.abthomergt:after {
    content: '';
    top: 0;
    left: -10px;
    position: absolute;
    height: 600px;
    background: #00000020;
    width: 2px;
}

.navbar-nav li > ul {
    width: 300px;
}

.navbar li > ul ul {
    margin-top: -41px;
    margin-left: 226px;
}

.box {
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}

.box h2 {
    padding: 0;
    margin: 0;
    font-size: 22px;
    padding: 10px 0;
    font-weight: 600;
    color: #333
   
}

.box:hover {
    box-shadow: 0px 10px 10px #00000030;
    -webkit- box-shadow: 0px 10px 10px #00000030;
    -moz- box-shadow: 0px 10px 10px #00000030;
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
}
.box:hover h2{
     color: #033f7e
}
[data-overlay-dark]:before {
    background: #441110;
}
.testmonial-single p{
    font-size: 18px;
    font-weight: lighter;
    font-style: italic;
    padding: 20px 0;
    color: #fff;
}
.testmonial-single span i, .testmonial-single .rating{
    font-size: 30px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    background-color: #e44111;
}
.address p{
    font-size: 14px;
    color: #000000;
    line-height: 26px;
}
.address span{
    font-weight: 300;
    font-size: 18px;
}
.address i{
    color: #000;    
    margin-right: 3px;
}
.hospital{
   padding: 4rem 0 2rem 0;
}
.hbox{
     margin-bottom: 30px;
    background-color: #f1f8ff;
    border: 1px solid transparent;
    transition:0.5s ease;
-moz-transition:0.5s ease;
-webkit-transition:0.5s ease;
}
.hboxin {
    padding: 30px;

}
.hboxin h1{
    font-size: 22px;
    font-weight: 400;
    margin: 0;
  
}
.hboxin p{
    font-size: 14px;
    margin: 0;
    padding-top: 5px;
}
.hbox:hover {
    border: 1px solid #999;
}
.hboxin a button{
    margin-top: 10px;
    background: #013e7f;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    border: none;
    position: relative;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.hboxin a button:hover{
    background: #1c6abb ;
}
.serviceshome{
    background-color: #f0e4e3;
}
.serviceshome h2.h1{
    color: #000000!important;
    font-weight: 600;
    font-size: 35px;
    text-transform: uppercase;
}
.team  h2.h1{
    color: #0a3484!important;
}
.interven{
       padding: 4rem 0;
}
.interven ul li{
    list-style: none;
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 25px;
    font-weight: 400;
     transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.interven ul li{
    padding-left: 5px;
	line-height: 35px;
}
.interven ul li i{
    margin-right: 8px;
}
.interven ul li a:hover{
    color: #e31836;
    
}
.interven ul li:hover{
    
    color: #e31836;
}
.interven ul li ul{
    padding-top: 25px;
}
.interven ul li:last-child{
    padding-bottom: 0;   
}
.sidbar{
	outline: 1px solid #1c6abb;
	border-radius: 20px;
}
.sidbar ul {
	margin: 0;
	padding: 0;
	padding: 15px;
}
.sidbar ul li{
	line-height: 35px;
	padding: 10px 0;
	font-weight: 600;
	list-style: none;
	padding-left: 30px;
	position: relative;
	border-bottom: 1px solid #00000015;
}
.sidbar ul li a:hover{
	color: #e31836;

}
.sidbar ul li:last-child{
	border-bottom: 0;
}
.sidbar h2{
	font-size: 24px;
	background-color: #a3a3a315;
	padding: 15px;
	text-align: center;
}
.sidbar ul li img{
	width: 6px;
	height: auto;
	position: absolute;
	left: 12px;
	top: 22px;	
}
.simg {
	text-align: center;
}
.simg img{
	width: 450px;
	margin: 0 auto;
	margin-bottom: 30px;
	border-radius: 30px;
}
.media b{
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 600;
}
.media i{
   color: #441110!important;
    position: relative;
    top: 12px;
    border: none;
    transition: 0.5s ease;
   /* background: #af2220;
    border: 2px solid #af2220;*/
}
.media span{
    color: #333;
}
.media:hover i{
    background: #fff;
    color:#af2220!important;
/*    border: 2px solid #ccc;*/
}
.header-style3.scrollHeader .navbar-nav > li > a{
    color: #000;
}
.header-style3.scrollHeader .navbar-nav li.current > a{
    color: #af2220;
    
}
.header-style3.scrollHeader .navbar-nav > li > a:hover{
    color: #af2220;
}
.aboutsec{
    padding-top: 4rem;
}
.about-image img{
   animation: profile 2s infinite ease;
}
@keyframes profile{
    0%{
        transform: translateY(-15px);
    }  
    50%{
        transform: translateY(0);
    }  
    100%{
        transform: translateY(-15px);
    }   
}
.serviceshome .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{
    background-color: #fff!important;
    border: 1px solid #e44111;
    color: #e44111;
}
.serviceshome .owl-carousel .owl-nav button.owl-prev:hover{
       background-color: #e44111!important;
    border: 1px solid #e44111;
    color: #fff;
}
.serviceshome .owl-carousel .owl-nav button.owl-next:hover{
     background-color: #e44111!important;
    border: 1px solid #e44111;
    color: #fff;
}
.counter {

}
.counter-box img{
    background-color: #f0e4e3;
    padding: 10px;
    border-radius: 10px;
}
.contactdet i{
    font-size: 48px;
    color: #e44111;
}
.ctbox{
    height: auto;
    margin-bottom: 22px;
}
.ayush{
    padding-top: 5rem;
    padding-left: 1rem;
}
.ayush h3{
    position: relative;
}

.ayush h4{
    font-weight: 300;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 1.5;
    padding-top: 15px;
}
.appointment-popup{
    padding-top: 20px;
}
.appointment-popup h3{
    font-size: 28px;
    font-weight: 600;
    color: #441110;
}
.abtbanner .carousel-indicators li{
    background-color: #f0e4e3;
}
.abtbanner .carousel-indicators .active{
    background-color: #e44111;
}
.testimonialpage{
    padding: 3rem 0;
}
.testimonialpage .testmonial-single {
       background-color: #f0e4e3;
       padding: 30px;
}
.testimonialpage .testmonial-single p{
    color: #000;
    font-weight: normal;
}
.testimonialpage .testmonial-single p{
    color: #000;
    font-weight: normal;
    margin-bottom: 0;
    padding-bottom: 0;
}
.testimonialpage .testmonial-single h6 {
    font-weight: 600;
    font-size: 14px;
    color: #000!important;
}
.servicepage{
    padding: 4em 0;
}
.sercnt p{
    color: #000;

}
.sercnt ul{
    margin-bottom: 20px;
}
.sercnt ul li{
    line-height: 35px;
    color: #000;
}
.sercnt h2{
    padding-top: 15px;
    padding-bottom: 5px;
    font-size: 22px;
    font-weight: 500;
    color: #6b2b14;
}
.portfolio{
    padding: 4em 0;
}