

/*=====================
        01. FONTS
=======================*/

@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:100,200,400,700,900");
@import url("https://fonts.googleapis.com/css?family=Raleway:100,200,300,700,900");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700;900&display=swap");
/*===========================
      02. MAIN STYLES
=============================*/

body {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif !important;
    line-height: 28px;
    margin: 0;
    position: relative;
    background-color: #f5f5f5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif !important;
}

p {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a,
a:link,
a:hover,
a:focus,
a:active {
    text-decoration: none;
}

/* img {
    max-width: 100%;
} */

/* =======================
    03. SECTION HEADING
 =========================*/
 h5{
    color:#fff;
 }
 .container-fluid {
    padding-right: 45px !important;
    padding-left: 45px !important;
 }
button.close {
    display: grid;
    place-content: center;
    outline: 0.2rem solid #da1b60;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    text-shadow: 0 0.1rem 0.2rem hsl(51, 100%, 50%);
    background-color: #c637a0;
    place-self: center;
    margin-right: 0px !important;
    color: #000 !important;
}
.close {
    font-size: 2rem;
}
.modal-body{
    overflow: hidden;
    padding-top: 70.25%; /* 16:9*/
    position: relative;
}
.modal-body iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
 }
.center {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}
 .questionnaire-style, .possess{
    color:#000;
    position: relative;
    z-index:1;
 }
 .questionnaire-style, .seeked{
    color:#fff;
    position: relative;
    z-index:1;
 }
 .questionnaire-style {
    position: relative;
    z-index: 1;
    margin-top: 15px;
}
.questionnaire-style h3 {
    font-size: 21px;
    margin-bottom: 45px;
    color: #fff;
    font-family: "Josefin Sans", sans-serif;
}
.questionnaire-style h2 {
    font-size: 20px;
    margin-bottom: 50px;
    color: #fff;
    font-family: "Josefin Sans", sans-serif;
}
.d-center{
    align-items: center;
}

 .list span{
    cursor: pointer;
 }
 .contact-icon{
    color:#C637A0;
 }
 .skill-style{
    margin-bottom:30px;
 }
 #about-us-section li{
    font-size: 16px;
    margin-bottom: 1rem;
 }
.btn-explore{
    min-width: 140px;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: #C637A0;
    color: #fff;
    text-align: left;
    text-transform: capitalize;
    border: 1px solid #C637A0;
    border-radius: 72px;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding: 12px;
    font-size: 18px;
    font-weight: 400;
    line-height: 110%;
    text-decoration: none;
    transition: all .2s;
    display: inline-flex;
    cursor: pointer;
    cursor: pointer;
}
.btn-explore:focus {
    outline: none !important;
}
.btn-explore i{
    color: #fff;
    font-size: 24px !important;
    vertical-align:middle;
}
.Conclusion{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.Conclusion li{
    font-size: 18px;
    margin-bottom: 1.3rem;
}

.row-style{
    background: #fff;
    border-radius: 20px;
}
.row-style .conclusion-img{
    border-radius: 20px 0px 0px 20px;
}
.btn-learn{
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: #C637A0;
    color: #fff;
    text-align: left;
    text-transform: capitalize;
    border: 1px solid #C637A0;
    border-radius: 72px;
    flex: none;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding: 12px 32px;
    font-size: 16px;
    font-weight: 400;
    line-height: 110%;
    text-decoration: none;
    transition: all .2s;
    display: inline-flex;
    cursor: pointer;
}

.btn-subscribe{
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: #C637A0;
    color: #fff;
    text-align: left;
    text-transform: capitalize;
    border: 1px solid #C637A0;
    border-radius: 72px;
    flex: none;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding: 12px 32px;
    font-size: 18px;
    font-weight: 400;
    line-height: 110%;
    text-decoration: none;
    transition: all .2s;
    display: inline-flex;
    cursor: pointer;
}

.w-inline-block {
    max-width: 100%;
}
.btn-learn:focus {
    outline: none !important;
}
.btn-learn i{
    color: #fff;
    font-size: 24px !important;
    vertical-align:middle;
}

#conclusion-section{
    overflow: hidden;
    padding: 90px 0 100px;
}
#conclusion-section h1{
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    padding: 0 30px;
    border-right: 1px solid rgb(18, 22, 38);
    border-left: 1px solid rgb(18, 22, 38);
    font-size: 40px;
    line-height: 1;
}
.Conclusion{
    padding: 0px 42px !important;
}
 .btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50% !important;
    color: #ffff;
    border-color: #ffff;
}
.btn-lg-square {
    width: 48px;
    height: 48px;
}
.arrow-up {
    background-color: #000;
}
.back-to-top {
    position: fixed;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
.mr-15, .mx-15 {
    margin-right: 15px !important;
}

.line-text{
    background: #C637A0;
    border-radius: 4px;
    display: block;
    height: 7px;
    margin-bottom: 45px;
    width: 80px;
}
.subscribe-style{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}
.subscribe-success{
    margin: 0 auto;
}
.alert-success {
    color: #ffff !important;
    background-color: #C637A0 !important;
    border-color: #C637A0 !important;
}
.alert-dismissible .close {
    color: #ffff !important;
    padding: 5px 20px;
}
.alert {
    border-radius: 2.25rem !important;
    padding: 5px 35px;
}
.close{
    font-size:26px !important;
}
.skill-card{
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 2px 2px 16px 4px rgba(99, 100, 105, .06);
    padding: 13px 20px;
}
.contact {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
    /* width: 85%; */
  }
  
.contactcard {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    /* flex:1; */
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: normal;
    justify-content: space-evenly;
    padding:35px;
    background: #ffff;
    border-radius: 10px;
    margin:20px;
    min-height: 170px;
}
.contactcard h4{
    margin-bottom:10px;
}

.fa-bars{
    color: #C637A0 !important;
}
.section-heading {
    margin: 0px auto 100px;
    text-align: center;
}

.section-heading h2 {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    padding: 0 60px;
    border-right: 1px solid rgb(18, 22, 38);
    border-left: 1px solid rgb(18, 22, 38);
    font-size: 40px;
    line-height: 1;
    font-family: "Raleway", sans-serif;
}

.section-heading .section-heading-style {
    font-weight: 100;
}

.section-heading p {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 30px;
    color: #8c8686;
}


/* ============================
    05. HEADER STYLES
=============================== */

#header-area {
    overflow: hidden;
    background-color: #fff;
    height: 100vh;
    position: relative;
}

#header-area:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(14, 22, 38, 0.7);
}

.header-img-bg {
    background-image: url(../img/bg/skillnexaindia.jpeg);
    background-size: cover;
    background-position: center center;
}

.header-top {
    overflow: hidden;
    padding: 15px;
    display: none;
}

#header-area .z-index {
    position: relative;
    z-index: 999;
    margin-top: 19px;
}

#header-area .header-top .z-index {
    position: relative;
    z-index: 5000;
}

a.nav-link {
    font-size: 14px;
    color: #fff !important;
}

a.nav-link.active {
    color: #C637A0 !important;
}


.fix-nav {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    background: #0e1626;
    /* padding-left: 8rem;
    padding-right: 8rem; */
    padding: 1rem 1.5rem;
}

.responsive-nav-btn {
    border: 1px solid #fff;
}

.responsive-nav-btn span {
    color: #fff;
    font-size: 20px;
}

.dropdown-item {
    color: #fff;
}

/* Home 4 mobile menu */

a.mobile-menu-four-open-btn {
    font-size: 30px;
    color: #ffffff;
    position: absolute;
    right: 150px;
    top: 30px;
    display: none;
}

.mobile-menu-four-wrap {
    background: #222222;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    position: absolute;
    width: 82%;
    display: none;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.mobile-menu-four-wrap.mobile-menu-four-wrap-active {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-four-list {
    padding: 30px 0;
}

.mobile-menu-four-list li a {
    font-size: 16px;
    color: #ffffff;
    line-height: 36px;
    display: inline-block;
    padding: 15px 0;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    transition: all 0.4s ease;
}

.mobile-menu-four-list li a:hover {
    color: #b7fc2b;
}

/* Header Five */

.header-creative-agency-area {
    /* background-color: #0f0f0f; */
    position: absolute;
    width: 100%;
    z-index: 99;
}

/* Logo five */

.logo-five a {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Josefin-sans", sans-serif;
    line-height: 0;
    margin-bottom: 0;
}

.logo-five a span {
    font-size: 10px;
    line-height: 0;
    display: block;
}

.main-menu-five ul li {
    display: inline-block;
}

.main-menu-five ul li a {
    padding: 20px 0;
    display: block;
    color: #fff;
    font-size: 16px;
    margin-left: 25px;
}

.main-menu-five ul li:first-child a {
    margin-left: 0;
}


/*========== Logo ===========*/

#navbar-header .navbar-brand {
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    color: #C637A0 !important;
    font-size: 30px;
    font-weight: 900;
    line-height: 30px;
}

/* ======= Header bottom styles ==========*/

.header-bottom .item {
    padding-top: 100px;
}

.header-bottom.header-bottom-blog-page .item {
    padding-top: 5%;
}

.header-bottom h2 {
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 13%;
    line-height: 80px;
    font-weight: 700;
    font-family: "Josefin Sans", sans-serif;
    letter-spacing: 10px;
    margin-bottom: 20px;
}

.header-bottom p {
    font-size: 19px;
    color: #fff;
    font-weight: 200;
    line-height: 28px;
    margin-bottom: 40px;
}

.header-bottom .h-btn {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    background: #C637A0;
    padding: 8px 30px;
    margin-top: 25px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.4s ease;
}


/* =============================
    06. FEATURES STYLES
================================ */

#features-area {
    overflow: hidden;
    padding: 85px 0;
    background: #f5f5f5;
}

.single-features {
    min-height: 425px;
    background-color: #f0f8ff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 35px;
    position: relative;
    box-shadow: 20px 0px 20px 0px rgba(1, 0, 0, 0.1);
    transition: all 0.4s;
}

.single-features:hover {
    box-shadow: 20px 20px 20px 0px rgba(0, 0, 0, 0.1);
}

.feature-icon .et-icon {
    font-size: 50px;
    color: #C637A0;
    margin-bottom: 20px;
    text-align: center !important;
}
.mr-25{
    margin-right: 25px !important;
}
.conclusion-text li i{
    color: #d50808;
}
.center{
    justify-content: center;
}
.conn-text{
    margin-bottom: 1rem !important;
    font-size: 18px;
    background-color: #fffbf3;
    padding: 30px;
    border-left: 4px solid #d50808;
    font-weight: 500;
}

.single-features h4 {
    font-size: 17px;
    margin-bottom: 10px;
    color: #000;
    line-height: 32px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    transition: all 0.4s;
    letter-spacing: 1px;
    text-align: center;
}

.single-features p {
    color: #8c8686;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    position: relative;
    z-index: 1;
    transition: all 0.4s;
    text-align: justify;
}

/* ========================
     07. ABOUT US STYLES
  ========================= */

#about-us-section {
    overflow: hidden;
    padding: 120px 0 120px;
    background: #f0f8ff;
    display: flex;
    /* background-image: url(../img/bg/contact.jpg); */
    background-size: cover;
    background-position: center center;
    position: relative;
    background-attachment: fixed;
}
.list a{
    text-decoration:underline !important;
}
.div-block-18 {
    flex: 0 50%;
    align-items: center;
    max-width: 660px;
    min-height: 280px;
    display: flex;
}
.video-img{
    border-radius: 0;
    width: 100%;
    height: 100%;
}
#about-us-section h1{
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    padding: 0 60px;
    border-right: 1px solid rgb(18, 22, 38);
    border-left: 1px solid rgb(18, 22, 38);
    font-size: 40px;
    line-height: 1;
    font-family: "Raleway", sans-serif;
}
#video-call-section {
    overflow: hidden;
    padding: 120px 0 120px;
    background: #f0f8ff;
    display: flex;
    /* background-image: url(../img/bg/contact.jpg); */
    background-size: cover;
    background-position: center center;
    position: relative;
    background-attachment: fixed;
}

#video-call-section:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background: rgba(14, 22, 38, 0.9); */
}
#questionnaire-section {
    overflow: hidden;
    padding: 120px 0 110px;
    margin: 20px 0px 0px 0px;
    background: #f0f8ff;
    /* display: flex; */
    background-image: url(../img/bg/question-banner.jpeg);
    background-size: cover;
    background-position: center center;
    position: relative;
    background-attachment: fixed;
}

#questionnaire-section:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(14, 22, 38, 0.9);
}
.questionnaire-text {
    position: relative;
    z-index: 1;
    margin-top: 15px;
    margin:0px 50px;
}
.questionnaire-text h3 {
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 45px;
    color: #fff;
    font-family: "Josefin Sans", sans-serif;
}
.questionnaire-text h2 {
    font-size: 20px;
    margin-bottom: 50px;
    color: #fff;
    font-family: "Josefin Sans", sans-serif;
}
.questionnaire-section-inside{
    margin: 100px auto 0px;

}

.aboutus-text {
    position: relative;
    z-index: 1;
    padding-top: 20px;
}

.aboutus-text h3 {
    font-size: 40px;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-family: "Josefin Sans", sans-serif;
}

.aboutus-text p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 35px;
}

.aboutus-text .about-btn {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    background: #C637A0;
    padding: 8px 30px;
    margin-top: 15px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.4s ease;
}

.aboutus-text .about-btn:hover {
    background: rgba(255, 255, 255, 0.1);
}

.about-img {
    position: relative;
    z-index: 1;
}

.about-img svg {
    width: 530px;
    height: 360px;
}


.owl-theme .owl-dots .owl-dot span {
    height: 28px;
    background: transparent;
    display: block;
    border: 1px solid #fff;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ffc107;
    border: 1px solid #ffc107;
}


/* ========================
    27. COPYRIGHT AREA
========================== */

#footer-area {
    overflow: hidden;
    padding: 50px 0;
    background-color: #080d17;
}

.copyright-area {
    text-align: center;
}

.copyright-area h2 {
    font-family: "Josefin Sans", sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    font-weight: 700;
}

.copyright-area p {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
}

.copyright-area p a {
    text-decoration: none;
    color: #fff;
}

.footer-social ul {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.footer-social ul li a {
    /* width: 39px;
    height: 39px; */
    display: block;
    color: #C637A0;
    border-radius: 50%;
    /* line-height: 39px; */
    margin-right: 10px;
    transition: 0.4s ease;
}

.footer-social ul li:last-child a {
    margin-right: 0px;
}

.footer-social ul li a:hover {
    color:#fff !important;
    background-color: #C637A0;
}

.btn-outline-light{
    color:#C637A0 !important;
    border-color:#C637A0 !important;
}

/*=======================
       29. SCROLLUP
=========================*/

#scrollUp {
    background-image: url(../img/arrow2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    right: 30px;
    bottom: 0px;
    color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    font-size: 18px;
    width: 40px;
    border-radius: 50%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    bottom: 30px;
}

/*===================================
    30. RESPONSIVE NAV BUTTON STYLES
=====================================*/

.navbar-light .navbar-toggler {
    border-color: rgb(255, 255, 255);
    border-radius: 0px;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/*==================================
    31. PRELOADER STYLES
====================================*/

.preloader-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(14, 22, 38);
    z-index: 9999;
}

.spinner {
    width: 40px;
    height: 40px;
    margin: 25% auto;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1s infinite ease-in-out;
    animation: sk-scaleout 1s infinite ease-in-out;
}

.contact_field h3{
    color: #fff;
     font-size: 40px;
     letter-spacing: 1px;
     font-weight: 600;
     margin-bottom: 10px;
     /* margin-left: 20px; */
     text-align: center;
 }
 .contact_field p{
     color: #fff;
     font-size: 13px;
     font-weight: 400;
     letter-spacing: 1px;
     margin-bottom: 35px;
     /* margin-left: 20px; */
     text-align: center;
 }
.skill-usp{
    justify-content: center;
}
#contact-area {
    overflow: hidden;
    padding: 120px 0 130px;
    background: #0b121f;
    position: relative;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
/* 768  821*/
@media (max-width: 768px) {
    .header-bottom h2 {
        margin-top: 40%;
    }
    .subscribe-style {
        flex-direction: column;
        /* margin-top: 15px; */
    }
    #submit{
        margin-top:20px;
    }
}
@media (max-width: 912px) {
    .questionnaire-margin{
        justify-content: left;
        margin-top:35px;
    }
    .offset-md-1 {
        margin-left: 0%;
    }
    .header-bottom h2 {
        margin-top: 40%;
    }
}
@media (max-width: 992px) {
    /* .contactcard {
        flex: 100%;
      } */
      .row-style .conclusion-img {
        border-radius: 20px 20px 0px 0px !important;
    }
    .section-margin-bottom{
        margin-bottom: 3rem !important;
    }
    .questionnaire-text{
        margin: 0px !important;
    }
}


