body {

    font-family: 'Lato', sans-serif;
    color: #404040;
    font-size: 16px;

}

p {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    line-height: 24px;
    color: #3f3f3f;
    margin: 0px;
}

a {
    font-size: 16px;
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'Lato', sans-serif;
    color: #404040;
}

a:hover {
    text-decoration: none;
    outline: none;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

li {
    color: #404040;
}

button:focus,
input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
    transition: all 500ms ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', serif;
    margin: 0px;
    color: #343434;
}

p {
    margin: 0px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-30 {
    padding-bottom: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.justify-center {
    justify-content: center;
}

.mt-20 {
    margin-top: 20px;
}

.align-item-center {
    align-items: center;
}

.justify-content-space-between {
    justify-content: space-between;
}

.flex-end {
    justify-content: flex-end;
}

.site-width {
    max-width: 1250px;
    margin: 0px auto;
}




/* Header */
.topHeader {
    background: #c48d25;
    padding: 5px 0px;
}

.topHeaderWrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.welcomeMessage p {
    color: #ffff;
}

.topHeaderSocial ul {
    display: flex;
    align-items: center;
    color: #fff;
}

.topHeaderSocial ul li {
    color: #fff;
    margin: 0px 5px 0px 5px;
}

.topHeaderSocial ul li a.topContactLinks {
    color: #fff;
    line-height: 24px;
}

.topHeaderSocial ul li a.topContactLinks i {
    color: #fff;
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.topHeaderSocial ul li a.topContactLinks i.fa-envelope {
    font-size: 15px;
}

.topHeaderSocial ul li a.topSocialLinks {
    color: #fff;
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    text-align: center;
}

.topHeaderSocial ul li a.topSocialLinks i {
    position: relative;
    z-index: 2;
    transition: 0.4s ease-in-out;
    line-height: 24px;
}

.topHeaderWrapper a,
.topHeaderWrapper p,
.topHeaderWrapper li {
    font-size: 13px;
}

.topHeaderSocial ul li a.topSocialLinks::before {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    background: #fff;
    border-radius: 100%;
    z-index: 1;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s ease-in-out;
    margin: auto;
}

.topHeaderSocial ul li a.topSocialLinks:hover:before {
    visibility: visible;
    opacity: 1;
    width: 22px;
    height: 22px;
}

.topHeaderSocial ul li a.topSocialLinks:hover i {
    color: #000;
}

.mainHeader {
    padding: 10px 0px;
    width: 100%;
    border-bottom: 1px solid #dddddd3b;
    background: url(../img/texture/1.png);
    background-size: 34%;
    background-position: right top;
    background-color: #ffffffcf;
    background-blend-mode: color;
    background-repeat: no-repeat;
    transition: 0.4s ease-in-out;
}

.mainHeader.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 111;
    transition: 0.4s ease-in-out;
    background-color: #ffffffb8;
    backdrop-filter: blur(8px);
}

.mHeaderWrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logoSection {
    width: 240px;
    transition: 0.4s ease-in-out;

}

.mainHeader.sticky .logoSection {
    width: 140px;
}

.logoSection img {
    width: 100%;
}

.navBarSection ul {
    display: flex;
    align-items: center;

}

.navBarSection>ul>li {
    margin: 0px 0px 0px 30px;
}

.navBarSection>ul>li>a {
    padding: 20px 0px;
    font-weight: 600;
}

.navBarSection>ul>li>a:hover,
.navBarSection>ul>li>a.active {
    color: #c18b23;
}

.mHeaderContact {
    display: flex;
    align-items: center;
    width: 17%;
}

.mhcIco {
    width: 23%;
    margin-right: 0px;

}

.mhcIco i {
    font-size: 28px;
    color: #fff;
    font-size: 16px;
    color: #fff;
    background: linear-gradient(45deg, #c79129, #c18b23);
    width: 35px;
    height: 35px;
    line-height: 36px;
    text-align: center;
    border-radius: 100%;
}

.mHeaderContactNum ul li a {
    font-weight: 700;
    font-size: 17px;
}






/* Swiper */
.slider-swiper-container {
    width: 100%;
    height: 93vh;
    background-color: #000;
    position: relative;
    overflow: hidden;
}

.slider-swiper-container::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    margin: auto;
    /* background: linear-gradient(90deg, #ffffff00, #ffffffc7 85%); */
    background: linear-gradient(90deg, #ffffff00, #ffffff40 85%);
    z-index: 1;
}

/* Swiper slides */
.slider-swiper-container .swiper-slide {
    position: relative;
    background-size: 100% 100%;
    position: relative;
}


/* Slide captions */
.slide-captions {
    position: absolute;
    top: 50%;
    left: 0px;
    color: #FFF;
    z-index: 3;
    transform: translateY(-50%);
    width: 50%;
    margin: 0px auto;
    right: 0px;
    /* text-align: right; */
    margin-right: 0px;
    padding-right: 9.2%;
}

.slide-captions .current-title {
    margin: 0;
    font-size: 48px;
    font-weight: 800;
    color: #404040;
    line-height: 60px;
}

.slide-captions .current-title span {
    margin: 0;
    background: #d18a1d;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slide-captions .current-subtitle {
    margin: 10px 0 0 0;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

a.bnrBtn {
    display: flex;
    align-items: center;
    font-weight: 700;
}

.pulse {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #fff;
}

i.pulse {
    margin-right: 10px;
}

.pulse {
    background-color: #d88108b8;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    font-size: 41px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    columns: #fff;
    -webkit-animation: video-pulse-presentation 2s linear infinite;
    animation: video-pulse-presentation 2s linear infinite;
}

.pulse:hover {
    background-color: #FFF;
    color: #d88108;
}

@-webkit-keyframes video-pulse-presentation {
    0% {
        -webkit-box-shadow: 0 0 0 0 #d88108, 0 0 0 0 #d88108;
        box-shadow: 0 0 0 0 #d88108, 0 0 0 0 #d88108;
    }

    40% {
        -webkit-box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 0 #d88108;
        box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 0 #d88108;
    }

    80% {
        -webkit-box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
        box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
        box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
    }
}

@keyframes video-pulse-presentation {
    0% {
        -webkit-box-shadow: 0 0 0 0 #d88108, 0 0 0 0 #d88108;
        box-shadow: 0 0 0 0 #d88108, 0 0 0 0 #d88108;
    }

    40% {
        -webkit-box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 0 #d88108;
        box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 0 #d88108;
    }

    80% {
        -webkit-box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
        box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
        box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
    }
}

.bnrCounters {
    display: flex;
    width: 100%;

}

.bnrCounters div {
    width: 40%;
}

.bnrCounters div h2 {
    font-size: 30px;
    font-weight: 800;
    color: #d28d20;
}

.bnrCounters div p {
    font-weight: 600;
    color: #404040;
    text-transform: capitalize;
}

/* Swiper arrows */
.swiper-pagination-bullet-active {
    background-color: #fff;
}

/* Swiper pagination */
.slider-swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 50px;
}

.slider-swiper-container .swiper-button-prev,
.slider-swiper-container .swiper-button-next {
    color: #d18a1d;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s ease-in-out;
}

.slider-swiper-container:hover .swiper-button-prev,
.slider-swiper-container:hover .swiper-button-next {
    visibility: visible;
    opacity: 1;
}

.sliderShape {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 2;
}

.sliderShape img {
    width: 100%;
}

.bgCream {
    background-color: #fffdfb;
    background-image: url(../img/texture/3.png);
    background-blend-mode: multiply;
}

.aboutUsImgWrap {
    width: 100%;
    height: 100%;
}

.aboutUsImgWrap img {
    width: 101%;

}

.aboutImg {
    height: 100%;
}

.sectionTitle h1 {
    font-size: 34px;
    font-weight: 800;
    position: relative;
    padding-bottom: 5px;
}

.sectionTitle h1::after {
    position: absolute;
    content: '';
    bottom: 0px;
    left: 0px;
    width: 100px;
    height: 2px;
    background-color: #c18b23;
}

.aboutContent {
    margin-top: 30px;
    padding-bottom: 40px;
}

.aboutContent h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

.aboutContent h6 {
    font-weight: 700;
    margin-bottom: 6px;
}

.aboutContent p {
    text-align: justify;
    margin-bottom: 10px;
}

.aboutContent span {
    font-weight: 700;
}

.norShape {
    position: absolute;
    left: 0px;
    top: 0px;
}

.norShape img {
    filter: hue-rotate(11deg);
    opacity: 0.3;
}

.serviceCard {
    position: relative;
    min-height: 237px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 20px;
    overflow: hidden;
    border-radius: 20px;
}

.serviceCard .serbgImg {
    width: 100%;
    position: absolute;
    z-index: 1;
    height: 100%;
    transform: scale(1.5);
    transition: 0.7s ease-in-out;
}

.serviceCard .serbgImg::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(0deg, black, #00000063); */
    background:linear-gradient(0deg, black, #00000000);
    z-index: 1;
}

.serviceCard .serbgImg img {
    width: 100%;

}

.serviceCard:hover .serbgImg {
    transform: scale(1.8);
}

.serContentWrap {
    position: relative;
    z-index: 2;
    bottom: 0px;
    text-align: center;
}

.serContents h4 {
    margin: 0;
    background: #ffb33e;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    font-size: 22px;
    margin-bottom: 8px;
}

.serContents p {
    color: #fff;
}

.sectionTitle h5 {
    font-size: 18px;
    font-weight: 800;
    color: #e08608;
    margin-bottom: 5px;
    background: #fff2e6;
    display: inline-block;
    padding: 6px 14px;
    border-radius: 20px;
}

.sectionTitle h2 {
    font-size: 28px;
    font-weight: 700;
    margin-top: 14px;
    margin-bottom: 14px;
}

.sectionTitle P {
    text-align: justify;
}

.leftsided {
    margin-right: 30px;
}

.bgStyle1 {
    background-image: url(../img/texture/6.jpg);
    background-color: #fffffffc;
    background-blend-mode: color;
}

.sectionTitle.centered {
    text-align: center;
    max-width: 768px;
    margin: 0px auto;
}

.sectionTitle.centered p {
    text-align: center;
}

.upcomingCarWrap {
    overflow: hidden;
    margin-top: 40px;
}

.upcomingCard {
    position: relative;
}

.eventImg {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.eventImg img {
    width: 100%;
}

.eventContentWrap .eventDate {
    display: flex;
    justify-content: space-between;
    height: 70px;
    padding: 11px 17px;
    border-radius: 20px;
    background: #fff;
    max-width: 90%;
    margin: 0px auto;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 10px #00000023;
    margin-top: -32px;
    position: relative;
}

.eventContentWrap .eventDate .eventDImg {
    height: 100%;
}

.eventContentWrap .eventDate .eventDImg img {
    height: 100%;
}

.eventDHere h2 {
    font-size: 22px;
    font-weight: 800;
}

.eventDHere h5 {
    font-size: 16px;
}

.eventContents {
    text-align: center;
    margin-top: 12px;
    padding: 0px 15px;
}

.eventContents h4 {
    font-size: 22px;
    font-weight: 700;
    color: #d18a1d;
    margin-bottom: 2px;
}

.eventContents p {}

.bgStyle2 {
    background-image: url(../img/texture/5.jpg);
    background-size: cover;
    background-color: #ffffffba;
    background-blend-mode: color;
}

.eventSlider .swiper-button-next,
.eventSlider .swiper-button-prev {
    display: none;
}




.acticleCard {
    margin-top: 40px;
}

.articleSider {
    width: 80%;
    padding: 30px;
    background: #d18a1d1c;
    position: relative;
    border: 1px solid #d18a1d57;
    border-radius: 30px;
    height: 100%;
}

.articleSider::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: #0000ff26;
    right: -46px;
    top: 0px;
    bottom: 0px;
    margin: auto;

}

.articleSider::before {
    position: absolute;
    content: '';
    width: 34px;
    height: 34px;
    background: url(../img/currentLoader.gif);
    right: -63px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    background-size: 34px;
    background-repeat: no-repeat;
    filter: hue-rotate(164deg);
    opacity: 0.7;
}

.articsideCard h4 {
    font-size: 22px;
    font-weight: 800;
    color: #d18a1d;
}

.articsideCard p {
    color: #6c6c6c;
}

.articleMaiCard h3 {
    font-size: 20px;
    font-weight: 600;
}

.articleMaiCard p {
    text-align: justify;
    margin-top: 10px;
}

.articleMaiCard a {
    background: #d18a1d;
    padding: 7px 20px;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin-top: 10px;
}

.bgwhitewithSpark {
    background-color: #ffffff;
    background-image: url(../img/texture/3.png);
    background-blend-mode: multiply;
}


.contactFromWrap {
    padding: 40px;
    max-width: 768px;
    margin: 0px auto;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 20px;
    margin-top: 40px;
    background-color: #fff;
}

.contactFromWrap form input.form-control {
    border-radius: 20px;
    height: 50px;
    margin-bottom: 12px;
}

.contactFromWrap form textarea.form-control {
    border-radius: 20px;
    margin-bottom: 12px;
}

.contactFromWrap form input:focus,
.contactFromWrap form textarea:focus {
    box-shadow: none;
}

.contactFromWrap form button {
    background: #d18a1d;
    padding: 7px 20px;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin-top: 10px;
    border: none;
    outline: none;
}



/* Footer  */


.footer-section {
    width: 100%;
    background-image: url(../images/background/bg-2.jpg);
    background-size: cover;
    background-color: #000000;
    background-blend-mode: multiply;
    padding: 40px 0px;
}

.footer-logo {
    display: flex;
}

.footer-logo img {
    /* width: 200px; */
    width: 134px;
    margin: 0px 0px 0px 0px;
}

.footer-co-description p {
    font-size: 15px;
    color: #fff;
    margin-top: 15px;
    line-height: 22px;
    text-align: justify;
}

.footer-links {
    padding-left: 20px;
    margin-top: 44px;
}

.footer-title h4 {
    color: #fbf6f4;
    font-size: 22px;
    position: relative;
    display: inline;
}

.footer-title h4::after {
    position: absolute;
    width: 30%;
    content: "";
    height: 2px;
    background: linear-gradient(45deg, #c79129, #262626);
    bottom: -4px;
    left: 0;
    transition: 0.4s ease-in, 0.4s ease-in;
}

.footer-links:hover .footer-title h4:after {
    width: 100%;
    background: linear-gradient(45deg, #262626, #c18b23);
}

.footer-links ul {
    padding-left: 0px;
    margin-top: 15px;
}

.footer-links ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: 0.4s ease-in-out;
    line-height: 22px;
}

.footer-links ul li a:hover {
    color: #c18b23;
}

.footer-links .address-sec li {
    margin-bottom: 5px;
}

.footer-links .address-sec li a {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}

.follow-us-on-text {
    color: #fff;
    margin-bottom: 5px;
}

.footer-social-links {
    display: flex;
    margin-top: 5px !important;
}

.footer-social-links li a {
    display: flex;
    width: 31px;
    height: 31px;
    background: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin: 0px 10px 0px 0px;
}

.footer-social-links .fa-facebook-f {
    color: #0075ea !important;
    font-size: 14px;
}

.footer-social-links .fa-instagram {
    background: -webkit-linear-gradient(#556db3, #ea3367, #ff4f28, #ffad57);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 15px;
}

.footer-social-links .fa-twitter {
    color: #009feb !important;
    font-size: 14px;
}

.footer-social-links .fa-youtube {
    color: #f70000 !important;
    font-size: 14px;
}

.footer-social-links .fa-linkedin-in {
    color: #0079b5;
    font-size: 14px;
}

.footer-links .address-sec li a {
    display: flex;
    justify-content: flex-start;
    /* align-items: center; */
}

.footer-links .address-sec li a i {
    margin-right: 14px;
    color: #ff9a00;
    font-size: 15px;
}

.footer-links ul li a i {
    font-size: 12px;
}

.footer-links ul li a i {
    font-size: 9px;
}

.footer-social-links i.fa-x-twitter {
    color: #000;
    font-size: 12px;
}

.copyright-section {
    width: 100%;
    background: #1d1d1d;
    padding: 12px 0px;
}

.copyright-section p {
    margin: 0px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}



/* Go to Top */

#button {
    display: inline-block;
    background-color: #d18a1d;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    text-decoration: none;
    font-size: 10px;
    animation: breathing 2s ease-out infinite normal;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #151e25;
}

#button:active {
    background-color: #151e25;
}

#button.show {
    opacity: 1;
    visibility: visible;
}


@keyframes breathing {
    0% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    25% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    60% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
}

/* Hamburger */
.menu {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
}

.menu .pix {
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #d18c1f;
    border-radius: 100%;
    transition: 0.2s ease-in-out;
}

.menu .pix:nth-of-type(1) {
    transform: translate(0px, 0px);
}

.menu .pix:nth-of-type(2) {
    transform: translate(16px, 0px);
}

.menu .pix:nth-of-type(3) {
    transform: translate(32px, 0px);
}

.menu .pix:nth-of-type(4) {
    transform: translate(0px, 16px);
}

.menu .pix:nth-of-type(5) {
    transform: translate(16px, 16px);
}

.menu .pix:nth-of-type(6) {
    transform: translate(32px, 16px);
}

.menu .pix:nth-of-type(7) {
    transform: translate(0px, 32px);
}

.menu .pix:nth-of-type(8) {
    transform: translate(16px, 32px);
}

.menu .pix:nth-of-type(9) {
    transform: translate(32px, 32px);
}

.menu:hover .pix {
    background-color: #d18c1f;
}


.menu.active .pix:nth-of-type(1) {
    transform: translate(0, 0);
}

.menu.active .pix:nth-of-type(2) {
    transform: translate(8px, 8px);
}

.menu.active .pix:nth-of-type(3) {
    transform: translate(32px, 0);
}

.menu.active .pix:nth-of-type(4) {
    transform: translate(8px, 24px);
}

.menu.active .pix:nth-of-type(6) {
    transform: translate(24px, 8px);
}

.menu.active .pix:nth-of-type(7) {
    transform: translate(0, 32px);
}

.menu.active .pix:nth-of-type(8) {
    transform: translate(24px, 24px);
}

.menu.active .pix:nth-of-type(9) {
    transform: translate(32px, 32px);
}

.hamburger{
    display: none;
}


  
.whatsapp-icon{
    font-weight: 600;
    font-size: 18px !important;
}


#whatsapp {
    position: fixed;
    right: 30px;
    text-align: center;
    height:50px;
    width:50px;
    font-size: 35px;
    background-color: #13a4e1;
  border-radius:100%;
  bottom:100px;
  z-index: 100000000000;
  -webkit-animation: mymove 3s; 
  -webkit-animation-iteration-count: infinite; 
  animation: mymove 3s;
  animation-iteration-count: infinite;
}


@-webkit-keyframes mymove {
  from { bottom: 100px; }
  to { bottom: 100px; background-color: #01e675;
      transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
   }
}

@keyframes mymove {
  from { bottom: 100px; }
  to { bottom: 100px; background-color: #01e675;
      transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);  
  }
}


.innerBanner{
    width: 100%;
    height: 200px;
    background-size:100%;
    background-repeat: no-repeat;
    position: relative;
}
.innerBanner::after{
    content: '';
    position: absolute;
    top: 0px ;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient( 90deg, #0000008c, #0000008c);
    z-index: 1;
}
.innerBnrTitle {
    position: absolute;
    z-index: 2;
    text-align: center;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    height: fit-content;

}
.innerBnrTitle h2{
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 10px;
}
.innerBnrTitle .innerNavi ul {
    color: #ffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.innerBnrTitle .innerNavi ul li {
    color: #ffff;
    margin: 0px 6px;
}
.innerBnrTitle .innerNavi ul li:last-child a{
    color: #ffc055;
}
.innerBnrTitle .innerNavi ul li a{
    color: #ffff;
}

.contactUsPage {
    position: relative;
}
.contactUsPage::after {
    content: '';
    position: absolute;
    right: -30px;
    width: 1px;
    height: 80%;
    background-color: #0000001f;
    top: 0px;
}
.contactFromWrap.contactUsPageWrap {
    width: 100%;
    max-width: 100%;
}
.contactUsInfo {
    padding-left: 40px;
}
.contactUsInfo .address-sec li {
    margin-bottom: 20px;
}
.contactUsInfo .address-sec li a {
    display: flex;
    align-items:center;
}
.contactUsInfo .address-sec li a i{
    margin-right: 10px;
    width: 50px;
    height: 50px;
    background: #d18a1d;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100%;
}
.contactUsInfo .address-sec li a span{
    width: 90%;
}
.footer-social-links.contactUsSocial li a {
    background: #e086080a;
    border: 1px solid #dddd;
    width: 40px;
    height: 40px;
}
.contactFromWrap .contactUsPage form textarea.form-control {
    height: 93px;
}



/* Responsive */

@media screen and (max-width:1024px) and (min-width:768px) {

    .topHeaderWrapper a,
    .topHeaderWrapper p,
    .topHeaderWrapper li {
        font-size: 9px;
    }

    .navBarSection>ul>li>a {
        font-size: 9px;
    }

    .logoSection {
        width: 150px;
        transition: 0.4s ease-in-out;
    }

    .navBarSection>ul>li {
        margin: 0px 0px 0px 10px;
    }

    .mHeaderContactNum ul li a {
        font-size: 10px;
    }

    .mhcIco i {
        width: 25px;
        height: 25px;
        line-height: 26px;
        font-size: 11px;
    }

    .slide-captions .current-title {
        font-size: 20px;
        line-height: normal;
    }

    .bnrCounters div p {
        font-size: 9px;
        line-height: normal;
    }

    .bnrCounters div h2 {
        font-size: 20px;
    }

    .slider-swiper-container {
        height: 62vh;
    }

    a.bnrBtn {
        font-size: 11px;
    }

    .aboutImg {
        position: sticky;
        top: 100px;
        height: auto;
    }

    .sectionTitle h1 {
        font-size: 24px;
    }

    .aboutContent {
        margin-top: 12px;
    }

    .sectionTitle h2 {
        font-size: 18px;
    }

    .sectionTitle P {
        text-align: left;
    }

    p {
        font-size: 11px;
    }

    .footer-co-description p {
        font-size: 11px;
        line-height: 18px;
    }

    .footer-links ul li a {
        font-size: 11px;
    }

    .copyright-section p {
        font-size: 11px;
    }

    .mainHeader {
        padding: 3px 0px;
    }
}

@media screen and (max-width:767px) and (min-width:480px) {
    .logoSection{
        width: 195px;
    }
    .mHeaderContactNum ul li a {
        font-weight: 700;
        font-size: 12px;
    }
    .mhcIco i{
        width: 24px;
        height: 24px;
        line-height: 25px;
        font-size: 11px;
    }
    .mHeaderContact {
        display: flex;
        align-items: center;
        width: 25%;
        justify-content: center;
        flex-direction: column;
    }
}



@media screen and (max-width:768px) {
    .hamburger{
        display: block;
    }
    .leftsided{
        margin: 0px;
    }
    .topHeader {
        display: none;
    }
    .navBarSection{
        position: absolute;
        top: 93px;
        z-index: 4;
        background: #ffffffb5;
        width: 100%;
        height: 100vh;
        left: 0px;
        right: 0px;
        display: none;
        backdrop-filter: blur(8px);
    }
    .navBarSection ul {
        flex-direction: column;
    }
    .mHeaderContact{
        display: none;
    }
    .navBarSection>ul>li>a{
        padding: 12px 14px;
        display: block;
        border-bottom: 1px solid #00000026;
        width: 100%;
    }
    .navBarSection>ul>li {
        margin: 0px 0px 0px 0px;
        display: block;
        width: 100%;
    }
    .mainHeader.sticky{
        background-color: #fff;
        backdrop-filter: unset
    }
   
    .mainHeader.sticky .navBarSection{
        top: 72px
    }
    .slide-captions{
        width: 55%;
    }
    .slide-captions .current-title{
        font-size: 18px;
        line-height: 28px;
    }
    .slider-swiper-container{
        height: 62vh;
    }
    .sectionTitle h1{
        font-size: 24px;
        text-align: center;
    }
    .sectionTitle{
        margin-top: 30px;
        margin-bottom: 30px;
        text-align: center;
    }
    .sectionTitle h1::after{
        right: 0px;
        margin: auto;
    }
    .sectionTitle h2{
        font-size: 22px;
    }
    .sectionTitle P{
        text-align: center;
    }
    .serviceCard{
        margin-bottom: 30px;
    }
    .articleSider{
        width: 100%;
    }
    .articleSider::after{
        left: 0px;
        right: 0px;
        width: 200px;
        height: 1px;
        margin-top: -25px;
    }
    .articleSider::before{
        right: 0px;
        left: 0px;
        margin-top: -41px;
    }
    .articleMaiCard{
        padding: 10px;
        text-align: center;
    }
    .articleMaiCard p{
        text-align: center;
    }
    .acticleCard {
        margin-top: 64px;
        margin-bottom: 15px;
    }
    .col-md-6.aks-logo {
        text-align: center;
    }
    .ltn__copyright-menu.text-end {
        text-align: center!important;
    }
   
}
@media screen and (max-width:479px) and (min-width:320px) {
    .serContents h4{
        font-size: 16px;
    }
    .logoSection {
        width: 140px;
    }
    .hamburger{
        transform: scale(0.7);
    }
    .navBarSection{
        top: 72px;
    }
    .slide-captions .current-title {
        font-size: 12px;
        line-height: 18px;
    }
    .bnrCounters div h2{
        font-size: 14px;
    }
    p {
        font-size: 9px;
        line-height: 12px;
    }
    .bnrCounters div {
        width: 49%;
    }
    .slider-swiper-container {
        height: 216px;
    }
    .eventDHere h2{
        font-size: 13px;
    }
    .eventDHere h5 {
        font-size: 12px;
    }
    .eventContentWrap .eventDate{
        padding: 11px 10px;
    }
    .bgStyle1{
        background-image: none;
    }
    a{
        font-size: 9px;
    }
    .bnrCounters div p{
        font-size: 8px;
    }
    .swiper-button-next:after, .swiper-button-prev:after{
        font-size: 13px;
    }
    .eventContents h4{
        font-size: 16px;
    }
    .articsideCard h4{
        font-size: 16px;
        margin-bottom: 8px;
    }
    .articleSider{
        font-size: 18px;
    }
    .contactFromWrap{
        padding: 20px;
    }
    .sectionTitle h5{
        font-size: 13px;
    }
    .sectionTitle h2 {
        font-size: 18px;
    }
}