@font-face {
    font-family: "NotoSans";
    src: url('../fonts/NotoSans-Light.ttf');
    font-weight: 300;
}
@font-face {
    font-family: "NotoSans";
    src: url('../fonts/NotoSans-Regular.ttf');
    font-weight: 400;
}
@font-face {
    font-family: "NotoSans";
    src: url('../fonts/NotoSans-Medium.ttf');
    font-weight: 500;
}
@font-face {
    font-family: "NotoSans";
    src: url('../fonts/NotoSans-SemiBold.ttf');
    font-weight: 600;
}
@font-face {
    font-family: "NotoSans";
    src: url('../fonts/NotoSans-Bold.ttf');
    font-weight: 700;
}
html,body{
    margin-top:0!important;
    font-size: 18px;
    line-height: 25px;
    font-family: 'NotoSans';
}
header{
    padding: 15px 0;
}
header .rbl{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.topmenu ul{
    display: flex;
    align-items: center;
    margin: 0;
}
.topmenu ul li{
    margin-right: 30px;
}
.topmenu ul li a{
    text-decoration: none;
    color: #001F4D;
    transition: all .3s ease;
}
.topmenu ul li.current-menu-item a,
.topmenu ul li a:hover{
    color: #F2994A;
}
.topmenu ul li:last-child{
    margin-right: 0;
}
.lang{
    display: flex;
    align-items: center;
    position: relative;
}
.lang .drop{
    position: absolute;
    right: 0;
    background:#fff;
    display: flex;
    height:100%;
    top: 0;
    align-items: center;
}
.lang select{
    border: 0;
    color: #F2994A;
}
input:focus,
select:focus,
textarea:focus,
button:focus{
    outline:none;
}
#slider .owl-item{
    position: relative;
    overflow: hidden;
}
#slider .owl-item .abs{
    position: absolute;
    bottom: 100px;
    color:#fff;
    left: 0;
    width: 100%;
}
#slider .owl-item .abs .container{
    position: relative;
    z-index: 2;
    padding: 15px;
    font-weight: 500;
    font-size: 48px;
    line-height: 65px;
}
#slider .owl-item .abs:before{
    background: linear-gradient(90deg, #0091D2 18.96%, #315DA8 78.19%);
    height: 100%;
    width: 60vw;
    position: absolute;
    bottom:0px;
    content:'';
    left: -5vw;
    transform: skew(-25deg, 0deg);
    z-index: 1;
}
#slider .owl-controls{
    position: absolute;
    bottom:20px;
    width:100%;
    left:0;
    z-index: 2;
}
#slider .owl-controls .owl-dots{
    margin: 0 auto;
    text-align: right;
    padding: 20px 15px;
    position: relative;
}
#slider .owl-controls .owl-dots .owl-dot{
    width:10px;
    height: 10px;
    background: #fff;
    border-radius: 100%;
    margin-right: 20px;
    transition: all .3s ease;
}
#slider .owl-controls .owl-dots .owl-dot:hover,
#slider .owl-controls .owl-dots .owl-dot.active{
    background: #F2994A;
    transform: scale(1.5);
}
#slider .owl-controls:before {
    background: linear-gradient(90deg, #0091D2 0%, #035BA7 100%);
    width: 40vw;
    position: absolute;
    top: 0;
    content:'';
    height: 100%;
    right: -5vw;
    transform: skew(-25deg, 0deg);
}
#slider{
    overflow: hidden;
}
#about{
    background: url('../images/about_bg.png')no-repeat left;
    background-size: auto 100%;
    padding: 50px 0 100px;
    color: #333333;
}
#about .desc{
    font-weight: 300;
}
#about img{
    width: 100%;
}
#about .heading{
    color: #003B70;
    font-size: 36px;
    line-height: 49px;
    margin-bottom: 40px;
}
#comps{
    margin-top: -35px;
    background:url('../images/comps_bg.png')no-repeat top center;
    background-size: cover;
    padding: 90px 0 60px;
    color:#fff;
}
#comps .heading{
    font-size: 36px;
    line-height: 49px;
    margin-bottom: 20px;
}
#comps .image{
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
}
#comps .inner .desc{
    font-weight: 300;
    padding: 0 15px;
}
#comps .inner{
    text-align: center;
}
.comps{
    margin-bottom: 50px;
}
.add{
    font-weight: 300;
}
.add ul li{
    padding-left: 30px;
    margin-bottom: 30px;
    position: relative;
}
.add ul li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 15px;
    height: 15px;
    background: url('../images/el_check.png')no-repeat center;
}
#callback input[type="submit"],
a.trbut{
    border: 1px solid #FFFFFF;
    width: 100%;
    display: flex;
    align-items: center;
    height: 50px;
    justify-content: center;
    color:#fff;
    font-size: 24px;
    line-height: 33px;
    text-decoration: none;
    background: none;
    transition: all .3s ease;
}
#callback input[type="submit"]:hover,
a.trbut:hover{
    background: #fff;
    color: #035BA7;
}
#whywe{
    padding: 50px 0;
    background: url('../images/why_bg.png')no-repeat center right;
    background-size: auto 100%;
}
#partners .heading,
#lic .heading,
#exp .heading,
#whywe .heading{
    color: #003B70;
    font-size: 36px;
    line-height: 49px;
    margin-bottom: 70px;
    text-align: center;
}
#whywe .image{
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 5px 5px 10px rgba(0, 57, 108, 0.3);
    background: #035BA7;
    margin-bottom: 17px;
}
#whywe .name{
    margin-bottom: 16px;
    text-align: center;
    font-size: 24px;
    line-height: 33px;
    color: #035BA7;
}
#whywe .desc{
    font-weight: 300;
    color: #333333;
}
.post-type-archive-services #content,
body[class^="services"] section#content{
	padding:0 0 50px;
}
#breads{
	margin:20px 0 15px;
}
#breads a,
#breads span{
	font-size: 18px;
	line-height: 25px;
	color: #BDBDBD;
	font-weight:300;
}
#breads span.breadcrumbs__current{
	font-weight:400;
}
#exp{
    padding: 50px 0;
}
#exp .heading{
    margin-bottom: 50px;
}
#exp .item{
    counter-increment: li;
}
#exp .item .inner{
    position: relative;
    padding-left: 45px;
    margin-bottom: 20px;
}
#exp .item .inner:before{
    content: counter(li);
    position: absolute;
    left: 0;
    top: 0px;
    color: #fff;
    font-weight: 300;
    background: #035BA7;
    box-shadow: 5px 5px 10px rgba(0, 57, 108, 0.3);
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
}
#exp .item .inner .desc{
    font-weight: 300;
}
#exp .item .inner .name{
    font-size: 21px;
    line-height: 29px;
    color: #035BA7;
}
#lic{
    background: #EDEDED;
    padding: 50px 0 85px;
    position: relative;
    overflow: hidden;
}
#lic .heading{
    margin-bottom: 45px;
}
#lic:after{
    content:'';
    position: absolute;
    z-index: 1;
    width: 40%;
    height: 60px;
    background: #fff;
    transform: skew(-25deg,0);
    right: -45px;
    bottom: 0;
}
#lic a{
    padding: 15px;
    display: block;
}
#lic .owl-dots{
    position: absolute;
    right: 15px;
    top: -80px;
}
#lic .owl-dots .owl-dot{
    width: 10px;
    height:10px;
    background: #035BA7;
    border-radius: 100%;
    margin-left: 20px;
    transition: all .3s ease;
}
#lic .owl-dots .owl-dot.active,
#lic .owl-dots .owl-dot:hover{
    transform: scale(1.5);
    background: #F2994A;
}
#partners{
    padding: 50px 0;
}
#partners .item{
    margin-bottom: 30px;
}
#partners .heading{
    margin-bottom:60px;
}
footer{
    background: #003B70;
    box-shadow: 4px 4px 10px rgba(38, 41, 45, 0.3);
    padding: 15px 0;
}
footer a:hover,
footer a{
    color:#fff;
}
footer .flexed{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footmenu ul li{
    margin-right: 15px;
}
.footmenu ul{
    display: flex;
    margin: 0;
    align-items: center;
}
#intro .abs{
    padding: 350px 15px 80px;
}
.single-services #intro h2 span,
#intro h1 span{
    position: relative;
    z-index: 2;
}
.single-services #intro h2,
#intro h1{
    color:#fff;
    position: relative;
    font-weight: 500;
    font-size: 48px;
    line-height: 65px;
    margin: 0;
    padding: 45px 0;
}
.single-services #intro h2:before,
#intro h1:before{
    width: 50vw;
    right: 45px;
    background: linear-gradient(90deg, #0091D2 33.3%, #315DA8 100%);
    content:'';
    transform: skew(-25deg,0);
    position: absolute;
    height: 100%;
    z-index: 1;
    top: 0;
}
#intro{
    position: relative;
    overflow: hidden;
    background-size: cover!important;
}
#intro:after{
    height: 60px;
    width: 40vw;
    right: -45px;
    bottom: 0;
    background: linear-gradient(90deg, #0091D2 33.3%, #315DA8 100%);
    content:'';
    transform: skew(-25deg,0);
    position: absolute;
}
#contacts{
    padding: 50px 0;
}
#contacts iframe{
    width: 100%;
    height: 370px;
}
#contacts .heading{
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 80px;
}
#contacts .desc{
    margin-bottom: 50px;
}
#contacts .info>div{
    margin-bottom: 30px;
    padding-left: 40px;
}
#contacts .address{
    background: url('../images/address.png')no-repeat left top;
}
#contacts .phones{
    background: url('../images/phone.png')no-repeat left top;
}
#contacts .mail{
    background: url('../images/mail.png')no-repeat left top;
}
#contacts .cont:last-child{
    border-bottom: 0;
}
#contacts .cont{
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom:1px solid #EDEDED ;
}
#contacts a:hover,
#contacts a{
    color: #000000;
}
#callback{
    background: linear-gradient(90deg, #0091D2 0%, #035BA7 100%);
    padding: 50px 0 40px;
    overflow: hidden;
    position: relative;
}
#callback .heading{
    font-size: 36px;
    line-height: 49px;
    margin-bottom: 30px;
    color:#fff;
}
#callback .flcol{
	display:flex;
	flex-direction:column;
}
#callback textarea,
#callback input{
    padding:13px 20px 12px;
    width: 100%;
    border: 0;
    margin-bottom: 10px;
    resize: none;
    font-weight: 300;
}
#prTab li{
	padding:0!important;
	margin:0!important;
	border:0;
}
#content ul#prTab{
	margin-bottom:30px;
	display:flex;
	justify-content:space-around;
	flex-wrap:wrap;
	border:0;
	border-bottom:0;
}
#content ul#prTab li:before{
	display:none;
}
#content ul#prTab li a{
	color: #000000;
	border:0;
	padding:0;
	margin:0;
	font-weight:400;
}
#content ul#prTab li a:hover,
#content ul#prTab li a.active{
	color: #035BA7;
	text-decoration:underline;
}
#callback textarea{
    height: 110px;
}
#callback input[type="submit"]{
    padding: 0;
	margin:0 0 10px;
	color:#fff;
	background:#003B70;
	border:0;
	font-weight:400;
}
#callback #callcareer textarea{
	height:80px;
}
.relat{
    position: relative;
}
.ab_img{
    top: 60px;
    left: calc(100% + 90px);
    position: absolute;
}
#content{
    padding: 50px 0;
    font-weight: 300;
}
.single-services #content h1,
#content h2{
    color: #003B70;
    font-weight: 500;
    font-size: 36px;
    line-height: 49px;
    margin-bottom: 40px;
}
#content img.alignleft{
    float:left;
    margin-right: 15px;
    margin-bottom: 20px;
}
#content img.alignright{
    float: right;
    margin-left: 15px;
}
#content ul{
    padding: 0;
    margin: 0;
}
#content ul li{
    padding-left: 30px;
    margin-bottom: 30px;
    display: block;
    overflow: hidden;
    position: relative;
}
#content.about_s strong{
    font-weight: 400;
    color: #035BA7;
}
#content ul li:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: #035BA7;
    left:0;
    top: 5px;
}
.inservs a.inner{
    display: flex;
    align-items: center;
    background: #EDEDED;
    color: #035BA7;
    text-decoration: none;
    font-weight: 400;
    margin-bottom: 30px;
    transition: all .3s ease;
}
.inservs a.inner .image{
    position: relative;
}
.inservs a.inner .name{
    padding: 0 30px;
    font-size: 24px;
    line-height: 33px;
}
.inservs a.inner:hover{
    color:#fff;
    background: #035BA7;
}
.inservs a.inner .image:before{
    background: linear-gradient(269.82deg, #035BA7 0.19%, #035BA7 0.2%, rgba(3, 91, 167, 0) 65.08%);
    transition: all .3s ease;
    content:'';
    position: absolute;
    left: 0;
    top: 0;
    width:100%;
    height: 100%;
    opacity: 0;
}
.inservs a.inner:hover .image:before{
    opacity: 1;
}
#content ul.cols{
    display: flex;
    flex-wrap: wrap;
}
#content ul.cols li{
    width: 50%;
    padding-right: 30px;
}
.inservs.sm a.inner .name{
    font-size: 18px;
    line-height: 25px;
}
#content #myTab li:before{
    display: none;
}
#content #myTab{
    margin-bottom: 50px;
    text-align: center;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#content #myTab li{
    margin: 0 2px;
    padding: 0;
    width: 40%;
    text-align: center;
    border: 0;
    border-radius: 0;
}
#content #myTab li a{
    display: flex;
    border: 0;
    align-items: center;
    justify-content: center;
    color: #B1B1B1;
    font-size: 24px;
    line-height: 33px;
    background: #EDEDED;
    height: 50px;
    transition: all .3s ease;
    border-radius: 0;
}
#content #myTab li a:hover,
#content #myTab li a.active{
    background: linear-gradient(90deg, #0091D2 0%, #035BA7 100%);
    color:#fff;
}
.tab-content .item{
    margin: 0 0 50px;
}
.tab-content .item>div{
    padding: 0;
}
.tab-content .item .image img{
    width: 100%;
}
.tab-content .item>div.info{
    padding: 20px 30px;
}
#to2020 .item{
    background: #EDEDED;
}
#to2020 .item:nth-child(even){
    flex-direction: row-reverse;
}
#to2020 .subhead{
    margin: 10px 0 20px;
}
#to2020 .desc{
    font-size: 14px;
    line-height: 19px;
}
#to2020 .name{
    color: #035BA7;
    font-weight: 400;
    margin-bottom: 20px;
}
#to2018 .thead{
    background: #035BA7;
    border-bottom: 2px solid #fff;
    margin: 0;
}
#to2018 .thead>div{
    border-right:2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    height: 50px;
    text-align: center;
}
#to2018 .thead>div:last-child{
    border: 0;
}
#to2018 .item{
    margin: 0;
    background: #EDEDED;
    border-bottom: 2px solid #fff;
}
#to2018 .item>div.date{
    text-align: center;
    flex-grow:1;
}
#to2018 .item>div{
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 14px;
    border-right: 2px solid #fff;
}
#to2018 .item>div:last-child{
    border-right: 0;
}
.overall{
    background: rgba(255, 255, 255, 0.7);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
    display: none;
}
.thanks h4{
    font-weight: 500;
    margin-bottom: 60px;
}
.thanks a.closeme{
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 0;
}
.thanks{
    width: 540px;
    padding: 120px 100px;
    z-index: 8;
    color:#fff;
    font-weight: 300;
    background: linear-gradient(90deg, #0091D2 0%, #035BA7 100%);
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -270px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}
div[id^="particles-js"],
#particles-js{
    position: absolute;
    height: 100%;
    width: 50%;
    right: 0;
    top: 0;
}
#partners img{
    max-width: 100%;
}
a.burger{
    display: none;
}
section .container{
    opacity: 0;
    position: relative;
    bottom: -300px;
    transition: all 1s ease-out;
}
section.visible .container{
    opacity: 1;
    bottom: 0;
}
section{
	overflow:hidden;
}

#slider .item,
#slider{
	height:600px;
}
#intro.err .abs{
	padding:120px 15px 120px
}
#intro.err{
	color:#fff!important;
	min-height:100vh;
	display:flex;
	align-items:center;
}
#intro.err .lets{
	font-size: 320px;
	line-height: 436px;
}
#intro.err .desc{
	font-size: 24px;
	line-height: 33px;
	color: #003B70;
	padding:50px 0;
}
#intro.err .desc p{
	position:relative;
	z-index:2;
}
#intro.err a.gohome{
	width: 350px;
	color: #035BA7;
	text-decoration:none;
	border:2px solid #fff;
	transition:all .3s ease;
	line-height:50px;
	position:absolute;
	font-size: 24px;
	top:100%;
	margin-top:50px;
	left:50%;
	transform:translateX(-50%);
	text-align:center;
	background:#fff;
}
#intro.err a.gohome:hover{
	background:#035BA7;
	color:#fff;
}
#intro.err .desc:before{
	content:'';
	transform:skew(-33deg);
	position:absolute;
	right:0;
	top:0;
	width:200%;
	height:100%;
	background:#fff;
}








@media (max-width: 1600px){
	#slider .item,
	#slider{
		height:calc(100vh - 100px);
	}
}

@media (max-width: 1199px){
    .topmenu ul li a{
        font-size: 15px;
    }
    #slider .owl-item .abs{
        bottom:auto;
        top: 50%;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    #slider .owl-item .abs .container{
        font-size: 38px;
        line-height: 52px;
    }
    #about{
        background: none;
    }
    footer a{
        font-size: 15px;
    }
}
@media (max-width: 991px) {
	#intro.err .desc:before{
		transform:none;
	}
	#intro.err a.gohome{
		width:100%;
	}
	#intro.err .lets {
		font-size: 160px;
		line-height: 240px;
		padding-top:120px;
		text-align:center;
	}
    header{
        position: relative;
    }
    header .rbl{
        position: absolute;
        display: none;
        z-index: 5;
        top: 100%;
        padding: 15px;
        background: #035BA7;
    }
    .footmenu ul,
    footer .flexed,
    .topmenu ul{
        display: block;
    }
    #slider .owl-item .abs{
		bottom:45px;
		top:auto;
        transform: none;
        background: linear-gradient(90deg, #0091D2 0%, #035BA7 100%);
        text-align: center;
    }
    #slider .owl-controls:before,
    div[id^="particles-js"], #particles-js,
    #slider .owl-item .abs:before{
        display: none;
    }
    #slider .owl-controls .owl-dots{
        text-align: center;
        padding: 10px 15px;
    }
    #slider .owl-controls .owl-dots .owl-dot{
        margin: 0 10px;
    }
    #slider .owl-controls{
		bottom:0;
        background: linear-gradient(90deg, #0091D2 0%, #035BA7 100%);
    }
    #slider .owl-item .abs .container{
        font-size: 20px;
        line-height: 28px;
        border-bottom: 2px solid #fff;
    }
    a.burger{
        display: block;
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -22px;
    }
    .topmenu ul li a{
        color: #fff;
        font-size: 18px;
        line-height: 25px;
        padding: 5px 0;
        display: block;
    }
    .lang{
        display: flex;
        justify-content: flex-end;
    }
    .lang .drop,
    .lang select{
        background: #035BA7;
        color:#fff;
    }
    .lang .drop svg path{
        stroke:#fff;
    }
    #lic,
    #whywe,
    #exp,
    #about{
        padding: 30px 0;
    }
    #lic .heading,
    #about .heading{
        margin-bottom: 15px;
    }
    #comps{
        background: #035BA7;
        margin-top: 0;
        padding: 30px 0;
    }
    #whywe .item,
    #exp .item,
    #comps .item{
        margin-bottom: 30px;
    }
    #comps .image{
        margin-bottom: 15px;
    }
    #whywe{
        background: #fff;
        text-align: center;
    }
    #lic:after{
        display: none;
    }
    #lic .owl-dots{
        position: static;
        width: 100%;
        text-align: center;
        right: 0;
        top:0;
    }
    #lic .lic{
        margin: 0;
    }
    #lic .owl-dots .owl-dot{
        margin: 0 10px;
    }
    #partners{
        text-align: center;
        padding: 30px 0;
    }
    footer{
        text-align: center;
    }
    .footmenu ul li{
        margin-right: 0;
    }
    .footmenu,
    footer .phones,
    .footlogo{
        margin-bottom: 15px;
        display: block;
    }
    #content h2{
        font-size: 24px;
        line-height: 34px;
    }
    #intro .abs{
        padding: 100px 15px;
    }
    #intro h1{
        font-size: 38px;
        padding: 10px 0;
        line-height: 48px;
    }
    #intro h1:before{
        width: 110%;
        right: 0px;
    }
    #intro:after{
        display: none;
    }
    img{
        max-width: 100%;
        height: auto;
    }
    #content #myTab li{
        width: 100%;
    }
    .inservs a.inner .name{
        font-size: 16px;
        line-height: 22px;
        padding: 0 15px;
		width:60%;
    }
    .inservs a.inner .image{
        width: 120px;
    }
	#callback img{
		display:none;
	}
    #to2018 .item>div,
    #to2018 .thead>div{
        font-size: 16px;
        border-right: 0;
        line-height: 22px;
        text-align: center;
    }
    #content img.alignleft,
    #content img.alignright{
        margin-left: 0;
        margin-right: 0;
        float: none;
        width: 100%;
    }
    #contacts{
        font-size: 14px;
        padding-bottom: 0;
    }
    #contacts .heading{
        margin-bottom: 30px;
    }
    #callcareer{
        position: relative;
        padding-bottom: 60px;
    }
    #callcareer .relat{
        position: static;
    }
    #callcareer input[type="submit"]{
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .thanks{
        width: 90%;
        margin-left: 0;
        left: 5%;
        padding: 60px 15px;
        font-size: 22px;
    }
    .thanks h4{
        margin-bottom: 15px;
    }
}



#callback{
	display:none!important;
}


