﻿﻿﻿﻿﻿@charset "UTF-8";


html{
   
   /* scroll-behavior: smooth;*/
}


@font-face {
    font-family:Helvetica;
    src: url(fonts/Helvetica-Font/Helvetica.ttf);
}

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

@font-face {
    font-family:Helvetica-Oblique;
    src: url(fonts/Helvetica-Font/Helvetica-Oblique.ttf);
}



@font-face {
    font-family:CalibreBlack;
    src: url(fonts/calibre/CalibreBlack.otf);
}


@font-face {
    font-family:CalibreRegular;
    src: url(fonts/calibre/CalibreRegular.otf);
}


@font-face {
    font-family:CalibreMedium;
    src: url(fonts/calibre/CalibreMedium.otf);
}


@font-face {
    font-family:CalibreSemiboldItalic;
    src: url(fonts/calibre/CalibreSemiboldItalic.otf);
}

@font-face {
    font-family:CalibreSemibold;
    src: url(fonts/calibre/CalibreSemibold.otf);
}



@font-face {
    font-family:CalibreBold;
    src: url(fonts/calibre/CalibreBold.otf);
}


@font-face {
    font-family:CalibreLight;
    src: url(fonts/calibre/CalibreLight.otf);
}

@font-face {
    font-family:CalibreLightItalic;
    src: url(fonts/calibre/CalibreLightItalic.otf);
}

@font-face {
    font-family:CalibreThin;
    src: url(fonts/calibre/CalibreThin.otf);
}



@font-face {
    font-family:CalibreRegular;
    src: url(fonts/calibre/CalibreRegular.otf);
}



@font-face {
    font-family:CalibreMedium;
    src: url(fonts/calibre/CalibreMedium.otf);
}


body{
   
    margin:0;
    color:#0a0e21;
    background-color: #fff;
    line-height: normal;
    transition: 0.4s;
    font-weight: 500;
}

nav{
     position: absolute;
    z-index: 1000;
    width: 100%;
    top: 0;
    padding:25px 50px;
      z-index: 9999;
    transition: all .8s cubic-bezier(.4,.01,.165,.99);
    transition-delay: .1s;
    -webkit-transition: all .8s cubic-bezier(.4,.01,.165,.99);
    -webkit-transition-delay: .1s;
}

.fixed-nav-top {
    padding: 10px 60px;
    transition: all .8s cubic-bezier(.4,.01,.165,.99);
    transition-delay: .1s;
    -webkit-transition: all .8s cubic-bezier(.4,.01,.165,.99);
    -webkit-transition-delay: .1s;
}

.fixed-pos {
    overflow: hidden;
}

.open_navigation{
      position: fixed;
    background: transparent linear-gradient(180deg, #FFFFFF 0%, var(--unnamed-color-f2f2f2) 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #F2F2F2 100%) 0% 0% no-repeat padding-box;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 200px 80px 50px 80px;
    z-index: 1000000;
    /* transform: translate(0, -1100%); */
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    overflow:auto;
}

.biggNav{
      /* transform: translate(0, 0%); */
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
}

.inner_nav a{
       font-size: 5vw;
    display: inline-block;
    text-align: center;
    margin-right: 99px;
    color:#666666;
    font-family: CalibreLight;
    margin-bottom:30px;
    position:relative;
}

.inner_nav a.nav_expertise{
    margin-right:0;
}

.inner_nav a.nav_contact{
    margin-right:0;
}

.inner_nav a img{
     width: 90px;
    opacity: 0;
    transition: 0.3s;
    position: absolute;
    right: 31px;
    top: 13px;
}



.inner_nav a:hover img{
    transition: 0.3s !important;
    opacity: 0.5 !important;
    right: -31px !important;
    top:0;
} 


.inner_nav a:hover{
    transition:0.3s;
    text-decoration:none;
}

.inner_nav p{
    color:#666666;
    font-size:23px;
         font-family: CalibreLight;

}

.close_icon{
    position:absolute;
    right:25px;
    top:25px;
    cursor:pointer;
}


.nav_social{
    margin-top:180px;
}

.nav_social h2{
        font-family: CalibreLight;
    color: #666666;
    font-size: 50px;
    display: inline-block;
    vertical-align: middle;
    line-height: 60px;
}

.nav_social p {
    font-family: CalibreLight;
    color: #666666;
    font-size: 15px;
}


.nav_top_address img{
      position: absolute;
    top: -22px;
    width: 197px;
    right: 0;
       opacity: 0.05;
}

.social_top_img {
     position: absolute;
    top: -9px;
    width: 125px;
    left: 115px;
    opacity: 0.5;
}


.nav_social .contact_foot a {
    display: table;
    margin-bottom: 10px;
    color: #666;
    font-size: 22px;
}



nav .logo{
    width: 150px;
    display: block;
}






.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    transition: 02s;
    opacity: 1;
}   
    
    
    .scroll-top-wrapper {
       position: fixed;
    opacity: 0;
    text-align: center;
    z-index: 1000;
    color: #ffffff;
    border-radius: 30px;
    padding: 0;
    right: 27px;
    bottom: 40px;
    padding-top: 2px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}


#to-top {
    overflow: hidden;
        transition: box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.1s linear;
    -webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.1s linear;
    background-color: rgba(0,0,0,0.25);
        border-radius: 200px!important;
    -webkit-border-radius: 200px!important;
    display: block;
    text-align: center;
    line-height: 12px;
    right: 17px;
    bottom: -30px;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    z-index: 9994;
    height: 29px;
    width: 29px;
    background-color: rgba(0,0,0,0.25);
    background-repeat: no-repeat;
    background-position: center;
    transition: background-color 0.1s linear;
    -webkit-transition: background-color 0.1s linear;
}


 #to-top:before {
    background-color: rgba(255,255,255,0.25);
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 0.5s cubic-bezier(0.165,0.84,0.44,1);
    -webkit-transition: all 0.5s cubic-bezier(0.165,0.84,0.44,1);
    opacity: 0;
    z-index: 2;
}

 #to-top:after, #to-top:before {
    display: block;
    content: ' ';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #000;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all 0.3s cubic-bezier(.55,0,.1,1);
    -webkit-transition: all 0.3s cubic-bezier(.55,0,.1,1);
    border-radius: 100px;
    -webkit-border-radius: 100px;
}


 #to-top i.fa-angle-up.top-icon, #to-top i.fa-angle-up {
    -webkit-transform: translate(0,0px);
    transform: translate(0,0px);
    transition: transform 0.2s ease;
    -webkit-transition: transform 0.2s ease;
}


#to-top i {
    line-height: 29px;
    width: 29px;
    height: 29px;
    font-size: 14px;
    top: 0;
    left: 0;
    text-align: center;
    position: relative;
    z-index: 10;
    background-color: transparent;
}

#to-top:hover,  #to-top.dark:hover {
    transition: box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.05s linear 0.25s;
    -webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.05s linear 0.25s;
    box-shadow: 1px 2px 3px rgba(0,0,0,0.16);
    background-color: transparent!important;
}

 #to-top:hover i.fa-angle-up.top-icon,  #to-top:hover i.fa-angle-up, #to-top.hovered i.fa-angle-up.top-icon, #to-top.hovered i.fa-angle-up {
    -webkit-transform: translate(0,-29px);
    transform: translate(0,-29px);
}

 #to-top:hover:after{
    transform: scale(1);
    -webkit-transform: scale(1);
    background:#333a73;
 }   
 


.menu_icon{
    float:right;
}


img{
    max-width: 100%;
    width: auto;
}


section {
    min-height: 100vh;
    position: relative;
}

.sec1_intro{
    position:absolute;
    bottom:45px;
    left:25px;
}

.sec1_intro h3{
     font-family:Helvetica;
     font-size:20px;
     font-weight:400;
    letter-spacing: 1.02px;
    color: #000000;
    text-transform: uppercase;
    margin-top:0;
  
}

.banner_intro h1,
.banner_intro h2,
.banner_intro h3{
    visibility: hidden;
    -webkit-transform: translateY(25px) scale(1);
    opacity: 0;
}

.banner_intro p{
      visibility: hidden;
    -webkit-transform: translateY(25px) scale(1);
    opacity: 0;
}

.animatations .banner_intro h1, .animatations .banner_intro h2, .animatations .banner_intro h3{
     visibility: visible;
    -webkit-transform: translateY(0) scale(1);
    opacity: 1;
    transform: translateY(0) scale(1);
    -webkit-transition: -webkit-transform 0.6s ease 0.6s, opacity 0.9s ease 0.6s;
    transition: transform 0.6s ease 0.6s,;
}

.animatations .banner_intro p{
     visibility: visible;
    -webkit-transform: translateY(0) scale(1);
    opacity: 1;
    transform: translateY(0) scale(1);
    -webkit-transition: -webkit-transform 0.8s ease 0.8s, opacity 0.8s ease 0.8s;
    transition: transform 0.8s ease 0.8s,;
}



.sec_absolute_layer{
    /* position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%; */

    background-color:rgb(255 255 255 / 94%);
    text-align: center;
}

.sec_absolute_layer h2{
    font-family:CalibreBold;
    font-size: 80px;
    font-weight: 700;
    margin-bottom: 0;
    letter-spacing: 1.56px;
    color: #243042;
    margin-top: 10px;
    width: 57%;
    margin: auto;
    text-align: center;
}


.sec1_intro h1{
    font-family:CalibreBold;
    text-align: left;
    font-size: 32px ;
    font-weight:700;
    margin-bottom:0;
    letter-spacing: 1.26px;
    color: #1BBF83;
    margin-top:10px;
}



.banner_intro h2{
    color: #000000;
    font-size: 3vw;
    margin:0;

}

.banner_intro .tbl{
        width: 1092px;
    margin: auto;
        height: 100vh;
}

.banner_intro hr{
    box-shadow: 0px 3px 6px #00000029;
     margin: 38px 0;
    border: 1px solid #BBB5B5;
    position:relative;
}

.banner_intro h1{
     font-family: CalibreBold;
    font-weight: 600;
    font-size: 6vw;
    letter-spacing: 3.72px;
    color: #666666;
    text-shadow: 0px 3px 6px #00000061;
    text-transform: uppercase;
    line-height: 102px;
        margin:0;
}


.about_intor{
    width:50%;
}

.about_img{
   width:50%;
       position: relative;
}

.about_img img{
       width: 80%;
}

#about .sec1{
    overflow:hidden;
}


#about .sec2_intro{
        text-align: left;
    margin: 0;
}

#about .sec2_intro p{
    margin-left: 0;
    margin-right: 0;
    width: 95%;
}

#about .sec2_intro h2 {
    font-size: 4vw;
}

#about .simple_bg{
        position: absolute;
    left: -7px;
    width: 101%;
    height: 104%;
    top: -5px;
    background-size: 100% 100%!important;
    right:inherit;
}

#about .input-group .form-control {
    background: rgb(149 149 149 / 77%);
}

#about .input-group button{

    background:rgb(37 217 133 / 80%);
}

#about .simplify h2 {
    color: #FFFFFF;
}

#about .simplify p{
      color:#dbdbdb;
}




.about_shaped {
        width: 80%;
    margin-right: 0;
    float: right;
    padding: 100px 0;
}

.ceo_botwa{
     background: url(../images/About/about_lines.svg)no-repeat;
    position: relative;
    width: 93%;
    margin: auto;
    margin-top: -356px;
    margin-bottom: 30%;
    padding-bottom: 10%;
        background-size: cover;
}

.ceo_strip{
      margin-top: 34%;
}

.ceo_img{min-height: 275px;padding-top: 54px;padding-left: 47px;}



.strip_img_1{
     background: url(../images/About/strip_1.svg)no-repeat;
     width: 80%;
     height: 73px;
     background-size: contain;
     position: absolute;
     top: 0;
     left: 14%;
}

.strip_img_2{
     background: url(../images/About/strip_2.svg)no-repeat;
     width: 80%;
     height: 134px;
     background-size: contain;
     position: absolute;
     bottom: 0;
     left: 15%;
}

.two_box{
      background: url(../images/About/two_box.png)no-repeat;
      width: 80%;
      height: 255px;
      background-size: contain;
      position: absolute;
      left: 0;
      top: 6px;
}

.ceo_img h1{
    margin: 0;
    font-size: 5vw;
    font-family: CalibreLight;
    color: #666666;
    line-height: 77px;
        position: relative;

}

.ceo_img h1 span{
        font-family:CalibreBold;
        font-weight:500;
}

.ceo_img p{
      font-family:CalibreLightItalic;
      color:#666666;
      font-size:20px;
      font-style:italic;
      position: relative;
}

.ceo_info p{
           font-family:CalibreLight;
    color:#666666;
    font-size:24px;
    margin-bottom:45px;
}

.about_traingle_img{
    width:90%;
    margin:auto;
    padding:100px 0;
}

.about_traingle{
        width: 341px;
  
}

.about_traingle2{
    float: right;
    margin-top: 93px;
}

.img_absolute{
    position: absolute;
    right: -60px;
    width: 150px;
    top: 24%;
}


.vertical_text{
        text-transform: uppercase;
    font-size: 16px;
    color: #666666;
    font-family: CalibreThin;
    position: absolute;
    right: 50px;
    top: 118px;
    z-index: 10000;
    writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: nowrap;
        z-index: 1;
            letter-spacing: 9px;

}

.tbl{
    width: 80%;
    margin: auto;
    display: table;
    height: 100%;
}

.sec1 .tbl{
    min-height: 100vh;
}

.tbl-cell{
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.sec1 .tbl-cell{
    width: 50%;
    padding: 0 15px;
}

.products_side .p_text{

}

.products_side .p_img{
    width: 60%;
}

#Assistant img{
    width: 70%;
}


.sec1 #myVideo{
        position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.sec1 h2{
    font-size: 4vw;
    color: #552dea;
    font-weight: 800;
    margin-bottom: 40px;
}

.text-green{
    color: #19ca8f;
}

.text-black{
    color: #243042;
}

.sec1 p{
    font-size: 22px;
    font-family: CalibreMedium;
    line-height: normal;
    font-weight: 500;
    color: #0f0f0f;
}

.sec2{
    position:relative;
    background:#F2F2F2;
    overflow:hidden;
}



.sec2_img1{
        width: 269px;
    margin-left: 25px;
    margin-right: 25px;
}

.sec2_img2{
        margin-top: -6px;
}

.sec2_img3{
        float: right;
    margin-top: 25px;
    margin-right: 25px;
}

.sec2_intro{
    margin-top: 250px;
    margin-bottom: 250px;
    text-align: center;
    padding: 25px;
    max-width: 100%;
    width: 1020px;
    margin-left: auto;
    margin-right: auto;
}

.sec2_intro h2{
    font-size:80px;
    font-family:CalibreBold;
    color:#552dea;
    font-weight:300;
    font-weight: 600;
}

.sec2_intro hr{
    box-shadow: 0px 3px 6px #00000029;
    border:0;
    height:1px;
    background:#666666;
    width:100%;
    margin-bottom:45px;
    margin-top:0;
}

.sec2_intro p{
      font-family: CalibreMedium;
    color: #000;
    font-weight: 500;
    font-size: 28px;
    width: 900px;
    max-width:100%;
    margin: auto;
}

.sec2_boxes{
    position:relative;
        padding-bottom:210px;
}

.sec2_boxes img{

}

.sec2_box_img{
    width:100%;
        position: relative;
    z-index: 10;
}

.sec2_box_img2{
        margin-left: 172px;
    width: 511px
}



.image_text_box_img{
    display: inline-block;
    width: 40%;
}

.image_text_box_text{
    width: 33%;
    /* vertical-align: bottom; */
    padding-left: 19px;
    margin-left: 49%;
    margin-top: -453px;
    position: relative;
    z-index: 100;
}



.image_text_box_text h2{
    font-size: 45px;
    font-family: CalibreLight;
    color: #666666;
    font-weight: 100;
    margin-bottom: 25px;
    margin-top: 0;
}

.image_text_box_text p{
    font-family: CalibreLight;
    color: #666666;
    font-weight: 300;
    font-size: 22px;
    margin-bottom: 25px;
    width: 586px;
    max-width: 100%;
}

.image_text_box_text a{
        font-family: CalibreMedium;
    color: #666666;
    font-weight: 500;
    font-size: 22px;
}

.sec2_botwa{
    margin-top:300px;
}

.sec2_botwa h2{
     font-family:CalibreLight;
     font-size: 4vw;
    color: #666666;
    font-weight: 100;
    margin-bottom: 25px;
    margin-top: 0;
    line-height: 11vh;
}

.sec2_botwa h2 span{
      font-family:CalibreRegular;
}

.sec2_botwa p{
        font-family: CalibreLight;
    color: #666666;
    font-weight: 300;
    font-size: 22px;
    margin-bottom: 25px;
    max-width: 100%;
}


.sec2_botwa a{
        font-family: CalibreMedium;
    color: #666666;
    font-weight: 500;
    font-size: 22px;
}


.sec2_botwa img{
      position: absolute;
    right: -95px;
        margin-top: -101px;
}


.divider_boxes{
      margin-top: 200px;
    display: table;
    width: 100%;
    padding-bottom: 100px;
    /* min-height: 763px; */
    padding-bottom: 650px;
}

.dv_box{
    position:relative;
    display:table-cell;
    /* vertical-align: top; */
    text-align: center;
    /* width: 24%; */
}


.dv_box3{
        width: 30%;
}

.dv_box:hover .dv_bg_img{
      transition: 0.3s;
    opacity: 0.6;
    transform: scale(1.5);

}

.dv_bg_img{
       width: 90px;
    height: 90px;
    position: absolute;
    background-position: center center !important;
    background-size: cover !important;
    opacity: 0;
    top: 23px;
    left: 50%;
    transition: 0.3s;
}


.dv_box h2{
    font-family: CalibreLight;
    color:#666666;
    font-size:4vw;
    display: inline-block;
    vertical-align: middle;
    line-height: 60px;
}

.dv_box span{
    font-family: CalibreLight;
    color: #666666;
    font-size: 15px;
    position: absolute;
    top: 0;
    right: 62px;

}

.dv_box img{
    /* float:right; */
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 21px;
}


/*footer*/

footer{
      padding: 150px 50px 50px 50px;
      background: #eeeeee url(../images/footer_bg.svg) 0% 0% no-repeat padding-box;
      margin-top: -42px;
      position: relative;
      z-index: 100;
      background-size: cover;
}

footer h2{
      font-family: CalibreLight;
    color:#666666;
    font-size:4vw;
    display: inline-block;
    vertical-align: middle;
    line-height: 60px;
}

footer p{
       font-family: CalibreLight;
    color: #666666;
    font-size:22px;
}

footer a{
      font-family: CalibreLight;
    color: #666666;
}

.copy_right {
    margin-top:100px;
}

.copy_right p{
    margin-top:10px;
    font-size:15px;
}

.foot_nav_item{
    text-align:right;
    margin-top:25px;
}

.foot_nav_item a{
     font-family: CalibreLight;
    color: #666666;
        font-size: 17px;
            margin-left: 9px;
               transition:0.3s;
}

.foot_nav_item a:hover{
       transition:0.3s;
         color: #1BBF83;
}

.foot_nav_item a .fa{

}

.social_icons a{
    display:inline-block;
    transition:0.3s;
}

.social_icons a:hover{
    background:#fff;
      transition:0.3s;
}

.social_icons img{
    width:50px;
}

.contact_foot a{
    display:table;
    margin-bottom:10px;
    color:#666;
    font-size:22px;
    transition:0.3s;
}

.contact_foot a:hover{
        color: #1BBF83;
            transition:0.3s;
}

.simpli_sec{
        margin-bottom: -83px;
}


.simplify{
    padding-top: 100px;
    padding-right: 55px;
    padding-left: 55px;
    padding-bottom: 95px;
    background:#552dea 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 47px;
    margin-bottom: 100px;
    position: relative;
    overflow: hidden;
}


.simplify h2{
    font-family: CalibreBold;
    color: #fff;
    font-size: 55px;
    display: inline-block;
    vertical-align: middle;
    margin-top:0;
}

.simple_bg{
     position: absolute;
    right: 0;
    width: 480px;
    height: 100%;
    top: 0;
    background-size: cover !important;
}


.simplify p{
      font-family: CalibreLight;
    color: #fff;
    font-size:22px;
}


.simplify .email_form{
        margin-top: 80px;
    width: 426px;
    max-width: 100%;
}

#emailError,#contactNumberError,#recaptchaError{
    font-size: 15px;
    color: red;
}

.email_form p{
       font-size:18px;
}

.input-group .form-control{
    background:#959595;
    color:#fff;
    border-radius: 4px;
    height: 50px;
    border: 0;
      font-size:18px;
       transition:0.3s;
}

.input-group .form-control:focus{
    background:#fff;
    transition:0.3s;
    color:#000;
}

.input-group .form-control::-webkit-input-placeholder{
    color:#F2F2F2;
    font-size:18px;
}

.input-group .form-control:-moz-placeholder{
      color:#F2F2F2;
      font-size:18px;
}

.input-group .form-control:-ms-input-placeholder{
      color:#F2F2F2;
      font-size:18px;
}



.input-group button{
    background:#705CF8;
    color:#fff;
    border-radius: 4px;
    height: 50px;
    min-width: 110px;
    border: 0;
    box-shadow: none;
       transition:0.3s;
       outline:0;
       border:0;
}

.input-group button:hover{
        background: #19ca8f;
        transition:0.3s;
         color:#fff;
}

.input-group button:active{
      color:#fff;
          border: 0;
    outline: 0;
}

.input-group button:focus{
      color:#fff;
          border: 0;
    outline: 0;
}


.contact_intro{

}

.cont_banner{
    margin-top: 275px;
    position: relative;
    min-height: 650px;

}

.cont_banner h1{
     font-family:CalibreBlack;
     color:#666666;
     font-size: 24vw;
     font-weight:900;
     /* line-height: 86px; */
     margin: 0;
}

.cont_banner h3{
       font-family:CalibreThin;
       color:#666666;
       font-size: 24vw;
       font-weight:300;
       float: right;
       line-height: 151px;
       margin: 0;
}

.cont_banner img{
     position: absolute;
    left: -22px;
    width: 51px;
    margin-top: 10%;
}


#contact .sec1{
    min-height:1250px;
    overflow:hidden;
     background: #f2f2f2;
}


.contact_intro .social_icons {
    text-align: right;
    margin-top: 43px;
    margin-right: 44px;
}

#contact footer{
        background: #f2f2f2;
}

.contact_us_info{
      width: 90%;
    margin: auto;
    position: relative;
    padding-top: 10%;
}

.contact_us_info h3{
    font-size:3vw;
    color:#666666;
     font-family:CalibreThin;
}

.contact_us_info a{
       font-size:2vw;
    color:#666666;
     font-family:CalibreThin;
}

.contact_us_info a span{
       font-family:CalibreBold;
       font-weight:500;
}

.contact_us_info .form-group{
    margin-bottom:85px;
}

.contact_us_info a{
    display:table;
}

.contact_us_info p{
           font-size:2vw;
    color:#666666;
       font-family:CalibreRegular;

}

.contact_us_info p span{
         font-family:CalibreThin;
}

.contact_img1{
          position: absolute;
    left: -60px;
    background: url(../images/Contact/cont_img1.png)no-repeat;
    height: 100%;
    width: 40px;
    background-size: contain;
    background-position: 0px -185px;
}

.contact_img2{
       position: absolute;
    right: 0px;
    background: url(../images/Contact/cont_img2.png)no-repeat;
    height: 851px;
    width: 240px;
    background-size: contain;
    margin-top: 2px;
}


.static_banner{
        background-size: cover !important;
}

.static_banner .container{
    position:relative;
    z-index:10;
}

.static_banner .banner_intro{
      padding-top: 10vw;
}

.static_banner .banner_intro h2{
    font-family: CalibreThin;
    color: #666666;
    font-weight: 300;
    font-size: 111px;
    margin-top:0;
    margin-bottom:25px;
}


.static_banner .banner_intro h2 span{
      font-family: CalibreBold;
}


.static_banner .banner_intro p{
        font-family: CalibreLight;
    color: #666666;
    font-weight: 300;
    font-size: 30px;
}

.static_banner .sec_absolute_layer {
    background-color: #F2F2F2;
    opacity: 0.8;
}


.static_banner .banner_intro p{
        visibility: hidden;
    -webkit-transform: translateY(25px) scale(1);
    opacity: 0;
}

   .animatations .static_banner .banner_intro p {
           visibility: visible;
    -webkit-transform: translateY(0) scale(1);
    opacity: 1;
    transform: translateY(0) scale(1);
    -webkit-transition: -webkit-transform 0.6s ease 0.6s, opacity 0.9s ease 0.6s;
    transition: transform 0.6s ease 0.6s,;
    }

   
.video_another{
        margin-top: 10vw;
        width: 756px;
        max-width:100%;
        padding-left: 126px;
        position:relative;
}

   .video_another p{
        font-family: CalibreThin;
        color: #666666;
        font-weight: 300;
        font-size: 40px;
   }

   .video_another img{
       width: 100px;
       /* float: left; */
       position: absolute;
       left: 0;
       top: 11px;
   }

   .video_graphic{
           width: 116px;
    float: right;
   }


   .video_sec2{
         position: relative;
    background: #EBEBEB;
    min-height: 1000px;
    padding-top: 150px;
    padding-bottom: 397px;
    overflow:hidden;
   }

   .video_sec2 .tbl-cell{
            padding: 10px 31px;
    position: relative;
        width: 50%;
   }


   .option_img{
           position: absolute;
    width: 136px;
    top: 35px;
    right: -99px;
   }

   .video_icon{
       width: 30px;
       float: right;
   }

   .video_thunmbnail{
           background: transparent url(img/Rectangle 589.png) 0% 0% no-repeat padding-box;
           box-shadow: 0px 4px 9px #0000001F;
           border: 0.5px solid #201B1B;
           border-radius: 39px;
           padding: 35px;
           display:table-cell;
           vertical-align:middle;
           width:50%;
   }


   .vlarge .video_content{
       padding-bottom:50px;
   }

 .tbl2 .option_img2{
         position: absolute;
    width: 132px;
    top: -100px;
    right: -50px;
 }

  .tbl2 .option_img3{
      position: absolute;
    width: 84px;
    bottom: 100px;
    right: -48px;
 }

  .tbl3 .option_img4{
       position: absolute;
    width: 112px;
    bottom: 27px;
    right: -35px;
  }

   .video_thunmbnail h2{
       font-family:Helvetica-Bold;
       margin-top:0;
       margin-bottom:20px;
       color:#1BBF83;
       float:left;
       font-size:28px;
   }

   .video_thunmbnail .fa{
       float:right;
   }

   .video_thunmbnail img{
       margin-bottom:40px;
   }

   .video_thunmbnail p{
          font-family:Helvetica;
          color:#666666;
          font-size:23px;
          margin-bottom:30px;
   }

   .video_thunmbnail p:last-child{
       margin-bottom:0;
   }

   .video_images_icon{
       margin-top:80px;
       margin-bottom:40px;
       position: relative;
       padding-bottom: 40px;
   }

   .v_icon1{
       margin-left:-15px;
       float:left;
       width:100px;
   }

    .v_icon2{
       margin-right:50px;
       float:right;
       width:100px;
   }

    .v_icon3{
           margin-right:50px;
           float:right;
           width:100px;
           position: absolute;
           bottom: -69px;
           right: 5px;
    }

   #videoes .simple_bg{
    left: -7px;
    width: 101%;
    height: 104%;
    top: -5px;
    background-size: 100% 100%!important;
    right: inherit;
    }

     #videoes .simplify h2{
       color:#fff;
   }

    #videoes  .simplify{
            min-height: 700px;
     }



    #expertise .sec1{
        background:#F2F2F2;
        overflow:hidden;
    }

   #expertise .banner_intro .tbl{
        width:90%;
    padding-top: 80px;
    padding-bottom: 80px;
    }

      #expertise .banner_intro .tbl img{
       }

        #expertise .about_img{
                width: 30%;
                padding-right:25px;
      }

          #expertise .about_intor{
              width: 70%;
        }

        #expertise .about_img img{
            width:100%;
        }

       #expertise  .banner_intro{
             position: relative;
    padding-bottom: 113px;
        }

        #expertise .banner_intro h2{
              font-family:CalibreLight;
              margin-top:0;
              font-size:6vw;
              color:#666666;
              margin-bottom:20px;
        }

          #expertise .banner_intro h2 span{
               font-family:CalibreBold;
               font-weight:600;
        }

           #expertise .banner_intro p{
              font-family:CalibreLight;
              font-size:2vw;
              color:#666666;
           }

         #expertise  .img_absolute {
    width: 250px;
    top: inherit;
    bottom: 0;
        right: -17%;

}


           
::-webkit-scrollbar-track
{
    border-radius: 9px;
}

::-webkit-scrollbar
{
        width: 10px;
}

::-webkit-scrollbar-thumb
{
    border: 1px solid #172060;
    background:#172060;
   
}


.expertise_content .form-group{
    margin-bottom:35px
}

.expertise_content .form-group:last-child{
    margin-bottom:0;
}


.expertise_content h2{
    font-family:CalibreLight;
    margin-top:25px;
    font-size:4vw;
     display: inline-block;
    color:#666666;
}

.expertise_content p{
        font-family:CalibreLight;
    margin-top:0;
    font-size:22px;
    color:#666666;
}

.color_blue{
        color: #552dea;
}

 .color_green{
        color:#19ca8f;
}


.solution_main{
    margin-top:80px;
    margin-bottom:80px;
}

.kyc_imgs, .govt_imgs{
    margin-bottom:30px;

}

.kyc_imgs img, .govt_imgs img{
    height:50px;
        margin-right:15px;
    display:inline-block;
}

.kyc_imgs img:last-child, .govt_imgs img:last-child{
    margin-right:0;
}

.kyc_info img, .govt_info img {
    width: 180px;
}

.solutioninfo_p{
     float: right;
    width: 70%;
}

.solutioninfo_p p {
    
    font-size: 24px;
    font-weight: 500;
       font-family:CalibreMedium;
}

.govt_info a{
    font-family:CalibreSemiboldItalic;
    font-style:italic;
    font-size: 30px;
}              


.expertise_content {
         margin-top: 147px;
    position: relative;
    padding-top: 100px;

}

.expertise_left_img {
    position: absolute;
    left: -115px;
    width: 244px;
    top: 50px;
}

.expertise_content_top_img{
     background: url(../images/Expertise/expertise_top_line1.png)no-repeat;
    position: absolute;
    left: 100px;
    width: 91%;
    top: -100px;
    height: 100%;
    background-position: top left;
    background-size: contain;
}   

.expertise_slash_img{
         width: 30px;
    margin-left: 34px;
    margin-top: -11px;

}

.expertise_content2{
    padding-top:250px;
}

.expertise_content2 h3{
       margin-top: 0;
    font-size: 40px;
    color: #ababab;
    margin-bottom:25px;
}


.expertise_content2 .kyc_info img{
        width: 28%;
}

.expertise_content_top_img2{
       background:url('../images/Expertise/expertise_top_line2.png')no-repeat;
    position: absolute;
    right: 100px;
    width: 91%;
    top: -100px;
    height: 100%;
    background-position: top left;
    background-size: contain;
}    


.expertise_content3 .solutioninfo_p{
    float:none;
}

.expertise_new_menu{
      min-height: 400px;
    position: relative;
    margin-top: 500px;
  
}

.expertise_new_menu a{
        bottom: inherit;
    top: 0;
}


.expertise_btn{
        position: absolute;
       bottom: -52px;
    right:50px;
    color:#CACACA;
    font-size:30px;
    font-family: CalibreLight;
    transition:0.3s;

}

a:hover{
    text-decoration:none;
}


.expertise_btn:hover{
    color:#000;
     transition:0.3s;
}

.expertise_btn:hover img{
   opacity:1;
    transition:0.3s;
}

.expertise_btn img{
    width: 50px;
    display: block;
    margin-right: 0;
    position: absolute;
    bottom: -51px;
    right: 0;
    opacity: 0.1;
     transition:0.3s;
}


#expertise .simple_bg{
        left: -7px;
    width: 101%;
    height: 104%;
    top: -5px;
    background-size: 100% 100%!important;
    right: inherit;
}


#expertise .simplify h2{
    color:#fff;
}

#expertise .simplify p{
      color: #dbdbdb;
}


#partner .sec1{
     overflow: hidden;
    background-size: auto !important;
    padding-bottom: 180px;
    background-position: bottom !important;
    position:relative;
    z-index:100;
}


#partner .img_absolute{
        right: inherit;
    left: 0;
        top: 250px;
}

#partner .about_intor h2 {
     color: #666666;
    font-size: 5vw;
    font-family: CalibreThin;
    font-weight: 100;
    display: inline-block;
    vertical-align: middle;
    line-height: 84px;
}

#partner .about_intor img {
         width: 67px;
    display: inline-block;
    vertical-align: top;
    margin-top: -14px;
}

#partner .about_intor h3 {
       color:#666666;
    font-size: 5vw;
    font-family: CalibreBlack;
    font-weight: 900;
        margin-top: 0;
}


#partner .about_intor p{
        color: #666666;
        font-size:35px;
          font-family: CalibreLight;
}

#partner .banner_intro .tbl {
      width: 90%;
    padding-top: 130px;
}

#partner .about_img {
    text-align:right;
}

#partner .about_img img {
    width: 80%;
}

#partner .sec1 .video_graphic{
    float:left;
    margin-left:-20px;
}

.partner_consulation{
    padding-top: 180px;
    padding-bottom: 80px;
    position: relative;
    min-height: 250px;
    /* box-shadow: 0px 0 10px 1px #bfbfbf; */
    border-top: solid 4px #d7d7d7;
    margin-top: 80px;
    background: #676be9;
 
}


.partner_consulation .img_absolute2{
     position: absolute;
    right: -60px;
    width: 250px;
    top: -73px
}

.hide {
    display: none;
  }

  .my-info-1{
  }

.partner_consulation h3{
        color: #666666;
    font-size: 5vw;
    font-family: CalibreThin;
    font-weight: 100;
    display: inline-block;
    vertical-align: middle;
    line-height: 84px;
    text-transform:uppercase;
    margin-bottom:100px;
}


.partner_consulation label{
    display:block;
    color:#fff;
    font-size:23px;
    margin-bottom:15px;
     font-family:Helvetica;
     font-weight:400;
}

.partner_consulation select
{
    color:#666666;
    font-size:20px;
    margin-bottom:15px;
     font-family:Helvetica;
     font-weight:400;
     height: 74px;
}

.partner_consulation .form-group{
    margin-bottom:55px;
}

.partner_consulation h1{
    color: #fff;
    font-size: 44px;
    margin-bottom: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
}

.partner_consulation .container{
    width:1150px;
}


.partner_consulation .form-control{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 0.5px solid #CACACA;
    border-radius: 5px;
    height:63px;
    padding:20px;
    font-size: 20px;
}

.partner_consulation .form-control:focus{
        border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

.partner_consulation textarea.form-control{
    height:auto;
}

.form_btn{
    text-align:right;
}

.form_btn .btn{
      font-family:Helvetica;
     font-weight:400;
        color:#fff;
    font-size:23px;
    min-width:266px;
    text-align:center;
    padding:15px;
       transition:0.3s;
    background: var(--unnamed-color-25d985) 0% 0% no-repeat padding-box;
background: #25D985 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 6px #00000029;
border: 0.5px solid #CACACA;
border-radius: 5px;
}


.form_btn .btn:hover{
        background: #243042;
        transition:0.3s;
}

.explore_slider{
        position: relative;
    background: #f2f2f2;
        min-height: inherit;
}

.explore_more {
     padding-left: 220px;
    margin-top: -225px;
    position: relative;
    z-index:1000;
}

  .explore_more .item
{
            padding:15px
  }


.explore_more h1{
     font-family:CalibreSemibold;
    color:#666666;
    font-size:60px;
        margin-bottom: 30px;

}

.item_main{
    background: #EBEBEB 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 9px #00000063;
    border-radius: 50px;
        padding: 40px;
}

.item_main img{
        margin-bottom: 25px;
    height: 160px;
    width: auto !important;
}

.item_main h2{
    font-size:28px;
    color:#666666;
        min-height: 60px;
}

.item_main p{
     font-size: 18px;
    color: #666666;
    line-height: 26px;

}

.item_main a{
    color:#1BBF83;
    font-size:15px;
    display:table;
    margin-top:25px;
}





.partner_consulation textarea.form-control::-webkit-input-placeholder{
    color:#CACACA;
    font-size:23px;
       font-family:Helvetica-Oblique;
}

.partner_consulation textarea.form-control:-moz-placeholder{
      color:#CACACA;
      font-size:23px;
         font-family:Helvetica-Oblique;
}


.partner_consulation textarea.form-control:-ms-input-placeholder{
     color:#CACACA;
      font-size:23px;
       font-family:Helvetica-Oblique;
}


.owl_explore .owl-dot span{
    border-radius: 0 !important;
    margin: 0 !important;
    width:auto!important;
    min-width: 57px ;
    height: 5px !important;
    background:#707070!important;

}

.owl_explore .owl-dot.active span{
        background: #25D985 !important;
}

#partner .expertise_btn{
        bottom: 43%;
}

#partner .simple_bg{
        position: absolute;
    left: -7px;
    width: 101%;
    height: 104%;
    top: -5px;
    background-size: 100% 100%!important;
    right: inherit;
}

#partner .simplify h2{
    color:#fff;
     font-size: 93px;
    line-height: normal;
}

#partner .simplify{
        min-height: 600px;
}


.book_a_demo{
    padding: 80px 25px;
    background: #eee;
    height: 650px;
    position: relative;
    z-index: 99999999;
}

.book_a_demo h2{

}


.demo_form{
    position: relative;
    /* border-radius: 2.25rem; */
    min-height: 653px;
    background: #fff;
    padding: 40px;
    margin-top: -19%;
    box-shadow: 4px 11px 13px 4px #dedede;
    /* margin-bottom: -7%; */
}

.book_a_demo h3{
    font-family: CalibreBold;
    font-size: 70px;
}

.book_a_demo p{
    font-family: CalibreMedium;
    color: #666666;
    font-weight: 300;
    font-size: 26px;
    margin-bottom: 45px;
    max-width: 100%;
}

.book_a_demo hr{
    border-top: 1px solid #cacaca;
}

.email_notify{
    padding-left: 95px;
    position: relative;
    margin-top: 50px;
}


.email_notify .fa{
    position: absolute;
    left: 0;
    font-size: 36px;
    background: #19ca8f24;
    color: #19ca8f;
    border-radius: 40px;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 71px;
}

.email_notify label{
    font-size: 21px;
    display: block;
    color: #414141;
    font-weight: 600;
}

.email_notify a{
    font-size: 38px;
    color: #19ca8f;
    font-weight: 700;
    margin-top: 20px;
    display: block;
}


.book_a_demo h2{
    font-family: CalibreBold;
    font-size: 45px;
}

.demo_form label{
    display: block;
    font-size: 16px;
    color: #424242;
}

.demo_form  .form-group{
    margin-bottom: 40px;
}

.demo_form .form-control{
    height: 48px;
}

.req_demo{
    outline: 0;
    background: #552dea;
    color: #fff;
    border: 0;
    padding: 15px;
    display: block;
    width: 200px;
    font-size: 25px;
}


.why_us_section{
    padding: 45px 0;
    text-align: center;
    /* background: #4d40dd; */
    background: #080216;
}

.why_us_section h2{
    font-size: 90px;
    font-family: CalibreLight;
    color: #fff;
    font-weight: 300;
}

.why_us_section hr{
    display: block;
    width: 200px;
    margin-left: auto;
    margin-right: auto;   
    border-top: 1px solid #cacaca;
}

.why_us_section p{
    font-family: CalibreLight;
    color: #fff;
    font-weight: 300;
    font-size: 22px;
    margin-top: 45px;
    margin-bottom: 25px;
    width: 992px;
    max-width: 100%;
    margin-right: auto;
    text-align: center;
    margin-left: auto;
}



/*func*/


.functionality{
    margin-bottom: 150px;
    background: #fff;
    padding-bottom: 150px;
    /* background: linear-gradient(178deg, rgba(77, 64, 221, 1) 0%, rgba(28, 187, 134, 1) 100%); */
    background: #080216;
}

.functional_box{
    padding-bottom: 150px;
    margin-bottom: 150px;
    /* background: linear-gradient(178deg, rgba(77, 64, 221, 1) 0%, rgba(28, 187, 134, 1) 100%); */
    background: #080216;
}


.functional_box .container{
    width: 88%;
    /* width: 1034px; */
}

.func_box:first-child{
    border:0;
}

.func_box{
    float: left;
    width: 23%;
    padding: 15px 25px;
    min-height: 470px;
    margin: 1%;
    border-left: dashed 1px #ffffff;
}

.func_box h3{
    font-size: 34px;
    color: #fff;
    margin-bottom: 60px;
    font-weight: 500;
    font-family: CalibreBold;
    line-height: normal;
    position: relative;
    text-transform: capitalize;
}

.func_box h3:after{
    position: absolute;
    bottom: -12px;
    content: '';
    width: 25%;
    height: 5px;
    background: #fff;
    border: 0;
    left: 0%;
    margin-left: 0px;
}

.func_box p{
    font-size: 23px;
    color: #fff;
}

.box{
    background: #f9f9f9;
    padding: 15px;
    text-align: center;
    margin-bottom: 50px;
    min-height: 620px;
    border-radius: 10px;
    box-shadow: 1px 2px 14px 0px #c1c1c1;
}


.box_1{
    border-bottom: solid 4px #19ca8f;
}

.box_2{
    border-bottom: solid 4px #552dea;
}

.box_3{
    border-bottom: solid 4px #000000;
}


.box img{
height: 80px;
margin: 40px auto;
}



.box h2{
    margin: 25px 0;
    font-size: 27px;
    margin-bottom: 35px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #010101;
    font-family: CalibreLight;
}


.box p{
    font-family: CalibreLight;
    color: #666666;
    font-weight: 300;
    font-size: 22px;
    text-align: center;
}

.box p span{
    display: none;
}



.tabs-left {
    border-bottom: none;
  }
  
  .tabs-left>li {
    float: none;
    /* margin-bottom: 15px; */
  }
  
  .tabs-left>li.active>a,
  .tabs-left>li.active>a:hover,
  .tabs-left>li.active>a:focus {
    border-bottom-color: #ddd;
    border-right-color: transparent;
    border:none;
    background: #19ca8f;
    color: #000;
    border-radius:0px;
    transition: 0.3s;
    margin:0px;
    cursor: pointer;
    background: linear-gradient(90deg, rgba(77, 64, 221, 1) 0%, rgba(28, 187, 134, 1) 100%);
  }
 
  .tabs-left>li.active>a::after{
    content: "";
    position: absolute;
    top: 50%;
    right: -19px;
    border-top: 20px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 20px solid #1fb58b;
    display: block;
    width: 0;
    margin-top: -19px;
    }

    .tabs-left>li.active a{
    }

    .tabs-left>li a{
        background: #272727;
        padding: 29px 10px;
        color: #fff;
        border: 0;
        border-radius: 0;
        border-bottom: solid 3px #eee !important;
    }


    .tabs-left>li a:hover h2{
        color: #000;
    }

    .tabs-left>li a span{
        background: #fff;
        border-radius: 100%;
        padding: 15px;
        width: 64px;
        height: 64px;
        display: inline-block;
        text-align: center;
        margin: auto;
    }

    .tabs-left>li a img{

    }

    .tabs-left>li.active a h2{
         color: #fff; 
    }

    .tabs-left>li a h2{
        margin: 0;
        font-size: 26px;
        display: inline-block;
        padding-left: 10px;
        color: #fff;
        text-align: center;
        vertical-align: middle;
    }


    .functionality .tab-content{
        background: #fff;
        padding: 50px 15px;
    }

 

    .functionality .container{
        background: #fff;
        padding: 0;
    }


    .functionality .tab-content h2{
        font-size: 40px;
        font-family:Helvetica-Bold;
        margin-top: 0;
        margin-bottom: 30px;
    }

    .functionality .tab-content p{
        font-size: 25px;
        margin-bottom: 20px;
        font-family: CalibreLight;
    }


    #book-a-demo-button{
        position: fixed;
        top: 50%;
        right: 0;
        background: #552dea;
        padding: 15px;
        color: #fff;
        z-index: 10000;
        box-shadow: 4px 4px 11px 4px rgb(0 0 0 / 27%);
    }




    .o-title.is-inview .o-title_line {
        opacity: 1;
        transform: none
    }
    
    .o-title.is-inview .o-title_line:first-child {
        transition-delay: .4s
    }
    
    .o-title.is-inview .o-title_line:nth-child(2) {
        transition-delay: .5s
    }
    
    .o-title.is-inview .o-title_line:nth-child(3) {
        transition-delay: .6s
    }
    
    .o-title.is-inview .o-title_line:nth-child(4) {
        transition-delay: .7s
    }
    
    .o-title_line span {

    }

    .o-title_line {
        display: block;
        font-size: 0;
        opacity: 0;
        transform: translateY(100%) rotateX(-80deg);
        transform-origin: center top;
        transform-style: preserve-3d;
        transition: opacity .8s cubic-bezier(.215,.61,.355,1), transform .8s cubic-bezier(.215,.61,.355,1);
    }


    .anchor_buutton{
        padding: 40px 0;
        background: #552dea;
    }

    .anchor_buutton a:first-child{
        border-left: solid;
    }

    .anchor_buutton a{
        display: inline-block;
        margin: 0 5px;
        font-size: 19px;
        color: #ffffff;
        border-right: solid;
        padding: 15px;
        text-align: center;
        /* background: #243042;*/
        transition: 0.3s;
    }

    .anchor_buutton a:hover{
        transition: 0.3s;
        text-decoration: underline;
    }

    .products_side{
        padding: 50px;
    }

    
    .products_side .tbl{
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }


    .products_side_gray{
        background: #f2f2f2;
    }

    .products_side .tbl-cell{
    }


    .products_side h2{
        font-size: 3vw;
        color: #552dea;
        font-weight: 800;
        margin-bottom: 25px;
    }

    
    .products_side h4{
        font-size: 21px;
        color: #19ca8f;
        font-weight: 200;
        font-family: CalibreBold;
        
    }


    .owl_product .bg_img{
        background-size: contain !important;
        background-repeat:no-repeat !important ;
        background-position: center center !important;
        width: 100%;
        height: 410px;
    }
    
    .owl_product h2{
        font-size: 22px;
        color: #000;
    }

    .pricing_container{
        padding: 155px 15px;
        z-index: 0;
        margin-top: 15px;
    }

    .pricing_container .container {
        border: solid 5px blue;
        padding: 45px;
        position: relative;
    }

    .pricing_container h2{
        /* font-size: 65px;
        font-family: CalibreBold; */

        font-size: 65px;
        line-height: normal;
        letter-spacing: 4px;
        margin-top: 30px;
        color: #272727;
        font-weight: 600;
        font-family: CalibreMedium;
        margin-bottom: 0;
    }


    .pricing_container img{
        position: absolute;
        right: 0;
        top: 0;
    }

    
.talking_btn{
    margin-top: 50px;
}

.talking_btn a{
    padding: 20px;
    border: solid 1px #fff;
    color: #ffffff;
    font-size: 33px;
    background: #552dea;
    line-height: normal;
    width: 380px;
    display: block;
    text-align: center;
}
