@charset "utf-8";
/* CSS Document */

/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script:700');
@import url('https://fonts.googleapis.com/css?family=Crimson+Text:400,600,700,400italic');*/
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;600&family=Nunito:wght@600;700;800&display=swap');

:root{
    --color-light: #fff;
    --color-dake: #000;
    --color-darkgray: #3a3a3c;
    --color-yellow: #ffb025; /*#ffd200;#f7971e;*/ 

    --primary:#03045e; /*#00308f; /* #06BBCC; */
    --light: #fcbf49;/*#caf0f8;/*#F0FBFC;*/
    --dark: #181d38;
    --light-service:#caf0f8;
    --menu-hover:#fcbf49;


    --color-blue:#03045e;
    --color-menubarbg:#03045e;
    --color-activemenu:#fcbf49;
}/*background: linear-gradient(to right, #add100, #7b920a);*/

body{
    margin: 0; 
    font-size: 14px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

/* ul:before, ul:after{ content:''; display:table;} */
ul:after{ clear:both;}
li{list-style: none;}
a{color: unset;}
a:hover{text-decoration: none; color: unset;}

h1, h2, h3{
    font-family: 'Montserrat', sans-serif;
}

ul{
    margin: 0;
    padding: 0;
}

p{
    line-height: 1.7;
}

.sectiongap{
    padding: 60px 0;
}



/*section title satrt*/
.orangebg{
    background-image: url(../images/background-orange.png);
    background-size: cover;
    background-repeat: no-repeat;   
}


/* topmenu added */
.headtop {
    background-color:#3a3a3c; 
    padding:5px 0;
    background-image: linear-gradient(120deg,#fff 70%,#ffb025 30%); 
    border-bottom:1px solid #ffb025;

}

.headtop-link {margin-top:12px; margin-right:20px;}
.head-list {margin-top:5px;}
.head-list ul {list-style:none; margin:0; padding:0; display:block;}
.head-list ul li {color:#fff; padding:10px; float:left; position:relative;}
.head-list li:before {
content:"";
position: absolute;
right:0;
width:1px;
height:32px;
background:#fff;
}
.head-list li:last-child:before {background-color:transparent;}
.social-links a {
font-size: 18px;
display: inline-block;
color: #fff !important;
line-height: 40px;
/*padding: 8px 0;*/
margin-right: 4px;
border-radius: 50%;
text-align: center;
width: 40px;
height: 40px;
transition: 0.3s;
background:#fff;
border: 1px solid var(--color-blue);
}


.headtop p{
color: #fff;
text-transform: uppercase;
font-size: large;

}

/* topmenu added end*/

/* after caresel short info */
.contact-number {
    background-color:var(--color-blue);
    padding: 15px 0px 15px 40px;
    border-radius: 14px;
    color: #f8f9fa;
    -webkit-box-shadow: -1px 8px 10px 0px rgba(50, 50, 50, 0.54);
    -moz-box-shadow: -1px 8px 10px 0px rgba(50, 50, 50, 0.54);
    box-shadow: -1px 8px 10px 0px rgba(50, 50, 50, 0.54);
    cursor: pointer;
}
	section.contact-area {
    padding: 50px 0 42px;
    background-color: #f7f7f7;
}
.contact-number .phone-call {
    float: left;
    width: 40px;
    margin-top: 11px;
    margin-right: 15px;
}

.contact-details-border{ border-right: 2px #3a3a3a solid; } 
.contact-details{padding: 15px 0px 15px 60px; } 
.contact-details p { font-size: 16px; color:#444444; font-weight: 600; } 
.contact-details a { font-size: 20px; color:#007cc0; font-weight: 600; padding-top: 21px; display: inline-block; }
.contact-number p { font-size: 20px; font-weight: bold; } 
.contact-number h3 {font-size: 25px; font-weight: bold; }

    .contact-details h4{
        color: var(--color-blue);
        font-size: 20px;
        font-weight: 600; 
        /*text-transform: uppercase;*/
    }
/* after caresel short info end*/


/*welcomr-area-start*/
.welcomr-area {
    background-image: url("../images/welcomebg.webp");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 106px 0 72px;
}
.welcome-content h3 span {
    font-size: 30px;
}
.welcome-content h3 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
}
.welcome-content p{
	font-size: 16px;
	color: #fff;
	font-weight: 400;
    text-align: justify;
}
.read-more-btn {
    color: #fff;
    display: inline-block;
    background-color:var(--color-yellow);/* #007cc0;*/
    padding: 18px 50px;
    margin-top: 30px;
    border: 1px solid transparent;
    transition: all .5s ease-in-out;
}
.read-more-btn:focus,
.read-more-btn:hover
{
    color: #fff;
    background: transparent;
    border-color: #fff;
}
.we-btn {
    text-align: right;
}

/* welcome section end*/

/* Our Service area */
.popular-service-area {
    background-image: url("../images/popularservicebg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
   /* position: relative;
    /*padding: 106px 0 72px;*/
    
   /* background-image: url("../images/welcomebg.webp");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 106px 0 72px;*/
    
    
    
}
.popular-service-area .section-title{
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}
.popular-service-area .section-title::after{
    content: "";
    position: absolute;
    width: 120px;
    height: 3px;
    background-color: var(--color-yellow);
    left: 50%;
    transform: translateX(-50%);
}

.ourservicebox {
    background-color: var(--color-light);
    padding: 30px;
    text-align: center;
    border-radius: 15px;
    margin: 25px 8px;
    transition: .5s;
    position: relative;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.40);
}

.ourservicebox:hover{
 box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.50);
}

.ourservicebox .btnbox {
  margin: 5px;
    font-size: 14px;
    font-weight: 600;
    border: solid 2px var(--color-osblue);
    border-radius: 25px;
    color: var(--color-blue);
}
.ourservicebox .btnbox:hover{
    background-color: var(--color-blue) !important;
    color: var(--color-light);
}


.ourserviceimage {
    width: 125px;
    height: 125px;
    overflow: hidden;
    margin: 0 auto;
}

.ourservicebox h2 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
}

.ourservicebox h2::after {
    content: "";
    width: 150px;
    height: 2px;
    background: #b3b3b3;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.ourservicebox p {
    font-size: 14px;
    font-weight: 500;
}

/* Our Service area NEd */


.popularbg{
    background-image: url(../images/ourpopulardish.webp);
    background-size: cover;
    background-repeat: no-repeat;   
}

.bgor{
    background-color: var(--color-orange);
}
.section-title{
    width: 100%;
    margin-bottom: 50px;
    position: relative;
}

.section-title::after{
    content: "";
    position: absolute;
    width: 120px;
    height: 3px;
    background-color: var(--color-yellow);
    left: 50%;
    transform: translateX(-50%);

}

/* .section-title h2:after, .section-title h2:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 5px;
    content: "";
    right: 45px; 
    margin:auto;
    background-color: var(--color-yellow);
  }
  .section-title h2:before { 
  background-color:var(--primary);
    left:45px; width:90px;
  } */




.text-left.section-title::after{
    left: 0;
    transform: unset;
}

.underlinenon.section-title::after{
    content: none;
}


.section-title h2{
    font-size: 38px;
    color: var(--color-darkgray);
    margin-bottom: 20px;
    position: relative;
    font-weight: 600;
}
.section-title h4{
    color: var(--color-yellow);
    font-size: 20px;
    font-weight: 600; 
    text-transform: uppercase;
}






.orangebg .section-title{
    margin-bottom: 50px;
}
.orangebg .section-title h2, .orangebg .section-title h4{
    color: var(--color-light);
}
.orangebg .section-title h2{
    font-size: 34px;
}
.orangebg .section-title::after{
    background-color: #fff;
}


/*section title end*/

.owl-carousel, .owl-carousel .owl-item{-webkit-tap-highlight-color:transparent; position:relative}
.owl-carousel{display:none; width:100%; z-index:1}
.owl-carousel .owl-stage{position:relative; -ms-touch-action:pan-Y}
.owl-carousel .owl-stage:after{content:"."; display:block; clear:both; visibility:hidden; line-height:0; height:0}
.owl-carousel .owl-stage-outer{position:relative; overflow:hidden; -webkit-transform:translate3d(226,22,209)}
.owl-carousel .owl-item{min-height:1px; float:left; -webkit-backface-visibility:hidden; -webkit-touch-callout:none}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{display:none}
.no-js .owl-carousel, .owl-carousel.owl-loaded{display:block}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev{cursor:pointer; -webkit-user-select:none; -khtml-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none}
.owl-carousel.owl-loading{opacity:0; display:block}
.owl-carousel.owl-hidden{opacity:0}
.owl-carousel.owl-refresh .owl-item{visibility:hidden}
.owl-carousel.owl-drag .owl-item{-webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none}
.owl-carousel.owl-grab{cursor:move; cursor:grab}
.owl-carousel.owl-rtl{direction:rtl}
.owl-carousel.owl-rtl .owl-item{float:right}
.owl-carousel .animated{-webkit-animation-duration:1s; animation-duration:1s; -webkit-animation-fill-mode:both; animation-fill-mode:both}
.owl-carousel .owl-animated-in{z-index:0}
.owl-carousel .owl-animated-out{z-index:1}
.owl-carousel .fadeOut{-webkit-animation-name:fadeOut; animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}
.owl-height{transition:height .5s ease-in-out}
.owl-carousel .owl-item .owl-lazy{opacity:0; transition:opacity .4s ease}
.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d; transform-style:preserve-3d}
.owl-carousel .owl-video-wrapper{position:relative; height:100%; background:#000}
.owl-carousel .owl-video-play-icon{position:absolute; height:80px; width:80px; left:50%; top:50%; margin-left:-40px; margin-top:-40px; background:url(owl.video.play.png) no-repeat; cursor:pointer; z-index:1; -webkit-backface-visibility:hidden; transition:-webkit-transform .1s ease; transition:transform .1s ease}
.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3); -ms-transform:scale(1.3,1.3); transform:scale(1.3,1.3)}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn{display:none}
.owl-carousel .owl-video-tn{opacity:0; height:100%; background-position:center center; background-repeat:no-repeat; background-size:contain; transition:opacity .4s ease}
.owl-next, .owl-prev{background-position:0 0}
.owl-carousel .owl-video-frame{position:relative; z-index:1; height:100%; width:100%}
.owl-nav{text-align:center; }



.navearo .owl-next, .navearo .owl-prev{
    position: absolute;    
    top: 50%;
    transform: translateY(-50%);
}


/* .navearo .item img{
    width: 100%;
} */


.navearo .owl-prev{
    left: -50px;
}
.navearo .owl-next{
    right: -50px;
}

.navearo .movileview-btn {
    background: #0000;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 15px;
    color: var(--color-yello);
    border: solid 1px #fff;
    background: #fff;
        border: 1px solid transparent;
    box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
}
.navearo .movileview-btn:hover{
    border: solid 1px #fff;
}
.navearo .owl-next i, .navearo .owl-prev i{
    line-height: 50px;
    font-size: 25px;
}

input, select{
    height: 45px;
    width: 100%;
    text-align: left;
}



/*dots*/
.owl-dots {
    display: flex;
    justify-content: center;
    padding-top: 30px;
}
 .owl-dots,  .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
 .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    border: solid 2px var(--color-blue) !important;
    /* border-radius: 50%; */
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 5px 5px;
}
.owl-dot.active{
    background-color: var(--color-blue) !important;
}
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

 /* .owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
    background: #fff;
    transition: all .5s ease-in-out;
} */

 /* .owl-dots .owl-dot.active, .owl-dots .owl-dot:hover{

    border: solid 1px #fff;
 }
 .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    background: #919191;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    transition: all .5s ease-in-out;
} */
.banner{
    position: relative;
}
.banner .owl-dots{
    position: absolute;
    left: 90px;
    top: 50%;
    transform: translateY(-50%);
}
.banner .owl-dots .owl-dot{
    display: block;
}

/*dots end*/


/*-----------owl end officialy-----------*/



/*-----------Menu Style Start-----------*/
.menutop{
    /*background: linear-gradient(to right, #add100, #7b920a);*/
    /*background-image: url(../images/headbg.png);*/
    background-size: cover;
    background-repeat: no-repeat;   

   /* background-color: var(--color-dake);*/
    color: var(--color-light);
    padding: 15px 0;
}
.menutop ul li{
    position: relative;
    padding-left: 32px;
    padding-right: 30px;
}
.menutop ul li .icon-loction{
    position: absolute;
    width: 25px;
    left: 0;
}
.bluebtn {
    position: relative;
    display: inline-block;
    background: var(--color-osblue);
    padding: 16px 20px;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-darkgray);
}
.bluebtn:hover{
    background-color: var(--color-dake);
    color: var(--color-light);
}
.menutop ul li h5 {
    color: #616161;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
}

.menutop ul li a, .menutop ul li p {
    font-size: 14px;
    font-weight: 700;
}
.active-menu {
    /*min-height: 162px;*/
    min-height: 50px;
}
.menus.navbar{
    background: var(--color-light);
    box-shadow:2px 2px 0.5em rgba(155, 155, 155, 0.55),
    inset 1px 1px 0 rgba(255, 255, 255, 0.9),
    inset -1px -1px 0 rgba(0, 0, 0, 0.21);
}
.navbar-brand{
    padding-top: 0;
    margin: 0; 
}
.navbar{
    padding-left: 0;
    padding-right: 0;
}
.navbar-nav{
    flex-wrap: wrap;
}
/* .navbar .navbar-collapse ul li{
    padding: 0 18px;
} */
/* .navbar .navbar-collapse ul li:first-child {
    padding-left: 0;
} */
.navbar .navbar-collapse ul li a{
    font-weight: 500;
    color: var(--color-blue);/*#fff;*/
    display: inline-block;
    padding: 23px 20px;
}
.navbar .navbar-collapse ul li a:hover, .active-menu{
    background-color:var(--color-yellow); 
    color: var(--color-light) !important;
    font-weight: 600;
}


.btnlogin{
    border: solid 1px #fff;
    color: #fff;
    border-radius: 25px;
    padding: 0.3rem 1.75rem;
}
.btnlogin:hover{
    color: #333;
    background: #fff;
}
.header-appear .menutop{
    display: none;
}
.header-appear .menus.navbar{
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    /* background-color: #fff; */
    -webkit-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

.dropdown-menu{
    /* background-color:var(--color-green);#f15d22; */
    padding: 0;
    margin-top: 0;
    font-size: 14px;
    border: 0;
    min-width: 15rem;
    background-color: #fff;
    box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
}
.dropdown-menu li a{
    padding: 8px 10px !important;
    font-size: 14px !important;
    line-height: 16px;
    color: #000 !important;
}
/* .dropdown:hover > .dropdown-menu{
    display: block !important;
} */


/* animation */

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-o-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}
@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

/*-----------Menu Style End-----------*/


/* banner style */
.carousel-control-prev-icon, .carousel-control-next-icon{
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 999;
}
.carousel-control-prev, .carousel-control-next{
    z-index: 11;
}
.banner-main{
    position: relative;
}

.banner-sochalicon{
    position: fixed;
    z-index: 999;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
}
.banner-sochalicon li{
    margin-bottom: 15px;
    position: relative;
    right: -90px;
    transition: .5s;
}
.banner-sochalicon li:hover{
    right: 0%;
}
.banner-sochalicon li a{
    position: relative;
    background-color: var(--color-purpal);
    padding: 8px;
    border-radius:25px 0 0 25px ;
    display: inline-block;
    color: var(--color-light);
    font-weight: 600;
    width: 140px;
}
.banner-sochalicon li a img{
    width: 35px;
    height: auto;
    margin-right: 5px;
}

.banner-main .carousel-caption{
    width: 100%;
    position: absolute;
    top: 50% !important;
    left: 0;
    transform: translateY(-50%);
    text-align: left;
    /* bottom: unset; */
    bottom: initial;

    /* width: 550px;
left: 15%;
top: 50% !important;
transform: translateY(-50%);
text-align: left;
bottom: initial; */

}
.banner-main .carousel-caption h5{
    /* font-size: 22px; */
    color: var(--light);
    margin-bottom: 50px;
}
.banner-main .carousel-caption p{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 50px;
}
.banner-main .carousel-caption a.bluebtn{
    padding: 12px 50px;
    color: #666666;
    font-size: 18px;
}


.aboutmain h3{
    font-family: 'mongolian_baitiregular';
    text-transform: uppercase;
    font-style: italic;
    font-size: 25px;
    line-height: 30px;
    color: var(--color-light);
    font-weight: 500;
    margin-bottom: 30px;
}
.aboutmain img{
    vertical-align: middle;

}

.orangegb{
    background-color: var(--color-green);
    color: var(--color-darkgray);
    padding: 15px;
}
.orangegb h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}
.orangegb span{
    color: var(--color-light);
}






.osbluegb{
    background-color: var(--color-osblue);
    color: var(--color-darkgray);
    padding: 15px;
}
.osbluegb h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}
.osbluegb span{
    color: var(--color-blue);
}

.servicebox {
    padding: 15px;
    -webkit-box-shadow: 0 10px 10px -10px rgb(0 0 0 / 35%);
    box-shadow: 0 0px 6px 0px #08d7e9;
    border: solid 2px var(--color-osblue);
     -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    box-shadow: 0px 3px 4px rgb(0 0 0 / 40%);
    border: solid 0px var(--color-osblue);
}
.servicebox:hover{
    box-shadow: 0px 15px 26px rgb(0 0 0 / 50%);
}
.servicebox .btnbox {
    font-size: 14px;
    font-weight: 600;
    border: solid 2px var(--color-osblue);
    border-radius: 5px;
    color: var(--color-osblue);
}
.servicebox .btnbox:hover{
    background-color: var(--color-darkgray) !important;
    color: var(--color-light);
}
.servicebox h5{
    font-family: 'mongolian_baitiregular';
    color: var(--color-osblue);
}
.servicebox p{
    font-size: 14px;
    font-weight: 600;
    color: var(--color-darkgray);
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.servicebox:hover{
    background-color: var(--color-osblue);
}
.servicebox:hover h5{
    color: var(--color-light);
}
.servicebox:hover .btnbox{
    background-color: #fff;
}

.allbtn{
    padding: 14px 50px;
    display: inline-block;
    border: solid 2px var(--color-osblue);
    border-radius: 5px;
    color: var(--color-osblue);
    font-weight: 600;
}
.allbtn:hover{
    background-color: var(--color-osblue);
    color: var(--color-darkgray);
}

.bg-ornge{
    background-color: #fef0eb;
}
.trtment-box {
    position: relative;
    min-height: 50px;
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
    color: var(--color-darkgray);
    width: 100%;
    
}

.icon-img {
    left: 0;
    top: 0;
    border: solid 2px var(--color-blue);
    border-radius: 5px;
    padding: 8px;
    margin-right: 15px;
    flex-shrink: 0 ;
}

.righttext h4{
    font-size: 22px;
    font-weight: 600;
    color: #666;
    margin-bottom: 30px;
}
.righttext p{
    font-weight: 600;
    color: #666;
    margin-bottom: 30px;
}

.right-img{
    -webkit-box-shadow: 0 10px 10px -10px rgb(0 0 0 / 35%);
    box-shadow: 0 0px 6px 0px var(--color-blue);
    border-radius: 5px;
}

.servicecercal {
    width: 175px;
    height: 175px;
    position: relative;
    margin: 0 auto;
}
.servicecercal img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.servicecercal h3 {
    position: absolute;
    width: 100%;
    background-color: #fff;
    padding: 8px 10px;
    bottom: 0;
    font-size: 17px;
    text-align: center;
}

.testybg{
    background-color: #08d7e9;
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.testybg .section-title h2{
    color: var(--color-light);
}
.owl-item.center .testymonialbox{
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.testymonialbox {
    background-color: var(--color-light);
    padding: 30px;
    text-align: center;
    border-radius: 15px;
    margin: 50px 20px;
    transition: .5s;
    position: relative;
    -webkit-box-shadow: 0 10px 10px -10px rgb(0 0 0 / 35%);
   /* box-shadow: 0 10px 10px 0px rgb(0 0 0 / 25%);*/
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.qicon{
    position: absolute;
    left: 40px;
}

.testymonialimg {
    width: 125px;
    height: 125px;
    /*border-radius: 50%;*/
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 10px;
}

.testymonialimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

ul.rtng {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6px;
}

ul.rtng li {
    padding: 3px;
    font-size: 13px;
    color: var(--color-osblue);
}

.testymonialbox h2 {
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
}

.testymonialbox h2::after {
    content: "";
    width: 150px;
    height: 2px;
    background: #b3b3b3;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.testymonialbox p {
    font-size: 10px;
    font-weight: 500;
}

.orgpartan{
    background-image: url(../images/bgorgpartan.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: relative;
}

.contactform{
    /* min-height:100%; */
    background-color: var(--color-light);
    /* padding: 10px; */
    padding: 20px 20px 30px 20px; 
    /* border-radius: 15px; */
    /* width: 100%; */
    /* max-width: 500px; */
    border: 2px solid var(--color-yellow);
    margin: 0 auto;
    -webkit-box-shadow: 0 10px 10px -10px rgb(0 0 0 / 35%);
    box-shadow: 0 10px 10px 0px rgb(0 0 0 / 25%);
}
.contactform h3{
    color: var(--color-yellow);

}
.contactform .form-group{
    margin-bottom: 15px;

}
.contactform strong{
    color: var(--primary);
}
.contactform input{
    width: 100%;
    height: 50px;
    border-radius: 10px;
    border: solid 2px #d0d0d0;
}
.contactform textarea{
    border-radius: 5px;
    height: 80px;
    border: solid 2px #d0d0d0;
}
.contactform input[type="submit"]{
    text-align: center;
    background-color: var(--color-blue);
    color: var(--color-light);
    border: 0;
    font-size: 16px;
    font-weight: 500;
}
.cnt-main{
    padding-top: 50px;
}
.cnt-main h4 {
    font-size: 40px;
    color: var(--color-darkgray);
    font-weight: 600;
}
.cnt-main h2{
    font-size: 52px;
    color: var(--color-blue);
    font-weight: 600;
}
.cnt-main h5{
    font-size: 28px;
    color: var(--color-blue);
    font-weight: 600;
}

.doctorimg {
    position: absolute;
    right: 125px;
    bottom: 0;
}



.right-border{
    border-right: solid 2px #fff ;
}
.sochalicon{
    padding: 15px;
    background-color: var(--color-light);
    display: inline-block;
    margin-top: 30px;
}
.sochalicon ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-items: center;
}
.sochalicon ul li {
    padding: 0 15px;
}
.sochalicon ul li a{
    padding: 0;
    margin: 0;
}
.sochalicon ul li a::before{
    display: none;
}
.sochalicon ul li a i{
    color: var(--color-dake);
    font-size: 30px;
}
.sochalicon ul li a i:hover{
    color: var(--color-orange);
}
.footer-bottom{
    background-color: #263238;
}
.menufooter li{
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    position: relative;
}
.menufooter li a{
    color: #fff; 
}
.menufooter li::after{
    content: "";
    position: absolute;
    width: 1.5px;
    height: 16px;
    background-color: #595959;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.menufooter li:last-child::after{
    display: none;
}

.bg-lightblue{
    background-color: #57e4f0;
    padding: 20px 15px;
    border-radius: 15px;
   
}
.bg-lightblue p{
    font-weight: 600;
    color: #595959;
}
.copytext{
    background-color: #1e282d;;
    padding: 20px 0;
}
.copytext p{
    color: var(--color-light);
    font-size: 14px;
    font-weight: 500;
}



/*backto-top*/
#backto-top {
    display: inline-block;
    background-color: var(--color-yellow);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 5px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    text-align: center;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 24%);
}

#backto-top::after{
    content: "";
    width: 0px;
    height: 0px;
    /* border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 30px solid #ffffff; */
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#backto-top i{
    color: #fff;
    line-height: 45px;
    font-size: 30px;
}

#backto-top:hover {
    cursor: pointer;
    background-color: #333;
}
#backto-top:active {
    background-color: #555;
}
#backto-top.show {
    opacity: 1;
    visibility: visible;
}

/*backto-top end*/

.topbar {
    /*background: var(--color-red);*/
    background: linear-gradient(to right, #f7971e, #ffd200);
    padding: 10px 0;
}

.topbar h4 {
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 500;
    color: #000;
}


/*menu animation*/
.dropdown {
  perspective: 1000px;
  z-index: 100;
}
.dropdown:hover {
  background: var(--color-yellow);
  color: #000;
  cursor: pointer;
}
.dropdown:hover .dropdown_menu li {
  display: block;
}
.dropdown_menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  perspective: 1000px;
  z-index: -1;
}

/* .dropdown:hover .dropdown_menu--animated {
  display: block;
} */
.dropdown_menu--animated {
  display: none;
}
.dropdown_menu--animated li {
  display: block;
  opacity: 1;
}

.dropdown_menu-7 {
  animation: rotateMenu 400ms ease-in-out forwards;
  transform-origin: top center;
}

@-moz-keyframes rotateMenu {
  0% {
    transform: rotateX(-90deg);
  }
  70% {
    transform: rotateX(20deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@-webkit-keyframes rotateMenu {
  0% {
    transform: rotateX(-90deg);
  }
  70% {
    transform: rotateX(20deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@-o-keyframes rotateMenu {
  0% {
    transform: rotateX(-90deg);
  }
  70% {
    transform: rotateX(20deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@keyframes rotateMenu {
  0% {
    transform: rotateX(-90deg);
  }
  70% {
    transform: rotateX(20deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}

.trtment-box:hover .icon-img {
    transform: rotate(360deg);
    transition: 0.7s;
}

.modalcustom .modal-title{
    color: var(--color-osblue);
    font-weight: 600;
}
.modalcustom button.close {
    color: var(--color-orange);
    font-size: 32px;
}
.modalcustom .modal-header{
    padding-top: 10px;
    padding-bottom: 10px;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus{
    outline: none;
}
/*  myaccordion */
.myaccordion {
  width: 100%;
  box-shadow: 0 0 1px rgba(0,0,0,0.1);
}

.myaccordion .card{
  border: none;
}
.myaccordion .card{
    border-bottom: solid 1px #edeff0;
}
.myaccordion .card-body p{
    margin-bottom: 0px;
    font-weight: 500;
}

.myaccordion .card-header {
  border-bottom-color: #EDEFF0;
  background: transparent;
}

.myaccordion .fa-stack {
  font-size: 18px;
  line-height: 2.155em;
}

.myaccordion .btn {
  width: 100%;
  font-weight: 600;
  color: #f15d22;
  padding: 0;
  text-align: left;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}

.myaccordion li + li {
  margin-top: 10px;
}
/*  myaccordion end */


.tretmaintmain p{
    font-weight: 500;
}
.tretmaintmain ul{
    padding-left: 30px;
}
.tretmaintmain ul li{
    list-style: disc;
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 14px;
}
.tretmaintmain h3{
    font-size: 28px;
    font-family: 'mongolian_baitiregular';
}

/* jumbo-picture*/

.jumbo-picture  h2 {
    font-size: 34px;
    color: white;

}

.jumbo-picture  p {
    font-size: large;
    color: white;
}

.jumbo-picture span{
    color:var(--color-yellow) ;
}

/* about us */
.about-pict {
    background-image: url("../images/about-us.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    }

    

    .about-us-btn {
        color: #fff;
        display: inline-block;
        background-color:var(--primary);/* #007cc0;*/
        padding: 18px 50px;
        margin-top: 10px;
        border: 1px solid transparent;
        transition: all .5s ease-in-out;
    }
    .about-us-btn:focus,
    .about-us-btn:hover
    {
        color: #fff;
        background-color: var(--color-yellow);
    }
.about-us h3{
    /* font-family: 'mongolian_baitiregular'; */
    text-transform: uppercase;
    font-style: italic;
    font-size: 25px;
    line-height: 25px;
    color: var(--primary);
    font-weight: 500;
    margin-bottom: 20px;
}
.about-us p{
    font-size: 16px;
    text-align: justify;
}

.about-us i{
    padding: 5px;
}
.about-us .abt{
    text-align:left;
}

/* contact */
.contact-pict {
    background-image: url("../images/contact.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    }
.cources-pict {
        background-image: url("../images/courses.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    
        }

/* footer */
/* .footer-pict {
    background-image: url("../images/footerbg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 0;
    } */


/* service section */
.service-item {
   margin-bottom: 15px;
    background: var(--light-service);
    transition: .5s;
}

.service-item:hover {
    margin-top: -10px;
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: #fff !important ;
}



.service-item p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
            line-clamp: 4; 
    -webkit-box-orient: vertical;
}
.service-item .read-more{
    padding: 7px 20px;
    font-size: 14px;
    background: #3B71CA;/*#2196F3;*/
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #08d7e9;/*#1376c5;*/
    border-radius: 25px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.service-item .read-more:hover{
    color: #fff;
    /* background: #3B71CA !important; */
    text-decoration:none;
    box-shadow: 0px 10px 20px -10px #3a3a3c;/*#1376c5;*/
}

/*** Categories & Courses ***/


.course-item{
    background: #ffffff;
    overflow: hidden;
    
    border-radius: 10px;
    margin-bottom: 10px;
}
.category img,
.course-item img {
    transition: .5s;
    -webkit-transition:all .9s ease; 
  -moz-transition:all .9s ease; 
  -o-transition:all .9s ease;
  -ms-transition:all .9s ease; 
  width: 100%;

}

.category a:hover img,
.course-item:hover img {
    transform: scale(1.1);
}

.category .short-dis{
    color: var(--primary);
    background-color: var(--light-service);
    text-align: center;
    position: absolute;
    margin:  5px;
    padding: 10px;
}

.courses-categories{
    /* background-image: url(../images/bg.png);
    background-size: cover;
    background-repeat: no-repeat;  */
    
    /* position: relative; */
    color: var(--primary);
    /* background-color: var(--primary); */
    
}

.courses-categories .course-item{
    background: #ecf2f3;
    border-radius: 10px;
    border: 1px solid #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.35);
    /* -webkit-box-shadow: 0 10px 10px -10px rgb(0 0 0 / 35%);
    box-shadow: 0 10px 10px 0px rgb(0 0 0 / 25%); */

}
.courses-categories .action-btn{
    width: 200px;
margin: 0 auto;
display: inline;
}
.courses-categories .btnposition{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #555;
  color: white;
  font-size: 16px;
  cursor: pointer;
  display: inline;

}

.popular-btn{
    background-color: #03045e;
    padding: 5px;
    color: #fff;
}
.popular-btn:hover{
    background-color: #ffb025;
    color: #03045e;
}

.imgholder{
    border: 2px solid var(--color-yellow);
    
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/
.footer{
     background-color: #181d38; 
     /* background-image: url(../images/footer-new-bg.png);
     background-size: cover;
    background-repeat: no-repeat; 
    object-fit: scale-down;
    max-width: 100%; */
    /*var(--color-blue);
    /*background-color: #3a3a3c;*/
    /*background-color:#023566;/* var(--color-blue);*/
    /*padding: 30px 0;*/
}
 .footer p{
    color: var(--color-light);
    font-weight: 500;
    font-size: 16px;
}
.footer p span{
    color: var(--color-light);
}

.footer h4{
    font-size: 20px;
    color: var(--color-yellow);
    position: relative;
    margin-bottom: 22px;
    padding-bottom: 20px;
}
.footer h4::after {
    content: "";
    width: 100px;
    height: 3px;
    background-color: var(--color-yellow);
    position: absolute;
    left: 0;
    bottom: 0;
}
.footer li a{
    font-size: 14px;
    font-weight: 500;
    color: var(--color-light);
    margin-bottom: 6px;
    display: block;
    position: relative;
    padding-left: 24px;
    font-size: 16px;
}
.footer li a::before{
    position: absolute;
    font-family: FontAwesome;
    content: "\f105";
    left: 0;
    top: 0;
} 

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu{
    float: right;
}



.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);

}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.footer .cont1 i{
    padding-right: 15px;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 0px;
}

/** Custom Add*/
.text-yellow{
    color:var(--light);
    
}

.btn-yellow{
    color: var(--light);
}


.text-white{
    color: #fff;
}

.text-blue{
    color: var(--primary);
}


/* online-video */
.online-video{
    background-color: #181d38; 
    padding-top: 60px;
    position:relative;
text-align:center;
/* background: linear-gradient(60deg, #181d38 0%,  #fcbf49 100%); */
color:white;

 }
.online-video .section-title h2{
    color: #fff;
}

.tab-gal-video {
margin-bottom: 20px;
position: relative;
border: 2px solid #fff;
}

.tab-gal-video img{
object-fit:cover;
}

.video-icon {
width: 20px!important;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}

.waves {
position:relative;
width: 100%;
height:15vh;
margin-bottom:-7px; /*Fix for safari gap*/
min-height:100px;
max-height:150px;
}

.content {
position:relative;
height:20vh;
text-align:center;
background-color: white;
}

.video-more-btn{
    padding: 10px 25px;
    background-color: #ffb025;
    margin-top: 10px;
    border: 1px solid transparent;
    transition: all .5s ease-in-out;
    
}
.video-more-btn:focus,
.video-more-btn:hover
{
    color: #fff;
    background-color: transparent;
    border: 1px solid var(--color-yellow);
}

/* Animation */

.parallax > use {
animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
animation-delay: -2s;
animation-duration: 7s;
}
.parallax > use:nth-child(2) {
animation-delay: -3s;
animation-duration: 10s;
}
.parallax > use:nth-child(3) {
animation-delay: -4s;
animation-duration: 13s;
}
.parallax > use:nth-child(4) {
animation-delay: -5s;
animation-duration: 20s;
}
@keyframes move-forever {
0% {
transform: translate3d(-90px,0,0);
}
100% { 
transform: translate3d(85px,0,0);
}
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
.waves {
height:40px;
min-height:40px;
}
.content {
height:30vh;
}
h1 {
font-size:24px;
}
}

/* Team Section */

.avatar {
    position: absolute;
    left: 0;
    right: 0;
    top: -80px;
    text-align: center;
}
.teamcolinner {
    position: relative;

}
.avatar > img {
    width: 150px;
    margin: auto;
    border-radius: 50%;
    border: 1px solid rgb(170 170 173/ 1);
    box-shadow: 0px 3px 10px 3px rgb(170 170 173 / 0.5);
}
.teamcolinner {
    position: relative;
    border: 1px dashed #ddd;
    min-height: 100px;
    background: #fff;
    z-index: 9;
}
.teamcol {
    margin-top: 50px;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    transition: transform 1s ease-in-out;
}
.teamcol:hover {
    transform: translateY(-30px);
    box-shadow: 0px 3px 10px 3px rgb(170 170 173 / 0.5);
    transition: transform 1s ease-in-out;
}
.teamcol:before {
    content: "";
    width: 50%;
    height: 50%;
    position: absolute;
    right: 0;
    top: 0;
    background: -webkit-linear-gradient(#ffb025, #ffa000);
    border-top-right-radius: 10px;
    transition: width 1s ease-in-out;
}
.teamcol:after {
    content: "";
    width: 50%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-linear-gradient(#0052cc, #03045e);
    border-bottom-left-radius: 10px;
    transition: width 1s ease-in-out;
}
.teamcol:hover::before, .teamcol:hover::after {
    width: 100%;
    transition: width 1s ease-in-out;
}
.member-name {
    margin-top: 80px;
}
.member-info {
    padding: 10px 20px;
}
.social-listing {
    align-items: center;
    justify-content: center;
    display: flex;
    list-style: none;
    padding: 0;
}
.social-listing >li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #f4f5f7;
    border-radius: 50%;
    margin: 5px;
}