.container-full {
    max-width: 1550px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
}

body {
    /* background: url('../Images/ring-orange.jpg') #fff; */
    background-repeat: repeat-y;
    background-position: top 900px center;
    background-size: 100% auto;
    margin-top: 100px;
}

p:last-of-type {
    margin-bottom: 0;
}


.section-title h1 {
    font-size: 80px;
    font-weight: 300;
    line-height: 100%;
}

.section-title h2 {
    font-weight: 500;
    /* line-height: 100%; */
}

.section-title h2 span {
    color: #000000;
}

.section-title .typed-title {
    display: block;
}

.hero.hero-slider-layout .hero-slide::before {
    display: none;
}

header.main-header {
    position: relative;
}

.section-title h1,
.hero-video-content {
    color: #fff;
}

h1.text-anime-style-2 {
    min-height: 180px;
}

.typed-title+span {
    display: none;
}

.dark-section h2,
.dark-section p {
    color: #fff;
}


.digital-success-box {
    background: #190B7F;
    background: linear-gradient(90deg, rgba(25, 11, 127, 1) 0%, rgba(0, 77, 109, 1) 72%);
    border-radius: 0;
}

.digital-success-box::before {
    display: none;
}

.why-choose-item::before {
    background: linear-gradient(90deg, rgba(255, 152, 0, 0.08) 50%, rgba(255, 152, 0, 0) 100%);
}

.why-choose-image .video-gallery-image {
    margin-bottom: 0;
}


.testimonial-company-logo img {
    filter: invert(1);
}

.testimonial-benefits-box h3 {
    color: #fff;
}

.testimonial-benefits-box ul {
    color: #fff;
}

.work-together-btn a img {
    filter: invert(1);
}

.footer-work-together .work-together-btn a span {
    color: #fff;
}

.footer-work-together .work-together-btn a:hover span {
    color: #fff;
}

.footer-main {
    background: #054661;
}

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #02050A;
    z-index: 999;
}

.loading {
    left: 50%;
    top: 50%;
    font-size: 100px;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    overflow: hidden;
    transform: translate(-50%, -50%) !important;

}

.loading:before {
    color: #333;
    content: attr(data-loading-text);
}

.loading:after {
    top: 0;
    left: 0;
    width: 0;
    opacity: 1;
    color: #FFF8ED;
    overflow: hidden;
    position: absolute;
    content: attr(data-loading-text);
    animation: loading 6s infinite;
}

.loading-container,
.loading {
    width: auto;
    height: auto;
    border-radius: 0;
    line-height: 100%;
    border: 0 !important;
}

@keyframes loading {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.header-btn .offcanvas {
    background-color: #fff !important;
}

.header-btn .offcanvas .btn-close {
    filter: invert(0);
}

.about-agency {
    padding: 0;
}


.about-us,
.digital-success,
.page-team,
.how-it-works,
.join-agency,
.why-choose-us,
.key-facts,.our-services,
.digital-slider-brand,
.our-portfolio,
.our-testimonial,
.who-we-are,.our-brands,.our-feature,.our-faqs {
    padding: 0;
}

.digital-success {
    padding-bottom: 0;
}



/* Common Padding margin*/

.margin-0 {
    margin: 0;
}

.mt-20 {
    margin-top: 20px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-100 {
    margin-bottom: 100px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-100 {
    padding-bottom: 100px;
}

@media (max-width: 1280px) {

    .mt-40 {
        margin-top: 35px;
    }

    .mt-60 {
        margin-top: 45px;
    }

    .mt-80 {
        margin-top: 40px;
    }

    .mt-100 {
        margin-top: 70px;
    }

    .mb-40 {
        margin-bottom: 35px;
    }

    .mb-60 {
        margin-bottom: 45px;
    }

    .mb-80 {
        margin-bottom: 40px;
    }

    .mb-100 {
        margin-bottom: 70px;
    }

    .pt-40 {
        padding-top: 35px;
    }

    .pt-60 {
        padding-top: 35px;
    }

    .pt-80 {
        padding-top: 40px;
    }

    .pt-100 {
        padding-top: 70px;
    }

    .pb-40 {
        padding-bottom: 35px;
    }

    .pb-60 {
        padding-bottom: 45px;
    }

    .pb-80 {
        padding-bottom: 40px;
    }

    .pb-100 {
        padding-bottom: 70px;
    }

}


/* Common Padding margin */

.light-bg.btn-default::after {
    display: none;
}

.light-bg.btn-default {
    background-color: #004d6d;
    color: #fff;
}

header .light-bg.btn-default:hover {
    color: #fff;
}

.light-bg.btn-default:hover {
    background-color: #FFF8ED;
}

.light-bg.btn-default::before {
    background-color: #fff;
    border: 1px solid #FFF8ED;
    /* box-shadow: inset 0 0 17px 0px #cfcfcf */
}

.light-bg.btn-default:hover::before {
    background-color: #FFF8ED;
    right: -15px;
    box-shadow: none;
}

/* Second btn */
.two-btn .btn-two.light-bg.btn-default {
    background-color: #FFF8ED;
    color: #000;
}


.two-btn .btn-two.light-bg.btn-default:hover {
    background-color: #054661;
}

.two-btn .btn-two.light-bg.btn-default::before {
    background-color: #fff;
    border: 1px solid #054661;
    /* box-shadow: inset 0 0 17px 0px #cfcfcf */
}

.btn-default:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M16.0034 9.70013L7.39642 18.3071L5.98242 16.8931L14.5884 8.28613H7.00342V6.28613H18.0034V17.2861H16.0034V9.70013Z' fill='%23fff'/%3E%3C/svg%3E");
}

.two-btn .btn-two.light-bg.btn-default:hover::before {
    background-color: #FFF8ED;
    right: -15px;
    box-shadow: none;
    border-color: #FFF8ED;

}

.two-btn a+a {
    margin-left: 20px;
}

/* Fixed Social Media */
.social-info {
    position: fixed;
    top: 50%;
    background-color: #fff;
    box-shadow: 1px 0px 28px rgba(131, 139, 154, 0.49);
    z-index: 99;
    border-radius: 20px;
    transform: rotate(-90deg);
    left: -35px;
}

.social-info .social {
    /* position: fixed;
    top: 35%; */
    width: 141px;
    height: 37px;
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #fff;
    z-index: 99;
    border-radius: 20px;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-info .social strong {
    color: #FFF8ED;
    line-height: normal;
    font-size: 14px;
}

.slider-three .slider-info .social a {
    margin-left: 15px;
    margin-right: 15px;
    opacity: 0.3;
}

.social-info strong+span {
    display: inline-flex;
    padding-left: 2px;
    padding-right: 2px;
}

.social-info span a {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;

}

.social-info span a:hover>i {
    visibility: visible;
    z-index: 1;
    opacity: 1;
    width: 25px;
    height: 25px;
}

.social-info span a {
    color: #000;

}

.social-info span a+a {
    margin-left: 8px;
}

.social-info span a i {
    width: 25px;
    height: 25px;
    background-color: #004d6d;
    border-radius: 50%;
    color: #ffffff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: 0.7s ease-in-out;
}

.social-info span a.instagram:hover i {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.social-info span a.youtube:hover i {
    background-color: #FF0000;
}

.social-info span a.linkedin:hover i {
    background-color: #0077B5;
}

.social-info span a.facebook:hover i {
    background-color: #0077B5;
}

.social-info span a i::before {
    transform: rotate(90deg);
}

/* Fixed Social Media */

/* Banner Image Section */
.image-block img {
    border-radius: 20px;
    overflow: hidden;
}

.only-banner-image .image-block img {
    width: 100%;
    max-height: 870px;
    object-fit: cover;
}

/* Banner Image Section */

/* Contact Button */
.contact-sticky {
    position: fixed;
    top: 50%;
    background-color: #fff;
    z-index: 99;
    border-radius: 100%;
    transform: rotate(270deg);
    right: -25px;
}

.contact-sticky a {
    margin: 0;
}

.contact-sticky a::before {
    display: none;
}

.contact-sticky a.btn-default {
    padding: 6px 14px;
    font-size: 13px;
}

/* Contact Button */

/* Flip Animation Image logo */
.flip-container {
    position: relative;
    width: 150px;
    height: 80px;
    perspective: 1000px;
    margin: 0 auto;
}

.flip-container-inner {
    width: 100%;
    height: 100%;
    /* transform-style: preserve-3d;
    animation: autoFlip 5s infinite ease-in-out; */
}

.front,
.back {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    backface-visibility: hidden;
    overflow: hidden;
    border-radius: 0;
}

.back {
    transform: rotateY(180deg);
}

@keyframes autoFlip {
    0% {
        transform: rotateY(0deg);
    }

    45% {
        transform: rotateY(180deg);
    }

    55% {
        transform: rotateY(180deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

.flip-container-inner img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* Flip Animation Image logo */

/* Custom Arrow */
.custom-arrow-right i {
    font-size: 22px;
    color: #FFF8ED;
    transition: 0.5s ease-in-out;
    transform: rotate(315deg);
}

.custom-arrow-right:hover i {
    color: #000;
    transform: rotate(360deg);
}

html:has(.offcanvas.offcanvas-end.show) {
    content: "";
    overflow: hidden;
}

/* Custom Arrow */

/* Footer */
.email-items .address-items a,
.call-items .address-items a {
    color: #000000;
}

.hover-link {
    position: relative;
}

.hover-link:hover::after {
    width: 100%;
}

.hover-link::after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    transition: 0.8s ease-in-out;
    left: 0;
    bottom: 0;
}

.footer-main .footer-links h3 {
    color: #FFF8ED;
    margin-bottom: 20px;
}

.footer-main .footer-links ul li a {
    color: #fff;
}

.footer-main .footer-links ul li a:hover {
    color: #FFF8ED;
}

.footer-main .footer-links ul li a:hover::after {
    background-color: #FFF8ED;
}

.footer-contact-item {
    margin-bottom: 15px;
}

.footer-contact-item .icon-box {
    transition: 0.4s ease-in-out;
}

.footer-contact-item:hover .icon-box {
    animation: rotation infinite 3s linear;
    bottom: 40px;
}

.footer-contact-box h3 {
    color: #fff;
    margin-bottom: 20px;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


.footer-contact-content a {
    color: #fff;
    display: inherit;
    width: max-content;
}

.footer-contact-content a:hover {
    color: #FFF8ED;
}

.footer-contact-content a:hover::after {
    background-color: #FFF8ED;
}

.footer-contact-item .icon-box {
    border-color: #fff;
}

.footer-contact-item:hover .icon-box {
    border-color: #FFF8ED;
}

.footer-contact-item .icon-box i {
    color: #fff;
    font-size: 20px;
}

.footer-contact-item:hover .icon-box i {
    color: #FFF8ED;
}

.footer-newsletter-form h3 {
    color: #fff;
}

.footer-newsletter-form .form-group .form-control::placeholder {
    color: #fff;
}

.footer-social-links ul li a {
    border-color: #fff;

}

.footer-social-links ul li a i {
    color: #fff;
}

.footer-social-links ul li a:hover {
    border-color: #FFF8ED;

}

.footer-social-links ul li a:hover i {
    color: #FFF8ED;
}

.footer-copyright {
    border-color: #fff;
    padding: 15px 0px;
    margin-top: 50px;
}

.footer-logo {
    margin-bottom: 20px;
    width: max-content;
    border-radius: 20px;
    background-color: #fff;
}


.footer-copyright .footer-copyright-text p {
    color: #fff;
}

.footer-copyright-text {
    display: flex;
    justify-content: space-between;
}

.footer-copyright-text a {
    color: #FFF8ED;
    transition: 0.4s ease-in-out;
}

.footer-copyright-text a:hover {
    color: #fff;
}

.footer-logo img {
    object-fit: cover;
    max-width: 100%;
    width: 210px;
    height: 120px;
}

.footer-logo {
    margin-bottom: 20px;
    width: max-content;
}

ul.footer-links {
    list-style: none;
}

.footer-contact-content h4 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 20px;
}

.footer-contact-content p {
    color: #fff;
    font-size: 14px;
}

.social-footer-info {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #fff;
}

.footer-links li {
    color: #fff;
}

.footer-contact-item .icon-box {
    border: 1px solid;
    border-color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    transition: all 0.4s ease-in-out;
}

.footer-contact-content {
    width: calc(100% - 60px);
}

.footer-contact-item .icon-box {
    width: 50px;
    height: 50px;
}

.below-logo-media li {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;

}

.below-logo-media li a {
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    transition: 0.4s ease-in-out;
    padding: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.below-logo-media li a+a {
    margin-left: 10px;
}

.below-logo-media li a i {
    color: #fff;
    font-size: 20px;
}

.below-logo-media li a:hover {
    border-color: #FFF8ED;
    margin-top: -15px;
}

.below-logo-media li a:hover i {
    color: #FFF8ED;
    transform: scale(1.04);
}

.work-together-content::before {
    display: none;
}

.our-faq-section .accordion-item {
    backdrop-filter: inherit;
    -webkit-backdrop-filter: inherit;
}

.footer-main {
    padding-top: 30px;
}

.footer-links ul li {
    margin-bottom: 8px;
}

/* Footer */

/* Sidebar Contact */
.header-contact-box i {
    font-size: 35px;
}

.header-contact-box-content a {
    color: #000;
}

.header-contact-box-content a:hover {
    color: #FFF8ED;
}

.header-contact-box-content a:hover::after {
    background-color: #FFF8ED;
}

.header-social-links.sidebar-social-links ul li a {
    border-color: #000;
}

.header-social-links.sidebar-social-links ul li a:hover {
    border-color: #FFF8ED;
}

.header-social-links.sidebar-social-links ul li a i {
    color: #000;
}

.header-social-links.sidebar-social-links ul li a:hover {
    color: #FFF8ED;
}

/* Sidebar Contact */

.map-loaction iframe {
    width: 100%;
    height: 450px;
}

/* Common Round radious  */
.digital-features-item,
.digital-success-box {
    border-radius: 20px;
    overflow: hidden;
}

/* Common Round radious  */

/* Common Bg Section Animation icons */

.why-choose-us::before {
    display: none;
    /* content: '';
    background: url('../Images/trofy.png') no-repeat;
    background-position: left center;
    background-size: contain;
    opacity: 50%;
    width: 290px;
    height: 290px;
    animation: circlerotate 20s infinite linear;
    z-index: -1; */
}

.about-agency::before {
    content: '';
    background: url('../Images/trofy.png') no-repeat;
    background-position: left center;
    background-size: contain;
    opacity: 50%;
    width: 290px;
    height: 290px;
    animation: circlerotate 20s infinite linear;
    z-index: -1;
}

.page-team::before {
    content: "";
    background: url('../Images/new-trofy.png') no-repeat;
    background-size: contain;
}

/* Common Bg Section Animation icons */

/* Body Logo  */
.bg-logo {
    position: fixed;
    width: 1700px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: -99;
}

.bg-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Body Logo  */

.our-Project-nav ul li a {
    background-color: #fff;
}

/* Bottom To top scroll */
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #000000;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 35px;
    transition: all 0.3s ease;
    opacity: 0;
}

#return-to-top.top-active {
    opacity: 1;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    font-size: 19px;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: #b8b8b8;
}

#return-to-top:hover i {
    color: #FFF8ED;
    top: 5px;
}

/* Bottom To top scroll */

/* Swiper css slider */
.swiper .swiper-slide {
    display: none;
}

.swiper.swiper-initialized .swiper-slide {
    display: inline-block;
}

/* Swiper css slider */


.radious-image {
    border-radius: 20px;
}

.section-title h3 {
    font-size: 20px;
}

p {
    line-height: 22px;
}

/* Common Heading block */
.section-row {
    margin-bottom: 30px;
    padding-bottom: 15px;
}

/* Common Heading block */
/* Common glass effect */
.section-title {
    margin-bottom: 25px;
}

.glass-effect {
    backdrop-filter: inherit;
    -webkit-backdrop-filter: inherit;
    border-radius: 30px;
}

.glass-effect-no-padding {
    backdrop-filter: inherit;
    -webkit-backdrop-filter: inherit;
    border-radius: 30px;
}

.glass-text-only h3 {
    backdrop-filter: inherit;
    -webkit-backdrop-filter: inherit;
}

.company-benefit-content {
    backdrop-filter: inherit;
    -webkit-backdrop-filter: inherit;
    border-radius: 30px;
}

.testimonial-slider::before {
    display: none;
}

/* Common glass effect */

/* Form Ios Css STyle */
.iphone-screen {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: calc(100% - 60px);
    scroll-behavior: smooth;
    /* Smooth scrolling */
    -webkit-overflow-scrolling: touch;
    /* iOS momentum scrolling */
}


.content {
    scroll-behavior: smooth;
}

/* Chrome / Edge / Safari */
.iphone-screen::-webkit-scrollbar {
    width: 2px;
}

.iphone-screen::-webkit-scrollbar-track {
    background: transparent;
}

.iphone-screen::-webkit-scrollbar-thumb {
    background: #d8d8d8;
    border-radius: 50px;
}

.iphone-screen::-webkit-scrollbar-thumb:hover {
    background: #d8d8d8;
}

/* Firefox */
.iphone-screen {
    scrollbar-width: thin;
    scrollbar-color: #b8b8b8 transparent;
}

.main-ios-body-block>div {
    margin: 0 auto;
}

.main-ios-body-block form .form-control {
    font-size: 12px;
    line-height: 100%;
    color: #000000;
    font-weight: 500;
    padding: 10px 12px;
}

.main-ios-body-block form .form-control,
.main-ios-body-block form .form-check-input {
    border-color: #333333;
}

.main-ios-body-block form input::placeholder {
    color: #000000;
    /* Your desired placeholder color */
    opacity: 1;
    /* Ensures full opacity in Firefox */
}

/* For Firefox */
.main-ios-body-block form input::-moz-placeholder,
.main-ios-body-block form textarea::-moz-placeholder {
    color: #000000;
    opacity: 1;
}

/* For Internet Explorer 10-11 */
.main-ios-body-block form input:-ms-input-placeholder,
.main-ios-body-block form textarea:-ms-input-placeholder {
    color: #000000;
}

/* For Edge */
.main-ios-body-block form input::-ms-input-placeholder,
.main-ios-body-block form textarea::-ms-input-placeholder {
    color: #000000;
}

/* For WebKit browsers (Chrome, Safari, iOS Safari) */
.main-ios-body-block form input::-webkit-input-placeholder,
.main-ios-body-block form textarea::-webkit-input-placeholder {
    color: #000000;
}

.main-ios-body-block form .row>* {
    padding-left: 5px;
    padding-right: 5px;
}

.main-ios-body-block form #farm-animal-checkboxes {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    flex-direction: column;
}

.main-ios-body-block form #farm-animal-checkboxes .form-check {
    text-align: left;
}

.main-ios-body-block form #farm-animal-checkboxes .form-check-label {
    font-size: 12px;
    line-height: 100%;
    color: #000000;
    font-weight: 500;
}

.main-ios-body-block form .authorize-checkbox .form-check-input {
    margin-top: 0;
}

.main-ios-body-block form .contact-form-btn button {
    background-color: #FFF8ED;
    color: #ffffff;
    padding: 8px;
    font-size: 14px;
    border-radius: 20px;
    text-transform: capitalize;
    transition: 0.4s ease-in-out;
}

.main-ios-body-block form .contact-form-btn button:hover {
    background-color: #004d6d;
    color: #ffffff;
}

.main-ios-body-block form .with-errors ul li {
    font-size: 12px;
    text-transform: capitalize;
    margin-left: 2px;
    color: red;

}

.main-ios-body-block form .form-control:focus {
    box-shadow: none;
}

.main-ios-body-block {
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    border-radius: 50px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    /* overflow: hidden; */
    position: fixed;
    z-index: 999;
    padding: 50px;
    background-color: rgba(131, 139, 154, 0.49);
    /*  */
    top: 0;
    height: 100svh;
    bottom: 0;
    right: -1800px;
    top: 0;
    z-index: 9999;
    transition: all .4s cubic-bezier(.46, .01, .32, 1) 0s;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: calc(100% - 200px);
}

.main-ios-body-block.active {
    right: 0;
}

.main-ios-body-block-main {
    position: relative;
}

.sidebar__close {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #000000;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sidebar__close::after {
    content: "";
    height: 2px;
    background: #fff;
    width: 20px;
    display: block;
    position: absolute;
    transform: rotate(320deg);

}

.sidebar__close::before {
    content: "";
    height: 2px;
    background: #fff;
    width: 20px;
    display: block;
    position: absolute;
    transform: rotate(45deg);
}

.heading-ios-form {
    color: #ffffff;
    margin-bottom: 20px;
    text-align: center;
}

/* Form Ios Css STyle */
.form-check-input,
.contact-us-form form .form-control {
    border-color: #004d6d;
}

.main-video-gallery .video-gallery-image a::before {
    opacity: 50%;
    visibility: visible;
    transform: scale(1);
}

.main-video-gallery .video-gallery-image a::after {
    opacity: 1;
    visibility: visible;
}

div div>h3 {
    padding-left: 0 !important;
}

div h3::before {
    display: none;
}

.section-btn {
    text-align: left;
}


/* Swiper Dots */
.video-reel-slider .testimonial-pagination {
    position: relative;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 0;
}

.teacher-slider .testimonial-pagination {
    margin-top: 25px;
    position: relative;
    text-align: center;
    margin-bottom: 0;
}

.our-achievements-slider .testimonial-pagination {
    margin-top: 25px;
    position: relative;
    text-align: center;
    margin-bottom: 0;
}

.video-reel-slider .testimonial-pagination .swiper-pagination-bullet,
.our-achievements-slider .testimonial-pagination .swiper-pagination-bullet,
.teacher-slider .testimonial-pagination .swiper-pagination-bullet {
    position: relative;
    height: 6px;
    width: 6px;
    background: var(--accent-color);
    opacity: 1;
    margin: 0 6px;
    transition: all 0.3s ease-in-out;
}

.video-reel-slider .testimonial-pagination .swiper-pagination-bullet:before,
.our-achievements-slider .testimonial-pagination .swiper-pagination-bullet:before,
.teacher-slider .testimonial-pagination .swiper-pagination-bullet:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 0;
    width: 0;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

.video-reel-slider .testimonial-pagination .swiper-pagination-bullet-active,
.our-achievements-slider .testimonial-pagination .swiper-pagination-bullet-active,
.teacher-slider .testimonial-pagination .swiper-pagination-bullet-active {
    background: var(--accent-color);
}

.video-reel-slider .testimonial-pagination .swiper-pagination-bullet-active:before,
.our-achievements-slider .testimonial-pagination .swiper-pagination-bullet-active:before,
.teacher-slider .testimonial-pagination .swiper-pagination-bullet-active:before {
    border: 1px solid var(--accent-color);
    height: 14px;
    width: 14px;
}

.video-reel-slider .swiper {
    padding-bottom: 0;
}

.our-achievements-slider .swiper {
    padding-bottom: 0;
}

.teacher-slider .swiper {
    padding-bottom: 40px;
}

.page-team .col-lg-3 .team-item,
.page-team figure,
.page-team .col-lg-3 .team-image,
.team-image a {
    height: 100%;
}

/* Swiper Dots */

.section-row .section-title{
    max-width: 100%;
}