@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');

*{
    margin: 0;
    padding: 0;
    background-position: center;
    background-repeat: no-repeat;
    text-decoration: none;
    /* overflow-x:hidden; */
    overflow-y: visible;
    font-family: Arial, Helvetica, sans-serif ;
    
}

.back_to_top {
    position: fixed;
    bottom: 80px;
    right: 25px;
    z-index: 9999;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    border-radius: 2px;
    display: none;
    background: #4b4b4b;
    color: #ffe244;
  }
  
  .back_to_top:hover {
    background: #ffe244;
    color: #4b4b4b;
  }
  
  .back_to_top-show {
    display: block;
  }

nav > :first-child {
    margin-left: 40px;
    display: inline-block;
}

#ontop{
    top: 0;
    background-color: #ffe244;
    display: inline-block !important;
    padding-bottom: 5px;
    font-size: initial;
    line-height: 1;
    box-sizing: initial;
    width: 100%;
    overflow: visible !important;
}

.fblink{cursor: pointer; display: inline-block; margin:0px 2px;width:100px}

#ontop i {
    margin-left: 20px;
}



#scrolled{
    position: fixed;
    background-color: rgb(3, 0, 70);
    display: none;
    padding-bottom: 5px;
    transition: top .83s;
    left:0px;
    color: #ffe244;
    z-index: 10;
    font-size: initial;
    line-height: 1;
    box-sizing: initial;
    width: 100%;
    top: 0px;
}

.header-logo{
    background-image: url("../img/logo.png");
    background-size: 100% auto;
    width: 107px;
    height: 70px;
    display: inherit;
    margin-left: 65px;
    margin-top: 10px;
    cursor: pointer;
}

.header-info{
    color:#4b4b4b;
    display: block;
    padding-top: 13px;
    float: right;
    /* min-width: 670px; */
    margin-right: 10px; 
    font-size: 13px;
    margin-top: 10px;
}
.langSelect ul li{
    margin-left: 10px;
}
.langSelect ul {
    display: inline-flex;
    list-style: none;
}
.langSelect ul li img {
    width: 27px;
}
#ontop > nav .langSelect ul li a{
    padding: 5px;
    margin: 0;
}
.langSelect{
    width: 35%;
    text-align: right;
}
.menuTop{
    width: 60%;
}



.separator{
    background-color: grey;
    margin: 0px 10px 1px;
    margin-top: 50px;
    padding: 20px 1.25px;
   
}

.header-info > div{
    display: inline-block;
    margin: 1px 5px;
}

#ontop > nav{
    color:#ffe244;
    background-color: #4b4b4b;
    padding-top: 8.25px;
    padding-bottom: 8.25px;
    margin-bottom: 10px;
    margin-top: 10px;
    display: flex;
}

#ontop > nav a, .scrolled-nav{
    margin: 1px 10px;
    font-size: 13px;
    transition: color .5s;
    display: inline-block;
    vertical-align: top;
    padding: 11px;
    margin-left: 10px;
}

.scrolled-nav{
    padding-top: 25px;
}

#scrolled > a > i{
    font-size: 25px !important;
    vertical-align: top;
    margin-top: 20px;
    margin-right: 30px;
    margin-left: 30px;
    float: right;
    padding-top:0 !important;
    
}

#scrolled > i:hover{
    border-radius: 30px;
    cursor: pointer;
}

#ontop > nav a:hover, #scrolled > a:hover{
    cursor: pointer;
}

#scrolled > a:hover{
    cursor: pointer;
}

#scrolled > div{
    margin-right: 20px;
}

.langs{
    display: block;
    margin-right: 65px;
    float: right;
}

.lang-am{
    background-image: url("/img/arm.png");
    background-size: 20px 13px;
    width: 35px;
    height: 25px;
    padding-top: 14px !important;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    background-color: rgb(32, 30, 115);
}

.lang-en{
    background-image: url("/img/en.jpg");
    background-size: 20px 13px;
    width: 35px;
    height: 25px;
    padding-top: 14px !important;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    background-color: rgb(32, 30, 115);
}

.lang-ru{
    background-image: url("/img/rus.jpg");
    background-size: 20px 13px;
    width: 35px;
    height: 25px;
    padding-top: 14px !important;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    background-color: rgb(32, 30, 115);
}

.lang-cn{
    background-image: url("/img/china.png");
    background-size: 22px 14px;
    width: 35px;
    height: 25px;
    padding-top: 14px !important;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    background-color: rgb(32, 30, 115);
}


#slideimg{
    transition:background-image .75s;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    height: 80vh;
    width: 100%;
    background-color: #e5e5e5;
}


#about_us_text  {
    display: inline-block;
    width: calc(50% - 30px);
    margin: 10px;
    
}

#about_us_text h1 {
    display: inline-block;
}

#p1{
    /* margin-left: 50%; */
    font-size: 18px;
    display: inline-block;
    text-align: justify; 
    /* letter-spacing: 2px; */
    /* margin-right: 40px; */
    width: 100%;
}

#logo-blue{
    background-image: url("/img/logo_m.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width:50%;
    height: 160px;
    display: inline-block;
    margin-top: 70px;
    vertical-align: top;
    /* margin-left: 110px; */

}

.services{
    width: 100%;
    display: inline-block;
    height: 100%;
    text-align: center;
    background-color: #e5e5e5;
    padding-top: 40px;
}

service_h1

.desc{
    margin-top: -9px;
    font-size: 15px;
}

#div1{
	font-size: 20px;
}

#text1{
    display: inline-block;
    vertical-align: top;
    margin-top: 140px;
    margin-left: 4vw;
}

.servtext{
	letter-spacing: 1px !important;
	line-height: 1.8 !important;
    margin: 1em 0px;
    text-align: justify;
   
}

#p{
   font-size: 19px;
   font-weight: 549;
   margin-top: 35px;
   margin-left: 40px;
   letter-spacing: 1px;
}

#servlogo{
	margin-top: 50px;
	margin-left: 120px;
}

.mySlides{
    display:none;
    z-index: -1;
    height: 90%;
    overflow: hidden;
    width: 100%;
    background-size: 100%;
    margin: 0px auto;
    overflow: hidden;
    
}

#about_us_text > button{
    background-color:#ffe244;
    padding: 7px 3%;
    font-size: 15px;
    color: #4b4b4b;
    border: 2px solid #ffe244;
    border-radius: 4px;
	cursor: pointer;
}

#about_us_text > button:hover{
	background-color: #ffe244;
	color: #4b4b4b;
	border-color: black;
}

.w3-left, .w3-right, .w3-badge {cursor:pointer}
.w3-badge {height:13px;width:13px;padding:0}

.w3-center > button{
    background-color:#ffe244;
    padding: 12px 2%;
    font-size: 15px;
    color: #4b4b4b;
    border: 2px solid #ffe244;
    border-radius: 4px;
    font-weight: 400;
	cursor: pointer;
	margin-top: 110px !important; 
}

.w3-center > button:hover{
	background-color: #ffe244;
	color: #4b4b4b;
	border-color: black;
}

.w3-left, .w3-hover-text-khaki{
	margin-bottom: 50px !important;
}

footer{
	bottom: 0 !important;
}
.footer-items{
    display: flex;
    justify-content: center;
    color:white;
}

.footer-div{
    display: flex;
    justify-content: space-between;
}


.footer-distributed{
    flex-direction: column;
    display: flex;
    justify-content: space-between;
	background-color: #4b4b4b;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: 11px Sylfaen;
	padding: 30px 50px;
	margin-top: 1px;
    font-size:10.0000001px;
    line-height: 20px;
}

/*.footer-distributed .footer-left,*/
/*.footer-distributed .footer-center,*/
/*.footer-distributed .footer-right{*/
/*	display: inline-block;*/
/*	vertical-align: top;*/
    /* width:33% */
    /*margin:1px 4.5vw;*/
    /*color:white*/
/*}*/

/*.footer-right, .footer-center, .footer-links{*/
    /*margin:2px 7% !important;*/
/*}*/


#footer-separator {
    display: none;
}

@media screen and (max-width:1800px){
    .footer-right, .footer-center, .footer-links{
        /margin:2px 4% !important;
    }
}

@media screen and (max-width:1125px){
    .footer-right, .footer-center, .footer-links{
        margin:2px 1% !important;
    }
}

@media screen and (max-width:890px){
    .footer-right, .footer-center, .footer-links{
        /*margin:10px auto !important;*/
    }
    #footer-separator {
        display: block;
    }
    .footer-distributed {
        text-align: center;
    }
    .footer-left {
        /*margin-left: 55px !important;*/
    }
    #made_cont {
        /*margin-left: 0 !important;*/
    }
}

.footer-distributed .footer-left{
	/*margin-top: 20px;*/
    /*margin-left: 10px;*/
    /*margin-right: 8vw;*/
}

.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px 'Cookie', cursive;
	margin: 0;
}

.footer-distributed .footer-items img{
    height: 60px;
    display: inline-block;
    /*margin-top: 25px;*/
    /*margin-left: 5px !important;*/
}

.footer-distributed h3 span{
	color:  #ffe244;
}

.footer-distributed .footer-links{
	color:  #ffffff;
	/* margin: 20px 0 12px; */
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
}

.footer-distributed .footer-company-name{
	color:  white;
	/* font-size: 16px; */
	font-weight: normal;
	margin-top: 6%;
}

.footer-distributed .footer-center i{
	background-color:  #cdd4d8;
	color: #ffffff;
	/* font-size: 25px; */
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	/* font-size: 17px; */
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	/* font-size:14px; */
	line-height:2;
}

 .footer-links{
    /* position: relative;
    bottom: 61px;
    left: 180px; */
    display: inline-block;
    margin-top:30px;
    margin-left: 50px;
}

.footer-distributed .footer-center p a{
	color:  #ffe244;
	text-decoration: none;
}

.footer-distributed .footer-company-about{
	/* line-height: 20px; */
	color:  #ffffff;
	/* font-size: 16px; */
	font-weight: normal;
	/* margin-left: 230px; */
    /* margin-left: 100px; */
    float: right;
}

.footer-distributed .footer-company-about span{
	display: inline-block;
	color: white;
	/* font-size: 20px; */
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 30px;
}

.footer-center {
    margin: 0px 30px;
}

#footer_main:hover,#footer_about:hover,#footer_serv:hover{
    color:rgb(38, 177, 195) !important;
}

#made_cont{
    margin-top:60px;
    /*margin-left: calc(50.5% - 117px);*/
    display:inline-block;
    text-align: center;
}

#itcent{
	color: rgba(255, 255, 255, 0.774);
} 

#itcent > a{
    text-decoration: none;
    color: white;
	font-weight: 750;
    display: inline-block;
    transition: color .25s;
}


@media screen and (max-width:542px){
    .footer-links{
        left:180px;
    }
}


@media screen and (max-width:400px){
#ontop > nav a {
    font-size: 10px;
    padding: 5px 0;
    margin: 7px 2px;
}
.langSelect ul li img {
    width: 19px;
}



}


@media screen and (max-width: 890px) {
    .about_us_image{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .header-info span {
        display: none;
    }
    .header-logo {
        margin-left: 5px;
    }
    .separator {
        background-color: rgba(255, 255, 255, 0);
    }
    nav > :first-child {
        margin-left: 5px;
    }
    #about_us h1 {
        margin-top: 50px;
    }
    #about_us_text {
        margin: 20px;
        width: calc(100% - 40px);
    }
    #logo-blue {
        margin-top: 15px;
        
    }
    .footer-company-about {
        display: block;
    }
    #ontop i {
        margin-left:0px;
    }

    .footer-left, .footer-center, .footer-right{
        margin:0
    }
}
@media screen and (max-width: 640px) {
        .about_us_image{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .mySlides {
        height: 240px;
    }
    .w3-center {
        height: 70%;
    }
}

  @media screen and (max-width: 590px) {
          .about_us_image{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .langs {
        margin-top: 20px;
    }
    #scrolled i {
        /* display: none; */
        margin-left: 0px;
        margin-right: 25px;
    }
    #scrolled > a {
        margin: 0px;
    }
    #logo-blue {
        margin-top: 10px;
    }
}

@media screen and (max-width: 470px) {
        .about_us_image{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .header-logo {
        width: 20%;
        margin-right: 25px;
    }
    #scrolled i {
        display: none;
    }
    #scrolled a {
        padding: 25px 3px;
    }
    #logo-blue {
        margin-top: -20px;
    }
    .footer-center {
        margin-left: 0px;
        margin-right: 70px;
    }
}

@media screen and (max-width:950px) {
        .fblink{
        width:1px;
    }
    #ontop .fblink i{
        margin-left:-19px;
    }
    
    
    #text1{margin-top:10px; margin-left:0px; text-align: center !important; display: block;}
    #servlogo{margin-left:calc(50% - 120px); margin-top:10px;}

}



#loading{
    position: fixed;
    left: calc(50% - 50px);
    top:85px;
    background-color: rgb(32, 30, 115);
    display: inline-block;
    border-radius: 5px;
    height: 32px;
    border:2px solid rgb(3, 0, 70);
    display: none;
}

.dots{
    display: inline-block;
    background-color: rgb(3, 0, 70);
    border-radius: 55px;
    width: 15px;
    height: 15px;
    margin: 7px;
}

#dot1{
    animation: resize1 1s ease infinite ;
}

#dot2{
    animation: resize2 1s ease infinite;
}

#dot3{
    animation: resize3 1s ease infinite;
}

@keyframes resize1{
    0% {transform: scale(1.2);}
    30% {transform: scale(1.2);}
    40% {transform: scale(1);}
    90% {transform: scale(1);}
    100% {transform: scale(1.2);}
}

@keyframes resize2{
    30% {transform: scale(1);}
    40% {transform: scale(1.2);}
    60% {transform: scale(1.2);}
    70% {transform: scale(1);}
}

@keyframes resize3{
    60% {transform: scale(1);}
    70% {transform: scale(1.2);}
    90% {transform: scale(1.2);}
}
#slogan5{
    font-size: 60px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}

#services, #page_about {
    background-image: url("/img/bg_s.png");
    background-repeat:no-repeat;
    background-position: center;
    background-size: cover;
}
#page_about{
    height: 100vh;
    overflow: auto;
    padding: 50px 0; 
}
#services #p1 { text-align: left;}

#hero {
    background-image: url("/img/bg_s.png");
    background-repeat:no-repeat;
    background-position: center;
    background-size: cover;
    
    min-height: 48vw;
    width: 100%;
    text-align: center;
}

footer a:hover{color:#ffe244 !important}

.slogan {
    font-size: 21px;
    width: 60%;
    text-align: left;
    text-shadow: 3px 3px 3px grey;
    padding: 4vw;
}

#slogan1 {
    margin-left: 10%;
}

#slogan2 {
    margin-left: 20%;
}

#slogan3 {
    margin-top: 200px;
    margin-left: 5%;
}

#slogan4 {
    margin-left: 40%;
}

#certs {
    width: 100%;
    background-image: url("/img/bg_s.png");
    background-size: cover;
    background-attachment: fixed;
}

.cert {
    width: 70%;
    margin: 5% 15%;
}



@media screen and (max-width:800px){
    
    #slogan5{
        font-size: 33px;
    }
    .fblink{
        width:1px;
    }
    #ontop .fblink i{
        margin-left:-19px;
    }
    
    .footer-div{
        flex-direction: column;
    }
    .footer-items{
        margin-top:20px;
    }
    .footer-company-about > a{margin-left: 0px !important;}
    .slogan {
        padding: 5% 3% !important;
        margin-left: 0px !important;
        width: 96% !important;
        text-align: center  !important;
    }
    .menuTop {
        width: 70%;
    }
    .langSelect {
        width: 25%;
        text-align: right;
    }
    #page_about {
    height: auto;
}
h1 {
    font-size: 27px !important;
}
#logo-blue{
    display: none !important;
}    
    
}
