/* The Author Nilesh */

:root {
    --custom-color: #e3c29a;
    --custom-color2: #be9a76;
    --site-color: #fcead4;
    --bg-color: #fffbf5;
    --hover: #e3caab;
}

body {
    margin: 0;
    padding: 0;
}

img,
iframe,
video {
    max-width: 100%;
    vertical-align: middle;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

h4 {
    color: var(--custom-color2);
    font-weight: 700;
}

.top-header {
    background-color: var(--hover);
}

.top-header a {
    color: #000;
    font-size: 18px;
    font-weight: 700;
}

.top-header a.insta {
    background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    padding: 5px;
    color: #fff;
}

.top-header a.fb {
    color: #1ea1f2;
}

/* header css start */

header {
    position: relative;
    width: 100%;
}

nav {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

nav#cssmenu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    /* position: relative; */
    /* z-index: 123; */
    padding: 10px;
    /* font: 18px verdana; */
    /* color: #6DDB07; */
    /* float: left; */
    width: 20%;
}

header .button {
    display: none;
}

#cssmenu>ul {
    width: 62%;
    margin-left: auto;
    margin-bottom: 0;
    padding: 0;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    box-sizing: border-box
}

#cssmenu:after,
#cssmenu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#cssmenu #head-mobile {
    display: none
}

#cssmenu>ul>li {
    float: left
}

#cssmenu>ul>li>a {
    padding: 17px;
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #000;
    font-weight: 700;
}

#cssmenu>ul>li:hover>a,
#cssmenu ul li.active a {
    color: #000;
}

#cssmenu>ul>li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
    background: var(--custom-color) !important;
    -webkit-transition: background .3s ease;
    -ms-transition: background .3s ease;
    transition: background .3s ease;
}

#cssmenu>ul>li.has-sub>a {
    padding-right: 30px
}

#cssmenu>ul>li.has-sub>a:after {
    position: absolute;
    top: 22px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: var(--custom-color);
    content: ''
}

#cssmenu>ul>li.has-sub>a:before {
    position: absolute;
    top: 19px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: var(--custom-color);
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu>ul>li.has-sub:hover>a:before {
    top: 23px;
    height: 0
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    background: var(--bg-color);
    transition: all .25s ease
}

#cssmenu li:hover>ul {
    left: auto;
    z-index: 999;
    padding: 0;
}

#cssmenu li:hover>ul>li {
    height: auto;
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0
}

#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 11px 15px;
    width: 190px;
    font-size: 15px;
    text-decoration: none;
    color: #000;
    font-weight: 600;
}

#cssmenu ul ul li:last-child>a,
#cssmenu ul ul li.last-item>a {
    border-bottom: 0
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
    color: #000;
}

#cssmenu ul ul li.has-sub>a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: var(--custom-color);
    content: ''
}

#cssmenu ul ul li.has-sub>a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: var(--custom-color);
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu ul ul>li.has-sub:hover>a:before {
    top: 17px;
    height: 0
}

#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
    background: var(--bg-color);
}

#cssmenu ul ul ul li.active a {
    border-left: 1px solid var(--hover)
}

#cssmenu>ul>li.has-sub>ul>li.active>a,
#cssmenu>ul ul>li.has-sub>ul>li.active>a {
    border-top: 1px solid var(--hover)
}

@media screen and (max-width:1199px) {
    .logo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 46px;
        /* text-align: center; */
        padding: 10px 0 0 0;
        float: none
    }

    .logo2 {
        display: none;
    }

    nav {
        width: 100%;
    }

    #cssmenu {
        width: 100%;
        display: inline-block !important;
    }

    #cssmenu> ul {
        width: 100%;
        display: none;
        position: absolute;
        top: -356px;
        background: #fff;
    }

    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid #444
    }

    #cssmenu ul li:hover {
        background: #363636;
    }

    #cssmenu ul ul li,
    #cssmenu li:hover>ul>li {
        height: auto
    }

    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0
    }

    #cssmenu>ul>li {
        float: none
    }

    #cssmenu ul ul li a {
        padding-left: 25px
    }

    #cssmenu ul ul li {
        background: var(--hover) !important;
    }

    #cssmenu ul ul li:hover {
        background: #363636 !important
    }

    #cssmenu ul ul ul li a {
        padding-left: 35px
    }

    #cssmenu ul ul li a {
        color: #000;
        background: none
    }

    #cssmenu ul ul li:hover>a,
    #cssmenu ul ul li.active>a {
        color: #fff
    }

    #cssmenu ul ul,
    #cssmenu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left
    }

    #cssmenu>ul>li.has-sub>a:after,
    #cssmenu>ul>li.has-sub>a:before,
    #cssmenu ul ul>li.has-sub>a:after,
    #cssmenu ul ul>li.has-sub>a:before {
        display: none
    }

    #cssmenu #head-mobile {
        display: block;
        padding: 38px;
        color: var(--custom-color);
        font-size: 12px;
        font-weight: 700;
    }

    header .button {
        width: 35px;
        height: 46px;
        position: absolute;
        right: 0px;
        top: 5px;
        cursor: pointer;
        font-size: 40px;
        z-index: 12399994;
        font-weight: 600;
        color: var(--custom-color);
        display: block;
    }

    header .button:after {
        position: absolute;
        top: 45px;
        right: 12px;
        display: block;
        height: 3px;
        width: 23px;
        border-top: 3px solid var(--custom-color);
        border-top: 3px solid #000;
        content: '';
    }

    header .button:before {
        transition: all .3s ease;
        position: absolute;
        top: 28px;
        right: 12px;
        display: block;
        height: 3px;
        width: 23px;
        background: var(--custom-color);
        background-color: #000;
        content: '';
    }

    header .button.menu-opened:after {
        transition: all .3s ease;
        top: 23px;
        border: 0;
        height: 3px;
        width: 25px;
        background: var(--custom-color);
        background: #000;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    header .button.menu-opened:before {
        top: 23px;
        background: var(--custom-color);
        background: #000;
        width: 24px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    header .button.menu-opened {
        font-size: 0;
    }

    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #444;
        height: 46px;
        width: 46px;
        cursor: pointer
    }

    #cssmenu .submenu-button.submenu-opened {
        background: #262626
    }

    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px
    }

    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #000;
        content: ''
    }

    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px
    }

    #cssmenu .submenu-button.submenu-opened:after {
        background: #fff
    }

    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #000;
        content: ''
    }

    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px
    }

    #cssmenu .submenu-button.submenu-opened:before {
        display: none
    }

    #cssmenu ul ul ul li.active a {
        border-left: none
    }

    #cssmenu>ul>li.has-sub>ul>li.active>a,
    #cssmenu>ul ul>li.has-sub>ul>li.active>a {
        border-top: none
    }
}

/* header css end */

/* bannner css start */

.banner button {
    background: var(--site-color);
    height: 50px;
    width: 50px;
    margin: auto;
    background-color: var(--bg-color);
}

.banner button:hover,
.banner button:focus {
    background-color: var(--hover);
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    filter: brightness(0);
}

/* bannner css end */

/* button hover css start */

.btn {
    padding: 10px 30px;
    background: var(--custom-color);
    display: inline-block;
    position: relative;
    border-style: solid;
    border-width: 1px 1px 3px;
    border-color: var(--custom-color) var(--custom-color) var(--custom-color);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    transition-duration: 0.3s;
}

.btn:hover {
    color: #fff;
}

.btn:hover:before {
    transform: scaleX(0);
}

/* button hover css end */

/* heading css start */

.heading h2 {
    font-size: 2.5rem;
    position: relative;
    display: inline-block;
    color: var(--custom-color2);
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
}

.heading h2:before {
    content: '';
    width: 50%;
    height: 2px;
    background: var(--custom-color);
    position: absolute;
    bottom: -10px;
    margin: auto;
    left: 0;
    right: 0;
}

/* heading css end */

/* services css start */

.service {
    background: #5c5b5b url(../images/banner/beauty-bg.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0;
    background-blend-mode: multiply;
    background-size: cover;
}

.service .card img {
    object-fit: cover;
    min-height: 330px;
    max-height: 330px;
}

.service h5.card-title {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    color: #000;
    text-transform: uppercase;
}

/* services css end */

.twentytwenty-container img {
    width: 100%;
}

.eapps-widget-toolbar {
    display: none !important;
}

/* brand css start */

.brand {
    background: var(--bg-color);
    padding: 50px 0;
}

.brand .owl-item .item {
    text-align: center;
    background: var(--site-color);
    padding: 20px;
}

/* brand css start */

/* getready css start */

.getimg img {
    transform: scaleX(-1);
}

.ready {
    /* background-color: #b29054; */
    background-color: var(--custom-color2);
    padding: 35px 80px 35px 80px;
    height: 100%;
}

.ready h3 {
    font-size: 40px;
    line-height: 42px;
    color: white;
    font-weight: 700;
}

.ready p {
    font-size: 16px;
    color: white;
    margin: 25px 0;
    font-weight: 500;
}

/* getready css end */

/* footer css start */

footer {
    background: var(--bg-color);
    padding: 50px 0;
}

footer img.img-fluid {
    width: 100px;
}

footer .col-md-4 a {
    display: block;
    padding: 5px 0;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

footer .cvfg a i {
    padding-right: 10px;
    font-size: 22px;
}

.mdfrt h3, .cvfg h3 {
    color: var(--custom-color);
}

footer ul.list-unstyled.nav li {
    background: var(--custom-color);
    margin-right: 5px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
}

footer ul.list-unstyled.nav li a {
    display: flex;
    font-size: 25px;
    align-items: center;
    justify-content: center;
    color: #000;
}

.mdfrt {
    width: 70%;
    margin: auto;
}

/* footer css end */

/* about page css start */

.meet-img {
    position: relative;
}

.meet-img img {
    width: 75%;
    position: relative;
    z-index: 1;
}

.meet-img:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 55%;
    transform: translateY(-50%);
    width: 70%;
    margin: auto;
    padding-bottom: 70%;
    background-color: var(--custom-color);
    border-radius: 50%;
}

.meet-img:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 55%;
    transform: translateY(-50%);
    width: calc(70% + 30px);
    margin: auto;
    padding-bottom: calc(70% + 30px);
    border-radius: 50%;
    border: 1px dashed #505050;
}

h5.card-title {
    color: var(--custom-color2);
    padding-bottom: 15px;
    font-weight: 700;
}

.textmon {
    padding: 50px 0;
    background:  url(../images/banner/01.jpg);
    background-color: var(--bg-light);
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
}

.tmon-img img {
    width: 70px !important;
    border-radius: 50%;
    margin: auto;
}

.owl-prev {
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
}

.owl-next {
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
}

.owl-nav button.owl-next, .owl-nav button.owl-prev {
    height: 30px;
    width: 30px;
    top: 45%;
    border-radius: 50% !important;
    background: #fff !important;
    box-shadow: 0px 0px 10px 5px #bfbfbf;
    /* display: flex !important; */
    align-items: center;
    justify-content: center;
}

.owl-nav span {
    font-size: 40px;
    color: var(--custom-color);
    line-height: 0.5;
    display: contents;
}

.scrolhas a {
    font-size: 11px;
    color: #000;
    font-weight: 700;
    font-style: italic;
}

#milestones .owl-item .card img {
    width: 150px;
    margin: auto;
    padding: 15px;
}

#milestones .owl-item .card {
    /* box-shadow: 1px 5px 10px 10px #895a5a; */
    padding: 10px;
    border-radius: 10px;
}

#milestones .owl-item .card p {
    font-size: 14px;
}
#milestones .owl-item .card h5 {
    font-size: 30px;
    padding: 0;
}

#publication {
    background: var(--bg-color);
    padding: 50px 0;
}

/* about page css end */

/* contact page css start*/

.contact {
    padding: 50px 0 50px;
}

.contact .cntpd {
    background: var(--bg-color);
    padding: 40px 20px 20px;
    height: 185px;
}

.contact .cntpd a {
    color: #000;
    font-weight: 600;
    font-size: 18px;
}

.contact .cntpd i {
    position: absolute;
    top: -30px;
    background: var(--custom-color2);
    border-radius: 50%;
    left: 0;
    right: 0;
    color: #fff;
    width: 50px;
    height: 50px;
    margin: auto;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* contact page css end*/

.copyrt {
    background-color: var(--hover);
}

/* sticky social icon css start */

.socicn a.float1 {
    position: fixed;
    bottom: 20px;
    left: 40px;
    font-size: 30px;
    background: #224ed1;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    z-index: 999;
}

.socicn a.float2 {
    position: fixed;
    bottom: 20px;
    right: 40px;
    font-size: 30px;
    background: #31d831;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    z-index: 999;
}

.socicn a.float1:hover,
.socicn a.float2:hover {
    color: #fff;
    transition: 0.5s;
    transform: scale(1.2);
}

/* sticky social icon css end */

/* responsive css start */

@media (min-width:1200px) {
    .bottom-icon {
        display: none;
    }
}
@media (max-width:1199px) {
    header {
        position: fixed;
        width: 100%;
        bottom: 0;
        z-index: 99999;
        background: #fff;
        box-shadow: 0px 5px 10px 8px #aeaeae;
        border-radius: 10px 10px 0 0;
    }
    section.banner {
        padding: 135px 0 0;
    }
    .carousel-control-next-icon, .carousel-control-prev-icon {
        width: 1rem;
        height: 1rem;
    }
    .banner button {
        background: var(--site-color);
        height: 30px;
        width: 20px;
        margin: auto;
    }
    section.service-page.py-5 {
        padding: 100px 0 50px !important;
    }
    .video {
        padding: 100px 0 50px !important;
    }
    section.gallery.py-5 {
        padding: 100px 0 50px !important;
    }
    .contact {
        padding: 100px 0 50px;
    }
    .heading h2 {
        font-size: 1.8rem;
    }
    .mobile-top {
        position: fixed;
        z-index: 999;
        background: #fff;
    }
    .meet-abt.about-page {
        padding: 130px 0 40px;
    }
    .scrolhas li {
        margin: 0 20px;
    }
    nav#cssmenu .logo {
        display: none;
    }
    .button.menu-opened ~ ul {
        height: 380px;
        overflow: scroll;
    }
    nav#cssmenu .button {
        left: 20px;
        top: -8px;
        color: #000;
    }
    .bottom-icon {
        position: absolute;
        top: 13px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 87%;
        right: 0px;
        font-size: 25px;
    }
    .bottom-icon a {
        color: var(--custom-color2);
        color: #000;
    }
    .button.menu-opened {
        top: 7px !important;
        /* position: absolute; */
    }
    #cssmenu #head-mobile {
        padding: 25px;
    }
    #cssmenu>ul>li>a {
        padding: 12px;
        font-size: 12px;
        font-weight: 600;
    }
    .navimg {
        width: 15%;
    }
    .rightsite {
        width: 20%;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    
.tog {
    position: relative;
}
.tog a.abotmore.more {
    position: absolute;
    bottom: -20px;
    font-size: 0;
}
a.abotmore.more:before {
    content: 'Less More';
    position: absolute;
    font-size: 16px;
    bottom: -15px;
    width: 100px;
}
.tog .metxt {
    display: none;
}

.tog.more .metxt {
    display: block;
}
}

@media (max-width:991px) {
    .ready {
        background-color: #b29084;
        padding: 20px;
    }

    .ready h3 {
        font-size: 20px;
        line-height: normal;
    }
    .ready p {
        font-size: 14px;
        margin: 15px 0;
    }
    #cssmenu>ul>li>a {
        padding: 17px;
    }
    .logo img {
        width: 160px;
    }
    .navimg {
        width: 20%;
    }
    .meet-img {
        margin-bottom: 20px;
    }
    .meet-img {
        background: url(../images/pattern-bg.png) repeat top left #f6f6f6;
        padding: 20px 0 0;
    }
    #milestones .owl-item .card p {
        font-size: 18px;
        font-weight: 700;
    }
}

@media (max-width:767px){
    .mdfrt {
        width: 100%;
        margin: 20px 0;
    }
    .top-header .col-md-6, .copyrt .col-lg-6 {
        text-align: center !important;
        margin: 5px 0;
    }
    .scrolhas li {
        margin: 0px 15px;
    }
    .textmon .item {
        width: 100%;
    }
    .serimg {
        margin-bottom: 20px;
    }
    .card .col-md-6:first-child {
        order: 2;
    }
    .rightsite {
        width: 40%;
    }
    .navimg {
        width: 40%;
    }
    .bottom-icon {
        width: 84%;
    }
    
    .contact .cntpd {
        margin: 30px 0;
    }
}