* {
    margin: 0px;
    box-sizing: border-box;
}

body {

    font-family: "Nunito", sans-serif;
    color: #060606;
    font-size: 15px;
    line-height: 25px;

}

p {
    font-size: 15px;
    font-family: "Nunito", sans-serif;
    line-height: 25px;
    color: #060606;
    font-weight: 500;
}
.news-box2 {
    margin-bottom: 30px;
    margin-top: 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 15px;
}
.news-box2 figure img {
    border-radius: 15px 15px 0px 0px;
}

img {
    max-width: 100%;
}
img {
    vertical-align: middle;
    border-style: none;
}
* {
    outline: none !important;
}
*, ::after, ::before {
    box-sizing: border-box;
}
user agent stylesheet
img {
    overflow-clip-margin: content-box;
    overflow: clip;
}
.news-box span.date {
    font-size: 15px;
    padding: 3px 15px;
    background: #003d9e;
    color: #fff;
    border-radius: 3px;
}

.news-box2 .newshd2 {
    margin: 20px 20px;
}
.newshd {
    display: block;
    font-size: 16px;
    margin: 20px 0;
    font-weight: 600;
    color: #0966b3;
}

.news-box2 .blog_icon {
    padding: 0 0 20px 20px;
}
p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
* {
    outline: none !important;
}


a {
    font-size: 19px;
    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: "Nunito", sans-serif;
    line-height: 25px;
    color: #060606;
}

.fa-circle-user::before {
    font-size: 20px;
    content: "\f2bd";
}
a:hover {
    text-decoration: none;
    outline: none;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

li {
    font-size: 15px;
    font-family: "Nunito", sans-serif;
    line-height: 25px;
    color: #060606;
    font-weight: 500;
}

.blog-details-section .blog-details-desc .image img {
    transition: .5s;
}
.blog-details-desc img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    max-height: 450px !important;
}

button:focus,
input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
    transition: all 500ms ease;
}

.blog-details-desc .image img {
    transition: .5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Nunito", sans-serif;
    margin: 0px;
    color: #060606;
}

p {
    margin: 0px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-30 {
    padding-bottom: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.pb-100 {
    padding-bottom: 100px;
}

.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;
}

@media screen and (max-width:1518px) and (min-width:1368px) {
    .site-width {
        max-width: 1372px;
        padding: 0px 40px;
    }

}

@media screen and (max-width:1708px) and (min-width:1519px) {
    .site-width {
        max-width: 1552px;
        padding: 0px 40px;
    }
}

@media screen and (max-width:1920px) and (min-width:1709px) {
    .site-width {
        max-width: 1642px;
        padding: 0px 40px;
    }
}

@media screen and (max-width:2500px) and (min-width:1921px) {
    .site-width {
        max-width: 1842px;
        padding: 0px 40px;
    }
}

@media screen and (max-width:1280px) and (min-width:1024px) {
    .site-width {
        padding: 0px 40px;
        max-width: 1200px;
        padding: 0px 40px;
    }
}

@media screen and (max-width:1024px) and (min-width:888px) {
    .site-width {
        padding: 0px 40px;
    }
}

@media screen and (max-width:888px) and (min-width:769px) {
    .site-width {
        padding: 0px 40px;
    }
}

@media screen and (max-width:768px) {
    .site-width {
        padding: 0px 20px;
    }
}



.defaultBtn.centered {
    text-align: center;
}

.defaultBtn a,
.defaultBtn button {
    padding: 10px 28px;
    border-radius: 13px;
    background: linear-gradient(270deg, #fbe1a9, #dcc187);
    color: #111;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    display: inline-block;
    height: auto;
    font-size: 15px;
    letter-spacing: 0px;
}

.defaultBtn a i,
.defaultBtn button i {
    visibility: hidden;
    opacity: 0;
    transition: 0.4s ease-in-out;
    margin-left: -13px;
}

.defaultBtn a:hover i,
.defaultBtn button:hover i {
    margin-left: 5px;
    visibility: visible;
    opacity: 1;
    margin-left: 5px;

}

.defaultBtn a::after,
.defaultBtn button::after {
    position: absolute;
    content: '';
    width: 0%;
    height: 120%;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    margin: auto;
    background: #c1a05a;
    z-index: 1;
    transition: 0.4s ease-in-out;
}

.defaultBtn a span,
.defaultBtn button span {
    position: relative;
    z-index: 2;
    transition: 0.4s ease-in-out;
}

.defaultBtn a:hover span,
.defaultBtn button:hover span {
    color: #ffffff;
    transition: 0.2s ease-in-out;
}

.defaultBtn a:hover:after,
.defaultBtn button:hover:after {
    width: 120%;
}

.defaultBtn.light a {
    background: #fff;
    color: #2f075a;
}

.defaultBtn.light2 a {
    background: #ece8f7;
    color: #2f075a;
}


.homeAboutPara .defaultBtn {
    margin-top: 30px;
}

/* Header */
.topHeader {
    background: #292929;
    padding: 5px 0px;
    background-blend-mode: normal;
    background-size: 100%;
}
.topHeaderWrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.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: #bba576;
    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;
    color: #fff;
    font-weight: 700;
}

.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;
}

.toplogo {
    display: block;
    padding: 8px 0px;
}

.topLogoSec {
    width: 125px;
    margin: 0px auto;
}

.topLogoSec img {
    width: 100%;
}

.headerSection {
    position: absolute;
    top: 35px;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 5;
    padding: 0px 0px;
    transition: 0.5s ease-in-out;
    background: transparent;
    /* box-shadow: 0px 0px 10px #b5b5b5dd; */
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    /* padding: 8px 0px; */
    background-size: 17%;
    background-position: right center;
}

.headerSection.scroll-down {
    top: -160px;
    position: fixed;
}

.headerSection.scroll-up {
    position: fixed;
    top: 0px;
    width: 100%;
    background: #283663;
    backdrop-filter: blur(5px);
}

.headerWrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logoSection {
    width: 155px;
    background: transparent;
    box-shadow: #00000000 0px 8px 24px;
    transition: 0.4s ease-in-out;
    padding: 5px;
}

.headerSection.scroll-up .logoSection {
    width: 111px;
    margin-top: 0px;
    background: transparent;
    box-shadow: none;
    padding: 0px;
}

.logoSection h2 {
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
}

.logoSection h5 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    line-height: 14px;
    margin-top: 0px;
}

.logoSection img {
    width: 100%;
}

.headerNav {
    display: flex;
    

}

.headerMenu {
    display: flex;
    gap: 50px;
    align-items: center;
}

.headerMenu>li {
    padding: 4px 0px;
}

.headerMenu>li>a {
    padding: 33px 0px;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
}

.headerMenu>li>a::after {
    content: "";
    position: absolute;
    z-index: -1;
    right: 0;
    width: 0;
    top: 63%;
    background: #bba576;
    height: 2px;
    transition-property: width;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    border-radius: 30px;
}

.headerMenu>li a:hover:after,
.headerMenu>li a.active:after {
    left: 0;
    right: auto;
    width: 100%;
}

.headerMenu>li a:hover,
.headerMenu>li a.active {
    color: #ffffff;

}

.headerMenu>li a.active {
    font-weight: 700;
}

.headerMenu>li.hasSub {
    position: relative;
}

.headerSection.scroll-down .headerMenu>li  {
    padding: 23px 14px;
}

.headerSection.scroll-down .headerMenu>li {
    padding: 23px 14px;
}

.headerSubNav {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;

}

.headerMenu>li.hasSub:hover .headerSubNav {
    visibility: visible;
    opacity: 1;
    top:100%;
    margin-top: 0.5px;
    transition: all 0.3s ease;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 6px 15px #7373732e;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    width: 370px;
}

.headerSubMenu {
    display: flex;
    flex-direction: column;
}

.headerSubMenu>li a {
    padding: 7px 12px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #0339673b;
    transition: all 0.3s ease-in-out;
    background: #f6f4ff;
    font-size: 15px;
    backdrop-filter: blur(5px);
}

.megaMenuDiv .headerSubMenu>li a {
    padding: 7px 0px;
}

.megaMenuDiv .headerSubMenu>li a {
    padding: 7px 0px;
}

.megaMenuDiv .headerSubMenu>li:hover a {
    padding-left: 5px;
}
.megaMenuDiv .megaCol:last-child {
    margin-top: 20px;
}

.headerSubMenu>li:hover a {
    padding-left: 15px;
    color: #ffffff;
    background: #bba576;
}

.headerRightMenu {
    display: flex;
}

.headerRightMenu li {
    margin: 0px 0px 0px 10px;
}

.headerRightMenu li .defaultBtn a i {
    margin: 0px;
    visibility: visible;
    opacity: 1;
    font-size: 14px;
    position: relative;
    top: 1px;
    margin-right: 3px;

}

.headerRightMenu .defaultBtn a,
.headerRightMenu .defaultBtn button {
    background: linear-gradient(270deg, #fbe1a9, #dcc187);
    color: #111;
    color: #111;;
    color: #111;
}

.headerRightMenu .defaultBtn a span,
.headerRightMenu .defaultBtn button span {
    color: #111;
    font-weight: 500;
}

.headerRightMenu .defaultBtn a:hover span,
.headerRightMenu .defaultBtn button:hover span {
    color: #fdfdfd;
}

.headerRightMenu .defaultBtn.light2 a,
.headerRightMenu .defaultBtn.light2 button {
    background: #e7e7e7;
    color: #060606;
    border: 1px solid #ddd;
}

.headerRightMenu .defaultBtn.light2 a span,
.headerRightMenu .defaultBtn.light2 button span {
    color: #060606;
}

.headerRightMenu .defaultBtn.light2 a:hover span,
.headerRightMenu .defaultBtn.light2 button:hover span {
    color: #ffff;
}

.headerRightMenu .defaultBtn.light2 a span i,
.headerRightMenu .defaultBtn.light2 button span i {
    visibility: unset;
    opacity: unset;
}

.headerRightMenu .defaultBtn.light2 a:hover span i,
.headerRightMenu .defaultBtn.light2 button:hover span i {
    color: #fff;
    visibility: unset;
    opacity: unset;
}

.megaMenuDiv {
    visibility: hidden;
    opacity: 0;
    top: 110%;
    left: 0px;
    right: 0px;
    width: 92.6%;
    margin: auto;
    transition: 0.4s ease-in-out;
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    background: #ffffff;
    padding: 30px 20px;
    justify-content: space-between;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 20px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.hasmegaMenu:hover .megaMenuDiv {
    visibility: visible;
    opacity: 1;
    top: 101%;
}

.megaCol {
    width: 20%;
    padding: 0px 10px;

}

.megaCol h5 {
    position: relative;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #00082c;
}

.megaCol h5::after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100px;
    height: 3px;
    background-color: #9300ff;
}

.megaCol h5::before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background-color: #00e9f8;
}

.megaCol .headerSubMenu {
    max-height: 161px;
    overflow-y: auto;
}

.megaCol .headerSubMenu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.megaCol .headerSubMenu::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
    transition: all 0.4s ease-in-out;
}

.megaCol .headerSubMenu::-webkit-scrollbar-thumb {
    background-color: #00082c;
    border: 1px solid #9999a1;
}


/* Hero Slider */

/* slider start*/
.hero-slider {
    width: 100%;
    height: 409px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}

@media (max-width: 991px) {
    .hero-slider {
        height: 380px;
    }
}

@media (max-width: 767px) {
    .hero-slider {
        height: 240px;
    }
}

.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}

.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.hero-slider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
    background: transparent;
    width: 32px;
    height: 40px;
    line-height: 50px;
    margin-top: -30px;
    text-align: center;
    border: 1px solid #fffffe;
    border-radius: 55px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

@media (max-width: 767px) {

    .hero-slider .swiper-button-prev,
    .hero-slider .swiper-button-next {
        display: none;
    }
}

.hero-slider .swiper-button-prev {
    left: 25px;
    transform: translateX(50px);
}

.hero-slider .swiper-button-prev:before {
    font-family: "Font Awesome 5 Free";
    content: "\f060";
    font-size: 15px;
    color: #ffffff;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    line-height: 5px;
    position: relative;
    top: 0px;
}

.hero-slider .swiper-button-next {
    right: 25px;
    transform: translateX(-50px);
}

.hero-slider .swiper-button-next:before {
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    font-size: 15px;
    color: #ffffff;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    position: relative;
}

.hero-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    text-align: left;
    line-height: 12px;
    font-size: 12px;
    color: #000;
    opacity: 0.3;
    background: #fff;
    transition: all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
    opacity: 1;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
    bottom: 30px;
}

@media screen and (min-width: 992px) {

    .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
    .hero-slider .swiper-pagination-custom,
    .hero-slider .swiper-pagination-fraction {
        /*     display: none; */
    }
}

.swiper-pagination {
    text-align: left;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 50px;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}

@media (min-width: 767px) {
    .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 6px;

    }
}

/*--------------------------------------------------------------
      #hero-style
  --------------------------------------------------------------*/
.hero-style {
    height: 409px;
    transition: all .4s ease;
}


@media screen and (max-width:1518px) and (min-width:1368px) {
    .hero-style {
        height: 479px;
    }

}

@media screen and (max-width:1708px) and (min-width:1519px) {
    .hero-style {
        height: 550px;
    }
}

@media screen and (max-width:1920px) and (min-width:1709px) {
    .hero-style {
        height: 670px;
    }
}

@media screen and (max-width:2500px) and (min-width:1921px) {
    .hero-style {
        height: 770px;
    }
}

@media screen and (max-width:1280px) and (min-width:1024px) {
    .hero-style {
        height: 409px;
    }
}

@media screen and (max-width:1024px) and (min-width:888px) {
    .hero-style {
        height: 339px;
    }

    .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {}
}

@media screen and (max-width:888px) and (min-width:769px) {
    .hero-style {
        height: 329px;
    }
}

@media screen and (max-width:768px) {
    .hero-style {
        height: 209px;
    }
}

@media screen and (max-width:600px) and (min-width:500px) {
    .hero-style {
        height: 179px;
    }
}

@media screen and (max-width:500px) and (min-width:400px) {
    .hero-style {
        height: 139px;
    }
}

@media screen and (max-width:400px) and (min-width:321px) {
    .hero-style {
        height: 119px;
    }
}

@media screen and (max-width:320px) and (min-width:200px) {
    .hero-style {
        height: 119px;
    }
}


.hero-style .swiper-button-next:after {
    display: none;
}

.hero-style .swiper-button-prev:after {
    display: none;
}

.SliderContentsWrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.SliderContentsWrapper::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    bottom: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    background-image: url(../img/bg/bg1.png);
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-animation: mover 7s infinite alternate;
    animation: mover 7s infinite alternate;
}
.bg1 {
    background: linear-gradient(180deg, #ffffffd4, #f1f1f18a), url(../img/bg/bg1.jpg);
    background-size: cover;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
        transform: scale(1.025);
    }

    100% {
        transform: translateY(0px);
        transform: scale(1);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
        transform: scale(1.025);
    }

    100% {
        transform: translateY(0px);
    }
}


.SliderContents {
    position: absolute;
    left: 0;
    right: 0px;
    top: 0px;
    margin: auto;
    bottom: 0px;
    width: 100%;
    height: fit-content;
    z-index: 1;
    margin-left: 0px;
    text-align: center;
    margin-bottom: 30px;
}

.SliderContentsWrapper::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: linear-gradient(360deg, #00060cf2 -100px, #001121a1);
    display: none;
}


.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btn {
    max-width: 70%;
    margin: 0px auto;
}

.hero-style .slide-title h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    color: #ffffff;
    margin-bottom: 0px;
    text-transform: capitalize;
    transition: all .4s ease;
    font-family: 'Playfair Display';
}

.hero-style .slide-title h2 span {
    color: #fc0000;
    font-size: 54px;
    font-family: 'Kalnia';
    font-weight: 500;
}

@media (max-width: 1199px) {
    .hero-style .slide-title h2 {
        font-size: 75px;
    }
}

@media (max-width: 991px) {
    .hero-style .slide-title h2 {
        font-size: 50px;
        margin: 0 0 35px;
    }
}

@media (max-width: 767px) {
    .hero-style .slide-title h2 {
        font-size: 35px;
        margin: 0 0 30px;
    }
}

.hero-style .slide-text p {
    font-size: 16px;
    color: #ffffff;
    margin: 0 0 20px;
    transition: all .4s ease;
    margin-top: 20px;
    line-height: 25px;
}

.hero-style .slide-text p span {
    color: #009a4e;
    font-weight: 600;
}

.hero-style .slide-btn a {
    display: inline-block;
    padding: 10px 20px;
    background: linear-gradient(90deg, #f4be6a, #ff1800 143%);
    border-radius: 30px;
    color: #fff;
    position: relative;
    animation: mover1 3s infinite linear;

}

@keyframes mover1 {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(3px);
    }

    100% {
        transform: translateY(0px);
    }
}

.hero-style .slide-btn a::after {
    position: absolute;
    content: '';
    width: 96%;
    height: 5px;
    bottom: -10px;
    left: 0px;
    background: #2c2c2d;
    right: 0px;
    margin: auto;
    filter: blur(3px);
    border-radius: 100%;
    opacity: 0.3;
    animation: shadowEffector 3s infinite linear;
}

@keyframes shadowEffector {
    0% {
        opacity: 0.3;
        transform: translateY(0px);
    }

    50% {
        opacity: 0.8;
        transform: translateY(-3px);
    }

    100% {
        opacity: 0.3;
        transform: translateY(0px);
    }

}

.hero-style .slide-btn a i {
    transform: rotate(-90deg);
    margin-left: 6px;
}

@media (max-width: 767px) {
    .hero-style .slide-text p {
        font-size: 16px;
        font-size: 1rem;
        font-weight: normal;
        margin: 0 0 30px;
    }
}

.hero-style .slide-btns>a:first-child {
    margin-right: 10px;
}

.aboutCompany {
    height: 100%;
    width: 34%;
    padding: 0px 23px;
}

.bannerWrapperSection {
    display: flex;
    height: 100%;
    align-items: center;
}

.hero-slider {
    width: 100%;
}

/* Hero Slider end */

.bannerSection {
    background: #ffffff;
    padding-top: 0px;
    position: relative;
    overflow: hidden;
}

.dubaiTexture {
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 100%;
    z-index: 4;
}

.dbtextWrap {
    width: 100%;
}

.dbtextWrap img {
    width: 100%;
}

.bannerContent {
    display: flex
;
    align-items: center;
    height: fit-content;
    padding: 0 0px;
    padding-top: 210px;
    padding-bottom: 67px;
    height: 100vh;
}

.bannerLeftContent {
    width: 50%;
    z-index: 5;
    position: relative;
    bottom: 0px;
}

.bannerSliderContent {
    position: relative;
}

.bannerRightContent {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    right: 0px;
}

.bannerRightContent::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(125deg, #060606c9, transparent);
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    display: none;
}

.videocont {
    width: 100%;
    height: 550px;
    overflow: hidden;
    position: relative;
    /* z-index: 4; */
}

.hero-subheader__video {
    width: 100%;
    height: 550px;
    overflow: hidden;
}

.hero-subheader__video video {
    width: 100%;
}

.bannerPngImg {
    height: auto;

}

.bannerPngImg::after {
    content: '';
    position: absolute;
}

/* .owl-carousel.bannerCarousel .owl-item .bannerPngImg img {
    width: auto;
    float: right;
} */

.bannerPngImg img {
    /* height: 100%; */
    animation: upandDown 6s ease-in-out infinite alternate-reverse both;

}

@keyframes upandDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

.bannerCarousel {
    height: 650px;
    position: relative;
}

.bannerCarousel.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 5px;
    top: 45%;
    width: 30px;
    height: 30px;
    background: #ede8f700;
    font-size: 19px;
    opacity: 0.5;
    color: #fff;
    font-size: 16px;
}

.bannerCarousel.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 5px;
    top: 45%;
    width: 30px;
    height: 30px;
    background: #ede8f700;
    font-size: 19px;
    opacity: 0.5;
    color: #fff;
    font-size: 16px;
}

.bannerCarousel.owl-carousel .owl-nav button.owl-next:hover {
    background: #060606;
    color: #fff;
    opacity: 1;
}

.bannerCarousel.owl-carousel .owl-nav button.owl-prev:hover {
    background: #060606;
    color: #fff;
    opacity: 1;
}

.bannerLeftContent h5 {
    font-size: 60px;
    color: #fff;
    line-height: 76px;
    font-weight: 700;
    letter-spacing: 0px;
}

.bannerLeftContent h5.color2 {
    color: #e3d7bd;
}
.bannerLeftContent h5.color2 span {
    position: relative;
    display: inline-block;
}
/* .bannerLeftContent h5.color2 span::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 16px;
    bottom: 6px;
    left: -1px;
    border-radius: 6px;
    background: #ffc8df;
    z-index: -1;
} */
.bannerLeftContent h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    color: #7b469a;
    margin: 0px;
    letter-spacing: 0;
    margin-bottom: 13px;
    margin-top: 0px;
    text-shadow: 0px 0px 13px #00000038;
    position: relative;
    left: 3px;
}

.bannerLeftContent h2 span {
    color: #ffffff;
}

.bannerLeftContent p {
    color: #ddd;
    margin-top: 0px;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.bannerLocate {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.bannerLocate li {
    color: #fff;
}

.bannerLocate li i {
    color: #3fadde;
    margin-right: 4px;
}

.bannerLocate li span {
    color: #fff;
}

.afterbanner {
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: -145px;
    height: 140px;
}

.afterbanner svg {
    width: 100%;
}

.bannerLeftContent .withAfter {
    position: relative;
    padding-bottom: 14px;
}

.bannerLeftContent .withAfter::after {
    position: absolute;
    content: '';
    bottom: 0px;
    left: 0px;
    width: 100px;
    height: 3px;
    background: #00a8d9;
}

.bannerLeftContent .withAfter::before {
    position: absolute;
    content: '';
    bottom: 1px;
    left: 0px;
    width: 100%;
    height: 1px;
    background: #fff;
}
.bannerImgWrap {
    width: 27%;
    position: relative;
    z-index: 2;
    margin-right: 0px;
    margin-left: 10%;
    display: none;
}
.bannerimg {
    width: 100%;
}
.bannerimg img {
    width: 100%;
}

/* Mouse Scroll */
.mouse_scroll {
    display: block;
    margin: 0 auto;
    width: 24px;
    height: 100px;
    margin-top: 0px;
    position: absolute;
    right: 50px;
    top: 94%;
    z-index: 2;
    transform: translateY(-50%);
}


.m_scroll_arrows {
    display: block;
    width: 5px;
    height: 5px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    margin: 0 0 3px 7px;
    width: 9px;
    height: 9px;
}


.unu {
    margin-top: 1px;
}

.unu,
.doi,
.trei {
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;

}

.unu {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-direction: alternate;

    animation-direction: alternate;
    animation-delay: alternate;
}

.doi {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate;

    animation-delay: .2s;
    animation-direction: alternate;

    margin-top: -6px;
}

.trei {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -webkit-animation-direction: alternate;

    animation-delay: .3s;
    animation-direction: alternate;


    margin-top: -6px;
}

.mouse {
    height: 42px;
    width: 24px;
    border-radius: 14px;
    transform: none;
    border: 2px solid white;
    top: 170px;
}

.wheel {
    height: 5px;
    width: 2px;
    display: block;
    margin: 5px auto;
    background: white;
    position: relative;

    height: 4px;
    width: 4px;
    border: 2px solid #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.wheel {
    -webkit-animation: mouse-wheel 0.6s linear infinite;
    -moz-animation: mouse-wheel 0.6s linear infinite;
    animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@-moz-keyframes mouse-wheel {
    0% {
        top: 1px;
    }

    25% {
        top: 2px;
    }

    50% {
        top: 3px;
    }

    75% {
        top: 2px;
    }

    100% {
        top: 1px;
    }
}

@-o-keyframes mouse-wheel {

    0% {
        top: 1px;
    }

    25% {
        top: 2px;
    }

    50% {
        top: 3px;
    }

    75% {
        top: 2px;
    }

    100% {
        top: 1px;
    }
}

@keyframes mouse-wheel {

    0% {
        top: 1px;
    }

    25% {
        top: 2px;
    }

    50% {
        top: 3px;
    }

    75% {
        top: 2px;
    }

    100% {
        top: 1px;
    }
}

@-webkit-keyframes mouse-scroll {

    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes mouse-scroll {

    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes mouse-scroll {

    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes mouse-scroll {

    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

/* Mouse Scroll end */




.aboutSideImg {
    position: relative;
}

.divider {
    width: 68px;
    display: inline-block;
}

.divider img {
    width: 100%;
}

.aboutImgWrap {
    position: relative;
    z-index: 2;
    max-width: 360px;
    margin: 0px auto;
    animation: upandDown 6s ease-in-out infinite alternate-reverse both;

}

.aboutImgWrap img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.aboutImgContainer {
    background-color: #fff0;
    /* box-shadow: 0px 0px 40px rgb(43 5 178 / 16%); */
    border-radius: 0px;
    position: relative;
    margin-top: 0px;
    margin-left: 0px;
    z-index: 1;
    overflow: hidden;
}

.aboutImg {
    width: 100%;
}

.aboutImg img {
    width: 100%;
}
.aboutImg .aboutMainImg {
    width: 95%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 14px;
    overflow: hidden;
    border: 4px solid #fff;
}
.aboutMainImg.fitwidth {
    width: 100% ;
}
.aboutImg .aboutSecondImg {
    position: absolute;
    bottom: 13%;
    right: 0px;
    z-index: 3;
    width: 44%;
    border-radius: 15px;
    overflow: hidden;
    border: 4px solid #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.aboutShapeOne {
    position: absolute;
    top: 43px;
    right: 20px;
    animation: fa-spin 5s ease infinite;
    z-index: -1;
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}


/*  */
.aboutMainImg {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 0px;
    border: 3px solid #ffffff0d;
    z-index: 3;
    box-shadow: 0px 0px 10px #000;
}

.aboutMainImg img {
    position: relative;
    z-index: 2;
}

.aboutMainImg.ii {
    position: relative;
    width: 280px;
    height: 280px;
    overflow: hidden;
    border-radius: 100%;
    margin-right: 8px;
    margin-left: auto;
    border: 15px solid #00ade1;
    bottom: 0px;
    z-index: 1;
    margin-top: -80px;
}

.aboutImg .aboutImgAnimation img {
    width: fit-content;
    left: 0px;
    top: 0px;
    height: fit-content;
    bottom: 0px;
    right: 0px;
    margin: auto;
}

.aboutImgAnimation {
    position: absolute;
    width: 90%;
    height: 90%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    display: flex;
    align-items: center;
    z-index: 5;
}

.aiaWrap {
    position: relative;
    width: 56%;
    height: 56%;
    margin: auto;
    margin-top: 0px;
}

.abimgzero {
    position: absolute;
    width: 20% !important;
}

.abimg1 {
    position: absolute;
    width: 33% !important;

}

.abimg2 {
    position: absolute;
    width: 42% !important;
    animation: three60Move 5s linear infinite;
}

.abimg3 {
    position: absolute;
    width: 58% !important;
    animation: three60Move2 30s linear infinite;
}

.abimg4 {
    position: absolute;
    width: 71% !important;
    position: absolute;
    /* animation: three60Move 40s linear infinite; */
}

.abimg5 {
    position: absolute;
    animation: breathing 30s ease-out infinite normal;
}

.aboutImg .aboutImgAnimation img.abimg5 {
    width: 100%;
}

@keyframes three60Move {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes three60Move2 {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

/*  */



.aboutSideContentsWrapper {
    padding-left: 30px;
    padding-bottom: 0px;
}

.aboutRectance1 {
    border-radius: 40px;
    background-color: #3810be;
    width: 370px;
    height: 370px;
    opacity: 0.3;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
}

.aboutRectance2 {
    border-radius: 40px;
    background-color: #fff;
    width: 370px;
    height: 370px;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;

}

.aboutSideWrapper {
    position: relative;
}

/* .aboutSideWrapper::after {
    content: "";
    right: -20px;
    top: 20px;
    position: absolute;
    width: 100%;
    height: 100%;
    border-right: 40px solid #f0f6fe;
    border-bottom: 40px solid #f0f6fe;
    border-radius: 10px;
    z-index: -1;
    animation: upandDown 3s ease-in-out infinite alternate-reverse both;
} */

.aboutSideWrapperContainer {
    background-color: #fff;
    box-shadow: 0px 0px 40px rgb(43 5 178 / 16%);
    border-radius: 10px;
    padding: 55px 60px;
    position: relative;
    margin-top: 0px;
    margin-left: 0px;
    z-index: 1;
}

.aboutSide h5 {
    margin-bottom: 10px;
    color: #283663;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
}

.aboutSide h2 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 32px;
    color: #414141;
}

.bg2 {
    background: linear-gradient(180deg, #e4f2ffe0, #effdffc9), url(../img/texture/texture2.jpg);
    background-size: 100%;
}

.aboutSideContentsWrapper.innerWrapper .aboutSide h2 {
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
    margin-bottom: 0px;
}

.aboutSideContentsWrapper.innerWrapper .aboutSide h1 {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 15px;
}

.aboutSideWrapper.forresponsive.posi {
    position: sticky;
    top: 100px;
}

.aboutSide h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #252525;
}

.aboutSide h2 span {
    color: #283663;
}
.aboutSide p {
    margin-bottom: 12px;
    text-align: justify;
    font-size: 17px;
    margin-top: 12px;
    line-height: 28px;
    color: #3f3f3f;
}
.aboutbg {
    background: linear-gradient(93deg, #ffffff, #ffffffc9), url(../img/texture/texture3.jpg);
    background-size: 100%;
}

.normalList li {
    background-image: url(../img/icons/right-arrow.png);
    background-size: 14px;
    background-position: left top 5px;
    padding-left: 21px;
    background-repeat: no-repeat;
    text-align: justify;
}
.normalList.aboutList {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
}
.normalList.aboutList li {
    width: 100%;
    display: inline-block;
    font-size: 18px;
    line-height: 32px;
}
.titleSection h2 {
    font-size: 34px;
    font-weight: 700;
    color: #033967;
    line-height: 53px;
}

.titleSection h4 {
    font-size: 18px;
    font-weight: 500;
    color: #5d5d5d;
}

.titleSection {
    position: relative;
    padding-bottom: 12px;
}

/* 
.titleSection::after {
    position: absolute;
    content: '';
    width: 100px;
    height: 2px;
    background-color: #414141;
    top: 100%;
    left: 0px;
    right: 0;
    margin: auto;
} */

/* 
 */
.aboutSection.home {
    background: linear-gradient(90deg, #3d3d3dd9, #000000bf), url(../img/bg/bg4.jpg);
    background-size: 100%;
    background-position: top 38% left;
}
.aboutSection.inner {
    background: linear-gradient(90deg, #ffffffed, #ffffffd4), url(../img/bg/bg4.jpg);
    background-size: 100%;
}
.aboutinnerSec
.aboutSection .aboutSide p {
    color: #fff;
}

.aboutSection .normalList li {
    background-image: url(../img/icons/checked.png);
    background-size: 16px;
    background-position: left top 7px;
}

.aboutSection.text-light .aboutSide h2 {
    color: #ddd;
}
.aboutSection.text-light  .aboutSide h5 {
    color: #fff;
}
.aboutSection.text-light .aboutSide h2 span {
    color: #fff;
}

.aboutSection.text-light .defaultBtn a,
.aboutSection.text-light .defaultBtn button {
    background: linear-gradient(90deg, #dce4ff, #cedaff);
    color: #2c004b;
}
.aboutSection.text-light .normalList li {
    color: #fff;
}
.aboutSection.text-light .aboutSide p {
    color: #fff;  
}
.aboutSection {
    position: relative;
}

.aboutSection::after {
    position: absolute;
    content: '';
    background: url(../img/texture/vector.png);
    width: 38%;
    height: 61%;
    top: 0px;
    left: -14%;
    bottom: 0px;
    margin: auto;
    animation: leftRight 10s ease-in-out infinite alternate-reverse both;
    background-size: 85%;
    z-index: 1;
    opacity: 0.1;
}

.aboutHomeContent {
    position: relative;
    z-index: 3;
}

@keyframes leftRight {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(-30px);
    }

    100% {
        transform: translateX(0px);
    }
}

/* .aboutHomeContent {
    background: #fff;
} */
.aboutHomeContent::after {
    position: absolute;
    content: '';
    background: url
}

.aboutContactReadMore {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 20px;
}
.aboutContactReadMore .defaultBtn {
    position: relative;
    top: 6px;
}
.aboutContact i {
    width: 50px;
    height: 50px;
    background: radial-gradient(#283663, #283663);
    border-radius: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.aboutContact {
    display: flex;
    align-items: center;
    gap: 10px;
}
.aboutContact p {
    font-size: 13px;
    margin: 0px;
}
.aboutContact h5 {
    margin: 0px;
}

.whoweServeWrapper {
    margin-top: 40px;
}
.coursesCard {
    padding: 13px;
    border-radius: 20px;
    background: #fff;
    /* border: 1px solid #f3f3f3; */
    text-align: center;
    min-height: 285px;
    position: relative;
    transition: 0.4s ease-in-out;
    transform: translateY(-10px);
    box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 0px 1px inset, #a5b6ec 0px 0px 0px 1px;
}
.coursesCard:hover {
    transform: translateY(00px);
    /* box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 0px 1px inset, #b6daff 0px 0px 0px 1px; */
    /* background: radial-gradient(white, #daecff) no-repeat padding-box; */
    /* backdrop-filter: blur(6px); */
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.coursesCard::after {
    position: absolute;
    /*content: '';*/
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0px;
    background: radial-gradient(white, #ffffff) no-repeat padding-box;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border-radius: 20px;
    visibility: visible;
    opacity: 1;
    transition: 0.4s ease-in-out;
}
.coursesCard:hover:after {
    visibility: hidden;
    opacity: 0;
}
.coursesCard::before {
    position: absolute;
    content: '';
    width: 91%;
    height: 7%;
    z-index: 1;
    top: auto;
    background: #0000002e;
    bottom: -25px;
    left: 0px;
    right: 0px;
    border-radius: 100%;
    filter: blur(6px);
    margin: auto;
    visibility: visible;
    opacity: 1;
    transition: 0.6s ease-in-out;
}
.coursesCard:hover:before {
    visibility: hidden;
    opacity: 0;
}
.coursesCard a {
    position: relative;
    z-index: 2;
}
.coursesHeader {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.coursesHeader:before {
    position: absolute;
    top: 0;
    left: -85%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.coursesCard:hover .coursesHeader:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}


@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.courseImg {
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.coursesHeader img {
    border-radius: 5px;
    transition: all 0.4s ease-in-out;
}
.coursesCard .coursesHeader span {
    transition: 0.5s;
    width: fit-content;
    
}
.coursesCard:hover .coursesHeader span {
    transform: scale(1.08);
    -webkit-filter: drop-shadow(16px 4px 2px #ffff);
    filter: drop-shadow(6px 4px 8px #ffff);
}

.coursesCarousel.owl-carousel .owl-item img,
.coursesHeader img {
    width: 88px;
    margin: 0px auto;
    /* filter: brightness(0%) contrast(106%) saturate(200%) blur(0px) hue-rotate(88deg); */
    transition-duration: 0.3s;
    position: relative;
    z-index: 2;
}
.courseImg span {
    position: relative;
}
.courseImg span::after {
    position: absolute;
    content: '';
    background: url(../img/icons/featurebackshape.png);
    width: 90px;
    height: 82px;
    left: 3px;
    top: 3px;
    background-size: 100%;
    z-index: 1;
}
.coursesCard:hover .coursesHeader img {
    transform: scale(1.001);
}

.courseContent {
    padding: 10px 0px 0px;
}

.courseContent h4 {
    font-size: 18px;
    font-weight: 700;
    color: #283663;
    margin-bottom: 12px;
    margin-top: 8px;
}

.courseContent p {
    font-weight: 500;
    line-height: 22px;
}

.coursesCard .moreDetailBtn {
    position: absolute;
    width: fit-content;
    height: fit-content;
    bottom: 13px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.coursesCard .moreDetailBtn a,
.coursesCard .moreDetailBtn button {
    border: 1px solid #f3f3f3;
    border-radius: 30px;
    padding: 5px 12px;
    margin-top: 10px;
    display: inline-block;
    background: #fbfbfb;
}

.routeCard {
    width: 100%;
}
.routeCard {
    padding: 12px;
    background: #fff;
    box-shadow: #959da52e 0px 0px 15px;
    border-radius: 15px;
    transition: 0.4s ease-in-out;
    min-height: 450px;
}
.routeCard:hover {
    transform: translateY(-5px);
    box-shadow: #959da53a 0px 7px 11px;
}
.routeHeader {
    width: 100%;
    position: relative;
}
.routeType {
    position: absolute;
    background: #e1e1e1;
    padding: 4px 21px;
    backdrop-filter: blur(7px);
    border-radius: 10px;
    right: 10px;
    top: 10px;
}
.routeType i {
    color: #000;
}
.routeType span {
    color: #003d77;
    font-weight: 600;
}
.routeImg {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    height: 219px;
    display: flex;
    align-items: center;
}
.routeImg img {
        width: 100%;
    transition: 0.4s ease-in-out;
    object-fit: cover;
    height: 100%;
}
.routeCard:hover .routeImg img {
    transform: scale(1.05);
}
.routeContent {
    padding: 0px 10px;
}
.routeContent h4 {
    display: flex
    ;
        color: #033967;
        font-weight: 700;
        font-size: 20px;
        gap: 8px;
        margin-top: 15px;
        margin-bottom: 10px;
}
.routeContent h4 i.fa-location-dot {
    color: #000;
    font-size: 17px;
    position: relative;
    top: 2px;
}
.routeContent h4 i.fa-arrow-right-arrow-left {
    font-size: 14px;
    position: relative;
    top: 4px;
}
.routeContent p {
    color: #474747;
    line-height: 24px;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: justify;
}
.routeHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.routeHeader p {
    color: #f9024d;
    font-weight: 600;
}
.routeHeader p i {
    font-size: 13px;
}

.routeSlider .item {
    padding: 14px;
}
.routesMainListing .routeCard {
    margin-bottom: 28px;
}

.whatWedo {
    background: linear-gradient(180deg, #fff, #fff), url(../img/texture/texture2.jpg);
    background-size: 100%;
}
.servicesWrapper {
    margin-top: 40px;
}
.bg1 {
    background: linear-gradient(360deg, #f8f8f8, #f6fcff);
}


.chairmanSection.aboutSection::after {
    display: none;
}
.chairmanSection.aboutSection .aboutMainImg {
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border: 5px solid #fff;
}
.chairmanSection .aboutSide h4 {
    line-height: 34px;
    margin-top: 12px;
    margin-bottom: 20px;
}
.sectionscroll {
    position: relative;
}

.scrolling-text {
    position: absolute;
    bottom: 0px;
    right: -10%;
    white-space: nowrap;
    transition: all 0.6s ease-in-out;
    font-size: 110px;
    font-weight: 800;
    color: #ede8f7b7;
    line-height: 85px;
    bottom: 20px;
}

.scrolling-text.active {
    right: 4%;
}


.serviceContainer {
    /* overflow: hidden; */
    position: relative;
    padding: 30px 0px 40px;
    min-height: 547px;
}

.serviceContainer .slider {
    margin: 0 auto 0 0;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.serviceContainer .slider__list {
    width: fit-content;
    cursor: grab;
}


.serviceContainer .scroll {
    position: relative;
    left: 0;
    margin-top: calc(40em/16);
    width: 100%;
    overflow: hidden;
}

.serviceContainer .scroll::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    margin: auto 0;
    width: 100%;
    height: 100%;
    background-color: #dad4cd;
}

.serviceContainer .scroll .swiper-scrollbar-drag {
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    background-color: #937152;
    border-radius: 0;
    transform-origin: right center;
    will-change: transform;
    cursor: grab;
}

.serviceContainer .scroll__growbar {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    height: 100%;
    background: #937152;
}

.container-inner {
    padding-top: calc(20em/16);
    margin: 0 auto;
    width: calc(348/375*100%);
    overflow: visible;
}

.serviceContainer .swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: 0px;
    right: 0px;
    width: 93.3%;
    left: auto;
    z-index: -1;
}



.serviceBoxCard {
    border: 0px solid #ddd;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background: #fff;
    position: relative;
}

.serviceBoxCard::after {
    width: 100%;
    height: 73%;
    position: absolute;
    content: '';
    bottom: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    visibility: hidden;
    opacity: 0;
    background: #295b65;
    z-index: 1;
    transition: all 0.5s ease-in-out;
    border-radius: 10px;
}

.serviceBox:hover .serviceBoxCard:after {
    height: 100%;
    visibility: visible;
    opacity: 1;
    border-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.serviceboxContent {
    padding: 24px;
    position: relative;
    z-index: 2;
    min-height: 350px;
}

.serviceboxContent h2 {
    font-size: 18px;
    font-weight: 600;
    color: #2a008f;
    margin-bottom: 15px;
    transition: all 0.5s ease-in-out;
    line-height: normal;
}

.serviceBox:hover .serviceboxContent h2 {
    color: #fff;
}

.serviceboxContent p {
    /* text-align: justify; */
    color: #252525;
    transition: all 0.5s ease-in-out;
}

.serviceBox:hover .serviceboxContent p {
    color: #fff;
}

.serviceboxContent a {
    display: inline-block;
    margin-top: 15px;
    font-weight: 500;
    color: #2806a9;
    transition: all 0.5s ease-in-out;
    position: absolute;
    bottom: 23px;
}

.serviceBox:hover .serviceboxContent a {
    color: #fff;
}


.serviceBox {
    position: relative;
    min-height: 299px;
}

.serviceBoxImg {
    position: absolute;
    top: 70%;
    left: 0px;
    right: 0px;
    z-index: 2;
    transform: scaleY(0.8);
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    margin-top: 0px;
    bottom: 0;
    opacity: 0;


}

.serviceBox:hover .serviceBoxImg {
    visibility: visible;
    top: 100%;
    transform: scaleY(1);
    opacity: 1;
}

.serviceImg {
    width: 100%;
    background: radial-gradient(#ffffff, #d5d0ec);
    padding: 17px 61px;
    height: 233px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.serviceImg img {
    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.serviceBoxCard.ii::after {
    background: #28a4b7;
}

.serviceBoxCard.iii::after {
    background: #f83b77;
}

.serviceBoxCard.iv::after {
    background: #002963;
}


.sectiontitleLeft h4 {
    font-size: 20px;
    font-weight: 600;
    color: #00a1e4;
}   
.sectiontitleLeft h2 {
    color: #004866;
    font-weight: 700;
    font-size: 40px;
    margin: 15px 0px;
}   
.content .withbg {
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 20px;
    font-size: 16px;
    line-height: 24px;
    border-left: 3px solid #ff061d;
}
.aboutInfo .withbg {
    margin-top: 30px;
}


.scrolling-text.fulltext {
    line-height: 135px;
    font-size: 200px;
}

.swiper-button-prev.servicePrev.swiper-button-disabled {
    display: none;
}

.swiper-button-next.serviceNext.swiper-button-disabled {
    display: none;
}

.swiper-button-next.serbtnstyle {
    width: auto;
}

.swiper-button-next.serbtnstyle:after {
    font-size: 17px;
    font-weight: 900;
    color: #ffffff;
    background: #ddd;
    width: 40px;
    height: 40px;
    background: linear-gradient(180deg, #290090, #2d07ba);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    text-align: center;
    line-height: 39px;
    border-radius: 8px;
}

.swiper-button-prev.serbtnstyle {
    width: auto;
}

.swiper-button-prev.serbtnstyle:after {
    font-size: 17px;
    font-weight: 900;
    color: #ffffff;
    background: #ddd;
    width: 40px;
    height: 40px;
    background: linear-gradient(180deg, #290090, #2d07ba);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    text-align: center;
    line-height: 39px;
    border-radius: 8px;
}



.actions {
    background: linear-gradient(180deg, #ffffff, #effdffc9), url(../img/texture/texture2.jpg);
    background-size: 100%;
}
.homeFeatures .actionsCard .prListCard .prCCWrap {
    box-shadow: none;
}

.topProducts {
    margin-top: 40px;
}

.prListCard {
    border-bottom: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-bottom: 30px;
}

.actionsCard .prListCard {
    border-bottom: none;
}

.actionsCard .prListCard .prCardImg {
    border: none;
    width: 120px;
    margin: 0px auto;
    position: relative;
    -webkit-animation: mover2 1s infinite alternate;
    animation: mover2 1s infinite alternate;
    background: transparent;
}

@keyframes mover2 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

.actionsCard .prListCard .prCardImg::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background: linear-gradient(90deg, #b5f2ff, #f1fcff);
    left: 0px;
    right: 0px;
    z-index: 1;
    -webkit-animation: circleanimated 1s infinite alternate;
    animation: circleanimated 1s infinite alternate;
}

@keyframes circleanimated {
    0% {
        width: 80px;
        height: 80px;
    }

    100% {
        width: 100px;
        height: 100px;
    }
}

.actionsCard .prListCard .prCardImg img {
    widows: 100%;
    position: relative;
    z-index: 2;
}

.prCardImg {
    border: 1px solid #dddddd5e;
    border-radius: 12px;
    width: 100%;
    padding: 20px;
    position: relative;
    z-index: 2;
    background: #fff;
    overflow: hidden;
}

.prCardImg img {
    width: 100%;
    transition: 0.4s ease-in-out;
}

.prCardImg:before {
    position: absolute;
    top: 0;
    left: -85%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    opacity: 0.5;
}

.prListCard:hover .prCardImg:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}
.aboutMainImg {
    position: relative;
}
.aboutMainImg::before {
    position: absolute;
    top: 0;
    left: -85%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    opacity: 0.5;
}
.aboutshine:hover .aboutMainImg::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

.prListCard:hover .prCardImg img {
    transform: scale(1.08);
}

.prCardContent .defaultBtn a,
.prCardContent .defaultBtn button {
    padding: 6px 14px;
    height: 38px;
    font-size: 16px;
}

.prCardContent .defaultBtn a i,
.prCardContent .defaultBtn button i {
    margin-left: -8px;
    font-size: 13px;
    position: relative;
    top: -1px;
}

.prCardContent .defaultBtn a:hover i,
.prCardContent .defaultBtn button:hover i {
    margin-left: 2px;
}

.prCCWrap {
    padding: 12px 14px 12px 13px;
    background: #ffffff;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    text-align: center;
    width: 90%;
    margin: auto;
    margin-top: -15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.actionsCard .prListCard .prCCWrap {
    background: transparent;
}

.prCCWrap h4 {
    font-size: 18px;
    font-weight: 700;
    color: #ff3700;
    color: #060606;
}

.prCCWrap p {
    margin-top: 9px;
    font-size: 16px;
    line-height: 24px;
    min-height: 110px;
}

.actionsCard .prListCard .prCCWrap p {
    min-height: 52px;
}

.topPrCarousel {
    position: relative;
}

.topPrCarousel.owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: -42px;
    top: 50%;
    width: 33px;
    height: 33px;
    border: 1px solid #0052b2;
    font-size: 14px;
    border-radius: 100%;
    color: #0051b1;
}

.topPrCarousel.owl-theme .owl-nav .owl-next {
    position: absolute;
    right: -42px;
    top: 50%;
    width: 33px;
    height: 33px;
    border: 1px solid #0052b2;
    font-size: 14px;
    border-radius: 100%;
    color: #0051b1;
}

.topPrCarousel.owl-theme .owl-nav .owl-next:hover,
.topPrCarousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: #060606;
    color: #fff;
}

/* .prCCWrap .defaultBtn {

} */



.offerWrapper {
    width: 100%;
    border: 4px solid #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    overflow: hidden;
}

.offerWrapper img {
    width: 100%;
    transition: 0.4s ease-in-out;
}

.offerBox.i .offerWrapper {
    width: 100%;
    max-height: 636px;
    min-height: 636px;
    overflow: hidden;
}

.offerBox.iii {
    margin-top: 25px;
}

.offerWrapper:hover img {
    transform: scale(1.05);
}

.bgproductsec {
    background: linear-gradient(180deg, #faefffc9, #faefffc9), url(../img/texture/texture2.jpg);
    background-size: 100%;
}


.whyChooseWrapper {
    padding-right: 30px;
}

.countersWrap {
    margin-top: 30px;
}

.common-box {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
    flex-direction: row-reverse;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    padding: 15px;
    border-radius: 10px;
    background-color: #ffffff;
}

.coutnerIco {
    width: 80px;
}

.coutnerIco img {
    width: 100%;
}

.counter-num {
    line-height: 26px;
}

.common-box>div:first-child {
    width: 86%;
    margin-left: 16px;
}

.counter-num span.timer {
    font-size: 34px;
    font-weight: 800;
    color: #414141;
    font-family: 'Nunito', sans-serif;
}

.counter-num span {
    font-size: 34px;
    font-weight: 800;
    color: #414141;
}

.counter-text {
    line-height: 18px;
    color: #060606;
    font-size: 16px;
    font-weight: 500;
    margin-top: 4px;
}


.industry-box-container {
    margin-top: 40px;

}

.whyChooseSec .aboutImg {
    border-radius: 8px;
    overflow: hidden;
}

.whyChooseSec .aboutImgContainer {
    border-radius: 8px;
}

.whyChooseSec .aboutMainImg::after {
    display: none;
}

.industruAfBfr {
    position: relative;
}

.industruAfBfr::after {
    position: absolute;
    width: 23%;
    left: 0px;
    top: 0px;
    height: 100%;
    content: '';
    background: linear-gradient(88deg, #ffffff, transparent);
    z-index: 2;
}

.industruAfBfr::before {
    position: absolute;
    width: 23%;
    right: 0px;
    top: 0px;
    height: 100%;
    content: '';
    background: linear-gradient(270deg, #ffffff, transparent);
    z-index: 2;
}

.box-item {
    position: relative;
    -webkit-backface-visibility: hidden;
    width: 100%;
    /* margin-bottom: 35px; */
    max-width: 100%;
}

.flip-box {
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    perspective: 1000px;
    -webkit-perspective: 1000px;
}

.flip-box-front {
    background: linear-gradient(90deg, #f8f9fa, #ffffff);
    border: 1px solid #f2f2f2;
}

.flip-box-back {
    background: linear-gradient(90deg, #f8f9fa, #ffffff);
    border: 1px solid #f2f2f2;
    text-align: center;
}

.flip-box-front,
.flip-box-back {
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    min-height: 146px;
    -ms-transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
    transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
    -webkit-transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-box-front {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-front {
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-back {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box .inner {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 20px;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;

    transform: translateY(-50%) translateZ(60px) scale(.94);
    -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
    -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
    top: 50%;
    height: 100%;
}

.flip-box-header {
    font-size: 20px;
    font-weight: 600;
    color: #060606;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.flip-box p {
    font-size: 15px;
    color: #060606;
}

.flip-box p i {
    font-size: 14px;
}

.flip-box-img {
    margin-top: 6px;
    width: 16px;
}

.flip-box-button {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    margin-top: 25px;
    padding: 15px 20px;
    text-transform: uppercase;
}

.indusryImgWrap {
    width: 40%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
}

.indusryImgWrap img {
    width: 100%;
}

.industryflex {
    display: flex;
    position: relative;
    align-items: center;
}

.indsutryContent {
    width: 63%;
    display: flex;
    flex-direction: column;
    height: fit-content;
}

.flip-box-back .inner.back {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.flip-box-back .inner.back a {
    display: block;
}

.swiper-button-next2.serbtnstyle2 {
    width: auto;
}

.swiper-button-next2.serbtnstyle2:after {
    font-size: 17px;
    font-weight: 900;
    color: #ffffff;
    background: #ddd;
    width: 40px;
    height: 40px;
    background: linear-gradient(180deg, #290090, #2d07ba);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    text-align: center;
    line-height: 39px;
    border-radius: 8px;
}

.swiper-button-prev2.serbtnstyle2 {
    width: auto;
}

.swiper-button-prev2.serbtnstyle2:after {
    font-size: 17px;
    font-weight: 900;
    color: #ffffff;
    background: #ddd;
    width: 40px;
    height: 40px;
    background: linear-gradient(180deg, #290090, #2d07ba);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    text-align: center;
    line-height: 39px;
    border-radius: 8px;
}


.industrySlider.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}

.industrySlider.owl-theme .owl-dots .owl-dot.active span,
.industrySlider.owl-theme .owl-dots .owl-dot:hover span {
    background: #2a04b0;
}

.clientsCards {
    padding: 0px 15px 0px 15px;
    height: 110px;
    background: #fff;
    border-radius: 8px;
    text-align: center;
}

.owl-carousel .owl-item .clientsCards img {
    width: auto;
    height: 100%;
    margin: 0px auto;
}


.blogSwiperCard.videoContainer {
    text-align: center;
    min-height: 384px;
}

.blogSwiperCard {
    background: linear-gradient(268deg, white, #f1f1f1), url(../img/texture/texture1.jpg);
    border-radius: 8px;
    /* overflow: hidden; */
    padding: 12px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    transition: 0.4s ease-in-out;
    position: relative;
    z-index: 2;
    margin: 15px 0px;
}

.blogSwiperCard::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    margin: auto;
    z-index: 1;
    transition: 0.4s ease-in-out;
    border-radius: 8px;
}

.blogSwiperCard:hover:before {
    height: 105%;
    width: 100.5%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background: #fff;
}

.blogHeader {
    position: relative;
    z-index: 2;
}

.blogSwiperCard.videoContainer .blogHeader h4 {
    font-size: 16px;
}

.blogHeader h4 {
    font-size: 15px;
    color: #060606;
    margin-bottom: 12px;
    margin-top: 6px;
    line-height: 22px;
    font-weight: 600;
}

.blogCardImg.videoWrap {
    width: 100%;
    height: auto;
    border-radius: 8px;
    overflow: hidden;
}

.blogCardImg {
    width: 100%;
    position: relative;
    z-index: 2;
}

.blogSwiperCard:hover .blogCardImg:before {
    -webkit-animation: zoom-hover 0.75s;
    animation: zoom-hover 0.75s;
}

.blogCardImg:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 2;
}

.videoPlayThumb {
    width: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 0px;
    background: #fff;
    border: 1px solid #ddddddd9;
}

.videoPlayThumb img {
    width: 100%;
}

.blogCardImg img {
    width: 100%;
    border-radius: 6px;
}

.video-player {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    height: fit-content;
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

.pulse {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #fff;
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

.pulse i {
    background-color: #ffffff;
    width: 100px;
    height: 100px;
    line-height: 103px;
    border-radius: 50%;
    font-size: 38px;
    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;
    color: #7600cc;
}

.blogviewBtn {
    display: flex;
    padding-top: 10px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}

.blogviewBtn {
    display: flex;
    padding-top: 10px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}

@-webkit-keyframes video-pulse-presentation {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 129, 45, 0.7), 0 0 0 0 rgba(171, 45, 255, 0.7);
        box-shadow: 0 0 0 0 rgba(171, 45, 255, 0.7), 0 0 0 0 rgba(171, 45, 255, 0.7);
    }

    40% {
        -webkit-box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 0 rgba(171, 45, 255, 0.7);
        box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 0 rgba(171, 45, 255, 0.7);
    }

    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 #ff8b2db3, 0 0 0 0 #ff8b2db3;
        box-shadow: 0 0 0 0 #ff8b2db3, 0 0 0 0 #ff8b2db3;
    }

    40% {
        -webkit-box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 0 #ff8b2db3;
        box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 0 #ff8b2db3;
    }

    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%);
    }
}

.conferenceMember .prCardImg {
    padding: 0px;
    border: none;
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 100%;
    position: relative;
    overflow: visible;
}

/* .conferenceMember .prCardImg span{
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 100%;
    position: relative;
    display: inline-block;

} */
.conferenceMember:hover .prCardImg img {
    transform: none;
}

.conferenceMember .prCardImg::after {
    position: absolute;
    content: '';
    height: 57%;
    width: 57%;
    background-image: url(../img/texture/curved-border.png);
    background-repeat: no-repeat;
    right: -20px;
    background-size: 100%;
    top: -20px;
}

.titleCommittee {
    padding: 15px 19px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 0px;
    background: #06254e;

}

.conferenceMember .prCardContent {
    position: relative;
    z-index: 3;
    margin-top: -40px;
}

.conferenceMember .prCardContent .prCCWrap {
    margin-top: 0px;
    padding: 0px;
    background: transparent;
    padding-bottom: 14px;
}

.conferenceMember .prCCWrap h4 {
    font-size: 20px;
    color: #ffff;
}

.conferenceMember .prCCWrap p {
    margin-top: 18px;
}

.conferenceMember .titleCommittee h5 {
    font-size: 16px;
    color: #ddd;
    margin-top: 5px;
}

.CommitteePresidentSec .conferenceMember {
    padding: 0px 40px;
    margin-bottom: 30px;
}

.CommitteePresidentSec .row {
    align-items: center;
}

.memberSection1 {
    background: linear-gradient(180deg, white, #f4fcff8c), url(../img/bg/bg2.jpg);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.welcomeMessagebox .aboutMainImg {
    width: 100%;
    height: 100%;
}

.welcomeMessagebox .titleCommittee {
    margin-top: -29px;
    position: relative;
    z-index: 3;
}

.welcomeMessagebox .titleCommittee h4 {
    font-size: 20px;
    color: #ffff;
}

.welcomeMessagebox .titleCommittee h5 {
    font-size: 16px;
    color: #ddd;
    margin-top: 5px;
}

.welcomeMessagebox {
    text-align: center;
}

.welcomeMessagebox p {
    margin-top: 10px;
}

.precedentMassage {
    background: linear-gradient(90deg, #fffffff5, #ffffffc9), url(../img/texture/texture2.jpg);
    background-size: 100%;
}

.accreditation {
    background: linear-gradient(90deg, #00284bdb, #00284bd1), url(../img/bg/bg3.jpg);
    background-size: 100%;
    padding: 100px 0px;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.accreditation::after {
    position: absolute;
    content: '';
    background: url(../img/texture/vector.png);
    width: 20%;
    right: -12%;
    height: 86%;
    background-size: 100%;
    top: 0px;
    background-repeat: no-repeat;
    bottom: 0px;
    margin: auto;
    animation: translateanima 30s ease-in-out infinite both;
}

.accreditation::before {
    position: absolute;
    content: '';
    background: url(../img/texture/vector.png);
    width: 20%;
    left: -12%;
    height: 86%;
    background-size: 100%;
    top: 0px;
    background-repeat: no-repeat;
    bottom: 0px;
    margin: auto;
    animation: translateanima 30s ease-in-out infinite both;
}

@keyframes translateanima {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.titleSection.light h2 {
    color: #fff;
}

.titleSection.light h4 {
    color: #c8edff;
}

.galleryImgWrap.row {
    gap: 24px 0px;
}

.galleryImg img {
    width: 100%;
    border-radius: 5px;
    border: 4px solid #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.galleryImg a {
    display: block;
    position: relative;
}

.galleryImg {
    text-align: center;
    overflow: hidden;
    border-radius: 8px;

}

.galViewer {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00000021;
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
    transition: 0.3s ease-in-out;
}

.galleryImg a:hover .galViewer {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.galViewer i {
    font-size: 24px;
    color: #fff;
}

.gallerySec {
    background: linear-gradient(90deg, #fffffff5, #ffffffc9), url(../img/texture/texture2.jpg);
    background-size: 100%;
}

.schedule-block-two {
    position: relative;
    margin-bottom: 10px;
}

.schedule-block-two .inner-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #ebebeb;
    padding: 20px 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    align-items: center;
    background: #fff;
    margin-top: 20px;
}

.schedule-block-two .inner-box:hover {
    background-color: #f5f5f5;
}

.schedule-block-two .date-box {
    position: relative;
    padding-left: 90px;
    min-width: 270px;
    padding-right: 20px;
}

.schedule-block-two .date-box .count {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    background: #ffffff;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    color: #081245;
    font-weight: 700;
    font-family: 'Evo', sans-serif;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .13);
    box-shadow: 0 0 10px rgba(0, 0, 0, .13);
}

.schedule-block-two .date-box h4 {
    position: relative;
    padding-top: 5px;
    font-size: 16px;
    line-height: 1.2em;
    color: #00284b;
    font-weight: 700;
}

.schedule-block-two .date-box .time {
    position: relative;
    font-size: 12px;
    line-height: 1.2em;
    color: #081245;
}

.schedule-block-two h3 {
    position: relative;
    font-size: 24px;
    line-height: 1.2em;
    color: #0d284e;
    font-weight: 700;
    max-width: 380px;
    padding-right: 20px;
    min-width: 380px;
}

.schedule-block-two h3 a {
    color: #0d284e;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-size: 18px;
    line-height: 24px;
}

.schedule-block-two .speaker-info {
    position: relative;
    padding-left: 35px;
    min-height: fit-content;
    min-width: 280px;
}

.schedule-block-two .speaker-info .thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin-bottom: 0px;
}

.schedule-block-two .speaker-info .thumb img {
    width: 100%;
}

.schedule-block-two .speaker-info .icon {
    font-size: 26px;
    color: #3ba6da;
    line-height: 1em;
    margin-bottom: 10px;
}

.fa-microphone:before {
    content: "\f130";
}

.schedule-block-two .speaker-info .name {
    font-size: 20px;
    color: #002963;
    font-weight: 700;
    line-height: 1em;
}

.schedule-block-two .speaker-info .designation {
    font-size: 16px;
    color: #555555;
}

.ourAgenda {
    background: linear-gradient(90deg, #effdffc9, #effdffc9), url(../img/texture/texture2.jpg);
    background-size: 100%;
}

.footerOrganizerlogo {
    width: 300px;
    margin-bottom: 38px;
}

.orgnizerFooterSec p.title {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}


.blogCardWrapper {
    padding: 20px;
}

.col-reverse {
    flex-direction: row-reverse;
}


/* Testimonials */
.testimonials {
    padding: 60px 0px;
}

.testimonialsOuter {
    overflow: hidden;
    background: transparent;
    position: relative;
}
.testimonailCard {
    /* border: 1px solid #ddd; */
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.quoteThumb {
    position: absolute;
    top: 40px;
    z-index: 11;
    width: 60px;
    height: 60px;
    margin: auto;
    left: 0px;
    right: 0px;
    /* background: #ff7d00; */
    font-size: 70px;
    color: #9300ff;
}
.testimonials-carousel .item{
    padding: 20px;
}
.testi-item {
    padding: 50px;
    padding-bottom: 20px;
    background: #fff;
    text-align: center;
    padding-top: 100px;
}
.testi-item p {
    margin-bottom: 25px;
}

.testi-item h6 {
    font-size: 18px;
    line-height: 24px;
}

.testi-item h6 span {
    font-weight: normal;
    color: #404040;
    display: block;
    font-size: 16px;
}

.rating i {
    color: #e9ba17;
}

.testimonials-carousel.owl-theme .owl-dots .owl-dot {
    display: none;
}

#thumbs.testi-thumbs-carousel {
    width: 32%;
    margin: 0px auto;
}
#thumbs.testi-thumbs-carousel .item{
    padding: 5px;
}
.testi-thumbs-carousel .testiThumbs {
    width: 90px;
    width: 90px;
    border-radius: 100%;
    overflow: hidden;
    border: 2px solid #b7b7b9;
    transition: 0.4s ease-in-out;
    opacity: 0.6;
}

.testi-thumbs-carousel .testiThumbs img {
    width: 100%;
}

.testi-thumbs-carousel .owl-item.active {
    filter: grayscale(1);
    transition: 0.4s ease-in-out;
}

.testi-thumbs-carousel .owl-item.active.current {
    filter: grayscale(0);
}
.testi-thumbs-carousel .owl-item.active.current  .testiThumbs  {
    opacity: 1;
    transform: scale(1.05);
    border: 2px solid #00082c;
}



.newsWrapper {
    margin-top: 40px;
}

.newsCard {
    padding: 10px;
}

.newsImg {
    border-radius: 10px;
    overflow: hidden;
}

.newsImg img {
    width: 100%;
}

.newsContent {
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 8px;
    width: 94%;
    padding: 13px;
    margin-top: -50px;
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.newsContent h4 {
    font-size: 18px;
    font-weight: 600;
    color: #080b55;
    margin: 19px 0px 13px;

}

.newsDate ul {
    display: flex;
    justify-content: space-between;
}

.newsDate ul li {
    display: flex;
    align-items: center;
}

.newsDate ul li i {
    color: #f7ab4a;
    font-size: 13px;
    margin-right: 7px;
}

.newsDate ul li p {
    font-size: 14px;
}


.faqsCards .accordion-item {
    background-color: #ffffff8f;
    margin: 10px 0px;
    border-radius: 10px;
    overflow: hidden;
}

.faqsCards .accordion-button {
    background-color: #ffffff96;
    font-size: 14px;
    padding: 12px 16px;
}

.faqsCards .accordion-header {
    margin-bottom: 0;
    font-family: "Nunito", sans-serif;
    font-size: 14px;
}

/* FAQS */
.faqsTitle h4 {
    color: #080b55;
    font-weight: 600;
}

.faqsTitle h2 {
    color: #0240a8;
    margin-bottom: 16px;
    font-weight: 700;
}

.faqsTitle.inner {
    text-align: center;
    margin-bottom: 40px;
}

.faqsSection {
    background-blend-mode: normal;
    background: linear-gradient(180deg, #ffffffc7, #fff0), url(../img/bg/bg-5.jpg);
    background-size: 100%;
    margin-top: 40px;
}

.faqsSection .accordion-button:focus {
    border: none;
    box-shadow: none;
}

.faqsSection .accordion-button:not(.collapsed) {
    background: linear-gradient(180deg, #290090, #2d07ba);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
}

.faqsSection .accordion-button::after {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><path d="M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z"/></svg>');
    filter: contrast(0.5);
    background-size: 15px;
    right: -3px;
    position: relative;

}

.faqsSection .accordion-button:not(.collapsed)::after {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><path d="M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z"/></svg>');
    filter: grayscale(1) invert(1);
    right: -3px;
    position: relative;
}



.testimonialsCarousel {
    margin-top: 30px;
}

.testimonialCard {
    padding: 20px;
    position: relative;
}

.testimonialContent {
    padding: 25px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: relative;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.testimonialContent::after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background-image: url(../img/testimonials/border.png);
}

.testimonialContent::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 100%;
    width: 14px;
    height: 14px;
    background-image: url(../img/testimonials/border-triangle.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.testimonialContent i {
    font-size: 40px;
    color: #bc3700;
    padding: 0px 0px 10px;
    opacity: 0.9;
}

.testimonialContent p {
    text-align: justify;
}

.owl-carousel .owl-item .testimonialAuthor img {
    width: 60px;
    width: 60px;
    display: inline-block;
    border-radius: 100%;
}

.testimonialAuthor {
    display: flex;
    align-items: center;
    margin-top: 20px;
    gap: 14px;
}

.authorName {
    display: inline-block;
}

.authorName h5 {
    font-size: 18px;
    font-weight: 700;
    color: #bc3700;
}

.authorName p {
    margin-top: 5px;
    line-height: 14px;
}

.footer-wrp-main {
    background: linear-gradient(0deg, #0c132bf7, #0b1329e6), url(../img/bg/footer-bg.jpg);
    background-size: cover;
    position: relative;
}
.footerMain {
    position: relative;
    padding: 40px 0px 0px;
}
#tsparticles {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 1;
}

#tsparticles canvas {
    position: unset !important;
}

.ftr-link-bx a {
    color: #fff;
    font-size: 15px;
    font-family: 'Nunito',sans-serif;
    display: block;
    position: relative;
}

.ftr-link-bx.footerLinks  a::before {
    content: '\f054';
    display: inline-block;
    font-family: 'Font Awesome 6 Free';
    font-weight: 700;
    font-size: 12px;
    margin-right: 11px;
}
ul.address-sec li i {
    color: #c1a05a;
    font-size: 14px;
    margin-right: 11px;
}

.ttle.title-16 {
    font-size: 22px;
    font-weight: 500;
    color: #e5e5e5;
    margin-top: 27px;
    margin-bottom: 29px;
    position: relative;
    padding-bottom: 9px;
}

ul.address-sec li a {
    display: flex;
    align-items: baseline;
}

.ftr-link-bx a.title-16 {
    font-size: 22px;
    font-weight: 500;
    color: #e5e5e5;
    margin-top: 27px;
    margin-bottom: 29px;
    position: relative;
    padding-bottom: 9px;
    margin-bottom: 20px;
    display: inline-block;
}

.ftr-link-bx a.title-16::after {
    position: absolute;
    content: '';
    width: 30%;
    height: 2px;
    background: #c4c4c4;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.address-sec .addP {
    text-align: center;
}
.addP.footContact {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 5px;
}
.footerTitle {
    width: 30%;
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
}
.footerContents {
    margin-top: 20px;
}
.footerContents p {
    margin-right: 5px;
    color: #fff;
    line-height: 24px;
    font-size: 15px;
    text-align: justify;
}

.footer-links-wrp {
    padding-bottom: 40px;
    position: relative;
    z-index: 2;
}

.footer-btm-wrp {
    background: #111;
    padding: 5px 0px;
}

.footer-btm-wrp p {
    color: #ffff;
    margin-bottom: 0px;
    font-size: 12px;
}

.footerContents ul {
    display: flex;
    align-items: center;
}

.footerContents ul {
    color: #fff;
}

.footerContents ul li {
    color: #fff;
}


.footerContents ul li:nth-child(2) {
    margin-left: 5px;
}

.footerContents ul li a {
    display: inline-block;
    border: 1px solid #f8f9fa;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 100%;
    margin: 0px 8px 0px 0px;
    color: #a72409;
    line-height: 25px;
}

ul.footerSocial {
    margin-top: 20px;
    justify-content: left;
    gap: 4px;
}
ul.footerSocial i {
    line-height: 27px;
    color: #fff;
    font-size: 12px;
}



#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);
    }
}

/* Go to Top */

#button {
    display: inline-block;
    background:linear-gradient(2deg, #222e53, #222e53) ;
    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 .line {
    width: 32px;
    height: 3px;
    background-color: #000000;
    display: block;
    margin: 6px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger {
    display: none;
}

.hamburger:hover {
    cursor: pointer;
}

#hamburger-11 {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#hamburger-11.is-active {
    animation: smallbig 0.6s forwards;
}

#hamburger-11.is-active .line {
    width: 32px;
}

@keyframes smallbig {

    0%,
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
}

#hamburger-11.is-active .line:nth-child(1),
#hamburger-11.is-active .line:nth-child(2),
#hamburger-11.is-active .line:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

#hamburger-11.is-active .line:nth-child(2) {
    opacity: 0;
}

#hamburger-11.is-active .line:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    -o-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
}

#hamburger-11.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    -ms-transform: translateY(-9px) rotate(-45deg);
    -o-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
}

.footer-logo-wrp img {
    border-radius: 10px;
}








/* inner */
.innerBanner {
    padding-top: 0px;
    padding-bottom: 0px;
    background: linear-gradient(#ffffff7d, #ffffff6b), url(../img/bg/why-choose-bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}

.innerBannerContent {
    display: flex;
    align-items: center;
    justify-content: right;
    height: 230px;
    padding-left: 4%;
    padding-top: 0px;
    padding-right: 4%;

}
.inrbnr {
    position: relative;
    min-height: 200px;
    background: linear-gradient(83deg, #fff4de59, #ffe1e1ab), url(../img/bg/innerbg.jpg);
    padding-top: 100px;
    background-size: 100%;
    background-position: center center;
}
.inrbnrContent {
    position: relative;
    z-index: 2;
    height: 200px;
    display: flex
;
    align-items: center;
    justify-content: flex-start;
}
.inrbnrtext h2 {
    font-size: 32px;
    color: #ffffff;
}
.inrbrnNav {
    display: flex
;
    align-items: center;
    margin-top: 3px;
    justify-content: flex-start;
}


.inrbrnNav li {
    position: relative;
    border-right: 1px solid #959595;
    padding: 0px 10px;
}
.inrbrnNav li:first-child {
    padding-left: 0px;
}
.inrbrnNav li:last-child {
    border: none;
}
.inrbnrMain {
    height: fit-content;
    text-align: center;
}

.inrbnrMain h2 {
    font-size: 54px;
    font-weight: 600;
    color: #fff;
}

.inrbrnNav {
    display: flex;
    align-items: center;
    margin-top: 3px;
    justify-content: left;
}

.inrbrnNav li a {
    color: #ffffff;


}

.inrbrnNav li a i {
    font-size: 13px;
    margin-right: 3px;
    position: relative;
    top: -1px;
}

.inrbrnNav li {
    position: relative;
    border-right: 1px solid #f1f1f1;
    padding: 0px 10px;
}

.inrbrnNav li:last-child {
    border: none;
}

.inrbrnNav li:last-child a {
    color: #ffffff;
    font-weight: 600;
}

.innerbnrextImg {
    width: 35%;
    position: absolute;
    right: 10%;
    bottom: 0px;
    top: 0px;
    height: fit-content;
    margin: auto;
}

.innerbnrextImg img {
    width: 100%;
    animation: upandDown 6s ease-in-out infinite alternate-reverse both;
}

.aboutUsBg {
    background-image: linear-gradient(270deg, #000000c2, transparent), url(../img/bg/inner-bg.jpg);
    background-position: top;
}

.aboutSection.inner .aboutSideContentsWrapper {
    padding-top: 0px;
    padding-bottom: 0px;
}

.featuresWrapper {
    max-width: 100%;
    margin: 0px auto;
    margin-top: 50px;
    position: relative;
    z-index: 4;
}

.featuresCard {
    padding: 20px;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #009aca29;
    min-height: 144px;
    box-shadow: rgb(0 0 0 / 4%) 0px 3px 12px;
    transition: 0.4s ease-in-out;
    display: flex;
    align-items: center;
    min-height: 200px;
    flex-direction: column;
    gap: 20px;
}

.featuresCard:hover {
    transform: translateY(-5px);
    box-shadow: rgba(0, 0, 0, 0.096) 0px 25px 20px -20px;
}

.fCardImg {
    width: 20%;
    margin: 0px auto;
}

.fCardImg img {
    width: 100%;
    /* filter: hue-rotate(255deg); */
}

.fCardContent {
    width: 100%;
    padding-left: 0px;
    text-align: center;
}

.fCardContent h4 {
    font-size: 20px;
    font-weight: 700;
    color: #004aad;
    margin-bottom: 5px;
}

.fCardContent p {
    text-align: center;
}

.innerBannerNav {
    min-height: 120px;
    background: linear-gradient(90deg, #00fff514, #fdfdfd), url(../img/texture/t1.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    border-bottom: 1px solid #dddddd82;
}

.inbnrNavWrap {
    min-height: 120px;
}

.inbnrNavWrap .row {
    min-height: 120px;
}

.inbnrNavTitle {
    text-align: left;
}

.inbnrNavTitle h2 {
    font-weight: 800;
    font-size: 32px;
    color: #060606;
}

.inbnrNavList {
    display: flex;
    justify-content: flex-end;
}

.inbnrNavList ul {
    display: flex;
    align-items: center;
}

.inbnrNavList ul i {
    font-size: 12px;
    position: relative;
    top: 1px;
}

.inbnrNavList ul li {
    margin: 0px 6px 0px 6px;
}

.inbnrNavList ul li a {
    font-size: 14px;
    font-weight: 600;
}

.inbnrNavList ul li a.active {
    color: #0049a7;
}

.productListingWrap .prCCWrap {
    background: #ffffff00;
}

.productListingWrap .prCCWrap h4 {
    font-size: 19px;
}

.productListingWrap .prListCard {
    min-height: 540px;
    margin-bottom: 20px;
}

.productSlider {
    overflow: hidden;
    position: relative;
}

.productSlider .swiper-pagination-bullet-active {
    background: #000000;
}

.productSlider img {
    width: 100%;
}

.productSlider .swiper-slide {
    padding: 20px;

}

.productSlider .swiper-slide a {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.productContent .aboutSide h2 span {
    font-size: 32px;
    font-weight: 800;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 4px;
    display: inline-block;
}

.productContent .aboutSide h2 span::after {
    position: absolute;
    content: '';
    width: 100px;
    height: 2px;
    background: #ddd;
    bottom: 0px;
    left: 0px;
}

.productContent .aboutSide h2 span::before {
    position: absolute;
    content: '';
    width: 40px;
    height: 4px;
    background: #303030;
    bottom: -1px;
    left: 0px;
    z-index: 1;
}

.productContent .defaultBtn a,
.productContent .defaultBtn button {
    padding: 8px 26px;
    height: 44px;
}

.productTable {
    margin-top: 40px;
}

.productTable th {
    background: #060606;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    padding: 9px 20px;
}

.productTable td {
    font-size: 15px;
    padding: 6px 20px;
    font-weight: 500;
}

.infrasImg {
    width: 100%;
}

.infrasImg img {
    width: 100%;
}

.heading2.aboutSide h2 span {
    font-size: 26px;
}


.hctFromWrapper {
    position: relative;
    z-index: 3;
}

.hctFromContainer {
    padding: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 30px;
    background: #fff;
}

.formWrapper {
    margin-top: 20px;
}

.formWrapper .form-control {
    border-radius: 30px;
    padding: 10px 20px;
}

.formWrapper .form-control.form-select:focus {
    box-shadow: none;
    border-color: #060606;
}

.hctFromContainer .form-group {
    display: block;
    margin-bottom: 14px;
}

.hctFromContainer .form-group span {
    margin-bottom: 10px;
    font-weight: 500;
    display: inline-block;
}

.hctFromContainer .form-group input:focus {
    box-shadow: none;
    border-color: #060606;
}

.hctFromContainer .form-group textarea:focus {
    box-shadow: none;
    border-color: #060606;
}

.captchaimg {
    width: 170px;
    border: 1px solid #dddddded;
    border-radius: 0px;
    padding: 3px;
}

.contactUsMain {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.contactqueryForm .form-control {
    height: 45px;
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 16px;
}

.contactqueryForm .form-control.textarea {
    height: auto;
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 16px;
}

.contactqueryForm .form-control:focus {
    box-shadow: none;
    border-color: #004aa8cc;
}


.contactDWrapper.contactInfo {
    background: linear-gradient(0deg, #005d0f, #00bb2a);
    border-radius: 30px;
}

.contactDWrapper.contactInfo .secTitle .mainTitle.contact {
    color: #fff;
}

.contactDWrapper.contactInfo hr {
    color: #fff;
}

.contactDWrapper.contactInfo p {
    color: #fff;
    margin-bottom: 8px;
    display: flex;
    align-items: baseline;
}

.contactDWrapper.contactInfo p strong {
    color: #fff;
}

.contactDWrapper.contactInfo p strong i {
    margin-right: 5px;
}

.contactDWrapper.contactInfo a {
    color: #fff;
}

.contactUsIn {
    background-image: linear-gradient(90deg, #fffffff7, #fffffff6), url(../img/bg/menu-bg.jpg);
    background-size: contain;
}

.contactInfoWrapper {
    padding: 40px 30px;
}

.contactInfoWrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contactInfoCard {
    margin-bottom: 20px;
    width: 100%;
}

.contactInfoCard h4 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
}

.contactInfoCard h4 i {
    font-size: 16px;
    color: #003984;
    margin-right: 1px;
}

.servicesWrapper.servicemainCard .routeCard {
    min-height: auto;
}

.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;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 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;
    font-weight: 600;
}

.footer-links .address-sec li a i {
    margin-right: 14px;
    color: #0048a5;
    font-size: 15px;
}

.footer-links ul li a i {
    font-size: 12px;
}

.footer-links ul li a i {
    font-size: 9px;
    margin-right: 5px;
}

.footer-social-links i.fa-x-twitter {
    color: #000;
    font-size: 12px;
}

.footer-links ul.footer-social-links i {
    margin: 0px;
}

.hctfTitle h4 {
    font-weight: 700;
    font-size: 22px;
}

.contactInfoCard a {
    font-weight: 500;
}

.serviceCard {
    position: relative;
    margin-bottom: 30px;
}
.serviceCard .prCardImg{
    width: fit-content;
    position: absolute;
    left: 0px;
    z-index: 3;
    bottom: 0px;
    top: 0px;
    margin: auto;
    height: fit-content;
}
.serviceCard img{
    width: 120px;
}
.serviceCard .prCCWrap {
    width: 93%;
    margin-top: 0px;
    padding: 40px;
    padding-left: 110px;
    text-align: justify;
    margin-right: 0px;
    background: linear-gradient(45deg, #def3ff, white);
    border: 1px solid #e1e1e1;
}
.infrastrucCardSec .prCardImg {
    padding: 0px;
    border: 3px solid #fff;
    box-shadow: 0px 0px 10px #0000001c;
}

/* Blogs */
.blogWrapper .quickTutorText .tutorName {
    margin: 0px;
    margin-bottom: 7px;
}


.newsWrapper {
    margin-top: 40px;
}

.newsCard {
    padding: 10px;
}

.newsImg {
    border-radius: 10px;
    overflow: hidden;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.newsImg img {
    width: 100%;
}


.blogImg {
    width: 100%;
}
.blogImg img{
    width: 100%;
}
.blogDetailWrap .newsDate ul {
    margin-top: 10px;
    margin-bottom: 20px;
}

.blogSideWrap {
    position: sticky;
    top:85px;
}
.blogSideWrap .newsCard {
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
    border-bottom: 1px dashed #ddd;
}
.blogSideWrap .newsContent {
    background: transparent;
    box-shadow: none;
    width: 70%;
    text-align: left;
    padding: 6px 12px;
    margin-top: 0px;
}
.blogSideWrap .newsDate ul {
    background: transparent;
    display: none;
}

.blogSideWrap .newsImg {
    width: 42%;
    border-radius: 10px;
}
.blogSideWrap .newsImg img{
    width: 100%;
}
.blogSideWrap .newsContent h4 {
    margin: 0px;
    text-align: left;
}
.blogSideWrap .newsContent p {
    margin: 0px;
    text-align: left;
}
.ckeditorContent p{
    text-align: justify;
    margin-bottom: 8px;

}
.content h1, .content h2, .content h3  {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}
.content h4, .content h5, .content h6 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.content p{
    text-align: justify;
}
/* Blogs end */

/* contact */

.contactUsCard {
    padding: 25px;
    position: relative;
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: 36px;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px; */
    box-shadow: rgb(0 0 0 / 5%) 0px 4px 12px;
    border: 1px solid #dddddd4a;
    min-height: 199px;
}

.contactUsCard::after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0px 14px 210px;
    border-color: transparent transparent #00082c38 transparent;
    transform: rotate(0deg);
    right: 0px;
    bottom: 0px;
}

.contactCHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contactIco {
    width: 40px;
    height: 40px;
    background: linear-gradient(180deg, #9300ff, #41006f);
    color: #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 42px;
    font-size: 18px;
}

.contactTitle {
    width: 86%;

}

.contactTitle h5 {
    font-size: 18px;
    font-weight: 700;
    color: #9300ff;

}

.contactTitle p {
    font-size: 16px;
    line-height: 22px;
}

.contactMain {
    margin-top: 10px;
}

.contactMain a {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    /* display: block; */
    font-family: 'Nunito' ,sans-serif;
}

.contactWrapper {
    margin-top: 50px;
}

.contactInfoWrap .row .col-md-12:last-child .contactUsCard {
    margin-bottom: 0px;
}

.enquireNowForm.contactPage .right-sidebar-box {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin-left: 20px;
}

.enquireNowForm.contactPage .right-sidebar-box h5 {
    font-size: 20px;
    font-weight: 700;
    color: #9300ff;

}

.enquireNowForm.contactPage .right-sidebar-box .custom-form .custom-input textarea {
    height: 104px;
}

.right-sidebar-box {
    background-color: #f8f8f800;
    border-radius: 0px;
    padding: 0px;
    max-width: 894px;
    margin: 0px auto;
    background: #f6faff;
    padding: 25px 30px;
    border: 1px solid #dddddd4a;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    position: relative;
    left: -2px;
}

.right-sidebar-box .custom-form label {
    color: #565656;
    display: block;
    font-size: 16px;
    margin-bottom: calc(2px + 0.3125vw);
    font-weight: 600;
}

.right-sidebar-box .custom-form .custom-input {
    position: relative;
}

.right-sidebar-box .custom-form .custom-input .form-control {
    border: none;
    padding: calc(14px + 0.3125vw) calc(14px + 0.3125vw) calc(14px + 0.3125vw) calc(38.8px + 0.6875vw);
}

.right-sidebar-box .custom-form .custom-input i {
    align-items: center;
    color: #4a5568;
    display: flex;
    font-size: 15px;
    left: 0;
    line-height: 1;
    padding: 15px;
    position: absolute;
    top: 0px;

}

.form-control {
    background-color: #fff;
}

textarea.form-control {
    min-height: calc(1.5em + 0.75rem + var(--bs-border-width)*2);
}

.right-sidebar-box .custom-form .custom-input textarea {
    height: 180px;
}

.right-sidebar-box .custom-form .custom-input .form-control {
    border: 1px solid #dddddd80 !important;
    padding: 10px 40px;
    border-radius: 0px;
}

.right-sidebar-box .custom-form .custom-input .form-control::placeholder {
    font-size: 14px;
}

.right-sidebar-box .custom-form .custom-input .form-control:focus {
    box-shadow: none;
}

.mapSection {
    width: 100%;
}

/* end */



/* inner Listings */
.prListingWrap {
    width: 100%;
    display: flex;
}

.productSideBar {
    width: 24%;
    margin-right: 20px;
    position: sticky;
    top: 100px;
}

.produtListWrapper.productMainListing {
    width: 100%;
}

.prcatAccordList {
    width: 100%;
}

.productSideBar .accordion-item {
    overflow: hidden;
}

.productSideBar .accordion-item:first-of-type {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.productSideBar .accordion-item:last-of-type {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.productSideBar .accordion-button:not(.collapsed) {
    background: #f2f7fb;
    color: #0048a5;
}

.productSideBar .accordion-button {
    padding: 14px 20px;
    font-weight: 600;
}

.productSideBar button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}

.productSideBar .accordion-body {
    padding: 0px;
}

.productSideBar .accordion-button.JustaTitle {
    background: linear-gradient(180deg, #004aad, #00449f);
    color: #fff;
    font-size: 17px;
}

.productSideBar .accordion-button.JustaTitle::after {
    display: none;
}

.prcatAccordList ul li a {
    display: block;
    padding: 8px 20px;
    border-bottom: 1px dashed #d9eaff;
}

.prcatAccordList ul li a:hover,
.prcatAccordList ul li a.active {
    background: #f7fbfd;
}

.prcatAccordList ul li:last-child a {
    border-bottom: none;
}

.productSideBar .accordion {
    margin-bottom: 20px;
}

.prListingWrap .productMailListing .journelCards {
    padding: 8px;
    margin-bottom: 20px;
}

.productMainListTitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
}

.productMainListTitle h4 {
    font-weight: 800;
    font-size: 20px;
    line-height: 50px;
}

.productMainListTitle p {
    font-weight: 600;
}

.productSlideWrapper .journalContent {
    background: #fff;
}


.aboutSection.bookAppointmentSec::after {
    display: none;
}


.popDestiWrapper {
    margin-top: 40px;
}
.popDestiCard {
    width: 100%;
}
.popDestiCard {
    position: relative;
    /* margin-bottom: 20px; */
}
.popDestiImg {
    width: 100%;
    position: relative;
    height: 268px;
    display: flex;
    align-items: center;
    overflow: hidden;
    transition: 0.4s ease-in-out;
    border-radius: 15px;
    overflow: hidden;
}

.popDestiImg::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000000f5, transparent);
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    opacity: 0.6;
    transition: 0.3s ease-in-out;
}
.popDestiCard:hover .popDestiImg::after {
    opacity: 1;
}
.popDestiImg img {
    width: 100%;
    transition: 0.4s ease-in-out;
    object-fit: cover;
    height: 100%;
}
.popDestiCard:hover .popDestiImg img {
    transform: scale(1.05);
}
.popDestiContent {
    position: absolute;
    z-index: 2;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 18px;
}
.popDestiContent * {
    color: #fff;
}
.popDestiContent h4 {
    margin-bottom: 9px;
    font-size: 22px;
    font-weight: 600;
}
.popDestiContent p {
    width:85%;
    font-size: 14px;
    line-height: 24px;
}
.popDestiContent a {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: auto;
    bottom: 24px;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #000;
    text-align: center;
    border-radius: 100%;
    transform: scale(0.2) translateY(20px);
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-in-out;
}
.popDestiCard:hover .popDestiContent a {
    transform: scale(1) translateY(0px);
    visibility: visible;
    opacity: 1;
}
.popDestiContent i {
    color: #003d76;
    line-height: 39px;
    font-size: 16px;
    transform: rotate(-36deg);
}

.popDestiCard.LastCard .popDestiImg {
    height: 558px;
}



.coursesSlider {
    position: relative;
}
.coursesSlider.owl-carousel .owl-nav button.owl-next {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: -18px;
    background: #fff;
    border-radius: 5px;
    /* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; */
    border: 1px solid #1b115b;
    color: #282828;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    font-size: 13px;
    transform: translate(0px, -50%)
}

.coursesSlider.owl-carousel .owl-nav button.owl-prev {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: -18px;
    background: #fff;
    border-radius: 5px;
    /* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; */
    border: 1px solid #1b115b;
    color: #282828;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    font-size: 13px;
    transform: translate(0px, -50%)
}

.coursesSlider.owl-carousel:hover .owl-nav button.owl-prev,
.coursesSlider.owl-carousel:hover .owl-nav button.owl-next {
    visibility: visible;
    opacity: 1;
}

.testimonialWrapper {
    margin-top: 40px;
}

.testimonialCard {
    padding: 23px;
    border-radius: 20px;
    background: linear-gradient(45deg, #e6ecff, white);
    overflow: hidden;
    box-shadow: 0px 0px 10px #ddd;
    padding-top: 97px;
    border-bottom: 3px solid #283663;
}
/* .owl-carousel button.owl-dot */
/* .testimonialCard::after {
    content: '';
    height: 90px;
    width: 108px;
    background-color: #4c1616;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-clip-path: path("M0 0H40L108 90H10C4.47715 90 0 85.5229 0 80V0Z");
    clip-path: path("M0 0H40L108 90H10C4.47715 90 0 85.5229 0 80V0Z");
    z-index: 2;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
} */

.testiContent {
    min-height: 120px;
}
.testiContent p {
    text-align: justify;
    font-size: 16px;
    color: #474747;
    font-weight: 400;
}

.testiauthor {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 18px;
}

.testiimg {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: none;
    position: relative;
    z-index: 3;
    overflow: hidden;
}

.testiimg img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
    height: 100%;
}

.testiauthorContent {
    margin-left: 13px;
}

.testiauthorContent h5 {
    font-size: 18px;
    font-weight: 600;
}

.testiauthorContent h5 span {
    font-weight: 400;
    font-size: 15px;
}

.testiauthorContent p {
    color: #282828;
}
.testiStarRate {
    margin-top: 10px;
}
.testiStarRate i {
    color: #ffc107;
    font-size: 12px;
}

.testimonialCard .testiqoute {
    position: absolute;
    left: 30px;
    top: 30px;
    font-size: 60px;
    color: #003d7724;
    right: 0px;
    width: fit-content;
    margin: auto;
}
.testimonialsCarousel .item {
    padding: 10px;
    /* box-shadow: #959da52e 0px 0px 15px; */
}
.testimonialsCarousel.owl-theme .owl-dots .owl-dot.active {
    position: relative;
    display: inline-block;
}

.testimonialsCarousel.owl-theme .owl-dots .owl-dot.active:after,
.testimonialsCarousel.owl-theme .owl-dots .owl-dot:hover:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}
.testimonialsCarousel.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
    background: #283663;
    width: 26px;
    height: 14px;
}
.testimonialsCarousel.owl-carousel.owl-theme .owl-dots .owl-dot span {
    background: #daedff;
    width: 14px;
    height: 14px;
    transition: 0.4s ease-in-out;
}


.form-control {
    padding: 10px 18px;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #dddddd;
    border-radius: 10px;
}
.form-control:focus {
    box-shadow: none;
    border: 1px solid #283663;
}
.form-control::placeholder {
    color: #b3b3b3;
}
.form-select {
    padding: 10px 18px;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #dddddd;
    border-radius: 10px;
}
.form-select:focus {
    box-shadow: none;
    border: 1px solid #ffbe62;
}
.contactUsForm {
    padding: 34px;
    background: #fff;
    border-radius: 15px;
    margin-bottom: 20px;
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 22px 0px;
}

.ctinfoCIco {
    padding: 12px;
    border-radius: 12px;
    background: #283663;
    width: 60px;
    height: 60px;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.ctinfoCIco img {
    color: #fff;
    width: 100%;
}
.ctinfoTitle {
    width: calc(100% - 60px);
    padding-left: 10px;
}
.ctinfoTitle h4 {
    margin-bottom: 5px;
}
.ctinfoTitle h6 {

}
.ctinfoTitle h6 a { font-size: 1rem; }
.ctinfoTitle h6 a:hover { text-decoration: underline; }


.sociaMediaIcons {
    display: flex
    ;
        align-items: center;
        gap: 12px;
        margin-top: 18px;
}
.sociaMediaIcons li a {
    display: inline-block;
    border: none;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%;
    margin: 0px;
    color: #a72409;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.sociaMediaIcons li a i {
    font-size: 16px;
    line-height: 51px;
}

.sociaMediaIcons li a i.fa-tiktok {
    color: #111;
}

.sociaMediaIcons li a i.fa-facebook-f {
    color: #0075ea;
}

.sociaMediaIcons li a i.fa-x-twitter {
    color: #000;
}

.sociaMediaIcons li a i.fa-youtube {
    color: #f70000;
}

.sociaMediaIcons li a i.fa-instagram {
    background: -webkit-linear-gradient(#556db3, #ea3367, #ff4f28, #ffad57);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sociaMediaIcons li a i.fa-whatsapp {
    color:#25D366;
}

.contactinfoWrapper {
    padding-left: 30px;
}

.blog-details-section .article-item {
    display: flex
;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    margin-bottom: 20px;
}
.blog-details-section .image {
    -webkit-box-flex: 0;
    flex: 0 0 140px;
    overflow: hidden; margin: 0px 20px 0px 0px;
}
.blog-details-section .image img { border-radius: 10px; }
.blog-details-section .article-item h3 { line-height: 20px; margin-bottom: 0px; }

.blog-details-section .blog-details-desc .info-list {
    padding: 0; margin: 10px 0px;
    list-style: none;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.blog-details-section .blog-details-desc .info-list li {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-right: 16px;
    color: #797979;
}



/* Responsive */
@media screen and (max-width:1280px) and (min-width:1000px) {
    .aboutSide p {
        line-height: 18px;
    }
    .logoSection {
        width: 80px;
    }
    .headerMenu>li {
        padding: 36px 10px;
    }
    .defaultBtn a,
    .defaultBtn button {
        width: auto;
    }

    .schedule-block-two .inner-box {
        flex-wrap: wrap;
    }

    .CommitteePresidentSec .conferenceMember {
        padding: 0px 10px;
        margin-bottom: 30px;
    }

    .titleCommittee {
        padding: 10px 15px;
    }

    .conferenceMember .prCCWrap h4 {
        font-size: 18px;
    }

    .bannerLeftContent h2 {
        font-size: 23px;
        line-height: normal;
    }
    .bannerLeftContent p {
        font-size: 13px;
    }
    .headerMenu>li {
        padding: 22px 15px;
    }
    .afterbanner {
        margin-top: -85px;
        height: 120px;
 
    }
    
    .bannerLeftContent h5 {
        font-size: 65px;
        line-height: 64px;
    }

    .bannerContent {
        height: 410px;
    }
    .defaultBtn a i, .defaultBtn button i {
        margin-left: -8px;
    }
    .bannerCarousel {
        height: 410px;
    }

    .headerMenu>li>a {
        font-size: 12px;
    }

    .headerSubMenu>li a {
        font-size: 12px;
        padding: 4px 14px;
    }

    .headerRightMenu .defaultBtn a span,
    .headerRightMenu .defaultBtn button span {
        font-size: 12px;
    }

    .aboutSide h2 {
        font-size: 32px;
    }

    .defaultBtn a span,
    .defaultBtn button span {
        font-size: 12px;
    }

    .prCCWrap h4 {
        font-size: 13px;

    }

    .prCCWrap p {
        margin-top: 9px;
        font-size: 12px;
        line-height: 19px;
        min-height: 80px;
    }

    .aboutSide p {
        font-size: 12px;
    }

    li {
        font-size: 12px;
    }

    p {
        font-size: 12px;
        line-height: 20px;
    }

    .footerContents p {
        font-size: 12px;
    }

    a,
    .ftr-link-bx a {
        font-size: 12px;
    }

    .footer-btm-wrp p {
        font-size: 12px;
    }

    .aboutSideContentsWrapper.innerWrapper .aboutSide h2 {
        font-size: 12px;
    }

    .productTable td {
        font-size: 12px;
    }

    .counter-num span.timer {
        font-size: 18px;
    }

    .counter-text {
        font-size: 12px;
    }

    .coutnerIco {
        width: 70px;
    }

    .counter-num span {
        font-size: 18px;
    }

    .common-box {
        min-height: 101px;
    }

    .hctFromContainer .form-group span {
        font-size: 12px;
    }

    .formWrapper .form-control {
        border-radius: 30px;
        padding: 7px 20px;
    }
}

@media screen and (max-width:999px) and (min-width:800px) {
    .serviceboxContent h2 {
        font-size: 15px;
    }

    .schedule-block-two .inner-box {
        flex-wrap: wrap;
        padding: 20px;
    }

    .defaultBtn a,
    .defaultBtn button {
        width: 140px;
    }

    .topHeaderSocial ul li a.topContactLinks {
        font-size: 9px;
    }

    .topHeaderSocial ul li a.topContactLinks i.fa-envelope {
        font-size: 11px;
    }

    .topHeaderSocial ul li a.topSocialLinks i {
        font-size: 12px;
    }

    .headerMenu>li>a {
        font-size: 12px;
    }

    .headerMenu>li {
        padding: 22px 7px;
    }

    .aboutSideContentsWrapper {
        padding: 0px;
        padding-left: 30px;
        padding-bottom: 0px;
    }

    .headerSubMenu>li a {
        font-size: 12px;
        padding: 5px 12px;
    }

    .CommitteePresidentSec .conferenceMember {
        padding: 0px;
    }

    .titleCommittee {
        padding: 9px 8px;
    }

    .conferenceMember .prCCWrap h4 {
        font-size: 16px;
        color: #ffff;
    }

    .conferenceMember .prCCWrap p {
        margin-top: 18px;
        font-size: 12px;
        line-height: 16px;
    }

    .accreditation {
        padding: 30px 0px;
    }

    .defaultBtn a span,
    .defaultBtn button span {
        font-size: 12px;
    }

    .logoSection {
        width: 100px;
    }

    .bannerLeftContent h5 {
        font-size: 16px;
        line-height: 35px;
    }

    .bannerLeftContent h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .bannerLeftContent {
        width: 60%;
    }

    .bannerContent {
        height: 320px;
    }

    .bannerCarousel {
        height: 320px;
    }

    .serviceImg img {
        width: fit-content;
        height: 100%;
        width: auto;
    }

    .testimonials .row {
        flex-direction: column-reverse;
    }

    .testimonials .aboutSideContents {
        text-align: center;
    }

    .testimonials {
        padding-bottom: 70px !important;
    }

    .testimonials .defaultBtn {
        position: absolute;
        bottom: 44px;
        left: 0px;
        right: 0px;
        margin: auto;
        z-index: 3;
    }

    .footer-btm-wrp .row {
        justify-content: space-between;
    }
}


@media screen and (max-width:799px) and (min-width:599px) {
    .serviceboxContent h2 {
        font-size: 15px;
    }

    .headerMenu>li>a {
        font-size: 12px;
    }

    .headerMenu>li {
        padding: 22px 8px;
    }

    .headerSubMenu>li a {
        font-size: 12px;
        padding: 5px 12px;
    }

    .defaultBtn a span,
    .defaultBtn button span {
        font-size: 12px;
    }

    .logoSection {
        width: 100px;
    }

    .bannerLeftContent h5 {
        font-size: 13px;
        line-height: 35px;
    }

    .bannerLeftContent h2 {
        font-size: 18px;
        line-height: 24px;
    }

    .bannerLeftContent p {
        color: #dddddd;
        margin-top: 5px;
        margin-bottom: 10px;
        line-height: 16px;
        font-size: 11px;
    }

    .bannerLeftContent {
        width: 60%;
    }

    .bannerContent {
        height: 236px;
    }

    .bannerCarousel {
        height: 236px;
    }

    .forresponsive.aboutSideWrapper {
        width: 50%;
        margin: 0px auto;
        margin-bottom: 40px;
    }

    .aboutSection::after {
        position: absolute;
        content: '';
        background: url(../img/texture/vector.png);
        width: 66%;
        height: 38%;
        top: 0px;
        left: -20%;
        bottom: auto;
        margin: auto;
        animation: leftRight 10s ease-in-out infinite alternate-reverse both;
        background-size: 85%;
    }

    .bannerLeftContent {
        width: 100%;
    }

    .aboutSideContentsWrapper {
        margin-left: 0px;
    }

    .aboutSide h5 {
        text-align: center;
    }

    .aboutSide h2 {
        text-align: center;
    }

    .aboutSide h4 {
        text-align: center;
    }

    .serviceImg {
        text-align: center;
    }

    .serviceImg img {
        width: fit-content;
        height: 100%;
        width: auto;
    }

    .flip-box-front,
    .flip-box-back {
        min-height: 236px;
    }

    .testimonials .row {
        flex-direction: column-reverse;
    }

    .testimonials .aboutSideContents {
        text-align: center;
    }

    .testimonials {
        padding-bottom: 70px !important;
    }

    .testimonials .defaultBtn {
        position: absolute;
        bottom: 44px;
        left: 0px;
        right: 0px;
        margin: auto;
        z-index: 3;
    }

    .footer-btm-wrp .row {
        justify-content: space-between;
    }

    .scrolling-text {
        font-size: 33px;
    }

    .scrolling-text.fulltext {
        line-height: 75px;
        font-size: 101px;
    }
}

@media screen and (max-width:598px) and (min-width:400px) {
    .bannerLocate li span {
        color: #fff;
        font-size: 10px;
    }

    .bannerLocate li i {
        font-size: 10px;
    }

    .bannerLeftContent {
        bottom: 30px;
    }

    .bannerLeftContent h5 {
        font-size: 21px;
        line-height: 20px;
    }


    .serviceboxContent h2 {
        font-size: 15px;
    }

    .headerMenu>li>a {
        font-size: 16px;
    }

    .headerMenu>li {
        padding: 22px 8px;
    }

    .headerSubMenu>li a {
        font-size: 16px;
        padding: 5px 12px;
    }

    .defaultBtn a span,
    .defaultBtn button span {
        font-size: 12px;
    }

    .logoSection {
        width: 100px;
    }



    .bannerLeftContent h2 {
        font-size: 14px;
        line-height: 18px;
    }

    .bannerLeftContent p {
        color: #dddddd;
        margin-top: 5px;
        margin-bottom: 10px;
        line-height: 12px;
        font-size: 9px;
    }

    .bannerLeftContent a {
        background: linear-gradient(180deg, #290090, #2d07ba);
        padding: 2px 10px;
        display: inline-block;
        color: #fff;
        border-radius: 8px;
        font-size: 10px;
    }

    .bannerLeftContent {
        width: 100%;
    }

    .bannerContent {
        height: 240px;
    }

    .bannerCarousel {
        height: 240px;
    }

    .bannerCarousel.owl-theme .owl-nav {
        visibility: hidden;
        opacity: 0.2;
    }

    .bannerCarousel.owl-theme:hover .owl-nav {
        visibility: visible;
        opacity: 1;
    }

    .forresponsive.aboutSideWrapper {
        width: 90%;
        margin: 0px auto;
        margin-bottom: 40px;
    }

    .aboutSideContentsWrapper {
        margin-left: 0px;
    }

    .aboutSide h5 {
        text-align: center;
    }

    .aboutSide h2 {
        text-align: center;
        font-size: 24px;
    }

    .aboutSide h4 {
        text-align: center;
        font-size: 15px;
    }

    .serviceImg {
        text-align: center;
    }

    .serviceImg img {
        width: fit-content;
        height: 100%;
        width: auto;
    }

    .flip-box-front,
    .flip-box-back {
        min-height: 156px;
    }

    .titleSection h2 {
        font-size: 24px;
    }

    .testimonials .row {
        flex-direction: column-reverse;
    }

    .testimonials .aboutSideContents {
        text-align: center;
    }

    .testimonials {
        padding-bottom: 70px !important;
    }

    .testimonials .defaultBtn {
        position: absolute;
        bottom: 44px;
        left: 0px;
        right: 0px;
        margin: auto;
        z-index: 3;
    }

    .footer-btm-wrp .row {
        justify-content: space-between;
    }

    .scrolling-text {
        font-size: 33px;
    }

    .scrolling-text.fulltext {
        line-height: 75px;
        font-size: 101px;
    }

    .schedule-block-two .inner-box {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .schedule-block-two h3 {
        position: relative;
        font-size: 24px;
        line-height: 1.2em;
        color: #0d284e;
        font-weight: 700;
        max-width: 100%;
        padding-right: 0px;
        min-width: 100%;
    }

    .schedule-block-two .inner-box {
        padding: 7px;
    }

    .schedule-block-two .date-box .count {
        position: unset;
    }

    .schedule-block-two .date-box {
        width: 100%;
        padding-left: 0px;
    }

    .schedule-block-two h3 a {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .topHeader {
        display: none;
    }

    .logoSection {
        width: 170px;
        margin-top: 0px;
        box-shadow: none;
    }

    .bannerLocate li {
        color: #fff;
        font-size: 13px;
    }

    .bannerLeftContent a {
        font-size: 10px;
    }

    .bannerLeftContent .withAfter {
        margin: 0px;
    }
    .defaultBtn a, .defaultBtn button {
        width: auto;
    }
    .defaultBtn a span,
    .defaultBtn button span {
        font-size: 12px;
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width:597px) and (min-width:299px) {
    .defaultBtn a, .defaultBtn button {
        width: auto;
    }
    .bannerLeftContent a {
        font-size: 10px;
    }
    

    .bannerLocate li {
        color: #fff;
        font-size: 13px;
    }

    .logoSection {
        width: 100px;
        margin-top: 0px;
        box-shadow: none;
    }

    .topHeader {
        display: none;
    }

    .schedule-block-two h3 a {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .schedule-block-two .date-box {
        width: 100%;
        padding-left: 0px;
    }

    .schedule-block-two .date-box .count {
        position: unset;
    }

    .schedule-block-two .inner-box {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .schedule-block-two h3 {
        position: relative;
        font-size: 24px;
        line-height: 1.2em;
        color: #0d284e;
        font-weight: 700;
        max-width: 100%;
        padding-right: 0px;
        min-width: 100%;
    }

    .schedule-block-two .inner-box {
        padding: 7px;
    }

    .serviceboxContent h2 {
        font-size: 15px;
    }

    .headerMenu>li>a {
        font-size: 16px;
    }

    .headerMenu>li {
        padding: 22px 8px;
    }

    .headerSubMenu>li a {
        font-size: 16px;
        padding: 5px 12px;
    }

    .defaultBtn a span,
    .defaultBtn button span {
        font-size: 12px;
        display: flex;
        align-items: center;
    }

    .logoSection {
        width: 70px;
    }

    .bannerLeftContent h5 {
        font-size: 24px;
        line-height: 26px;
    }

    .bannerLeftContent h2 {
        font-size: 11px;
        line-height: 27px;
    }

    .bannerLeftContent p {
        color: #dddddd;
        margin-top: 5px;
        margin-bottom: 10px;
        line-height: 12px;
        font-size: 9px;
    }

    .bannerLeftContent h2 span {
        font-size: 24px;
    }

    .bannerLeftContent h2 {
        margin: 0px 0px 0px;
    }

    .bannerPngImg {
        height: 100%;
    }

    .bannerLeftContent a {
        background: linear-gradient(180deg, #290090, #2d07ba);
        padding: 2px 13px;
        display: inline-block;
        color: #fff;
        border-radius: 8px;
        font-size: 10px;
        margin-top: 10px;
    }

    .bannerLeftContent .withAfter {
        margin: 0px;
    }

    .bannerLeftContent {
        width: 100%;
    }

    .bannerContent {
        height: 250px;
        padding-top: 170px;
    }
    .aboutSection .normalList li {
        text-align: left;
        font-size: 15px;
    }
    .aboutContactReadMore {
        flex-direction: column;
    }
    .coursesCard {
        margin-bottom: 20px;
    }
    .bannerCarousel {
        height: 250px;
    }
    .routeCard {
        margin-bottom: 20px;
    }

    .bannerLeftContent {
        width: 100%;
        bottom: 0px;
    }

    .bannerCarousel.owl-theme .owl-nav {
        visibility: hidden;
        opacity: 0.2;
    }

    .bannerCarousel.owl-theme:hover .owl-nav {
        visibility: visible;
        opacity: 1;
    }

    .forresponsive.aboutSideWrapper {
        width: 90%;
        margin: 0px auto;
        margin-bottom: 40px;
    }

    .aboutSideContentsWrapper {
        margin-left: 0px;
    }

    .aboutSide h5 {
        text-align: center;
    }

    .aboutSide h2 {
        text-align: center;
        font-size: 24px;
    }

    .aboutSide h4 {
        text-align: center;
        font-size: 15px;
    }

    .serviceImg {
        text-align: center;
    }

    .serviceImg img {
        width: fit-content;
        height: 100%;
        width: auto;
    }

    .flip-box-front,
    .flip-box-back {
        min-height: 156px;
    }

    .titleSection h2 {
        font-size: 24px;
    }

    .testimonials .row {
        flex-direction: column-reverse;
    }

    .testimonials .aboutSideContents {
        text-align: center;
    }

    .testimonials {
        padding-bottom: 70px !important;
    }

    .testimonials .defaultBtn {
        position: absolute;
        bottom: 44px;
        left: 0px;
        right: 0px;
        margin: auto;
        z-index: 3;
    }

    .footer-btm-wrp .row {
        justify-content: space-between;
    }

    .scrolling-text {
        font-size: 33px;
    }

    .scrolling-text.fulltext {
        line-height: 75px;
        font-size: 101px;
    }

    .footer-links-wrp .col {
        width: 100%;
        flex: 1 0 100%;
    }

    .bannerLeftContent h2 {
        font-size: 24px !important;
    }

    .aboutSideContentsWrapper {
        padding: 16px;
    }
}


@media screen and (max-width:768px) {
    .headerMenu>li a:hover, .headerMenu>li a.active {
        color: #dec38a;
    }
    .headerRightMenu li .defaultBtn a i {
        font-size: 15px;
    }
    .defaultBtn a, .defaultBtn button {
        padding: 4px 10px;
    }
    .topHeaderWrapper .welcomeMessage {
        display: none;
    }

    .topHeaderWrapper {
        justify-content: end;
    }

  
    .schedule-block-two .inner-box {
        flex-wrap: wrap;
    }

    .inrbnrMain {
        text-align: left;
    }

    .inrbnrMain h2 {
        font-size: 26px;
    }

    .inrbrnNav li {
        padding: 0px 8px 0px 7px;
    }

    .inrbrnNav li:first-child {
        padding-left: 0px;
    }

    .innerBannerContent {
        height: 101px;
    }

    .headerRightMenu .defaultBtn.light2 a span i,
    .headerRightMenu .defaultBtn.light2 button span i {
        color: #000;
    }

    .testimonialCard {
        padding: 0px;
    }

    .whyChooseWrapper {
        padding-right: 0;
    }

    .topPrCarousel.owl-theme .owl-nav .owl-next {
        right: 0px;
    }

    .topPrCarousel.owl-theme .owl-nav .owl-prev {
        left: 0px;
    }

    .toplogo {
        display: none;
    }
    .headerSection {
        padding: 0px 0px;
        top: 0px;
    }

    .aboutSection.home {
        margin-top: 0px;
    }

    .hamburger {
        display: block;
    }

    .headerNav {
        position: fixed;
        display: none;
        background: linear-gradient(271deg, #293663, #293663);
        top: 88px;
        width: 100%;
        height: 100vh;
        left: 0px;
    }
    .headerMenu {
        flex-direction: column;
        gap: 1px;
    }

    .headerSubNav {
        display: none;
        width: 100%;
        position: relative;

    }

    .headerSubNav {
        visibility: visible;
        opacity: 1;
    }

    .headerMenu>li.hasSub:hover .headerSubNav {
        visibility: unset;
        opacity: unset;
        top: unset;
        margin-top: unset;
        transition: unset;
        border-radius: 8px;
        overflow: unset;
        background: #181818;
    }

    .headerMenu>li.hasSub i {
        position: absolute;
        right: 0px;
        top: 14px;
        color: #fff;
    }

    .headerMenu>li {
        width: 95%;
        margin: 0px auto;
        padding: 0px 8px;
        border-bottom: 1px solid #dddddd57;
    }

    .headerMenu>li.hasSub {
        position: relative;
    }

    .headerMenu>li>a {
        padding: 7px 0px;
        position: relative;
        display: block;
        color: #fff;
    }

    .headerMenu>li a:hover:after {
        left: unset;
        right: unset;
        width: unset;
        top: 100%;
    }

    .headerSubMenu>li a {
        padding: 8px 12px;
        display: block;
        width: 100%;
        border-bottom: 1px solid #dddddd57;
        transition: all 0.3s ease-in-out;
        background: #181818;
        color: #fff;
    }

    .headerSubMenu>li:last-child a {
        border-bottom: none;
    }

    .headerMenu>li a:hover {
        color: #ffffff;
    }

    .headerMenu>li a:hover:after,
    .headerMenu>li a.active:after {
        left: 0;
        right: auto;
        width: 100%;
        top: 100%;
    }

    .aboutSideContentsWrapper {
        margin-left: 0px;
        padding: 0px;
    }

    .hasSub.active>a {
        color: #defcff;
    }

    .bannerLeftContent h2 {
        font-size: 19px !important;
        line-height: normal;
        margin-top: 7px;
    }

    .bannerPngImg {
        height: 100%;
    }

    .bannerLeftContent h2 span {
        font-size: 25px;
    }

    .headerRightMenu .defaultBtn a i,
    .headerRightMenu .defaultBtn button i {
        color: #fff;
        visibility: visible;
        opacity: 1;
    }
    .offerBox.i .offerWrapper {
        min-height: auto;
        margin-bottom: 20px;
    }
    .offerbg.sec2 .row .col-md-6:first-child .offerBox.iii {
        margin-top: 0px;
    }
    .aboutSection::after {
        width: 25%;
        height: 64%;
        left: -14%;
        background-size: 100%;
    }
    .mobbtnCenter {
        text-align: center;
    }
    .testi-item {
        padding-left: 12px;
        padding-right: 12px;
    }
    .testimonials-carousel .item {
        padding: 10px;
    }
    #thumbs.testi-thumbs-carousel {
        width: 66%;
    }
    .testi-thumbs-carousel .testiThumbs {
        width: 60px;
    }
    .divider {
        margin: 0px auto;
        display: block;
    }
    .footerTitle {
        width: 100%;
    }
    .addP.footContact {
        gap: 0px;
        flex-direction: column;
    }
    .hamburger .line {
        background-color: #fff;
    }
}





@media only screen and (max-width: 480px) {
	.testiContent p { text-align: center; font-size: 14px; line-height: 1.4; margin: 10px; }
	.aboutSide p { text-align: center; }
	.titleSection h4 { font-size: 15px; line-height: 1.5; }
	.coursesCard { min-height: 185px; }
	.routeContent p { text-align: left; }
	.routeCard { min-height: 50px; }
	.ftr-link-bx a.title-16 { margin-top: 5px; margin-bottom: 29px; }
	.ttle.title-16 { margin-top: 17px; margin-bottom: 0; }
	.inrbnr { min-height: 100px; background-repeat: no-repeat!important; background-size: cover!important }
	.content p { text-align: left!important; }
	.contactUsForm { padding: 8px 18px 18px 18px; }
	.contactUsForm p { line-height: 1.5; }
	.form-control { padding: 4px 10px; font-size: 13px; border-radius: 5px; }
	.contactinfoWrapper { padding-left: 0px; }
	.ctinfoTitle h6 { font-size: 15px; }
	#whatsapp { right: 10px; height: 40px; width: 40px; font-size: 24px; }
	#button { width: 45px; height: 45px; bottom: 30px; right: 10px; }
	#button::after { line-height: 46px; }	
	.bannerContent { padding-top: 65px; }
	.bannerLeftContent h5 { font-size: 19px; line-height: 22px; }
	.bannerLeftContent .defaultBtn, .bannerLeftContent .defaultBtn.mt-3 { margin-top: 0px!important; }
	.bannerLeftContent .defaultBtn a { margin-top: 0px; padding: 0px 10px; }
	.forresponsive.aboutSideWrapper { width: 100%; margin-bottom: 20px; }
	.bannerLeftContent p { margin-bottom: 0px; }
}
 
