@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: 100px 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;
}

.bannersection {
    background: rgb(14, 58, 159);
    background: linear-gradient(90deg, rgba(14, 58, 159, 1) 0%, rgba(149, 26, 69, 1) 100%);
    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 img,
.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 {}

.bannersection h2 {
    font-size: 65px;
    line-height: 75px;
    font-weight: 100 !important;
    letter-spacing: 1.5px;
    margin-top: 80px;
    margin-bottom: 80px;
    font-family: "raleway-light";
}

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

.bannersection a.btncustom {
    background: #0068ef;
    color: #fff;
    padding: 18px 55px;
    border-radius: 50px;
    font-size: 22px;
    border: 2px solid #fff0;
    font-weight: 500;
    transition: 0.2s all ease-in-out;
}

.bannersection a.btncustom:hover {
    border: 2px solid #fff;
    transition: 0.2s all ease-in-out;
    letter-spacing: 0.5px;
    background: transparent;
}

.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: 200px 0px 0px 0px;
    height: 100vh;
    display: flex;
    align-items: flex-start;
    justify-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%;
    }
}

div#myCarousel {
    padding: 10px;
    background: #fff;
    border-radius: 20px;
}

div#myCarousel .carousel-item {
    transition: .8s all ease-in-out;
}

#myCarousel .card.card-body {
    background: transparent;
    border: 4px solid #fff;
    padding: 0px;
}

#myCarousel .carousel-control-next-icon,
#myCarousel .carousel-control-prev-icon {
    border: 1px solid #fff;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    opacity: 1;
    background-size: 60%;
}

@media (max-width: 768px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }

    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-start,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
    /* transition-duration: 10s; */
}

/* display 4 */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next,
    .carousel-item-next:not(.carousel-item-start) {
        transform: translateX(25%) !important;
    }

    .carousel-inner .carousel-item-left.active,
    .carousel-item-prev:not(.carousel-item-end),
    .active.carousel-item-start,
    .carousel-item-prev:not(.carousel-item-end) {
        transform: translateX(-25%) !important;
    }

    .carousel-item-next.carousel-item-start,
    .active.carousel-item-end {
        transform: translateX(0) !important;
    }

    .carousel-inner .carousel-item-prev,
    .carousel-item-prev:not(.carousel-item-end) {
        transform: translateX(-25%) !important;
    }
}

main {
    /*    background: #e2dfef;*/
    background: linear-gradient(90deg, rgba(14, 58, 159, 1) 0%, rgba(149, 26, 69, 1) 100%) !important;
    width: 100% !important;
}

section.howwestandapart {
    background: #e9f0ff;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* padding: 94px 0px 0px 0px; */
    z-index: 100;
    position: relative;
    /*    border-top-left-radius: 50px !important;*/
    /*    border-top-right-radius: 50px !important;*/
}


h2.headsec {
    font-size: 60px;
    line-height: 67px;
    margin-top: 15px;
    margin-bottom: 0px;
    font-weight: 400;
    letter-spacing: 0.8px;
}

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

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

.howwestandapartinfo {
    margin-top: 100px;
}

.howwestandapartimg {
    width: 65%;
    margin: 0 auto;
    position: relative;
    z-index: 100;
    margin-top: 80px;
    text-align: center;
}

.howwestandapartinfo {
    position: relative;
    z-index: 100;
}

.howwestandapartinfo h4 {
    font-weight: 800 !important;
    color: #7c838e;
    line-height: 26px;
    text-align: left;
    font-size: 19.5px;
    letter-spacing: 0.5px;
}

.howwestandapartinfo img {
    width: 60%;
    z-index: 100;
    position: relative !important;
}

.howwestandapartinfo .box1 img {
    width: 60% !important;
}

.howwestandapartinfo .box1 {
    position: absolute;
    top: -3.5rem;
    left: 9.5rem;
}

.howwestandapartinfo .box1 h4 {
    position: absolute;
    top: -8px;
    left: 32px;
}

.howwestandapartinfo .box2 img {
    width: 57%;
    left: -48px;
}

.howwestandapartinfo .box2 {
    position: absolute;
    top: -6rem;
    left: 29rem;
}

.howwestandapartinfo .box2 h4 {
    position: absolute;
    top: 35px;
    left: 48px;
}

.howwestandapartinfo .box3 img {
    width: 48%;
}

.howwestandapartinfo .box3 {
    position: absolute;
    top: -5rem;
    left: 43.5rem;
}

.howwestandapartinfo .box3 h4 {
    position: absolute;
    top: 23px;
    left: 110px;
}

.howwestandapartinfo .box1 img {
    width: 66%;
}

.howwestandapartinfo .box4 {
    position: absolute;
    bottom: 0.9rem;
    left: 1.8rem;
}

.howwestandapartinfo .box4 h4 {
    position: absolute;
    top: -18px;
    left: 8em;
}

.howwestandapartinfo .box5 img {
    width: 55%;
}

.howwestandapartinfo .box5 {
    position: absolute;
    bottom: 0.5rem;
    left: 28.5rem;
}

.howwestandapartinfo .box5 h4 {
    position: absolute;
    top: -13px;
    left: 56px;
}

.howwestandapartinfo .box6 img {
    width: 58%;
}

.howwestandapartinfo .box6 {
    position: absolute;
    bottom: 0.5rem;
    left: 45rem;
}

.howwestandapartinfo .box6 h4 {
    position: absolute;
    top: -30px;
    left: 85px;
}

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

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

.ctainfobox h3 {
    font-size: 38px;
    line-height: 55px;
}

.ctainfobox .row {
    margin: 0 auto;
    padding: 100px;
    width: 80%;
    background: linear-gradient(132deg, #032fb3, #951a45, #032fb3, #951a45);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    border-radius: 20px;
}

.btnarrow a {
    color: #fff;
}

.btnarrow i {
    position: relative;
    font-size: 40px;
    top: 10px;
    left: 2px;
}

.btnarrow {
    color: #fff;
    border: 2px solid #ffffffc7;
    width: 4rem;
    height: 4rem;
    margin: 0 auto;
    border-radius: 50px;
    transition: 0.2s all ease-in-out;
}

.btnarrow:hover {
    transform: scale(1.2);
    transition: 0.2s all ease-in-out;
}

section.ctainfosec {
    /*    margin-top: -7em;*/
    margin-top: 0;
    padding: 60px 0px;
    background-image: linear-gradient(180deg, #e9f0ff 55%, #f7f7f7 50%);
    /*    height: 82vh;*/
    position: relative;
    width: 100% !important;
    z-index: 100;
}

.ctainfosec .ctainfobox {
    margin-top: 0em;
    transition: 0.2s all ease-in-out;
}

.ctainfobox:hover {
    transform: scale(1.1);
    transition: 0.2s all ease-in-out;
}

.ctainfobox h3.text-white,
.ctainfobox h4.text-white {
    transition: 0.2s all ease-in-out;
}

.ctainfobox:hover h3.text-white,
.ctainfobox:hover h4.text-white {
    transform: scale(0.9);
    transition: 0.2s all ease-in-out;
}

.redesigningsec {
    padding-top: 50px !important;
    /*    padding-bottom: 0em;*/
    position: relative;
    width: 100% !important;
    z-index: 100;
    background: #f7f7f7 !important;
}

.redesigninginfo {
    position: relative;
    text-align: center;
}

.redesigningsec h2.headsec {
    font-size: 68px;
    line-height: 72px;
}

.redesigninginfo p {
    font-weight: 500 !important;
    color: #60656d;
    line-height: 22px;
    font-size: 18px;
    text-align: center;
}

.redesigninginfo h4 {
    font-weight: 700;
    color: #60656d;
    font-size: 22px;
    margin-bottom: 0px;
    cursor: pointer;
    padding: 10px 0px;
    text-align: center;
}

.redesigninginfohide .howwestandapartimg {
    width: 100%;
    display: none;
}

.redesigninginfo .box1 {
    position: absolute;
    bottom: 1rem;
    left: 70px;
    text-align: right;
    /* width: 35%; */
    /* display: block; */
    transition: transform .2s;
}

.redesigninginfo .box1:hover:before,
.redesigninginfo .box1:hover:before {
    content: '';
    position: absolute;
    left: 167px;
    bottom: -8px;
    background: linear-gradient(90deg, rgba(135, 216, 246, 1) 0%, rgba(135, 216, 246, 0) 100%);
    width: 144px;
    height: 139px;
    z-index: -1;
    border-radius: 50%;
    transition: transform .2s;
}

.redesigninginfo .box1:hover h4,
.redesigninginfo .box1:hover p,
.redesigninginfo .box2:hover h4,
.redesigninginfo .box2:hover p,
.redesigninginfo .box3:hover h4,
.redesigninginfo .box3:hover p,
.redesigninginfo .box4:hover h4,
.redesigninginfo .box4:hover p,
.redesigninginfo .box5:hover h4,
.redesigninginfo .box5:hover p,
.redesigninginfo .box6:hover h4,
.redesigninginfo .box6:hover p,
.redesigninginfo .box7:hover h4,
.redesigninginfo .box7:hover p {
    transform: scale(1.2);
    transition: transform .2s;
}

.redesigninginfo .box2 {
    position: absolute;
    bottom: 14rem;
    left: 150px;
    /*    text-align: right;*/
    /* width: 35%; */
    display: block;
    transition: transform .2s;
}

.redesigninginfo .box2:hover:before,
.redesigninginfo1 .box2:hover:before {
    content: '';
    position: absolute;
    left: 158px;
    bottom: -4.2em;
    background: linear-gradient(90deg, #f0b0c9 0%, #f0538e00 100%);
    width: 145px;
    height: 140px;
    z-index: -1;
    border-radius: 50%;
    transition: transform .2s;
    transform: rotate(40deg);
}

.redesigninginfo .box3 {
    position: absolute;
    bottom: 23rem;
    left: 19.5rem;
    /*    text-align: right;*/
    /* width: 35%; */
    display: block;
    transition: transform .2s;
}

.redesigninginfo .box3:hover:before,
.redesigninginfo1 .box3:hover:before {
    content: '';
    position: absolute;
    left: 7em;
    bottom: -6.9em;
    background: linear-gradient(90deg, rgba(135, 216, 246, 1) 0%, rgba(135, 216, 246, 0) 100%);
    width: 148px;
    height: 144px;
    z-index: -1;
    border-radius: 50%;
    transition: transform .2s;
    transform: rotate(67deg);
}

.redesigninginfo .box4 {
    position: absolute;
    bottom: 27rem;
    left: 37.5rem;
    text-align: center;
    /* width: 35%;*/
    display: block;
    transition: transform .2s;
}

.redesigninginfo .box4:hover:before,
.redesigninginfo1 .box4:hover:before {
    content: '';
    position: absolute;
    left: -16px;
    bottom: -8.4em;
    background: linear-gradient(90deg, #f0b0c9 0%, #f0538e00 100%);
    width: 150px;
    height: 142px;
    z-index: -1;
    border-radius: 50%;
    transition: transform .2s;
    transform: rotate(85deg);
}

.redesigninginfo .box5 {
    position: absolute;
    bottom: 23rem;
    right: 20.5rem;
    /*    text-align: left;*/
    /* width: 35%; */
    display: block;
    transition: transform .2s;
}

.redesigninginfo .box5:hover:before,
.redesigninginfo1 .box5:hover:before {
    content: '';
    position: absolute;
    right: 5.9em;
    bottom: -7.1em;
    background: linear-gradient(90deg, rgba(135, 216, 246, 1) 0%, rgba(135, 216, 246, 0) 100%);
    width: 153px;
    height: 142px;
    z-index: -1;
    border-radius: 50%;
    transition: transform .2s;
    transform: rotate(105deg);
}

.redesigninginfo .box6 {
    position: absolute;
    bottom: 14rem;
    right: 175px;
    /*    text-align: left;*/
    /* width: 35%; */
    display: block;
    transition: transform .2s;
}

.redesigninginfo .box6:hover:before,
.redesigninginfo1 .box6:hover:before {
    content: '';
    position: absolute;
    right: 133px;
    bottom: -4.1em;
    background: linear-gradient(90deg, #f0b0c9 0%, #f0538e00 100%);
    width: 142px;
    height: 140px;
    z-index: -1;
    border-radius: 50%;
    transition: transform .2s;
    transform: rotate(127deg);
}

.redesigninginfo .box7 {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    /*    text-align: left;*/
    /* width: 35%; */
    display: block;
    transition: transform .2s;
}

.redesigninginfo .box7:hover:before,
.redesigninginfo1 .box7:hover:before {
    content: '';
    position: absolute;
    right: 13em;
    bottom: -1.8em;
    bottom: -13px;
    background: linear-gradient(90deg, rgba(135, 216, 246, 1) 0%, rgba(135, 216, 246, 0) 100%);
    width: 153px;
    height: 142px;
    z-index: -1;
    border-radius: 50%;
    transition: transform .2s;
    transform: rotate(140deg);
}

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;
}

section.originstory {
    padding: 80px 0px;
    background-image: linear-gradient(180deg, #f7f7f7 50%, #e9f0ff 50%);
    position: relative;
    width: 100% !important;
    z-index: 100;
}

section.originstory {
    transition: 0.2s all ease-in-out;
}

section.originstory .ctainfobox:hover {
    transform: scale(1.1);
    transition: 0.2s all ease-in-out;
}

section.drivessec {
    padding-bottom: 130px;
    background: #e9f0ff;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100% !important;
    z-index: 100;
}

.drivebox {
    margin: 0px 25px;
    transition: transform .2s;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.5, 1.5);
    }

    100% {
        transform: scale(1, 1);
    }
}

.drivebox img {
    width: 100%;
}

.drivebox h4 {
    color: #8c97ad !important;
    font-weight: 600;
    font-size: 36px;
    line-height: 45px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.drivebox a {
    color: #8c97ad !important;
    font-weight: 600;
    font-size: 26px;
    letter-spacing: 1px;
}

.drivebox a i {
    /*    transition: 0.5s all ease-in-out;*/
}

.drivebox:hover a i {
    /*        transform: rotate(0deg);*/
    /* transition: 0.5s all ease-in-out; */
    /*    transform: scale(1.1);*/
}

.drivebox.box1 {
    background: rgb(225, 235, 253);
    background: linear-gradient(134deg, rgba(225, 235, 253, 1) 50%, rgba(170, 195, 245, 1) 100%);
    border-radius: 8px;
    padding: 20px 0px 20px 30px;
    box-shadow: 3px 6px 15px #dedede;
}

.drivebox.box2 {
    background: rgb(225, 235, 253);
    background: linear-gradient(134deg, #faf7fa 50%, #fcd3d7 100%);
    border-radius: 8px;
    padding: 20px 0px 20px 30px;
    box-shadow: 3px 6px 15px #dedede;
}

.drivebox.box3 {
    background: rgb(225, 235, 253);
    background: linear-gradient(134deg, #edf7ff 50%, #a9ecfa 100%);
    border-radius: 8px;
    padding: 20px 0px 20px 30px;
    box-shadow: 3px 6px 15px #dedede;
}

.ourprojects {
    padding-top: 120px;
    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;
    font-size: 20px;
}

.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: 30px;
    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;
}

.manifestsec {
    /* background: linear-gradient(123deg, rgba(14, 58, 159, 1) 0%, rgba(149, 26, 69, 1) 100%); */
    background: linear-gradient(123deg, rgb(88 125 209) 0%, rgb(187 85 121) 100%);
    padding-bottom: 0;
    /* height: 111vh; */
    position: relative;
    width: 100% !important;
    z-index: 100;
}

.manifestinfo {
    /* background: linear-gradient(123deg, #032fb3 0%, #b61457 100%); */
    /* background-size: 400% 400%; */
    /* animation: gradient 15s ease infinite; */
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 20px 0px;
    overflow: hidden;
    padding-bottom: 90px;
    margin-top: 17px;
    background: linear-gradient(90deg, #4d6cb400 0%, #b23e6700 100%);
    /* background: linear-gradient(123deg, rgb(88 125 209) 0%, rgb(187 85 121) 100%); */
    box-shadow: 0px 0px 29px #0000001c;
}

section.ctainfosec:before {
    content: '';
    /*    position: absolute;*/
    /*    bottom: 0;*/
    /*    left: 0;*/
    /*    background: linear-gradient(45deg, rgb(99 121 200) 12%, rgb(187 85 121) 100%);*/
    /*    height: 50%;*/
    /*    width: 100%;*/
    /*    z-index: -1;*/
}

.manifestinfo h2.headsec {
    font-size: 55px;
    line-height: 48px;
    font-weight: 800;
    letter-spacing: 1px;
}

.manifestinfo h2.headsec span {
    font-weight: 400;
}

.manifestsec .slick-slider .slick-list {
    overflow: visible;
}

.manifestsec .slide {
    /*    width: 75% !important;*/
    width: 66% !important;
    background-color: rgb(255 255 255);
    border: 1px solid #c6c6c600;
    cursor: pointer;
    transition: 0.5s all;
    transform: scale(0.9);
    border-radius: 28px !important;
    padding: 18px;
}

.manifestsec .slick-slide {
    /*    opacity: 0;*/
}

.manifestsec .slick-slide.slick-current,
.manifestsec .slick-slide.slick-cloned {
    /*    opacity: 1;*/
}

.manifestsec .slick-slide img {
    border-radius: 35px !important;
}

.manifestsec .slick-slider button.slick-next {
    right: 18em;
    top: 40%;
}

.manifestsec .slider-nav:before {
    content: '';
    position: absolute;
    /* right: -8.7em; */
    right: 0em;
    top: 40px;
    background: linear-gradient(90deg, rgb(255 255 255) 0%, rgb(255 255 255) 100%);
    width: 40%;
    height: 90%;
    opacity: 0.3;
    z-index: 0;
    filter: blur(0px);
}

.manifestsec .slick-slide .manifestslide {
    margin-left: -18em;
}

.manifestsec .slick-slide.slick-active .manifestslide {
    margin-left: 80px;
}

.manifestinfo h2,
.manifestinfo h4 {
    margin-left: 60px;
}

.manifestinfo h4 {
    font-size: 25px;
    margin-top: 20px;
}

.manifestslide .row.projectinfoinner .col-md-4.text-left {
    text-align: right;
}

.manifestslide .row.projectinfoinner a {
    text-align: right !important;
    border: 1px solid #ffffff;
    font-size: 22px;
}

.bannersection:after {
    /*
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../img/triangle-shape-animation.gif);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    width: 100%;
    height: 100%;
    z-index: -1;
*/
}

.bannersection:before {
    /*
    content: '';
    position: absolute;
    top: -20em;
    left: 0;
    background: url(../img/Shape-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 77%;
    z-index: -2;
*/
}

.whtsnew.btnarrow {
    width: 2rem;
    height: 2rem;
    margin: 0;
    top: -20px;
    background: #ffffff00;
    border: 0px solid #ffffffc7;
    position: relative;
}

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

.hide {
    display: none;
}

.w-80 {
    width: 80%
}

.secondbanner .whatsnew h3.text-white {
    margin-bottom: 35px;
    font-size: 25px;
}

.secondbanner .whatsnew p.text-white {
    font-size: 20px;
    line-height: 35px;
}

.whatsnew .d-flex.px-md-5.py-md-4.justify-content-center.align-items-end {
    padding-left: 4rem !important;
}

.howwestandapartinfomobile {
    display: none;
}

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;
}

.bannervideonoshow {
    display: none;
}

.bannermobilehide {
    display: block;
}

@media only screen and (max-width: 992px) {
    .bannervideonoshow {
        display: block;
    }

    .bannermobilehide {
        display: none;
    }

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

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

    .secpadding {
        padding: 60px 0px;
    }

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

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

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

    .bannersection h2 {
        font-size: 28px;
        line-height: 40px;
        margin-top: 55px;
    }

    .bannersection h2 br {
        display: none;
    }

    .whatsnew .d-flex.px-md-5.py-md-4.justify-content-center.align-items-end {
        padding-left: 2rem !important;
        padding-right: 1rem !important;
    }

    .secondbanner .whatsnew h3.text-white {
        margin-top: 18px;
        margin-bottom: 35px;
        font-size: 22px;
    }

    .mainbanner {
        padding: 185px 0px 0px 0px;
        height: 100vh;
    }

    .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%;
    }

    .ctainfobox h3 {
        font-size: 25px;
        line-height: 35px;
        text-align: center;
        margin-bottom: 25px;
    }

    .ctainfobox h4 {
        text-align: center;
    }

    .btnarrow {
        margin-bottom: 25px;
    }

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

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

    }

    .redesigninginfo,
    .redesigninginfo1 {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .redesigninginfo .box1,
    .redesigninginfo .box2,
    .redesigninginfo .box3,
    .redesigninginfo .box4,
    .redesigninginfo .box5,
    .redesigninginfo .box6,
    .redesigninginfo .box7,
    .redesigninginfo1 .box1,
    .redesigninginfo1 .box2,
    .redesigninginfo1 .box3,
    .redesigninginfo1 .box4,
    .redesigninginfo1 .box5,
    .redesigninginfo1 .box6,
    .redesigninginfo1 .box7 {
        position: relative;
        left: 0;
        top: 0;
        bottom: 0;
        width: 50%;
    }

    .redesigninginfo .box7 {
        width: 100%;
    }

    .redesigninginfo .box7 p br,
    .ctainfobox h3 br {
        display: none;
    }

    .howwestandapartimg {
        width: 90%;
        margin: 0 auto;
        position: relative;
        z-index: 100;
        margin-top: 20px;
    }

    section.originstory {
        padding: 0px 0px;
    }

    .ctainfosec .ctainfobox .btnarrow {
        margin-top: 25px;
    }

    .drivebox {
        margin: 0 15px;
        margin-bottom: 30px;
    }

    .ourprojects {
        padding-top: 50px;
    }

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


    .ourprojects .slick-slider button.slick-next,
    .manifestsec .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;
    }

    .manifestinfo h2.headsec {
        font-size: 40px;
        line-height: 32px;
    }

    .manifestinfo h2,
    .manifestinfo h4 {
        margin-left: 20px;
    }

    .manifestsec .slide {
        width: 100% !important;
        padding: 10px;
    }

    .manifestsec .slick-slide.slick-active .manifestslide {
        margin-left: 0px;
    }

    .manifestsec .slick-slide .manifestslide {
        margin-left: 0em;
    }

    .manifestsec .slider-nav:before {
        top: 14px;
        background: transparent !important;
    }

    .manifestsec .slick-slider button.slick-next {
        right: 0em;
        top: 41%;
        padding: 12px 7px;
    }

    .manifestsec .slick-slider button.slick-next:before {
        top: 7px;
        left: 21px;
    }

    section.drivessec {
        padding-bottom: 80px;
    }

    .manifestsec {
        padding-bottom: 0px;
    }

    .manifestinfo {
        margin: 17px 10px 0px 10px;
    }

    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;
    }

    .redesigninginfo h4 {
        font-size: 20px;
    }

    .redesigninginfo p {
        font-size: 17px;
        margin: 4px 0px 35px 0px;
    }

    .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;
    } */

    .howwestandapartinfo {
        display: none !important;
    }

    .howwestandapartinfomobile {
        display: block !important;
    }

    section.howwestandapart img.howwestandapartimg {
        width: 100%;
    }

    .howwestandapartinfomobile {
        margin-top: 130px;
    }

    .howwestandapartimg {
        width: 65%;
        margin: 0 auto;
        position: relative;
        z-index: 100;
        margin-top: 80px;
        text-align: center;
    }

    .howwestandapartinfomobile {
        position: relative;
        z-index: 100;
    }

    .howwestandapartinfomobile h4 {
        font-weight: 600 !important;
        color: #8791a1;
        line-height: 15px;
        text-align: left;
        margin-bottom: 0px !important;
        margin-top: 6px;
        font-size: 13.5px;
        letter-spacing: 0.5px;
    }

    .howwestandapartinfomobile img {
        width: 60%;
        z-index: 100;
        position: relative !important;
    }

    .howwestandapartinfomobile .box1 {
        position: absolute;
        top: -3rem;
    }

    .howwestandapartinfomobile .box1 img {
        width: 50% !important;
        top: 7px;
        left: -73px;
    }

    .howwestandapartinfomobile .box1 h4 {
        position: absolute;
        top: -2.5em !important;
        left: 105px;
    }

    .howwestandapartinfomobile .box2 {
        position: absolute;
        top: -44px;
        left: 113px;
    }

    .howwestandapartinfomobile .box2 img {
        width: 50% !important;
        top: 9px;
        left: 18px;
    }

    .howwestandapartinfomobile .box2 h4 {
        position: absolute;
        top: -2.7em !important;
        left: 114px;
    }

    .howwestandapartinfomobile .box3 {
        position: absolute;
        top: 126px;
        left: 113px;
    }

    .howwestandapartinfomobile .box3 img {
        width: 44% !important;
        top: 5px;
        left: 44px;
    }

    .howwestandapartinfomobile .box3 h4 {
        position: absolute;
        top: -1.2em !important;
        left: 120px;
    }

    .howwestandapartinfomobile .box6 {
        position: absolute;
        top: 138px;
        left: -10px;
    }

    .howwestandapartinfomobile .box6 img {
        width: 37% !important;
        top: 8px;
        left: -81px;
    }

    .howwestandapartinfomobile .box6 h4 {
        position: absolute;
        top: -2.2em !important;
        left: 130px;
    }

    .howwestandapartinfomobile .box5 {
        position: absolute;
        top: 300px;
        left: 0px;
    }

    .howwestandapartinfomobile .box5 img {
        width: 32% !important;
        top: 6px;
        left: -92px;
    }

    .howwestandapartinfomobile .box5 h4 {
        position: absolute;
        top: -2.2em !important;
        left: 119px;
    }

    .howwestandapartinfomobile .box4 {
        position: absolute;
        top: 308px;
        left: 0px;
    }

    .howwestandapartinfomobile .box4 img {
        width: 50% !important;
        top: 0px;
        left: 73px;
    }

    .howwestandapartinfomobile .box4 h4 {
        position: absolute;
        top: -2.7em !important;
        left: 17.5em;
    }

    .redesigningsec h2.headsec {
        font-size: 50px;
        line-height: 60px;
    }

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

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

    .bannerafter .bg_video video,
    .bannerafter .bg_video img,
    .bannerafter .bg_video {
        bottom: -30px;
        height: 105vh;
    }
}

.flip-box-main {
    perspective: 1000px;
    width: 100%;
    height: 100%;
    transition: 0.5s all ease-in-out;
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    transition: 0.5s all ease-in-out;
}

/* .flip-box-main:hover .flip-box-inner {
    transform: rotateY(0deg) !important;
  } */
.flip-box-front {
    position: relative;
    width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
    /* Safari */
    backface-visibility: hidden;
}

.flip-box-back {
    position: absolute;
    top: 0;
    padding: 55px;
    background: #fff;
    margin: 0 auto;
    border-radius: 20px;
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    width: 90%;
    left: 0;
}

.flip-box-back h4 {
    font-weight: 700;
    font-size: 36px;
    color: #8c97ad;
    margin-bottom: 30px;
    transition: 0.5s all ease-in-out;
}

.flip-box-inner p {
    color: #545454;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    padding-right: 100px;
    padding-top: 20px;
    display: none;
    transition: 0.5s all ease-in-out;
}

.flip-box-main:hover .flip-box-inner p {
    display: block;
    height: 218px;
    transition: 0.5s all ease-in-out;
}

.flip-box-main:hover .flip-box-inner h4 {
    font-size: 45px;
    line-height: 55px;
}

.flip-box-main .flip-box-inner img {
    display: block;
    transition: 0.2s all ease-in-out;
}

.flip-box-main:hover .flip-box-inner img {
    display: none;
    transition: 0.2s all ease-in-out;
}

.flip-btn .plus {
    display: block;
}

.flip-btn .minus {
    display: none;
}

.flip-box-main:hover .flip-btn .minus {
    display: block;
}

.flip-box-main:hover .flip-btn .plus {
    display: none;
}

.flip-btn:hover {
    cursor: pointer
}

@media(max-width:767px) {
    .flip-box-back {
        height: 95%;
        width: 100%;
        padding: 35px;
    }

    .drivebox {
        margin: 0 0 30px !important;
    }

}

@media(min-width:768px) and (max-width:992px) {
    .flip-box-back {
        padding: 15px;
        height: 91%;
    }

    .flip-box-back h4 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .flip-box-back p {
        font-size: 15px;
        line-height: 24px;
    }

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

@media(max-width:992px) {
    .howwestandapartinfo1 {
        display: block !important;
    }

    .hide-mob {
        display: none
    }
}

@media(min-width:993px) {

    .howwestandapartinfo1,
    .redesigninginfo1 {
        display: none !important;
    }

    .hide-mob {
        display: block !important
    }
}

@media(min-width:993px) and (max-width:1199px) {
    .flip-box-back h4 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .flip-box-back {
        padding: 25px;
    }

    .howwestandapartinfo .box1 img {
        width: 46% !important;
    }

    .howwestandapartinfo .box1 {
        position: absolute;
        top: -3.5rem;
        left: 2.5rem;
    }

    .howwestandapartinfo .box1 h4 {
        position: absolute;
        top: -8px;
        left: 70px;
    }

    .howwestandapartinfo .box2 img {
        width: 46%;
        left: -224px;
        top: 14px;
    }

    .howwestandapartinfo .box2 h4 {
        position: absolute;
        top: 15px;
        left: 68px;
    }

    .howwestandapartinfo .box3 img {
        width: 58%;
        left: -6em;
        top: 2.5em;
    }

    .howwestandapartinfo .box3 h4 {
        position: absolute;
        top: 2px;
        left: 65px;
    }

    .howwestandapartinfo img {
        width: 47%;
        z-index: 100;
        position: relative !important;
    }

    .howwestandapartinfo .box4 {
        position: absolute;
        bottom: 0.9rem;
        left: -3.2rem;
    }

    .howwestandapartinfo .box5 {
        position: absolute;
        bottom: 0.5rem;
        left: 18.5rem;
    }

    .howwestandapartinfo .box5 img {
        width: 40%;
    }

    .howwestandapartinfo .box5 h4 {
        position: absolute;
        top: -23px;
        left: 79px;
    }

    .howwestandapartinfo .box6 img {
        width: 40%;
    }

    .howwestandapartinfo .box6 {
        position: absolute;
        bottom: 0.5rem;
        left: 30rem;
    }

    .howwestandapartinfo .box6 h4 {
        position: absolute;
        top: -52px;
        left: 147px;
    }

    .redesigninginfo p {
        font-size: 15px;
    }

    .redesigninginfo h4 {
        font-size: 20px;
    }

    .redesigninginfo .box2 {
        position: absolute;
        bottom: 9rem;
        left: 85px;
    }

    .redesigninginfo .box1 {
        position: absolute;
        bottom: 1rem;
        left: 35px;
    }

    .redesigninginfo .box3 {
        position: absolute;
        bottom: 16rem;
        left: 12.5rem;
    }

    .redesigninginfo .box4 {
        position: absolute;
        bottom: 20rem;
        left: 26.5rem;
    }

    .redesigninginfo .box5 {
        position: absolute;
        bottom: 17rem;
        right: 13.5rem;
    }

    .redesigninginfo .box6 {
        position: absolute;
        bottom: 9rem;
        right: 114px;
    }

    .redesigninginfo .box7 {
        position: absolute;
        bottom: 0rem;
        right: 0rem;
    }

    .redesigninginfo .box1:hover:before {
        left: 141px;
        bottom: -25px;
        width: 93px;
        height: 99px;
        margin: auto 0;
        top: 0;
    }

    .redesigninginfo .box2:hover:before {
        left: 142px;
        bottom: -1.7em;
        width: 93px;
        height: 99px;
    }

    .redesigninginfo .box3:hover:before {
        left: 7.1em;
        bottom: -3.9em;
        width: 93px;
        height: 99px;
    }

    .redesigninginfo .box4:hover:before {
        left: 10px;
        bottom: -6.1em;
        width: 93px;
        height: 99px;
    }

    .redesigninginfo .box5:hover:before {
        right: 6.2em;
        bottom: -4.8em;
        width: 93px;
        height: 99px;
    }

    .redesigninginfo .box6:hover:before {
        right: 115px;
        bottom: -1.4em;
        width: 93px;
        height: 99px;
    }

    .redesigninginfo .box7:hover:before {
        right: 10.3em;
        bottom: 9px;
        width: 93px;
        height: 99px;
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    .howwestandapartinfo .box1 img {
        width: 46% !important;
    }

    .howwestandapartinfo .box1 {
        position: absolute;
        top: -3.5rem;
        left: 2.5rem;
    }

    .howwestandapartinfo .box1 h4 {
        position: absolute;
        top: -8px;
        left: 70px;
    }

    .howwestandapartinfo .box2 img {
        width: 50%;
        left: -154px;
        top: 18px;
    }

    .howwestandapartinfo .box2 h4 {
        position: absolute;
        top: 32px;
        left: -60px;
    }

    .howwestandapartinfo .box3 img {
        width: 39%;
        left: -6em;
        top: 2.5em;
    }

    .howwestandapartinfo .box3 h4 {
        position: absolute;
        top: 20px;
        left: -23px;
    }

    .howwestandapartinfo img {
        width: 47%;
        z-index: 100;
        position: relative !important;
    }

    .howwestandapartinfo .box4 {
        position: absolute;
        bottom: 0.9rem;
        left: -0.2rem;
    }

    .howwestandapartinfo .box5 {
        position: absolute;
        bottom: 0.5rem;
        left: 21.5rem;
    }

    .howwestandapartinfo .box5 img {
        width: 40%;
    }

    .howwestandapartinfo .box5 h4 {
        position: absolute;
        top: -23px;
        left: 79px;
    }

    .howwestandapartinfo .box6 img {
        width: 40%;
    }

    .howwestandapartinfo .box6 {
        position: absolute;
        bottom: 0.5rem;
        left: 37rem;
    }

    .howwestandapartinfo .box6 h4 {
        position: absolute;
        top: -52px;
        left: 147px;
    }

    .redesigninginfo p {
        font-size: 15px;
    }

    .redesigninginfo h4 {
        font-size: 20px;
    }

    .redesigninginfo .box2 {
        position: absolute;
        bottom: 12rem;
        left: 140px;
    }

    .redesigninginfo .box1 {
        position: absolute;
        bottom: 1rem;
        left: 70px;
    }

    .redesigninginfo .box3 {
        position: absolute;
        bottom: 20rem;
        left: 16.5rem;
    }

    .redesigninginfo .box4 {
        position: absolute;
        bottom: 23.5rem;
        left: 32.6rem;
    }

    .redesigninginfo .box5 {
        position: absolute;
        bottom: 19.5rem;
        right: 17rem;
    }

    .redesigninginfo .box6 {
        position: absolute;
        bottom: 11.5rem;
        right: 163px;
    }

    .redesigninginfo .box7 {
        position: absolute;
        bottom: 0rem;
        right: 2rem;
    }

    .redesigninginfo .box1:hover:before {
        left: 137px;
        bottom: -4px;
        width: 118px;
        height: 119px;
        margin: auto 0;
        top: 0;
    }

    .redesigninginfo .box2:hover:before {
        left: 127px;
        bottom: -57px;
        width: 118px;
        height: 119px;
    }

    .redesigninginfo .box3:hover:before {
        left: 6.6em;
        bottom: -5.7em;
        width: 118px;
        height: 119px;
    }

    .redesigninginfo .box4:hover:before {
        left: -10px;
        bottom: -7.2em;
        width: 118px;
        height: 119px;
    }

    .redesigninginfo .box5:hover:before {
        right: 6.2em;
        bottom: -5.2em;
        width: 118px;
        height: 119px;
    }

    .redesigninginfo .box6:hover:before {
        right: 104px;
        bottom: -2.8em;
        width: 118px;
        height: 119px;
    }

    .redesigninginfo .box7:hover:before {
        right: 10.3em;
        bottom: 7px;
        width: 118px;
        height: 119px;
    }
}
