/* Reset  */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/


html {
  scroll-behavior: smooth;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
strong {
    font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    color: #212529;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.tab-content > .tab-pane {
    display: none;
    position: relative;
}

.tab-content > .active {
    display: block;
}


/*****************************************/
.flex {
    display: flex;
}

.justify-between {
    justify-content: space-between;
}

.justify-evenly {
    justify-content: space-evenly;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.text-center {
    text-align: center;
}

.slick-slider {
    width: 100%;
    margin: 0;
}

.eqlh {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.float-left {
    float: left;
}

.clear-both {
    clear: both;
}
/****************************************/
.logo-area {
    position: absolute;
    top: 10px;
}
.banner-sec {
    background-image: url(../images/frameBG.jpg);
    position: relative;
    /*min-height: 100vh;*/
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-header-left {
    margin-top: 80px;
}
.banner-header-left h5{
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
.banner-header-left h1{
    font-size: 3.6em;
    position: relative;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 0.5em;
    margin-bottom: 0.3em;
    line-height: 1.2em;
}
.banner-header-left p{
    color: #000;
    margin-top: 0;
    margin-bottom: 40px;
    font-weight: 500;
    line-height: 1.5;
}
.banner-header-left img{
    width: 100%;
}
.banner-header-left ul{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 25px;
    margin-bottom: 25px;
}
.banner-header-left ul li{
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    line-height: 1.5;
}
.banner-header-left ul li:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 22px;
    height: 22px;
    background-size: contain;
    background-image: url(../images/bullet.png);
    background-position: center center;
    background-repeat: no-repeat;
}
/***********************************/
.why-choose-us {
    padding: 100px 3em;
    position: relative;
    overflow: hidden;
}

.why-choose-us-box {
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
    background-image: url(../images/choosebg.png);
    background-position: center top;
    background-size: 80%;
    background-repeat: no-repeat;
    background-color: #FFF;
    border-radius: 1.5em;
    padding: 1em;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    height: 85vh;
}
.why-choose-us-box.vs-img:after {
        content: "";
        position: absolute;
        height: 200px;
        width: 45px;
        background-image: url(../images/vs.png);
        z-index: 2;
        right: -35px;
        top: calc(50% - 100px);
        background-size: contain;
        background-repeat: no-repeat;
    }
.why-choose-us-box img.big-img{
    position: absolute;
        top: 0px;
        right: 15px;
        max-width: 60%;
}
.why-choose-us-cont {

}
.why-choose-us-cont img{
    margin-bottom: 1.5em;
    width: 100px;
}
.why-choose-us-cont h4{
    font-size: 1.5rem;
    font-weight: 600;
}
.why-choose-us-cont ul{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 1.5em;
}
.why-choose-us-cont li{
    margin-right: 5px;
    background-color: #F3F3F3;
    border-radius: 8px;
    text-align: center;
    padding: 6px 20px;
    display: inline-block;
    margin-bottom: 7px;
    font-size: 0.9em;
}
/***********************************/
.get-in-touch-sec-form .fgroup {
    position: relative;
    text-align: left;
    /* margin-bottom: 20px; */
}
.get-in-touch-sec-form h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 50px;
    line-height: 1.2;
}
.get-in-touch-sec-form .form-cont .fgroup input, .get-in-touch-sec-form .form-cont .fgroup textarea {
    width: 100%;
    padding: 15px 14px;
    margin: 0px 0 20px;
    color: #222;
    font-weight: 400;
    font-size: 16px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    outline: none;
    border: 1px solid #222;
}

.redio-btn {
    margin-bottom: 10px;
}
.redio-btn h4{
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}
.redio-btn p{
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-weight: 400;
    margin-bottom: 10px;
}
.redio-btn label{
    font-size: 15px;
    color: #000;
    margin-right: 10px;
}

.get-in-touch-sec-form .form-cont input::placeholder, .get-in-touch-sec-form .form-cont textarea::placeholder {
    color: #222;
}

.get-in-touch-sec-form .form-cont textarea {
    min-height: 110px;
    resize: none;
}

.get-in-touch-sec-form .form-cont input:focus {
    top: -5px;
}

.get-in-touch-sec-form .form-cont select {
    width: 100%;
    padding: 20px;
    margin: 15px 0;
    color: #000;
    border: none;
    font-weight: 400;
    font-size: 15px;
    box-sizing: border-box;
    border-radius: 5px;
    background-position: 0 0;
    outline: -webkit-focus-ring-color auto 0px;
    /* -webkit-appearance: none;
       -moz-appearance: none; */
    background: #fff;
}

.get-in-touch-sec-form .form-cont input::placeholder, .get-in-touch-sec-form .form-cont textarea::placeholder {
    color: #222;
}

.get-in-touch-sec-form {
    margin-top: 80px;
    padding-left: 120px;
}

.get-in-touch-sec-form .fgroup.used label, 
.get-in-touch-sec-form .fgroup input:focus ~ label, 
.get-in-touch-sec-form .fgroup input.used ~ label, 
.get-in-touch-sec-form .fgroup input.used ~ label, 
.get-in-touch-sec-form .fgroup input.inused ~ label, 
.get-in-touch-sec-form .fgroup textarea:focus ~ label, 
.get-in-touch-sec-form .fgroup textarea.used ~ label, 
.get-in-touch-sec-form .fgroup textarea.inused, 
.get-in-touch-sec-form .fgroup select:focus ~ label, 
.get-in-touch-sec-form .fgroup select.used ~ label, 
.get-in-touch-sec-form .fgroup select.inused ~ label {
    top: -8px;
    left: 12px;
    font-size: 14px;
    background: #fff;
    color: #222;
    padding: 3px;
}

.get-in-touch-sec-form .fgroup label {
    position: absolute;
    top: 16px;
    left: 15px;
    transition: all 0.3s;
    pointer-events: none;
    padding: 0px;
    font-weight: 500;
    font-size: 15px;
    color: #222;
    display: revert;
}
.get-in-touch-sec-form button {
    background: #e8355f;
    color: #fff;
    border-radius: 0;
    font-weight: 700;
    padding: 12px 25px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.015em;
    text-decoration: none;
    font-size: 18px;
    border: 2px solid #e51681;
    transition: all 0.3s linear;
    margin-top: 10px;
    border-radius: 10px;
}
.get-in-touch-sec-form button:hover {
    background: #6c92f7;
    border: 2px solid #6c92f7;
}
/***********************************/
.system-sec {
    position: relative;
    margin-top: -55px;
}
.system-sec .row{
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
}
.system-sec .col-6.col-lg-3:not(:last-child){
    border-right: 1px solid #CCC;
    padding: 0;
    margin: 0;
}
.system-sec-box {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 0;
}
.system-sec-box h2{
    font-size: 1.75rem;
    font-weight: bold;
    margin-bottom: .5rem;
    line-height: 1.2;
}
.system-sec-box h2 span{
    color: #6c92f7;
}
.system-sec-box p{
    line-height: 22px;
    margin-top: 10px;
}
/***********************************/

.nav /*Padrão Bootstrap*/
{
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
.nav,
.nav-tabs {
  background-color: transparent;
    /* height: 70px; */
    color: #0d6efd;
    text-align: center;
    margin: 40px 0 0;
}
.nav-tabs > li /*Padrão Bootstrap*/
{
  margin-bottom: -1px;
  text-align: center;
  display: inline-block;
}
nav,
.nav-tabs > li > a {
  color: #0d6efd;
  text-decoration-line: none;
  position: relative;
    display: block;
    padding: 12px 20px;
}

nav,
.nav-tabs > li.active a,
nav,
.nav-tabs > li.active a:hover,
nav,
.nav-tabs > li.active a:focus {
  color: #0079ff;
  text-decoration-line: none;
  border: 2px solid #0d6efd;
  border-radius: 50px;
}
.tab-content {
  color: #000;
    background-color: #fff;
    padding: 5px 15px;
    text-align: left;
    margin-top: 50px;
    background-color: #FFF;
    padding: 2em;
    box-shadow: 0px 20px 17px rgba(90, 82, 128, 0.2), 0px 13px 27px rgba(90, 82, 128, 0.1), 0px 30px 27px rgba(90, 82, 128, 0.1);
}
.tab-content > .tab-pane /*Padrão Bootstrap*/
{
  display: none;
}
.tab-content > .active /*Padrão Bootstrap*/
{
  display: block;
}
/*li.active a:before{
  border-color: #0257b5 transparent transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0px 10px;
  content: "";
  display: block;
  left: calc(50% - 10px);
  position: absolute;
  width: 0px;
  top: 70px;
   z-index: 10;
}*/
.tab-pane .row {
    align-items: center;
}
li.active a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    left: 0px;
    top: 0px;
    z-index: -1;
    border-radius: 50px;
}
li.active a:after {
    content: "";
    position: absolute;
    padding: 0px 0px;
    height: calc(100% + 6px);
    width: calc(100% + 6px);
    background-image: linear-gradient(to right, #FD0C5C, #6C92F7);
    left: -3px;
    top: -3px;
    z-index: -1;
    border-radius: 50px;
}
/***********************************/
.common-sec-area {

}
.common-sec-box {
    border-radius: 20px;
    padding: 20px 40px;
    margin: 0 60px;
}
.common-sec-box .row{
    display: flex;
    align-items: center;
    justify-content: center;
}
.common-sec-box.colr-code1 {    
    background: #f2f5fe;
}
.common-sec-box-img {

}
.common-sec-box-img img{
    width: 100%;
}
.common-sec-box-cont {

}
.common-header-sec {

}
.common-header-sec h4{
    font-size: 1.75rem;
    font-weight: bold;
    margin-bottom: .5rem;
    line-height: 1.2;
}
.common-header-sec h5{
    font-weight: 500;
    color: #212529;
    margin-bottom: 20px;
    margin-top: 15px;
    font-size: 24px;
}
.common-header-sec p{
    color: #000;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.5;
}
.common-header-sec ul{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 25px;
    margin-bottom: 25px;
}
.common-header-sec ul li{
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    line-height: 1.5;
}
.common-header-sec ul li:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 22px;
    height: 22px;
    background-size: contain;
    background-image: url(../images/bullet.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.mar-top-100 {
    margin-top: 100px;
}
.mar-top-20 {
    margin-top: 20px;
}
.common-sec-box.colr-code1 {    
    background: #f2f5fe;
}
.common-sec-box.colr-code2 {    
    background: #fefafc;
}
.text-center {
    text-align: center;
}
.common-header-sec img{
    width: 100%;
}
/***********************************/
.full-colr-bg2 {
    padding: 100px 0;
    background: #fefafc;
}
.full-colr-bg {
    padding: 100px 0;
    /*background: #fefafc;*/
    background: #F1F5FF;
}
.full-colr-box {
    margin: 0 60px;
}
/***********************************/
.ready-to-transform-sec {
    padding: 100px 0;
    background-color: #0E369F;
    color: #FFF;
    text-align: center;
}
.ready-to-transform-sec-box {

}
.ready-to-transform-sec-box h2{
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: .5rem;
    color: #fff;
}
.ready-to-transform-sec-box h5{
    font-size: 1.75rem;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
.ready-to-transform-sec-btn {
    display: block;
    position: relative;
    margin-top: 40px;
}
.ready-to-transform-sec-btn a{
    background: #fd0c5c;
    color: #FFF;
    border-radius: 10px;
    padding: 12px 30px;
    margin: 10px 6px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
    transition: all 0.3s linear;
}
.ready-to-transform-sec-btn a:hover{
    background: #6c92f7;
    transition: all 0.3s linear;
}
.mobile-view {
    display: none;
}
img.mar-top-20.disktop-view {
    width: 1024px;
    margin: 0 auto;
}
/***********************************/
.banner-sec.thank-you-page .row{
    align-items: center;
    justify-content: center;
}
.thank-you-img {
    width: 80%;
}
.thank-you-img img{
    width: 100%;
    border-radius: 10px;
}
.thank-you-right {

}
.thank-you-right h4{
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 45px;
    font-weight: 600;
}
.thank-you-right p{
    text-align: left;
    color: #4a4a4a;
    font-size: 17px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 20px;
}
.thank-you-right a {
    background: #e8355f;
    color: #fff;
    border-radius: 0;
    font-weight: 700;
    padding: 12px 25px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.015em;
    text-decoration: none;
    font-size: 18px;
    border: 2px solid #e51681;
    transition: all 0.3s linear;
    border-radius: 10px;
}
.thank-you-right a:hover {
    background: #6c92f7;
    border: 2px solid #6c92f7;
}
/***********************************/
.video-sec {

}
.video-area {
    
}
.video-area video{
    width: 100%;
}
/***********************************/
/***********************************/
/***********************************/
/***********************************/
/***********************************/
/***********************************/
/***********************************/
/***********************************/
/***********************************/
/***********************************/
/***********************************/
/***********************************/
/***********************************/
/***********************************/
/***********************************/
/***********************************/


@media(max-width: 1366px) {    
    .banner-header-left h1 {
        font-size: 3em;
    }
    .get-in-touch-sec-form .form-cont .fgroup input, .get-in-touch-sec-form .form-cont .fgroup textarea {
        padding: 15px 14px;
        margin: 0px 0 10px;
    }
    .get-in-touch-sec-form .fgroup label {
        top: 15px;
    }
    .get-in-touch-sec-form .fgroup.used label, .get-in-touch-sec-form .fgroup input:focus ~ label, .get-in-touch-sec-form .fgroup input.used ~ label, .get-in-touch-sec-form .fgroup input.used ~ label, .get-in-touch-sec-form .fgroup input.inused ~ label, .get-in-touch-sec-form .fgroup textarea:focus ~ label, .get-in-touch-sec-form .fgroup textarea.used ~ label, .get-in-touch-sec-form .fgroup textarea.inused, .get-in-touch-sec-form .fgroup select:focus ~ label, .get-in-touch-sec-form .fgroup select.used ~ label, .get-in-touch-sec-form .fgroup select.inused ~ label {
        top: -8px;
        font-size: 12px;
        background: #fff;
    }
}
@media(max-width: 1024px) {
    .banner-header-left h1 {
        font-size: 2.6em;
    }
    .get-in-touch-sec-form .fgroup.used label, .get-in-touch-sec-form .fgroup input:focus ~ label, .get-in-touch-sec-form .fgroup input.used ~ label, .get-in-touch-sec-form .fgroup input.used ~ label, .get-in-touch-sec-form .fgroup input.inused ~ label, .get-in-touch-sec-form .fgroup textarea:focus ~ label, .get-in-touch-sec-form .fgroup textarea.used ~ label, .get-in-touch-sec-form .fgroup textarea.inused, .get-in-touch-sec-form .fgroup select:focus ~ label, .get-in-touch-sec-form .fgroup select.used ~ label, .get-in-touch-sec-form .fgroup select.inused ~ label {
        font-size: 12px;
    }
    .common-header-sec h4 {
        font-size: 1.6rem;
    }
    .ready-to-transform-sec-box h2 {
        font-size: 2.2rem;
    }
    .ready-to-transform-sec-box h5 {
        font-size: 1.6rem;
    }
    img.mar-top-20.disktop-view {
        width: 85%;
        margin: 0 auto;
    }
}
@media(max-width: 768px) {
    .common-header-sec {
        margin-top: 40px;
    }
    .colr-code2 .row {
        flex-direction: column-reverse;
    }
    .banner-sec.thank-you-page {
        padding-bottom: 0px; 
        padding-top: 0px; 
    }
    .thank-you-img {
        width: 80%;
        margin: 0 auto 40px;
    }
    .div-flip {
        flex-direction: column-reverse;
    }
    .common-sec-box  {
        padding: 20px 20px;
    }
    .get-in-touch-sec-form {
        padding: 0;
    }
    .why-choose-us-box {
        height: auto;
        margin-top: 40px;
        flex-direction: column;
    }
    .why-choose-us-box img.big-img {
        max-width: 100%;
        position: relative;
    }
    .why-choose-us-box.vs-img:after {
        display: none;
    }
    .common-sec-box {
        margin: 0 0px;
    }
    .full-colr-bg2 {
        padding: 40px 0;
    }
    .why-choose-us {
        padding: 60px 0em;
    }
}

@media(max-width: 575px) {
    .common-sec-box {
        margin: 0 0px;
    }
    .system-sec .row {
        width: 95%;
        margin: 0 auto;
    }
    .system-sec {
        margin-top: 50px;
    }
    .banner-sec {
        padding-bottom: 60px;
        padding-top: 60px;
    }
    .get-in-touch-sec-form {
        margin-top: 40px;
    }
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        width: 93%;
    }
    .ready-to-transform-sec-btn a {
        display: block;
    }
    .disktop-view {
        display: none;
    }
    .mobile-view {
        display: block;
        width: 252px !important;
        margin: 0 auto;
    }
    .full-colr-box {
        margin: 0 0px;
    }
    .full-colr-bg {
        padding: 40px 0;
    }
    .banner-header-left h1 {
        font-size: 2.2em;
    }
    .banner-header-left h5 {
        font-size: 1.3rem;
    }
    .mar-top-100 {
        margin-top: 50px;
    }
}

@media(max-width: 400px) {
    .common-sec-box {
        padding: 40px 20px;
    }
    .mar-top-100 {
        margin-top: 60px;
    }
}

