body{
    overflow-x:hidden;
    font-family: 'Nunito', sans-serif;
}
.hero-section{
    height:100vh;
    background:#020628;
}
#header{
    position:fixed;
    top:0;
    left:0;
    right:0;
    background:transparent;
    z-index: 1000;
    border-bottom:1px solid rgba(255,255,255,0.15);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
#header.active{
    background:#040a42;
    border-color:transparent;

}
.header-container{
    position:relative;
    height:100px;    
    padding:20px 320px 20px 200px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
#header.active  .header-container{
    height:80px;
    padding:10px 320px 10px 200px;
}
.logo{
    display:block;
    width:175px;
    position:absolute;
    left:0;
    height:45px;
    top:0;
    bottom:0;
    margin:auto;
}
.dropdown-lang{
    position:absolute;
    right:0;
    height:34px;
    top:0;
    bottom:0;
    margin:auto;
}
.btn-wider{
    padding-left:2rem;
    padding-right:2rem;
}
.btn-inquiry{
    position:absolute;
    right:120px;
    top:0;
    bottom:0;
    height:38px;
    margin:auto;
    color:#fff !important;
    border-color:#fff !important; 

}
.btn-inquiry:hover{
    color:#040a42 !important; 
}
.navigation-menu{
    margin:0;
    padding:0;
    list-style: none;
    text-align: right;
}
.navigation-menu li{
    display:inline-block;
}
.navigation-menu li > a{
    display:inline-block;
    color:#fff;
    font-weight: 500;
    padding:15px 10px;
    color:#fff !important;
}
.navigation-menu li > a:hover{
    color:#238fce!important;
}
.dropdown-lang > a{
    color:#fff !important;
    font-size:0.85rem;
}
.dropdown-lang > a:hover{
    color:#fff;
}
a:hover{
    text-decoration:none;
}
.hero-section{
    height: 100vh;
    position: relative;
    overflow: hidden;
    background:#040a42;
    min-height: 100%;
    width: 100%;
}
.video-container{
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: none;
}
.video-container video{
    margin: auto;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: visible;
    width: auto;
    height: auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
    min-width: 100%;
    min-height: 100%;
}

.hero-caption{
    position: absolute;
    z-index: 15;
    height: auto !important;
    left: 0%;
    right: 0%;
    top: 35%;
    margin: auto;
}

.hero-caption h1{
    color:#fff;
    font-weight: 100;
    font-size:3rem;
    margin-bottom:2rem;
}
.bold{
    font-weight: 600;
}
.hero-caption .small{
    text-transform: uppercase;
    display:inline-block;
    font-size:0.85rem;
    padding-bottom:10px;
}
.blue{
    color:#238fce;
}
.hero-caption .container{
    position:relative;
}
.hero-line{
    position:absolute;
    right:calc(100% + 50px);
    height:1px;
    background:#238fce;
    top:0;
    bottom:0;
    margin:auto;
    width:600px;
}
.btn-primary {
    color: #fff;
    background-color: #238fce;
    border-color: #238fce;
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active{
    color: #fff;
    background-color: #157ebb !important;
    border-color: #157ebb !important;
}
.btn-primary:hover,.btn-primary:focus{
    box-shadow:0 0 0 .2rem rgba(35,143,206,.25) !important
}
.btn-secondary {
    color: #fff;
    background-color: #040a42;
    border-color: #040a42;
}
.btn-secondary:hover,.btn-secondary:focus,.btn-secondary:active{
    color: #fff;
    background-color: #252a5c;
    border-color:  #252a5c;
}
.btn-secondary:hover,.btn-secondary:focus{
    box-shadow:0 0 0 .2rem rgba(2, 6,40, 0.25)
}
.btn-link:focus,.btn-link:hover{
    box-shadow:0 0 0 .2rem rgba(35,143,206,.0) !important;
}
.about-section{
    padding:180px 0 100px 0;
}
.about-box{
    position:relative;
    padding:80px 55% 80px 80px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#edf2f8+0,ffffff+100 */
    background: rgb(237,242,248); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(237,242,248,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(237,242,248,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(237,242,248,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf2f8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    border-radius: 20px;
}
.about-box .section-info{
    color:rgba(2, 6,40, 0.7);
    font-size:1.1rem;
    margin-top:20px;
}
.white{
    color:#fff;
}
.scroll-down-text{
    font-size:0.65rem;
    text-transform: uppercase;
    display:block;
    text-align: center;
}
.scroll-down{
    text-align: center;
    position:absolute;
    left:0;
    right:0;
    bottom:50px;
    margin:auto;
    width:200px;
    color:#fff;
    z-index: 100;
}
.btn-outline-secondary{
    border-color:#040a42 !important;
    color:#040a42 !important;
}
.btn-outline-secondary:hover{
    border-color:#040a42 !important;
    background:#040a42 !important;
    color:#fff !important;
}
.btn-outline-secondary:hover,.btn-outline-secondary:focus{
    box-shadow:0 0 0 .2rem rgba(4,10,66,.25) !important;
}
.bg-box{
    overflow: hidden;
    position:relative;
    border-radius: 10px;

}
.about-bg-box{
    position:absolute;
    right:0;
    bottom:0;
    height:400px;
    width:50%;
    background:#f0f0f0;
    display:block;
}
.bg-box-overlay{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    top:30%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7db9e8+0,020628+84&0+0,1+76 */
    background: -moz-linear-gradient(top,  rgba(125,185,232,0) 0%, rgba(14,23,58,1) 76%, rgba(2,6,40,1) 84%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(125,185,232,0) 0%,rgba(14,23,58,1) 76%,rgba(2,6,40,1) 84%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(125,185,232,0) 0%,rgba(14,23,58,1) 76%,rgba(2,6,40,1) 84%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#020628',GradientType=0 ); /* IE6-9 */
    z-index:50;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.bg-box-image{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    top:0;
    z-index: 10;
    display:block;
}
.bg-box-content{
    position:absolute;
    left:60px;
    right:60px;
    bottom:60px;
    z-index: 100;
}
.bg-box-content h3{
    font-weight: 300;
    color:#fff;
    line-height: 1.2;
    font-size:2rem;
}
.bg-box-content p{
    margin:0;
    padding:0;
}
.monster-icon{
    font-size:3rem;
    vertical-align: middle;
}
.medium-icon{
    font-size:2.4rem;
    vertical-align: middle;
}
.blue{
    color:#238fce;
}
a,a:hover{
    color:#238fce ;
}
.bg-box-icon{
    display:block;
    width:48px;
    height:48px;
    right:30px;
    bottom:30px;
    position:absolute;
    text-align: center;
    z-index: 150;
}
.bg-box:hover .bg-box-overlay{
    top:0;
}
.statistic-list{
    margin:80px 0 0 0;
    padding:0;
    list-style: none;
    
}
.statistic-list li{
    float:left;
    position:relative;
    text-align: center;
    width:33.33%;
}
.statistic-list li:after{
    content:"";
    position:absolute;
    top:15%;
    bottom:15%;
    position:absolute;
    left:100%;
    width:1px;
    background:#e9e9e9;
}
.statistic-list li:last-child:after{
    display:none;
}
.statistic-small-title{
    display:block;
    text-align: center;
    font-size:0.9rem;
}
.statistic-big-title{
    display:block;
    text-align: center;
    color:#040a42;
    font-weight: 700;
    font-size:1.9rem;
}
.statistic-icon{
    text-align: center;
    display:inline-block;
    width:70px;
    height:70px;
    border-radius: 50%;
    background:#e9f4fa;
    margin-bottom:20px;
    padding:16px;
}
.product-box{
    position:relative;
    height:450px;
    overflow: hidden;
    width:100%;
    display:block;
    border-radius: 10px;
}
.product-box-overlay{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#020628+19,020628+100&1+24,0+100 */
    background: -moz-linear-gradient(left,  rgba(2,6,40,1) 19%, rgba(2,6,40,1) 24%, rgba(2,6,40,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(2,6,40,1) 19%,rgba(2,6,40,1) 24%,rgba(2,6,40,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(2,6,40,1) 19%,rgba(2,6,40,1) 24%,rgba(2,6,40,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#020628', endColorstr='#00020628',GradientType=1 ); /* IE6-9 */

    position:absolute;
    bottom:0;
    left:0;
    right:40%;
    top:0;
    z-index:50;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.product-box-image{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    top:0;
    z-index: 10;
    display:block;
}
.product-box-content{
    position:absolute;
    left:60px;
    right:60%;
    bottom:60px;
    z-index: 100;
}
.product-box-content h3{
    font-weight: 300;
    color:#fff;
    line-height: 1.2;
    font-size:2.4rem;
    margin-bottom:20px;
    margin-top:20px;
}
.product-box:hover .product-box-overlay{
    right:0;
}
.products-carousel-wrapper{
    position:relative;
    margin-bottom:30px;
    overflow: hidden;
    border-radius: 10px;
}
.products-carousel-dots{
    position:absolute;
    bottom:20px;
    text-align: center;
    z-index: 200;
    margin:0;
    list-style: none;
    padding:0;
    left:0;
    right:0;
}
.products-carousel-dots li{
    background:rgba(255,255,255,0.3);
    display:inline-block;
    width:10px;
    height:10px;
    border-radius: 50%;
    margin:0 2px;
    cursor:pointer;
}
.products-carousel-dots li.tns-nav-active{
    background:#fff;
}

.bg-box-small-title{
    font-size:0.9rem;
    display:block;
    margin-bottom:10px;
    font-weight: 200;
}
.bg-box-alone{
    margin-bottom:30px;
    height:600px;
    width:auto;
    display:block;
}


.bg-box-alone .bg-box-content h3 {
    font-weight: 300;
    color: #fff;
    line-height: 1.2;
    font-size: 2.4rem;
    margin-bottom: 20px;
}
.bg-box-list{
    margin:0;
    padding:0;
    list-style: none;
}
.bg-box-list a{
    display:block;
    position:relative;
    padding:6px 30px 6px 0;
    color:#fff;
    font-size:1.2rem;
    font-weight: 300;
}
.bg-box-list a:after{
    position:absolute;
    z-index: -1;
    top:0;
    bottom:0;
    left:-15px;
    right:-15px;
    width:auto;
    height:auto;
    border-radius: 6px;
    background:transparent;
    margin:auto;
  
    content:"";
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.arrow-list{
    position:absolute;
    z-index: 10;
    right:0;
    width:19px;
    height:19px;
    top:0;
    bottom:0;
    margin:auto;
    display:block;
    line-height: 1;
}
.bg-box-list a:hover:after{
    background:#fff;
    
}
.bg-box-list a:hover,.bg-box-list a:hover .medium-icon,.bg-box-list a:hover .arrow-list i{
    color:#040a42;
}
.bg-box-list a .medium-icon {
    font-size: 2rem;
    vertical-align: middle;
}
.small-icon{
    vertical-align: middle;
}

#footer{
    background:#020628;
    margin-top:300px;
    position:relative;
}
.footer-bottom{
    background:#020628;
    padding:80px 0;
    border-top:1px solid #494d67;
}
.footer-top{
    background:#020628;
    padding:80px 0;
    position:relative;
}
.f-title,.f-title a{
    color:#fff;
    font-weight: 500;
    font-size:1.2rem;
}
.f-list {
    margin:0;
    padding:0;
    list-style: none;
}
.f-list a{
    padding:3px 0;
    display:block;
    color:rgba(255,255,255,0.7);
    font-size:0.9rem;
}
.f-list a:hover{
    color:rgba(255,255,255,1);
}
.copyright{
    color:rgba(255,255,255,0.7);
    font-size:0.8rem;
    padding-top:30px;
}
.footer-address{
    color:#fff;
    padding-top:30px;
}
.social-list{
    margin:0;
    padding:0;
    list-style: none;
}
.social-list li{
    float:left;
}
.social-list li a{
    background:#fff;
    width:40px;
    height:40px;
    display:block;
    border-radius: 50%;
    text-align: center;
    padding:9px;
    margin-right:8px;
}
.social-list li a:hover i{
    color:#238fce;
}
.social-list li a i{
    font-size:1.4rem;
    color:#040a42;
}
.partners-list{
    margin:0;
}
.partners-list div{
    width:33.33%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
    filter: alpha(opacity=55);
    -moz-opacity: 0.55;
    -khtml-opacity: 0.55;
    opacity:0.55;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.btn,a{
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.partners-list div:hover{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.ask-for-project{
    display:block;
    margin:200px 100px 0 100px;
    background:#252a5c;
    position:relative;
    padding:20px 50px 20px 80px;
    border-radius: 10px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.ask-for-project:hover{
    background:#fff;
}
.ask-for-project .big-title{
    display:block;
    color:#fff;
    font-size:1.3rem;
    text-align: left;
}
.ask-for-project:hover .big-title{
    color:#040a42;
}
.ask-for-project .small-title{
    color:#fff;
    text-align: left;
    display:block;
}
.ask-for-project:hover .small-title{
    color:#040a42;
}
.ask-for-project .arrow-list{
    right:20px;
}
.ask-for-project .arrow-list-icon{
    position:absolute;
    left:20px;
    display:block;
    height:38px;
    width:38px;
    top:0;
    bottom:0;
    margin:auto;
}
.ask-for-project:hover .arrow-list i{
    color:#040a42;
}
.client-box{
    position:absolute;
    width:50%;
    left:0;
    height:400px;
    top:-200px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.client-box-content{
    position:absolute;
    right:180px;
    bottom:60px;
    left:30%
}
.client-box-content h3{
    font-weight: 300;
    line-height: 1.2;
    font-size: 2.4rem;
    margin-bottom: 20px;
}
.client-box-content p{
    font-size:1.2rem;
}
.cookies-block{
    padding:10px 40px;
    position:relative;
    background:#252a5c;
    color:#fff;
    font-weight: 300;
    font-size:0.9rem;
}
.cookies-block i{
    font-size:1.4rem;
    vertical-align: middle;
}
.close-cookies-bar{
    position:absolute;
    right:10px;
    display:block;
    width:30px;
    height:30px;
    color:#fff;
    cursor: pointer;
    top:0;
    bottom:0;
    margin:auto;
    text-align: center;
    padding:4px 0;
}
.cookies-btn{
    color:#fff;
    font-weight: 700;
    display:inline-block;
    padding:0 15px;
    background:transparent;
    border:0;
    text-decoration: underline;
}
.burger-menu{
    position:absolute;
    right:0;
    display:none;
    width:40px;
    height:40px;
    color:#238fce;
    padding:6px;
    text-align: center;
    top:0;
    bottom:0;
    margin:auto;
}
.burger-menu i{
    font-size:1.8rem;
}
.internal-main{
    padding:250px 0;
    position:relative;
}
.internal-main h1{
    color: #fff;
    font-weight: 100;
    font-size: 3rem;
    margin-bottom: 2rem;
}
.product-navigation-box-wrapper{
    left:0;
    right:0;
    position:absolute;
    bottom:-45px;
    z-index:10;
}
.product-navigation-box{
    border-radius:10px;
    background:#fff;
    padding:20px 200px 20px 30px;
    position:relative;
}
.product-navigation-list{
    margin:0;
    padding:0;
    list-style: none;
}
.product-navigation-list li{
    float:left;
    width:25%;
}
.product-navigation-list li a{
    display:block;
}
.product-navigation-list li a:hover .big-text{
    color:#238fce !important;
}
.big-text{
    color:#020628;
    font-size:1.2rem;
    font-weight:600;
    display:block;
}
.muted-text{
    color:rgba(2, 6,40, 0.5);
    font-weight: 500;
}
.product-logo{
    position:absolute;
    right:30px;
    width:160px;
    top:0;
    bottom:0;
    margin:auto;
    height:60px;
}
.internal-product-about-section{
    background:#edf2f8;
    padding:120px 0;
}
.img-round{
    border-radius: 10px;
}
.image-with-caption{
    position:relative;
}
.img-caption{
    position:absolute;
    left:-30px;
    bottom:30px;
    background:#238fce;
    color:#fff;
    display:inline-block;
    padding:10px 30px;
    max-width:60%;
    
}
.section-text{
    color:rgba(2, 6,40, 0.7);
    font-size:1.1rem;
}
.internal-product-benefits-section{
    padding:100px 0;
}
.styled-list{
    padding:0;
    list-style: none;
    margin:0;
}
.styled-list li{
    padding-left:40px;
    margin:10px 0;
    position:relative;
}
.style-list-arrow{
    display:block;
    width: 24px;
    height:24px;
    border-radius: 50%;
    color:#fff;
    background:#040a42;
    text-align: center;
    position:absolute;
    padding:2px;
    left:0;
    top:5px;
}
.styled-list li .bold{
    font-weight: 700;
}
.outline-box{
    border:1px solid #e9e9e9;
    padding:60px 90px 60px 60px;
    border-radius: 10px;
    position:relative;
}
.outline-box p{
    color:rgba(2, 6,40, 0.7);
    margin:30px 0;
}
.outline-box-product-symbol{
    position:absolute;
    right:30px;
    bottom:30px;
    display:block;
    width:80px;
    height:80px;
    z-index:-1;
}
.video-box{
    border-radius: 10px;
    overflow: hidden;
    height:600px;
    background:#f0f0f0;
    position:relative;
    margin-bottom:50px;
    margin-top:20px;
}
.play-icon{
    display:inline-block;
    width:60px;
    height:60px;
    color:#fff;
    border-radius:50%;
    background:#238fce;
    text-align: center;
    padding:11px;
}
.play-icon i{
    font-size:2.4rem;
}
.play-text{
    display:block;
    color:#fff;
    text-align: center;
    padding:10px 0;
}
.play-btn{
    display:block;
    height:104px;
    top:0;
    bottom:0;
    margin:auto;
    left:0;
    right:0;
    width:150px;
    text-align: center;
    cursor:pointer;
    position:absolute;
    z-index:100;
}
.video-cover{
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    z-index: 50;
}
#yt {
    display:block;
    width: 100%;
    height: 600px;
    object-fit: cover;
    z-index: 1;
    position: absolute;
}
.service-section{
    background:#edf2f8;
    padding:120px 0 300px;
}
.boxes-section{
    margin-top:-200px;
}
.bg-box-alone-hight{
    height:750px;
    background:#f0f0f0;
}
.bg-box-alone-hight .bg-box-overlay{
    top:50%;
}
.bg-box-content p{
    color:#fff;
    font-size:1.2rem;
    font-weight: 200;
}
.bg-box-alone-darkblue .bg-box-overlay{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#252a5c+0,252a5c+83&0+0,1+76 */
background: -moz-linear-gradient(top,  rgba(37,42,92,0) 0%, rgba(37,42,92,1) 76%, rgba(37,42,92,1) 83%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(37,42,92,0) 0%,rgba(37,42,92,1) 76%,rgba(37,42,92,1) 83%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(37,42,92,0) 0%,rgba(37,42,92,1) 76%,rgba(37,42,92,1) 83%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00252a5c', endColorstr='#252a5c',GradientType=0 ); /* IE6-9 */

}
.bg-box-alone-blue .bg-box-overlay{
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#238fce+0,238fce+83&0+0,1+76 */
background: -moz-linear-gradient(top,  rgba(35,143,206,0) 0%, rgba(35,143,206,1) 76%, rgba(35,143,206,1) 83%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(35,143,206,0) 0%,rgba(35,143,206,1) 76%,rgba(35,143,206,1) 83%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(35,143,206,0) 0%,rgba(35,143,206,1) 76%,rgba(35,143,206,1) 83%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00238fce', endColorstr='#238fce',GradientType=0 ); /* IE6-9 */


}
.services-steps{
    margin-bottom:50px;
}
.services-steps > div{
    padding:0 50px;
    margin-bottom:20px;
    width:25%;
    text-align: center;
    position:relative;
}
.services-steps > div:after{
    position:absolute;
    content:"";
    left:100%;
    width:1px;
    background:#d9e1eb;
    top:20%;
    bottom:20%;
}
.services-steps > div:last-of-type:after{
    display:none;
}
.services-steps .small-title{
    color:rgba(2, 6,40, 0.7);
    padding:10px 0 5px 0;
    display:block;
}
.services-steps p{
    font-size:0.85rem;
    color:rgba(2, 6,40, 0.7);
}
.blue-boxes > div{
    padding:40px;
    width:50%;
}
.blue1{
    background:#d1ddeb;
}
.blue2{
    background:#dbe4ef;
}
.internal-main-links a{
    display:inline-block;
    padding-right:15px;
    padding-bottom:10px;
    font-size:1rem;
}
.internal-main-links .big-icon{
    font-size:1.5rem;
    vertical-align: middle;
}
.map-section iframe{
    width:100%  !important;
}
.map-section {

    border-top:5px solid #fff;
}
.contact-section{
    padding:80px 0;
    background:#edf2f8;
}
.link-box{
    padding:40px;
    margin-bottom:20px;
    border-radius: 10px;
}
.link-box h3{
    margin-bottom:5px;
}
.link-box-white{
    background:#fff;
}
.link-box-blue{
    background:#f6f9fc;
}
.form-control{
    height:50px;
    border-color:#fff;
}
.form-group-icon{
    position:relative;
    margin-bottom:20px;
}
.form-group-icon .form-control{
    padding-left:45px;
}
.form-group-icon-input{
    position:absolute;
    font-size:1.6rem;
    pointer-events: none;
    left:10px;
    top:0;
    bottom:0;
    height:25px;
    margin:auto;
    display:inline-block;
}
.form-control:focus{
    border-color:#fff !important;
    box-shadow:0 0 0 .2rem rgba(2, 6,40, 0.05) !important
}
.form-check-input{
    border-color:#fff !important;
}
.internal-small-title{
    font-weight: 700;
    text-transform: uppercase;
    font-size:0.9rem;
}
.footer-internal#footer{
    margin-top:0px;
}
.show-mobile{
    display:none;
}
.dropdown-nav-menu{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 20rem;
    padding: 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    overflow: hidden;
}
.dropdown-nav-menu.show{
    display:block;
}
.dropdown-menu-animated {

    display: block;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transform:  translateY(50px);
    -ms-transform:  translateY(50px);
    -moz-transform:  translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.dropdown-menu-animated.show {
    display: block;
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform:  translateY(0px);
    -ms-transform:  translateY(0px);
    -moz-transform:  translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.dropdown-navigation{
    position:relative;
}
.dropdown-nav-menu{
    padding:20px 30px;
}
.dropdown-nav-menu a{
    display:block;
    padding:15px 0 10px 50px;
    color:#212529;
    position:relative;
}
.dropdown-nav-menu a h4,.dropdown-nav-menu a p{
    margin:0;
}
.dropdown-nav-menu a h4{
    font-size:1.1rem;
    font-weight: 600;
    margin-bottom:3px;
    color:#252a5c;
}
.dropdown-nav-menu a:hover h4{
    color:#238fce;
}
.dropdown-nav-menu a p{
    font-size:0.8rem;
    color:rgba(2, 6,40, 0.7);
}
.dropdown-nav-menu a .dropdown-nav-menu-icon{
    display:block;
    width:32px;
    height:32px;
    top:15px;
    left:0;
    position:absolute;
}
.dropdown-nav-menu a .dropdown-nav-menu-icon i{
    font-size:2rem;
}
.dropdown-nav-menu a:hover:before{
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    left:-30px;
    right:-30px;
    background:#e9f4fa;
    z-index: -1;
}
.dropdown-nav-menu a:first-child:hover:before{
    top:-20px;
}
.dropdown-nav-menu a:last-child:hover:before{
    bottom:-20px;
}
.dropdown-nav-menu a:hover .dropdown-nav-menu-icon i{
    color:#238fce;
}
@media(min-width:1440px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1400px;
    }
}
@media(max-width:998px){
    .navigation-menu {
        position:absolute;
        left:-25px;
        right:-25px;
        top:100%;
        text-align: left;
        background:#fff;
        box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
        display:none;
    }
    .navigation-menu  li{
        width:100%;
    }
    .navigation-menu  li > a{
        display:block;
        width:100%;
        padding:7.5px 20px;
        color:#040a42 !important;
    }
    #header {
        background: #040a42;
    }
    .show-mobile{
        display:block;
    }
    .hidden-mobile{
        display:none;
    }
    .btn-inquiry{
        padding-left:0.75rem;
        padding-right:0.75rem;
    }
    .burger-menu{
        display:block;
    }
    .dropdown-lang{
        right:40px;
    }
    #header .container{
        width:100%;
        max-width:100%;
    }
    .btn-inquiry{
        right:150px;
    }
    .header-container,#header.active .header-container{
        padding-top:10px;
        padding-bottom:10px;
        padding-right:0;
        padding-left:0;
        height:70px;
    }
    body.highlight .navigation-menu{
        display:block;
    }
    body.highlight  .burger-menu i:before{
        content: "\f00d";
    }
    .hero-caption h1{
        font-size:2.4rem;
    }
    .hero-caption{
        text-align: center;
    }
    .dropdown-menu-animated{
        position:relative;
        top:initial;
        right:initial;
        left:initial;
        bottom:initial;
        display:none;
        width:100%;
    }
    .dropdown-nav-menu{
        padding:0 30px;
    }
    .dropdown-nav-menu a{
        padding-top:10px;
        padding-bottom:10px;
    }
}
@media(max-width:768px){
    .hero-caption h1,.internal-main h1 {
        font-size:2rem;
    }
    .about-bg-box{
        position:relative;
        left:initial;
        right:initial;
        bottom:initial;
        top:initial;
        width:100%;
        margin-top:30px;
    }
    .about-box {
        position: relative;
        padding: 30px 30px 30px 30px;

    }
    .client-box{
        border-radius: 0;
        width:100%;
        position:relative;
        left:initial;
        right:initial;
        bottom:initial;
        top:initial;
        width:100%;
    }
    .bg-box-content {
        position: absolute;
        left: 30px;
        right: 30px;
        bottom: 30px;
        z-index: 100;
    }
    .bg-box-alone .bg-box-content h3 {
        font-weight: 300;
        color: #fff;
        line-height: 1.2;
        font-size: 1.8rem;
        margin-bottom: 20px;
    }
    .bg-box-icon{
        display:none;
    }
    .statistic-list li{
        width:100%;
        margin:0 0 30px 0;
    }
    
    .product-box-content {
        position: absolute;
        left: 30px;
        right:30px;
        bottom: 50px;
        z-index: 100;
    }
    .product-box-content h3 {
        font-size: 1.6rem;
    }
    #footer {
        margin-top: 50px;
    }
    .client-box-content {
        position: absolute;
        right: 20px;
        bottom: 20px;
        left: 20px;
    }
    .footer-top{
        padding-top:0;
    }
    .client-box{
        background: url(images/clients-bg.jpg) no-repeat left -200px center #ecf1f8 !important;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height:auto;
        padding:20px;
    }
    .client-box-content{
        position:relative;
        left:initial;
        right:initial;
        bottom:initial;
        top:initial;

    }
    .client-box-content h3 {
        font-size: 1.6rem;
    }
    .ask-for-project {
        display: block;
        margin: 20px 0;
        background: #252a5c;
        position: relative;
        padding: 20px 50px 20px 80px;
        border-radius: 10px;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }
    .f-list,.social-list{
        margin-bottom:30px;
    }
    .partners-list div{
        width:50%;
    }
    .logo{
        width:140px;
        height:36px;
    }
    .burger-menu{
        right:-10px;
    }
    .dropdown-lang{
        right:30px;
    }
    .dropdown-lang .btn{
        padding: .375rem .5rem;
    }
    .btn-inquiry{
        right:130px;
    }
    .about-section {
        padding: 80px 0 40px 0;
    }
    
    .bg-box-content h3 {
        font-size: 1.4rem;
    }
    .statistic-list {
        margin: 40px 0 0 0;
    }
    .outline-box {
        padding:20px 20px 20px 20px;
    }
    .services-steps > div {
        width: 100%;
    }
    .services-steps > div:after {
        display:none;
    }
    .blue-boxes > div {
        padding:20px;
        width: 100%;
    }
    .bg-box-alone-hight{
        height:550px;
    }
    .internal-main{
        text-align: center;
    }
    .product-navigation-list li{
        width:100%;
        text-align: left;
        margin:5px 0;
    }
}