/*=======Fonts=======*/
@font-face { font-family: 'Plus Jakarta Sans'; src: url('../fonts/PlusJakartaSans-VariableFont_wght.ttf'); font-display: swap;}
@font-face { font-family: 'Manrope'; src: url('../fonts/Manrope-VariableFont_wght.ttf'); font-display: swap;}
/*=======Fonts=======*/

/*======General======*/
html {
    overflow-x: hidden;
}
body {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    font-family: 'Manrope' !important;
    font-weight: 400 !important;
    line-height: 26px !important;
    overflow-x: hidden !important;
}
p{
    font-size: 16px;
    margin-bottom: 0 !important;
}
b {
    font-weight: bold !important;
}
img{
    max-width: 100%;
    height: auto;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
}
.left {
    text-align: left !important;
}
.right {
    text-align: right !important;
}

a, button, input[type="submit"] {
    transition: all 0.5s ease!important;
    text-decoration: none !important;
}
a, a:hover, button:hover, input[type="submit"]:hover {
    text-decoration: none!important;
    transition: all 0.5s ease!important;
}

header, section, footer {
    float: left;
    width: 100%;
    position: relative;
}
.theme-button {
    background: #07141D;
    padding: 8px 30px !important;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.theme-button:hover ,
.navbar-nav .nav-link.button:hover {
    color: #40AEF9;
}
.btn-bg {
    background: linear-gradient(90deg, #fff 21%, #40aef9 69%);
    padding: 7px 1px;
    display: inline-block;
    border-radius: 50px;
}

.lite {
    font-weight: 300;
}
.italic {
    font-style: italic;
}
.upper-case {
    text-transform: uppercase;
}
.body-text {
    color: #000000;
    font-weight: 400;
}
.section-heading-big {
    font-size: 40px;
    font-family: 'Manrope';
    letter-spacing: 5px;
    font-weight: 700;
}
.section-heading-small {
    font-size: 35px;
    font-family: 'Plus Jakarta Sans';
    margin-bottom: 30px;
    letter-spacing: 3px;
    font-weight: 600;
}

.second-font-family {
    font-family: 'Plus Jakarta Sans';
}
.white {
    color: #fff;
}
.partial-white {
    color: #FFFFFF80;
}

.second-color {
    color: #40AEF9;
}
.partial-second-color {
    color: #9dd4f9 !important;
}
.section-space {
    padding: 80px 0;
}
.big-heading {
    font-size: 184px;
    font-family: 'Plus Jakarta Sans';
    color: #40AEF9;
    line-height: 164px;
    font-weight: 800;
    margin-left: -35px;
}

/*======General======*/


/*====Back to Top Start====*/
#back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    cursor: pointer;
}
#back-to-top.show {
  opacity: 1;
  visibility: visible;
}
/*====Back to Top End====*/

/*======Header Start======*/
header {
    background-color: #000000;
    padding: 10px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}
header nav ul li  .nav-link {
    color: #fff;
}
header nav ul li  .nav-link:hover {
    color: #40AEF9;
}

.navbar-nav .nav-link {
    text-transform: uppercase;
    padding: 0 30px !important;
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
}

/*======Header End======*/


/*======Home Banner Start======*/
.home-banner {
    min-height: 90vh;
    background-color: #000;
}
.home-banner video {
    width: 100%;
}
.home-banner .banner-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 75%;
}
.home-banner .container , .home-banner .row {
    height: 100%;
}
.home-banner .banner-text .left {
    align-self: center;
}
.home-banner .banner-text .right-text {
    align-self: flex-end;
}
.home-banner h1 {
    font-size: 50px;
    font-weight: 600;
}
.home-banner p {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}
/*======Home Banner Start======*/


/*======Who We Are Start======*/
.who-we-are .heading-side p {
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
    padding: 70px 0 0 70px;
}

.stats .stat {
    display: flex;
    align-items: center;
    border-bottom: 2px solid #2DA2E2;
    padding: 10px;
    margin-bottom: 50px;
}
.stats .stat h3 {
    font-size: 84px;
    font-weight: 500;
    font-family: 'Plus Jakarta Sans';
    margin-right: 30px;
}
.stats .stat p {
    font-size: 20px;
    font-weight: 600;
}
/*======Who We Are End======*/



/* ======Slider Start====== */
.logo-slider {
    background: #13344B;
    padding: 20px 0;
}
.slider {
    --slider-inner-width: 4000px;
    --slider-speed: 2s;
}
  
@keyframes scroll {
	from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
.slider {
	margin: auto;
	overflow: hidden;
	position: relative;
	width: auto;
	display: flex;
}
.slider .slide-track {
	animation: scroll 40s linear infinite;;
	display: flex;
}
.slider .slide {
	align-self: center;
    padding: 0 50px;
    display: flex;
    align-items: center;
}
.slider .slide p {
    color: #fff;
    margin-left: 10px;
    font-weight: 500;
    font-size: 24px;
    white-space: nowrap;
}
/* ======Slider End====== */


/* ======What We Do End====== */
.what-we-do {
    background: url('images/what-we-do-bg.jpg') no-repeat center /cover;
}
.service {
    position: relative;
}
.service-image {
    position: relative;
    margin: 15px;
    border-radius: 10px;
    border: 0.5px solid #40AEF9;
}
.service-text {
    position: absolute;
    bottom: 40px;
    left: 40px;
    width: 75%;
}
.service-image:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    background-color: #000000c8;
    border-radius: 10px;
}
.service-text h2 {
    font-size: 50px;
    font-weight: 700;
    text-align: left;
}
.service-text p {
    color: #fff;
    text-align: left;
    font-weight: 600;
}

.swiper {
    padding-bottom: 32px !important;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
    border-radius: 50%;
    background-color: transparent !important;
    opacity: 1 !important;
    border: 1px solid transparent !important;
    position: relative;
}
.swiper-pagination-clickable .swiper-pagination-bullet-active {
    border: 1px solid #40AEF9 !important;
}
.swiper-pagination-clickable .swiper-pagination-bullet:after {
    content: "";
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    z-index: 10;
    background-color: #40AEF9;
    top: 4px;
    border-radius: 50%;
    left: 4px;
}
.team .swiper-pagination-clickable .swiper-pagination-bullet-active {
    border: 1px solid #000 !important;
}
.team .swiper-pagination-clickable .swiper-pagination-bullet:after {
    background-color: #000;
}
/* ======What We Do End====== */


/* ======Features Start====== */
.features-text .feature {
    margin-bottom: 30px;
}

.features-text .feature h3 {
    font-size: 33px;
    margin-bottom: 10px;
    font-weight: 700;
}
.features-text .feature p {
    font-size: 20px;
}
.features-text  {
    height: 450px;
    overflow-y: scroll;
    direction: rtl;
    text-align: left;
    padding-left: 60px !important;
}
.features-text::-webkit-scrollbar-track {
    padding: 2px 0;
    background-color: #c4c4c4;
}
.features-text::-webkit-scrollbar {
    width: 7px;
}
.features-text::-webkit-scrollbar-thumb {
    border-radius: 20px;
    box-shadow: inset 0 0 6px #c4c4c4;
    background-color: #40AEF9;
}
.features .cta-btn {
    padding-left: 60px;
}
/* ======Features End====== */

/* ======Featured Work Start====== */
.featured-work {
    background: url(images/feature-work-bg.jpg) no-repeat top center /cover;
}
.project-slider {
    --slider-inner-width: 8000px;
    --slider-speed: 3s;
}
  
@keyframes scroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-100%);
	}
}
@keyframes right-scroll {
	0% {
        transform: translateX(100%);
	}
	100% {
		transform: translateX(0);
	}
}
.project-slider {
	margin: auto;
	overflow: hidden;
	position: relative;
	width: auto;
	display: flex;
}
.project-slider .project-slide-track {
	animation: scroll 20s linear infinite;
	display: flex;
	width: calc(1000px * 20);
}
.project-slider.right .project-slide-track {
	animation: right-scroll 20s linear infinite;
	display: flex;
	width: calc(1000px * 20);
}
.project-slider .project-slide {
	align-self: center;
	/* width: 700px; */
    display: flex;
    align-items: center;
    margin: 15px;
    position: relative;
}
.project-slider .project-slide img ,
.project-slide a {
    width: 100%;
}
.project-slider .project-slide:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #00000080;
}
.project-slider .project-slide:hover:after {
    content: unset;
}
.project-slider .project-slide:hover {
    cursor: pointer;
}
.project-slider .project-slide p {
    color: #fff;
    font-size: 15px;
    position: absolute;
    top: 15px;
    right: 25px;
    background: #00000040;
    padding: 5px 25px;
    border-radius: 50px;
    border: 1px solid #40AEF9;
}
.project-slider .project-slide h5 {
    position: absolute;
    bottom: 20px;
    left: 30px;
    font-weight: 600;
}


/* New CSS */

.project-slider .swiper-button-prev, 
    .project-slider .swiper-button-next {
        opacity: 1 !important;
        width: 40px;
        top: 45%;
        left: 0;
    }
    .project-slider .swiper-button-next {
        left: unset;
        right: 0;
    }
/* ======Featured Work End====== */


/* ======Testimonials Start====== */
.testimonials {
    background: url(images/testionials-bg.jpg) no-repeat top center /cover;
}
.testimonials:before ,
.after-testimonials:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, black 0%, transparent 50%, black 100%);
    z-index: 1;
}
.testimonials:before {
    background: linear-gradient(to bottom, black 0%, transparent 50%, black 100%);
}
.after-testimonials .slide {
    width: 300px;
}
.testimonials .container-fluid {
    position: relative;
    z-index: 100;
}
.testimonials .testi-text {
    padding-right: 110px;
    padding-bottom: 200px;
}
.testimonials .big-heading .dark {
    color: #2b6d9b;
}
.testimonials .testi-heading {
    float: right;
    margin-top: 50px;
}
.testi-box {
    text-align: left;
    padding: 50px;
    border: 1px solid #c4c4c4;
    border-radius: 15px;
    width: 95% !important;
}
.auhor-detail {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}
.auhor-detail img {
    margin-right: 30px;
}
.left-right-arrow {
    position: absolute;
    z-index: 100;
    bottom: 18%;
    left: 35%;
    display: flex;
}
.left-right-arrow .custom-arrow {
    width: 60px;
    position: unset;
    margin: 10px;
    opacity: 1;
}
/* Hide default arrows background */
.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}



.testimonials .swiper-pagination {
    width: 90% !important;
}

/* ======Testimonials End====== */


/* ======Team Start====== */
.team-box {
    position: relative;
}
.team-box .team-image {
    padding: 15px;
}
.team-text {
    background: linear-gradient(180deg, rgba(12, 10, 17, 0) 0%, rgba(0, 0, 0, 0.7) 55.29%, #000000 100%);
    position: absolute;
    bottom: 15px;
    width: 93%;
    padding: 30px;
    left: 15px;
    border-radius: 10px;
}
.team-box .team-text h2 {
    font-size: 50px;
    font-weight: 700;
}
.team-box .team-text p {
    font-size: 25px;
    font-weight: 400;
}
/* ======Team End====== */


/* ======CTA Start====== */
.cta .big-heading {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cta .big-heading a span {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 5px;
}
.cta .big-heading a {
    display: inline-block;
    height: 200px;
    width: 200px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border-radius: 50%;
    line-height: 200px;
    font-family: 'Manrope';
    margin: 0 60px;
}
/* ======CTA End====== */


/* ======Footer Top Start====== */
.footer-top {
    background: url(images/footer-top-bg.png) no-repeat center /cover;
}
.footer-top h2 {
    font-size: 58px;
}
/* ======Footer Top End====== */

/* ======Footer Bottom Start====== */
.footer-menu-row {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #7B7C88;
}
.footer-menu ul,
.contact-detail ul {
    list-style: none;
    padding: 0;
}
.footer-menu ul li ,
.contact-detail ul li {
    padding: 0 10px;
}
.footer-menu ul li:first-child, 
.contact-detail ul li:first-child {
    padding-left: 0;
}
.footer-menu ul li:last-child, 
.contact-detail ul li:last-child {
    padding-right: 0;
}
.footer-menu ul li a {
    color: #fff;
    text-transform: uppercase;
}
.footer-menu ul li a:hover ,
.contact-detail ul li a:hover {
    color: #40AEF9;
}

/* ======Footer Bottom End====== */


/* ======Popup Start====== */
.modal-body {
    border: 1px solid #40AEF9;
    border-radius: 15px;
    padding: 50px !important;
}

.modal .btn-close {
    background-color: unset;
    position: absolute;
    right: 10px;
    top: 10px;
    filter: invert(51%) sepia(88%) saturate(1456%) hue-rotate(174deg) brightness(101%) contrast(101%);
    opacity: 1;
    z-index: 1000;
}
.form-field {
    width: 100%;
    padding: 10px 25px;
    font-size: 14px;
    background: unset;
    border: 1px solid #40AEF9;
    border-radius: 50px;
    margin-bottom: 20px;
    color: #fff;
}
textarea.form-field {
    height: 120px;
    border-radius: 20px;
    padding: 20px;
}
.submit.form-field {
    background-color: #40AEF9;
    cursor: pointer;
}
.submit.form-field:hover {
    background-color: unset;
}
#contactForm .modal-content.bg-black {
    border-radius: 15px;
}

/* Feature Work Modal Carousel */
#feature-work-modal.modal .btn-close,
.modal .btn-close {
    top: 25px;
    right: 50px;
}
#feature-work-modal.modal .modal-body, .modal-dialog .modal-body {
    border: unset;
    border-radius: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#feature-work-modal .project, .modal-dialog .project {
    text-align: left;
    margin: auto;
    width: 50%;
}
#feature-work-modal .project-carousel, .modal-dialog .project-carousel {
    width: 100%;
}
#feature-work-modal .project-detail, .modal-dialog .project-detail {
    width: 50%;
    margin-top: 30px;
}

#feature-work-modal .project img, .modal-dialog .project img {
    width: 100%;
    margin-bottom: 30px;
}
/* ======Popup End====== */
#contactForm .modal-body {
    border: 1px solid #40AEF9;
    border-radius: 15px;
    padding: 50px !important;
    display: block;
}
#contactForm-12 h2 { color:#fff; text-align: center !important; font-size:20px; margin-bottom: 1.5rem !important; }
#contactForm-12 .input .form-control {
    width: 100%;
    padding: 10px 25px;
    font-size: 14px;
    background: unset;
    border: 1px solid #40AEF9;
    border-radius: 50px;
    margin-bottom: 20px;
    color: #fff;
}
#contactForm-12 .btn.btn-primary { border-radius: 20px; }
#contactForm-12 .btn.btn-primary:hover { 
    background-color: unset;
}
.btn-group, .btn-group.next.submit { width:100%; }
#contactForm-12 .form-label { display:none; }
button .btn.btn-primary { border-radius:30px; font-size: 14px; padding: 10px 25px; }
input::placeholder,
textarea::placeholder {
  color: #fff !important;
  font-weight: 100;
  opacity: 0.5 !important;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #fff !important;
  font-weight: 100;
  opacity: 0.5 !important;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #fff !important;
  font-weight: 100;
  opacity: 0.5 !important;
}
#contactForm-12 textarea { height: 100px; border-radius: 20px !important; }

/* ==================Media Quries================== */

@media(min-width: 992px){
    #featureWorkCarousel {
        padding-bottom: 100px;
    }
    .modal .carousel-indicators [data-bs-target] {
        width: 100px !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .modal .carousel-indicators .active {
        border: unset !important;
    }
    .modal .carousel-indicators .active img {
        border: 1px solid #40AEF9;
    }
    .modal .carousel-indicators [data-bs-target]:after {
        content: unset;
    }
    .modal .carousel-indicators {
        left: 50% !important;
        transform: translate(-50%);
        margin: 0 !important;
        height: 100px !important;
        bottom: -50px !important;
    }
}
@media(min-width: 1025px){
    .navbar-nav .nav-link.button {
        background: #07141D;
        padding: 8px 30px !important;
        border-radius: 50px;
        font-size: 16px;
        font-weight: 600;
    }
    .navbar-nav .btn-bg {
        padding: 1px;
        margin-left: 20px;
    }
}
@media(min-width: 1441px){
    .container {
        max-width: 1440px !important;
    }
}


@media(max-width: 1919.98px){
    .who-we-are .big-heading {
        font-size: 184px;
    }
    .big-heading {
        font-size: 160px;
        white-space: nowrap;
        margin-left: -50px;
    }
    .testimonials .testi-text {
        padding-right: 0;
    }
    .who-we-are .heading-side p {
        padding: 50px 0 0 50px;
    }
    .cta .big-heading a {
        margin: 0 30px;
    }
    .left-right-arrow {
        left: 39%;
    }
    .cta .big-heading {
        font-size: 180px;
        margin-right: -35PX;
    }
}
@media(max-width: 1440px){
    .container {
        max-width: 96% !important;
    }
}

@media(max-width: 1439.98px){
    .who-we-are .big-heading {
        font-size: 160px;
    }
    .big-heading {
        font-size: 138px;
    }
    .service-text h2 {
        font-size: 45px;
    }
    .features-text {
        height: 400px;
        padding-left: 50px !important;
    }
    .testi-box {
        width: 90% !important;
        margin: auto;
    }
    .cta .big-heading {
        font-size: 160px;
    }
}
@media(max-width: 1199.98px){

    nav.navbar {
        float: right;
    }
    div#navbarNav {
        background-color: #000;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100vw;
        border-radius: unset;
        padding: 30px;
        z-index: 1000;
    }
    #closeNav {
        border: 1px solid #3A3A3A;
        border-radius: 25px;
        background: unset;
        width: 40px;
        height: 40px;
        color: #fff;
        font-size: 30px;
        float: right;
        position: absolute;
        top: 10px;
        right: 10px;
    }
    header .navbar-nav .nav-link{
        text-align: left;
        padding: 0 !important;
    }
    header nav li.nav-item {
        width: 100%;
        margin: 10px 0;
    }
    header .menu {
        flex-direction: row-reverse;
    }


    .home-banner {
        height: 95vh;
    }
    .home-banner .bg-video ,
    .home-banner .bg-video video {
        height: 100%;
    }
    .home-banner h1 {
        font-size: 48px;
    }
    .service-text h2 {
        font-size: 38px;
    }
    .who-we-are .big-heading {
        font-size: 135px;
    }
    .testimonials .big-heading ,
    .cta .big-heading {
        font-size: 108px;
        line-height: 115px;
    }
    .who-we-are .heading-side p {
        padding: 30px 0 0 20px;
    }
    .team-box .team-text h2 {
        font-size: 40px;
    }
    .team-box .team-text p {
        font-size: 22px;
    }
    .footer-menu ul li, 
    .contact-detail ul li {
        padding: 0 7px;
    }
    nav.navbar {
        float: right;
        padding: 0;
    }
    .left-right-arrow {
        left: 35%;
    }
    #feature-work-modal .project ,
    #feature-work-modal .project-detail,
    .modal .carousel-item .project {
        width: 70%;
    }
    header nav li.nav-item .btn-bg {
        background: unset !important;
    }
}
@media(max-width: 991.98px){
    .home-banner .bg-video {
        height: 70%;
    }
    .who-we-are .heading-side p {
        padding: 25px;
        font-size: 20px;
    }
    .features .cta-btn {
        padding-left: 0;
    }
    .features-text {
        height: auto !important;
        overflow-y: auto;
        padding-left: 0 !important;
    }
    .features-image img {
        margin-bottom: 50px;
    }
    .testimonials .testi-text {
        padding-bottom: 0;
    }
    .testimonials .testi-heading {
        margin-bottom: 30px;
        margin-right: 7%;
    }
    .testimonials .big-heading {
        font-size: 175px;
        line-height: 180px;
    }
    .cta .big-heading a {
        height: 130px;
        width: 130px;
        font-size: 15px;
        line-height: 130px;
        margin: 0 15px;
    }
    .footer-menu ul li a {
        font-size: 15px;
        margin-top: 50px;
        display: inline-block;
    }
    .copyright p {
        text-align: left;
    }
    .stats {
        padding: 0 25px !important;
    }
    .home-banner .banner-text {
        height: 90%;
        width: 75%;
        left: 50%;
        transform: translate(-50%);
    }
    .home-banner h1 {
        text-align: center;
        margin: auto;
        line-height: 60px;
    }
    .home-banner .banner-text .left {
        align-self: flex-end;
        text-align: center !important;
    }
    .cta .big-heading {
        font-size: 90px;
    }
    .footer-bottom .footer-menu {
        justify-content: flex-start !important;
    }
    .left-right-arrow {
        bottom: -3%;
        left: 50%;
        transform: translate(-50%);
    }
    .testimonials .swiper-pagination,
    .modal .carousel-indicators [data-bs-target] img ,
    .modal a.bg-transparent.w-aut {
        display: none !important;
    }
    .modal .carousel-indicators {
        display: flex !important;
    }
    #feature-work-modal .project,
    #feature-work-modal .project-detail,
    .modal-dialog .project-detail,
    .modal .carousel-item .project
    {
        width: 95%;
    }
    #feature-work-modal.modal .btn-close,
    .modal .btn-close {
        top: 15px;
        right: 35px;
    }
    .project-slider .project-slide:after {
        content: unset;
    }

    .carousel-indicators {
        bottom: -30px !important;
    }
    .carousel-indicators [data-bs-target] {
        width: 15px !important;
        height: 15px !important;
        border-radius: 50%;
        background-color: transparent !important;
        opacity: 1 !important;
        border: 1px solid transparent !important;
        position: relative;
    }
    .carousel-indicators .active {
        border: 1px solid #40AEF9 !important;
    }
    .carousel-indicators [data-bs-target]:after {
        content: "";
        width: 5px;
        height: 5px;
        display: block;
        position: absolute;
        z-index: 10;
        background-color: #40AEF9;
        top: 5px;
        border-radius: 50%;
        left: 5px;
    }
}

@media(max-width: 767.98px){
    .home-banner .banner-text {
        height: 90%;
        width: 100%;
    }
    .section-space {
        padding: 40px 0;
    }
    .big-heading {
        font-size: 94px !important;
        line-height: 95px !important;
        margin-left: -20px;
    }
    .testimonials .big-heading {
        font-size: 91px !important;
        line-height: 85px !important;
    }
    .section-heading-small ,
    .section-heading-big {
        font-size: 26px;
        margin-bottom: 20px;
        line-height: 40px;
        letter-spacing: 3px;
    }
    .btn-bg {
        padding: 8px 1px;
    }
    .cta .big-heading span.text {
        display: none;
    }
    #feature-work-modal.modal .btn-close {
        right: 15px;
    }
    .features .theme-button {
        display: block;
        text-align: center;
    }
    .features-text .feature h3 {
        font-size: 24px;
    }
    /* .project-slider .project-slide {
        width: 400px;
    } */
    .project-slider .project-slide h5 {
        left: 20px;
        font-size: 16px;
        bottom: 10px;
    }
    .project-slider .project-slide p {
        font-size: 13px;
        top: 5px;
        right: 15px;
        padding: 3px 20px;
    }
    .testi-box {
        padding: 25px;
    }
    .auhor-detail img {
        margin-right: 20px;
    }
    .footer-bottom .footer-menu ul.menu {
        display: block !important;
        width: 100%;
        padding: 0 !important;
    }
    .footer-bottom .footer-menu {
        display: flex !important;
        flex-direction: column-reverse;
    }
    .footer-menu ul li, 
    .contact-detail ul li {
        padding: 0 7px !important;
        float: left;
        width: 50%;
        margin-top: 10px !important;
    }
    .footer-menu ul li a {
        margin-top: 0 !important;
    }
    .cta .big-heading a {
        width: 90%;
        height: auto;
        line-height: normal;
        margin: 0;
        background: #07141D;
        padding: 8px 30px !important;
        border-radius: 50px;
        font-size: 16px;
        font-weight: 600;
        color: #fff;
    }
    .team {
        padding-bottom: 0;
    }
    .cta .big-heading {
        margin: 0 !important;
    }
    .cta .big-heading a span {
        display: none;
    }
    .home-banner .bg-video {
        height: 50%;
    }

    .footer-logo {
        margin-bottom: 30px;
    }
    .footer-bottom .social-media {
        justify-content: flex-start !important;
    }
    .footer-top h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .contact-detail ul {
        flex-wrap: wrap;
    }
    .home-banner h1 {
        font-size: 35px;
        line-height: normal;
    } 
    .home-banner .banner-text {
        height: 90%;
    }
    .modal-body {
        padding: 30px 25px !important;
    }
    .testi-box {
        width: 100% !important;
    }
    .footer-logo ,
    .copyright p {
        text-align: center;
    }
    .stats .stat h3 {
        font-size: 58px;
        margin-right: 15px;
    }
    .stats .stat p {
        font-size: 16px;
    }
    .after-testimonials .slide {
        width: 200px;
    }

}