body {
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: "Lato", sans-serif;
    position: relative;
    background: #fff;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

ul {
    padding: 0;
}

a,
a:active,
a:focus,
button,
button:focus,
button:active,
.btn,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
    outline: none;
    outline: 0;
}

input::-moz-focus-inner {
    border: 0;
}

@-webkit-keyframes bounce {
    0% {
        bottom: 0px;
    }

    50% {
        bottom: 15px;
    }

    100% {
        bottom: 30;
    }
}

@-moz-keyframes bounce {
    0% {
        bottom: 0px;
    }

    50% {
        bottom: 15px;
    }

    100% {
        bottom: 30;
    }
}

@-o-keyframes bounce {
    0% {
        bottom: 0px;
    }

    50% {
        bottom: 15px;
    }

    100% {
        bottom: 30;
    }
}

@keyframes bounce {
    0% {
        bottom: 0px;
    }

    50% {
        bottom: 15px;
    }

    100% {
        bottom: 30;
    }
}

a:hover {
    text-decoration: none;
}

ul li {
    padding: 0;
    margin: 0;
}

.clr {
    clear: both;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

.banner-text-area {
    padding-top: 8%;
    width: 100%;
    left: 0;
    /* right: 0; */
    /* margin: 0 auto; */
}

.head-social .purchase {
    position: relative;
    color: #ffffff;
    border-left: 1px solid #fff;
    background-color: transparent;
    margin-left: 5px;
    margin-right: 0;
    padding: 0px 20px;
    /* font-weight: 700!important; */
    text-transform: none;
    webkit-border-radius: 3px 3px;
    -moz-border-radius: 3px 3px;
    border-radius: 0;
    /* font-family: 'Montserrat', sans-serif; */
    font-size: 14px;
}

header {
    padding: 0;
        position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
}
.banner{
    margin-top: 8%;
}

.menu-logo {
    background: #fff;
    padding: 8px 0;
    border-top: 11px solid rgb(255, 102, 0);
}

.herder-top {
    background: #318dcc;
    /* float: right; */
}

.logo img {
    width: 70%;
    padding: 0px 0 0;
}

.head-social {
    margin: 0;
    /* border-left: 1px solid #ffff; */
    padding: 10px 0 11px 2px;
    display: block;
    text-align: right;
}

.banner-overlay {
    position: absolute;
    /* top: 0px; */
    right: 278px;
    /* left: 2px; */
    bottom: 269px;
    /* width: 100%; */
    /* height: 100%; */
    /* padding-top: 0; */
    /* margin: 0 auto; */
    /* text-align: center; */
    /* background: url(../images/bannerbottom.png) no-repeat; */
    background-repeat: no-repeat;
    background-size: contain;
}

.banner_txt h5 {
    color: #3e2622;
    font-weight: 300;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    letter-spacing: 2px;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    font-size: 15px;
    font-family: 'Bebas Neue', cursive;
}

.banner_txt h3 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    margin: 3px 0 28px;
}

.banner_txt a {
    color: #fff;
    padding: 9px 16px;
    display: inline-block;
    margin-top: 19px;
    background: #c6ac8e;
    font-size: 17px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    width: 146px;
    text-align: center;
    margin-right: 7px;
}

.banner_txt a:hover {
    color: #000;
    background: #fff;
    transition: .5s ease-in-out;
}

.boxba-boader {
    border: 1px solid #f6f6f6;
    padding: 9px;
}

#banner-carousel .owl-nav img {
    width: 34px;
}

#banner-carousel .owl-nav .owl-prev {
    position: absolute;
    bottom: 2%;
    right: 2%;
}

#banner-carousel .owl-nav .owl-next {
    position: absolute;
    bottom: 2%;
    right: 5%;
}

#banner-carousel .owl-nav [class*='owl-']:hover {
    background: transparent;
}

.head-social ul {
    margin: 0;
}

.head-social ul li {
    display: inline-block;
    padding: 0 3px;
}

.head-social ul li a {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    padding: 10px 9px;
}

.head-social ul li a img {
    width: 13px;
}

.hdr_fix {
    background: rgb(255 255 255);
    padding: 13px 0;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    transform: translate(0);
    z-index: 9999;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    animation: slide-down 0.7s;
    -ms-animation: slide-down 0.7s;
    -webkit-animation: slide-down 0.7s;
}

.hdr_fix .logo img {
    width: 48%;
}

.hdr_fix .stellarnav {
    margin-top: 6px;
}

@keyframes slide-down {
    0% {
        transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
    }
}

.discover a:hover {
    color: #000 !important;
}

.inner-banner {
    position: relative;
    overflow: hidden;
    margin-top:140px;
}

.inner-banner img {
    width: 100%;
}

.innerpage_wrapper {
    width: 100%;
    padding: 60px 0;
    display: inline-block;
}

.innerpage_wrapper h1 {
    text-transform: uppercase;
    color: rgb(255, 102, 0);
    font-size: 32px;
    font-weight: 800;
    margin: 0 0 30px;
}

.innerpage_wrapper img {
    max-width: 310px;
    float: left;
    margin: 0 20px 20px 0;
}

.innerpage_wrapper p {
    line-height: 30px;
    color: #000000;
    font-size: 18px;
    margin: 0 0 15px;
    letter-spacing: 1px;
}

.innerpage_wrapper ul li {
    line-height: 30px;
    color: #000000;
    font-size: 18px;
    margin: 0 0 3px;
    letter-spacing: 1px;
    margin-left: 23px;
}

.innerpage_wrapper ol li {
    line-height: 30px;
    color: #000000;
    font-size: 18px;
    margin: 0 0 3px;
    letter-spacing: 1px;
    margin-left: 23px;
}




.contact_left {
    margin: 0;
    padding: 0;
}

.contact_left ul {
    list-style-type: none;
    padding: 0;
}

.contact_left ul>li {
    position: relative;
    margin-bottom: 20px;
}

.contact_left ul>li>i {
    padding: 7px;
    color: #ffffff;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    font-size: 16px;
    text-align: center;
    background: #000000;
    height: 30px;
    width: 30px;
}

.contact_left ul>li h3 {
    margin: 0 0 5px 0;
    font-size: 14px;
    color: #222;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Arial';
}

.contact_left ul>li p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #000;
}

.contact_left ul>li p a {
    color: #000;
    text-decoration: none;
}

.contact_right {
    margin: 0;
    padding: 0;
}

.contact_right .form-group input {
    margin: 0;
    padding: 10px 18px;
    width: 100%;
    color: #333;
    border: 1px solid #a7a6a4;
    background: #fff;
    height: 45px;
    border-radius: 20px;
}

.contact_right .form-group textarea {
    margin: 0;
    padding: 10px;
    width: 100%;
    color: #333;
    border: 1px solid #adaba9;
    background: #fff;
    height: 200px;
    resize: none;
    /* font-family: 'Arial'; */
    border-radius: 20px;
}

.send_btn {
    margin: 7px 0 0;
    padding: 10px 20px;
    /* font-family: 'Arial'; */
    background: #75e1d6;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    border: 0px solid #492902;
    display: block;
    height: 50px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    /* letter-spacing: 2px; */
    -o-transition: all 0.5s ease;
}

.send_btn:hover {
    background: #75e1d6;
    color: #fff;
    /* border: 1px solid #66990c; */
    /* font-family: 'ARIAL'; */
    letter-spacing: 2px;
}

.map_area {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
}

.map_area iframe {
    width: 100%;
    height: 100%;
}

.contact_right .form-group {
    margin-bottom: 23px;
}

.footer-top {
    background: #ebf3f2;
    padding: 47px 0 10px 0;
}

.footer-top h3 {
      padding: 1px 0px 19px;
    font-weight: 700;
    font-size: 38px;
    color: #f3345df7;
    text-align: center;
}

.call-us img {
    width: 69%;
}

.call-us h4 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}

.call-us p {
    color: #fff;
    margin: 0 0 4px 0;
    font-size: 12px;
    font-weight: 400;
}

.footer-bottom {
    background: rgb(255, 102, 0);
    /*padding: 22px 0 14px;*/
}

.footer-bottom p {
    color: #000;
    font-size: 16px;
    padding: 8px;
    margin: 0;
}

.footer-bottom a {
    color: #fff;
    font-weight: 700;
    font-size: 17px;
}

.footer-bottom img {
    /* float: right; */
    width: 29%;
}

.call-us p span {
    font-weight: 600;
}

.call-us .col-lg-2 {
    padding: 0;
}

.imgbox-sec {
    padding: 40px 0;
}

.boxs p {
    color: #4f5358;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 59px;
}

.imgbox {
    position: relative;
}

.imgbox:before {
    content: "";
    position: absolute;
    background: url(../images/green.png) no-repeat 0 0;
    width: 49px;
    height: 43px;
    left: 0;
    top: -42px;
    right: 0;
    margin: 0 auto;
    background-size: contain;
}

.imgbox img {
    width: 100%;
}


.boxstwo p {
    color: #4f5358;
    font-size: 14px;
    line-height: 24px;
    margin-top: 59px;
}

.boxstwo .imgbox {
    position: relative;
}

.boxstwo .imgbox:before {
    content: "";
    position: absolute;
    background: url(../images/green.png) no-repeat 0 0;
    width: 49px;
    height: 43px;
    left: 0;
    bottom: -32px;
    right: 0;
    margin: 0 auto;
    background-size: contain;
    top: auto;
    transform: rotate(60deg);
}

.testimonial {
    padding: 27px 0 63px;
}

.testimonial .title {
    margin-bottom: 20px;
}

.testimonial .title h3 {
    color: #000;
    font-size: 24px;
}

.testimonial .title h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}

.itembox {
    position: relative;
}

.itembox img {
    width: 100% !important;
}

.itembox h5 {
    color: #eae0d5;
    margin-top: 20px;
    font-size: 18px;
    font-family: "Playfair Display", serif;
}

.itembox p {
    color: #fff;
    text-align: center;
    font-weight: 300;
    padding: 0 14%;
}



.testimonial .container {
    position: relative;
    z-index: 99;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent !important;
}

#testimonial-carousel .owl-prev img {
    width: 50px;
}

#testimonial-carousel .owl-next img {
    width: 50px;
}

.videoimg {
    position: relative;
}

.videoimg .leftpadd {
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

.videoimg .rightpadd {
    padding-right: 0;
    position: relative;
}

.videoimg img {
    width: 100%;
}

.videoimg a {
    position: absolute;
    z-index: 999;
    bottom: 17px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    background: #1791de;
    width: fit-content;
    color: #fff;
    border-radius: 22px;
    padding: 6px 23px;
    transition: .5s ease-in-out;
}

.videoimg a:hover {
    background: #000;
    transition: .5s ease-in-out;
}

.product-sec {
    padding: 66px 0 80px;
}

.product-sec h3 {
    color: #022333;
    font-size: 25px;
    font-weight: 300;
}

.pro-box {
    position: relative;
    margin-bottom: 22px;
}

.pro-box img {
    width: 100%;
    box-shadow: 1px 1px 6px rgb(0 0 0 / 15%);
}

.pro-box .txtbox {
    text-align: center;
    padding: 21px 0;
}

.pro-box .txtbox a {
    color: #3a3b3c;
    padding-bottom: 4px;
    display: inline-block;
}

.pro-box .txtbox h5 {
    font-size: 15px;
    color: #3a3b3c;
}

.loicon img {
    width: 59px;
    padding: 0;
    position: absolute;
    box-shadow: none;
    top: 9px;
    right: 8px;
}

.hidebox {
    position: absolute;
    top: 40%;
    left: 7px;
    display: none;
    transition: .5s ease-in-out;
}

.pro-box:hover .hidebox {
    display: block;
    transition: .5s ease-in-out;
}

.hidebox ul li {
    list-style-type: none;
    background: #e8e7e6;
    margin: 10px 10px;
    text-align: center;
    border-radius: 50%;
    width: 32px;
    height: 33px;
    padding: 1px;
    padding: 0;
}

.hidebox ul li a img {
    box-shadow: none;
    width: 26px;
    padding: 8px 4px;
    text-align: center;
}

.viewmore {
    text-align: center;
}

.viewmore a {
    background: #1791de;
    color: #fff;
    padding: 9px 24px;
    border-radius: 20px;
    transition: .5s ease-in-out;
}

.viewmore a:hover {
    background: #000;
    transition: .5s ease-in-out;
}

.our-service .container {
    background: url(../images/update-background.jpg) no-repeat 0 0;
    background-size: contain;
    padding: 30px 0;
    margin-bottom: 146px;
}

.our-service h3 {
    color: #ffffff;
    font-size: 26px;
    margin-bottom: 30px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.service-box {
    background: rgb(255 255 255 / 60%);
    padding: 16px;
    margin: 44px 0 0;
}

.service-box h4 {
    color: #318dcc;
    font-size: 22px;
    font-weight: 600;
}

.service-box p {
    color: #3d3e3e;
    font-weight: 500;
    margin: 0;
    font-size: 14px;
}

.our-service img {
    width: 100%;
}

.about-sec {
    padding: 100px 0 100px;
}

.about-sec img {
    border-radius: 55px;
    margin: 32px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.about-sec h3 {
        font-size: 44px;
    font-weight: 700;
    color: #FF6600;
    font-style: italic;
    font-family: 'Montserrat';
    margin-bottom: 12px;
}

.about-sec h4 {
    font-size: 24px;
    color: #5a5a74;
    font-weight: 300;
    margin: 0 0 23px 0;
}

.about-sec p {
    font-size: 18px;
    letter-spacing: 1px;
    color: #1e1e1e;
}

.sopping-details {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: -84px;
    z-index: 99;
    text-align: -webkit-center;
}

.sopping-details ul li {
    list-style-type: none;
    display: table-cell;
    text-align: center;
    width: 380px;
    color: #fff;
    font-size: 15px;
    padding: 17px 0;
}

.sopping-details ul li:first-child {
    background: #318dcc;
}

.sopping-details ul li img {
    display: block;
    margin: 0 auto;
    width: 18%;
}

.sopping-details ul li span {
    display: block;
    font-size: 17px;
    color: #ffff;
    padding: 6px 0 0;
}

.sopping-details ul li:nth-child(2) {
    background: #2470a3;
}

.sopping-details ul li:nth-child(3) {
    background: #174e74;
}

.about-sec a {
    color: rgb(255,102,0);
    padding: 11px 25px;
    display: inline-block;
    margin-top: 7px;
    border: 1px solid rgb(255,102,0);
    font-size: 19px;
    font-weight: 400;
    border-radius: 18px;
}

.about-sec ul {
    display: flex;
    margin: 11px 0;
}

.about-sec ul li {
    display: inline-block;
}

.about-sec ul li img {
    width: 98%;
}

.about-sec ul li:last-child {
    margin-left: 9px;
}

.update-content {
    position: relative;
    top: 144px;
    margin: 0 27px;
}

.update-content .itembox h5 {
    font-size: 17px;
    color: #141312;
    text-transform: capitalize;
    text-align: left;
    font-family: "Playfair Display", serif;
    margin-bottom: 0;
}

.update-content .itembox ul li {
    color: #ffc107;
    display: inline-block;
    font-size: 13px;
    padding: 0 2px 0 0;
}

.update-content .itembox ul {
    margin: 3px 0 3px 0;
}

.update-content .itembox h4 {
    color: #141312;
    font-size: 15px;
}

.update-content .itembox h4 img {
    display: inline-block;
    width: 11px !important;
    margin: 0 2px 0 0;
}

.update-content .itembox span {
    position: absolute;
    background: #eae0d5;
    top: 6px;
    right: 5px;
    width: 40px;
    height: 40px;
    color: #2a2a2a;
    font-size: 12px;
    text-align: center;
    padding: 12px 0;
    border-radius: 50%;
    text-transform: uppercase;
}

.imgover-txt {
    position: absolute;
    bottom: 14px;
    left: 30px;
}

.imgover-txt img {
    width: 12px !important;
    display: inline-block !important;
    margin: 0 5px 0 0;
}

.imgover-txt h4 {
    color: #eae0d5;
    font-size: 15px;
}

.overlay-tour {
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: linear-gradient(to top, #000000cc, transparent);
    top: 0;
}

#tour-carousel {
    margin: 30px 0 0 0;
}

.blog-txt h4 {
    color: #222222;
    font-size: 19px;
    font-family: "Playfair Display", serif;
}

.blog-txt h5 {
    color: #022333;
    font-size: 15px;
}

.blog-txt p {
    color: #1e1e1e;
    text-align: left;
    padding: 0;
    font-weight: 400;
    font-size: 14px;
}

.blog-txt a {
    color: #fff;
    padding: 7px 16px;
    display: inline-block;
    margin-top: 0px;
    background: #e2c6a8;
    font-size: 15px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    width: 116px;
    text-align: center;
    margin-right: 7px;
}

.footer-bottom ul {
    margin: 14px 0;
}

.footer-bottom ul li {
    display: inline-block;
    padding: 3px 14px;
    margin-top: 20px;
    position: relative;
}

.footer-bottom ul li::before {
    content: "";
    position: absolute;
    height: 13px;
    width: 1px;
    background: #fff;
    right: 0;
    top: 7px;
}

.footer-bottom ul li:last-child:before {
    display: none;
}

.footer-bottom ul li a {
    color: #fff;
    font-size: 13px;
}

.footer-top h3 {
    padding: 7px 0 0;
}

.input-part {
    display: inline-block;
    width: 64%;
}

.input-part input {
    border-radius: 0;
    color: #022333;
    font-size: 14px;
    padding: 19px 17px;
}

.frm-btn {
    display: inline-block;
}

.subscribe form {
    margin: 0;
}

.frm-btn input {
        background-color: rgb(255, 122, 151);
    color: #000;
    border: 0;
    padding: 16px 35px;
    font-size: 17px;
    border-radius: 7px;
    margin: 27px 0 14px;
    display: block;
}

.care-div {
    text-align: center;
    background: #eef1f1;
    margin: 97px 0;
    /* padding: 80px 0; */
}

.care-div h4 {
    /* font-weight: 300; */
    font-size: 26px;
}

.care-div h5 {
    color: #022333;
    font-size: 18px;
    margin: 8px 0 40px;
}

.care-div ul {
    display: flex;
}

.care-div ul li {
    display: inline;
    padding: 26px 17px;
    text-align: center;
    background: #fff;
    margin: 0 11px;
    width: 14%;
    box-shadow: 9px -9px 29px rgb(0 0 0 / 7%);
    font-size: 15px;
    border-radius: 50%;
    height: 220px;
}

.care-div ul li img {
    display: block;
    margin: 0 auto 11px;
}

.owl-theme .owl-nav {
    margin-top: 0 !important;
}

.our-values {
    margin: 39px 0 48px;
}

.our-values .container {
    background: #eef1f1;
    padding: 0;
    border-radius: 30px;
}

.our-values h4 {
    padding: 1px 0px 19px;
    font-weight: 700;
    font-size: 36px;
    color: #f3345df7;
    font-style: italic;
    font-family: 'Montserrat';
}

.our-values .txt-part {
    padding: 37px 10px 20px 6px;
}
.our-values img {
    width: 100%;
    height: -webkit-fill-available;
    border-radius: 30px 0 0 30px;
}

.our-values a {
    color: #000;
    padding: 9px 12px;
    display: inline-block;
    margin-top: 7px;
    background-color: rgb(255, 122, 151);
    font-size: 18px;
    font-weight: 400;
    width: 130px;
    text-align: center;
    margin-right: 7px;
    border-radius: 18px;
}
 
.our-values a:hover {
    background-color: rgb(255, 122, 151);
   color: #043243;
    transition-duration: .15s;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}
.header_last:hover {
    background-color: #b8dfc9;
   color: #043243;
    transition-duration: .15s;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.frm-btn input:hover {
    background-color: #b8dfc9;
   color: #043243;
    transition-duration: .15s;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}
.talk-btn a:hover {
   background-color: rgb(255, 122, 151);
   color: #043243;
    transition-duration: .15s;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.care-div .item a:hover {
    transform: translatey(-10px);
}


.three-sec {
    padding: 28px 0;
}

.meet-faq-work {
    text-align: center;
}

.meet-faq-work img {
    width: 100%;
    border-radius: 31px;
}

.meet-faq-work h4 {
    padding: 19px 0;
    font-size: 21px;
    font-weight: 600;
}

.footer-top {}

.home-contact {
    margin: 0 auto;
    text-align: center;
}

.home-contact h4 {
    color: #5a5a74;
    font-weight: 400;
    font-size: 22px;
    margin: 0 0 31px 0;
}

.home-contact form .form-control {
    background: #ff7a9729;
    border: 0;
    border-radius: 20px;
    width: 44%;
    font-size: 13px;
    margin: 0 auto;
    padding: 0 18px;
    height: 44px;
}

.talk-with-us {
    background: #fff;
    padding: 44px 143px;
    border-radius: 29px;
    margin: 29px 0;
    box-shadow: -2px 0px 23px rgb(0 0 0 / 12%);
}

.talk-with-us h3 {}

.talk-with-us h4 {
    font-weight: 300;
    font-size: 23px;
}

.talk-btn {
    text-align: center;
    position: relative;
    width: 210px;
    margin: 28px auto;
}

.talk-btn a {
   background-color: rgb(255, 122, 151);
    border: 0;
    color: #000;
    padding: 17px 33px 16px 80px;
    border-radius: 25px;
    margin: 6px 0;
    position: relative;
    font-size: 18px;
}

.talk-btn a:before {
    content: "";
    background: url(../images/chat.png) no-repeat 0 0;
    position: absolute;
    height: 30px;
    width: 45px;
    left: 34px;
    top: 12px;
    display: block;
    z-index: 99;
}

.footer-menu h5 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0px 25px 0;
}

.footer-menu ul li {
    display: block;
}

.footer-menu ul li a {
    color: #000;
    font-size: 17px;
    line-height: 34px;
}
.Social a{padding: 1px 6px;margin: 8px 0;display: inline-block;color: #8a9fa1 !important;}

.single_teambox {
    background: #f0f0f0;
    padding: 12px;
    min-height: 350px;
    border-radius: 6px;
    border-bottom: 3px solid #1e6bd5;
    transition: all ease-in-out 1s;
}
.single_teambox h3 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    min-height: 40px;
    text-align: center;
}

.innerpage_wrapper .single_teambox img {
width: 100% !important;
}
.single_teambox p {
    color: #444;
    font-size: 17px;
    line-height: 26px;
}

.abt_section2 {
    margin-top: 30px;
}
.single_teambox:hover {
    transform: translatey(-10px);
}

.news-section img {
    /* max-width: 100%; */
    height: 487px;
    width: 100% !important;
}
.innerpage_wrapper22 {
    width: 100%;
    padding: 60px 0;
    display: inline-block;
}

.new-txt-box {
    /* margin: 0 0 45px 0; */
    padding: 11px 0 20px 0;
}
.new-txt-box ul {
    margin: 12px 0;
}
.new-txt-box ul li {
    font-family: 'Barlow', sans-serif;
    display: inline-block;
    padding: 0 33px 0 0;
    color: #000;
    font-weight: 500;
}

.new-txt-box ul li .fa {
    color: #8d8d8d;
    padding: 0 9px 0 0;
    font-size: 15px;
}
.new-txt-box h3 {
    font-family: 'Barlow', sans-serif;
    border-top: 1px solid #cbcbcb;
    font-weight: 700;
    font-size: 24px;
    padding: 8px 0;
    line-height: 32px;
}
.new-txt-box p {
    font-size: 14px;
    min-height: 145px;
}


.stellarnav > ul > li > a
.stellarnav.light ul ul {
    background: rgba(255, 255, 255, 1);
}


ul.sub-menu > li > a {
    padding: 7px 18px !important;
    font-size: 15px !important;
}


/*.sub-menu li a:hover {
    background: #75e1d6;
    color: #fff !important;
}*/

.stellarnav li li {
    display: block;
    /* border-bottom: 1px solid #0000003d !important; */
}

.care-div ul li a{
   color: #000;
   font-size: 18px;
}

section.innerpage_wrapper.contact_right {
    padding: 60px 0;
}

  /*FAQ Section*/
  
  .thfaqf-faq-item {
          padding-bottom: 25px;
  }
  
  .thfaqf-faq-item-title h4 {
    margin: 0;
    position: relative;
    line-height: 53px;
    font-size: 20px;
    font-weight: 600;
}

.thfaqf-faq-item span.thfaq-marker.thfaqf-toggle-icon {
    line-height: 50px;
}

.thfaqf-faq-item-content p {
    line-height: 32px;
    color: #000000;
    font-size: 20px;
    margin: 0 0 15px;
}

.thfaqf-faq-item-content ul li{
   line-height: 32px;
    color: #000000;
    font-size: 20px;
    margin: 0 0 15px;
}

.thfaqf-faq-item-content ul{
margin-left:15px;
}


.thfaqf-faq-item-content {
    padding: 25px;
}

h3.thfaqf-faq-list-title {
    text-transform: uppercase;
    color: #75e1d6;
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 30px;
}
.page-id-171 h1{
    display:none;
}

.our-values .txt-part p {
    font-size: 18px;
    letter-spacing: 1px;
}

.sticky {
 background-color: #f3f4ec;
 position: sticky;
  top:130px;
}

/*.service_right {
    background: #00FFFF;
    border-radius: 40px;
    padding: 20px 0 20px 20px;
}*/

.service_right ul li {
    line-height: 40px;
}

.service_detls_left hr {
    width: 100%;
    height: 2px;
    background-color: #f3f4ec;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.service_right ul {
    list-style: none;
    margin: 0;
    padding: 15px;
}

.service_right ul li a {
    color: inherit;
    text-decoration: inherit;
    font-size: 18px;
}
.service_right.sticky {
    padding: 15px;
}

.content-section {
  min-height: 2000px;
}
.sidebar-section {
  position: absolute;
  height: 100%;
  width: 100%;
}


.sidebar-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.make-me-sticky {
  position: -webkit-sticky;
	position: sticky;
    top: 119px;
  padding: 10px 5px;
}



/* Ignore This, just coloring */


.title-section, .content-section, .sidebar-section {
  background: #fff;
}

.title-section {
  text-align: center;
  padding: 50px 15px;
  margin-bottom: 30px;
}

.content-section h2 {
  text-align: center;
  margin: 0;
  padding-top: 200px;
}

.service_right {
    background: #00FFFF;
    border-radius: 40px;
    padding: 0 0 0 30px;
}

.three-sec a{
    color:#000;
} 

.header_last {
    background-color: rgb(255, 122, 151);
    border-radius: 23px;
    color: #000;
    color: var(--palette-primary);
    display: inline-block;
    font-size: -4.19rem;
    font-weight: 700;
    line-height: 1.77rem;
    padding: .4rem 1.15rem !important;
}

.service_detls_left h2 {
    font-size: 45px;
    padding-bottom: 25px;
    font-weight: 500;
}

.service_detls_left h3 {
    padding: 1px 0px 19px;
    font-weight: 500;
    font-size: 28px;
    line-height: 40px;
}

.service_detls_left ul {
    margin-left: 28px;
}

.service_detls_left ul li {
    line-height: 36px;
    font-size: 20px;
}

.service_detls_left ul li::marker  {
 color:#00FFFF;
}

.footer-menu ul li a i{
    font-size:24px;
}

.menu .menu-item-184{
    display:none;
}

.menu .menu-item-185{
     display:none;
}

.service_right ul li.active {
color: #4610e7 !important;
font-weight: 600;
 gap: 1rem;
    list-style: disc;
}

.service_right ul li.active::marker  {
font-size: 25px;
}

.acno_sec {
    padding: 60px;
}
.acno_sec h3{
     padding: 1px 0px 19px;
    font-weight: 600;
    font-size: 28px;  
        color: #f3345df7; 
}
.acno_sec p {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 40px;
}
.stellarnav.mobile > ul > li:nth-child(5) > a{
        font-size: 15px;
        color: #16ae9f;
        font-weight: 600;
}
.stellarnav.mobile > ul > li:nth-child(6) > a{
    background-color: #00FFFF;
    border-radius: 23px;
    font-size: 15px;
    color: #16ae9f;
    font-weight: 600;
    width: max-content;
    margin: 9px 0 0 8px;
    text-align: center;
    padding: 13px 20px;
}

.care-div .item a {
    background: #fff;
    /* display: block; */
    padding: 22px 15px;
    border-radius: 50%;
    display: inline-block;
    width: 200px;
    height: 200px;
        transition: all ease-in-out 1s;
}

.care-div .item a img{
    width: 40%;
    margin: 0 auto;
}
.care-div .item a h4{
    color: #f3345df7;
    font-size: 18px;
    padding: 16px 0;
}

.stellarnav li a:hover {
    color: rgb(255, 102, 0) !important
}

.current-menu-item> a {
    color:rgb(255, 102, 0) !important;
}

.footer_logo img{
    width: 90%;
}


.footer_social {
    text-align: center;
    margin-top: 25px;
}

.care-div h2 {
    font-size: 44px;
    font-weight: 700;
    color: #f3345df7;
    font-style: italic;
    font-family: 'Montserrat';
}

.care-div p {
    font-size: 22px;
    font-weight: 400;
    color: #000;
    padding: 0 23%;
    line-height: 37px;
    margin-bottom: 35px;
}

.care-div a {
    color: rgb(255,122,151);
    border: 1px solid rgb(255,122,151);
    padding: 12px 21px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 29px;
}


#photos {
  /* Prevent vertical gaps */
  line-height: 0;
   
  -webkit-column-count: 3;
  -webkit-column-gap:   0px;
  -moz-column-count:    3;
  -moz-column-gap:      0px;
  column-count:         5;
  column-gap:           0px;  
}

#photos img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
}
#photos img:hover{
  opacity: .7;
}
@media (max-width: 1200px) {
  #photos {
  -moz-column-count:    4;
  -webkit-column-count: 4;
  column-count:         4;
  }
}
@media (max-width: 1000px) {
  #photos {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  }
}
@media (max-width: 800px) {
  #photos {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
}
@media (max-width: 400px) {
  #photos {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  }
}



main {
  column-count: 1;
  break-inside: avoid;
  gap: 0.5rem;
  padding: 0.5rem;

  & img {
    width: 100%;
    margin-bottom: 0.25rem;
  }
}

@media (width > 700px) {
  main {
    column-count: 2;
  }
}

@media (width > 1000px) {
  main {
    column-count: 3;
  }
}

@media (width > 1300px) {
  main {
    column-count: 4;
  }
}


.container2 {
  perspective: 2000px;
  width: 300px;
  height: 400px;  
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
}

.gallery-cell {
  width: 66%;
  height: 200px;
  margin-right: 10px;
  background: #8C8;
  counter-increment: gallery-cell;
}

/* cell number */
.gallery-cell:before {
  display: block;
  text-align: center;
  content: counter(gallery-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
}



.product-sec h2{
    padding: 1px 0px 19px;
    font-weight: 700;
    font-size: 38px;
    color: #FF6600;
    text-align: center;
}

.product-sec .item img {
    height: 211px;
    width: 208px !important;
    object-fit: contain;
}

.product-sec .owl-theme .owl-nav {
        margin-top: 20px !important;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.product-sec p {
    font-size: 22px;
    font-weight: 400;
    color: #000;
    padding: 0 23%;
    line-height: 37px;
    margin-bottom: 35px;
    text-align: center;
}

.home_top .top_inner {
    padding: 51px 0;
}

.home_top .top_inner h3 {
    font-size: 23px;
    font-weight: 600;
}

.home_top .top_inner a {
    border: 1px solid #635454;
    color: #000;
    padding: 10px 20px;
    font-weight: 500;
    border-radius: 10px;
}

.top_innerimg img{
    width: 100%;
}

.top_box.top_boxright {
    background: rgb(252,213,182);
}
.top_box.top_boxmiddle {
    background: rgb(140,235,179);
}
.top_box.top_boxleft {
    background: rgb(232,236,141);
}

.home_top .hometest {
    padding: 0;
}

.top_box {
    padding: 20px;
}

.coll_inner img{
    width: 100%;
}
.coll_inner {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    text-align: center;
    padding-bottom: 6px;
    margin-bottom: 22px;
}

.coll_inner p {
    font-weight: 600;
    font-size: 17px;
    margin: 0;
    padding: 8px 0;
}

.care-div img{
    width: 100%;
}

.miss_inn {
background: url(../images/abt1.jpg) no-repeat 0 0;
background-size: cover;
padding: 103px 45px;
height: 470px;
}

.viss_inn {
background: url(../images/abt2.jpg) no-repeat 0 0;
background-size: cover;
padding: 125px 45px;
height: 470px;
}

.mission_sec h2 {
    color: #fff;
    font-weight: 700;
    font-size: 36px;
}


.mission_sec p {
    color: #fff;
    font-size: 18px;
    letter-spacing: 1.5px;
    padding: 0 29% 0 0;
}

.container-fluid.misvis {
    padding: 0;
}

.mission_sec .col-md-6.col-12 {
    padding: 0;
}
.newsletter_section img{
    width: 100%;
}

.head-social ul li i{
    color: #000;
    font-size: 26px;
}

.footer_logo_text {
    padding-top: 24px;
}

.footer_social ul li i{
    color: #000;
    font-size: 26px;
}

.footer_social ul li a{
  padding: 10px 18px;
}

.desidevel {
    text-align: right;
}

/*.innerpage_wrapper ol li strong {
    font-size: 25px;
}*/

.innerpage_wrapper ol {
    padding: 0;
}

.innerpage_wrapper h4 {
    font-size: 28px;
    font-weight: 600;
}

.sevi_section h2 {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
}

.sevi_section h3 {
    font-size: 20px;
    font-weight: 600;
}

.sevi_listing_inn {
   /* border: 1px solid rgb(255, 102, 0);*/
    text-align: center;
    padding: 15px 0;
}

.sevi_listing_inn a{
    color: rgb(255, 102, 0);
    padding: 11px 25px;
    display: inline-block;
    margin-top: 7px;
    border: 1px solid rgb(255, 102, 0);
    font-size: 22px;
    font-weight: 400;
    border-radius: 18px;
        width: 100%;
}
.pro_cat_sec {
    margin-top: 25px;
}

.pro_cat_sec h3 {
    text-align: center;
    margin: 25px 0;
    font-weight: 700;
    font-size: 28px;
    color: #FF6600;
    text-transform: uppercase;
}

.pro_gallery_sec .coll_inner img {
    width: 100%;
    height: 362px;
    object-fit: contain;
}

.m_conn img{
    width: 100%;
}

section.collection.kis_cat_home {
    margin-top: 75px;
}

.kis_cat_home .coll_inner{
    min-height: 277px;
}

.kis_cat_home .coll_inner img {
    height: 250px;
    object-fit: contain;
}

.m_conn {
    text-align: center;
}
.m_conn h2{
    padding: 1px 0px 19px;
    font-weight: 700;
    font-size: 38px;
    color: #FF6600;
    text-align: center;
}

.collection_btn {
    text-align: center;
}
.collection_btn a{
    color: rgb(255, 102, 0);
    padding: 11px 25px;
    display: inline-block;
    margin-top: 7px;
    border: 1px solid rgb(255, 102, 0);
    font-size: 19px;
    font-weight: 400;
    border-radius: 18px;
}

.mission_sec {
    margin-top: 50px;
}


.sevi_section ul{
    columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2; 
  list-style: none;
}

.board_listing h3 {
    font-size: 23px;
    font-weight: 600;
    padding-bottom: 7px;
}

.board_listing ul li {
    list-style-type: disclosure-closed;
}

.board_listing table {
    width: 100%;
}

.board_listing {
    margin-bottom: 40px;
    border-bottom: 2px dotted #ccc;
}

.dir_other h4{
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 7px;
}

.board_listing h3 {
    font-size: 19px;
}
.coll_inner img {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: 195px;
    object-fit: contain;
}

.innerpage_wrapper h2 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 25px;
    color: #000;
}

.pro_cat_sec nav .nav-tabs .nav-link {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    margin-left: 2px;
}

.innerpage_wrapper table {
    width: 100%;
}

.pro_pagination2 {
    display: inline-flex;
    gap: 15px;
}

.pro_pagination {
    /* display: flex; */
    gap: 14px;
    text-align: right;
}

ul.footer_contactus  li{
    line-height: 35px;
}
p.desideve {
    text-align: center;
}
