* {
    margin: 0;
    padding: 0;
}

header {
    font-size: 18px;
    background: #c2e0c7;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

header.sticky {
    height: 18px;
    background: #efc47D;
    text-align: left;
    padding-left: 20px;
}

header h1 {
    font-family: 'Loto';
}

.btn-margin {
    margin-bottom: 20px;
}

.fixed-top {
    background-color: #c2e0c7;
    border-bottom: 1px solid #c2e0c7;
    -webkit-box-shadow: 0 5px 5px -6px black;
    -moz-box-shadow: 0 5px 5px -6px black;
    box-shadow: 0 5px 5px -6px black;
}

.img-logo {
    width: 30%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#loading {
    -webkit-animation: anim 10s infinite linear;
    animation: anim 10s infinite linear;
}

.w-100 {
    width: 100%;
}

.w-80 {
    width: 80%;
}

.w-50 {
    width: 50%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.w-40 {
    width: 40%;
}

.w-25 {
    width: 25%;
}

.w-10 {
    width: 10%;
}

.sw-100 {
    width: 100%;
}

.sw-80 {
    width: 80%;
}

.sw-60 {
    width: 60%;
}

.sh-300 {
    height: 80%;
}

.sh-200 {
    height: 40%;
}

.h100 {
    height: 100%;
}

.h-600 {
    height: 600px;
}

.h-500 {
    height: 500px;
}

.h-400 {
    height: 400px;
}

.h-300 {
    height: 250px;
}

.h-200 {
    height: 200px;
}

hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.bold {
    font-weight: bold;
}


/* Menu Bar start */

.nav-link {
    display: block;
    padding: 0.3rem 1rem;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.navbar-dark .navbar-nav .nav-link {
    color: #333;
    white-space: nowrap;
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #333;
    background-color: #ffffff;
    border-color: #ffa9a3;
    border-radius: 25px;
    -webkit-box-shadow: 0px 7px 16px -11px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 7px 16px -11px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 7px 16px -11px rgba(0, 0, 0, 0.75);
    transition: all .5s;
    transition: all 0.5s;
}

.navbar-dark .navbar-toggler {
    color: rgba(116, 158, 235, 0.5);
    border: 0px solid #333;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: #333333;
    background-color: #ffffff;
    border-color: #ffadb0;
    border-radius: 25px;
    -webkit-box-shadow: 0px 7px 16px -11px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 7px 16px -11px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 7px 16px -11px rgba(0, 0, 0, 0.75);
    transition: all .5s;
    transition: all 0.5s;
}

.dropdown-menu {
    min-width: 200px;
}

.dropdown1 {
    position: static;
}

.dropdown-menu.columns-2 {
    min-width: 400px;
}

.dropdown-menu.columns-3 {
    min-width: 600px;
}

.dropdown-menu.columns-4 {
    min-width: 1050px;
}

.dropdown-menu li a {
    padding: 5px 15px;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 10px;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: #c2e0c7;
}

.dropdown1:hover .dropdown-menu {
    display: block;
    margin-top: 10px;
}

.multi-column-dropdown {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.multi-column-dropdown li a {
    display: block;
    clear: both;
    line-height: 1.428571429;
    color: #333;
    white-space: normal;
}

.multi-column-dropdown li a:hover {
    text-decoration: none;
    color: #333333;
    background-color: #c2e0c7;
}

.btn-pink {
    color: #333333;
    background-color: #ffe5ce;
    border-color: #ffa69e;
    border-radius: 25px;
    font-weight: 400;
    font-size: 18px;
    -webkit-box-shadow: 0px 7px 16px -11px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 7px 16px -11px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 7px 16px -11px rgba(0, 0, 0, 0.75);
    transition: all .5s;
    transition: all .5s;
}

.btn-pink:hover {
    color: #d66b64;
    background-color: #ffffff;
    border-color: #fbceca;
    -webkit-box-shadow: 0px 7px 16px -11px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 7px 16px -11px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 7px 16px -11px rgba(0, 0, 0, 0.75);
    transition: all .5s;
    transition: all .5s;
}

.btn-white {
    color: #534a4a;
    background-color: #ffffff;
    border-color: #cccccc;
    border-radius: 25px;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 5px;
    -webkit-box-shadow: 0px 7px 16px -11px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 7px 16px -11px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 7px 16px -11px rgba(0, 0, 0, 0.75);
    transition: all .5s;
}

.btn-white:hover {
    color: #333333;
    background-color: #ffe5ce;
    border-color: #ffa69e;
    -webkit-box-shadow: 0px 7px 16px -11px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 7px 16px -11px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 7px 16px -11px rgba(0, 0, 0, 0.75);
    transition: all .5s;
}

.btn-service {
    color: #534a4a;
    background-color: #ffffff;
    border-color: #cccccc;
    border-radius: 25px;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 40px;
    -webkit-box-shadow: 0px 7px 16px -11px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 7px 16px -11px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 7px 16px -11px rgba(0, 0, 0, 0.75);
    transition: all .5s;
}

.btn-service:hover {
    color: #333333;
    background-color: #ffe5ce;
    border-color: #ffa69e;
    -webkit-box-shadow: 0px 7px 16px -11px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 7px 16px -11px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 7px 16px -11px rgba(0, 0, 0, 0.75);
    transition: all .5s;
}

.btn-green {
    color: #534a4a;
    background-color: #dbf5df;
    border-color: #aac4af;
    border-radius: 3px;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 5px;
    transition: all .5s;
}

.btn-green:hover {
    color: #333333;
    background-color: #e9ffec;
    border-color: #aac4af;
    -webkit-box-shadow: 0px 7px 16px -11px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 7px 16px -11px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 7px 16px -11px rgba(0, 0, 0, 0.75);
    transition: all .5s;
}

@-webkit-keyframes anim {
    from {
        -webkit-transform: rotateY(0deg);
    }
    to {
        -webkit-transform: rotateY(360deg);
    }
}

@keyframes anim {
    from {
        transform: rotateY(0deg);
    }
    to {
        transform: rotateY(360deg);
    }
}

button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}


/* Menu Bar end */

.carousel {
    margin-top: 8%;
}

.carousel-caption {
    top: 15%;
    text-align: left;
}

.carousel-caption h2 {
    font-family: 'Lato', sans-serif;
    font-size: 70px;
    line-height: 80px;
    font-weight: 300;
    padding-bottom: 40px;
}

.carousel-control.left,
.carousel-control.right {
    left: 0;
    z-index: 1;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: 0.5;
}

.overlay-service {
    position: absolute;
    width: 100%;
    height: 400px;
    z-index: 2;
    background-color: #080d15;
    opacity: 0.5;
}

section {
    padding: 40px 0px;
}

section h1 {
    text-align: center;
    margin: 40px;
}

.margin {
    margin: 10px;
}

.moto {
    text-align: center;
}

.moto-h1 {
    padding: 40px 0px;
}

.services .container {
    margin-bottom: 40px;
}

.services h5 {
    text-align: center;
    padding: 15px 0px;
}

.services span {
    width: 100px;
}

p {
    color: #4b594a;
    line-height: 28px;
    text-align: justify;
}

.img_services {
    background-color: #c2e0c7;
    -webkit-box-shadow: 0px 10px 20px rgba(198, 198, 198, 0.1);
    box-shadow: 0px 10px 20px rgba(198, 198, 198, 0.1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    transform: translateY(0);
}

.services-box:hover {
    -webkit-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.05);
    transition: all .3s ease;
    -webkit-transform: translateY(-5px);
    -moz-transition: all .3s ease;
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.services li img {
    width: 15%;
    margin: 0px 10px 0px 0px;
}

.service-box {
    background-color: #c2e0c7;
}

.title-img {
    background-image: url('../images/services/service/title.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.title_box h1 {
    font-size: 48px;
    font-weight: 800;
    color: #ffffff;
    text-shadow: 2px 2px #000000;
}

.title_box {
    position: relative;
    margin: 0 0 60px;
    padding: 80px 0 0px;
    background: #c2e0c7;
    color: #fff;
    background-position: 50% 0;
    min-height: 410px;
}

.title_box {
    background-image: url('../images/services/service/title.jpg');
    background-repeat: no-repeat;
}

.multi-column-dropdown span {
    position: relative;
    width: 100%;
}

.multi-column-dropdown i {
    position: absolute;
}

.about-home p {
    text-align: center;
    margin-bottom: 0px;
}

.about-home .btn-white {
    margin-top: 20px;
}

.about img,
.productdetails img {
    margin: 10px 0px;
}

.about p {
    text-align: justify;
}

.mg-h5 {
    margin: 20px;
}

.productdetails li {
    list-style: none;
}

.testimonial,
.services {
    background: #fbfbfb;
}

.testimonial-box {
    background-color: #c2e0c7;
    padding: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 7px 16px -11px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 7px 16px -11px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 7px 16px -11px rgba(0, 0, 0, 0.75);
}

.testimonial img {
    width: 100px;
    border-radius: 50%;
}

.testimonial-margin {
    margin-bottom: 40px;
}

.bottom-margin {
    margin-bottom: 0px;
}

.section-page {
    margin-top: 80px;
}

.timing {
    background-color: #c2e0c7;
    padding: 10px;
}

.timing i {
    font-size: 28px;
}

.timimg .row {
    flex-wrap: nowrap;
    margin-left: 0px;
    margin-right: 0px;
}

.timing h5 {
    font-style: italic;
}

.timing a {
    color: #000000;
}

.timing a:active,
.timing a:hover,
.timing a:visited {
    color: #000000;
}

.gallery img {
    width: 220px;
    height: 210px;
    margin-bottom: 5px;
    justify-content: space-between;
}

.testimonial .carousel-indicators li {
    background-color: #919191;
}

.contact .col-md-10 {
    padding-left: 0px;
}

.owl-carousel .item img {
    max-height: 600px;
}

.appointment {
    background-color: #fbfbfb;
}

footer {
    padding: 40px 0px;
    background-color: #c2e0c7;
}

footer a {
    color: #333333;
}

footer a:hover {
    color: #333333;
}

footer p {
    color: #333333;
    margin-bottom: 0px;
}

footer .col-md-3 {
    margin-bottom: 20px;
}

footer span {
    margin: 0px 10px;
}

.social a {
    color: #333333;
}

.icons i {
    margin: 20px;
}


/*==========  Mobile First Method  ==========*/


/* Custom, iPhone Retina */

@media (max-width: 767px) {
    .dropdown-menu.multi-column {
        min-width: 240px !important;
        overflow-x: hidden;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .navbar {
        display: flex;
        flex-direction: row;
    }
    .navbar img {
        width: 15%;
    }
    .navbar h4 {
        font-size: 14px;
    }
    header .text-center {
        text-align: left !important;
    }
    header .col-md-2 {
        width: 80%;
    }
    header img {
        width: 15%;
    }
    header .menu {
        width: 20%;
    }
    .carousel {
        margin-top: 24%;
    }
    .carousel-inner {
        height: auto;
    }
    .carousel-inner {
        height: auto;
    }
    .carousel-caption h2 {
        font-size: 20px;
        line-height: 30px;
        font-weight: 300;
    }
    .carousel-caption {
        top: 25%;
    }
    .carousel-caption h2 {
        padding-bottom: 10px;
    }
    .dropdown-menu {
        height: 200px;
        overflow-y: auto;
    }
    .btn-white {
        font-size: 12px;
    }
    .btn-service {
        font-size: 12px;
    }
    h5,
    .h5 {
        font-size: 1.1rem;
    }
    .about {
        text-align: center;
    }
    .about-h1 {
        margin-top: 40px;
    }
    .w-100 {
        width: 100% !important;
    }
    .w-80 {
        width: 60% !important;
    }
    .w-10 {
        width: 20%;
    }
    .w-50 {
        width: 40% !important;
    }
    .sw-80 {
        width: 100%;
    }
    .sw-60 {
        width: 100%;
    }
    .sh-300 {
        height: 100%;
    }
    .h-500 {
        height: auto;
    }
    .h-300 {
        height: 250px;
    }
    .h-400 {
        height: auto;
    }
    .owl-pagination {
        display: none;
    }
    .owl-wrapper {
        text-align: center;
    }
    h1 {
        font-size: 24px;
        font-weight: 500;
    }
    h3,
    h4 {
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .gallery img {
        width: 95%;
        height: 300px;
        margin: 5px 5px;
    }
    footer {
        text-align: center;
    }
    footer p {
        text-align: center;
    }
    footer h1 {
        font-size: 20px;
    }
    footer h3 {
        font-size: 26px;
    }
}


/* Extra Small Devices, Phones */

@media only screen and (min-width: 481px) and (max-width: 768px) {
    .navbar {
        display: flex;
        flex-direction: row;
    }
    .navbar img {
        width: 10%;
    }
    .navbar h4 {
        font-size: 14px;
    }
    header .text-center {
        text-align: left;
    }
    .menulogo {
        width: 80%;
        text-align: left !important;
    }
    .menulogo img {
        width: 15%;
    }
    .menu {
        width: 20%;
    }
    .carousel {
        margin-top: 140px;
    }
    .carousel-inner {
        height: auto;
    }
    .carousel-inner {
        height: auto;
    }
    .carousel-caption h2 {
        font-size: 20px;
        line-height: 40px;
        font-weight: 300;
    }
    .carousel-caption {
        top: 25%;
    }
    .dropdown-menu {
        height: 200px;
        overflow-y: auto;
    }
    .btn-white {
        font-size: 12px;
    }
    .btn-service {
        font-size: 12px;
    }
    h5,
    .h5 {
        font-size: 1.1rem;
    }
    .about {
        text-align: center;
    }
    .w-100 {
        width: 80% !important;
    }
    .w-10 {
        width: 25%;
    }
    .w-50 {
        width: 40% !important;
    }
    .sw-80 {
        width: 100%;
    }
    .sw-60 {
        width: 100%;
    }
    .sh-300 {
        height: 100%;
    }
    .h-500 {
        height: auto;
    }
    .h-300 {
        height: 250px;
    }
    .owl-pagination {
        display: none;
    }
    .owl-wrapper {
        text-align: center;
    }
    h1 {
        font-size: 24px;
        font-weight: 500;
    }
    h3,
    h4 {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .gallery img {
        width: 100%;
        height: 300px;
        margin: 10px;
    }
    footer {
        text-align: center;
    }
    footer h1 {
        font-size: 20px;
    }
    footer h3 {
        font-size: 26px;
    }
}


/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {}


/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {}


/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {}


/*==========  Non-Mobile First Method  ==========*/


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {}


/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {}


/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {}


/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {}