* {
    margin: 0px;
    box-sizing: border-box;
}

body {

    font-family: 'Rubik', sans-serif;
    color: #303030;
    font-size: 15px;

}

p {
    font-size: 15px;
    font-family: 'Rubik', sans-serif;
    line-height: 24px;
    color: #303030;
}

a {
    font-size: 15px;
    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: 'Rubik', sans-serif;
    line-height: 24px;
    color: #303030;
}

a:hover {
    text-decoration: none;
    outline: none;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

li {
    font-size: 15px;
    font-family: 'Rubik', sans-serif;
    line-height: 24px;
    color: #303030;
}

button:focus,
input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
    transition: all 500ms ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', serif;
    margin: 0px;
    color: #0a0909;
}

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;
    }
}

@media screen and (max-width:1708px) and (min-width:1519px) {
    .site-width {
        max-width: 1373px;
    }
}

@media screen and (max-width:1920px) and (min-width:1709px) {
    .site-width {
        max-width: 1642px;
    }
}

@media screen and (max-width:2500px) and (min-width:1921px) {
    .site-width {
        max-width: 1842px;
    }
}

@media screen and (max-width:1280px) and (min-width:1024px) {
    .site-width {
        padding: 0px 40px;
        max-width: 1200px;
    }
}

@media screen and (max-width:1024px) and (min-width:888px) {
    .site-width {
        padding: 0px 40px;
    }
}

@media screen and (max-width:888px) and (min-width:789px) {
    .site-width {
        padding: 0px 40px;
    }
}

@media screen and (max-width:768px) {
    .site-width {
        padding: 0px 15px;
    }
}


.defaultBtn.centered {
    text-align: center;
}

.defaultBtn a,
.defaultBtn button {
    padding: 7px 18px;
    border-radius: 5px;
    background: linear-gradient(180deg, #0076d2, #0083e7);
    color: #fff;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    display: inline-block;
    height: 38px;
}

.defaultBtn a i,
.defaultBtn button i {
    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: #232a47;
    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;
}

.defaultBtn a:hover:after,
.defaultBtn button:hover:after {
    width: 120%;
}

.defaultBtn.light a {
    background: #e8f4fc;
    color: #232a47;
}

.defaultBtn.light2 a {
    background: #e8f4fc;
    color: #232a47;
}



/*  */
.topHeader {
    background: #252a47;
}

.topHeaderLinks {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0px;
}

.topHeadSide ul {
    display: flex;
}

.topHeadSide ul li {
    display: flex;
    color: #fff;
    font-size: 14px;
    align-items: center;
    margin: 0px 13px 0px 0px;
}

.topHeadSide ul.topHeadContact li {
    margin: 0px 13px 0px 0px;
}

.topHeadSide ul.topHeadContact li i {
    font-size: 13px;
    margin-right: 5px;
}

.topHeadSide ul li i {
    color: #fff;
}

.topHeadSide ul li a {
    color: #fff;
    font-size: 14px;
}

.topHeadSide ul.topSocial li {
    margin: 0px 4px;
}

.topHeadSide ul.topSocial li a {
    display: block;
    line-height: 26px;
    width: 25px;
    height: 25px;
    text-align: center;
    background: #fff;
    border-radius: 100%;
}

.topHeadSide ul.topSocial li a i {
    font-size: 13px;
}

.topHeadSide ul.topSocial li a i.fa-facebook-f {
    color: #0075ea !important;
}

.topHeadSide ul.topSocial li a i.fa-instagram {
    background: -webkit-linear-gradient(#556db3, #ea3367, #ff4f28, #ffad57);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.topHeadSide ul.topSocial li a i.fa-x-twitter {
    color: #000;
}

.topHeadSide ul.topSocial li a i.fa-linkedin-in {
    color: #0077b5;
}

.homeAboutPara .defaultBtn {
    margin-top: 30px;
}


.headerSection {
    /* position: absolute;
    top: 0px;
    left: 0px;
    right: 0px; */
    width: 100%;
    z-index: 55;
    padding: 4px 0px;
    transition: 0.5s ease-in-out;
    box-shadow: rgb(0 0 0 / 8%) 0px 1px 4px;
}

.headerSection.scroll-down {
    position: fixed;
    top: 0px;
    width: 100%;
    background: #ffffffdb;
    backdrop-filter: blur(5px);
}

.headerSection.scroll-down .logoSection {
    width: 80px;
}

.headerSection.scroll-down .headerMenu>li {
    padding: 14px 20px;
}

.headerSection.scroll-up {
    position: fixed;
    top: 0px;
    width: 100%;
    background: #ffffffdb;
    backdrop-filter: blur(5px);
}

.headerWrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logoSection {
    width: 140px;
    transition: 0.4s ease-in-out;
}

.logoSection img {
    width: 100%;
}

.headerNav {
    display: flex;

}

.headerMenu {
    display: flex;
}

.headerMenu>li {
    padding: 22px 24px;
    transition: 0.4s ease-in-out;
}

.headerMenu>li>a {
    padding: 26px 0px;
    position: relative;
    font-size: 17px;
}

.headerMenu>li>a::after {
    content: "";
    position: absolute;
    z-index: -1;
    right: 0;
    width: 0;
    bottom: 24px;
    background: #232a47;
    height: 2px;
    transition-property: width;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.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: #0076d2;
}

.headerMenu>li.hasSub {
    position: relative;
}

.headerSubNav {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
    z-index: 3;
}

.headerMenu>li.hasSub:hover .headerSubNav {
    visibility: visible;
    opacity: 1;
    top: 72%;
    margin-top: 0px;
    transition: all 0.3s ease;
    border-radius: 5px;
    /* overflow: hidden; */
    box-shadow: 0px 6px 15px #7373732e;
}

.headerSubMenu {
    display: flex;
    flex-direction: column;
}

.headerSubMenu>li a {
    padding: 8px 12px;
    display: inline-block;
    width: 240px;
    border-bottom: 1px solid #dddddd57;
    transition: all 0.3s ease-in-out;
    background: #fff;
    text-transform: capitalize;
}

.headerSubMenu>li:hover>a {
    padding-left: 20px;
    background: #0076d2;
    color: #fff;
}


.hasdeepsub {
    position: relative;

}

li.hasdeepsub:hover .deepsubmenu {
    visibility: visible;
    opacity: 1;
    top: 0%;
    margin-top: 0px;
    transition: all 0.3s ease;
    border-radius: 5px;
    /* overflow: hidden; */
    box-shadow: 0px 6px 15px #7373732e;
    left: 100%;
}

.deepsubmenu {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
    z-index: 3;
}

.deepsubmenu>li>a:hover,
.deepsubmenu>li>a:active {
    padding-left: 20px;
    background: #0076d2;
    color: #fff;
}

.headerRightMenu {
    display: flex;
}

.headerRightMenu li {
    margin: 0px 0px 0px 10px;
}

.headerRightMenu .defaultBtn {
    height: 38px;
}

.bannerSection {
    background: #ffffff;
}

.bannerContent {
    display: flex;
    align-items: center;
    height: 550px;
    justify-content: center;
    text-align: center;
}

.bannerLeftContent {
    width: 60%;
    position: relative;
    z-index: 5;
}

.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%;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    background: radial-gradient(#1821435c 40%, transparent);
}

.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: 100%;

}

.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: 550px;
    position: relative;
}

.bannerCarousel.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 5px;
    top: 45%;
    width: 40px;
    height: 40px;
    background: #4c4c4c47;
    font-size: 24px;
    color: #ffffff78;
    line-height: 20px;
    border-radius: 100%;
}

.bannerCarousel.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 5px;
    top: 45%;
    width: 40px;
    height: 40px;
    background: #4c4c4c47;
    font-size: 24px;
    color: #ffffff78;
    line-height: 20px;
    border-radius: 100%;
}

.bannerCarousel.owl-carousel .owl-nav button.owl-next:hover {
    background: #0076d2;
    color: #fff;
}

.bannerCarousel.owl-carousel .owl-nav button.owl-prev:hover {
    background: #0076d2;
    color: #fff;
}

.bannerLeftContent h5 {
    font-size: 22px;
    color: #ffffff;
    line-height: 52px;
}

.bannerLeftContent h2 {
    font-size: 44px;
    font-weight: 700;
    line-height: 54px;
    color: #ffffff;
    margin: 10px 0px;
}

.bannerLeftContent h2 span {
    color: #00aeff;
}

.bannerLeftContent p {
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 14px;
}

.bannerLeftContent a {
    background: linear-gradient(180deg, #0083e7, #0076d2);
    padding: 8px 20px;
    display: inline-block;
    color: #fff;
    border-radius: 8px;
}

.bannerLeftContent a:hover {
    background: linear-gradient(180deg, #0076d2, #0083e7);
}

.bannerLeftContent a i {
    font-size: 13px;
}

/* 
.twm-img-bg-circle1 {
    left: 0px;
    bottom: 0px;
    position: absolute;
    z-index: 3;
    right: 0px;
    top: 0px;
    margin: auto;
    width: fit-content;
    height: fit-content;
    z-index: 3;
}

.twm-img-bg-circle1 span {
    width: 370px;
    height: 370px;
    border-radius: 50%;
    background-color: #b4cded;
    display: block;
    position: relative;
}

.twm-img-bg-circle1 span:after {
    width: 17px;
    height: 17px;
    background-color: #290090;
    border-radius: 50%;
    content: '';
    position: absolute;
    right: 35px;
    top: 100px;
    z-index: 9;
}


.twm-img-bg-circle1 span:before {
    width: 17px;
    height: 17px;
    background-color: #290090;
    border-radius: 50%;
    content: '';
    position: absolute;
    left: 3px;
    top: 170px;
    z-index: 9;
}


.twm-img-bg-circle2 {
    left: 0px;
    bottom: 0px;
    position: absolute;
    z-index: 2;
    top: 0px;
    right: 0px;
    margin: auto;
    width: fit-content;
    height: fit-content;
    z-index: 2;
}


.twm-img-bg-circle2 span {
    width: 440px;
    height: 440px;
    border-radius: 50%;
    background-color: #dbe6f4;
    display: block;
}

.twm-img-bg-circle2 span:after {
    width: 17px;
    height: 17px;
    background-color: #2d07ba;
    border-radius: 50%;
    content: '';
    position: absolute;
    right: 75px;
    bottom: 100px;
    z-index: 9;
}


.twm-img-bg-circle3 {
    left: 0px;
    bottom: 0px;
    position: absolute;
    z-index: 1;
    top: 0px;
    right: 0px;
    margin: auto;
    width: fit-content;
    height: fit-content;
    z-index: 1;
}


.twm-img-bg-circle3 span {
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background-color: #ecf1f7;
    display: block;
}

.twm-bnr-right-content {
    width: 600px;
}

.rotate-center {
    -webkit-animation: rotate-center 15s linear infinite;
    animation: rotate-center 15s linear infinite;
}

@-webkit-keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotate-center-reverse {
	animation: rotate-center 30s linear infinite reverse both;
}

@keyframes rotate-center-reverse {
	0% {
	  transform: rotate(0);
	}
	100% {
	  transform: rotate(360deg);
	}
}
.twm-small-ring-2{
    width: 50px;
    height: 50px;
    border: 5px solid #1967d2;
    border-radius: 50%;
    opacity: 0.4;
    position: absolute;
    top: 30%;
    right: 9%;
    z-index: 5;

}
.slide-top-animation {
	animation: slide-top-animation 3s ease-in-out infinite alternate-reverse both;
}

@keyframes slide-top-animation {
	0% {
	  transform: translateY(0);
	}
	100% {
	  transform: translateY(-100px);
	}
}

.twm-small-ring-l {
    width: 50px;
    height: 50px;
    border: 5px solid #1967d2;
    border-radius: 50%;
    opacity: 0.4;
    position: absolute;
    bottom: 30%;
    left: 11%;
    z-index: 5;
} */


.servicesSection {
    margin-top: 30px;
}

.coursesCard {
    padding: 0px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #f3f3f3;
    text-align: center;
    min-height: 380px;
    position: relative;
}

.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 {
    border-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    overflow: hidden;
}

.coursesHeader img {
    width: 100%;
    border-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    transition: all 0.4s ease-in-out;
}

.coursesCard:hover .coursesHeader img {
    transform: scale(1.05);
}

.courseContent {
    padding: 10px 10px;
}

.courseContent h4 {
    font-size: 18px;
    font-weight: 600;
    color: #0b002b;
    margin-bottom: 10px;
    margin-top: 10px;
}

/* .courseContent p {
    line-height: normal;
} */

.coursesCard .moreDetailBtn {
    position: absolute;
    width: fit-content;
    height: fit-content;
    bottom: -19px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.coursesCard .moreDetailBtn a,
.coursesCard .moreDetailBtn button {
    border: 1px solid #f3f3f3;
    border-radius: 8px;
    padding: 5px 12px;
    margin-top: 10px;
    display: inline-block;
    background: #fbfbfb;
}

.coursesCard:hover .moreDetailBtn a,
.coursesCard:hover .moreDetailBtn button {
    background: linear-gradient(180deg, #0079d3, #0085e7);
    color: #ffff;
}

.coursesCard:hover .moreDetailBtn a span,
.coursesCard:hover .moreDetailBtnbutton span {
    color: #ffffff;
}

.coursesCard .moreDetailBtn a span,
.coursesCard .moreDetailBtn button span {
    color: #232a47;
}

.serviceCarousel {
    position: relative;
}

.serviceCarousel .item {
    margin-bottom: 30px;
}

.serviceCarousel.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;
}

.serviceCarousel.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;
}

.serviceCarousel.owl-carousel:hover .owl-nav button.owl-prev,
.serviceCarousel.owl-carousel:hover .owl-nav button.owl-next {
    visibility: visible;
    opacity: 1;
}

.viewAllBtn {
    text-align: center;
}

.aboutSideImg {
    position: relative;
}

.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: #fff;
    box-shadow: 0px 0px 40px rgb(43 5 178 / 16%);
    border-radius: 10px;
    position: relative;
    margin-top: 0px;
    margin-left: 0px;
    z-index: 1;
    overflow: hidden;
} */

.aboutImg {
    width: 100%;
}

.aboutImg img {
    width: 100%;
}

/*  */

.aboutMainImg {
    position: relative;
    display: block;
}

/* .aboutMainImg::after{
    position: absolute;
    content: '';
    z-index: 3;
    width: 80%;
    height: 80%;
    background: #0f003380;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    margin: auto;
    filter: blur(52px);
    border-radius: 100%;
} */
.aboutMainImg img {
    position: relative;
    z-index: 2;
    animation: upandDown 6s ease-in-out infinite alternate-reverse both;
}


.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;
    position: relative;
    width: 66%;
    height: 66%;
    margin: auto;
}

.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);
    }
}

/*  */

.video-player {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pulse {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #fff;
}

.pulse i {
    background-color: #fff;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    font-size: 28px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    color: #0076d2;
    -webkit-animation: video-pulse-presentation 2s linear infinite;
    animation: video-pulse-presentation 2s linear infinite;
}

.pulse i:hover {
    background-color: #000f2d94;
    color: #fff;
}

@-webkit-keyframes video-pulse-presentation {
    0% {
        -webkit-box-shadow: 0 0 0 0 #005ba8, 0 0 0 0 #005ba8;
        box-shadow: 0 0 0 0 #005ba8, 0 0 0 0 #005ba8;
    }

    40% {
        -webkit-box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 0 #005ba8;
        box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 0 #005ba8;
    }

    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 #005ba8, 0 0 0 0 #005ba8;
        box-shadow: 0 0 0 0 #005ba8, 0 0 0 0 #005ba8;
    }

    40% {
        -webkit-box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 0 #005ba8;
        box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 0 #005ba8;
    }

    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%);
    }
}

.countersWrap {
    background: #fff;
    /* padding: 15px 0px; */
    border-radius: 5px;
    width: 100%;
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
    margin-top: 40px;

}

.common-box {
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    gap: 13px;
    flex-direction: column;
}

.common-box img {
    width: 50px;
    margin-right: 13px;
}

.common-box::after {
    position: absolute;
    right: 0px;
    width: 1px;
    height: 100%;
    background: #bdbdbddd;
    content: '';
    top: 0px;
    bottom: 0px;
}

.countersWraper .col-md-3:last-child .common-box:after {
    background: #9f9f9f00;
}

.counter-num span {
    font-size: 34px;
    font-weight: 600;
    color: #232a47;
    line-height: 36px;
}

.counter-text {
    font-weight: 600;
}



.aboutSideContentsWrapper {
    margin-left: 30px;
}
.aboutSideContentsWrapper.fullWrapper .aboutSide h3 {
    font-size: 17px;
}
.aboutSideContentsWrapper.fullWrapper .aboutSide h3::after {
    height: 2px;
    width: 80px;
    bottom: -5px;
}
.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: #17171d;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
}

.aboutSide h2 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 38px;
}

.aboutSide h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #252525;
}

.aboutSide h2 span {
    color: #0082e2;
}

.aboutSide p {
    margin-bottom: 10px;
    text-align: justify;
}

.specialContent {
    padding: 10px;
    background: #f0f8fe;
    border-left: 4px solid #0083e7;
    border-radius: 5px;
}

.aboutIcoWrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 22px;
}

.aboutIconCard {
    display: flex;
    align-items: center;
    width: 49%;
    padding: 10px;
    box-shadow: rgb(0 0 0 / 8%) 0px 1px 4px;
    margin-bottom: 13px;
    margin-right: 13px;
    border-radius: 6px;
}

.aboutIcoWrap .aboutIconCard:nth-child(2) {
    margin-right: 0px;
}

.aboutIcoWrap .aboutIconCard:nth-child(4) {
    margin-right: 0px;
}

.aboutIco {
    width: 40px;
    margin-right: 12px;
}

.aboutIco img {
    width: 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;
}

.titleSection h2 {
    font-size: 38px;
    font-weight: 700;
    color: #4081e7;
}

.titleSection h4 {
    font-size: 20px;
    font-weight: 600;
    color: #232a47;
}

.titleSection {
    position: relative;
    padding-bottom: 12px;
}

.titleSection::after {
    position: absolute;
    content: '';
    width: 100px;
    height: 2px;
    background-color: #4081e7;
    top: 100%;
    left: 0px;
    right: 0;
    margin: auto;
}

.titleSection::before {
    position: absolute;
    content: '';
    width: 30px;
    height: 4px;
    background-color: #4081e7;
    top: 99%;
    left: 0px;
    right: 0;
    margin: auto;
}

.bg-1 {
    background: radial-gradient(#f9fdffc9, #f7fcfed9), url(../img/bg/bg1.jpg);
    background-size: 100% 100%;
    background-position: center;
}

.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;
}

.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;
}




.bg3 {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
    height: 100%;
    overflow: hidden;
}

.bg3 img {
    width: 100%;
}

.whyRowContainer>div {
    padding-right: 40px;
}

.whyChooseCardWrap {
    margin-top: 40px;
}

.whyChooseCard {
    width: 100%;
    padding: 20px;
    position: relative;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
    min-height: 160px;
    background: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

.whyChooseCard:hover {
    background: linear-gradient(180deg, #0076d2, #0083e7);
}

.whyChooseHeader img.whyIcon {
    position: absolute;
    width: 60px;
    right: 20px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

.whyChooseCard:hover .whyChooseHeader img.whyIcon {
    filter: invert(1) brightness(2) grayscale(1);
}

.whyChooseBody {
    width: 77%;
}

.whyChooseBody h3 {
    font-size: 22px;
    font-weight: 600;
    color: #1c125b;
    margin-bottom: 8px;
}

.whyChooseCard:hover .whyChooseBody h3 {
    color: #fff;
}


.whyChooseCard:hover .whyChooseBody p {
    color: #fff;
}



.industry-box-container {
    margin-top: 40px;

}

.industruAfBfr {
    position: relative;
}

.industruAfBfr::after {
    position: absolute;
    width: 20%;
    left: 0px;
    top: 0px;
    height: 100%;
    content: '';
    background: linear-gradient(88deg, #f8f9fa, transparent);
    z-index: 2;
}

.industruAfBfr::before {
    position: absolute;
    width: 20%;
    right: 0px;
    top: 0px;
    height: 100%;
    content: '';
    background: linear-gradient(270deg, #f8f9fa, 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, #04aea8, #b7ecff);
}

.flip-box-back {
    background: linear-gradient(90deg, #04aea8, #04aea8);
    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: #fff;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.flip-box p {
    font-size: 15px;
    color: #fff;
}

.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 35px;
    height: 70px;
}

.owl-carousel .owl-item .clientsCards img {
    width: auto;
    height: 100%;
}


.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: #0c0c0c;
    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: 2;
}

.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;
}


.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 #fff, 0 0 0 0 #fff;
        box-shadow: 0 0 0 0 #fff, 0 0 0 0 #fff;
    }

    40% {
        -webkit-box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 0 #fff;
        box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 0 #fff;
    }

    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 #fff, 0 0 0 0 #fff;
        box-shadow: 0 0 0 0 #fff, 0 0 0 0 #fff;
    }

    40% {
        -webkit-box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 0 #fff;
        box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 0 #fff;
    }

    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%);
    }
} */

.blogCardWrapper {
    padding: 20px;
}

.col-reverse {
    flex-direction: row-reverse;
}

.titleSection.light h2 {
    color: #fff;
}

.titleSection.light h4 {
    color: #fff;
}

.titleSection.light::after {
    background-color: #0076d2;
}

.testimonialsWrapper {
    margin-top: 40px;
}

.testimonialCard {
    padding: 23px;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    min-height: 264px;
}

.testimonialCard::after {
    content: '';
    height: 90px;
    width: 108px;
    background-color: #002489;
    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;
    display: none;
}

.testiContent p {
    text-align: justify;
}

.testiauthor {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 18px;
    position: absolute;
    bottom: 21px;
}

.testiauthor .video-player {
    right: auto;
}

.testiauthor .pulse i {
    background-size: contain;
    color: #ffffff9e;
}

.testiimg.videotesti {
    border-radius: 100%;
}

.testiimg {
    width: 80px;
    height: 80px;
    border-radius: 5px;
    border: 3px solid #dae4ff;
    /* position: absolute; */
    z-index: 3;
    /* bottom: -40px; */
}

.testiimg img {
    width: 100%;
    border-radius: 8px;
}

.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;
}


.testimonialCard .testiqoute {
    position: absolute;
    right: 30px;
    bottom: 30px;
    font-size: 80px;
    color: #007fdd47;
}

.testimonialsCarousel .item {
    margin: 16px;
    margin-bottom: 10px;
}

.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;
}

.bg-3 {
    background: linear-gradient(2deg, #242b48cf, #242b48eb), url(../img/bg/bg3.jpg);
    background-size: 50%;
    background-position: center top;
}


.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%;
}

.newsContent {
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 0px;
    width: 100%;
    padding: 13px 10px;
    /* 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;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
}

.newsContent h4 {
    font-size: 15px;
    font-weight: 600;
    color: #232a47;
    margin: 10px 0px;
    text-align: center;
    line-height: 20px;
}

.newsDate ul {
    display: flex;
    justify-content: space-between;
    width: 98%;
    margin: auto;
    padding: 6px 10px;
    background: #ffffff;
    border-radius: 5px;
    margin-top: -33px;
}

.newsDate ul li {
    display: flex;
    align-items: center;
}

.newsDate ul li i {
    color: #232a47;
    font-size: 13px;
    margin-right: 7px;
}

.newsDate ul li p {
    font-size: 14px;
}

.clientCard {
    width: 100%;
    padding: 60px;

}

.clientCard img {
    width: 100%;
}


.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: 'Poppins';
    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;
}


/* Footer  */


.footer-section {
    width: 100%;
    background-image: url(../images/background/bg-2.jpg);
    background-size: cover;
    background-color: #1d1d1df5;
    background-blend-mode: multiply;
    padding: 80px 0px;
    position: relative;
}

.footer-section .site-width {
    position: relative;
    z-index: 2;
}

.footer-logo {
    display: flex;
}

.footer-logo img {
    width: 120px;
    margin: 0px 0px 0px 0px;
}

.footer-co-description p {
    font-size: 15px;
    color: #fff;
    margin-top: 15px;
    line-height: 30px;
    text-align: left;
}

.footer-links {
    padding-left: 20px;
}

.footer-title h4 {
    color: #fbf6f4;
    font-size: 22px;
    position: relative;
    display: inline;
}

.footer-title h4::after {
    position: absolute;
    width: 30%;
    content: "";
    height: 2px;
    background: linear-gradient(45deg, #4081e7, #262626);
    bottom: -4px;
    left: 0;
    transition: 0.4s ease-in, 0.4s ease-out;
}

.footer-links:hover .footer-title h4:after {
    width: 100%;
    background: linear-gradient(45deg, #262626, #4081e7);
}

.footer-links ul {
    padding-left: 0px;
    margin-top: 13px;
}

.footer-links ul li {
    margin-bottom: 0px;
    line-height: 30px;
}

.footer-links ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: 0.4s ease-in-out;
    line-height: 22px;
    text-transform: capitalize;
}

.footer-links ul li a:hover {
    color: #00cbff;
}

.footer-links .address-sec li {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}

/* .footer-links .address-sec li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
} */
.footer-links .address-sec li i {
    margin-right: 10px;
    color: #0083e7;
    font-size: 14px;
}

.follow-us-on-text {
    color: #fff;
    margin-bottom: 5px;
}

.footer-social-links {
    display: flex;
    margin-top: 5px !important;
}

.footer-social-links li a {
    display: flex;
    width: 31px;
    height: 31px;
    background: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin: 0px 10px 0px 0px;
}

.footer-social-links .fa-facebook-f {
    color: #0075ea !important;
    font-size: 14px;
}

.footer-social-links .fa-instagram {
    background: -webkit-linear-gradient(#556db3, #ea3367, #ff4f28, #ffad57);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 15px;
}

.footer-social-links .fa-twitter {
    color: #009feb !important;
    font-size: 14px;
}

.footer-social-links .fa-youtube {
    color: #f70000 !important;
    font-size: 14px;
}

.footer-social-links .fa-linkedin-in {
    color: #0079b5;
    font-size: 14px;
}



.footer-links .address-sec li a i {
    margin-right: 14px;
    color: #8107df;
    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;
}

.copyright-section {
    width: 100%;
    background: #1d1d1d;
    padding: 12px 0px;
}

.copyright-section p {
    margin: 0px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}



/* Go to Top */

#button {
    display: inline-block;
    background: linear-gradient(180deg, #0076d2, #0083e7);
    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);
    }
}

#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);
    }
}


.glitineAni {
    position: relative;
}

.glitineAni img {
    position: relative;
    z-index: 23;
}

.glitineAni::after {
    content: '';
    position: absolute;
    animation: gelatine 4s infinite;
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: whiteSmoke;
    box-shadow: 4px -40px 60px 5px rgb(239 247 255) inset;
    left: -40px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    z-index: 1;
}

@keyframes gelatine {

    from,
    to {
        transform: scale(1, 1);
    }

    25% {
        transform: scale(0.9, 1.1);
    }

    50% {
        transform: scale(1.1, 0.9);
    }

    75% {
        transform: scale(0.95, 1.05);
    }
}






.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 {
    min-height: 291px;
    /* background-color: #00000080; */
    background-blend-mode: color;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 85px;
    position: relative;
}

.innerBannerContent {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 291px;
    padding-left: 4%;
    padding-top: 6%;
}

.inrbnrMain {
    height: fit-content;
    text-align: center;
}

.inrbrnNav {
    display: flex;
    align-items: center;
    margin-top: 3px;
}

.inrbrnNav li a {
    color: #fff;


}

.inrbrnNav li a i {
    font-size: 13px;
    margin-right: 3px;
    position: relative;
    top: -1px;
}

.inrbrnNav li {
    position: relative;
    border-right: 1px solid #ddd;
    padding: 0px 10px;
}

.inrbrnNav li:last-child {
    border: none;
}

.inrbrnNav li:last-child a {
    color: #ebebeb;
    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;
}


.aboutSideContents.fullContent {
    margin-top: 36px;
    margin-bottom: 30px;
}

.ourLeadersCard {
    position: relative;
}

.olImg {
    width: 100%;
    overflow: hidden;
    transition: 0.4s ease-in-out;
    border-radius: 8px;
}

.olImg img {
    width: 100%;
}

.ourLeadersSlider.owl-carousel .owl-item .olImg img {
    border-radius: 8px;
    transition: 0.4s ease-in-out;
}

.ourLeadersSlider.owl-carousel .owl-item .olImg:hover img {
    transform: scale(1.05);
}

.olContent {
    text-align: center;
    margin-top: -35px;
    padding: 10px;
    border-radius: 10px;
    border-bottom: 4px solid #002963;
    background: #fff;
    position: relative;
    z-index: 1;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.olContent h4 {
    font-size: 18px;
    font-weight: bold;
}

.olContent p {
    color: #4b4b4b;
    font-size: 14px;
}

.tabContentSection .nav-tabs .nav-link {
    position: relative;
    color: #0a0909;

}

.tabContentSection .nav-tabs .nav-link:focus,
.tabContentSection .nav-tabs .nav-link:hover {
    color: #0a0909;
    background: transparent;
    border: none;
}

.tabContentSection .nav-tabs .nav-link:focus:after,
.tabContentSection .nav-tabs .nav-link:hover:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #4c00c2;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
}

.tabContentSection .nav-tabs .nav-link:focus:before,
.tabContentSection .nav-tabs .nav-link:hover:before {
    position: absolute;
    content: '';
    width: 13px;
    height: 17px;
    background-image: url(../img/icons/arrow-down.png);
    left: 0px;
    right: 0px;
    bottom: auto;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    top: 83%;
    background-color: #fff;
    z-index: 1;
}

.tabContentSection .nav-tabs .nav-item.show .nav-link,
.tabContentSection .nav-tabs .nav-link.active {
    border: none;
}

.tabContentSection .nav-tabs .nav-item.show .nav-link::after,
.tabContentSection .nav-tabs .nav-link.active::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #4c00c2;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
}

.tabContentSection .nav-tabs .nav-item.show .nav-link::before,
.tabContentSection .nav-tabs .nav-link.active::before {
    position: absolute;
    content: '';
    width: 13px;
    height: 17px;
    background-image: url(../img/icons/arrow-down.png);
    left: 0px;
    right: 0px;
    bottom: auto;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    top: 83%;
    background-color: #fff;
    z-index: 1;


}

.aboutMainImg3 {
    border: 5px solid #fff;
    border-radius: 11px;
}

.aboutMainImg3 img {
    border-radius: 11px;
}

.aboutMainImg3.color1 {
    background: radial-gradient(#ffffff, #d5d0ec);
}

.aboutMainImg3.color2 {
    background: radial-gradient(#ffffff, #d6f9fa);
}

.aboutMainImg3.color3 {
    background: radial-gradient(#ffffff, #fad7ed);
}

.aboutMainImg3.color4 {
    background: radial-gradient(#ffffff, #d8eff9);
}

.serviceMainContainer {
    padding-top: 50px;
}

.servicePage .serviceMainContainer:last-child {
    padding-bottom: 50px;
}


.ourClients .clientsCards {
    height: auto;
}

.ourClients .clientsCards img {
    width: 100%;
}

.ourClients {
    margin-top: 0px;
}

/* .positionsticky {
    position: sticky;
    top: 100px;
}

.positionsticky .aboutImgContainer {
    overflow: unset!important;
} */
/* contact */

.contactUsCard {
    padding: 25px;
    position: relative;
    border-radius: 8px;
    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: 159px;
}

.contactUsCard::after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0px 14px 210px;
    border-color: transparent transparent #46267370 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, #290090, #2d07ba);
    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: #2a0091;

}

.contactTitle p {
    font-size: 14px;
    line-height: 16px;
}

.contactMain {
    margin-top: 10px;
}

.contactMain a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    /* display: block; */
}

.contactWrapper {
    margin-top: 50px;
}

.contactInfoWrap .row .col-md-12:last-child .contactUsCard {
    margin-bottom: 0px;
}

.enquireNowForm.contactPage .right-sidebar-box {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-left: 20px;
}

.enquireNowForm.contactPage .right-sidebar-box h5 {
    font-size: 18px;
    font-weight: 700;
    color: #462673;

}

.enquireNowForm.contactPage .right-sidebar-box .custom-form .custom-input textarea {
    height: 104px;
}

.right-sidebar-box {
    background-color: #f8f8f800;
    border-radius: 6px;
    padding: 0px;
    max-width: 894px;
    margin: 0px auto;
    background: #fcf7fe;
    padding: 25px 30px;
    border-radius: 8px;
    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: 15px;
    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: 6px;
}

.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%;
}

.h2font1.aboutSide h2 {
    font-size: 34px;
}

.h2font1.aboutSide h4 {
    margin-bottom: 8px;
    line-height: 28px;
    margin-top: 20px;
    font-size: 20px;
}

.parastyle1.aboutSide p {
    line-height: 28px;
}

.aboutImg2 {
    width: 100%;
}

.aboutImg2 img {
    width: 100%;
}

.bg1 {
    background-image: linear-gradient(45deg, #ffffff45, #ffffff87), url(../img/bg/bg2.jpg);
    background-size: cover;
}

.aboutImg2 img.animation1 {
    animation: upandDown 6s ease-in-out infinite alternate-reverse both;
}

.aboutOtherCard {
    padding: 20px;
    border-radius: 10px;
    background: #ddd;
    position: relative;
}

.abothercIcon {
    width: 100px;
    position: absolute;
    left: -10%;
    background: #fff;
    padding: 12px;
    border-radius: 8px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    height: fit-content;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.abothercIcon img {
    width: 100%;
}

.aboutotherContents {
    width: 83%;
    margin: auto;
    margin-right: 0px;
}

.aboutotherContents h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0px;
    margin-top: 0px;
}

.aboutotherContents p {}

.aboutOtherCard.color1 {
    background: #bddef4;
    width: 90%;
    margin: auto;
    margin-top: 0px;
    margin-right: 0px;
    animation: upandDown 6s ease-in-out infinite alternate-reverse both;
    animation-delay: 0.4s;

}

.aboutOtherCard:hover .abothercIcon img {
    -webkit-animation: jello 1s infinite;
    -moz-animation: jello 1s infinite;
    -o-animation: jello 1s infinite;
    animation: jello 1s infinite;
}

.aboutOtherCard.color2 {
    background: #ffcdba;
    width: 90%;
    margin: auto;
    margin-top: 44px;
    margin-right: 0px;
    animation: upandDown 5s ease-in-out infinite alternate-reverse both;
    animation-delay: 1.2s;
}

.aboutOtherCard.color3 {
    background: #d8f7f3;
    width: 90%;
    margin: auto;
    margin-top: 0px;
    margin-right: 0px;
    animation: upandDown 6s ease-in-out infinite alternate-reverse both;
    animation-delay: 0.7s;
}

.aboutOtherCard.color4 {
    background: #ffe5ab;
    width: 90%;
    margin: auto;
    margin-top: 44px;
    margin-right: 0px;
    animation: upandDown 5s ease-in-out infinite alternate-reverse both;
    animation-delay: 1.8s;
}

.bg2 {
    background-image: linear-gradient(45deg, #ffffff45, #ffffff87), url(../img/bg/bg3.jpg);
    background-size: cover;
}

.aboutImg3 {
    width: 43%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
}

.aboutImg3 .imgbox {
    position: relative;
}

.aboutImg3 .imgbox::after {
    content: '';
    position: absolute;
}

.aboutImg3 img {
    width: 100%;
}

.innerBanner {
    padding-top: 0px;
    padding-bottom: 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 0px;
}

.innerBannerContent {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 291px;
    padding-left: 0px;
    padding-top: 0px;

}

.inrbnrMain {
    height: fit-content;
    text-align: center;
}

.inrbnrMain h2 {
    font-size: 36px;
    font-weight: 700;
    color: #202a47;
}

.inrbrnNav {
    display: flex;
    align-items: center;
    margin-top: 3px;
    justify-content: center;
}

.inrbrnNav li a {
    color: #4a4a4a;


}

.inrbrnNav li a i {
    font-size: 13px;
    margin-right: 3px;
    position: relative;
    top: -1px;
}

.inrbrnNav li {
    position: relative;
    border-right: 1px solid #4c4c4c;
    padding: 0px 10px;
}

.inrbrnNav li:last-child {
    border: none;
}

.inrbrnNav li:last-child a {
    color: #0f7ed4;
    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: radial-gradient(#fff, transparent), url(../img/bg/inner-aboutus.jpg);
}

.assosiateTile {
    padding: 25px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.assosiateName {
    display: flex;
    align-items: center;
    margin-bottom: 40px;

}

.assosiateDP {
    width: 210px;
    height: 210px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 30px;
    border: 3px solid #0076d2;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.assosiateDP img {
    width: 100%;
}

.assosiateContent {
    width: 70%;
}

.assosiateTile h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #232a47;
}

.assosiateTile h3 span {
    color: #0076d2;
    font-weight: 600;
}

.assosiateTile h6 {
    font-size: 18px;
    font-weight: 600;
    color: #5c5c5c;
    margin-bottom: 14px;
}

.assosiateTile h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 20px;
}

.assosiateTile p {
    text-align: justify;
}


.ourValuesTile {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 30px 20px;
    border-radius: 8px;
    position: relative;
    transition: 0.4s ease-in-out;
    cursor: pointer;
    background: #fff;
}
.ourValuesTile:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transform: translateY(-4px);
}
.ourValuesTile::after{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 0%;
    height: 3px;
    background: #002963;
    transition: 0.4s ease-in-out;
    margin: auto;
}
.ourValuesTile:hover:after{
    width: 100%;
}

.ourValuesIcon {
    width: 80px;
    height: 80px;
    margin: auto;
}

.ourValuesIcon img {
    width: 100%;
}
.ourValuesContent {
    text-align: center;
    margin-top: 30px;
}
.ourValuesContent h3 {
    font-size: 22px;
    font-weight: 700;
    color: #0081e4;
    margin-bottom: 6px;
}
.ourValuesWrap {
    margin-top: 30px;
}
.ourValues {
    background: radial-gradient(#fff, #f5ffffe8), url(../img/bg/our-values-bg.jpg);
    background-size: 100%;
}
.aboutSide h3{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
}
.aboutSide h3::after{
    position: absolute;
    content: '';
    left: 0px;
    bottom: -6px;
    width: 120px;
    height: 3px;
    background: #0083e7;
}
.aboutSide h3 span{
    color: #0082e2;
}
.stepsWrap {
    margin-bottom: 30px;
}
.steps {
    margin-top: 30px;
}
.blogImg {
    width: 100%;
}
.blogImg img{
    width: 100%;
}
.blogDetailWrap .newsDate ul {
    margin-top: 10px;
    margin-bottom: 20px;
}
.ckeditorContent h1, .ckeditorContent h2, .ckeditorContent h3, .ckeditorContent h4 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 38px;
}
.ckeditorContent p{
    text-align: justify;
    margin-bottom: 10px;
}


.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;
}
.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;
}


.contactinrSec {
    padding: 60px 0px;
}

.contactTile {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 30px 20px;
    border-radius: 8px;
    position: relative;
    transition: 0.4s ease-in-out;
    cursor: pointer;
    background: #fff;
}
.contactTile:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transform: translateY(-4px);
}
.contactTile::after{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 0%;
    height: 3px;
    background: #002963;
    transition: 0.4s ease-in-out;
    margin: auto;
}
.contactTile:hover:after{
    width: 100%;
}

.contactIco {
    width: 80px;
    height: 80px;
    margin: auto;
}

.contactIco i {
    width: 100%;
    font-size: 30px;
    line-height: 2.6;
}
.contactContent {
    text-align: center;
    margin-top: 30px;
}
.contactContent h4 {
    font-size: 22px;
    font-weight: 700;
    color: #0081e4;
    margin-bottom: 6px;
}
.contactContent p{
    font-size: 16px;
    font-weight: 500;
}
.contactTile {
    background: radial-gradient(#fff, #fdfdfddb), url(../img/bg/our-values-bg.jpg);
    background-size: 100% 100%;
    min-height: 250px;
}




.accordion-button:not(.collapsed) {
    color: #ffffff;
    background: #232a47;
    font-size: 16px;
    font-weight: 500;
}
.accordion-button{
    font-size: 15px;
    padding: 12px 20px;
}
.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}
.accordion-button:focus {
    box-shadow: none;
}
.aboutSide .QASec h2 {
    margin-bottom: 0px;
}
.aboutSide .QASec p {
    margin-bottom: 0px;
}

@media screen and (max-width:1240px) and (min-width:1000px) {
    .bannerLeftContent h2 {
        font-size: 28px;
        line-height: 40px;
    }

    .headerMenu>li {
        padding: 22px 15px;
    }

    .bannerLeftContent h5 {
        font-size: 17px;
    }

    .bannerContent {
        height: 410px;
    }

    .bannerCarousel {
        height: 410px;
    }
}

@media screen and (max-width:999px) and (min-width:800px) {
    .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: 130px;
    }

    .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: 130px;
    }

    .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;
    }

    .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) {
    .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: 130px;
    }

    .bannerLeftContent h5 {
        font-size: 10px;
        line-height: 20px;
    }

    .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: 60%;
    }

    .bannerContent {
        height: 200px;
    }

    .bannerCarousel {
        height: 200px;
    }

    .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;
    }
}

@media screen and (max-width:399px) and (min-width:299px) {
    .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: 110px;
    }

    .bannerLeftContent h5 {
        font-size: 8px;
        line-height: 18px;
    }

    .bannerLeftContent h2 {
        font-size: 11px;
        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: 200px;
    }

    .bannerCarousel {
        height: 200px;
    }

    .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: 20px;
        margin-bottom: 10px;
    }

    .titleSection h4 {
        font-size: 14px;
        font-weight: 600;
        color: #232a47;
    }

    .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%;
    }
}


@media screen and (max-width:768px) {
    .ltn__copyright-menu.text-end {
        text-align: center !important;
    }

    .copyright-section p {
        text-align: center;
    }

    .footer-links {
        padding-left: 0px;
        margin-top: 32px;
    }

    .clientCard {
        width: 100%;
        padding: 30px;
    }

    .testiauthorContent h5 {
        font-size: 16px;
    }

    .testiauthorContent p {
        color: #282828;
        line-height: normal;
        margin-top: 5px;
        font-size: 13px;
    }

    .testiimg {
        width: 60px;
        height: 60px;
        border-radius: 5px;
        border: 1px solid #dae4ff;
        /* position: absolute; */
        z-index: 3;
        /* bottom: -40px; */
    }

    .testimonialCard {
        padding: 10px;
    }

    .testiauthor {
        position: unset;
    }

    .testimonialsCarousel .item {
        margin: 0px;
    }

    .whyRowContainer>div {
        padding-right: 10px;
    }

    .whyChooseHeader img.whyIcon {
        position: unset;
        margin-bottom: 20px;
    }

    .whyChooseBody {
        width: 100%;
    }

    .whyChooseBody h3 {
        font-size: 20px;
    }

    .whyChooseCard {
        flex-direction: column;
        text-align: center;
    }

    .whyChooseUs {
        padding-top: 50px;
    }

    .bg3 img {
        display: none;
    }

    .topHeader {
        display: none;
    }

    .hamburger {
        display: block;
    }

    .defaultBtn {
        text-align: center;
    }

    .headerNav {
        position: fixed;
        display: none;
        background: linear-gradient(48deg, #0c0c0c, #2806a8);
        top: 78px;
        width: 100%;
        height: 100vh;
        left: 0px;
        z-index: 3;
    }

    .counter-num span {
        font-size: 24px;
    }

    .common-box {
        margin-bottom: 30px;
    }

    .headerSection.scroll-down .headerNav {
        top: 58px;
    }

    .aboutIconCard {
        width: 100%;
    }

    .headerSection.scroll-down .headerMenu>li {
        padding: 0px 12px;
    }

    .headerMenu>li>a::after {
        display: none;
    }

    .headerMenu {
        flex-direction: column;
    }

    .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: #160a3e;
    }

    .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;
    }

    .headerSubMenu>li a {
        padding: 8px 12px;
        display: block;
        width: 100%;
        border-bottom: 1px solid #dddddd57;
        transition: all 0.3s ease-in-out;
        background: #150a40;
        color: #fff;
    }

    .headerSubMenu>li:last-child a {
        border-bottom: none;
    }

    .headerMenu>li a:hover {
        color: #00b1ff;
        ;
    }

    .hasSub.active>a {
        color: #00b1ff;
    }

    .hasdeepsub {
        position: unset;
    }

    .deepsubmenu {
        position: unset;
        visibility: unset;
        opacity: unset;
        margin-top: 0px;
        display: none;
    }

    .headerSubMenu>li.hasdeepsub .deepsubmenu>li>a {
        background: #09041e;
    }

    /* .headerSubMenu>li:hover> a {
        padding-left: unset;
        background: unset;
        color: unset;
    } */
}