@font-face {
    font-family: 'gilroyregular';
    src: url('../fonts/gilroy-regular-webfont.woff2') format('woff2'),
         url('../fonts/gilroy-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gilroyblack';
    src: url('../fonts/gilroy-black-webfont.woff2') format('woff2'),
         url('../fonts/gilroy-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gilroymedium';
    src: url('../fonts/gilroy-medium-webfont.woff2') format('woff2'),
         url('../fonts/gilroy-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gilroybold';
    src: url('../fonts/gilroy-bold-webfont.woff2') format('woff2'),
         url('../fonts/gilroy-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

* {
    font-family: 'gilroyregular';
}

a {
    text-decoration: none;
}
h1 {
    font-family: 'gilroybold';
}
p,
#contact h6 {
    font-size: 17px;
    line-height: 28px;
    font-family: 'gilroymedium';
}

h3 {
    color: #6A40E4;

}

header {
    background: url(../img/headBg.svg) no-repeat right top;
    padding-top: 60px;
    background-size: 950px;
    position: relative;
    top: -56px;
}

.sticky-top a.nav-link {
    padding: 0 !important;
    font-size: 15px;
    font-family: 'Inter', sans-serif;
}

.sticky-top .nav-item {
    padding: 5px 20px 0;
}

.sticky-top .nav-item.regLink {
    padding-top: 0;
}

.sticky-top .regLink a {
    border: 1px solid #FFF;
    border-radius: 20px;
    padding: 4px 20px !important;
    display: inline-block;
}

.bannerLt h1 {
    color: #182175;
    font-size: 50px;
    font-weight: 700;
}

.bannerLt h1 span {
    color: #1A9DD6;
}

.btn-primary,
.btn-primary:hover {
    border: 2px solid #663DDB;
    border-radius: 7px;
    padding: 10px 50px 10px 20px;
    color: #25253A;
    background-color: transparent;
    font-weight: 700;
    font-size: 16px;
    background: url(../img/btnArrow.svg) no-repeat 110px center;
    background-size: 13px;
transition: all ease-in-out 0.4s;
}

.btn-primary:hover {
    background-position-x: 120px;
}

.weDo {
    background: url(../img/weDoBg.svg) no-repeat right center;
    /* padding-right: 200px; */
}

.weDo li {
    /* padding-left: 80px;
    background: url(../img/weDoList.svg) no-repeat;
    background-size: 50px; */
}

.bg-gray {
    background: #FAFAFE;
}

.logoList ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    /* grid-gap: 10px; */
}

.logoList li:first-child {
    grid-column: span 2;
    grid-row: span 2;
}

.logoList li:nth-child(2) {
    grid-column: span 2;
}

h2 {
    background: -webkit-linear-gradient(#2097d7, #7038e5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
font-weight: 800;
    font-family: 'gilroymedium';
}

/* Testimonial slider */

.carousel-indicators {
    bottom: -50px;
}

.carousel-indicators [data-bs-target] {
    width: 14px;
    height: 14px;
    background-color: #6A40E4;
    opacity: 1;
    border-radius: 100%;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

.carousel-indicators [data-bs-target].active {
    background-color: transparent;
    border: 3px solid #6A40E4;
}

.testimonial .author {
    color: #9d9eaa;
}

.testimonial .author b {
    color: #6A40E4;
}

/* Testimonial slider */
.cgCnt {
    border-radius: 100px;
}

.cgCnt h4 {
    color: #091B5A;
    font-size: 16px;
    font-weight: 600;
}

.shape1,
.shape2,
.shape3,
.shape4,
.shape5 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-animation: animationFramesOne 15s infinite linear;
    animation: animationFramesOne 15s infinite linear;
    opacity: 0.4;
}

.shape2 {
    left: 30%;
    top: 10%;
}

.shape3 {
    left: 40%;
    top: 10%;
    right: 25%;
}

.shape4 {
    left: 0;
    top: auto;
    bottom: 40%;
}

.shape5 {
    left: 20%;
    top: auto;
    bottom: 30%;
}

@keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
}

.scrolled {
    background: linear-gradient(to right, #2097d7, #7038e5);
    transition: 0.5s;
    position: fixed;
    width: 100%;
}
.scrolled .navbar-brand img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(58deg) brightness(150%) contrast(102%);
}
.contactSec {
    background: url(../img/contact_bg.svg) no-repeat center bottom;
}

.contCnt {
    min-height: 250px;
    box-shadow: 0px 6px 28px rgba(0, 0, 0, 7%);
}

.content-wrapper {
    height: 100vh;
    /*  overflow-y: scroll;
    scroll-behavior: smooth;*/
}

.menu .nav-item a.active {
    border-bottom: 1px solid;
}
.logos .carousel-indicators {
    right: auto;
    margin-left: 0;
    bottom: 20px;
    left: -50px;
}
/* video::-webkit-media-controls {
    display: none;
  } */

.contCnt h4 {
            font-family: 'gilroymedium';
        }
.t_highlight{
font-family: 'gilroybold';
    color: #0d0f67;
}
.text-justify{
    text-align: justify;
}

@media screen and (max-width: 1199px) {
    /* .weDo {
        padding-right: 100px;
    } */
}

@media screen and (max-width: 991px) {
    .navbar .container-fluid {
        justify-content: end;
    }

    .navbar-light .navbar-toggler {
        border-color: transparent;
        background: #FFF;
        padding: 0 5px;
        float: right;
        margin-top: 6px;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-collapse {
        background: #6348E2;
        border-radius: 10px;
        margin-top: 5px;
    }

    header a.nav-link {
        padding: 7px 15px !important;
        border-bottom: 1px solid #6A50E1;
    }

    header .regLink a {
        border: none;
        border-radius: 0;
        display: block;
    }

    /* .weDo {
        padding-right: 40px;
    } */

    .contactSec {
        background-position: center top;
    }

    .contCnt {
        min-height: 300px;
    }

    .sticky-top .nav-item {
        padding-bottom: 10px;
    }
    .logos .carousel-indicators {
        right: 0;
        margin-left: 15%;
        bottom: -50px;
        left: 0;
    }
}

@media screen and (max-width: 767px) {
    .bannerLt h1 span {
        color: #fff;
    }

    .bannerLt h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 30px;
    }

    /* .weDo {
        padding-right: 15px;
    } */

    .contCnt {
        min-height: 0;
    }
.btn-primary, .btn-primary:hover {
    border: 2px solid #ffffff;
    color: #e8e8ff;
}
.bannerLt h5{
color: #dedede!important;
}
.navbar {
    background: linear-gradient(to right, #2097d7, #7038e5);
}
}
