@font-face {
    font-family: "raleway-regular";
    src: url("fonts/Raleway-Regular.ttf");
    src: local('fonts/Raleway-Regular'), local('/fonts/Raleway-Regular'),
        url("fonts/Raleway-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "raleway-light";
    src: url("fonts/Raleway-Light.ttf");
    src: local('fonts/Raleway-Light'), local('/fonts/Raleway-Light'),
        url("fonts/Raleway-Light.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0px;
    padding: 0px;
    overflow: unset;
}

body {
    font-family: "raleway-regular";
    font-size: 17px;
    color: #001F1F;
    overflow-x: hidden;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "raleway-light";
}

button {
    font-family: "raleway-regular";
    background: #0068ef;
}

p {
    font-family: "raleway-regular";
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #001F1F;
}

a {
    text-decoration: none;
}

.navbar-brand img {
    width: 166px;
}

.justify-content-end {
    justify-content: flex-end;
}

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

.ml-25 {
    margin-left: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pt-150 {
    padding-top: 150px !important;
}

header.animate__animated {
    z-index: 1001;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    /*    box-shadow: 0px 14px 11px #f9f9f9;*/
}

header nav.navbar {
    background-color: rgb(255 255 255 / 99%) !important;
    backdrop-filter: blur(100px);
    border-radius: 0;
}

.nav-link-btn {
    padding: 4px 30px !important;
    border: double 2px transparent;
    border-radius: 80px;
    background-image: linear-gradient(white, white), radial-gradient(circle at top left, rgba(14, 58, 159, 1), rgba(149, 26, 69, 1));
    background-origin: border-box;
    background-clip: padding-box, border-box;

}



section {
    /*    height: 100vh;*/
    /*    display: flex;*/
    /*    align-items: center;*/
}

.scroll-item {
    /*    scroll-snap-align: start;*/
    /*    scroll-snap-stop: always;*/
    /*    scroll-behavior: smooth;*/
}

.secpadding {
    padding: 80px 0px;
}

.text-right {
    text-align: right !important;
}

ul.navbar-nav .nav-item:last-child {
    margin-right: 0px;
}

ul.navbar-nav .nav-item {
    margin: 0px 15px;
}

ul.navbar-nav .nav-item a.nav-link {
    font-size: 19px;
    transition: 0.2s all ease-in-out;
}

ul.navbar-nav .nav-item a.nav-link:hover {
    transform: scale(1.1);
    transition: 0.2s all ease-in-out;
}

ul.navbar-nav .nav-item a.nav-link.nav-link-btn:hover {
    transform: scale(1.1);
    transition: 0.2s all ease-in-out;
    background: linear-gradient(92deg, rgba(14, 58, 159, 1) 0%, rgba(149, 26, 69, 1) 72%);
    color: #fff;
    background-clip: padding-box, border-box;
}

/* main {
    background: linear-gradient(90deg, rgba(14, 58, 159, 1) 0%, rgba(149, 26, 69, 1) 100%) !important;
    width: 100% !important;
} */
.bannersection {
    /* background: rgb(14, 58, 159); */
    background: linear-gradient(90deg, #4f3386 0%, #ba112d 100%) !important;
    padding: 0em 0px;
    /*    height: 100vh;*/
    position: relative;
    z-index: 100;
    top: 0px;
}

.bannerinnersection {
    height: 100vh;
    padding: 180px 0px;
}

.bannerbefore img {
    position: fixed;
    top: -20em;
    left: 30%;
    width: 36%;
    z-index: 1;
}

.bannerafter .bg_video video,
.bannerafter .bg_video {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0em;
    width: 100%;
    height: auto;
    z-index: -1;
    margin: auto 0;
}

.bannerafter.animate__animated {
    animation-fill-mode: unset;
    animation-delay: 1s;
    animation-duration: 1s;
}

.maintext {
    z-index: 99;
    position: relative;
    font-size: 60px;
}

.bannersection h2 {
    font-size: 115px;
    font-weight: 300;
    letter-spacing: 0.2px;
    /* margin-top: 100px; */
    margin-bottom: 40px;
    font-family: "raleway-light";
}

.bannersection h2 b {
    font-weight: 600;
}

.bannersection a.btncustom {
    background: #0068ef;
    color: #fff;
    padding: 16px 45px;
    border-radius: 50px;
    font-size: 17px;
}

.mainbanner {
    position: relative;
}

.mainbanner .whatsnew {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1011;
    right: 0;
    background: rgb(14, 58, 159);
    background: linear-gradient(90deg, rgba(14, 58, 159, 1) 0%, rgba(149, 26, 69, 1) 100%);
    width: 340px;
    margin: 0 auto;
    padding: 35px 0px;
    border-radius: 0px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    animation-delay: 2s !important;
    animation-name: fadeInUp !important;
    -webkit-animation-duration: 2s !important;
    animation-duration: 2s !important;
}

.mainbanner {
    padding: 150px 0px 0px 0px;
    height: 100vh;
    display: grid;
    align-content: center;
}

section.secondbanner {
    padding-top: 0px;
    padding-bottom: 180px;
}

.secondbanner .whatsnew .newcontent.mt-20 p {
    font-size: 22px;
    line-height: 37px;
    margin-bottom: 35px;
}

.secondbanner .whatsnew {
    /*    background: linear-gradient(90deg, rgba(14, 58, 159, 1) 0%, rgba(149, 26, 69, 1) 100%);*/
    width: fit-content;
    margin: 0 auto;
    padding-top: 5px;
    border-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background: linear-gradient(132deg, #1235aa, #bd0410, #1133a9, #951a45);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.anim-boxes {
    position: relative;
    top: 0;
}

.anim-box1 {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    top: 0;
    left: -74px;
}

.anim-box1 img {
    width: 30%;
    transform: rotate(-50deg);
}

.anim-box2 {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    top: 67px;
    left: 100px;
}

.anim-box2 img {
    width: 30%;
    transform: rotate(96deg);
}

.anim-box3 {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    top: -65px;
    left: 149px;
    opacity: 0.8;
}

.anim-box3 img {
    width: 12%;
}

.anim-box4 {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    top: 201px;
    left: -64px;
    opacity: 0.8;
}

.anim-box4 img {
    width: 12%;
    transform: rotate(-9deg);
}

section.howwestandapart {
    background: #fff;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100;
    position: relative;
    padding-bottom: 150px;
}

.text-big {
    font-size: 24px;
    line-height: 1.5;
}

.card-box img {
    width: 200px;
    height: 100%;
}

.card-body p {
    font-size: 17px;
    letter-spacing: 0.3px;
    line-height: 26px;
    transform: translateY(0);
    opacity: 0;
    transition: 0.4s;
}

.main-card-box:hover p {
    transform: translateY(40px);
    opacity: 1;
}

.main-card-box:hover .icon i {
    font-size: 65px;
}

.icon i {
    color: #6a8dc1;
    font-size: 60px;
    font-weight: 500 !important;
    transition: 0.4s;
}

h2.headsec {
    font-size: 62px;
    line-height: 70px;
    margin-top: 15px;
    margin-bottom: 0px;
    font-weight: 400;
    letter-spacing: 0.8px;
    font-family: "raleway-regular";
}

section.gradient-box {
    padding: 100px 0 100px;
    background: linear-gradient(90deg, #4f3386 0%, #ba112d 100%);
    /* background-size: 80% 200%; */
    /* animation: gradient 10s ease infinite; */
}

.gradient-box h2 {
    font-size: 70px;
    letter-spacing: 1px;
}

.grad-box {
    border-radius: 10px;
    position: relative;
    z-index: 1;
    padding: 65px 80px;
}

.grad-box:before {
    box-shadow: 5px 5px 49px rgb(0 0 0 / 11%);
    background: linear-gradient(90deg, #4a3c8d 0%, #b81e3c 100%);
    /* opacity: 0.2; */
    backdrop-filter: blur(15px);
    width: 60%;
    height: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    transition: 0.4s;
    top: 0;
    position: absolute;
    content: '';
    z-index: -1;
    border-radius: 20px;
}

.grad-box:hover:before {
    width: 70%;
    border: 1px solid #4a3c8d;
}

.grad-box:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 100px;
    bottom: -75px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -2;
    background: #0066eb;
    box-shadow: 5px 5px 49px rgb(0 0 0 / 11%);
}

.grad-box:last-child:after {
    display: none;
}

.grad-box h3 {
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 800;
    line-height: 50px;
}

.grad-box p {
    font-size: 19px;
    line-height: 31px;
    color: #c9c9c9 !important;
    padding-right: 30px;
}

.w-60 {
    width: 60% !important;
}

.slide-sec {
    padding: 80px 0;
}

.drive-slide .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    /* margin: 0 auto; */
    border-radius: 20px;
    box-shadow: 0 0 10px #ccc;
}

.drive-slide .carousel-caption {
    top: 3em;
    text-align: left;
    left: 10%;
    right: 10%;
}

.drive-slide .carousel-caption.c2,
.drive-slide .carousel-caption.c3 {
    right: 0%
}

.drive-slide h2 {
    font-weight: 800;
    color: #6a8dc1;
    font-size: 62px;
    font-family: "raleway-regular";
    letter-spacing: 1.5px;
}

.drive-slide .carousel-caption p {
    width: 70%;
    font-size: 20px;
}

.drive-slide .carousel-item,
.drive-slide .carousel-item img.main-img {
    height: 530px;
}

h2.headsec b {
    font-weight: 800;
}

.drive-slide .carousel-control-next,
.drive-slide .carousel-control-prev {
    background: #fff;
    height: 50px;
    margin: auto 0;
    width: 50px;
    border-radius: 50%;
    border: 1px solid #b4b4b4;
    transition: 0.4s;
    opacity: 0.3;
}

.drive-slide .carousel-control-next {
    right: 2em;
}

.drive-slide .carousel-control-prev {
    left: 2em;
}

.drive-slide .carousel-control-next:hover,
.drive-slide .carousel-control-prev:hover {
    width: 60px;
    height: 60px;
    opacity: 1;
}

.drive-slide .carousel-control-next-icon,
.drive-slide .carousel-control-prev-icon {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
}

.text-muted {
    color: #8791a1 !important;
}

.build-section {
    padding: 40px 0 80px;
}

.legacy-slider .carousel-caption {
    position: relative;
    right: 0;
    left: 0;
    padding: 6em 3em;
    text-align: start;
}

.legacy-slider .carousel-indicators [data-bs-target] {
    text-indent: 0 !important;
    width: 55px;
    height: 55px;
    border-radius: 100px;
    border: 0;
    background: transparent;
    color: #b2b2b2;
    transition: 0.6s;
    font-size: 22px;
    margin: 0 20px;
}

.carousel-indicators .active {
    animation: fadeIn 2s;
    background: linear-gradient(75deg, #032fb38a, #951A45) !important;
    transform: translateX(5px);
    box-shadow: 2px 5px 17px rgba(0, 0, 0, 0.3);
}

.legacy-slider .carousel-indicators {
    margin-bottom: 2rem;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.slide-sec h2.headsec {
    font-size: 70px;
    line-height: 78px;
}

.carousel.legacy-slider {
    box-shadow: 0 0 21px 0px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 30px 50px;
    background: linear-gradient(90deg, #232a9b5c, #b516317a);
    backdrop-filter: blur(20px);
    height: 685px;
}

.legacy-slider .carousel-control-next,
.legacy-slider .carousel-control-prev {
    background: #ffffff46;
    height: 68px;
    margin: auto 15px;
    width: 68px;
    border-radius: 50%;
    border: 1px solid #fff;
    transition: 0.4s;
    opacity: 0.5;
}

.legacy-slider .carousel-control-next:hover,
.legacy-slider .carousel-control-prev:hover {
    width: 60px;
    height: 60px;
    opacity: 1;
}

.legacy-slider h2 {
    font-weight: 800;
    font-size: 52px;
    letter-spacing: 1.5px;
}

.legacy-slider p {
    padding-right: 32px;
    font-size: 18px;
    color: #ffffff !important;
    line-height: 33px;
    letter-spacing: 0.3px;
}

.legacy-slider .carousel-control-prev-icon,
.legacy-slider .carousel-control-next-icon {
    /*    filter: invert(1);*/
}

.bg-light-blue {
    background: #e9f0ff;
    padding: 80px 0 20px;
}

h3.leader-title.text-muted {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 0;
}

.position .small {
    letter-spacing: 1px;
}

.grd-lite {
    background: linear-gradient(90deg, rgba(14, 58, 159, 0.9) 0%, rgba(149, 26, 69, 0.9) 100%);
    padding: 80px 0;
}

.btn-main {
    width: 95%;
    background: #0068ef;
    padding: 20px;
    color: #fff;
    font-size: 20px;
    border-radius: 40px;
    transition: 0.5s;
}

.btn-main:hover {
    width: 100%;
    background-color: #fff;
    color: #0068ef !important;
}

.custom-link {
    background: #6a8dc1;
    width: 95%;
    padding: 20px;
    color: #fff;
    font-size: 20px;
    border-radius: 40px;
    transition: 0.5s;
}

.custom-link:hover {
    background: #fff;
    width: 100%;
}

.custom-link:hover a {
    color: #0068ef !important;
}

.custom-link a i {
    font-size: 24px;
}

.form-main .form-control {
    border-radius: 40px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: 20px;
    padding: 8px 30px;
    height: 70px;
}

.form-floating > label {
    color: #fff;
    padding: 20px 30px;

}

.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-select ~ label::after {
    background: transparent;
}

.form-floating > .form-control:focus ~ label {
    color: #fff;
}

section.howwestandapart img.howwestandapartimg {
    width: 78%;
    margin-top: 0px !important;
}

footer {
    background: linear-gradient(90deg, rgba(14, 58, 159, 1) 0%, rgba(149, 26, 69, 1) 100%);
    padding: 5em 0px 0px 0px;
    position: relative;
    width: 100% !important;
    z-index: 100;
}

footer .copyrightsec {
    margin-top: 40px;
    border-top: 1px solid #ffffff21;
    padding-top: 20px;
}

.go-top {
    position: fixed;
    cursor: pointer;
    bottom: -100px;
    right: 20px;
    color: #ffffff;
    background: linear-gradient(90deg, rgba(14, 58, 159, 1) 0%, rgba(149, 26, 69, 1) 100%);
    z-index: 4;
    width: 45px;
    text-align: center;
    height: 45px;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    font-size: 25px;
    -webkit-transition: .9s;
    transition: .9s;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top i {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    font-size: 30px;
    margin-left: auto;
    margin-right: auto;
}

.go-top.active {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
}

.go-top:hover {
    background: linear-gradient(90deg, rgba(14, 58, 159, 1) 0%, rgba(149, 26, 69, 1) 100%);
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

footer ul.footerlinks {
    list-style: none;
    margin-bottom: 80px;
}

footer .footersociallinks {
    list-style: none;
}

footer ul.footerlinks li {
    display: inline-block;
    margin: 0px 25px;
}

footer ul.footersociallinks li a {
    font-size: 20px;
    padding: 7px 10px;
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #8b1d4c;
}

footer ul.footersociallinks li {
    display: inline-block;
    margin: 0px 12px;
}

footer ul.footerlinks li a {
    color: #fff;
    font-size: 20px;
    padding: 10px;
}

.ourprojects {
    padding-top: 100px;
    background: #f1f1f1;
    background-image: linear-gradient(180deg, #f7f7f7 72.8%, #ffffff 50%);
    /* height: 111vh; */
    position: relative;
    width: 100% !important;
    z-index: 100;
}

.ourprojects h2.headsec {
    font-size: 43px;
    line-height: 85px;
    font-weight: 600;
    letter-spacing: 1px;
    padding-left: 2.5em;
}


.ourprojects .slide {
    width: 88% !important;
    margin: 20px 25px;
    /* box-sizing: border-box; */
    /* height: 20vh; */
    background-color: rgb(255 255 255);
    /*    border: 1px solid #c6c6c600;*/
    box-shadow: 0px 0px 20px #c6c6c6;
    cursor: pointer;
    /* display: flex !important; */
    /* align-items: flex-end; */
    /* justify-content: center; */
    /* min-height: 120px; */
    transition: 0.5s all;
    transform: scale(0.9);
    opacity: 0.3;
}

.ourprojects .slick-active .slide {
    transform: scale(1);
    opacity: 1;
}


.ourprojects .slick-slider .slick-list {
    /*    overflow: visible;*/
}

.ourprojects .slick-arrow {
    z-index: 100;
}

.ourprojects .slider-nav ul.slick-dots,
.manifestsec .slider-nav ul.slick-dots {
    display: none !important;
}

.ourprojects .slick-slider button.slick-prev,
.manifestsec .slick-slider button.slick-prev {
    background: #eee !important;
    position: absolute;
    left: -10em;
    top: 40%;
    padding: 10px 20px;
    border: none;
    visibility: hidden;
}

.ourprojects .slick-slider button.slick-next,
.manifestsec .slick-slider button.slick-next {
    background: #ffffff42 !important;
    position: absolute;
    right: 10em;
    top: 33%;
    padding: 20px 15px;
    color: #eee0 !important;
    border: 2px solid #ffffff42;
    border-radius: 50%;
}

.ourprojects .slick-slider button.slick-next:before,
.manifestsec .slick-slider button.slick-next:before {
    content: "\f105";
    position: absolute;
    color: #fff;
    font-size: 35px;
    top: 12px;
    left: 28px;
    font-weight: 300;
    font: normal normal normal 40px/1 FontAwesome;
}

.ourprojects .slider-nav {
    position: relative;
    overflow: hidden;
    z-index: 10;
    padding-left: 6.5em;
}

.ourprojects .slider-nav:before {
    content: '';
    position: absolute;
    /* position: fixed; */
    right: 0;
    top: 19px;
    background: linear-gradient(90deg, #2349bc 10%, rgba(149, 26, 69, 1) 65%);
    width: 24vw;
    height: 59.5vh;
    opacity: 0.7;
    z-index: 1;
    filter: blur(0px);
}

.row.projectinfoinner p {
    margin-bottom: 0px !important;
    color: #8791a1 !important;
    line-height: 27px;
}

.ourprojects .row.projectinfoinner {
    padding: 30px 35px 30px 35px;
    align-items: center;
}

.ourprojects .row.projectinfoinner .col-md-7 {
    padding-left: 100px;
}

.row.projectinfoinner {
    padding: 20px 20px 0px 20px;
    align-items: end;
}

.row.projectinfoinner h4 {
    color: #8791a1 !important;
    margin: 0px;
    margin-bottom: 0px !important;
    font-size: 20px;
}

.row.projectinfoinner h2 {
    color: #8791a1 !important;
    font-weight: 600;
    font-size: 25px;
    margin: 0px;
    margin-bottom: 10px;
}

.row.projectinfoinner a {
    text-align: left;
    display: inline-block;
    font-size: 18px;
    letter-spacing: 0.5px;
    padding: 7px 20px;
    border: 1px solid #0d6efd;
    border-radius: 50px;
    margin-top: 12px;
}

footer ul.footersociallinks li a.twitter-img img {
    width: 20px;
    height: 20px;
    position: relative;
    top: -2px;
}

footer ul.footersociallinks li a.twitter-img {
    padding: 8px 10px;
}

.custom-link:hover a span {
    display: inline-block;
    transition: 0.2s all ease-in-out;
    margin-left: 10px;
    color: #0068ef;
    font-weight: 600;
}

.custom-link a span {
    display: none;
    transition: 0.2s all ease-in-out;
}

@media only screen and (max-width: 992px) {


    button.navbar-toggler {
        border: transparent !important;
    }

    .nav-link-btn {
        background: none !important;
        padding: 5px 0px !important;
    }

    .w-60 {
        width: 94% !important;
    }

    .secpadding {
        padding: 60px 0px;
    }

    .navbar-brand img {
        width: 120px;
    }

    .btnarrow {
        width: 3rem;
        height: 3rem;
    }

    .btnarrow i {
        font-size: 25px;
    }

    .bannerbefore img {
        top: -3em;
        left: 20%;
        width: 60%;
    }

    header nav.navbar {
        background-color: rgb(255 255 255) !important;
    }

    .ctainfobox .row {
        padding: 40px 0px 20px 0px;
        width: 90%;
    }

    h2.headsec {
        font-size: 40px;
        line-height: 48px;

    }

    .ourprojects {
        padding-top: 50px;
    }

    .ourprojects .row.projectinfoinner .col-md-7 {
        padding-left: 14px;
        padding-top: 15px;
    }

    .ourprojects .slick-slider button.slick-next {
        background: linear-gradient(90deg, #2349bc 10%, rgba(149, 26, 69, 1) 65%) !important;
        right: 0em;
        top: 50%;
        padding: 16px 10px;
        border: 0px solid #ffffff42;
    }

    .ourprojects .slick-slider button.slick-next:before,
    .manifestsec .slick-slider button.slick-next:before {
        top: 10px;
        left: 26px;
        font: normal normal normal 34px/1 FontAwesome;
    }

    .ourprojects .slider-nav:before {
        right: 0;
        display: none;
    }

    footer {
        padding: 100px 0px 0px 0px;
    }

    footer .col-md-4,
    footer .col-md-8 {
        text-align: center !important;
    }

    footer ul.footerlinks {
        margin-bottom: 55px;
        padding-left: 0px;
    }

    footer .footersociallinks {
        padding-left: 0px;
    }

    footer ul.footerlinks li {
        display: inline-block;
        margin: 50px 0px 0px 0px;
    }

    footer ul.footerlinks li a {
        color: #fff;
        font-size: 18px;
        padding: 10px 8px;
        text-align: center !important;
    }

    .ourprojects h2.headsec {
        padding-left: 0em;
    }

    .ourprojects .slider-nav {
        padding-left: 0;
    }

    .drivebox h4 {
        font-size: 30px;
        line-height: 38px;
    }

    .slick-slide img {
        display: block;
        height: auto;
        object-fit: cover;
        width: 100%;
        overflow: hidden;
    }

    section.howwestandapart h2.headsec {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 10px;
    }

    #myCarousel .card.card-body img.img-fluid {
        height: 282px;
        object-fit: cover;
    }

    /* .redesigninginfohide .howwestandapartimg {
        display: block !important;
    } */
    .slide-sec h2.headsec br {
        display: none;
    }

    .slide-sec h2.headsec {
        font-size: 50px;
        line-height: 53px;
    }

    .drive-slide h2 {
        font-size: 48px;
    }

    .gradient-box h2 {
        margin-bottom: 20px;
        font-size: 30px;
        margin-top: 25px;
    }

    .legacy-slider p {
        padding-right: 10px;
        font-size: 18px;
        line-height: 32px;
    }

    .custom-link,
    .form-main .btn-main {
        padding: 12px 10px !important;
    }

    .custom-link i {
        margin-right: 15px;
    }


    .form-main .form-control {
        height: 60px;
    }

    .custom-link:hover {
        width: 95%;
    }

    .custom-link {
        font-size: 18px;
        padding: 16px 10px;
    }

}

@media(min-width:300px) and (max-width:400px) {
    .anim-boxes {
        transform: scale(1.05);
    }

    .anim-box1 img {
        width: 51%;
        transform: rotate(-50deg);
    }

    .anim-box2 {
        top: 43px;
        left: 119px;
    }

    .anim-box2 img {
        width: 90%;
        transform: rotate(95deg);
    }

    .anim-box3 {
        top: -31px;
        left: 128px;
        opacity: 0.8;
    }

    .anim-box3 img {
        width: 38%;
    }

    .anim-box4 {
        top: 105px;
        left: -33px;
        opacity: 0.8;
    }

    .anim-box4 img {
        width: 23%;
        transform: rotate(-9deg);
    }
}

@media(min-width:381px) and (max-width:600px) {

    .anim-box1 img {
        width: 51%;
        transform: rotate(-50deg);
    }

    .anim-box2 {
        top: 15px;
        left: 143px;
    }

    .anim-box2 img {
        width: 92%;
        transform: rotate(73deg);
    }

    .anim-box3 {
        top: -31px;
        left: 128px;
        opacity: 0.8;
    }

    .anim-box3 img {
        width: 35%;
    }

    .anim-box4 {
        top: 105px;
        left: 0px;
        opacity: 0.8;
    }

    .anim-box4 img {
        width: 38%;
        transform: rotate(-9deg);
    }
}

@media(min-width:601px) and (max-width:767px) {

    .anim-box1 img {
        width: 39%;
        transform: rotate(-73deg);
    }

    .anim-box1 {
        position: absolute;
        width: 100%;
        margin: 0 auto;
        top: 18px;
        left: -82px;
    }

    .anim-box2 {
        top: 30px;
        left: 167px;
    }

    .anim-box2 img {
        width: 68%;
        transform: rotate(88deg);
    }

    .anim-box3 {
        top: -9px;
        left: 152px;
        opacity: 0.8;
    }

    .anim-box3 img {
        width: 20%;
    }

    .anim-box4 {
        top: 157px;
        left: 76px;
        opacity: 0.8;
    }

    .anim-box4 img {
        width: 24%;
        transform: rotate(-22deg);
    }
}

@media(max-width:767px) {
    .bannersection h2 {
        font-size: 44px;
        margin-top: 20px;
    }

    .mainbanner {
        padding: 30px 0px 0px 0px;
        height: 80vh;
    }

    .main-card-box p {
        opacity: 1;
        transform: translateY(20px);
    }

    .grad-box .row.w-50 {
        width: 90% !important;
    }

    .grad-box {
        padding: 20px 20px;
        margin-bottom: 40px;
    }

    .grad-box:before {
        width: 90% !important;
    }

    .gradient-box h2 {
        margin-bottom: 20px;
        font-size: 44px;
    }

    .grad-box h3 {
        font-size: 30px;
        line-height: 1.3;
    }

    .anim-box1,
    .anim-box2,
    .anim-box3,
    .anim-box4 {
        width: auto !important;
    }

    .carousel.legacy-slider {
        height: auto !important;
        padding: 30px 20px;
    }

    .drive-slide .carousel-item,
    .drive-slide .carousel-item img.main-img {
        height: 600px !important;
    }

    .drive-slide .carousel-caption {
        top: 0;
    }

    .drive-slide .carousel-caption p {
        width: 96%;
        font-size: 20px;
    }

    .ci1 .img-box img {
        width: 70% !important;
    }

    .drive-slide .carousel-control-prev {
        display: none;
    }

    section.gradient-box {
        padding: 60px 0 80px;
    }

    .legacy-slider .carousel-caption {
        padding: 2em 0em;
    }

    .legacy-slider .carousel-control-next,
    .legacy-slider .carousel-control-prev {
        height: 40px;
        width: 40px;
        margin: auto 1px;
        bottom: auto;
        top: 15rem;
    }

    .legacy-slider .carousel-control-next:hover,
    .legacy-slider .carousel-control-prev:hover {
        height: 45px;
        width: 45px;
    }

    .legacy-slider .carousel-indicators {
        margin-right: 5%;
        margin-bottom: 1rem;
        margin-left: 5%;
    }

    .legacy-slider .carousel-indicators [data-bs-target] {
        width: 50px;
        height: 48px;
        border-radius: 40px;
        margin: 0px 2px;
    }

    .bg-light-blue {
        padding: 60px 0;
    }

    .w-75 {
        width: 100% !important;
    }

    .ml-25 {
        margin-left: 0 !important;
    }

    .slide-sec {
        padding: 80px 0;
    }

    .text-big {
        font-size: 18px;
        line-height: 1.5;
    }

    .grd-lite {
        padding: 6em 15px;
    }

}

@media (min-width:768px) and (max-width:991px) {

    .anim-box1,
    .anim-box2,
    .anim-box3,
    .anim-box4 {
        width: auto !important;
    }

    .grad-box {
        padding: 20px 20px;
        margin-bottom: 40px;
    }

    .grad-box:before {
        width: 90% !important;
    }


    .grad-box h3 {
        font-size: 30px;
        line-height: 1.3;
    }

    .w-50 {
        width: 80% !important;
    }

    .carousel.legacy-slider {
        height: auto !important;
    }

    .text-big {
        font-size: 18px;
        line-height: 1.5;
    }

    .w-75 {
        width: 100% !important;
    }

    h3.leader-title.text-muted {
        font-size: 30px;
    }

    .bannersection h2 {
        font-size: 60px;
    }

    .anim-box1 {
        position: absolute;
        margin: 0 auto;
        top: -8px;
        left: -141px;
    }

    .anim-box1 img {
        width: 31%;
        transform: rotate(-60deg);
    }

    .anim-box2 {
        position: absolute;
        margin: 0 auto;
        top: 23px;
        left: 99px;
    }

    .anim-box2 img {
        width: 43%;
        transform: rotate(93deg);
    }

    .anim-box3 {
        position: absolute;
        width: auto;
        margin: auto;
        top: -38px;
        right: 0;
        opacity: 0.8;
        left: 193px;
    }

    .anim-box3 img {
        width: 20%;
    }

    .anim-box4 {
        position: absolute;
        width: 100%;
        margin: 0 auto;
        top: 153px;
        left: 111px;
        opacity: 0.8;
    }

    .anim-box4 img {
        width: 26%;
        transform: rotate(-16deg);
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    .bannersection h2 {
        font-size: 80px;
    }

    .anim-box1 {
        position: absolute;
        width: auto;
        margin: 0 auto;
        top: 0;
        left: -74px;
    }

    .anim-box1 img {
        width: 30%;
        transform: rotate(-50deg);
    }

    .anim-box2 {
        position: absolute;
        width: auto;
        margin: 0 auto;
        top: 63px;
        left: 135px;
    }

    .anim-box2 img {
        width: 34%;
        transform: rotate(100deg);
    }

    .anim-box3 {
        position: absolute;
        width: auto;
        margin: auto;
        top: -53px;
        right: 0;
        opacity: 0.8;
        left: 247px;
    }

    .anim-box3 img {
        width: 15%;
    }

    .anim-box4 {
        position: absolute;
        width: 100%;
        margin: 0 auto;
        top: 180px;
        left: -84px;
        opacity: 0.8;
    }

    .anim-box4 img {
        width: 13%;
        transform: rotate(-9deg);
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .bannersection h2 {
        font-size: 60px;
    }

    .anim-box1 {
        position: absolute;
        width: auto;
        margin: 0 auto;
        top: 0;
        left: -131px;
    }

    .anim-box1 img {
        width: 26%;
        transform: rotate(-60deg);
    }

    .anim-box2 {
        position: absolute;
        width: auto;
        margin: 0 auto;
        top: 35px;
        left: 136px;
    }

    .anim-box2 img {
        width: 35%;
        transform: rotate(93deg);
    }

    .anim-box3 {
        position: absolute;
        width: auto;
        margin: auto;
        top: -53px;
        right: 0;
        opacity: 0.8;
        left: 197px;
    }

    .anim-box3 img {
        width: 15%;
    }

    .anim-box4 {
        position: absolute;
        width: 100%;
        margin: 0 auto;
        top: 153px;
        left: -45px;
        opacity: 0.8;
    }

    .anim-box4 img {
        width: 13%;
        transform: rotate(-16deg);
    }

    ul.navbar-nav .nav-item a.nav-link {
        font-size: 17px;
    }

    ul.navbar-nav .nav-item {
        margin: 0px 5px;
    }
}
