/* Fonts  */

@font-face {
    font-family: "Poppins-Bold";
    src: url("../fonts/Poppins-Bold.ttf");
}

@font-face {
    font-family: "Poppins-SemiBold";
    src: url("../fonts/Poppins-SemiBold.ttf");
}

@font-face {
    font-family: "Poppins-Regular";
    src: url("../fonts/Poppins-Regular.ttf");
}

@font-face {
    font-family: "Poppins-Medium";
    src: url("../fonts/Poppins-Medium.ttf");
}

@font-face {
    font-family: "Poppins-Light";
    src: url("../fonts/Poppins-Light.ttf");
}

@font-face {
    font-family: "Outrun future Bold";
    src: url("../fonts/Outrun\ future.otf");
}

@font-face {
    font-family: "Outrun future Bold";
    src: url("../fonts/Outrun\ future\ Bold.otf");
}

@font-face {
    font-family: "cocomat-Ultralight";
    src: url("../fonts/Cocomat\ Ultralight-trial.ttf");
}

@font-face {
    font-family: "cocomat-Light";
    src: url("../fonts/Cocomat\ Light-trial.ttf");
}

.semiboldFont {
    font-family: "Poppins-SemiBold" !important;
}

.lightFont {
    font-family: "Poppins-Light" !important;
}

* {
    outline: none !important;
}

html,
body {
    font-family: "Poppins-Regular" !important;
    background: #301d6e;
    overflow-x: hidden;
}

.darkbg {
    background-color: #190a4d;
}

.pinkColor {
    color: #ff5ba8 !important;
}

.whiteColor {
    color: #fff !important;
}

.blackColor {
    color: #000 !important;
}

.purpleColor {
    color: #301d6e !important;
}

.lightPurpleColor {
    color: #9696bc !important;
}

.contactUsGradient {
    /* background-image: linear-gradient(#301d6e, #683680); */
    background: #190a4d;
    /* background-image:linear-gradient(92.29deg, #706FAB 0%, #706FAB 99.9%); */
    overflow: hidden;
}

.whiteBg {
    background: #fff;
}

.dumyVideo {
    height: 600px;
    width: 100%;
}

.contactUsGradient .w50 {
    width: 50%;
}

.contactUsGradient .w60 {
    width: 60%;
    font-family: "Poppins-Light";
}

.contactUsButton {
    background: #ffffff;
    border-radius: 8px;
    border: none;
    padding: 8px 16px;
    transform: skewx(-15deg);
    border-radius: 5px;
    width: 200px;
    height: 50px;
    font-size: 18px;
    text-transform: uppercase;
}

.contactbtnText {
    transform: skewx(15deg) !important;
}

.resetButton {
    background: transparent;
    border-radius: 8px;
    border: 1px dashed #fff;
    color: #fff;
    padding: 8px 16px;
    transform: skew(-10deg);
    width: 200px;
    height: 50px;
    font-size: 18px;
    margin-left: -5px;
    text-transform: uppercase;
}

.dotBg {
    background-image: url("../images/dotbg.svg");
    background-repeat: repeat;
    background-size: 10px;
    background-attachment: fixed;
}

.lh1 {
    line-height: 1.8;
}

.lh-0 {
    line-height: 1.4;
}

.whatwedoBox {
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #301d6e26;
    height: 100%;
}

.whatwedoBox:hover,
.ourProcessBox:hover,
.highBox:hover {
    box-shadow: 0px 18px 30px rgba(24, 1, 63, 0.1);
}

.whatwedoBox img {
    height: 80px;
}

.customPadding {
    padding-left: 180px;
    padding-right: 180px;
}

.ourProcessBox {
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #301d6e26;
    height: 100% !important;
}

.highBox {
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #301d6e26;
    min-height: 100%;
}

.highBox img {
    height: 70px;
}

.ourProcessBox img {
    height: 50px;
}

.f-15 {
    font-size: 15px !important;
}

.getInTouch {
    /* background: #301D6E; */
    background: #190a4d;
    mix-blend-mode: normal;
}

.knowMoreButton {
    border: 1px solid #301d6e;
    background-color: #fff !important;
    border-radius: 8px;
    padding: 15px;
    width: 180px;
    height: 40px;
    text-transform: uppercase;
    transform: skew(-10deg);
}

.aboutText {
    transform: rotate(-45deg);
    padding-bottom: 7.25rem !important;
}

.aboutDetail {
    padding: 4% 0%;
}

.getinTouchInput {
    background: linear-gradient( 90deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 1px;
    border: 1px solid #ffffffc7;
    height: 50px;
    color: #fff;
    padding: 10px;
    /* transform: skew(-10deg); */
    border-radius: 5px;
}

.getinTouchInput::placeholder {
    color: #ffffffc7;
}

.footer {
    background-image: url("../images/footerbg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #301d6e99;
    background-blend-mode: multiply;
}

.footerLogo {
    height: 50px;
}

.f-14 {
    font-size: 14px;
}

.f-12 {
    font-size: 12px;
}

.bannerVideo {
    width: 100vw;
    object-fit: cover;
}

.bannerButton {
    position: absolute;
    left: 8vw;
    padding: 1% 4%;
    border: none;
    transform: skewx(-15deg);
    border-radius: 8px;
}

bannerButton::before {
    border: 1px solid #fff;
    position: relative;
    margin-bottom: -25px;
}

.bannerButton:after {
    border: 1px solid #fff;
    position: relative;
    margin-bottom: -25px;
}

.bannerButtonText {
    font-size: 1.3vw;
    transform: skewx(15deg);
}

.logo {
    height: 40px;
    position: absolute;
    background-size: 100%;
    z-index: 10;
}

.logo:hover {
    content: "";
    opacity: 0;
    top: 0px;
    left: 30px;
    position: absolute;
    width: 146px;
    height: 100px;
    background: url(/images/footer-logo.svg) no-repeat;
    background-size: 100%;
}

.toggleButton {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    margin-top: 20px;
}

.toggleIcon div {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background-color: #fff;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

.bannerText {
    position: absolute;
    top: 33%;
    z-index: 1;
}

.bannerText h1 {
    font-size: 3vw;
    line-height: 1.5;
}

.yellowColor {
    color: #ffe600 !important;
}


/* about css */

.bannerText2 {
    position: absolute;
    top: 30%;
    z-index: 1;
}

.banner2bg {
    background-image: url(/images/aboutbanner.jpg);
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.banner2 {
    overflow: hidden;
}

.looking-out {
    min-height: 700px;
    overflow: hidden;
    color: #fff;
}

.looking-out .bg-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.looking-out .over-lay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: rgb(48, 29, 110, 0.4);
    z-index: 1;
}

.looking-out .over-lay .position-relative {
    height: 100%;
}

.joinusText {
    max-width: 100% !important;
}

.form-inside {
    text-align: center;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 0 auto;
}

.form-inside h2 {
    font-size: max(3vw, 30px);
}

.custom-input {
    display: flex;
    border: 1px solid #fff;
    border-radius: 4px;
    background: linear-gradient( 90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 118.55%);
    backdrop-filter: blur(10px);
}

.form-inside input {
    background-color: transparent;
    padding: 14px 20px;
    background-position: right 15px center;
    border: none;
    color: #fff;
}

.form-inside input::placeholder {
    color: #fff;
}

.form-inside button {
    background-color: transparent;
    border: none;
}

.bannerVideo2 {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.values-driven {
    color: #fff;
    padding: 80px 0px;
}

.values-driven .side-img {
    position: absolute;
    right: 0;
    height: 120px;
}

.values-driven h4 {
    font-family: "Poppins-SemiBold";
}

.values-driven .row h1 {
    font-size: max(6vw, 22px);
    font-family: "Poppins-SemiBold";
}

.yellowColor {
    color: #ffe600 !important;
}

.who-we {
    color: #fff;
    padding: 40px 0px 80px;
}

.who-we .side-img {
    position: absolute;
    left: 0;
    bottom: 30px;
    height: 120px;
}

.who-we .info-img {
    width: 80px;
}

.who-we .round-img {
    padding: 40px;
    background-color: #301d6e;
    border-radius: 100%;
    margin-bottom: -200px;
    z-index: 1;
}

.who-we .round-img img {
    height: 300px;
}

.below-img {
    width: 100%;
}

.belowImg {
    background-image: url("/images/splash-min.gif");
    background-size: cover;
    height: 330px;
    width: 600px;
    border-radius: 0 0 30vh 30vh;
}

.our-mission {
    color: #fff;
    background-color: #190a4d;
    padding: 40px 0px;
}

.our-mission .customPadding {
    display: flex;
    gap: 40px;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .our-mission .customPadding {
        flex-direction: column;
    }
}

.our-mission img {
    height: 240px;
}

.our-mission h3 {
    font-family: "Poppins-SemiBold";
}

.our-team {
    color: #fff;
    background-color: #190a4d;
    padding: 80px 0px 130px;
}

.our-team .row {
    row-gap: 100px;
}

.overlay-txt {
    font-size: max(22vw, 30px);
    font-family: "Poppins-Bold";
    color: #ffffff59;
    mix-blend-mode: multiply;
    position: absolute;
    bottom: -180px;
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .overlay-txt {
        bottom: -30px;
    }
}

.card-styled {
    width: 300px;
    height: 324px;
    border-radius: 10px;
    padding: 1.5rem;
    position: relative;
    display: flex;
    align-items: flex-end;
    transition: 0.4s ease-out;
    cursor: pointer;
}

.card-styled:hover:before {
    opacity: 0;
}


/* .card-styled:hover:before{
  background-image: url("/images/Loader.gif");
  background-repeat: no-repeat;
  background-position-x:center;
  background-position-y: center;
  background-size:contain;
  transition-duration: 3s;
} */

.card-styled:hover .info {
    opacity: 1;
    transform: translateY(0px);
}

.card-styled:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    background-blend-mode: luminosity;
    background: rgba(0, 0, 0, 0.2);
    z-index: 2;
    transition: 0.5s;
    opacity: 1;
    border-radius: 8px;
}

.card-styled img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px;
}

.card-styled .info {
    position: relative;
    z-index: 3;
    color: white;
    opacity: 0;
    transform: translateY(-30px);
    transition: 0.5s;
    top: 90px;
    left: 18px;
}

.card-styled .info::before {
    content: " ";
    background-color: yellow;
    height: 90px;
    width: 1px;
    position: absolute;
    left: -15px;
    top: -30px;
}

.card-styled .info h1 {
    margin: 0px;
}

.card-styled .info p {
    letter-spacing: 1px;
    font-size: 15px;
    margin-top: 8px;
}

.card-styled .info button {
    padding: 0.6rem;
    outline: none;
    border: none;
    border-radius: 3px;
    background: white;
    color: black;
    font-weight: bold;
    cursor: pointer;
    transition: 0.4s ease;
}

.card-styled .info button:hover {
    background: dodgerblue;
    color: white;
}

.round-rot {
    transition-delay: 0s;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    animation: rotating 25s infinite linear;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes rotating {
    from {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes animate-svg-stroke-1 {
    0% {
        stroke-dashoffset: 238.75941467285156px;
        stroke-dasharray: 238.75941467285156px;
    }
    100% {
        stroke-dashoffset: 5;
        stroke-dasharray: 238.75941467285156px;
    }
}

.linesvg-1 {
    animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
    animation-iteration-count: 1;
    animation-delay: 5s;
    animation-duration: 3s;
}

.linesvg-1 {
    animation: animate-svg-stroke-1 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
    animation-iteration-count: 1;
    animation-delay: 5s;
    animation-duration: 3s;
}


/* svgquotes */

@keyframes animate-svg-stroke-1 {
    0% {
        stroke-dashoffset: 663.035400390625px;
        stroke-dasharray: 663.035400390625px;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 663.035400390625px;
    }
}

.quotessvg-1 {
    animation: animate-svg-stroke-1 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
    animation-iteration-count: 1;
    animation-delay: 3s;
}

@keyframes animate-svg-stroke-2 {
    0% {
        stroke-dashoffset: 654.77001953125px;
        stroke-dasharray: 654.77001953125px;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 654.77001953125px;
    }
}

.quotessvg-2 {
    animation: animate-svg-stroke-2 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both;
    animation-iteration-count: 1;
    animation-delay: 3.5s;
}

@keyframes animate-svg-stroke-3 {
    0% {
        stroke-dashoffset: 663.035400390625px;
        stroke-dasharray: 663.035400390625px;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 663.035400390625px;
    }
}

.quotessvg-3 {
    animation: animate-svg-stroke-3 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both;
    animation-iteration-count: 1;
    animation-delay: 3s;
}

@keyframes animate-svg-stroke-4 {
    0% {
        stroke-dashoffset: 654.77001953125px;
        stroke-dasharray: 654.77001953125px;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 654.77001953125px;
    }
}

.quotessvg-4 {
    animation: animate-svg-stroke-4 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s both;
    animation-iteration-count: 1;
    animation-delay: 3.5s;
}


/* svgquotes */


/*  */

@keyframes animate-svg-fill-1 {
    0% {
        fill: transparent;
    }
    100% {
        fill: rgb(255, 126, 184);
    }
}

.sidepink-1 {
    animation: animate-svg-fill-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
    animation-iteration-count: infinite;
    animation-delay: 1s;
}

@keyframes animate-svg-fill-2 {
    0% {
        fill: transparent;
    }
    100% {
        fill: rgb(255, 126, 184);
    }
}

.sidepink-2 {
    animation: animate-svg-fill-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
    animation-iteration-count: infinite;
    animation-delay: 1.5s;
}

@keyframes animate-svg-fill-3 {
    0% {
        fill: transparent;
    }
    100% {
        fill: rgb(255, 126, 184);
    }
}

.sidepink-3 {
    animation: animate-svg-fill-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
    animation-iteration-count: infinite;
    animation-delay: 1s;
}

@keyframes animate-svg-fill-4 {
    0% {
        fill: transparent;
    }
    100% {
        fill: rgb(255, 126, 184);
    }
}

.sidepink-4 {
    animation: animate-svg-fill-4 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s both;
    animation-iteration-count: infinite;
    animation-delay: 1.5s;
}

@keyframes animate-svg-fill-5 {
    0% {
        fill: transparent;
    }
    100% {
        fill: rgb(255, 255, 255);
    }
}

.sidepink-5 {
    animation: animate-svg-fill-5 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s both;
    animation-iteration-count: infinite;
    animation-delay: 1s;
}


/* menu */


/*Burger-Menu*/

.menulogo {
    position: relative;
    left: 0;
    z-index: 999;
    margin: 20px 0px;
}

.navigation {
    position: fixed;
    right: 0;
    z-index: 999;
}

.menu {
    position: relative;
    width: 30px;
    height: 30px;
    margin: 10px 16px 16px 16px;
}

.menu span {
    margin: 0 auto;
    position: relative;
    top: 12px;
}

.menu span:before,
.menu span:after {
    position: absolute;
    content: "";
}

.menu span,
.menu span:before,
.menu span:after {
    width: 30px;
    height: 3px;
    border-radius: 4px;
    background-color: #fff;
    display: block;
}

.menu span:before {
    margin-top: -10px;
}

.menu span:after {
    margin-top: 10px;
}


/*Fake-Trigger*/

#sized {
    width: 40px;
    height: 50px;
    color: transparent;
    background-color: transparent;
    border: transparent;
}


/*Modal-Box*/

.modal {
    display: none;
    position: fixed;
    z-index: 999;
    padding: 0.5%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 100%;
    height: 98vh;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    background-color: #301d6e;
}

.modal-header {
    padding: 2px 16px;
    background-color: #301d6e;
    border-bottom: none;
    height: 35vh;
}

.modal-body {
    padding: 2px 16px;
    background-color: #301d6e;
}

.modal-body>ul>li>a {
    color: #fff;
}

.modal-body a:hover {
    color: #ff0082c9 !important;
}

.modal-footer {
    padding: 2px 16px;
    background-color: #301d6e;
    color: black;
    border-top: none;
    text-align: center;
    display: flex;
    justify-content: center;
}

.modal-footer hr {
    margin-top: 20vh;
}

.modal-footer>p {
    color: #fff;
}

.modal-footer h3 {
    text-transform: none;
    font-size: 4vh;
}

.close {
    color: #fff;
    float: left;
    font-size: 3em;
    font-weight: 400;
    opacity: 1;
}

.close:hover,
.close:focus {
    color: #ffffff05;
    text-decoration: none;
    cursor: pointer;
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.animated {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


/*Navigation Inner Styling*/

.nav ul li a:hover {
    text-decoration: none;
    color: #fff;
}

.nav ul li a {
    padding: 1em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 3vw;
    letter-spacing: -0.05em;
}

.nav ul li {
    display: inline-block;
    font-size: 3em;
}

.nav ul {
    clear: both;
    width: 100%;
    text-align: center;
}


/*Mobile Optimization*/


/* Portrait Tablet to Landscape and Desktop */

@media (min-width: 768px) and (max-width: 979px) {
    .nav ul li {
        display: block;
        height: 45px;
    }
    .nav ul {
        clear: both;
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .nav ul li a {
        padding: 0;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 6vw;
        letter-spacing: -0.05em;
    }
}


/* Landscape-Phone to Portrait Tablet*/

@media (max-width: 767px) {
    .nav ul li {
        display: block;
        height: 38px;
    }
    .nav ul {
        clear: both;
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .nav ul li a {
        padding: 0;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 6vw;
        letter-spacing: -0.05em;
    }
}


/*Landscape-Phone Downwards*/

@media (max-width: 480px) {
    .nav ul li {
        display: block;
        height: 68px;
    }
    .nav ul {
        clear: both;
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .nav ul li a {
        padding: 0;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 10vw;
        letter-spacing: -0.05em;
    }
}


/* buton */

.logocls:hover {
    cursor: pointer;
}

.logocls {
    background: transparent;
    outline: none;
    position: relative;
    overflow: hidden;
    padding-top: -100px !important;
}


/*button:before (attr data-hover)*/

.logocls:hover:before {
    opacity: 1;
    transform: translate(0, 0);
}

.logocls:before {
    content: attr(data-hover);
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0;
    width: 220px;
    height: 60px;
    margin-left: 10px;
    transform: translate(-10%, 0%);
    transition: all 0.3s ease-in-out;
    background: url("/images/footer-logo.svg") no-repeat;
    background-size: contain;
}


/*button div (button text before hover)*/

.logocls:hover img {
    opacity: 0;
    transform: translate(100%, 0);
}

.logocls img {
    transition: all 0.3s ease-in-out;
    width: 50px !important;
}

.emailText {
    text-decoration: none;
    margin-bottom: 20px;
    color: #fff;
}

.emailText:hover {
    color: #fff;
    background-color: #190a4d;
    padding: 10px;
    margin: 0 !important;
    text-decoration: none;
}

ul {
    margin: 0px;
    padding: 0px;
}

.footer-section {
    position: relative;
}

.footer-cta {
    border-bottom: 1px solid #4a3694;
    padding-top: 80px;
    padding-bottom: 30px;
}

.single-cta i {
    color: #ff5ba8;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
    color: #fff;
}

.cta-text1 {
    color: #fff;
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cta-text>a {
    color: #fff;
    font-size: 18px;
    font-family: "Poppins-SemiBold";
}

.cta-text span {
    color: #fff;
    font-size: 18px;
    font-family: "Poppins-SemiBold";
}

.footer-logo img {
    max-width: 200px;
}

.copyright-area {
    background: #24154f;
    padding: 25px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #fff;
}

.copyright-text p a {
    color: #ff5ba8;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #ff5ba8;
}

.footer-menu li a {
    font-size: 16px;
    color: #fff;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
}

.footer-text h4 {
    color: #fff;
}

.socialIcon img {
    width: 40px;
    margin-right: 16px;
    margin-bottom: 16px;
}

.socialIcon img:hover {
    transform: scale(1.2);
    transition-duration: 0.5s;
}

.footer-section {
    background-image: url("/images/footerbg.svg");
}

.c-logo img {
    height: 180px;
    border-radius: 8px;
}


/* Slider */

.clientsec {
    background-color: #fff;
    background-image: url("/images/Clientbg.svg");
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.getIntouch::before {
    content: "get in touch";
    position: absolute;
    color: #170a41;
    top: 7%;
    left: 0;
    font-size: 160px;
    text-align: center;
    width: 100%;
    opacity: 0.3;
    font-weight: bold;
    font-family: "Outrun future Bold";
}

.footerMail {
    font-size: 56px;
}

.responsive-map {
    overflow: hidden;
    position: relative;
    height: 50vh;
}

.responsive-map iframe {
    height: 100%;
    width: 100%;
    position: relative;
}

.banner3 {
    width: 100%;
}

.icon {
    width: 100px;
}


/* .borBot{
    border: 1px solid #ffffff34;
    margin: 24px;
    padding: 32px;
    border-radius: 16px;
  } */

.spn-banner {
    content: "get in touch";
    position: absolute;
    color: #ffffff;
    top: 24%;
    left: 0;
    font-size: 8vw;
    text-align: center;
    width: 100%;
    font-family: "cocomat-Light";
}

.contactBg {
    background-color: #190a4d;
}

.banner3 {
    height: 100% !important;
}

.bannerbg {
    height: 70vh;
    background-image: url("/images/phonebg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.borderTop {
    border-top: 1px solid #706fab;
    margin-top: 5%;
    padding: 5% 0 0 0px;
}


/*  */

@media only screen and (max-width: 768px) {
    .bannerButtonText {
        font-size: 3.5vw;
    }
    .bannerText h1 {
        font-size: 6.5vw;
        padding: 0px 24px;
        line-height: 1.5;
        width: 100% !important;
    }
    .bannerText {
        left: 0;
    }
    .bannerButton {
        left: 16vw;
        padding: 2% 7%;
    }
    .aboutText {
        font-size: 24px;
        padding-bottom: 0 !important;
    }
    .bannerVideo {
        height: 100vh;
    }
    .customPadding {
        padding: 0 20px !important;
    }
    .quoteForm {
        padding: 0 20px !important;
    }
    .spn-banner {
        top: 10% !important;
    }
    #text1,
    #text2 {
        font-size: 12vw !important;
        letter-spacing: 10px !important;
        text-align: center;
    }
    .bannerText2 {
        top: 50%;
        left: 0;
    }
    .custom-input {
        width: 100% !important;
    }
    .bannerbg {
        height: 50vh;
        background-size: cover;
        background-position: center;
    }
    .spn-banner {
        top: 24% !important;
    }
    .who-we .round-img {
        padding: 20px;
        margin-bottom: -100px;
    }
    .who-we .round-img img {
        height: 180px;
    }
    .belowImg {
        background-image: url(/images/splash-min.gif);
        background-size: cover;
        height: 150px;
        width: 310px;
        border-radius: 0 0 30vh 30vh;
    }
}

a {
    text-decoration: none;
}

h1.main,
p.demos {
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}

.sp-container {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: -webkit-radial-gradient( rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.7));
    background: -moz-radial-gradient( rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.7));
    background: -ms-radial-gradient( rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.7));
    background: radial-gradient( rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.7));
}

.sp-content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 1000;
}

.sp-container h2 {
    position: absolute;
    top: 50%;
    line-height: 4vw;
    height: 90px;
    font-size: 3.5vw;
    width: 50vw;
    left: 25vw;
    text-align: center;
    color: transparent;
    font-family: "Poppins-Semibold";
    -webkit-animation: blurFadeInOut 5s ease-in backwards;
    -moz-animation: blurFadeInOut 5s ease-in backwards;
    -ms-animation: blurFadeInOut 5s ease-in backwards;
    animation: blurFadeInOut 5s ease-in backwards;
}

.sp-container h2.frame-1 {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -ms-animation-delay: 1s;
    animation-delay: 1s;
}

.sp-container h2.frame-2 {
    -webkit-animation-delay: 5s;
    -moz-animation-delay: 5s;
    -ms-animation-delay: 5s;
    animation-delay: 5s;
}

.sp-container h2.frame-3 {
    -webkit-animation-delay: 10s;
    -moz-animation-delay: 10s;
    -ms-animation-delay: 10s;
    animation-delay: 10s;
}

.sp-container h2.frame-5 {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
    color: transparent;
    text-shadow: 0px 0px 1px #fff;
}

.sp-container h2.frame-5 span {
    -webkit-animation: blurFadeIn 3s ease-in 14s backwards;
    -moz-animation: blurFadeIn 3s ease-in 14s backwards;
    -ms-animation: blurFadeIn 3s ease-in 14s backwards;
    animation: blurFadeIn 3s ease-in 14s backwards;
    color: transparent;
    text-shadow: 0px 0px 1px #fff;
}

.sp-container h2.frame-5 span:nth-child(2) {
    -webkit-animation-delay: 15s;
    -moz-animation-delay: 15s;
    -ms-animation-delay: 15s;
    animation-delay: 15s;
}


/* .sp-globe {
  position: absolute;
  width: 282px;
  height: 273px;
  left: 50%;
  top: 50%;
} */

.sp-circle-link {
    position: absolute;
    left: 38vw;
    width: 25vw;
    padding: 10px;
    top: 20vh;
    transform: skewx(-15deg);
    border-radius: 8px;
    text-align: center;
    background: #fff;
    color: #4a3694;
    font-size: 20px;
    -webkit-animation: blurFadeIn 3s ease-in 15s backwards;
    -moz-animation: blurFadeIn 3s ease-in 15s backwards;
    -ms-animation: blurFadeIn 3s ease-in 15s backwards;
    animation: blurFadeIn 3s ease-in 15s backwards;
}

.sp-circle-link:hover {
    box-shadow: 0px 10px 30px #4a3694;
    text-decoration: none;
    color: #4a3694;
}


/**/

@-webkit-keyframes blurFadeInOut {
    0% {
        opacity: 0;
        text-shadow: 0px 0px 40px #fff;
        -webkit-transform: scale(1.3);
    }
    20%,
    75% {
        opacity: 1;
        text-shadow: 0px 0px 1px #fff;
        -webkit-transform: scale(1);
    }
    100% {
        opacity: 0;
        text-shadow: 0px 0px 50px #fff;
        -webkit-transform: scale(0);
    }
}

@-webkit-keyframes blurFadeIn {
    0% {
        opacity: 0;
        text-shadow: 0px 0px 40px #fff;
        -webkit-transform: scale(1.3);
    }
    50% {
        opacity: 0.5;
        text-shadow: 0px 0px 10px #fff;
        -webkit-transform: scale(1.1);
    }
    100% {
        opacity: 1;
        text-shadow: 0px 0px 1px #fff;
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes fadeInBack {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
    }
    50% {
        opacity: 0.4;
        -webkit-transform: scale(2);
    }
    100% {
        opacity: 0.2;
        -webkit-transform: scale(5);
    }
}

@-webkit-keyframes fadeInRotate {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) rotate(360deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1) rotate(0deg);
    }
}


/**/

@-moz-keyframes blurFadeInOut {
    0% {
        opacity: 0;
        text-shadow: 0px 0px 40px #fff;
        -moz-transform: scale(1.3);
    }
    20%,
    75% {
        opacity: 1;
        text-shadow: 0px 0px 1px #fff;
        -moz-transform: scale(1);
    }
    100% {
        opacity: 0;
        text-shadow: 0px 0px 50px #fff;
        -moz-transform: scale(0);
    }
}

@-moz-keyframes blurFadeIn {
    0% {
        opacity: 0;
        text-shadow: 0px 0px 40px #fff;
        -moz-transform: scale(1.3);
    }
    100% {
        opacity: 1;
        text-shadow: 0px 0px 1px #fff;
        -moz-transform: scale(1);
    }
}

@-moz-keyframes fadeInBack {
    0% {
        opacity: 0;
        -moz-transform: scale(0);
    }
    50% {
        opacity: 0.4;
        -moz-transform: scale(2);
    }
    100% {
        opacity: 0.2;
        -moz-transform: scale(5);
    }
}

@-moz-keyframes fadeInRotate {
    0% {
        opacity: 0;
        -moz-transform: scale(0) rotate(360deg);
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1) rotate(0deg);
    }
}


/**/

@keyframes blurFadeInOut {
    0% {
        opacity: 0;
        text-shadow: 0px 0px 40px #fff;
        transform: scale(1.3);
    }
    20%,
    75% {
        opacity: 1;
        text-shadow: 0px 0px 1px #fff;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        text-shadow: 0px 0px 50px #fff;
        transform: scale(0);
    }
}

@keyframes blurFadeIn {
    0% {
        opacity: 0;
        text-shadow: 0px 0px 40px #fff;
        transform: scale(1.3);
    }
    50% {
        opacity: 0.5;
        text-shadow: 0px 0px 10px #fff;
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        text-shadow: 0px 0px 1px #fff;
        transform: scale(1);
    }
}

@keyframes fadeInBack {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    50% {
        opacity: 0.4;
        transform: scale(2);
    }
    100% {
        opacity: 0.2;
        transform: scale(5);
    }
}

@keyframes fadeInRotate {
    0% {
        opacity: 0;
        transform: scale(0) rotate(360deg);
    }
    100% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }
}