H1 {
font-family: 'Heebo', sans-serif;font-weight:100;
color: #414042;
}

H2 {
font-family: 'Heebo', sans-serif;font-weight: 100;
color: #414042;
}

H3 {
font-family: 'Heebo', sans-serif;font-weight: 100;
color: #414042;

}

H4 {
font-family: 'Heebo', sans-serif;font-weight: 100;
color: #414042;
}

H5 {
font-family: 'Heebo', sans-serif;font-weight: 100;
color: #414042;
}


a:link {
	text-decoration: none !important;
	color: #00c3cb;
}


a:visited {
	text-decoration: none !important;
}

a:hover {
	text-decoration: none !important;
}

a:active {
	text-decoration: none !important;
	color: #fff;
} 


img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
    }
section {
  border-bottom: 0px solid #999;
  text-align: center;
  padding: 0;
  width: 100%;
}
.icoWHITE{
	color: #fff;
	}

#HOME{height: 640px; width: 100%;}
	
#Quote01{
	width: 100%;
	height: 700px;
	color: #fe3f00;
	background-color:#fff;
	background:url(../images/quote-01.jpg) no-repeat ;
	background-position:center;
	background-color: #ececee;
}
.inquirysubject{
	width: 100%;
padding: 6px;
margin-top: 5px;
font-size: 15px;
border: 1px solid #A1A1A1;
}

.quote1-txt{
	padding-top: 100px;
	font-family:  "aw-conqueror-carved-one",sans-serif;
	font-weight: bold;
    font-size: 30px;
}
.quote1-name{
	padding-top: 0;
	font-family:  "aw-conqueror-carved-one",sans-serif;
	font-weight: bold;
    font-size: 1.5em;
}

#Quote02{
	width: 100%;
	color: #fe3f00;
	background-color:#ececee;
	height: 700px;
	padding:0 100px 0;
	background:url(../images/quote-02.jpg) no-repeat ;
	background-position:center;
	background-color: #ececee;
	margin: 0 auto;
}
.quote-container{
	margin: 0 auto;
	max-width: 1280px;
}
.quote2-txt{
	padding-top: 150px;
	padding-left: 50px;
	font-family:  "aw-conqueror-carved-one",sans-serif;
	font-weight: bold;
    font-size: 30px;
	text-align: left;
}
.quote2-name{
	padding-top: 0;
	padding-left: 50px;
	font-family:  "aw-conqueror-carved-one",sans-serif;
	font-weight: bold;
    font-size: 1.5em;
	text-align: left;
}

#Quote03{
	width: 100%;
	color: #fe3f00;
	height: 700px;
	padding: 50px;
	background:url(../images/quote-03.jpg) no-repeat ;
	background-position:center;
	background-color: #ded8d8;
}
.quote3-txt{
	padding-top: 250px;
	padding-left: 50px;
	font-family:  "aw-conqueror-carved-one",sans-serif;
	font-weight: bold;
    font-size: 30px;
	text-align:left;
}

#WESPECIALIZE{
	background-color: #3f4551;
}
.Specialize .container{
	/*padding-top: 50px;*/
/*	padding-bottom: 50px;
*/	margin-right: auto;
	margin-left: auto;
	padding: 0 20px 50px 20px;
}
.Specialize p{
	color: #fff;
	 font-family: 'Heebo', sans-serif;
	 font-size: 15px;
	 font-weight: 100;
	 text-align:left;
	 line-height: 1.5em;
	 margin-left: auto;
	 margin-right: auto;
}
.Specialize .Title{
	color: #fff;
    font-family: 'Heebo', sans-serif;
    font-size: 40px;
	font-weight:400;
	margin-top: 80px auto;
	text-align:center;
	text-transform:uppercase;
}
.Specialize .subTitle{
	color: #fff;
    font-family: 'Heebo', sans-serif;
    font-size: 24px;
	font-weight:400;
	margin-top: 80px auto;
	text-align:center;
	text-transform:uppercase;
}
.Specialize .serviceTitle{
	color: #000;
	text-align:left;
	font-size: 30px;
	padding: 0 0 5px;
	font-family: 'Heebo', sans-serif;
}
.Specialize .row{
	margin-left: auto;
	margin-right: auto;
	width: 1140px;
	/*width: 90%;*/
}
.Specialize .col{
	width: 50%;
	float:left;
	/*margin: 30px 10px 0;*/
	margin: 0;
	background-color: #f3f0dd;
	height: 379px;
	max-height: 500px;
	}
.Specialize .bg1{
	background-image: url("../images/63490112.jpg");
	background-repeat: no-repeat;
    background-position: 50% top;
	background-size: auto 430px;
}
.Specialize .bg2{
	background-image: url("../images/57640871.jpg");
	background-repeat: no-repeat;
    background-position: 50% top;
	background-size: auto 430px;
}
.Specialize .bg3{
	background-image: url("../images/38120286.jpg");
	background-repeat: no-repeat;
    background-position: 50% top;
	background-size: auto 430px;
}
.Specialize .bg4{
	background-image: url("../images/38745615.jpg");
	background-repeat: no-repeat;
    background-position: 50% top;
	background-size: auto 430px;
}
	
/* Icon Forward */
.Specialize .hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.Specialize .hvr-icon-forward:before {
  content: "\f178";
  position: absolute;
  right: 3em;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  }
.Specialize .hvr-icon-forward:hover:before, .hvr-icon-forward:focus:before, .hvr-icon-forward:active:before {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.Specialize .startbutton{
	color: #fff !important;
	margin-top: 25px;
	border: 1px solid #fff; 
	border-radius: 5px; 
	padding: 15px; 
	width: 280px; 
	text-align: center;
}
.Specialize .startbutton:hover{
	color: #333 !important;
	background-color: #fff;
	margin-top: 25px;
	border: 1px solid #fff; 
	border-radius: 5px; 
	padding: 15px; 
	width: 280px; 
	text-align: center;
}
#CREATIVEWEB{
	padding-top: 50px;
}
#SOFTWARE{
	padding-top: 50px;
}

#ABOUTUS{
	background: #3f4551;
	}

.About {
}
.About .container{
	padding-top: 50px;
	padding-bottom: 50px;
	margin-right: auto;
	margin-left: auto;

 }

.About .Title{
	color: #fff;
    font-family: 'Heebo', sans-serif;
    font-size: 40px;
	font-weight:400;
	margin-top: 40px auto;
	text-align:center;
	text-transform:uppercase;
}
.About .pTitle{
	color: #fff;
	text-align:left;
	font-size: 24px;
	font-weight: 400;
	padding: 10px 0;
	font-family: 'Heebo', sans-serif;
}
.About .subTitle{
	color: #fff;
	text-align:left;
	font-size: 20px;
	/*padding: 10px 0 10px;*/
}

.About .heading{
	color: #333;
	text-align:left;
	font-size: 1.3em;
	padding: 10px 0 10px;
}

.About .col-left{
	width:80%;
	float: left;
	border-right: 1px solid #e8e8e8;
	padding: 0 50px 20px 0;
}

.About .col-right{
	width: 20%;
	float: right;
	padding: 20px 0 20px 0;
}

.About .link{
	font-family: 'Heebo', sans-serif;	font-size: 15px;
	font-weight: 400;
	text-align:left;
	width: 100%;
	padding: 10px 20px 10px;
	}
	
.About .link:hover{
	width: 100%;
	background-color: #00c3cb;
	}
	
.About p{
	 color: #fff;
	 font-family: 'Heebo', sans-serif;
	 font-size: 15px;
	 font-weight: 100;
	 text-align:left;
	 line-height: 1.5em;
	 margin-left: auto;
	 margin-right: auto;
}
 
.About ul{
	margin-left: 0;
	margin-right: 70px;
	color: #333;
	font-family: 'Heebo', sans-serif;	font-size: 15px;
	font-weight: 100;
	text-align:left;
	line-height: 1.5em;
	list-style:inherit;
}

.About li{
	padding: 0 0 20px 0;
	width: 100%;
	font-family: 'Heebo', sans-serif;
	color: #fff;
	margin-left: 20px;
	}
.About .row{
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
.About .col{
	width: 25%;
	float:left;
	padding: 20px 0 0;
	height: 200px;
	}
.About .col:hover{
	width: 25%;
	float:left;
	padding: 20px 0 0 ;
	background-color: #282e39;
	border-radius: 10px;
	height: 200px;
	}

#OURTEAM{
	background-color: #3f4551;
}

#div-1 {
 position:relative;
}
#div-1a {
 position:absolute;
 bottom:380px;
 left:200px; 
 background-color: #feb300;
border-radius: 55px;
	 height:90px;
	 width: 90px;
	 text-align:center;
	 padding-top: 25px;
  }
span.align{
}
span.add-label{
 display:none;
 padding-top: 25px;
 line-height: 1em;
}

 #div-1a:hover {
 background-color: #00c3cb;
	 border-radius: 80px;
	 height:160px;
	 width: 160px;
	 text-align:center;
	 padding-top: 30px;
 }
#div-1a:hover span.align{
 display:none;
}
#div-1a:hover span.add-label{
 display:block;
}
 #div-1a a {
	 font-size: 30px;
	 font-family: 'Heebo', sans-serif;
	 text-transform:uppercase;
	 color: #fff; 
 }
#div-1b {
 position:absolute;
 bottom:160px;
 right:180px;
 background-color: #feb300;
	 border-radius: 55px;
	 height:90px;
	 width: 90px;
	 text-align:center;
	 padding-top: 25px;
}
span.align{
}
span.add-label{
 display:none;
 font-size: 0.8em;
 padding-top: 25px;
 line-height: 1.3em;
}
#div-1b:hover {
background-color: #00c3cb;
	 border-radius: 80px;
	 height:160px;
	 width: 160px;
	 text-align:center;
	 padding-top: 30px;
 }
#div-1b:hover span.align{
 display:none;
}
#div-1b:hover span.add-label{
 display:block;
}
 #div-1b a {
	 font-size: 30px;
	 font-family: 'Heebo', sans-serif;
	 text-transform:uppercase;
	 color: #fff;
	 
 }
.OurTeam .container{
	padding-top: 50px;
	padding-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
}
.OurTeam p{
	 color: #fff;
	 font-family: 'Heebo', sans-serif;
	 font-size: 15px;
	 font-weight: 100;
	 text-align:left;
	 line-height: 1.5em;
	 margin-left: auto;
	 margin-right: auto;
}
.OurTeam .Title{
	color: #fff;
    font-family: 'Heebo', sans-serif;
    font-size: 40px;
	font-weight:400;
	margin-top: 20px auto;
	text-align:center;
	text-transform:uppercase;
}
.OurTeam .subTitle{
	color: #fff;
	text-align:center;
	font-size: 25px;
	padding: 0 0 15px;
	font-family: 'Heebo', sans-serif;
}
.OurTeam .row{
	margin: auto;
	width: 90%;
}
.OurTeam .col{
	width: 18%;
	float:left;
	margin: 30px 10px 0;
	}
.OurTeam .col .topBlue{
	background-color: #00c3cb;
	}
.OurTeam .col .topYellow{
	background-color: #feb300;
	}
.OurTeam .col .bottom{
	background-color: #fff;
	}
#CAREER{
	background-color: #3f4551;
}
.Career a:hover{
	color: #feb300;
}

.Career .container{
	padding-top: 50px;
	padding-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
}
.Career p{
	 color: #fff;
	 font-family: 'Heebo', sans-serif;
	 font-size: 15px;
	 font-weight: 100;
	 text-align:left;
	 line-height: 1.5em;
	 margin-left: auto;
	 margin-right: auto;
	}
.Career .Title{
	color: #fff;
    font-family: 'Heebo', sans-serif;
    font-size: 40px;
	font-weight:400;
	margin-top: 40px auto;
	text-align:center;
	text-transform:uppercase;
}
.Career .subTitle{
	color: #fff;
	text-align:center;
	font-size: 25px;
	padding: 0 0 15px;
	font-family: 'Heebo', sans-serif;
}
.Career .row{
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
.Career .col{
	width: 23%;
	float:left;
	margin: 30px 10px 0;
	}
.Career .col a{
	color: #fff;
	font-family: 'Heebo', sans-serif;
	font-size: 20px;
}
.Career .col a:hover{
	color: #fff !important;
	}
.Career .col .topBlue{
	background-color: #00c3cb;
	padding: 10px;
	height: 75px;
	
	}
.Career .col .topYellow{
	background-color: #feb300;
	padding: 10px;
	height: 75px;
	}
.vacancy-main-bg{
	background-image: url("../images/hire-chair.jpg");
	background-repeat: no-repeat;
    background-position: 50% bottom;
	background-size: 100%;
	height: 600px;
}
.Vacancy .container{
	margin: 0 auto !important;
}
.Vacancy .row{
	width: 100%;
	margin: 50px auto 0 !important;

}
.Vacancy .Title{
	color: #333;
	font-size: 40px;
	font-weight: 400;
	padding: 30px 0 0;
	font-family: 'Heebo', sans-serif;
	text-align:center;
}
.Vacancy p{
	color: #333;
	 font-family: 'Heebo', sans-serif;
	 font-size: 15px;
	 font-weight: 100;
	 text-align:left;
	 line-height: 1.5em;
	padding: 10px 10px 0 !important;
	margin: 0 auto !important;
}
.Vacancy a{
	color: #333;
}
.Vacancy a:hover{
	color: #00c3cb;
}


#CONTACT{
		background-color: #3f4551;
}

/*.Contact {
}
*/
.Contact a:hover{
	color: #feb300;
}
.Contact .container{
	padding-top: 50px;
	padding-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
 }
.Contact .row{
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

.Contact .Title{
	color: #fff;
	text-align:center;
	font-size: 40px;
	font-weight: 400;
	padding: 10px 0 20px;
	font-family: 'Heebo', sans-serif;
	text-transform:uppercase;
}

.Contact .subTitle{
	color: #fff;
	text-align:left;
	font-size: 20px;
	padding: 10px 0 10px;
}

.Contact p{
	  color: #fff;
	 font-family: 'Heebo', sans-serif;
	 font-size: 15px;
	 font-weight: 100;
	 text-align:left;
	 line-height: 1.5em;
	 margin-left: auto;
	 margin-right: auto;
}

.Contact .address{
	width: 50%;
	float: left; 
}

.Contact .address .ico-col{
	width: 15%;
	float: left;
	margin: 10px 5px;
	height: 100px;
	}
.Contact .address .info-col{
	width: 75%;
	float: left;
	font-family: 'Heebo', sans-serif;
	margin: 15px 0 0;
}
.Contact .form{
	width: 50%;
	float: right; 
}
.Contact .info-text{
	color: #fff;
	 font-family: 'Heebo', sans-serif;
	 font-size: 15px;
	 font-weight: 100;
	 text-align:left;
	 line-height: 1.5em;
}
.Contact .text{
	color: #fff;
	 font-family: 'Heebo', sans-serif;
	 font-size: 15px;
	 font-weight: 100;
	 text-align:left;
	 line-height: 1.5em;
}

footer{
	width: 100%;
	background-color: #f8f8f8;
	}
.footer-container{
	max-width: 1280px;
	margin: 0 auto;
	text-align:center;
}
.footer-copyright {
	font-family: 'Heebo', sans-serif;	font-weight:100;
	font-size:12px;
	color: #000;
	padding:10px;
	}
	
.back2Top{
	text-align: right;
	font-family: 'Heebo', sans-serif;	font-weight:100;
	font-size:14px;
	padding: 20px;
	}
.back2Top a{
	color: #fff;
}
.back2Top a:hover{
	color: #00c3cb;
}
.social-nav{
	width: 100%;
	height: 80px;
	margin: 30px 0;
}
.social-nav ul{
	margin: 0;
}
.social-nav ul li{
	display: inline-block;
	padding: 3px 2px;
    width: 50px;
    position: relative;
	margin: 0 10px;
}
.clear{
	width:100%;
	display:inline-block;
	height:0px;
}


@media screen and (max-width: 1024px) {

.quote3-txt{
	padding-top: 200px;
	font-family:  "aw-conqueror-carved-one",sans-serif;
	font-weight: bold;
    font-size: 30px;
	text-align:left;
	width: 450px;
}
.About .container{
	padding: 50px 0;
	}
.About .Title{
	color: #fff;
    font-family: 'Heebo', sans-serif;
    font-size: 30px;
	font-weight:400;
	margin-top: 40px auto;
	text-align:center;
	text-transform:uppercase;
}
.OurTeam .Title{
	color: #fff;
    font-family: 'Heebo', sans-serif;
    font-size: 30px;
	font-weight:400;
	margin-top: 40px auto;
	text-align:center;
	text-transform:uppercase;
}
.Contact .Title{
	color: #fff;
    font-family: 'Heebo', sans-serif;
    font-size: 30px;
	font-weight:400;
	margin-top: 40px auto;
	text-align:left;
	text-transform:uppercase;
}

.OurTeam .container{
	padding: 50px 0;
}

#div-1 {
 position:relative;
}
#div-1a {
 position:absolute;
 bottom:380px;
 left:185px; 
 background-color: #feb300;
border-radius: 55px;
	 height:90px;
	 width: 90px;
	 text-align:center;
	 padding-top: 25px;
  }
span.align{
}
span.add-label{
 display:none;
 padding-top: 25px;
 line-height: 1em;
}

 #div-1a:hover {
 background-color: #00c3cb;
	 border-radius: 80px;
	 height:160px;
	 width: 160px;
	 text-align:center;
	 padding-top: 30px;
 }
#div-1a:hover span.align{
 display:none;
}
#div-1a:hover span.add-label{
 display:block;
}
 #div-1a a {
	 font-size: 30px;
	 font-family: 'Heebo', sans-serif;
	 text-transform:uppercase;
	 color: #fff; 
 }
#div-1b {
 position:absolute;
 bottom:150px;
 right:160px;
 background-color: #feb300;
	 border-radius: 55px;
	 height:90px;
	 width: 90px;
	 text-align:center;
	 padding-top: 25px;
}
span.align{
}
span.add-label{
 display:none;
 font-size: 0.8em;
 padding-top: 25px;
 line-height: 1.3em;
}
#div-1b:hover {
background-color: #00c3cb;
	 border-radius: 80px;
	 height:160px;
	 width: 160px;
	 text-align:center;
	 padding-top: 30px;
 }
#div-1b:hover span.align{
 display:none;
}
#div-1b:hover span.add-label{
 display:block;
}
 #div-1b a {
	 font-size: 30px;
	 font-family: 'Heebo', sans-serif;
	 text-transform:uppercase;
	 color: #fff;
	 
 }
	
.Specialize .container{
	padding: 50px 0;
	margin-right: auto;
	margin-left: auto;
}
.Specialize p{
	margin: 0 auto;
}
#WEBAPP img{width: 70%;}
#MOBILEAPP img{width: 70%;}
#SOFTWARE img{width: 70%;}
.Specialize .Title{
	color: #fff;
    font-family: 'Heebo', sans-serif;
    font-size: 30px;
	font-weight:400;
	margin-top: 40px auto;
	text-align:center;
	text-transform:uppercase;
}
.Specialize .subTitle{
	color: #fff;
	text-align:center;
	font-size: 20px;
	padding: 0 0 15px;
	font-family: 'Heebo', sans-serif;
}
.Specialize .row{
	margin-left: auto;
	margin-right: auto;
	width: 95%;
}
.Specialize .col{
	width: 50%;
	float:left;
	margin: 0;
	height: 360px;
	}

.Specialize .bg3 {
    background-image: url(../images/38120286.jpg);
    background-repeat: no-repeat;
    background-position: 50% top;
    background-size: auto 400px;
}
.Career .container{
	padding: 50px 0;
	}
.Career p{
	 color: #fff;
	 font-family: 'Heebo', sans-serif;
	 font-size: 15px;
	 font-weight: 100;
	 text-align:left;
	 line-height: 1.5em;
	 margin-left: auto;
	 margin-right: auto;
}
.Career .Title{
	color: #fff;
    font-family: 'Heebo', sans-serif;
    font-size: 30px;
	font-weight:400;
	margin-top: 20px auto;
	text-align:center;
	text-transform:uppercase;
}
.Career .subTitle{
	color: #fff;
	text-align:center;
	font-size: 25px;
	padding: 0 0 15px;
	font-family: 'Heebo', sans-serif;
}
.Career .row{
	margin: auto;
	width: 95%;
}
.Career .col{
	width: 22%;
	float:left;
	margin: 30px 10px 0;
	}
.Career .col a{
	color: #fff;
	font-family: 'Heebo', sans-serif;
	font-size: 18px;
}
.Career .col .topBlue{
	background-color: #00c3cb;
	padding:5px;
	height: 60px;
	
	}
.Career .col .topYellow{
	background-color: #feb300;
	padding: 5px;
	height: 60px;
	}
	
.vacancy-main-bg{
	background-image: url("../images/hire-chair.jpg");
	background-repeat: no-repeat;
    background-position: 50% bottom;
	background-size:cover;
	
}
.Vacancy .container{
	margin-left: auto !important;
	margin-right: auto !important;
/*
	width: 1000px;
*/
}
.Vacancy .row{
	width:100%;
	margin: 0 auto !important;

}
.Vacancy .Title{
	color: #333;
	text-align:center;
	font-size: 30px;
	font-weight: 400;
	padding: 30px 0 0;
	font-family: 'Heebo', sans-serif;
}
.Vacancy p{
	color: #333;
	 font-family: 'Heebo', sans-serif;
	 font-size: 15px;
	 font-weight: 100;
	 text-align:left;
	 line-height: 1.5em;
	padding: 20px 5px 0 !important;
	margin: 0 auto !important;
}
}

@media screen and (max-width: 768px) {
#Quote02{
	width: 100%;
	color: #fe3f00;
	background-color:#ececee;
	padding: 20px 50px 0;
	height: 660px;
	background:url(../images/quote-02.jpg) no-repeat ;
	background-position:center bottom;
	background-size: 1068px auto;
}
.quote2-txt{
	padding: 100px 0 0;
}
.quote2-name{
	padding: 0;
}
	
.quote3-txt{
	padding-top: 200px;
	font-family:  "aw-conqueror-carved-one",sans-serif;
	font-weight: bold;
    font-size: 30px;
	text-align:left;
	width: 350px;
	padding-left: 0;
}
.Specialize .serviceTitle {
    font-size: 28px;
}
#WEBAPP img{width: 90%;}
#MOBILEAPP img{width: 90%;}
#SOFTWARE img{width: 90%;}
.About {
	padding: 0 20px;
}
.About .col-right{width: 25%;}
.About .col-left{width: 75%}
.Career {
	padding: 0 20px;
}
.Specialize .container{
	padding: 50px 0;
	margin-right: auto;
	margin-left: auto;
	width: 95%
}
.Specialize p{
	margin: 0 auto;
}
.Specialize .Title{
	color: #fff;
    font-family: 'Heebo', sans-serif;
    font-size: 30px;
	font-weight:400;
	margin-top: 40px auto;
	text-align:center;
	text-transform:uppercase;
}
.Specialize .subTitle{
	color: #fff;
	text-align:center;
	font-size: 20px;
	padding: 0 0 15px;
	font-family: 'Heebo', sans-serif;
}
.Specialize .row{
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	clear:both;
}
.Specialize .col{
	width: 50%;
	float:left;
	margin: 0;
	height: 430px;
	}
.Specialize .bg1{
	background-image: url("../images/63490112.jpg");
	background-repeat: no-repeat;
    background-position: 50% top;
	background-size: auto 430px;
}
.Specialize .bg2{
	background-image: url("../images/57640871.jpg");
	background-repeat: no-repeat;
    background-position: 50% center;
	background-size: auto 430px;
}
.Specialize .bg3{
	background-image: url("../images/38120286-360.jpg");
	background-repeat: no-repeat;
    background-position: 50% center;
	background-size: auto  430px;
}
.Specialize .bg4{
	background-image: url("../images/38745615.jpg");
	background-repeat: no-repeat;
    background-position: 50% top;
	background-size: auto 430px;
}
.Career .col .topBlue{
	background-color: #00c3cb;
	padding:5px;
	height: 90px;
	
	}
.Career .col .topYellow{
	background-color: #feb300;
	padding: 5px;
	height: 90px;
	}
#div-1 {
 position:relative;
}
#div-1a {
 position:absolute;
 bottom:270px;
 left:150px; 
 background-color: #feb300;
	 border-radius: 55px;
	 height:40px;
	 width: 40px;
	 text-align:center;
	 padding-top: 10px;
 
 }
 #div-1a:hover {
 background-color: #00c3cb;
	 border-radius: 55px;
	 height:40px;
	 width: 40px;
	 text-align:center;
	 padding-top: 5px;
 }
 span.align{
}
span.add-label{
 display:none;
 font-size: 0.7em;
 line-height: 1.0em;
}

 #div-1a:hover {
 background-color: #00c3cb;
	 border-radius: 80px;
	 height:80px;
	 width: 80px;
	 text-align:center;
 }
#div-1a:hover span.align{
 display:none;
}
#div-1a:hover span.add-label{
 display:block;
}
 
 #div-1a a {
	 font-size: 1.2em;
	 font-family: 'Heebo', sans-serif;
	 text-transform:uppercase;
	 color: #fff;
	 
 }
 
#div-1b {
 position:absolute;
 bottom:120px;
 right:140px;
 background-color: #feb300;
	 border-radius: 55px;
	 height:40px;
	 width: 40px;
	 text-align:center;
	 padding-top: 10px;
}
#div-1b:hover {
  background-color: #00c3cb;
	 border-radius: 55px;
	 height:40px;
	 width: 40px;
	 text-align:center;
	 padding-top: 5px;
}
 span.align{
}
span.add-label{
 display:none;
 font-size: 0.7em;
 line-height: 1.0em;
}

 #div-1b:hover {
 background-color: #00c3cb;
	 border-radius: 80px;
	 height:80px;
	 width: 80px;
	 text-align:center;
 }
#div-1b:hover span.align{
 display:none;
}
#div-1b:hover span.add-label{
 display:block;
}
 #div-1b a {
	 font-size: 1.2em;
	 font-family: 'Heebo', sans-serif;
	 text-transform:uppercase;
	 color: #fff;
	 
 }
 .Vacancy .container{
	margin-left: auto !important;
	margin-right: auto !important;
	width: 100% !important;
}
.Vacancy .row{
	width:100%;
	padding: 0 10px;
	margin: 0 auto !important;
}
.Vacancy .Title{
	color: #333;
	text-align:left;
	font-size: 30px;
	font-weight: 400;
	font-family: 'Heebo', sans-serif;
}
.Vacancy p{
	color: #333;
	 font-family: 'Heebo', sans-serif;
	 font-size: 15px;
	 font-weight: 100;
	 text-align:left;
	 line-height: 1.5em;
	padding: 20px 0 0 !important;
	margin: 0 auto !important;
}
	.vacancy-main-bg{
	background-image: url("../images/hire-chair.jpg");
	background-repeat: no-repeat;
    background-position: 50% bottom;
	background-size: 100%;
		background-color: #f1f1f1;
	height: 560px;
}

}

@media screen and (max-width: 640px) {	
.Specialize .container{
	padding-top: 50px;
	padding-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
}
.Specialize p{
	margin: 0 auto;
}
.Specialize .Title{
	color: #fff;
    font-family: 'Heebo', sans-serif;
    font-size: 30px;
	font-weight:400;
	margin-top: 40px auto;
	text-align:center;
	text-transform:uppercase;
}
.Specialize .subTitle{
	color: #fff;
	text-align:center;
	font-size: 20px;
	padding: 0 0 15px;
	font-family: 'Heebo', sans-serif;
}
.Specialize .row{
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	clear:both;
}
.Specialize .col{
	width: 100%;
	float:left;
	margin: 0;
	height: 350px;
	}
.Specialize .bg1{
	height: 380px;
	background-image: url("../images/63490112.jpg");
	background-repeat: no-repeat;
    background-position: 50% center;
	background-size: 640px ;
}
.Specialize .bg2{
	height: 380px;
	background-image: url("../images/57640871.jpg");
	background-repeat: no-repeat;
    background-position: 50% center;
	background-size: 640px ;
}
.Specialize .bg3{
	height: 380px;
	background-image: url("../images/38120286.jpg");
	background-repeat: no-repeat;
    background-position: 50% center;
	background-size: 640px  ;
}
.Specialize .bg4{
	height: 380px;
	background-image: url("../images/38745615.jpg");
	background-repeat: no-repeat;
    background-position: 50% top;
	background-size: 640px ;
}
.About .container{
	padding-top: 50px;
	padding-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
	width: 95%;
}
.About p{
	 color: #fff;
	 font-family: 'Heebo', sans-serif;
	 font-size: 15px;
	 font-weight: 100;
	 text-align:left;
	 line-height: 1.5em;
	 margin-left: auto;
	 margin-right: auto;
}

.OurTeam .container{
	padding-top: 50px;
	padding-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
}
.OurTeam p{
	 color: #fff;
	 font-family: 'Heebo', sans-serif;
	 font-size: 15px;
	 font-weight: 100;
	 text-align:left;
	 line-height: 1.5em;
	 margin-left: auto;
	 margin-right: auto;
}
.OurTeam .Title{
	color: #fff;
    font-family: 'Heebo', sans-serif;
    font-size: 30px;
	font-weight:400;
	margin-top: 20px auto;
	text-align:center;
}
#div-1 {
 position:relative;
}
#div-1a {
 position:absolute;
 bottom:250px;
 left:125px; 
 background-color: #feb300;
	 border-radius: 55px;
	 height:40px;
	 width: 40px;
	 text-align:center;
	 padding-top: 10px;
 
 }
 #div-1a:hover {
 background-color: #00c3cb;
	 border-radius: 55px;
	 height:40px;
	 width: 40px;
	 text-align:center;
	 padding-top: 5px;
 }
 span.align{
}
span.add-label{
 display:none;
 font-size: 0.7em;
 line-height: 1.0em;
}

 #div-1a:hover {
 background-color: #00c3cb;
	 border-radius: 80px;
	 height:80px;
	 width: 80px;
	 text-align:center;
 }
#div-1a:hover span.align{
 display:none;
}
#div-1a:hover span.add-label{
 display:block;
}
 
 #div-1a a {
	 font-size: 1.2em;
	 font-family: 'Heebo', sans-serif;
	 text-transform:uppercase;
	 color: #fff;
	 
 }
 
#div-1b {
 position:absolute;
 bottom:105px;
 right:125px;
 background-color: #feb300;
	 border-radius: 55px;
	 height:40px;
	 width: 40px;
	 text-align:center;
	 padding-top: 10px;
}
#div-1b:hover {
  background-color: #00c3cb;
	 border-radius: 55px;
	 height:40px;
	 width: 40px;
	 text-align:center;
	 padding-top: 5px;
}
 span.align{
}
span.add-label{
 display:none;
 font-size: 0.7em;
 line-height: 1.0em;
}

 #div-1b:hover {
 background-color: #00c3cb;
	 border-radius: 80px;
	 height:80px;
	 width: 80px;
	 text-align:center;
 }
#div-1b:hover span.align{
 display:none;
}
#div-1b:hover span.add-label{
 display:block;
}
 #div-1b a {
	 font-size: 1.2em;
	 font-family: 'Heebo', sans-serif;
	 text-transform:uppercase;
	 color: #fff;
	 
 }

.Career .container{
	padding-top: 50px;
	padding-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
	width: 95%;
}
.Career p{
	 color: #fff;
	 font-family: 'Heebo', sans-serif;
	 font-size: 15px;
	 font-weight: 100;
	 text-align:left;
	 line-height: 1.5em;
	 margin-left: auto;
	 margin-right: auto;
}
.Career .Title{
	color: #fff;
    font-family: 'Heebo', sans-serif;
    font-size: 30px;
	font-weight:400;
	margin-top: 20px auto;
	text-align:center;
}
.Career .subTitle{
	color: #fff;
	text-align:center;
	font-size: 25px;
	padding: 0 0 15px;
	font-family: 'Heebo', sans-serif;
}
.Career .row{
	margin: auto;
	width: 90%;
}
.Career .col{
	width: 21%;
	float:left;
	margin: 30px 10px 0;
	}
.Career .col a{
	color: #fff;
	font-family: 'Heebo', sans-serif;
	font-size: 18px;
}
.Contact .container{
	padding-top: 50px;
	padding-bottom: 50px;
	padding-right: 0;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
}
.Contact p{
	 color: #fff;
	 font-family: 'Heebo', sans-serif;
	 font-size: 15px;
	 font-weight: 100;
	 text-align:left;
	 line-height: 1.5em;
	 margin-left: auto;
	 margin-right: auto;
}
 .Contact .Title{
	color: #fff;
    font-family: 'Heebo', sans-serif;
    font-size: 25px;
	font-weight:400;
	margin-top: 0 auto !important;
	text-align:center;
	text-transform:uppercase;
}
.Contact .subTitle{
	color: #fff;
	font-size: 20px;
	padding: 0;
	text-align: center;
}
.Contact .form{
	width: 45%;
	float: right; 
}
.Contact .address{
	width: 50%;
	margin-left: 0;
	margin-right: 0;
}

.Contact .address .ico-col{
	width: 50px;
	margin-left: 100px;
	margin-right: 100px;
	height: 50px;
}
.Contact .address .info-col{
	width: 90%;
	font-family: 'Heebo', sans-serif;
	margin: 5px 0;
	text-align:center;
}
.Contact .info-text{
	color: #fff;
	 font-family: 'Heebo', sans-serif;
	 font-size: 15px;
	 font-weight: 100;
	 text-align:left;
	 line-height: 1.5em;
	 text-align:center;
}

.Contact .text{
	width: 100%;
	color: #fff;
	 font-family: 'Heebo', sans-serif;
	 font-size: 15px;
	 font-weight: 100;
	 line-height: 1.5em;
}
.Vacancy .container{
	margin-left: auto !important;
	margin-right: auto !important;
}
.Vacancy .row{
	width: 100%;
	margin: 0 auto !important;

}
.Vacancy .Title{
	color: #333;
	text-align:center;
	font-size: 20px;
	font-weight: 400;
	padding: 30px 0 0;
	font-family: 'Heebo', sans-serif;
}
.Vacancy p{
	color: #333;
	 font-family: 'Heebo', sans-serif;
	 font-size: 14px;
	 font-weight: 100;
	 text-align:left;
	 line-height: 1.5em;
	padding: 0 !important;
	margin: 0 auto !important;
}
.Vacancy .col .bgLeft{
	width: 100%;
	margin: 0 !important;
	/*background-color: #00c3cb;*/
	background-color: #3f4551;
	display:inline-block;
	min-height: 360px;
	height:auto !important;
	height:360px;
}
.Vacancy .col .bgRight{
	width: 100%;
	margin: 0 !important;
	/*background-color: #00c3cb;*/
	background-color: #3f4551;
	display:inline-block;
	min-height: 360px;
	height:auto !important;
	height:360px;
}

.Vacancy .col .left{
	color: #fff;
	width: 100%;
	margin: 0 !important;
	padding-bottom: 20px;
	/*background-color: #00c3cb;*/
	background-color: #3f4551;
	display:inline-block;
	min-height: 260px;
	height:auto !important;
	height:260px;
}

.Vacancy .col .right{
	color: #fff;
	width: 100%;
	margin: 0 !important;
	padding-bottom: 20px;
	/*background-color: #feb300;*/
	background-color: #3f4551;
	display:inline-block;
	min-height: 260px;
	height:auto !important;
	height:260px;
}
.bg1{
	background-image: url("../images/46395475.jpg");
	background-repeat: no-repeat;
    background-position: 50% top;
	background-size: auto 430px;
}
.bg2{
	background-image: url("../images/52265235.jpg");
	background-repeat: no-repeat;
    background-position: 50% top;
	background-size: auto 430px;
}
.bg3{
	background-image: url("../images/58838421.jpg");
	background-repeat: no-repeat;
    background-position: 50% top;
	background-size: auto 430px;
}
.bg4{
	background-image: url("../images/59270596.jpg");
	background-repeat: no-repeat;
    background-position: 50% top;
	background-size: auto 430px;
}
}

@media screen and (max-width: 480px) {	
#HOME{}
#Quote01{
	width: 100%;
	height: 550px;
	padding: 30px 0 0;
	color: #fe3f00;
	background-color:#ececee !important;
	background:url(../images/quote-01-s.jpg) no-repeat ;
	background-position:center bottom;
}
.quote1-txt{
	padding-top: 50px;
	font-family:  "aw-conqueror-carved-one",sans-serif;
	font-weight: bold;
    font-size: 2.0em;
}
.quote1-name{
	padding-top: 20px;
	font-family:  "aw-conqueror-carved-one",sans-serif;
	font-weight: bold;
    font-size: 1.5em;
}
#Quote02{
	width: 100%;
	color: #fe3f00;
	background-color:#ececee !important;
	height: 580px;
	padding: 50px 0 0;
	background:url(../images/quote-02-s.jpg) no-repeat ;
	background-position:center;
	background-size: 480px;
}
.quote2-txt{
	padding: 0 20px;
	font-family:  "aw-conqueror-carved-one",sans-serif;
	font-weight: bold;
    font-size: 2.0em;
	line-height: 1.2em;
	text-align:left;
}
.quote2-name{
	padding: 20px;
	font-family:  "aw-conqueror-carved-one",sans-serif;
	font-weight: bold;
    font-size: 1.5em;
	text-align: left;
}
#Quote03{
	width: 100%;
	color: #fe3f00;
	background-color:#ececee;
	height: 580px;
	padding: 20px 0;
	background:url(../images/quote-03-s.jpg) no-repeat ;
	background-position:center;
	background-size: 480px;
}
.quote3-txt{
	padding: 0 20px;
	font-family:  "aw-conqueror-carved-one",sans-serif;
	font-weight: bold;
    font-size: 2.0em;
	line-height: 1.2em;
	text-align:left;
}
#WESPECIALIZE{
	background-color: #3f4551;
	padding: 0;
}
	
.Specialize .container{
	padding: 50px 20px;
	margin-right: 0;
	margin-left: 0;
}
.Specialize p{
	margin: 0 auto;
}
.Specialize .Title{
	color: #fff;
    font-family: 'Heebo', sans-serif;
    font-size: 25px;
	font-weight:400;
	margin-top: 20px auto;
	text-align:left;
	text-transform:uppercase;
}
.Specialize .subTitle{
	color: #fff;
	text-align:center;
	font-size: 20px;
	padding: 0 0 15px;
	font-family: 'Heebo', sans-serif;
}
.Specialize .row{
	margin: 0 !important;
	width: 100%;
}
.Specialize .col{
	width: 100% !important;
	margin:  0;
	min-height: 400px;
}
.Specialize .bg1 {
    height: 480px;
}
.Specialize .bg3 {
    background-image: url(../images/38120286-480.jpg);
    background-repeat: no-repeat;
    background-size: 480px;
}
.About{
		padding: 0;
}
.About .container{
	padding: 0;
 }

.About .col-left{
	width: 100%;
	float: left;
	border: 0;
	padding: 10px;
}
.About .col-right{
	display: none;
}
.About .Title{
	color: #fff;
	text-align:left;
	font-size: 25px;
	font-weight: 400;
	padding: 10px 0 10px;
	text-transform:uppercase;
}
.About .pTitle{
	color: #fff;
	text-align:left;
	font-size: 23px;
	font-weight: 400;
	padding: 10px 0;
	font-family: 'Heebo', sans-serif;
}
.About .subTitle{
	color: #fff;
	text-align:left;
	font-size: 20px;
	padding: 10px 0 10px;
}

.About ul{
	margin-left: 30px;
	margin-right: 10px;
	color: #333;
	font-family: 'Heebo', sans-serif;	font-size: 15px;
	font-weight: 100;
	text-align:left;
	line-height: 1.5em;
}

.About li{
	padding: 0 0 20px 0;
	width: 100%;
	}
.About .row{
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
.About .col{
	width: 100%;
	float:left;
	padding: 20px 0 0;
	height: 200px;
	}
.About .col:hover{
	width: 100%;
	float:left;
	padding: 20px 0 0 ;
	background-color: #282e39;
	border-radius: 10px;
	height: 200px;
	}
#OURTEAM{
	background-color: #3f4551;
}
.OurTeam .container{
	padding-top: 50px;
	padding-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
}
.OurTeam .row{
	margin: auto;
	width: 100%;
}
.OurTeam .col{
	width: 100%;
	margin: 10px auto;
	}
#div-1 {
 position:relative;
}
#div-1a {
 position:absolute;
 bottom:100px;
 left:60px; 
 background-color: #feb300;
	 border-radius: 55px;
	 height:40px;
	 width: 40px;
	 text-align:center;
	 padding-top: 10px;
 
 }
 #div-1a:hover {
 background-color: #00c3cb;
	 border-radius: 55px;
	 height:40px;
	 width: 40px;
	 text-align:center;
	 padding-top: 5px;
 }
 span.align{
}
span.add-label{
 display:none;
 font-size: 0.7em;
 line-height: 1.0em;
}

 #div-1a:hover {
 background-color: #00c3cb;
	 border-radius: 80px;
	 height:80px;
	 width: 80px;
	 text-align:center;
 }
#div-1a:hover span.align{
 display:none;
}
#div-1a:hover span.add-label{
 display:block;
}
 
 #div-1a a {
	 font-size: 1.2em;
	 font-family: 'Heebo', sans-serif;
	 text-transform:uppercase;
	 color: #fff;
	 
 }
 
#div-1b {
 position:absolute;
 bottom:40px;
 right:40px;
 background-color: #feb300;
	 border-radius: 55px;
	 height:40px;
	 width: 40px;
	 text-align:center;
	 padding-top: 10px;
}
#div-1b:hover {
  background-color: #00c3cb;
	 border-radius: 55px;
	 height:40px;
	 width: 40px;
	 text-align:center;
	 padding-top: 5px;
}
 span.align{
}
span.add-label{
 display:none;
 font-size: 0.7em;
 line-height: 1.0em;
}

 #div-1b:hover {
 background-color: #00c3cb;
	 border-radius: 80px;
	 height:80px;
	 width: 80px;
	 text-align:center;
 }
#div-1b:hover span.align{
 display:none;
}
#div-1b:hover span.add-label{
 display:block;
}
 #div-1b a {
	 font-size: 1.2em;
	 font-family: 'Heebo', sans-serif;
	 text-transform:uppercase;
	 color: #fff;
	 
 }
	
#CAREER{
	background-color: #3f4551;
}
.Career{
	padding: 0;
}
.Career .container{
	padding: 0 10px;
	margin-right: auto;
	margin-left: auto;
}
.Career .Title{
	color: #fff;
	text-align:left;
	font-size: 25px;
	font-weight: 400;
	padding: 10px 0 10px;
	text-transform:uppercase;
}
.Career .subTitle{
	color: #feb300;
	text-align:left;
	font-size: 20px;
	padding: 10px 0 10px;
}


.Career .row{
	margin: auto;
	width: 90%;
}
.Career .col a{
	color: #fff;
	font-family: 'Heebo', sans-serif;
	font-size: 20px;
}
.Career .col{
	width: 90%;
	}
.vacancy-main-bg{
	/*background-repeat: no-repeat;*/
    background-position: bottom;
	background-size: 150%;
	height: auto;
	padding: 20px 0 140px;
	max-height: 1400px;
	background-color: #efefef;
}
.Vacancy .Title {
    color: #333;
    text-align: left;
    font-size: 25px;
    font-weight: 400;
    padding: 30px 0 0;
    font-family: 'Heebo', sans-serif;
}
.Contact .Title{
	color: #fff;
	text-align:left;
	font-size: 25px;
	font-weight:400;
	padding: 0 20px;
	text-transform:uppercase;
}

.Contact .subTitle{
	color: #fff;
	text-align:left;
	font-size: 20px;
	padding: 10px 0 10px;
}

.Contact p{
	 color: #fff;
	 font-family: 'Heebo', sans-serif;
	 font-size: 15px;
	 font-weight: 100;
	 text-align:left;
	 line-height: 1.5em;
	 margin-left: auto;
	 margin-right: auto;
}

.Contact .row{
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

.Contact .address {
    float: left;
    width: 100%;
	margin-top: 50px;
}
.Contact .address .ico-col{
	width: 15%;
	margin: 0 auto 20px auto;
	height: 100px;
}
.Contact .address .info-col{
	width: 85%;
	padding-left: 20px;
	font-family: 'Heebo', sans-serif;
	margin: 0;
	text-align:left;
}
.Contact .info-text{
	color: #fff;
	 font-family: 'Heebo', sans-serif;
	 font-size: 15px;
	 font-weight: 100;
	 text-align:left;
	 line-height: 1.5em;
}
.Contact .form{
	width: 100%;
	float: left; 
}
}

@media screen and (max-width: 360px) {
img{
	width: 100% !important;
	margin: 10px 0;
}	
#HOME{
	height: 580px;
}
#Quote01{
	width: 100%;
	height: 550px;
	padding: 30px 20px;
	color: #fe3f00;
	background-color:#ececee;
	background:url(../images/quote-01-s.jpg) no-repeat ;
	background-position:center bottom;
}
#Quote02{
	width: 100%;
	color: #fe3f00;
	background-color:#ececee;
	height: 550px;
	padding: 30px 20px;
	background:url(../images/quote-02-s.jpg) no-repeat ;
	background-position:center bottom;
}
.quote1-txt{
	padding: 10px 0;
	font-family:  "aw-conqueror-carved-one",sans-serif;
	font-weight: bold;
    font-size: 22px;
	text-align:center;
}

.quote2-txt{
	padding: 10px 0;
	font-family:  "aw-conqueror-carved-one",sans-serif;
	font-weight: bold;
    font-size: 22px;
	text-align: left;
}
.quote2-name{
	padding: 10px 0;
	font-family:  "aw-conqueror-carved-one",sans-serif;
	font-weight: bold;
    font-size: 16px;
	text-align: left;
}
.quote3-txt{
	padding: 10px;
	font-family:  "aw-conqueror-carved-one",sans-serif;
	font-weight: bold;
    font-size: 22px;
	text-align:left;
}
#Quote03{
	width: 100%;
	color: #fe3f00;
	background-color:#ececee;
	height: 550px;
	padding: 30px 10px;
	background:url(../images/quote-03-s.jpg) no-repeat ;
	background-position:center bottom;
}
.Specialize .container {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
    padding-top: 0;
	padding-right: 10px;
	padding-left: 10px;
}
.Specialize .Title{
	color: #fff;
    font-family: 'Heebo', sans-serif;
    font-size: 25px;
	font-weight:400;
	margin-top: 20px auto !important;
	text-align:center !important;
	text-transform:uppercase;
}
.Specialize .row{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.Specialize .col{
	width: 100%;
	float:left;
	margin: 0;
	height: auto;
	overflow: hidden;
	}
.Specialize .serviceTitle{
	color: #000;
	text-align:left;
	font-size: 20px;
	padding: 0 0 15px;
	font-family: 'Heebo', sans-serif;
}
.Specialize .bg1{
	height: 380px;
	background-image: url("../images/63490112.jpg");
	background-repeat: no-repeat;
    background-position: 50% center;
	background-size: 640px ;
}
.Specialize .bg2{
	height: 380px;
	background-image: url("../images/57640871.jpg");
	background-repeat: no-repeat;
    background-position: 50% center;
	background-size: 640px ;
}
.Specialize .bg3{
	height: 380px;
	background-image: url("../images/38120286-360.jpg");
	background-repeat: no-repeat;
    background-position: 50% top;
	background-size:  360px ;
}
.Specialize .bg4{
	height: 380px;
	background-image: url("../images/38745615.jpg");
	background-repeat: no-repeat;
    background-position: 50% top;
	background-size: 640px ;
}
.About ul{
	margin: 0 30px 0 10px;
	color: #333;
	font-family: 'Heebo', sans-serif;	font-size: 15px;
	font-weight: 100;
	text-align:left;
	line-height: 1.5em;
}

.About li{
	padding: 0 0 20px 0;
	width: 100%;
	font-family: 'Heebo', sans-serif;
	color: #fff;
	margin-left: 20px;
	}

.About .Title{
	color: #fff;
    font-family: 'Heebo', sans-serif;
    font-size: 25px;
	font-weight:400;
	padding-top: 50px;
	margin-top: 40px auto !important;
	text-align:center !important;
	text-transform:uppercase;
}
.OurTeam .Title{
	color: #fff;
    font-family: 'Heebo', sans-serif;
    font-size: 25px;
	font-weight:400;
	margin-top: 40px auto !important;
	text-align:center !important;
	text-transform:uppercase;
}
#CAREER{
	background-color: #3f4551;
}
/*.Career .container{
	padding: 20px 10px 0;
	margin-right: auto;
	margin-left: auto;
}*/
.Career .Title{
	color: #fff;
    font-family: 'Heebo', sans-serif;
    font-size: 25px;
	font-weight:400;
	padding-top: 50px;
	margin-top: 40px auto !important;
	text-align:center !important;
	text-transform:uppercase;
}

.Career .col {
    float: left;
    margin: 30px 10px 0;
    width: 43%;
}
.Career .col a {
    color: #fff;
    font-size: 16px;
}


	#div-1 {
 position:relative;
}
#div-1a {
 position:absolute;
 bottom:130px;
 left:60px; 
 background-color: #feb300;
	 border-radius: 55px;
	 height:40px;
	 width: 40px;
	 text-align:center;
	 padding-top: 10px;
 
 }
 #div-1a:hover {
 background-color: #00c3cb;
	 border-radius: 55px;
	 height:40px;
	 width: 40px;
	 text-align:center;
	 padding-top: 5px;
 }
 span.align{
}
span.add-label{
 display:none;
 font-size: 0.7em;
 line-height: 1.0em;
}

 #div-1a:hover {
 background-color: #00c3cb;
	 border-radius: 80px;
	 height:80px;
	 width: 80px;
	 text-align:center;
 }
#div-1a:hover span.align{
 display:none;
}
#div-1a:hover span.add-label{
 display:block;
}
 
 #div-1a a {
	 font-size: 1.2em;
	 font-family: 'Heebo', sans-serif;
	 text-transform:uppercase;
	 color: #fff;
	 
 }
 
#div-1b {
 position:absolute;
 bottom:55px;
 right:60px;
 background-color: #feb300;
	 border-radius: 55px;
	 height:40px;
	 width: 40px;
	 text-align:center;
	 padding-top: 10px;
}
#div-1b:hover {
  background-color: #00c3cb;
	 border-radius: 55px;
	 height:40px;
	 width: 40px;
	 text-align:center;
	 padding-top: 5px;
}
 span.align{
}
span.add-label{
 display:none;
 font-size: 0.7em;
 line-height: 1.0em;
}

 #div-1b:hover {
 background-color: #00c3cb;
	 border-radius: 80px;
	 height:80px;
	 width: 80px;
	 text-align:center;
 }
#div-1b:hover span.align{
 display:none;
}
#div-1b:hover span.add-label{
 display:block;
}
 #div-1b a {
	 font-size: 1.2em;
	 font-family: 'Heebo', sans-serif;
	 text-transform:uppercase;
	 color: #fff;
	 
 }
 .Contact .container{
	 padding-right: 10px;
	padding-left: 10px;
	}
 .Contact .Title{
	color: #fff;
    font-family: 'Heebo', sans-serif;
    font-size: 25px;
	font-weight:400;
	margin-top: 0 auto !important;
	text-align:left;
	text-transform:uppercase;
}
.Contact .subTitle{
	color: #fff;
	font-size: 20px;
	padding: 0;
}

.Contact .address{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.Contact .address .ico-col{
	width: 80px;
	height: 80px;
	margin-left: 110px;
	margin-right: 110px;
	padding: 0;
}
.Contact .address .info-col{
	width: 100%;
	font-family: 'Heebo', sans-serif;
	margin: 5px 0 ;
	text-align:center;
	padding: 0;
}
.Contact .info-text{
	color: #fff;
	 font-family: 'Heebo', sans-serif;
	 font-size: 15px;
	 font-weight: 100;
	 line-height: 1.5em;
	 text-align:center;
}

.Contact .text{
	width: 100%;
	color: #fff;
	 font-family: 'Heebo', sans-serif;
	 font-size: 15px;
	 font-weight: 100;
	 line-height: 1.5em;
}
.Vacancy .container{
	margin-left: auto !important;
	margin-right: auto !important;
	padding: 0 !important;
	width: 100%

}
.Vacancy .row{
	width:100%;
	margin: 0 auto !important;
}
.Vacancy .Title{
	color: #333;
	text-align:center;
	font-size: 20px;
	font-weight: 400;
	padding: 30px 0 0;
	font-family: 'Heebo', sans-serif;
	text-align:left;
}
.Vacancy p{
	color: #333;
	 font-family: 'Heebo', sans-serif;
	 font-size: 15px;
	 font-weight: 100;
	 text-align:left;
	 line-height: 1.5em;
	padding: 20px  !important;
	margin: 0 auto !important;
}
.Vacancy .col .bgLeft{
	width: 100% !important;
	margin: 0 !important;
	/*background-color: #00c3cb;*/
	background-color: #3f4551;
	display:inline-block;
}
.Vacancy .col .bgRight{
	width: 100% !important;
	margin: 0 !important;
	/*background-color: #00c3cb;*/
	background-color: #3f4551;
	display:inline-block;
	height: 430px;
}

.Vacancy .col .left{
	color: #fff;
	width: 100%;
	margin: 0 !important;
	padding-bottom: 20px;
	/*background-color: #00c3cb;*/
	background-color: #3f4551;
	float:left;
	display:inline-block;
}

.Vacancy .col .right{
	color: #fff;
	width: 100%;
	margin: 0 !important;
	padding-bottom: 20px;
	/*background-color: #feb300;*/
	background-color: #3f4551;
	float:right;
	display:inline-block;
}
.bg1{
	background-image: url("../images/46395475.jpg");
	background-repeat: no-repeat;
    background-position: 50% top;
	background-size: auto 430px;
}
.bg2{
	background-image: url("../images/52265235.jpg");
	background-repeat: no-repeat;
    background-position: 50% top;
	background-size: auto 430px;
}
.bg3{
	background-image: url("../images/58838421.jpg");
	background-repeat: no-repeat;
    background-position: 50% top;
	background-size: auto 430px;
}
.bg4{
	background-image: url("../images/59270596.jpg");
	background-repeat: no-repeat;
    background-position: 50% top;
	background-size: auto 430px;
}
}

@media screen and (max-width: 320px) {

#CAREER{
	background-color: #3f4551;
}
.Career .col {
    float: left;
    margin: 30px 10px 0;
    width: 100%;
}
.Career .col .topBlue{
	background-color: #00c3cb;
	padding: 10px;
	height: 75px;
	}
.Career .col .topYellow{
	background-color: #feb300;
	padding: 10px;
	height: 70px;
	}
	.Career .col a {
    color: #fff;
    font-size: 20px;
}
}