* {font-family:"Arial", Courier, monospace}
/*
Theme Name: BlankSlate
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: <strong>UPDATE</strong> - 4.0+ is here, completely overhauled, yet again. As always, <a href="http://tidythemes.com/concept/#upgrading">use caution when upgrading</a> (tidythemes.com/concept/#upgrading) and <a href="http://tidythemes.com/concept/">learn the TidyThemes concept</a> (tidythemes.com/concept). &nbsp; &rarr; <em><strong>CAUTION</strong>: If you're child theming or have clients that are child theming on top of BlankSlate (not the recommended use), please do not blindly upgrade to newer versions.</em> &nbsp; &rarr; <strong>DESCRIPTION</strong>: BlankSlate is the definitive WordPress HTML5 boilerplate starter theme. We've carefully constructed the most clean and minimalist theme available anywhere for designers/developers to use as a base/foundation to build websites for clients or to build completely custom themes from scratch to release faster. Clean, semi-minified, unformatted and valid code, SEO-friendly, no programmer comments, standardized and as white label as possible and most importantly, CSS reset for cross-browser-compatability and no intrusive visual CSS styles added whatsoever. A perfect skeleton theme that blows any others like it (the subsequent underscores.me for example) completely out of the water, as they're simply too overcomplicated for what people really want in this kind of theme. Now comes with jQuery enqueued and ready to go. &nbsp; &rarr; <strong>SUPPORT</strong>: Please use the <a href="http://tidythemes.com/forum/">official support forum</a> (tidythemes.com/forum). Comments and suggestions for improving BlankSlate, please see "<a href="http://tidythemes.com/tidythemes-sucks/">TidyThemes Sucks!</a>" (tidythemes.com/tidythemes-sucks). Just getting started? <a href="http://tidythemes.com/want-to-learn-css/">Want to learn CSS?</a> (tidythemes.com/want-to-learn-css) &nbsp; &rarr; <strong>WHAT'S NEW?</strong>: We stripped down as much custom, extraneous, superfluous junk code as we could and greatly improved the HTML5 structure. <a href="http://make.wordpress.org/themes/author/chipbennett/">Chip Bennett</a> (make.wordpress.org/themes/author/chipbennett), a highly experienced programmer and official WordPress administrator, worked closely with us to audit the theme code for quality. <a href="http://themes.trac.wordpress.org/changeset?old_path=/blankslate/3.3&new_path=/blankslate/4.0">See</a> (themes.trac.wordpress.org/changeset?old_path=/blankslate/3.3&new_path=/blankslate/4.0) just how much we've revamped things. Last, but not least, BlankSlate has now been <a href="https://github.com/tidythemes/blankslate">opened up on GitHub</a> (github.com/tidythemes/blankslate) if anyone would like to make suggested code additions/improvements. Thank you for using BlankSlate.
Version: 4.0.4
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2017 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}
html,body{
	font-size:18px;
	font-family:Arial;
	height:100%;
	min-height:100%;
}
.header{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background:#fff;
	z-index:9999;
	transition: .7s all;
	box-shadow:0 0 5px #ddd;
	height: 110px;
}
.header.scroll 
{
    height: 80px;
    transition: .7s all;
}


/*a.logo-Scroll img
{
	height:70px;
}
.logo-Scroll
{
	margin-top:15px;
}
.burger.frtop 
{
    margin-top: 25px;
}*/
.fblock h1 {
    font-size: 50px;
    line-height: 90px;
    font-weight: bold;
    color: #afabab;
}
.fblock h1 .title-color {
    color: #0b2d5b;
}
.fblock .subhead {
    font-size: 20px;
    position: relative;
    padding-bottom: 15px;
    margin-top: 30px;
    text-align: center;
    margin: 30px auto;
    display: table;
}
.fblock .subhead:before {
    height: 3px;
    width: 100%;
    background: #0b2d5b;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;

}
.fblock{
	background:url('images/01_v2.jpg')no-repeat center;
	background-size:cover;
	position:relative;
	background-attachment:fixed;
	min-height:100%;
	height:1200px;
}
.fblock .inner{
	min-height:100%;
	background:url('images/firstwave.png')no-repeat center;
	background-size:100% 100%;
}
img{
	max-width:100%;
}
.sblock img,
.fblock img{
	vertical-align:bottom;
}
.sblock{
	background:url('images/2_v2.jpg')no-repeat center;
	position:relative;
	background-attachment:fixed;
	background-size:cover;
}
.sblock .container{
	position:absolute;
	left:50%;
	top:5%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.sblock h2{
	margin-bottom:90px;
}
.fblock .container{
	position:absolute;
	left:50%;
	top:20%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
h2{
	font-size:48px;
	color:#0b2d5b;
	font-weight:bold;
	text-transform:capitalize;
}
.desc{
	font-size:18px;
	line-height:30px;
}
.desc p{
	margin-bottom:60px;
}
.dropblock{
	padding-top:60px;
	padding-bottom:120px;
	background-size:100% auto;
	position:relative;
	z-index:1;
}
.dropblock h3{
	text-transform:capitalize;
	font-weight:bold;
	color:#0b2d5b;
	font-size:48px;
	margin-bottom:30px;
}
.dropblock .mtop{
	margin-top:120px;
}
.dropblock p{
	font-size:18px;
	line-height:24px;
}
a.logo{
	text-decoration:none;
	display:inline-block;
}
a.logo img
{
	margin-left: 1px;
    margin-top: 0px;
    transition: .7s all;
    height: 108px;
    width: 350px;

}
.scroll .logo img 
{
    width: 250px;
    transition: .7s all !important;
    height: 69px;
}
.scroll .topmenu ul li 
{
    float: right;
    margin-left: 30px;
    margin-top: 3px;
	transition: .7s all;
}
.logo span{
	color:#041a31;
	font-size:36px;
	text-transform:uppercase;
	font-weight:bold;
	vertical-align:top;
	margin:40px 0 17px 15px;
	display:inline-block;
}
.header.frtop .logo span{
	margin-top:21px;
}
.partners{
	background:url('images/wave_top.png')no-repeat top,url('images/wave_bottom.png')no-repeat center bottom,url('images/part_bg.jpg')no-repeat center;
	background-size:100% auto,100% auto,cover;
	padding:180px 0 180px;
	
}
.solutions{
	background:url('images/wave_bottom.png')no-repeat center bottom,url('images/wave_top.png')no-repeat center top,url('images/solutions_bg.jpg')no-repeat center;
	background-size:100% auto,100% auto,cover;
	padding:220px 0 180px;
	margin-top:-185px;
}
.nums{
	padding:220px 0;
	position:relative;
	background-size:100% auto;
	z-index:1;
	margin-top:-185px;
}
.partners h2{
	margin-bottom:30px;
	margin-top:60px;
}
.nums h2{
	margin-bottom:60px;
}
.num>div{
	margin-top:30px;
}
.num span{
	background:url('images/numdrop.jpg')no-repeat center;
	font-size:60px;
	color:#0b2d5b;
	font-weight:bold;
	padding:110px 0 40px;
	width:125px;
	display:inline-block;
}
.partners img{
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.partners a:hover img{
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.pts{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.pts>div{
	margin-top:60px;
}
.solutions h2{
	margin-bottom:30px;
}
.solutions .subhead{
	font-size:20px;
	line-height:24px;
	text-align:center;
	margin-bottom:30px;
}
.descr p{
	margin-bottom:15px;
	font-size:18px;
	line-height:24px;
}
.expertise{
	padding:220px 0;
	background-size:100% auto;
	margin-top:-185px;
	position:relative;
	z-index:1;
}
.expertise h2{
	margin-bottom:30px;
}
.expertise .subhead{
	margin-bottom:30px;
}
div[class^='exdrop']{
	margin-bottom:45px;
}
div.exdrop3{
	margin:0 auto;
	margin-top:60px;
	width:50%;
}
div[class^='exdrop'] h3{
	font-weight:bold;
	color:#0b2d5b;
	font-size:30px;
	margin:15px 0;
}
div[class^='exdrop'] p{
	font-size:18px;
	line-height:24px;
}
.projects{
	background:url('images/wave_bottom.png')no-repeat center bottom,url('images/wave_top.png')no-repeat center top,url('images/project_bg.jpg')no-repeat center;
	background-size:100% auto,100% auto,cover;
	padding:220px 0 180px;
	margin-top:-185px;
	position:relative;
	z-index:0;
}
.anim{
	position:relative;
	bottom:-100px;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
	opacity:0;
}
.anim.vis{
	bottom:0;
	opacity:1;
}
.mapconts{
	padding-top: 555px;
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
    /* margin-top: -33px; */
    background: url(/wp-content/themes/blankslate/images/3dmap.jpg) no-repeat center;
    background-size: cover;
	
}
.projects h2{
	margin-bottom:30px;
}
.projects .subhead{
	font-size:20px;
	margin-bottom:30px;
}
.mapconts h2{
	text-align:center;
	margin:30px 0;
}
.mapconts .subhead{
	margin-bottom:30px;
	text-align:center;
}
.footer .container{
	position:relative;
}
#gmap{
	height:600px;
	border-top:1px solid #d6d6d6;
	z-index:2;
	display:none;
}
.footer{
	background:#041a31;
	color:#fff;
	padding:30px 0;
	font-size:14px;
	font-weight:300;
	position:relative;
	z-index:2;
}
.footer .ttn{
	position:absolute;
	right:0;
	top:50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.footer .ttn a{
	color:#fff;
	text-decoration:none;
}
.footer .ttn img{
	vertical-align:middle;
	margin-top:-3px;
}
.lh h3{
	display:inline-block;
	text-transform:uppercase;
	font-size:24px;
	color:#0b2d5b;
	background:#fff;
	position:relative;
	z-index:1;
	padding-right:15px;
	margin-bottom:10px;
	font-weight:bold;
}
.conts{
	font-size:16px;
}
.countries{
	margin-bottom:60px
}
.ul>div{
	padding:20px 0;
	line-height:24px;
	padding-left:60px;
}
.ul>div a{
	color:#000;
	text-decoration:none;
}
.ul>div.addr{
	background:url('images/addr_ico.png')no-repeat left 9px center;
}
.ul>div.phones{
	background:url('images/phone_ico.png')no-repeat left 4px center;
}
.ul>div.mail{
	background:url('images/mail_ico.png')no-repeat left 6px center;
}
.ul>div.linkedin {
	background:url('/wp-content/uploads/2020/07/linked11.png')no-repeat left 6px center;
}
.lh{
	position:relative;
}
.lh:after{
	position:absolute;
	top:50%;
	left:0;
	content:'';
	width:100%;
	height:1px;
	background:#d6d6d6;
}
.project {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    height: 185px;
    min-width: 185px;
}
.project>img{
	width:100%;
}
.flexbot{
	display:flex;
	align-items:flex-end;
	padding:15px;
}
.params>div{
	padding-top:15px;
}
.botbuts a.readmore{
	font-size:14px;
	font-weight:bold;
	border:1px solid #0b2d5b;
	color:#0b2d5b;
	padding:8px 30px;
	border-radius:30px;
	margin-right:15px;
}
.botbuts{
	text-align:right;
}
.botbuts a.readmore:hover{
	background:#0b2d5b;
	color:#fff;
}
.botbuts a{
	vertical-align:bottom;
	display:inline-block;
	text-decoration:none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.params{
	text-align:left;
	font-size:16px;
}
.params b{
	font-weight:bold;
	color:#0b2d5b;
}
.nav-tabs{
	border-bottom:0;
	text-align:center;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
	margin:30px 4px;
	position:relative;
}
.nav-tabs:before{
	position:absolute;
	width:100%;
	border:1px solid #0b2d5b;
	height:50%;
	top:50%;
	left:0;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content:'';
	display:block;
	z-index:0;
}
.nav-tabs>li{
	margin:7px 0;
}
.nav-tabs>li>a{
	margin:0;
	line-height:16px;
	border-radius:20px;
	text-transform:capitalize;
	background:#fff;
	color:#0b2d5b;
	font-weight:bold;
	border:1px solid #0b2d5b;
	font-size:16px;
	padding:5px 40px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover,
.nav-tabs>li>a:hover{
	border-color:#0b2d5b;
	background-color:#0b2d5b;
	color:#fff;
}
.owl-prev,
.owl-next {
  width: 25px;
  height: 25px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  transform: rotate(-135deg);
}
.owl-prev{
	left:-45px;
}
.owl-next{
	right:-45px;
	transform: rotate(45deg);
}
.owl-prev:before,
.owl-next::before {
  content: '';
  width: 100%;
  height: 100%;
  border-width: 3px 3px 0 0;
  border-style: solid;
  border-color: #777777;
  transition: .2s ease;
  display: block;
  transform-origin: 100% 0;
}
.owl-prev:after,
.owl-next:after {
  content: '';
  float: left;
  position: relative;
  top: -90%;
  width: 100%;
  height: 100%;
  border-width: 0 3px 0 0;
  border-style: solid;
  border-color: #777777;
  transform-origin: 100% 0;
  transition: .2s ease;
}
.owl-prev:hover::after,
.owl-next:hover::after {
  transform: rotate(45deg);
  border-color: #777777;
  height: 120%;
}
.owl-prev:hover::before,
.owl-next:hover::before {
  border-color: #777777;
  transform: scale(0.8);
}
.fullproject{
	background:url('images/fullproject_bg.jpg')no-repeat center top;
	background-size:100% auto;
	padding-top:200px;
}
.fullproject h1{
	font-size:48px;
	color:#0b2d5b;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:30px;
}
.fullproject .subhead{
	text-align:center;
	margin-bottom:30px;
	font-size:20px;
}
.fullproject .project{
	margin-bottom:30px;
}
.fullproject .flexbot{
	padding:0;
	margin-bottom:60px;
}
.fulldesc{
	padding:0 15px;
	margin-bottom:30px;
	font-size:16px;
}
.fulldesc h4{
	font-weight:bold;
	color:#0b2d5b;
	margin-bottom:30px;
}
.fulldesc p{
	margin-bottom:30px;
	line-height:24px;
}
.prgal{
	background:#fff;
	border-radius:10px;
	margin-bottom:30px;
	padding:15px 0;
	box-shadow:0 0 24px rgba(4,26,49,.11);
	overflow:hidden;
}
.prgal a:hover img{
	opacity:.8;
}
.prgal a img{
	vertical-align:bottom;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.prgal>div:nth-child(odd){
	border-right:1px solid #ddd;
}
.prgal>div:nth-child(even){
	border-left:1px solid #ddd;
}
.bigdrop img{
	position:relative;
	z-index:1;
}
.bigdrop .mission_img,
.bigdrop .vision_img{
	position:absolute;
	top:27%;
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
	transition-delay:.5s;
}
.bigdrop .mission_img.vis,
.bigdrop .vision_img.vis{
	top:22%;
}
.bigdrop .vision_img{
	right:120px;
}
.bigdrop .vision_img.vis{
	right:15px;
}
.bigdrop .mission_img{
	left:120px;
}
.bigdrop .mission_img.vis{
	left:15px;
}
.bigdrop .mission_img:before,
.bigdrop .vision_img:before{
	width:100%;
	height:1px;
	content:'';
	position:absolute;
	top:75%;
	background:#0b2d5b;
	z-index:0;
}
.bigdrop .mission_img:before{
	-moz-transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	transform: rotate(15deg);
	left:75%;
}
.scroll .burger 
{
    width: 40px;
    height: 40px;
    transition: .7s all;
    margin-top: 22px;
}
.bigdrop .vision_img:before{
	-moz-transform: rotate(-15deg);
	-webkit-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	transform: rotate(-15deg);
	right:75%;
}
.burger {
  width: 50px;
  height: 50px;
  border-radius: 4px;
  z-index: 10;
  position:relative;
  z-index:2;
  background:#fff;
  float:right;
  border-radius:100px;
  margin-top:30px;
  box-shadow:0 0 13px rgba(4,26,49,.23);
  border:1px solid transparent;
  transition:.7s all;
}
.burger span {
  position: relative;
  margin-top: 9px;
  margin-bottom: 9px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -1px;
}
.burger span, .burger span::before, .burger span::after {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #2a2a2a;
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.burger span::before, .burger span::after {
  position: absolute;
  content: "";
}
.burger span::before {
  top: -5px;
}
.burger span::after {
  top: 5px;
}
.burger.clicked{
	border:1px solid #fff;
	background:#041a31;
}
.burger.clicked span {
  background-color: transparent;
}
.burger.clicked span::before {
  -webkit-transform: translateY(5px) rotate(45deg);
  -moz-transform: translateY(5px) rotate(45deg);
  -ms-transform: translateY(5px) rotate(45deg);
  -o-transform: translateY(5px) rotate(45deg);
  transform: translateY(5px) rotate(45deg);
}
.burger.clicked span::after {
  -webkit-transform: translateY(-5px) rotate(-45deg);
  -moz-transform: translateY(-5px) rotate(-45deg);
  -ms-transform: translateY(-5px) rotate(-45deg);
  -o-transform: translateY(-5px) rotate(-45deg);
  transform: translateY(-5px) rotate(-45deg);
}
.burger.clicked span:before, .burger.clicked span:after {
  background-color: #ffffff;
}
.burger:hover {
  cursor: pointer;
}
.header.active .topmenu{
	display:block;
}
.topmenu{
	display:none;
}
.topmenu ul 
{
    width: 85%;
}
.topmenu ul li{
	float:right;
	margin-left:30px;
	margin-top: 23px;
	transition: .7s all;
}
.topmenu ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    line-height: 25px;
    position: relative;
    text-decoration: none;
}
.topmenu ul li a:before{
	content:'';
	height:1px;
	width:0;
	background:#fff;
	bottom:-1px;
	right:0;
	display:block;
	position:absolute;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.topmenu ul li a.active:before,
.topmenu ul li a:hover:before{
	width:100%;
	right:auto;
	left:0;
}
.header .container {
    position: absolute;
    top: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	width: 100%;
}
.header.active{
	background:#041a31;
	height: 100%;
}
.iso{
	display:inline-block;
	margin-top:32px;
	margin-right:15px;
}

@keyframes pulse-2-5 {
  0% {
    opacity: .75;
    transform: scale(1);
  }
  25% {
    opacity: 0.75;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
.dot {
  border-radius: 50%;
  height: 12px;
  width: 12px;
  position:absolute;
}
.dot > span {
  animation: pulse-2-5 1s linear infinite;
  border-radius: 50%;
  display: block;
  height: 8px;
  width: 8px;
}
.dot > span > span {
  animation: pulse-2-5 1s linear infinite;
  border-radius: 50%;
  display: block;
  height: 8px;
  width: 8px;
}
.dot > span > span:after {
  animation: pulse-2-5 1s linear infinite;
  border-radius: 50%;
  content: '';
  display: block;
  height: 8px;
  width: 8px;
}
.dot.blue {
  background-color: #fff;
  border:2px solid #26B3FF;
}
.dot.blue span {
  background-color: rgba(85, 216, 232, 0.6);
}
.blinkmap{
	position:relative;
	display:inline-block;
}
.dot.blue span:after {
  background-color: rgba(85, 216, 232, 0.6);
}
.dot.a{
	top:22%;
	left:37%;
}
.dot.b{
	top:33%;
	left:44%;
}
.dot.c{
	top:42%;
	left:39%;
}
.dot.d{
	top:42%;
	left:49%;
}
.dot.e{
	top:41%;
	left:51%;
}
.dot.f{
	top:43%;
	left:58%;
}
.dot.g{
	top:52%;
	left:62%;
}
.sblock>img{
	width:100%;
}
.sol_text{
	margin-bottom:30px;
	text-align:center;
	    line-height: normal;
}
.solgalimgdesc{
	text-align:center;
	margin-top:15px;
	    line-height: normal;
}

/**********************
Quailty
**********************/

#quality
{
	    background: url(/wp-content/uploads/2018/11/eco-bg.png)no-repeat center;
    background-size: 100% auto,100% auto,cover;
    padding: 220px 0 300px;
    margin-bottom: -10%;
    margin-top: -24%;
    z-index: 9;
    position: relative;
}
#quality h2 
{
    text-align: center;
	padding-bottom: 60px;
}

.quality-desc 
{
    line-height: 30px;
    width: 60%;
    margin: 0 auto;
}
.quality-desc.row p 
{
    text-align: justify;
}


.quality-img.row 
{
    float: right;
}
/**********************
End Quailty
**********************/


/**********************
Clients
**********************/
a.bx-prev 
{
    display: none !important;
}


a.bx-next 
{
    display: none !important;
}


.clients
{
        background: url(/wp-content/uploads/2018/11/image-top.png)no-repeat center bottom;
    background-size: 100% auto,100% auto,cover;
    padding:100px 0 125px;
    margin-bottom: -7%;
    z-index: 99;
}
.partners .bx-wrapper {
    max-width: 100% !important;
}
.clients .bx-wrapper
{
	 max-width: 100% !important;
}
.bx-wrapper .bx-pager 
{

    position: relative !important;
    bottom: -30px !important;
}
/**********************
End Clients
**********************/

@media (min-width: 1300px) and (max-width: 1601px) {
body .mfp-content img.mfp-img {
    max-height: 800px !important;
}
}

@media (max-width: 767px) {
body .mfp-image-holder .mfp-close,
body .mfp-iframe-holder .mfp-close {
    right: 0 !important;
	top: 0 !important;
}
body .fblock .inner {
    background-size: 150% 100%;
}	
body .fblock .container {
    width: 100%;
}
body .fblock .subhead {
    font-size: 17px;
    text-align: left;
}	
body img.mfp-img {
    margin-top: 0 !important;
}	
.mfp-zoom-out-cur {
    overflow: hidden !important;
}	
body .mfp-image-holder .mfp-content {
    margin-top: 100px;
}	
}

@media (max-width: 500px) {	
	#ContactBgTop {padding:200px 0;}
	.topmenu ul li a{
	    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.5;
    position: relative;
    text-decoration: none;
}
	.topmenu ul li a.active:before {
    width: 100%;
    right: 0;
    left: 0;
    margin: 0 auto;
}
	#ContactBg {
		        margin-top: -55% !important;
	}
	.desc {padding-bottom:35px;}
	.quality-desc {
		    width: 100%;
		    text-align: center;
    text-align-last: justify;
	}
a.logo img {
padding-top: 20px;
padding-bottom: 20px;
	height:auto;
}
	.scroll .burger {
        width: 35px;
    height: 35px;
    transition: .7s all;
    margin-top: 25px;
}
	.quality-img img {
    width: 65% !important;
    float: none !important;
		margin-top: 25px;
}
	.quality-img.row {
    text-align: center;
}
	.mtop {
		text-align:center !important;
	}
	.scroll .logo img
	{
		height:auto;
		padding-top:4px;
	}
	.topmenu ul 
	{
    width: 100%;
	}
	.kiwi-logo-carousel img
	{
		width:150px !important;
	}
	.quality
	{
		padding-top:0px !important;
	}
	#quality
	{
    background: url(images/wave_bottom.png)no-repeat center bottom,url(images/wave_top.png)no-repeat center top,url(images/solutions_bg.jpg)no-repeat center;
    background-size: 100% auto,100% auto,cover;
    padding: 100px 0 100px;
    margin-top: 0px;
    margin-bottom: 0px;
	}
	.quality-img.row 
	{
		position: initial;
		margin:0 auto;
		display:table;
	}
	.partners h2
	{
		margin-top:0px;
		margin-bottom:0px;
	}
	.partners,
	.clients
	{
		    padding: 110px 0 0 0 !important;
	}
	.nums
	{
		padding: 60px 0 0 0 !important;
	}
}
@media (max-width: 992px) {
	.fblock{
		height:100%;
	}
	.logo span{
		display:none;
	}
	.nav-tabs:before,
	.dropblock img,
	.sblock>img,
	.nomob,
	body:before,body:after{
		display:none;
	}
.fblock h1 {
    font-size: 23px;
    line-height: normal;
}
body .fblock .subhead {
    margin: 12px auto 30px;
    line-height: normal;
}
	.sblock{
		background:none;
	}
	.descr p,
	.sblock .container{
		position:relative;
		text-align:center;
	}
	.sblock h2{
		margin:60px 0 30px;
	}
	.pts>div,
	.dropblock .mtop{
		margin-top:30px;
	}
	.desc p{
		margin-bottom:30px;
	}
	.dropblock{
		padding-top:30px;
	}
	h2{
		font-size:36px;
	}
	.nums{
		background:#fff;
	}
	div.exdrop3{
		margin-bottom:45px;
		width:100%;
	}
	.flexbot{
		display:block;
		padding:0;
	}
	.botbuts{
		margin-top:15px;
		text-align:left;
	}
	.botbuts a.pdf img{
		width:30px;
	}
	.mapconts{
		/*background:#fff;*/
	}
	.copyright{
		line-height:24px;
	}
	.prgal>div:nth-child(odd),
	.prgal>div:nth-child(even){
		border:0;
	}
	.prgal>div a img{
		margin-bottom:15px;
	}
	.prgal>div a:last-child img{
		margin-bottom:0;
	}
	.fullproject h1{
		font-size:36px;
		margin-bottom:15px;
	}
	.fullproject .project{
		padding:0;
	}
	.fullproject{
		padding-top:120px;
		background:none;
	}
	.topmenu ul li{
		float:none;
		margin-left: 0 !important;
	}
	.topmenu ul{
	    display: flex;
    flex-direction: column-reverse;
    margin-top: 0;
	}
	.footer {
		text-align-last: center;
	}
	.topmenu{
		text-align:center;
	}
	.header.active{
		min-height:100%;
		overflow:auto;
	}
	.fulldesc{
		padding:0;
	}
	.fulldesc h4{
		margin-bottom:15px;
	}
	.fullproject .flexbot{
		margin-bottom:30px;
	}
	.botbuts,
	.params{
		padding:0;
	}
	.footer .ttn{
		position:relative;
		margin-top:15px;
		transform:none;
	}
	.mapconts,
	.projects,
	.solutions,
	.expertise,
	.nums,
	.partners{
		padding:100px 0;
		margin:0;
	}
	.expertise,
	.dropblock{
		background:none;
		padding-bottom:60px;
	}
	.num{
		margin-bottom:30px;
	}
	.owl-next{
		right:-30px;
	}
	.owl-prev{
		left:-30px;
	}
	.fblock{
		background-attachment:inherit;
	}
}

#quality .quality {padding-top:150px;}
.header #LogoWhite {display:none;}
.header.container-fluid.active #LogoBlue {display:none}
.header.container-fluid.active #LogoWhite {display:block}
#ContactBg {
	background: url(/wp-content/uploads/2018/11/eco2-bg.png)no-repeat center;
    background-size: cover;
    padding: 180px 0 0;
    margin-bottom: 0;
    margin-top: -18%;
    z-index: 9;
}

 @media (min-width: 1380px) and (max-width: 2560px) { 
#ContactBg {
    background: url(https://eco.blackinkcode.com/wp-content/uploads/2018/11/eco2-bg.png)no-repeat center;
    background-size: cover;
    padding: 15% 0 7%;
    margin-bottom:0%;
    margin-top: -12%;
    z-index: 99;
    position: relative;
}
	 #quality {
		     background: url(https://eco.blackinkcode.com/wp-content/uploads/2018/11/eco-bg.png)no-repeat center;
    background-size: cover;
    padding: 9% 0 16%;
    margin-bottom: 0%;
    margin-top: -13%;
    z-index: 99;
    position: relative;
	 }
	 .partners,
	 .solutions,
	 .projects{
		 padding: 15% 0 10%;
	 }
	 
}

.quality-img img 
{
	float:right;
	padding-top:60px;
}

.LocationText {
	font-weight: bold;
    color: #00295c;
    text-decoration: underline;
}
.clients.gallery {
    margin-top: 130px;
}
.gallery .slick-slider .slick-list {
    min-height: 500px;
}
.gallery .msacwl-slide img.attachment-full,
.gallery .msacwl-carousel-slide img.attachment-large {
    height: auto !important;
}
.gallery .slick-slide {
    margin: 0 30px;
}
.gallery .msacwl-gallery-carousel .msacwl-gallery-caption,
.gallery .msacwl-gallery-carousel button.slick-prev,
.gallery .msacwl-gallery-carousel button.slick-next {
	display: none !important;
}
.gallery .msacwl-carousel-slide a {
    outline: none !important;
}
body .mfp-figure:after {
    box-shadow: none;
    background: transparent;
}
body img.mfp-img {
    max-height: 900px !important;
    margin-top: 100px;
}
body .msacwl-gallery-slider .slick-dots li button,
body .msacwl-gallery-carousel .slick-dots li button {
    background: #666666 !important;
	border: none !important;
}
body .msacwl-gallery-slider .slick-dots li.slick-active button,
body .msacwl-gallery-carousel .slick-dots li.slick-active button {
	background: #000000 !important;
}
.slick-dots {
    opacity: 0;
    transition: .7s all;
}
.msacwl-gallery-carousel:hover .slick-dots {
    opacity: 1;
    transition: .7s all;	
}
body .mfp-content {
    width: 100%;
}
body .mfp-counter {
    display: none;
}
body .mfp-image-holder .mfp-close,
body .mfp-iframe-holder .mfp-close {
    right: 25px;
    top: 120px;
    cursor: pointer !important;
    font-size: 40px;
    font-weight: normal;
}
body .mfp-close {
    width: 50px !important;
    text-align: center;
    padding: 0 !important;
    display: flex !important;
    justify-content: center;
	font-size: 0 !important;
}
body .mfp-close:after {
    content: "";
    background: url(/wp-content/uploads/2020/07/close-btn.png);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
}
.gallery h2 {
    text-transform: inherit;
}
body .mfp-gallery .mfp-image-holder .mfp-figure {
    align-items: center;
    justify-content: center;
    display: flex;
    height: 100%;
}
body .mfp-image-holder .mfp-content {
    height: 100%;
}
.topmenu ul {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
}
.no-scroll {
	overflow: hidden;
}