@font-face {

    font-family: "Sackers Gothic Light";

    src: url(./fonts/Sackers-Gothic-Light-AT.otf);

}



@font-face {

    font-family: "Playfair Italic";

    src: url(./fonts/PlayfairDisplay-Italic-VariableFont_wght.ttf);

}



@font-face {

    font-family: "Playfair Variable";

    src: url(./fonts/PlayfairDisplay-VariableFont_wght.ttf);

}



body {

    font-family: "Montserrat", sans-serif;

    font-size: 15px;

    font-weight: 500;

}



.logo {

    width: 300px;

    margin-right: 30px;

}



.nav-link {

    font-family: "Sackers Gothic Light";

    font-size: 12px;

    font-weight: bold;

}



.playfair {

    font-family: "Playfair Display", serif;

    font-weight: 500;

    letter-spacing: 0.2rem;

}



.playfair-italic {

    font-family: "Playfair Italic", serif;

    font-weight: 500;

    letter-spacing: 0.2rem;

}



.header-grid {

    font-size: 3rem;

    color: #ded3f1;

}



.header-grid .inc {

    font-size: 3rem;

    color: #ded3f1;

}



.header-grid-sec {

    font-size: 2rem;

}



.banner1 {

    width: 100%;

}



.no-gap * {

    padding: 0;

}

.no-gap2 * {

    padding-bottom: 1%;

}

.w-90-p {

    width: 83%;

    margin: 0 auto;

}



.w-80-p {

    width: 80%;

    margin-left: 8%;

}

.w-center-p {

    width: 100%;

    text-align: center;

    color: #ded3f1;

}

.marginLeft {

    margin-top: 25%;

}



.demo-btn {

    border-radius: 40px;

    background-color: #7544c4;

    color: #ded3f1;

    padding: 4px 8px;

    letter-spacing: 0.1rem;

    font-size: 15px;

}

.demo-btn:hover {

    color: #ded3f1;

    font-weight: bold;;

}


.btn-left {

    width: 50%;

    margin-top: 1%;

}



.bg-mesh {

    background-image: url(../images/bg.png);

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center;

    /* width: 75vw; */

    margin: 0 auto;

}

.bg-mesh img {

    width: 150px;

}

.section-header {

    border-bottom: 5px solid #444444;

    padding-left: 10%;

    margin-bottom: -48px;

    width: 90%;

}



.section-header2 {

    border-bottom: 4px solid #444444;

    margin-bottom: -48px;

    margin-left: 13%;

    width: 84.3%;

}

.action {

    padding: 3% 2% 3% 2%;

    color: #ded3f1;

    text-align: center;

}

.w-action-p {

    width: 100%;

    text-align: center;

    color: #ded3f1;

}


.padding-body-solution {

    padding: 15% 2% 25% 17%;

    line-height: 1.4rem;

}



.padding-body-solution-3 {

    padding: 15% 2% 15% 15%;

    line-height: 1.4rem;

}







.padding-body-solution-2 {

    padding: 27% 7%;

    line-height: 1.4rem;

    width: 60%;

    font-size: 15px;

}



#soutions img {

    width: 100%;

}



.text-right {

    text-align: right;

}



.section-header.text-right {

    padding-right: 32%;

    padding-left: 0;

}



#sectors img {

    width: 80%;

    margin: 0 auto;

}



.d-flex {

    align-self: end;

}



.bg-small-mesh {

    background: url(../images/bg-mesh.png) no-repeat;

    background-position: center;

    text-align: center;

    padding: 3% 0;

    background-size: cover;

    width: 80%;

    margin: 8% auto -1% auto;

}



.bg-small-mesh-sm {

    background: url(../images/bg-mesh.png) no-repeat;

    background-position: center;

    text-align: center;

    padding: 2% 0 2% 0;

    background-size: cover;

    width: 80%;

    margin: 5% auto -4% auto;

}



.border-bottom-special {

    width: 150px;

    border-bottom: 3px solid #444444;

    padding-bottom: 50px;

    margin-right: 8px;

    margin: 12px 0 10px 0;

}



.border-bottom-special2 {

    width: 72%;

    border-bottom: 3px solid #444444;

    padding-bottom: 36px;

    display: block;

    float: right;

    clear: both;

}



.flex {

    display: flex;

}



.flex.content-center {

    display: flex;

    justify-content: center;

}



.col-md-4 img {

    width: 100%;

}



.header-mesh {

    margin-bottom: -6%;

}



.spacing-blog {

    padding: 0 1.5rem;

}



.industry-header {

    margin: 2% 0 0 0;

}



.negative-margin-bottom {

    margin-bottom: -80px;

}



.press img {

    width: 80%;

}



.black-border {

    display: block;

    border-bottom: 3px solid #444444;

    padding-top: 12px;

}



#howitworks img {

    width: 80%;

    margin: 0 auto;

}



.negative-margin-top {

    margin-top: -8%;

}



.social img {

    width: 32px;

    margin: 0 auto;

}

.social img:hover {

    filter: invert(10%)

}

#howitworks {

    margin-top: -10%;

    margin-bottom: -4%;

}



.footer {

    background-color: #1c1c2e;

    background-size: cover;

    background-repeat: no-repeat;

    background-position: center;

    padding: 2% 1%;

    font-size: 13px;

}



.footer a {

    color: #444444;

    text-decoration: none;

    text-transform: uppercase;

    padding-bottom: 2px;

}



.typer {

    color: #7544c4 !important;

}

.highlight {

    color: #7544c4 !important;

}


.custom-flex {

    display: flex;

    justify-content: center;

    align-content: center;

    flex-direction: column;

    height: 100%;

}







.w-70 {

    width: 70%;

    margin-left: 11.5%;

}



.w-70-c {

    width: 70%;

    margin: 0 auto;

}



.justify-space-between {

    justify-content: space-between;

}



.ml-custom {

    margin-left: 17%;

}



.carousel-control-next-icon img {

    display: block;

    width: 27px;

    margin-left: 12px;

    height: 65px;

}



.carousel-control-prev-icon img {

    display: block;

    width: 27;

    margin-left: -36px;

    height: 65px;

}



.carousel-control-prev,

.carousel-control-next {

    width: 1%;

}



.right-text {

    text-align: right;

    padding-right: 51%;

}



.right-text2 {

    text-align: right;

    padding-right: 35%;

}



.pl-custom {

    padding-left: 9%;

}



.w-33 {

    width: 33.3%;

}



.capitalize {

    text-transform: capitalize;

}



.pl-0I {

    padding-left: 18px;

}



.small-f-body {

    font-size: 15px !important;

}



.color-red {

    color: #10DFDA;

}



.rounded-lg {

    border-radius: 40px;

}



.form-field {

    position: relative;

}



.form-field label {

    position: absolute;

    width: max-content;

    background-color: #fff;

    margin-left: 12px;

    margin-top: -12px;

    padding: 0 8px;

    font-size: 14px;

    color: #898dac;

}

.cicon {

    margin: auto;

    padding-top: 2%;

    padding-bottom: 2%;

    width: 50px;

}

.form-field .form-control {

    padding: 14px 18px;

}



.iframe {

    border: 0;

    width: 100%;

    height: 500px;

}


.w-100 {

    width: 100%;

    padding: 2% 2% 5% 2%;

}



#benefits img {

    width: 60%;

    margin: 0 auto;

}


#awardsSLider img {

    filter: grayscale(1);

    transition: all 0.5s ease-in-out;

    cursor: pointer;

    width: 80%;

    margin: 0 auto;

    display: block;

}



#awardsSLider img:hover {

    filter: grayscale(0);

    transform: scale(1.2);

}



.owl-nav {

    display: flex;

    width: 101%;

    justify-content: space-between;

    margin-top: -129px !important;

    position: absolute;

    margin-left: -1%;

    z-index: 0;

}



.owl-nav button span {

    font-size: 50px;

    opacity: 0.7;

}



.btn.btn-danger.btn-lg.submit-contact.btn-rounded {

    border-radius: 33px;

}



.nav-link.px-3.link-dark.link-red {

    color: #444444!important;

}



a.btn.demo-btn.btn-left {

    width: 320px;

}



.link-red {

    color: #444444;

}

.w-90{

    width: 90% !important;

  }



  .-mt-1{

    margin-top: -3rem !important;

  }