@font-face {
	font-family: 'Gilroy-ExtraBold';
  src: url("../fonts/Gilroy-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-ExtraBold.otf") format("opentype"), url("../fonts/Gilroy-ExtraBold.woff") format("woff"), url("../fonts/Gilroy-ExtraBold.ttf") format("truetype"), url("../fonts/Gilroy-ExtraBold.svg#Gilroy-ExtraBold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Asap-Regular';
  src: url("../fonts/Asap-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Asap-Regular.otf") format("opentype"), url("../fonts/Asap-Regular.woff") format("woff"), url("../fonts/Asap-Regular.ttf") format("truetype"), url("../fonts/Asap-Regular.svg#Asap-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #595757;
  opacity:1;
  font-weight:300;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #595757;
  opacity:1;
  font-weight:300;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #595757;
  opacity:1;
  font-weight:300;
}
:-moz-placeholder { /* Firefox 18- */
  color: #595757;
  opacity:1;
  font-weight:300;
}

/*header *, footer *{transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s;}*/

.background-common, .mainbanner .banner, .aboutus, .products-cont .products, .success-stories, .innerbanner .banner{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.inner-banner{
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    height: 676px;
    width: 100%;
	position: relative;
}

.innerbanner{position: relative;}

.banner-title{color: rgb(255, 255, 255); display: table; height: 100%; text-align: center; width: 100%;}
.banner-title h1{display: table-cell; vertical-align: middle; width: 100%; font-size:50px; font-weight:500; text-transform: uppercase;}
.breadcrumbs{position: absolute; bottom: 0; width:100%; padding:20px 20px 37px;}
.bread{color:#fff; font-size:16px; font-weight:400; margin-top: -40px;}

/*.breadcrumbs:before {
    background: rgba(146, 7, 131, 0.80);
    content: '';
    position: absolute;
    width: 100%;
    height: 60px;
    left: -30px;
    z-index: 2;
	max-width:780px;
	bottom:10px;
    transform: skew(30deg);
}

.breadcrumbs:after {
    background: rgba(90, 88, 88, 0.80);
    content: '';
    position: absolute;
    width: 100%;
    height: 60px;
    left: -30px;
    z-index: 1;
	max-width: 820px;
	bottom:0;
    transform: skew(30deg);
}*/
.customimg{width:48%;}
.bread a, .bread a:hover{color:#fff; text-decoration:none;}

.bg-after, .mainbanner .banner:after, .products-cont .products:after, .success-stories:after, .overlay {
  content: '';
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  right: 0;
  z-index: -1;
}

.offsettop80, .aboutus, .success-stories, .whoweare {
  padding:50px 0;
}

.inputtext, input[type="search"] {
  background-color: #000000;
  border: 1px solid;
  padding: 13px;
  position: absolute;
  right: 0;
  width: 100%;
}

input[type="search"] {
  padding: 13px 140px 13px 15px;
}

img {
  max-width: 100%;
}

ul, ol{list-style-type:none; padding:0; margin:0;}

body {color: #2d2d2d;}

p {
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

:focus {outline: 0;}
a:focus{text-decoration: none;}

video{width: 100%; max-height: 100%;}

.button {
  border: 1px solid #2d2d2d;
  text-align: center;
  font-size: 14px;
  min-width: 180px;
  padding: 10px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  letter-spacing: 1px;
}
.button:hover {
  background-color: #2d2d2d;
  color: #fff;
}

.col-center-block {float: none; display: block; margin: 0 auto;}
h2{font-weight:400; text-transform:uppercase; color:#595757; font-size:40px;}
h3{font-weight:400; text-transform:uppercase; color:#595757; font-size:30px;}
h4 {font-weight: 400;}
h5 {font-weight: 300;}

.btn {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  letter-spacing: 1px;
  padding: 10px 30px;
  text-transform: uppercase;
  -webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease
}

/*.btn-primary {
  background-color: rgba(0, 0, 0, 0);
}
*/

.btn-primary:hover {
  background-color: #920783;
  border-color:#92278f
}

.btn-secondary {
  /*background-color: #920783;*/
  text-transform:uppercase;
  color:#fff;
  -webkit-border-radius:8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  padding:10px 35px;
  font-size:15px;
  font-weight:500;
  display:inline-block;
  text-decoration:none;
  border:1px solid #920783;
  color:#920783;
   text-transform: uppercase;
  -webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease
}

.btn-secondary:hover{text-decoration:none; color:#fff; background:#920783;}

header {
  color: #fff;
  position: fixed;
  width: 100%;
  z-index: 9;
  text-transform: uppercase;
}

header.sticky{background:#fff; -webkit-transition:all linear .25s;-o-transition:all linear .25s;transition:all linear .25s; width:100%;}
header a.logo-inverted{display:none;}
header.sticky a.logo-default{display:none;}
header.sticky a.logo-inverted{display:block; line-height: 60px;}
header.sticky a{color:#595757; line-height:60px;}

header.sticky .serchbtn{color: #595757;}


header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
header ul ul {
  display: none;
  z-index: 9;
}
header li {
  float: left;
  position: relative;
}
header li > ul {
  width: 200px;
}
header li > ul li {
  float: none;
}

header li > ul li a{
  line-height:35px;
  font-size:15px;
  text-transform:none;
  /*border-bottom: 1px solid #dcdcdc;*/
}

header li > ul ul {
  left: 0;
  top: 0;
}

header li a {
  /*padding:0 17px;*/
  padding:0 22px;
  color:#fff;
}

header li:hover a {
  background: #fff;
  color: #595757;
  text-decoration: none;
}


header a {
  display: block;
  /*padding: 10px 0;*/
  color: #fff;
  line-height:60px;
  -webkit-transition:all linear .25s;-o-transition:all linear .25s;transition:all linear .25s
}

header .righttop {
  position: relative;
  /*float: right;*/
  float: left;
}
header .righttop ul {
  float: left;
}
header .righttop ul ul {
  right: 0;
}
header nav {
  color: #cdcece;
  font-size: 15px;
  font-weight: 500;
}
header li a:focus {
  color: #595757;
  background-color: #f3f3f3;
}

header .righttop li:hover ul {
    display: block;
	width:120px;
  }
  header .righttop ul ul {
    position: absolute;
  }
  header .righttop ul li > ul li a:hover{
    background-color: #fff;
    color: #000;
  }

  header .righttop ul li ul li li > a {
    border-bottom: 1px solid #dcdcdc;
  }
  header .righttop ul li ul li > a {
    border-bottom: 1px solid #252525;
	padding:0 10px;
  }
  header .righttop ul li ul li > a:hover{/*background-color: #920783;*/ color: #920783;}
  header .righttop ul li ul li:last-child a {
    border-bottom: 0;
  }

header div.searchcont {
  position: absolute;
  right: 63px;
  top: 100%;
  width: 350px;
  display: none;
  z-index: 1000;
}

header div.searchcont .form-submit{height: 29px; width: 100px; font-size: 16px;}
header div.searchcont .form-text{text-indent:5px;}

header input[type="submit"] {
  position: absolute;
  right: 1px;
  top: 1px;
}

header .open div.searchcont {
  display: block;
}


.serchbtn {
  background: transparent;
  float: left;
  border: 0 solid #2d2d2d;
  color: #fff;
  padding: 24px 20px;
}

.serchbtn:hover, .open .serchbtn {
  background-color: #fff;
  color: #595757;
}

.mainbanner .banner {
  min-height: 100vh;
  /*height: 767px;*/
  color: #fff;
  z-index: 1;
}

.innerbanner .banner {
  height: 676px;
  color: #fff;
  z-index: 1;
  width: 100%;
  position: relative;
}

/*.mainbanner .banner:after {
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
}*/
.mainbanner .owl-dots, .innerbanner .owl-dots{
  position: absolute;
  bottom: 25px;
  width: 100%;
}

.innerbanner .owl-dots {
  bottom: 40px;
 }

.mainbanner .owl-dots .owl-dot span, .innerbanner .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
}
.mainbanner .banner-cont {
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
}
.mainbanner .button {
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 90% center;
  border: 2px solid #fff;
  color: #fff;
  width: 215px;
  background-image: url(../images/arrow.png);
  -webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}

.mainbanner .button:hover {
  background-color: #92278f;
  color: #fff;
  border: 2px solid #92278f;
}
.mainbanner h2 {
  font-family: "Gilroy-ExtraBold";
  margin-bottom: 35px;
  font-size: 60px;
  color:#fff;
  text-transform:none;
}
.mainbanner p {
  margin-bottom: 60px;
  font-family: "Asap-Regular";
  font-size: 25px;
}

.aboutus {
  background:#fff url(../images/aboutus-bg.jpg) no-repeat center top;
  min-height: 85vh;
}

.aboutus .about-cont {
  /*margin-top:3%;*/
}
.about-cont p {
  margin-bottom: 30px;
  /*line-height: 40px;
  font-size: 22px;*/
  font-weight: 300;
  line-height: 28px;
  font-size: 18px;
  
}
.aboutus h2 {
  margin-bottom: 20px;
  font-size: 56px;
  color: #595757;
  text-transform:none;
  font-weight:600;
  margin-top:0;
  line-height: 50px;
}

.aboutus .display-table {
  display: table;
  height: 100%;
  width: 100%;
}
.aboutus .display-table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.products-cont {
  color: #fff;
  padding-top:50px;
}
.products-cont .products {
  min-height: 500px;
  /*padding: 60px 20px;*/
  padding:20px;
  position: relative;
  text-align: center;
  /*margin-bottom: 20px;*/
  z-index: 1;
  color:#595757;
}
.products-cont .products.color1{background:#e9e9e9;}
.products-cont .products .btn{padding: 5px 16px; border-radius: 5px;}
/*.products-cont .products:after {
  background-color: rgba(0, 0, 0, 0.45);
}*/
.products-cont .products p {
  min-height: 90px;
  font-size: 18px;
  font-weight: 300;
}
.products-cont .products h4 {
  margin: 20px 0 15px;
  letter-spacing: 0.5px;
  min-height:62px;
  font-size: 28px;
}

.success-stories {
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
}
.success-stories p{font-size:20px; font-weight:400;}
.success-stories h2{font-size:44px; color: #fff; text-transform:none; font-weight:600; margin-top:0;}

.success-stories:after {
  background-color: rgba(0, 0, 0, 0.4);
}
.success-stories .counter {
  font-size: 90px;
  font-weight: 700;
}


.whoweare.bg{
  background-image: url(../images/whoweare-bg.jpg);
  background-repeat:no-repeat;
  background-position:center top;
  min-height: 85vh;
}

.whoweare.solutionbg{
  background-image: url(../images/solution-bg.jpg);
  background-repeat:no-repeat;
  background-position:center top;
  /*min-height: 85vh;*/
}

.whoweare.padbtm{padding-bottom:0;}

.whoweare .btn-secondary{margin-top:15px;}
.whoweare p{line-height:28px; margin-bottom:15px;}
.whoweare h2, .newsroom h2{margin:15px 0 30px;}
.whoweare .vcenter{padding: 45px 0; display: flex; display:-webkit-flex; display:-ms-flexbox; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; align-items: center; -webkit-align-items: center;}
.flex-reverse{flex-direction:row-reverse; -webkit-flex-direction:row-reverse;}
.whoweare h4{font-size:24px; text-transform:uppercase; font-weight:500;}
.greybg{background-color:#f7f5f5;}
.whoweare .greybg2{background:rgba(241,241,241,0.5);}
.mission ul{padding:0 0 0 15px; margin:0; list-style-type:none;}
.mission ul li{background: url(../images/blue-arrow.png) 0 4px no-repeat; padding-left:20px; margin-bottom:10px;}
.mission h3{margin-bottom:25px;}
.mission-img{-webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; max-width:420px; width:100%;}

.chairman p{text-align:justify; font-size:18px;}
.chairman h2{font-size:32px; text-transform:none;}
.chairman h3{font-size:26px; color:#333e48; text-transform:none; font-weight:300;}
.leo-li{padding-left:35px;}
.leo-li p{font-size:24px; margin-bottom:0;}
.leo-li span{font-size:90px; opacity:0.35; height:68px; display:block; font-weight:300;}
.leo-li img{-webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; max-width:260px; width:100%; margin-bottom:10px;}

.technology{margin-top:30px; min-height:300px; /*height: 600px;*/ background-position: center top; background-repeat: no-repeat; background-size: cover; width: 100%; position: relative; transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s;}
.technology:hover{-webkit-box-shadow:0 0 20px 0 rgba(31,31,31,0.85);box-shadow:0 0 20px 0 rgba(31,31,31,0.85)}  
.technology a{display:block; background:rgba(25, 29, 29, 0.55); position:absolute; width:100%; height:100%;}
.technology .fillgrey{padding:10px 20px; position:absolute; bottom:0;}  
.technology .fillgrey h3{color:#fff; font-size:30px; margin:0; font-weight:500; padding:20px 0 10px;}
.technology .fillgrey p{line-height: 22px; font-size:16px; color:#fff;}

.col-center-block .tablet{text-align:center;}


/*.technology a.fillgrey{display: block; height: 100%; width: 100%; text-decoration: none; background-color:#f4f4f4;* padding:20px; transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; color:#fff;}
.technology a.fillgrey:hover{background-color:#313131; color:#fff;}
.technology a.fillgrey:hover h3{/*color:#fff;}*/

.milestone{background-color: #f1f1f1; padding:15px; margin-top:30px; min-height:270px;}
.milestone:hover{background-color:#595757; transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; color: #fff;}
.milestone:hover h2, .milestone:hover h5{color:#fff;}

.milestone h2{color: #2d2d2d; font-size:44px; margin:5px 0; font-weight:500;}
.milestone h5{color: #454545; font-size:24px; margin:0;}
.milestone p{line-height:22px; font-size:16px; margin-bottom:0; font-weight: 400;}

/* form */
form.webform-client-form {
    margin: 0 auto !important;
    /*max-width: 1170px;*/
	max-width:945px;
    overflow: hidden;
	width:100%;
	margin:0 15px;

}

.webform-client-form > div{
	padding:25px;
	border:1px solid #ccc;
	background:#fff;
	overflow:hidden;
}

.form-group, .form-item{
    margin-bottom: 25px;
    margin-top: 0;
}
.formweb form.webform-client-form{max-width: 1170px;}

.block.block-webform h2{text-align:center; font-size:35px; text-transform:none; font-weight:400;}

input[type="text"]:focus, input[type="submit"]:focus,input[type="submit"]:hover,select:hover, select:focus{outline: none;}

.form-control, .form-select, .form-text, .form-textarea{
    border-radius: 0;
	border:0;
    color: #595757;
    display: block;
    line-height: 1.42857;
    padding: 5px 0;
	/*text-indent:5px;*/
	width:100%;
}

.form-submit{width: 130px; padding:0;
	text-transform:uppercase;
    height: 36px;
    border: 0px;
    font-family: 'Roboto',sans-serif;
	font-size:17px;
    color: #fff;
	float:left;
	background:#920783;
	border:1px solid #920783;
	}
.form-submit:hover{background:#920783; color: #ffffff;}	

.webform-client-form .lefttextbox{float: left; width: 49%; padding-right: 1%;}
.webform-client-form .righttextbox{float: right; width: 49%; padding-left: 1%;}
.webform-client-form label{font-size: 17px; color: #2d2d2d; font-weight:300; font-family: 'Roboto',sans-serif;}
.webform-client-form .lefttextbox label, .webform-client-form .righttextbox label{display: block;}

#webform-component-countrystate{clear:both; overflow:hidden; width:100%;}
#webform-component-countrystate .shs-select-level-1{float: left; width: 48%; margin-right: 2%;}
#webform-component-countrystate .shs-select-level-2{float: right; width: 48%; margin-left: 2%;}

.webform-client-form .lefttextbox input, .webform-client-form .form-text, .page-search .search-form .form-text{
    border: 0px;
    border: 1px solid #d7d7d7;
    background-color: transparent;
    outline: 0px;
    padding:5px 0px;
	/*padding:0px;*/
    font-size: 16px;
	width:100%;
	color:#595757;
	font-family: 'Roboto',sans-serif;
	text-indent:8px;
}


.webform-client-form .form-textarea-wrapper textarea{
    border: 0px;
    border: 1px solid #d7d7d7;
    background-color: transparent;
    outline: 0px;
    padding: 5px 0px;
    font-size: 16px;
	font-family: 'Roboto',sans-serif;
	width:100%;
	color:#595757;
	resize:none;
	height:80px;
	font-weight:300;
	text-indent:8px;
}

.webform-component-textarea .grippie {display: none !important;}

.webform-client-form .lefttextbox select, .webform-client-form .righttextbox select, #webform-component-countrystate select{
    border: 0px;
    border: 1px solid #d7d7d7;
    background-color: transparent;
    outline: 0px;
    padding: 5px 0px;
    font-size: 16px;
    color: #595757;
	font-family: 'Roboto',sans-serif;
	width:100%;
	font-weight:300;
	text-indent:3px;
}
.webform-client-form .form-item-submitted-countrystate label{display:none;}

/*.webform-client-form select{
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: url(../images/select-arrow.png) no-repeat right center;

}*/

.webform-client-form .webform-submit.button-primary{float:right;}
form.webform-client-form-466{margin:0;}

.newsroom{padding-top:60px;}

.press{border:1px solid #ccc; padding:20px; min-height:220px; margin-bottom:30px; transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s;font-style: normal;}
.press:hover{border:1px solid #595757; background:#595757; color:#fff;}
.press .title{color:#2d2d2d; text-transform:uppercase; font-size:15px; font-weight:500;display:inline-block;}
.press  span{float:right}
.press h4{color:#404040; font-size:24px; font-weight:500; line-height:30px;}
.press h4 b{font-weight:300;}
.press .date{color:#8b8b8b; font-size:15px; font-weight:400; margin:10px 0;}
.press p{font-size:15px; margin:0;}
.press:hover h3, .press:hover .title, .press:hover h4, .press:hover .date{color:#fff;}

.award{min-height:278px;}
.career{min-height:230px;}
.career h4 a{border-bottom:1px solid #e1e1e1; padding-bottom:10px; display:block; min-height: 102px; color:#920783;}
.career:hover h4 a{border-bottom:1px solid #fff; color:#fff; text-decoration:none;}
.career .location{padding-top:10px; overflow:hidden;}
.career .location b{display:block;} 
.career .location span{padding:0 8px 0 0; float:none;}
.career .location span+span{border-left:1px solid  #959595; padding:0 0 10px 8px;}

.career:hover span+span{border-left:1px solid #fff;}

.coverage{min-height:318px;}
.coverage h4{min-height:120px;}
/*.coverage:hover img{-webkit-filter: grayscale(100%);  filter: grayscale(100%);}*/

.presented{margin:20px 0 0;}
.presented a{color:#0077a3;}

.newstab, .platforms-tabs{margin:40px 0;}
.newstab ul, .platforms-tabs ul{text-align:center;}
.newstab ul li{text-transform:uppercase; font-size:16px; display: inline-block; margin-right:-4px;}
.newstab ul li a{padding: 12px 50px; background:#ebebeb;}
.newstab ul li a.current, .newstab ul li a:hover, .newstab ul li a:focus{background: #920783; color: #fff; text-decoration:none;}

.platforms-tabs ul li{text-transform:uppercase; display: inline-block; margin:0 12px;}
.platforms-tabs ul li a, .fourg a{padding: 14px 50px; background:#fff; border:1px solid #000; color:#000; display:block; text-transform:uppercase; font-size:24px; font-weight:500;}
.platforms-tabs ul li a.current, .platforms-tabs ul li a:hover, .platforms-tabs ul li a:focus, .fourg a:hover, .fourg a.current{background: #278991; border:1px solid #278991; color: #fff; text-decoration:none;}

.fourg a{padding:0; text-align:center;}

.smartphone .title{color:#2c2c2c; text-transform:uppercase; font-size:35px; font-weight:500;}
.smartphone .knowmore, .models .knowmore{border:1px solid #920783; display:inline-block; background:#fff; text-transform:uppercase; font-size:16px; font-weight:500; padding:5px 24px;-webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; margin-top:15px; color:#920783;}
.smartphone .knowmore:hover, .models .knowmore:hover, .smartphone .knowmore:focus, .models .knowmore:focus{background:#920783; text-decoration:none; color:#fff;}

.view-filters .views-exposed-form{}
.view-filters .views-exposed-form .views-exposed-widget{float:none; display:inline-block; padding:0 1em 0 0;}
.view-filters .views-exposed-form .views-exposed-widget .form-select{-moz-appearance: none; -webkit-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; background: url(../images/grey-arrow.png) no-repeat 94% 50%; border: 0px; text-transform:uppercase; background-color: transparent; outline: 0px;   padding:3px 10px; font-size: 15px; color: #595757;  border:1px solid #ebebeb; width:110px;}
.view-filters .views-exposed-form .views-exposed-widget label{font-weight:normal;}
/*.view-filters .views-exposed-form .views-exposed-widget .form-select:first-child{border-left:0}*/
.view-filters .views-exposed-form .views-exposed-widget .form-submit{margin:0; font-size:15px; text-transform:uppercase; text-align:center; background-color:#920783; border:0; color:#fff; padding:5px 20px; height:auto; float:none;}
.view-filters .views-exposed-widgets .views-widget-filter-field_month_tid label{ font-weight:normal; font-style:italic; font-size:13px; border:1px solid #ebebeb; padding:0 18px; line-height: 27px; float:left;}
.views-widget-filter-field_month_tid .views-widget{ display:inline-block;}

/*.views-exposed-widgets,.views-widget > .form-item {
    display: flex;
    flex-wrap: wrap;
	flex-flow: row;
	flex-direction: row;
    justify-content: center;}*/
	
	
/*.form-item{position:relative}*/

/*.views-widget .form-item-field-job-role-tid, .views-widget .form-item-field-job-department-tid{ width:30%;}*/

.item-list ul{margin: 0 0 2em 0;}
.item-list .pager li{padding:0;}
.item-list ul li{margin: 0 0 0.25em 0.5em;}
.pager li > a, .pager li > span{border-radius: 0px; padding: 2px 8px; background-color: #fff; color:#2d2d2d; border:1px solid #595757;}
.pager li > a:hover, .pager li > a:focus{color:#2d2d2d;}

.videosection{padding-top:30px; padding-bottom:30px;}
.pad40{padding-top:40px; padding-bottom:40px; overflow:hidden;}
.pad20{padding:20px 0;}
.cnas img {box-shadow:1px 0px 10px #9b9b9b;}

.not-logged-in #user-login {margin: auto;
    max-width: 500px;
    padding: 40px 20px 40px;
    width: 100%;
    overflow: hidden;
    border: 2px solid #ccc;
    margin-top: 80px;
    background: #e6e6e6;
    margin-bottom: 80px;
}

.not-logged-in .captcha.form-wrapper{border:0; padding:0; margin:0;}
.not-logged-in .captcha.form-wrapper legend{margin:0;}
.not-logged-in .form-actions{margin:0;}

.cant{font-size:23px; padding-bottom: 40px; font-weight:500; color:#404040;}
.cant a{color:#920783;}

#edit-submitted-attach-your-cv-resume-ajax-wrapper {width:80%; /*float:left;*/}

.resume .form-managed-file input, .resume .form-managed-file .file{
    float: left;
    width: 30%;
}

.resume .form-managed-file {clear: both; overflow: hidden;}

.resume .form-managed-file input, .resume .form-managed-file .file{float:left; width:30%;}
.resume .description {color:#808080;}

.resume .description strong{font-weight:normal; padding-top:5px;}
.resume .form-managed-file .form-submit{max-width: 110px; height:28px; font-size:16px; border-color: #92278f; color: #92278f; background-color: #fff;}
.webform-client-form-466 .form-actions, .webform-client-form-760 .form-actions{width:20%; float:right;}

.apply .applycon{border:1px solid #ccc; background:#fff; font-size:15px;}
.apply a.backbtn{background:#920783 url(../images/back-arrow.png) no-repeat 8px 7px; margin-bottom:15px; display: inline-block; 
padding:4px 14px 4px 22px; border-radius: 6px; color:#fff;}
.apply .role{color:#920783; padding:15px 0 15px 40px; font-size:20px; font-weight: 500;}
.apply h4{margin-bottom:20px;}
.apply .role h4{text-transform:none !important; color: #2d2d2d; margin-bottom:20px;}
.apply .applycon .title{ font-size:20px; font-weight:500; padding-bottom:10px;}

.apply .applycon .description ul, .apply .applycon .qualification ul, ul.turnkey{list-style-type:disc; padding-left:18px;}
.apply .applycon .description ul li, .apply .applycon .qualification ul li, ul.turnkey li{font-weight:300; margin-bottom:5px;}
.apply .applycon .description{border-top:1px solid #ccc; border-bottom:1px solid #ccc; padding:30px 40px;}
.apply .applycon .description p, .apply .applycon .qualification p{font-size:15px; line-height:22px;}
.apply .applycon .qualification{padding:30px 40px;}
.apply .applycon .location{border-top:1px solid #ccc; padding-left:40px;}
.apply .applycon .location ul{padding:15px 0;}
.apply .applycon .location li{display:inline; margin-left:80px;}
.apply .applycon .location li:first-child{margin-left:0;}
.apply .applycon .location li i{background:#fff; color:#0077a3; font-size: 17px; padding-right:5px;}
.apply .news{border:1px solid #ccc; background:#fff; font-size:15px; padding:20px 30px 20px 30px;}
.apply .date{color:#2d2d2d; font-size:15px; font-weight:400; margin:10px 0;}
.apply .photo p img{float:left; margin-right:20px; box-shadow:1px 0px 6px #9b9b9b;}

ul.turnkey{width:50%; float:left;}

.apply .applycon .description ol, .apply .applycon .qualification ol{ list-style-type:decimal; padding-left:20px;}
.apply .applycon .description ol li, .apply .applycon .qualification ol li{margin-bottom:5px; font-weight:400;}

/* Tabs */

ul.tabing{margin: 0px; padding: 0px; list-style: none; text-align:center; padding-top: 15px;}
ul.tabing li{display: inline-block; padding: 10px 28px; cursor: pointer; background:#ebebeb; font-size:16px; text-transform:uppercase; margin-right:-4px; border-left:1px solid #fff;}
ul.tabing li:first-child{border-left:0;}
ul.tabing li.current{background: #920783; color: #fff;}
.tab-content{display: none;	/*background: #ededed;*/ padding:30px 0; overflow:hidden;}
.tab-content.current{display: inherit;}

.tab-content .address{border:1px solid #ccc; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; padding:20px; min-height:140px; margin-bottom:30px;}
.tab-content .address b{display:block; color:#920783; font-size:18px; font-weight:400; margin-bottom:5px;}
.tab-content .address strong{display:block; margin-bottom:5px; font-size:16px;}

ul.phones{margin: 0px; padding: 0px; list-style: none; text-align:center; padding-top: 15px;}
ul.phones li{display:inline-block; padding:0;cursor:pointer;background:#fff;font-size:20px; font-weight:400; border:1px solid #404040; text-align:left; margin: 0 3px; padding: 4px 15px;}
ul.phones li .g4{display:table;}
ul.phones li span{font-size:52px; font-weight:600; display:table-cell; vertical-align:middle;}
ul.phones li span+span{font-size:22px; font-weight:300; padding-left:5px; line-height:22px;}
ul.phones li.current{background: #278991; color: #fff; border:1px solid #278991;}
.tab-data{display: none; padding:40px 0 0; overflow:hidden;}
.tab-data.current{display: inherit;}
.tab-data .models{border: 1px solid #ccc; text-align:center; padding:15px; margin-bottom:5px; background:#fff; /*min-height:376px;min-height:350px;*/ margin-top: 25px; position:relative; min-height:240px;}
.tab-data .models p{font-size: 15px; line-height: 22px; text-align:left;}
.tab-data .models .knowmore{margin-top:5px; margin-bottom:15px; /*position:absolute; left:0; right:0; bottom:30px; margin:auto; width:160px;*/}
.tab-data .models h4{color:#404040; font-size:22px; border-bottom:1px solid #e1e1e1; font-weight:500; padding-bottom:15px; text-align:left;}
.cpu{text-align:center; padding:50px 0 25px;}
.cpu h6{font-size: 20px; color: #2d2d2d;}
.cpu p{font-size: 16px; line-height: 24px;}
.bordbtm{border-bottom:1px solid #e1e1e1;}

#world-map-markers{width:100%; height:500px;}

.overlay{position:fixed; background:rgba(0,0,0,0.5); left:0; width:100%; top:0; height:100%; display: none;}
.mapdata {border: 1px dotted #000; position: fixed; width: 400px; height:235px; top: 0; bottom: 0; left: 0; right: 0; margin: auto; background: #fff;   z-index: 99; display: none; padding: 15px;}
.mapdata .innercont h5{color: #2d2d2d; font-size:22px; font-weight: 500; margin-top:0;}
.mapdata .innercont p{font-size: 15px; font-weight:400; color:#404040; margin-bottom:5px;}

.jvectormap-container{
	          background: -moz-linear-gradient(0deg, rgba(87,125,188,1) 0%, rgba(125,85,166,1) 66%, rgba(125,85,166,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(87,125,188,1)), color-stop(66%, rgba(125,85,166,1)), color-stop(100%, rgba(125,85,166,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(0deg, rgba(87,125,188,1) 0%, rgba(125,85,166,1) 66%, rgba(125,85,166,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(0deg, rgba(87,125,188,1) 0%, rgba(125,85,166,1) 66%, rgba(125,85,166,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(0deg, rgba(87,125,188,1) 0%, rgba(125,85,166,1) 66%, rgba(125,85,166,1) 100%); /* ie10+ */
    background: linear-gradient(90deg, rgba(87,125,188,1) 0%, rgba(125,85,166,1) 66%, rgba(125,85,166,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#577dbc', endColorstr='#7D55A6',GradientType=1 ); /* ie6-9 */  
	
/* background: -moz-radial-gradient(center, ellipse cover, rgba(146,7,131,1) 0%, rgba(115,23,113,1) 49%, rgba(89,87,87,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(146,7,131,1)), color-stop(49%, rgba(115,23,113,1)), 	   	    color-stop(100%, rgba(89,87,87,1))); 
    background:-webkit-radial-gradient(center, ellipse cover, rgba(146,7,131,1) 0%, rgba(115,23,113,1) 49%, rgba(89,87,87,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(146,7,131,1) 0%, rgba(115,23,113,1) 49%, rgba(89,87,87,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(146,7,131,1) 0%, rgba(115,23,113,1) 49%, rgba(89,87,87,1) 100%);
    background:radial-gradient(ellipse at center, rgba(146,7,131,1) 0%, rgba(115,23,113,1) 49%, rgba(89,87,87,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#920783', endColorstr='#595757',GradientType=1 );*/
}


.fourgphone{text-align:center;}
.fourgphone .item img {width: auto; display: inline-block; margin-bottom:15px}
.fourgphone span{display:block; font-size:18px; text-transform:uppercase; font-weight:500;}
.fourgphone .owl-carousel .owl-nav.disabled{display:block;}
.fourgphone h4{padding-bottom:20px; font-size: 32px;}
.fourgphone .owl-nav .owl-prev, .fourgphone .owl-nav .owl-next {
    top: 50%;
    position: absolute;
    margin-top: -20px;
    text-indent: -999999px;
	z-index:10;
}

.fourgphone .owl-nav .owl-prev {
    background: url(../images/arrow_prev-next.png) 0 -41px no-repeat;
    width: 41px;
    height: 41px;
	left: 0;
}

.fourgphone .owl-nav .owl-next {
    background: url(../images/arrow_prev-next.png) 0 0 no-repeat;
    width: 41px;
    height: 41px;
	right: 0;
}

.fourgphone .owl-carousel .owl-nav .owl-next:hover {
	background: url(../images/arrow_prev-next.png) 0 0 no-repeat;
}

.fourgphone .owl-carousel .owl-prev:hover {
    background: url(../images/arrow_prev-next.png) 0 -41px no-repeat;
}


footer {
  font-size: 18px;
  font-weight: 400;
  /*text-transform: uppercase;*/
  position:relative;
  z-index:2;
}
footer .footmenu {
  padding:12px 0;
  color:#fff;
  background:#535353;
}


footer .footmenu ul{text-align: center;}
footer .footmenu li {
display: inline-block;
float: none;
padding:0 20px;
font-size: 16px;
}

footer .footmenu li a:hover{color: #fff; text-decoration:none;}

footer a {
  color: #fff;
  letter-spacing: 0.5px;
}
footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer ul ul ul {
  display: none;
}
footer li {
  float: left;
}

footer .footnav{background:#3d3c3c; padding:20px 0;}
footer .footnav h4{color:#fff; font-size:20px;}
footer .footnav ul{padding-left:15px;}
footer .footnav li{float: none; font-size:15px; color:#fff; list-style-type:disc; font-weight:300; margin-bottom:5px;}
footer .footnav li a{color:#c2bebe;}

footer .footsabnav{background:#3d3c3c; font-size: 16px; padding:15px 0; border-top: 1px solid #5a5959; border-bottom: 1px solid #5a5959; color:#fff;}
footer .footsabnav a{padding: 0 18px; color:#fff;}
footer .social-links {
  text-align: center;
  color:#fff;
}

footer .social-links ul {
  display: inline-block;
  margin: auto;
}

footer .social-links a {
  color: #fff;
  font-size: 20px;
  padding: 5px 14px;
}
footer .social-links a:hover {
  color: #000;
}
footer .changelang ul li {
  position: relative;
  width: 100%;
  line-height: 24px;
}
footer .changelang li:hover > ul ul{
  display: block;
}
footer .changelang li ul ul{
  background-color: black;
  /*bottom: 100%;*/
  top:-94px;
  color: white;
  position: absolute;
  width: 100px;
  z-index:99;
}
footer .changelang li ul ul a {
  color: #fff;
  padding: 5px 10px;
  display: block;
  border-bottom: 1px solid #2d2d2d;
}
footer .changelang li a {
  font-weight: 400;
  color:#fff;
}
footer .footinfo {
  font-size: 15px;
  padding: 15px 0 3px;
  background:#3d3c3c;
}
footer .serchbtn {
  float: right;
  padding: 5px 20px;
  color: #2d2d2d;
}
footer .cccont {
  background-color: #242222;
  color: #fff;
  padding: 15px 0;
}
footer .cccont a {
  background-color: #242222;
  color: #ccc;
}
footer .cccont * {
  font-size: 12px;
  color:#777;
}
footer .cccont p {
  margin: 0;
}
footer .cccont img {
  vertical-align: bottom;
}
footer .wechat{position:relative;}
footer .wechat .qrcode{display: none;}

footer .wechat .qrcode:before{content:""; display: block; width: 0; height: 0; border-left:10px solid transparent; border-right:10px solid transparent; border-top: 10px solid #b9b9b9; position: absolute; bottom:-10px; left:0; right:0; margin:auto;}

footer .wechat:hover .qrcode{display: block;}

footer .wechat .qrcode{border: 1px solid #ccc; text-transform:none; background-color: #fff; position: absolute; top:-170px; width: 150px; padding:10px; left:-50px;}
footer .wechat .qrcode p{font-size:13px; margin-bottom:5px;}

footer .footinfo .container-inline div {display: inline;}
footer .footinfo .form-item {
    margin: 0;
	width: 70%;
	float: left;
}

footer .footinfo .container-inline .form-text{padding: 2px 5px; font-size: 13px;}
footer .footinfo .container-inline .form-submit{width:65px; height: 24px; font-size: 12px; background:#920783; color:#fff;}
footer .footinfo .container-inline .form-actions{width: 30%; float: left;}

.page-search .search-form .form-wrapper{padding-top:50px;}
.page-search .region-content #block-system-main .content{max-width:1170px;width:100%;margin:0 auto;padding-left:15px; padding-right:15px; margin-bottom:50px;}
.page-search .search-form .form-item-keys label {font-size: 18px; display: block; margin-bottom:10px;}
.page-search .search-form .form-item-keys {width: 50%; display: inline-block; margin-right:-4px}
.page-search .search-form .form-text{border: 1px solid #d7d7d7; text-indent:10px; padding: 7px 0;}
.page-search .search-form .form-submit {float:none;}

.page-search h2{font-size:35px; margin:0; font-weight:500; margin-bottom:20px;}
.page-search .search-results .title{font-weight:500;}
.page-search .content ol.search-results {
    list-style-type: decimal;
    margin: 0;
    padding: 0 0 0 20px;
}
.hidden-fields{display:none;}
.page-node-done .webform-confirmation, .page-node-done .links{margin:0 auto; width:50%; padding:0 15px; text-align:center; margin-top:60px;}
.page-node-done .webform-confirmation p{font-size:22px; font-weight:400;}
.page-node-done .links{margin-bottom:60px; }
.page-node-done .links a{background:#0076a3 url(../images/back-arrow.png) no-repeat 8px 8px; margin-bottom:60px; display: inline-block; 
padding:4px 14px 4px 22px; border-radius: 6px; color:#fff; }

.page-node-done #block-system-main .links {
    display: none;
}
.overlay {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  position: fixed;
  z-index: 1;
  display: none;
}

.overlay.active {
  display: block;
}

.mainbanner .stitle{color:#00172b;margin-top:53%;margin-bottom:20px;}
.mainbanner .smore{border: 2px solid #00172b;color: #00172b;width: 215px;background-image: url(../images/arrow-1.png);}
.mainbanner .smore:hover {
  color: #fff;
  background-image: url(../images/arrow.png);
}


@media (min-width: 992px) {
  header li:hover ul {
    display: block;
  }
  header ul ul {
    position: absolute;
  }

  header ul li ul li li > a {
    /*border-bottom: 1px solid #dcdcdc;*/
  }
  
  header.sticky ul li ul li > a {
    /*border-bottom: 1px solid #dcdcdc;*/
	padding: 0 17px;
	text-transform:none;
	color:#595757;
	line-height:40px;
  }
  
  header ul li > ul li a:hover {
    /*background-color: #920783;*/
    color: #920783;
  }
/*  header ul li ul > li li a:hover {
    background-color: #000;
    color: #fff;
  }*/

  header ul li ul li:last-child a {
    border-bottom: 0;
  }
 nav ul li.submenu li.mob{display:none;}
}

@media (max-width: 1440px) {
.inner-banner{height:460px;}	
}

@media (max-width: 1366px) {
 .offsettop80, .aboutus, .success-stories, .whoweare{padding: 40px 0;}
 footer .footmenu{padding:10px 0;}
 .products-cont{padding-top: 50px;}
 .mission-img{max-width:360px;}
 footer .cccont{padding:10px 0;}
 .mainbanner h2{font-size: 50px;}
 .aboutus h2{font-size:50px; margin-bottom: 25px;}
 .success-stories .counter{font-size:80px}
}


@media (max-width: 1199px) {
.products-cont .products h4{min-height:auto; font-size: 25px;}
.products-cont .products{padding:15px;}
.products-cont .products p{min-height:auto; font-size: 18px; line-height:22px;}
 header li a{padding: 0 17px;}
 header div.searchcont{right: 53px;}
.banner-title h1{font-size:45px;}
.inner-banner{height:380px;}
.press{min-height: 240px;}
.press h4{font-size: 22px;}
.career h4 a{min-height: 90px;}
.press.coverage{min-height: 314px;}
}

@media (max-width: 1200px) {
#world-map-markers{height:450px;}
.milestone{min-height: 290px;}
.milestone p{font-size: 15px; line-height: 20px;}	

  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 25px;
  }

  h5 {
    font-size: 20px;
  }

/*.offsettop80, .aboutus, .products-cont, .success-stories, .whoweare {padding: 20px 0;}*/

.mainbanner .banner{height: 600px;}	
/*.press{min-height: 430px;} */
.platforms-tabs ul li{margin: 0 8px;}
.platforms-tabs ul li a, .fourg a{font-size: 20px; padding: 10px 40px;}
ul.phones li{margin:0; padding: 0 8px;}
.tab-data .models{padding:10px; min-height: 365px;}
.success-stories .counter{font-size:65px;}
.success-stories h2{font-size: 40px;}
.aboutus h2{font-size:45px;}
}


@media (max-width: 991px) {
.success-stories .counter{font-size:60px;}
.milestone{min-height:275px;}
.mission-img{max-width: 280px;}
.milestone h2{font-size:45px;}
.milestone h5{font-size: 22px;}
/*.press{min-height: 378px;} */
.technology{min-height: 260px;}
.tab-data{padding:20px 0 0;}
ul.phones li span{font-size:44px;}
ul.phones li span + span{font-size: 20px; line-height: 20px;}
footer{font-size: 16px;}

  .navigation {
    float: right;
    margin: 0;
  }

/*  header {
    height: 56px;
  }*/
  
  header nav {
    display: none;
  }

  header .serchbtn {
    padding: 20px 14px;
  }
  header li a {
    padding: 15px 5px;
	line-height:normal;
  }
  header .mobilenav {
    margin-top: 10px;
    padding: 6px 11px;
	border-radius:0;
	float: right;
  }
  
  header li {
    width: 100%;
  }
  header li > ul {
    /*margin-left: 20px;*/
    width: 100%;
  }
  
header li.submenu ul li a{padding-left:35px;}
  
  
  header nav {
    background: #000000 none repeat scroll 0 0;
    height: 100%;
    max-width: 320px;
    position: fixed;
    right: 0;
    width: 100%;
    top: 60px;
    overflow: auto;
  }
  header nav a {
    border-bottom: 1px solid #252525;
    padding-left: 20px;
    padding-right: 20px;
  }
  header nav > ul {
    float: left;
    padding-bottom: 60px;
  }
  header .navigation.active nav {
    display: block;
  }
  header .navigation.active .fa-bars:before {
    content: "\f00d";
  }

header .righttop{float: right;}

.success-stories .counter{font-size:65px;}
.newsroom{padding-top:30px;}
.platforms-tabs ul li{margin: 0 5px;}
.platforms-tabs ul li a, .fourg a{font-size: 20px; padding:8px 24px;}
.apply .news{padding:20px;}
.whoweare h4{font-size: 22px;}
.smartphone .title{font-size:30px;}
.cpu{padding:25px 0 0;}
header li > ul li a{line-height:normal;}
header a{line-height:60px;}
ul.geo li a, header.sticky a{line-height:normal;}
ul.geo li a{line-height:26px; padding:15px 14px;}
header.sticky ul.geo li a{line-height:26px;}
header.sticky a {color: #fff;}
header.sticky ul.geo li a{color:#595757}
.products-cont .products{margin-bottom:30px;}
.mainbanner h2 br{display:none;}
footer .footsabnav a{padding: 0 10px;}
header div.searchcont{right:0; margin-top:-1px;}
header div.searchcont .form-submit{font-size: 14px; width: 80px;}
.serchbtn:hover, .open .serchbtn {background-color: #f3f3f3;}
header li:hover a {background: #f3f3f3; /*background:transparent; */color: #595757;}
header div.searchcont .form-text{background: #f3f3f3;}
.banner-title h1 {font-size:38px;}
h2{font-size:34px;}
.offsettop80, .aboutus, .success-stories, .whoweare{padding:20px 0;}
.career{min-height: 260px;}
}


@media (max-width: 767px) {
.pad40, .pad20{padding-top:15px; padding-bottom:15px;}
.item-list ul{margin: 0 0 1em 0;}
#world-map-markers {height:350px;}
ul.tabing li{padding:1.5% 2.5%;}
form.webform-client-form{margin: 0 auto; padding:0 20px;}
.webform-client-form > div{padding:25px;}
.webform-client-form .lefttextbox, .webform-client-form .righttextbox{width:100%; padding:0;}
.milestone{min-height:200px;}
.whoweare h2, .newsroom h2{margin:15px 0 15px;}	
.mainbanner .banner{height:500px; min-height:500px;}
.mainbanner p{margin-bottom: 30px;}

  .mainbanner h2 {
    font-family: "Gilroy-ExtraBold";
    font-size: 30px; margin-bottom: 30px;
  }
  .mainbanner p {
    font-size: 18px;
  }

  .aboutus p {
    font-size: 18px;
    line-height: 30px;
  }

  .products-cont .products {
    min-height: auto;
    padding: 20px;
  }

  footer .footmenu li {
    display: inline-block;
    margin: 0 15px;
    width: auto;
  }
  footer .social-links a {
    padding: 5px 8px;
  }
  footer .cccont * {
    text-align: center;
  }

  .success-stories .counter {
    font-size: 50px;
  }
  
/*  header .righttop ul li ul li > a {
	padding: 8px;
  } 
   */
.banner-title h1{font-size:36px;}  
.whoweare .vcenter{padding:10px 0;}  
.mission-img{margin-top:15px;}
.mission ul{padding:0;}
.mission ul li{margin-bottom:5px;}  
.mission h3{margin:15px 0;}
.chairman h2{font-size:24px;}
.chairman h3{font-size:22px;}
.chairman p{font-size: 17px; line-height: 24px;}
.leo-li{padding-left: 0;}
.whoweare .leo-li p{font-size:20px;}

form.webform-client-form-466{padding:0;}
.apply .role, .apply .applycon .location{padding-left:20px;}
.apply .applycon .description, .apply .applycon .qualification{padding:20px;}
#edit-submitted-attach-your-cv-resume-ajax-wrapper{width: 100%;}
.webform-client-form-466 .form-actions{float:left; width:auto;}
.resume .form-managed-file input, .resume .form-managed-file .file{width: 50%;}
.press{min-height:200px;} 
.press h4{font-size: 22px; margin:5px 0;}
.technology .fillgrey h3{font-size: 26px;}
h2 {font-size:32px;}
.lte{padding:15px 0}
.platforms-tabs ul li a, .fourg a{font-size:18px; padding: 5px 16px;}
.newstab, .platforms-tabs{margin:20px 0;}
.whoweare .flex-reverse{padding:20px 0;}
.tablet img{padding:0 0 20px;}
.smartphone .knowmore, .models .knowmore{margin-top:0;}
.smartphone .title{font-size:26px; margin-bottom:10px;}
.tab-data .models{min-height:250px;}
.tab-data .models h4{font-size: 24px;}
.whoweare p{line-height: 24px; font-size: 15px;}
ul.turnkey{margin-bottom: 15px;}
footer .wechat{display:none;}
.products-cont .products img{width:100%;}
.about-cont p{margin-bottom:15px;}
.mainbanner .banner-cont{text-align:center; left: 0; width:100%; padding:0 15px;}
.mainbanner .button{min-width: 160px; width: 160px; padding: 6px;}
.mainbanner .button{background-image: url(../images/tab-arrow.png);}
.career h4 a{min-height: 60px;}
.press.coverage{min-height: 200px;}
.press.coverage h4{min-height: 60px;}
#webform-component-countrystate .shs-select-level-1{width:100%;}
.customimg{width:100%;}
}


@media (max-width: 660px) {
.smartphone{padding:15px 0;}
ul.tabing li{display:block; margin-right:0; border-left:0;}
.newstab ul li a, .newstab ul li{display: block;}
.mapdata{padding: 20px;}
.webform-client-form > div {padding: 15px;}
.block.block-webform h2{font-size: 30px;}
.tab-content{padding: 30px 0 0;}
.webform-client-form .lefttextbox input, .webform-client-form .form-text, .page-search .search-form .form-text{font-size: 15px; padding: 2px 0px;}
#world-map-markers {height:280px;}
.form-submit, .resume .form-managed-file .form-submit{font-size: 16px; height:26px; width: 100px;}
.webform-client-form .form-textarea-wrapper textarea{height:40px;}
form.webform-client-form{padding: 0 15px;}
form.webform-client-form-466{padding:0;}
.apply .applycon .location li{margin:0; display: block; width:100%; margin-bottom:5px;}
.cant{font-size: 20px; font-weight:400; padding-bottom:20px;}
.platforms-tabs ul li{display:block; margin:10px 0;}
ul.phones li{display:block; width:100%; margin-bottom:10px;}
ul.phones li .g4{text-align: center; width: 100%; display: block; padding:10px 0;}
ul.phones li span{display: block; line-height: 44px;}
ul.phones li span + span{padding:0;}
.success-stories h2{font-size:35px;}
.success-stories .counter{font-size:40px;}
.mainbanner .banner{min-height:360px;}
.aboutus h2{font-size: 35px; margin-bottom: 10px;}
.offsettop80, .aboutus, .success-stories, .whoweare{padding:20px 0;}
.success-stories h2{font-size: 30px;}
footer .footmenu li{margin: 0 10px; padding:0;}
footer .footsabnav a{padding: 0 8px;}
header nav{max-width: 300px;}
}

@media (max-width: 562px) {
.view-filters .views-exposed-form .views-exposed-widget .form-select{width:90px; margin-bottom: 10px;}
.view-filters .form-submit{width:90px}
.view-filters .views-exposed-form .views-exposed-widget{padding: 0 .5em 0 0;}
.videosection{margin-bottom:0;}
}



@media (max-width: 480px) {
.milestone h2{font-size: 40px;}
.milestone h5 {font-size: 20px;}
.success-stories h2{font-size: 28px;}
.success-stories p{font-size: 18px; line-height: 22px;}
.whoweare h2, .newsroom h2 {margin:10px 0;}
.mission-img{max-width: 260px;}
.mapdata{width: 320px;}
.resume .form-managed-file input, .resume .form-managed-file .file{width:64%;}
.technology{min-height: 230px;}	
.apply .news{padding:10px;}
footer .footnav h4{font-size: 17px;}
footer .footnav li{margin-bottom:3px;}
.about-cont .btn{padding:5px 16px; border-radius: 5px;}
.banner-title h1{font-size: 30px;}
h2 {font-size:26px;}
.tablet img{padding:10px 0;}
.inner-banner{height:300px;}
.smartphone {padding:15px 0 0;}
.smartphone .title{font-size: 24px;}
.press h4, .whoweare h4{font-size:20px;}
.bread{font-size: 15px;}
}



@media (max-width: 400px) {
header div.searchcont{width:330px; right:-40px;}
footer .footsabnav a{padding: 0 2px;}
}

	
@media (max-width: 320px) {
.aboutus h2, .success-stories h2{font-size: 35px;}
#world-map-markers {height:220px;}
header div.searchcont{width:300px; right:-42px;}
.footnav .col-xs-6{width:100%;}
footer .footmenu li{margin: 0 2px;}
}
