.header-top{
	background: white;
}
.header-top a{
	color: black;
}
.header-top-area .social-icons li a{
	color: black;
}

.header-bottom{
	background: linear-gradient(270deg, #37b6f1 0%, #0274ba 100%) !important;
}
.menu > ul > li > a{
	color: white;
}
.header-wrapper .menu-area .signup {
	background: white;
	color: black;
}


.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{
    padding: 47px !important;
}

.owl-nav button span{
    background: #ffc40000 !important;
    color: white;
    border: 0;
    font-size: 80px;
}


.move-feature-area {
    background: transparent;
    box-shadow: 10px 10px 19px #16018a05, -10px -10px 19px #0b016412;
    border-top: 1px solid hsla(0, 0%, 100%, 0.1);
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
    overflow: hidden;
    position: relative;
}


.ptb--30 {
    padding: 30px 0 !important;
}

.mv-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex
;
    white-space: nowrap;
    animation: scroll 20s linear infinite;
    gap: 50px;
    width: 165%;
}

.mv-feature {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    padding: 0 10px;
}

.mv-feature img {
    height: 40px; /* Adjust height as needed */
    width: auto; /* Maintain aspect ratio */
    object-fit: contain;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%); /* Scroll by 100% of the total width */
    }
}


.menu > ul > li > a {
    font-size: 20px;
    font-weight: 600;
}

.about-us-page {
    padding-top: 210px;
}

.page-body .p1{
    text-align: justify;
}

.page-body .p2{
    text-align: justify;
}


.logo img {
    height: 104px;
}

.text-black{
    --tw-text-opacity: 1;
    color: black;
}

.pt-14 {
    padding-top: 3.5rem;
}

@media (min-width: 1024px) {
    .lg\:px-8 {
        padding-left: 0rem;
        padding-right: 0rem;
    }
}

.max-w-2xl {
    max-width: 42rem;
}

@media (min-width: 640px) {
    .sm\:pt-40 {
        padding-top: 0rem;
    }
}

.font-bold {
    font-weight: 700;
}

.tracking-tight {
    letter-spacing: -.025em;
}

@media (min-width: 640px) {
    .sm\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }
}


.text-\[\#223a94\] {
    --tw-text-opacity: 1;
    color: rgb(34 58 148 / var(--tw-text-opacity));
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.leading-8 {
    line-height: 2rem;
}

.mt-20 {
    margin-top: 5rem;
}

.max-w-7xl {
    max-width: 80rem;
}

@media (min-width: 1024px) {
    .lg\:mx-0 {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 1024px) {
    .lg\:max-w-none {
        max-width: none;
    }
}


.grid {
    display: grid;
}

.gap-8 {
    gap: 2rem;
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.leading-7 {
    line-height: 1.75rem;
}

@media (min-width: 1024px) {
    .lg\:max-w-none {
        max-width: none;
    }
}

@media (min-width: 1024px) {
    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.section-services .title span{
    background: rgb(2 119 188) !important;
}

.mt-32 {
    margin-top: 8rem;
}

@media (min-width: 640px) {
    .sm\:mt-40 {
        margin-top: 10rem;
    }
}

@media (min-width: 1280px) {
    .xl\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1280px) {
    .xl\:max-w-7xl {
        max-width: 80rem;
    }
}

@media (min-width: 1280px) {
    .xl\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.rounded-lg {
    border-radius: .5rem;
}

.p-8 {
    padding: 2rem;
}

.shadow-2xl, .shadow-lg {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.text-center {
    text-align: center;
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.font-bold {
    font-weight: 700;
}

.text-\[\#bf9b30\] {
    --tw-text-opacity: 1;
    color: rgb(34 58 148 / var(--tw-text-opacity));
}

.underline {
    text-decoration-line: underline;
}


@media(min-width: 800px){
    .hide-desktop{
        display: none;
    }
}

@media(max-width: 800px){
    .hide-mobile{
        display: none !important;
    }
}

.header-bar span{
    background: #fff;
}


@media (max-width: 1000px) {
    .header-bottom>.container-fluid {
        padding: 0 !important;
    }
}

/*.header-wrapper .logo a img{*/
/*    height: auto;*/
/*}*/


.contact-us-margin{
    width: 33.33%;
    margin: 0 10px;
}

.mt-100{
    margin-top: 100px !important;
}


@media(max-width: 680px){
    .ptb--30{
        padding: 18px 0 !important;
    }
    .mv-feature img{
        height: 22px !important;
    }
}



@media(max-width: 680px){
    .display-block{
        display: block !important;
    }
    .contact-us-margin{
        width: 100%;;
        margin: 10px;
    }
    .pr-28{
        padding-right: 28px;
    }
    
}

@media (max-width: 1000px) {
    .logo img {
        height: auto !important;
    }
    .banner-section{
        padding-top: 93px;
    }
    .owl-nav button span{
        font-size: 35px;
    }
    .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
        padding: 13px !important;
    }
    .owl-dot span {
        height: 10px;
        width: 10px;
    }
    .owl-dots{
        margin-bottom: 10px;
    }
    .header-wrapper {
        padding: 10px;
    }
    .ellepsis-bar i{
        color: white !important;
    }
    .header-top-area .social-icons li:first-child{
        display: none;
    }
    .about-us-page {
        padding-top: 106px;
    }
    .page-title h1{
        font-size: 26px;
    }
    .pt-150 {
        padding-top: 46px !important;
    }
    .pt-26{
        padding-top: 26px !important;
    }
    
    .contact-info-section .section-wrapper .cinfo-or {
        left: 50%;
    }
    .text-\[\#bf9b30\]{
        text-align: -webkit-center;
        font-size: 30px;
    }
    .mb-35{
        margin-bottom: 35px;
    }
    .as-center{
        align-self: center;
    }
    .m-0{
        margin: 0;
    }
    .pr-1{
        padding-right: 1.5rem;
    }
    
}








