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: 40%;
    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,122,151);
}

.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: 0; */
    right: 0;
    left: -2px;
    bottom: -5px;
    /* 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: 62px;
    font-family: 'Bebas Neue', cursive;
}

.banner_txt h3 {
    color: #f3345df7;
    font-size: 40px;
    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 6px;
}

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

.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: 95px;
}

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

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

.innerpage_wrapper h1 {
    /*text-transform: uppercase;*/
    color: rgb(255, 122, 151);
    font-size: 40px;
    font-weight: 800;
    margin: 0 0 30px;
}

.footer-top3 {
    padding: 50px;
    background: #cccccc61;
}

/*.innerpage_wrapper img {
    max-width: 410px;
    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;
}
.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: rgb(255, 122, 151);
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    border: 0px solid rgb(199, 123, 178);
    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;
}

.footer-top h2 {
        padding: 1px 0px 19px;
    font-weight: 700;
    font-size: 42px;
    color: rgb(255, 122, 151);
    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, 122, 151);
    padding: 22px 0 14px;
}

.footer-bottom p {
    color: #000;
    font-size: 17px;
}

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

.allrightre {
    text-align: right;
}

.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: 30px 0 59px;
}

.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: 50px 0 30px;
}

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

.about-sec h3 {
        font-size: 40px;
    font-weight: 700;
       color: rgb(255, 122, 151);
    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: 16px;
    margin-bottom: 11px;
    padding-right: 31px;
    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, 122, 151);
border: 1px solid rgb(255, 122, 151);
padding: 8px 20px;
font-size: 20px;
font-weight: 600;
border-radius: 29px;
display: inline-block;
margin-top: 7px;
}

.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;
    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 h3 {
   font-size: 40px;
    font-weight: 700;
    color: rgb(255, 122, 151);
    font-style: italic;
    font-family: 'Montserrat';
    margin-bottom: 12px;

}

.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: rgb(255, 122, 151);
border: 1px solid rgb(255, 122, 151);
padding: 8px 20px;
font-size: 20px;
font-weight: 600;
border-radius: 29px;
display: inline-block;
margin-top: 7px;
}


 
.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: #ff7a9729;
   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 11px 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: 22px 30px;
    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;
}
.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: 12px 21px !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: 16px;
    margin-bottom: 11px;
    padding-right: 31px;
    color: #1e1e1e;
}

.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: 6px;
}
.acno_sec h3{
     padding: 1px 0px 19px;
    font-weight: 600;
    font-size: 30px;  
        color: rgb(168, 93, 147); 
}
.acno_sec p {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 26px;
    margin: 0 0 5px 0;
}
/*.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: rgb(255, 122, 151);
    border-radius: 23px;
    font-size: 15px;
    color: #000;
    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, 122, 151) !important;
}

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

.contact_left table{
    width: 100%;
}

.footer_logo img{
    width: 90%;
}


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

.care-div h2 {
    font-size: 42px;
    font-weight: 700;
    color: rgb(255, 122, 151);
    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: 42px;
       color: rgb(255, 122, 151);
    text-align: center;
}

.product-sec .item img{
    height: 550px;
    object-fit: cover;
}

.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;
}

.abt_btninn h3{
    text-align: center;
    padding: 20px 0px 15px;
    font-weight: 700;
    font-size: 28px;
    color: rgb(255, 122, 151);
    /* font-style: italic; */
    font-family: 'Roboto', sans-serif;
}

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

section.abt_btn {
    background: #eef1f1;
    padding: 80px 0;
}

.team_sec2 {
background: #eef1f1;
padding: 80px 0;
}

.team_sec2 h3{
text-align: center;
padding: 20px 0px 15px;
font-weight: 700;
font-size: 25px;
    color: rgb(255, 122, 151);
/* font-style: italic; */
font-family: 'Roboto', sans-serif;
}

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

.team_sec1 {
/*background: #eef1f1;*/
padding: 80px 0;
}

.team_sec1 h3{
text-align: center;
padding: 20px 0px 15px;
font-weight: 700;
font-size: 25px;
    color: rgb(255, 122, 151);
/* font-style: italic; */
font-family: 'Roboto', sans-serif;
}

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

section.partners_section {
    margin: 60px 0 60px 0;
}

.partners_section h2{
padding: 1px 0px 50px;
font-weight: 700;
font-size: 30px;
color: rgb(255, 122, 151);
text-align: center;
font-family: 'Roboto', sans-serif;
}


/*====sudipta Blogpage and blog details page start =====*/
/*.blog_main{background:#f2f2f2; padding-top: 40px;}*/
.blog_left{width: 100%;padding: 0 15px;float:left}
.blog_right{width: 33%;padding: 0 15px;margin-left: 3%;float: left;margin-top: 50px}
.blog_title{color: #333333;font-size: 30px; text-align: center;position: relative;display: inline-block;margin:0;}
.blog_title:before{content: '';position:absolute;border-top:2px solid #f2ad1d;width: 100%;top: 0;}
.blog_category,.blog_tags,.blog_post{margin-bottom:25px;box-shadow: 0 2px 4px 0px rgba(0,0,0,0.08);background: #fff}
.blog_category h2{background-color: #1a4b61;color: #FFFFFF;font-size: 26px;font-weight: 700;line-height: 24px;padding:14px 20px;margin:0;text-transform:uppercase;font-family: 'Alegreya Sans', sans-serif;}
.blog_category ul li{border-bottom: 1px solid #dfdfdf; list-style: none;}
.blog_category ul li:last-child,.blog_post li:last-child{border-bottom: none}
.blog_category ul li:hover a,.blog_category ul li.active a{color: #f21d1d;}
.blog_category ul li a{color: #000000;font-size: 16px;line-height: 30px;text-transform: uppercase;display:block;padding: 8px 10px;}
.blog_category ul{background-color: #ffffff;margin-bottom: 0;}
.blog_tagh2{background-color: #170654;color:#fff;text-transform: uppercase;padding: 14px 20px;font-size: 26px;  font-weight: 700; line-height: 24px;margin:0;font-family: 'Alegreya Sans', sans-serif;}
.blog_tags ul{padding: 20px 15px}
.blog_tags li{display: inline-block;border:1px solid #e1e1e1;border-radius: 20px;margin: 5px 3px}
.blog_tags li.active,.blog_tags li:hover{border:1px solid #40a2d5;}
.blog_img img {max-width: 100% !important;margin: 0 0 20px 0 !important;}
.blog_tags li.active a,.blog_tags li:hover a,.blog_post a{    color: rgb(255, 122, 151);display: block;}
.blog_post a:hover{text-decoration: underline}
.blog_tags li a{font-size: 13px;  line-height:26px;text-align: center;color: #969696;text-transform:uppercase;display:block;padding: 2px 21px;}
.blog_post li{border-bottom:1px solid #e1e1e1 ;padding: 25px 20px; list-style: none !important;}
.blog_post .row{margin: 0}
.blog_post p{color:#6e6e6e;font-size: 12px;line-height: 20px;margin-bottom: 0;}
.postcontent{float: left;width: 64%;padding: 0 15px}
.postimg{width: 95px;overflow:hidden;float: left}
.postimg img{border:1px solid #e1e1e1;max-width: 100% !important;
    width: 100%;
    margin: 0 10px 0 0 !important;}
.postcontent p {font-size: 13px !important;line-height: 19px !important;margin:0 !important;}
.footer_menu li.current_page_item a {color: #4d920c;}
.fc-view table tr td {text-align:center !important;}
.comment-form input[type="submit"] {padding: 10px 20px;
    background: #40a2d5;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    border: 1px solid #40a2d5;
    display: block;
    height: 50px;}
.blog_detail {margin: 50px 0 30px;padding-top: 33px;}
.blog_detail .nav-next svg, .blog_detail .nav-previous svg {display:none !important;}
.blog_detail .navigation h2 {display:none;}
.nav-links span.nav-subtitle, .nav-links span.nav-title {display:none;}
.blog_detail .nav-links {width: 100%;
    display: inline-block;}
  .blog_detail .nav-previous {
    width: auto;
    float: left;
    margin: 10px 10px;
    background: #7d5516;
    padding: 7px;
    /* color: #fff; */
}
  .blog_detail .nav-next {
    width: auto;
    float: right;
    margin: 10px 10px;
    background: #7d5516;
    padding: 7px;
    }
.comments-area {width:100%;margin:30px 0 0;}
.comments-area label {width:100%;display:block;}
.comments-area input[type="text"], .comments-area input[type="tel"], .comments-area input[type="email"], .comments-area input[type="password"] {width:100%;}
.comments-area textarea {width:100%;resize:none;height:135px;}
.gallery_box {width:100%;border:1px solid #ccc;padding:15px;margin: 0 0 25px 0;}
.gallery_box img {width: 100% !important;
    max-width: 100% !important;
    margin: 0!important;
    float: none !important;
    height: 300px;
    object-fit: cover;}
.gallery_box h3 {color: #424242;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;font-family: 'Alegreya Sans', sans-serif;margin: 20px 0 0;}
  .evntpic img {max-width:100%  !important;width:100% !important;margin:0  !important;}
  .evntpic_info {margin: 0 0 35px;}

.blog_list{background: #fff;box-shadow: 0 2px 4px 0px rgba(0,0,0,0.08);display: block}
.list_content{padding: 10px;border-bottom: 1px solid #e1e1e1;min-height: 200px;}
.blog_img{overflow: hidden;text-align: center;max-height: 360px}
.list_content h2{color: #000000;font-size: 18px;font-weight: 500;  line-height:1.2;text-transform: uppercase;margin-bottom: 20px;margin-top: 5px;font-family: 'Alegreya Sans', sans-serif;}
.title2{color: #9C9B9B;font-size: 14px;line-height: 24px;margin-bottom: 5px}
.title3{color: #6E6E6E;font-size: 14px;line-height: 20px;margin-bottom:8px; min-height: 80px;}
.smalltxt{color: #2E2E2E;font-size: 14px;font-weight: 600;  line-height: 20px;margin-bottom: 0; margin: 15px 0 0 0 !important;}
.color1 {color:#170654;}
.datetxt{color: #6E6E6E;font-size: 14px;line-height: 20px;;display: inline-block;margin-bottom: 0;margin-left: 5px}
.datetxt i{margin-right:6px}
.iconfav{border:1px solid #e1e1e1;border-radius: 20px;display: inline-block;color: #ABABAB;font-size: 14px;line-height: 14px;padding: 5px 13px;margin:0 4px}
.iconfav span{border-left:1px solid #e1e1e1;display: inline-block;padding-left: 10px;}
.blog_bottom{padding: 20px 18px}
.blog_left .blogborder{padding-top: 50px;margin-bottom: 50px}
.blog_left .blogborder:before{position: absolute;content: '';border-top: 1px solid #fff;top: -1px;width: 96%;left: 0}
.blog_left .blogborder:nth-child(odd):before,.blog_left .blogborder:nth-child(odd):after{right:0;left: auto}
.blog_left .blogborder:nth-child(1):before,.blog_left .blogborder:nth-child(1):after,.blog_left .blogborder:nth-child(2):before,.blog_left .blogborder:nth-child(2):after{content: none}
.blog_left .blogborder:after{position: absolute;content: '';border-top: 1px solid #e1e1e1;top:0px;width: 96%;left: 0}
.blog_search .input-group {
  display: flex;
}
.blog_search .form-control{border-radius: 30px;border-color:#4d920c;height: 50px;padding: 6px 20px;box-shadow: none !important;z-index: 0;border-right:none}
.blog_search{margin-bottom: 30px}
.blog_search .input-group-addon:before{position: absolute;content: '';background:#170654;top:0;bottom: 0;width: 1px;height:84%;margin: auto;left:0}
.blog_search .input-group-addon {
  background-color: #fff;
  border-radius: 0 30px 30px 0;
  border: 1px solid #4d920c;
  color: #888;
  padding: 0;
  position: relative;
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  border-left: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social_fix .fix_list li img {width:100%;}
.detailcontent,.detailcontent1,.detailcontent2{background: #fff;padding: 25px 35px;box-shadow: 0 2px 4px 0px rgba(0,0,0,0.08);width: 100%;
display: inline-block;}
.blog_detail .blog_right{margin-top: 0}
.detailcontent .blog_tags{box-shadow: none;margin-bottom:15px;border-bottom: 1px solid #e1e1e1;padding-bottom: 15px}
.detailcontent .blog_tags ul{padding: 5px 0;margin-bottom: 0}
.detailtitle{color: #333;font-size:20px;font-weight: 700; line-height: 32px;margin: 8px 0 10px;font-family: 'Alegreya Sans', sans-serif;}
.detailimg1{border-top:1px solid #e1e1e1;padding-top: 25px;margin-top: 15px;margin-bottom: 25px}
.imgbox img{border: 6px solid #dad7d7;
    max-width: 100%;
    width: 100%;
    height: 300px;
    object-fit: cover;}
.detailtxt{color: #5C5C5C;font-size: 15px;line-height: 24px;margin: 5px 0 18px}
.txtunderline{text-decoration: underline}
.detailcontent1,.detailcontent2{border-top:1px solid #e1e1e1;}
.detailcontent1 img{max-width: 100%}
.imgbox1{overflow: hidden;max-height: 412px}
.bloglink li{display: inline-block;border:1px solid #999;border-radius: 3px;margin: 2px}
.linkcount{border-left: 1px solid #e1e1e1;padding-left: 5px;margin-left: 5px;}
.bloglink li a{color:#999;font-weight: 600;display: block;padding: 6px 10px;font-size: 14px}
.bloglink li:hover a{color:#f2ad1d;}
.bloglink li:hover{border:1px solid #f2ad1d;}
.commentbox{background: #fff;padding: 30px 35px;box-shadow: 0 2px 4px 0px rgba(0,0,0,0.08);margin-top: 30px}
.commentbox label{color: #5C5C5C;font-size: 15px; line-height: 24px;display: block;font-weight: normal;margin-bottom:8px}
.btncomment{border: 1px solid #f2ad1d;  background-color: #fff;color: #f2ad1d;font-size: 14px;  line-height: 22px;text-transform: uppercase;width:100%;text-align:left}
.btncomment:hover{background-color:#f2ad1d;color:#fff }
@media screen and (max-width: 1200px) {
    .blog_bottom,.blog_post li,.blog_tags ul,.list_content {padding: 10px;}
    .blog_category ul li a{font-size: 14px;line-height: 36px;padding:6px 10px}
    .title1{font-size: 14px;line-height: 18px}
    .title3{font-size: 13px}
    .blog_post p,.detailtxt{font-size: 13px;line-height: 18px}
    .blog_right{margin-left: 0;margin-top: 30px}
    .blog_left{width: 67%}
    .blog_left .blogborder{padding-top: 30px;margin-bottom: 30px}
    .blog_tagh2,.blog_category h2{font-size: 20px;line-height: 20px;padding: 12px 10px}
    .blog_tags li a{padding: 2px 14px}
    .blog_tags li{margin: 5px 1px}
    .postimg{width:36%;}
    .blog_category, .blog_tags, .blog_post,.blog_search{margin-bottom: 20px}
    .detailcontent, .detailcontent1, .detailcontent2{padding: 20px 15px}
     .blog_bottom .datetxt{margin:7px 0 0}
  
}

.blog_detail h2 {
    font-size: 23px;
    font-weight: 200;
}

@media screen and (max-width: 992px){
    .blog_left,.blog_right{width: 100%;float: none}
    .blog_right{width: 100%;margin:0 auto}
    .commentbox{margin-bottom: 30px}
    .postimg{width: 112px}
    .postcontent{width: 74%}
}
@media screen and (max-width: 767px){
    .favtxt{text-align: left !important;margin-top:7px} 
    .detailcontent, .detailcontent1, .detailcontent2{padding: 15px}
     .postimg{width: 36%}
    .postcontent{width: 64%} 
}
@media screen and (max-width:500px){ 
    .blog_right{width:100%;margin-top: 30px}
    .blog_left .blogborder{width: 100%;float:none;margin-bottom: 0}
    .blog_left .blogborder:before,.blog_left .blogborder:after{content: none}
}

.blog_detail h4 {
text-align: center;
    letter-spacing: 0px;
    color: #4d920c;
    font-size: 30px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin: 0 0 35px 0;
    position: relative;
}

.blog_detail h4:after {
    background: #4d920c;
    width: 309px;
    height: 10px;
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
}

.blog_detail p {
    line-height: 25px;
    color: #3f3e3e;
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 15px;
    font-family: 'Poppins', sans-serif;
}

/*.single-post .blog_detail h2 {
    font: normal normal 600 18px Poppins !important;
    padding: 0 0 15px 0;
    margin: 0;
    color: #170654;
    text-align: left;
        font-size: 32px !important;
}*/

.single-post .blog_detail h3 {
    font: normal normal 500 18px Poppins !important;
    padding: 0 0 15px 0;
    margin: 0;
    color: #9f0fce;
    text-align: left;
   font-size: 23px !important;
}


a.blog_lst {
     background: #9f0fce;
    color: #fff;
    padding: 8px 20px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    margin: 1px 0 0 0;
}

.blog_post h2 {
    background-color: rgb(255, 122, 151);
    color: #FFFFFF;
    font-size: 26px;
    font-weight: 700;
    line-height: 24px;
    padding: 14px 20px;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Alegreya Sans', sans-serif;
}

/*====sudipta Blogpage and blog details page End =====*/

div#comments {
    display: none !important;
}


.sindle_header_banner {
    width: 100%;
    height: 400px;
    position: relative;
}

.sindle_header_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.sindle_header_banner .overlay_content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.37);
}

.sindle_header_banner .overlay_content h1 {
    text-align: center;
    position: absolute;
    top: 42%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: rgb(199, 123, 178);
    font-size: 41px;
    font-weight: 800;
    letter-spacing: 1px;
    text-shadow: 0 0 7px black;
}

.page-id-305 section#thhr {
    display: none;
}

.page-id-305 section#cow {
    display: none;
}

li#menu-item-423 {
    display: none;
}


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

.event_left h2{
       color: rgb(255, 122, 151);
    font-size: 40px;
    font-weight: 800;
    margin: 0 0 30px; 
}

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

.event_left img{
    width:100%;
}

.event_gallinn img{
    width:100%;
}

.event_gall {
    margin-top: 36px;
}

.single-eventmanage .abttop_content a{
      color: rgb(255, 122, 151);
    font-size: 20px;
    font-weight: 800;  
}

.team_image img{
    width:80%;
}

.service_detls_left img {
    width: 100%;
    padding-bottom: 30px;
}

.abttop_content a{
        color: rgb(255, 122, 151);
    font-size: 18px;
    font-weight: 700;
}

.page-id-458 textarea.wpcf7-form-control.wpcf7-textarea {
    height: 80px;
}

.page-id-458 select.wpcf7-form-control.wpcf7-select {
    margin: 0;
    padding: 10px 18px;
    width: 100%;
    color: #333;
    border: 1px solid #a7a6a4;
    background: #fff;
    height: 45px;
    border-radius: 20px;
}

.page-id-458 input[type="checkbox"] {
    margin: 0;
    padding: 10px 18px;
    width: auto;
    color: #333;
    border: 1px solid #a7a6a4;
    background: #fff;
    height: fit-content;
    border-radius: 20px;
}

.page-id-458 .wpcf7-list-item {
    display: inline-block;
    margin: 0 0 4px 1em;
    width: 100%;
}

.page-id-458 label {
    display: block;
    margin: 0;
    font-size: 17px;
    font-weight: 600;
}