:root{
    --black2 : #2c2c2c;
}

html {
    scroll-behavior: smooth;
}

.text-2c2c2c{color: var(--black2);}
.text-f2f2f2{color: #f2f2f2;}
.text-ccc{color: #ccc;}

@font-face {
    font-family: 'Sofia Pro';
    src: url(fonts/Sofia\ Pro\ Bold\ Az.otf);
    
    font-weight: 700;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url(fonts/Sofia\ Pro\ Regular\ Az.otf);
    font-weight: 400;
}

@font-face {
    font-family: 'Gothic';
    src: url(fonts/gothic/Fontspring-DEMO-allroundgothic-demi.otf);
    font-weight: 600;
}

@font-face {
    font-family: 'Gothic';
    src: url(fonts/gothic/Fontspring-DEMO-allroundgothic-text.otf);
    font-weight: 400;
}

.gothic{
    font-family: 'Gothic', sans-serif;
}

body{
    font-family: 'Sofia Pro', sans-serif;
    font-size: 16px; 
    line-height: 24px;
    color: #4A4A4A;
}

h1, h2, h3, h4, h5, h6{
    color: var(--black2);
}

.button{
    font-family: 'Sofia Pro', sans-serif;
    display: inline-block;
}

.sofia{
    font-family: 'Sofia Pro', sans-serif;
}

.fs-28{font-size: 28px; line-height: 36px;}
.fs-20{font-size: 20px; line-height: 28px;}
.fs-18{font-size: 18px; line-height: 26px;}
.fs-16{font-size: 16px; line-height: 24px;}
.fs-15{font-size: 15px; line-height: 20px;}
.fs-14{font-size: 14px; line-height: 18px;}

.bg-white header {
    background: #2C2C2CCC;
}

.container {
    max-width: 1140px;
}

a{
    text-decoration: none;
    font-family: 'Sofia Pro', sans-serif;
}

/********************\
    HEADER & FOOTER
\********************/

header .dropdown-toggle::after {
    border: 0;
    width: 20px;
    background: url(../images/icons/arrow-down.svg) no-repeat center;
    background-size: 14px;
    height: 20px;
    vertical-align: middle;
}

header{
    background:linear-gradient(109deg,rgb(241 241 241 / 90%) 1.57%, rgb(241 241 241 / 70%) 27%, rgba(233, 246, 255, 0.12) 100%)
}

header .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg);
}

header .navbar-nav .dropdown-menu {
    margin-top: 18px;
}

footer{
    margin:0;
}

.footer-logo img {
    height: 32px;
}

body:not(.home) footer{
    background-color: #e7e6fb;
}

body:not(.home) footer .footNavWrap {
    background: transparent;
    color: #4A4A4A;
}

body:not(.home) footer .footNavWrap a:not(.button){
    color: #4a4a4a;
}

body:not(.home) footer .footNavWrap .footHead h2,body:not(.home)  footer .footNavWrap .footHead .h2{
    color: var(--black2);
}

.footermenu ul li a{
    font-size: 14px;
    font-weight: 700;
    color: var(--black2);
    display: block;
    padding-bottom: 5px;
    white-space: nowrap;
}

.home .footermenu ul li a{
    color: #ccc;
}

.copyright{   
    color: #4A4A4A;
    font-size: 12px;
}

.home .copyright{
    color: #707070;  
}

body:not(.home) footer h3{
    color: #4A4A4A;
}

.footHead{
    border-bottom: 0.5px solid #878787;
}

.footHead a.button.btn-border {
    background: transparent;
    border: 1px solid #3b4cfd;
    color: #3b4cfd;
    padding: 12px 55px;
}


/********************\
        HOME
\********************/
.heroBox .heroRight{
    margin-top: 32px;
}

.centerContent {
    background: #090909;
}

.heroBox .heroRight .playBtn::before{
    display: none;
}

.heroBox .heroRight #videowrap{
    max-width: 620px;
}

.homeTabs nav .nav-link{
    width:auto;
    padding: 20px 25px;
}

.homeTabs .tab-content .tab-pane p{
    color: #cccccc;
}

.homeTabs ul  {
    padding-left: 15px;
}

.homeTabs ul li {
    list-style: disc;
}

.decisions-item {
    border-radius: 10px;
    border: 1px solid rgba(211, 211, 211, 0.1);
    background: linear-gradient(109deg, #F1F1F114, #E9F6FF09 100%);
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    -moz-backdrop-filter: blur(50px);
    padding: 20px;
    
}

.decisions-item h3{
    color: #f2f2f2;
}

.decisions-item p{
    color: #cccccc;
}

.home-blog-item-left img{
    height: 480px;
    object-fit: cover;
    border-radius: 20px;
}

.home-blog-item-right img{
    height: 177px;
    object-fit: cover;
    border-radius: 20px;
}

.home-blog-item-right p {
    height: 20px;
    overflow: hidden;
}

.industry-hover-info{
    background: #000000a9;
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
}

.industry-hover-info p{
    color: #fff;
}

.industry-item:hover .industry-hover-info{
    opacity: 1;
    visibility: visible;
}

.industry-title h5{
    opacity: 1;
    visibility: visible;
    transition: all .5s;
}

.industry-item{
    padding-bottom: 30px;
    background: transparent;
    position: relative;
}

.industry-item img{
    height: 230px;
}

.industry-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #042D59;
    transition: all .3s;
}

.industry-item:hover .industry-title {
    height: 30px;
}

.industry-item:hover .industry-title h5{
    visibility: hidden;
    opacity: 0;
}

.industry-item:hover .industry-title:after {
    transform: rotate(-90deg);
}

.edge-section .container{
    z-index: 1;
}

.edge-section:after {
    content: '';
    display: block;
    width: 695px;
    height: 695px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 40%;
    background: #19031C99;
    filter: blur(50px);
    z-index: -1;
}

.homeTabs .slideImageWrap .slideContent p {
    margin-bottom: 5px;
}

.homeTabs .tab-pane{
    margin-top: 0;
}



/********************\
        ABOUT
\********************/

.breadcrubms li.page-item a{
    font-size: 14px;
    font-weight: 700;
    color: #4A4A4A;
    text-decoration: none;
}

.breadcrubms li.page-item:not(:last-child):after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 16px;
    background: url(../images/icons/keyboard_arrow_right.svg) no-repeat center;
    background-size: contain;
}

.breadcrubms li.current-page{
    font-size: 16px;
    font-weight: 700;
    color: #2C2C2C;
}

.wrapper-bg{
    background: #f2f2f2;
}

.about-video-section > div {
    position: relative;
    z-index: 1;
}
.about-video-section:after {
    content: '';
    display: block;
    width: 700px;
    height: 700px;
    max-width: 700px;
    background: #DCE1FF;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    filter: blur(200px);
}

div#videoWrap video {
    height: 330px;
    object-fit: cover;
}

div#videoWrap {
    width: 590px;
    height: 330px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    margin-bottom: 50px;
}

div#videoWrap button {
    background: transparent;
    border: 0;
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding-right: 24px;
}

div#videoWrap button:after {
    content: "";
    position: absolute;
    right: 0;
    width: 18px;
    height: 21px;
    background: url(../images/icons/play.svg);
    background-position: top 5px center;
    background-repeat: no-repeat;
    background-size: 16px;
}

div#videoWrap:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #0000005E;
    position: absolute;
    top: 0;
    left: 0;
}

div#videoWrap  video{
    width: 100%;
}

.about-video-section .container{
    max-width: 858px;
    margin: 0 auto;
}

.what-we-do-items p{
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 30px;
}

.what-we-do-items p span{
    color: #121212;
}

.page-title{
    font-size: 46px;
    color: #2c2c2c;
}

.benefits-section {
    background: #f2f2f2;
}

.benefits-item {
    border: 1px solid #3B4CFD;
    padding: 20px;
    border-radius: 20px;
}

.benefits-item h3 {
    color: #2c2c2c;
}

.benefits-item img {
    border-bottom: 1px solid #3b4cfd;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.img-bg-right img, .img-bg-left img{
    max-height: 360px;
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}



.img-bg-right:after{
    content: '';
    display: block;
    width:calc(50% - 28px);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #3B4CFD66;
    border-radius: 20px;
}

.img-bg-left:after{
    content: '';
    display: block;
    width:calc(50% - 28px);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #3B4CFD66;
    border-radius: 20px;
}

.industry-item{
    background-color: #042D59;
    border-radius: 16px;
    overflow: hidden;
}

.industry-item  img{
    width: 100%;
    height: 200px;
}

.industry-title{
    height: 64px;    
}

.industry-title:after{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/icons/right.svg);
}

.testimonialSlider  .slick-list {
    max-width: 85%;
    margin: 0 auto;
    border: 1px solid #3B4CFD;
    border-radius: 20px;    
}

.testimonial-item {
    padding:40px 25px ;
}

.testimonialSlider button.slick-arrow {
    background: transparent;
    border: 0;
    font-size: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    background-size: 48px;
}

.testimonialSlider button.slick-prev{
    background: url(../images/icons/prev-arrow.svg) no-repeat center;    
    left: 0;
}

.testimonialSlider button.slick-next{
    background: url(../images/icons/next-arrow.svg) no-repeat center;   
    right:0;
}

.button-group .button{
    padding: 15px 40px;
}

.button-group  .gray-btn{
    background: #878787CC;
}


/********************\
    OUR SOLUTION
\*******************/
.button i{
    right: 25px;
}

.edge-item {
    border-radius: 10px;
    border: 1px solid #3B4CFD33;
    box-shadow: 4px 8px #00000040;
    background: #fff;
}

.edge-item h5 {
    color: #2c2c2c;
}

.edge-item p{
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    margin: 0;
}


/********************\
        BLOG
\*******************/

.blog-item img{
    border-radius: 20px;
    width: 100%;
    height: 256px;
}

.blog-item p{
    height: 20px;
    overflow: hidden;
}

.read-more:after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url(../images/icons/right-arrow.svg);
    margin-left: 10px;
}


.privacy-content ul , .list-style {
    padding-left: 30px;
}

.privacy-content ul li, .list-style li{
    list-style: disc;
}

/********************\
    CONTACT
\*******************/



.contact-form{
    border-radius: 30px;
}

.contact-form #response-message {
    color: #3b4cfc;
    opacity: 1;
}

.contact-form input, .contact-form select, .contact-form textarea {
    padding: 20px 0;    
    width: 100%;
    border: 0;
    border-bottom: 1px solid #4A4A4A;
    font-size: 14px;
    color: #4A4A4A;
}

.contact-form textarea {
    height: 65px;
    resize: none;
}

.contact-form input::placeholder{
    color: #4A4A4A;
}

.contact-form p{
    opacity: .6;
    font-weight: 400;
}


body > .select2-container {
    z-index: 10001;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-search__field {
    width: 100% !important;
}

.select2-container--bootstrap4.select2-container--focus .select2-selection{
    box-shadow: none !important;
    border-color: #000 !important;
}

body .select2-container--bootstrap4 .select2-selection{
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding: 8px 0;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice{
    font-size: 14px;
}
/********************\
   SELECT 2 CSS
\*******************/
.select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 2px solid #e9e9e9;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 20px;
    vertical-align: middle;
  }
  .select2-results__option[aria-selected=true]:before {
    font-family:fontAwesome;
    content: "\f00c";
    color: #fff;
    background-color: #3B4CFD;
    border: 0;
    display: inline-block;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    
  }
  



/********************\
    MEDIA QUERY
\*******************/
@media (min-width:1025px){
.contact-map img{
    height: 718px;
}

}

@media (max-width:767px){
    div#videoWrap {
        width: 100%;
        height: 300px;
    }

    .img-bg-left:after, .img-bg-right:after{
        height: 330px;
        width:100%
    }

    .img-bg-right img, .img-bg-left img {
        height: 284px;
    }

    .fs-28 {
        font-size: 26px;
        line-height: 34px;
    }

    footer .footNavWrap {
        padding: 0;
    }

    body:not(.home) footer {
        padding: 40px 0;
    }

    .home footer .footNavWrap .footHead {
        padding-top: 30px;
    }

    .home-blog-item-left img{
        height: 300px;
    }

    .home-blog-item-right img{
        height: 220px;
    }

    .page-title, footer .footNavWrap .footHead h2 {
        font-size: 26px;
    }

    footer .footNavWrap .footHead h2{
        margin-bottom: 15px;
    }

    .button-group .button {
        padding: 15px 25px;
    }

    .testimonialSlider button.slick-arrow {
        width: 25px;
        height: 25px;
        background-size: 25px;
    }
}


