/****/
/* margin reset */
.m0  {margin: 0px !important;}
.m5  {margin: 5px !important;}
.m10 {margin: 10px !important;}
.m15 {margin: 15px !important;}
.m20 {margin: 15px !important;}

.mt0  {margin-top: 0px !important}
.mt5  {margin-top: 5px !important}
.mt10 {margin-top: 10px !important}
.mt15 {margin-top: 15px !important}
.mt20 {margin-top: 20px !important}

.mb0  {margin-bottom: 0px !important}
.mb5  {margin-bottom: 5px !important}
.mb10 {margin-bottom: 10px !important}
.mb15 {margin-bottom: 15px !important}
.mb20 {margin-bottom: 20px !important}

.mr0  {margin-right: 0px !important}
.mr5  {margin-right: 5px !important}
.mr10 {margin-right: 10px !important}
.mr15 {margin-right: 15px !important}
.mr20 {margin-right: 20px !important}

.ml0  {margin-left: 0px !important}
.ml5  {margin-left: 5px !important}
.ml10 {margin-left: 10px !important}
.ml15 {margin-left: 15px !important}
.ml20 {margin-left: 20px !important}

/* padding reset*/
.p0  {padding: 0px !important;}
.p5  {padding: 5px !important;}
.p10 {padding: 10px !important;}
.p15 {padding: 15px !important;}
.p20 {padding: 15px !important;}

.pt0  {padding-top: 0px !important}
.pt5  {padding-top: 5px !important}
.pt10 {padding-top: 10px !important}
.pt15 {padding-top: 15px !important}
.pt20 {padding-top: 20px !important}
.pt50 {padding-top: 50px !important}

.pb0  {padding-bottom: 0px !important}
.pb5  {padding-bottom: 5px !important}
.pb10 {padding-bottom: 10px !important}
.pb15 {padding-bottom: 15px !important}
.pb20 {padding-bottom: 20px !important}
.pb25 {padding-bottom: 25px !important}

.pr0  {padding-right: 0px !important}
.pr5  {padding-right: 5px !important}
.pr10 {padding-right: 10px !important}
.pr15 {padding-right: 15px !important}
.pr20 {padding-right: 20px !important}

.pl0  {padding-left: 0px !important}
.pl5  {padding-left: 5px !important}
.pl10 {padding-left: 10px !important}
.pl15 {padding-left: 15px !important}
.pl20 {padding-left: 20px !important}

.aleft{text-align: left !important;}
.aright{text-align: right !important;}
.acenter{text-align: center !important;}

.fleft{float: left;}
.fright{float: right;}


/****/

/** body **/
body{
  font-family: 'Lato', sans-serif;
  color: #555;
}

a.fxwlink{
  color: #e10d40;
  text-decoration: none;
  border-bottom: 1px dotted #e10d40;
  padding-bottom: 2px;
}

a.fxwlink:hover{
  color: #bc0a35;
  text-decoration: none;
  border-bottom: 1px dotted #bc0a35;
}

a.fxwblacklink{
  color: #390ba2;
  text-decoration: none;
  border-bottom: 1px dotted #390ba2;
  padding-bottom: 2px;
}

a.fxwblacklink:hover{
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dotted #fff;
  padding-bottom: 2px;
}

/* header */
.navbar{
  margin-bottom: 0px;
}
.navbar.navbar-default{
  background-color: #fff;
  border: 0px;
  padding: 20px 0;
}
.navbar-brand{
  height: auto;
  padding: 0 0px;
  padding: 0 15px
}
.navbar-nav > li > a{
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
.navbar-default .navbar-nav > li > a{
  color: #fff;
}
.navbar-toggle{
  margin-top: 3px;
  margin-bottom: 0px;
}
.navbar-info {
  border-left: 1px dotted #ccc;
  margin-top: 10px;
  padding: 0 10px;
  float: left;
}
.navbar-info a{
  color: #ccc;
  text-decoration: none;
}
.navbar-info a:hover{
  color: #390ba2;
  text-decoration: none;
  border-bottom: 1px dotted #fff;
}

/* highlight main */
.jumbotron{

  text-align: center;
  padding: 0px !important;
  margin: 0px !important;
}

.jumbotron.subpage{
  background-image: radial-gradient(50% 50% at 50% 50% , #1dc09f, #390ba2);
}
.jumbotron h1{
  color: #fff;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.0em;
  margin-bottom: 25px;
}
.jumbotron h2{
  color: #fff;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.5em;
  margin-bottom: 50px;
}
.jumbotron .c2a{
  margin-bottom: 80px;
}

.jumbotron .highlight img{
  display: inline;
}

/* highlight technolgoy */
.highlight-technology{
  background-color: #333;
  color: #fff;
}

/* how you start */
.how-you-start{
  background-color: #f0f0f0;
  text-align: center;
}

/* how we work */
.how-we-work{
  background-color: #fff;
  text-align: center;
}
.how-we-work .highlight img{
  display: inline;
}

.sticky{
  text-align: right;
}

.how-we-work .col-md-5{
  position: sticky;
  top: 100px;
}

.process-icons{
  margin-bottom: 150px;
  margin-left: 50px;
  text-align: left;
}

h2.section-headline.process{
  font-size: 30px;
  margin-top: 40px;
  font-weight: 300;
}

.process-icons img{
  display: inline-block;
  margin-right: 45px;
}

.process-content{
  display: inline-block;
  text-align: left;
  top: 20px;
  position: relative;
}

.process-content h2{
  color: #333;
  font-weight: 600;
  margin-bottom: 0px;
}

.process-icons p{
  color: #333;
  font-weight: 300;
  font-size: 20px;
}

/* dev cases */
.dev-cases{
  background-color: #fff;
  text-align: center;
}

/* technolgy */
.technolgy{
  background-color: #f0f0f0;
  text-align: center;
}

/* customer */
.customer{
  background-color: #333;
  text-align: center;
}

/* location */
.location{
  text-align: left;
}

.location .section-head-title{
  margin-bottom: 20px;
}

.location .location-info{
  color: #999;
}

.location .module-section{
    padding: 50px 0px 0px 0px;
}

.label-department{
  background-color: #e10d40;
  color: #fff;
  display: ;
  padding: 5px 10px;
  font-size: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 700;
}

.weight300{
  font-weight: 300 !important;
}

/* faq */
.faq{
  background-color: #fff;
  text-align: center;
}

/* c2a */
.c2a{
  background-color: #390ba2;
  text-align: center;
  color: #fff;
}
p.c2a{
  background: transparent;
  border: none;
}

/* module section */
.module-section{
  padding: 80px 0px;
}

/* c2a module section */
.module-section-c2a{
  padding: 40px 0px;
  color: #fff !important;
}

.module-section-c2a h2{
  font-size: 16px;
  margin-bottom: 35px;
  color: #fff !important;
}

/* section headlines title*/
.section-head-title{
  margin-bottom: 80px;
}
.section-headline{
  color: #444;
  font-size: 50px;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 2px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.section-title{
  font-size: 20px;
  color: #666;
  line-height: 1.5em;
  font-weight: 300;
  margin: 0px;
}

.dev-cases .section-headline{
  color: #333;
}

.dev-cases .section-title{
  color: #333;
}

.dev-cases p{
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8em;
}

.customer .section-headline{
  color: #390ba2;
  border-bottom: 1px dotted #390ba2;
}

.customer .section-title{
  color: #390ba2;
}

.location .section-headline{
  color: #555;
  font-weight: 300;
  border-bottom: 0px;
  display: block;
  margin-top: 10px;
}

.location .section-title{
  color: #555;
}

/* customer */
.customer-box{
  width:100%;
  height:125px;
  color:#fff;
  border: 1px solid #3f3f3f;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.customer-logo{
  position: relative;
  top: 50%;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


.how-you-start .hys-content{
  text-align: left;
}
.how-you-start .hys-content h1{
  font-size: 20px;
  font-weight: 700;
  margin-top: 0px;
}
.how-you-start .hys-content h1 .fa{
  margin-right: 10px;
  font-size: 18px;
}
.how-you-start .hys-content p{
  font-size: 16px;
  font-weight: 300;
}
.hys-cnt-1{
  margin-top: 15px;
}
.hys-cnt-2{
  margin-top: 70px;
}
.hys-cnt-3{
  margin-top: 70px;
}

/* skills */
ul.skills-list{
  line-height: 2.5em;
  list-style-type: none;
  font-size: 16px;
  text-align: left;
  color: #777;
  margin: 0;
  padding: 0;
}
ul.skills-list a{
  color: #777;
}
ul.skills-list a:hover{
  color: #390ba2;
  text-decoration: none;
  border-bottom: 1px dotted #390ba2;
}

/* buttons */
.btn{
  padding: 10px 20px;
}

.btn-white{
  background-color: #fff;
  border: 1px solid #fff;
  color: #390ba2;
}

.btn-white-border{
  background-color: transparent;
  color: #000;
  opacity: 0.5;
}

.btn-white-border:hover,
.btn-white-border:focus{
  background-color: #333;
  color: #fff;
  opacity: 0.5;
}

.btn-white-border.btn-subpage:hover,
.btn-white-border.btn-subpage:focus{
  background-color: #390ba2;
  color: #fff;
  opacity: 1;

}

.btn-red{
  background-color: #390ba2;
  border: 1px solid #390ba2;
  color: #fff;
}

.btn-red:hover,
.btn-red:focus{
  background-color: #fff;
  border: 1px solid #390ba2;
  color: #390ba2;
}

.btn-black{
  background-color: #555;
  border: 1px solid #555;
  color: #fff;
}

.btn-black:hover,
.btn-black:focus{
  background-color: #fff;
  border: 1px solid #e10d40;
  color: #e10d40;
}

.btn-white-border .fa{
  font-size: 16px !important;
  position: relative !important;
  top: 0px !important; 
} 

.btn-white-border .fa.fa-send{
 font-size: 14px !important;
 left: -1px !important;
 top: -1px !important;
}

.login{
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 600;
  margin-left: 15px;
}

.fxw-nav li a{
  padding: 10px 15px;
  font-size: 18px;
}

.btn-turk{
  background-color: #390ba2;
  border: 1px solid #390ba2;
  color: #fff;
  font-weight: 300;
}
.btn-turk:hover{
  background-color: #fff;
  border: 1px solid #390ba2;
  color: #390ba2;
  font-weight: 300;
}

.btn-special{
  background-color: transparent;
  border: 1px solid #390ba2;
  color: #390ba2;
  font-weight: 300;
}
.btn-special:hover{
  background-color: #390ba2;
  border: 1px solid #390ba2;
  color: #333;
}
.btn-jumbotron{
  width: 225px;
  font-weight: 700;
}
.btn .fa{
  font-size: 20px;
  position: relative;
  padding-right: 5px;
  top: 1px
}
.btn .fa.fa-phone{
  top: 2px;
}
.label-or{
  font-size: 14px;
  font-weight: 400;
  padding: 10px;
  position: relative;
  color: #fff;
  top: 0px;
}

.btn-row .label-or{
  top: 10px;
}

.startpage-header-right{
  padding-top: 30px;
}

.startpage-logo{
  opacity: 0.5;
}

/* footer */
footer{
  padding: 0px 0px;
  background-color: #f9f9f9;
}

.container.footer-bottom{
   background: #fff none repeat scroll 0 0;
    padding: 15px;
    width: 100%;
}

/* footer header */
.social-icons{
  display:inline-block;
  margin-left: 30px;
  margin-top: 7px;
}
.social-icons .fa{
  margin-right: 5px;
}
.social-icons a{
  color: #ccc;
  font-size: 22px;
}
.social-icons a:hover{
  color: #390ba2;
}
.right-c2a-number{
  display: block;
  font-size: 22px;
  font-weight: 400;
  color: #aaa;
  margin-top: 7px;
  text-align: center;
  padding-top: 20px; 
}
.center-c2a-number{
  display: block;
  font-size: 22px;
  font-weight: 600;
  color: #aaa;
  margin-top: 7px;
  text-align: center;
}

.center-c2a-number a.phonelink{
  font-weight: 600;
}


.center-c2a-number a{
   color: #aaa;
   text-decoration: none;
   font-weight: 300;
}

.center-c2a-number a:hover{
  color: #390ba2;
}

.center-c2a-number.or{
  font-size: 12px;
  font-weight: 300;
}

.center-c2a-number .fa-phone{
  font-size: 20px;
}
.center-c2a-number .fa-angle-double-right{
  font-size: 18px;
}



/* footer list */
.footer-list h1{
  font-size: 18px;
  color: #aaa;
  margin-top: 0px;
  font-weight: 700;
}
.footer-list p{
  color: #aaa;
}

ul.ft-list{
  line-height: 2em;
  list-style-type: none;
  font-size: 14px;
  text-align: left;
  color: #aaa;
  margin: 0;
  padding: 0;
}
ul.ft-list a{
  color: #aaa;
}
ul.ft-list a:hover{
  color: #390ba2;
  text-decoration: none;
  border-bottom: 1px dotted #390ba2;
}

/* footer bottom */
.footer-bottom{
  text-align: left;
  color: #aaa;
  font-size: 12px;
}
.footer-bottom a{
  color: #aaa;
}
.footer-bottom a:hover{
  color: #390ba2;
  text-decoration: none;
  border-bottom: 1px dotted #390ba2;
}


/* pace loader */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #333;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px;
}

/* modal */
.modal-backdrop {
  background-color: #333;
}
.modal-backdrop.in {
  opacity: 1;
}
.modal-dialog {
  margin: 50px auto;
}
.modal-content {
  background-color: transparent;
  border: 0px solid #333;
  border-radius: 0px;
  box-shadow: none;
}
.modal-content {
  box-shadow: none;
}
.modal-header {
  border-bottom: 0px solid #390ba2;
  color: #390ba2;
  text-align: center;
}
.close {
  color: #000;
  float: right;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  opacity: 1;
  text-shadow: 0 0 0 #000;
  z-index: 9999;
  margin-right: 15px;
}
.close:hover, .close:focus{
  color: #777;
  text-shadow: 0 0 0 #777;
  opacity: 1;
}
.modal-c2a-number {
  color: #390ba2;
  display: block;
  font-size: 40px;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 20px;
  text-align: center;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 20px;
}
.modal-c2a-mail {
  color: #555;
  display: block;
  font-size: 40px;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 20px;
  text-align: center;
  padding-bottom: 20px;
}
.modal-call-content p{
  color: #390ba2;
  text-align: center;
}

.modal-call-content h3{
  color: #390ba2;
  text-align: center;
}

.btn-modal-send{
  background-color: #390ba2;
  border: 0px;
  height: 40px;
  font-size: 16px;
  color: #fff;
  width: 100%;
}

.btn-modal-send:hover{
  background-color: #2c097b;
  color: #fff;
}

.btn-modal-send.white{
  background-color: #fff;
  color: #390ba2;
  font-weight: 600;
  padding: 8px !important;
}

.btn-modal-send.orange{
  background-color: #390ba2;
  color: #fff;
  font-weight: 600;
  padding: 8px !important;
}

p.or-we-call{
  margin-bottom: 20px;
}

.modal-open .modal {
  background: #fff none repeat scroll 0 0;
  z-index: 99999;
}

.request-list .lp-list{
  color: #fff;
}

.form-control-modal {
  background-color: transparent;
  background-image: none;
  border: 1px solid #390ba2;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #390ba2;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}

/* form control placeholder fxw color */
.form-control-modal::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:   #390ba2;
}
.form-control-modal:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #390ba2;
   opacity:  1;
}
.form-control-modal::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #390ba2;
   opacity:  1;
}
.form-control-modal:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #390ba2;
}

/* form control placeholder darkblue color */
.form-control-modal.darkblue::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #390ba2;
}
.form-control-modal.darkblue:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #390ba2;
   opacity:  1;
}
.form-control-modal.darkblue::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #390ba2;
   opacity:  1;
}
.form-control-modal.darkblue:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #390ba2;
}

.form-control-modal.darkblue{
  border: 1px solid #390ba2;
  color: #390ba2;
}


.form-group-modal{
  margin-bottom: 10px;
}
.textarea-modal {
  resize: vertical;
  width: 100%;
  height: 150px;
  padding: 12px;
}

h2.request-form-title{
  color:#390ba2;
  font-size:22px;
  font-weight:600;
  margin: 0px 0px 15px 0px;
  line-height: 1.2em;
}

.g-recaptcha {
    transform:scale(0.89);
    transform-origin:0 0;
}

.request-form-box{
  background:#fff;
  min-height:100px;
  padding:20px;
  border-radius:10px;
}

.request-left-box{
  width: 85%;
  margin-left:50px;
}

.request-info-text{
  font-size: 20px !important;
}

.request-right-title-h3{
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  margin-top: 30px;
}

.request-list{
  margin-left: 15px;
}

/**/
.module-section.module-content{
  color: #333;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
}

.module-section.module-content ul li{
  margin-bottom: 10px;
}

.fxw-pagcontent-hiring h3{
  color: #333;
  font-weight: 700;
}

.fxw-pagcontent-hiring p{
  color: #333;
  font-size: 16px;
  line-height: 2em;
}
.with-dots{
  list-style-type: disc;
}
.no-dots{
  list-style-type: none;
}
ul.no-dots{
  padding: 0px;
}

.list-item{
  color: #333;
  font-size: 16px;
  line-height: 2em;
}
.list-item h4{
  font-weight: 700;
}

.list-item.experience {
  background-color: #f6f6f6;
  display: block;
  padding: 20px;
  margin-left: -20px;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

h3.jobs-description{
  color: #333;
  font-size: 20px;
  line-height: 2em;
  font-weight: 700;
}

/* jobs header */
.jumbotron.header-md-section{
  background-color: #390ba2;
  text-align: center;
  padding: 0px;
  margin: 0px;
}
.jumbotron.header-md-section h1{
  color: #fff;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.5em;
  margin-top: 20px; 
  margin-bottom: 50px;
}
.jumbotron.header-md-section h2{
  color: #333;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.5em;
  margin-top: -50px;
}

.lp-list{
  font-size: 18px;
  line-height: 2.5em;
  padding-left: 25px;
  margin-bottom: 50px;
}

.lp-list.no-bold{
  font-weight: 400;
}

.lp-list.white{
  color: #fff;
}



.lp-list .fa{
  margin-right: 5px;
  width: 20px;
}

/* jobs */

.jobs-lists{
  list-style-type: none;
  padding: 0px;
}

.jobs h2{
  border-bottom: 1px dotted #aaa;
  color: #333;
  font-weight: 700;
  padding-bottom: 15px;
}

.jobs h2 .fa{
  color: #390ba2;
  margin-right: 10px;
}

.jobs .item {
  color: #390ba2;
  font-size: 18px;
  font-weight: 400;
  margin-top: 17px;
}

.jobs .job-title {
  color: #390ba2;
  line-height: 1.6;
  text-decoration: none;
}

.jobs .job-location {
  color: #afb2b5;
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
}

.jobs p {
  font-size: 16px;
  line-height: 2em;
}

.header-lp, .header-lp h2{
  color: #333;
  font-size: 24px;
  font-weight: 700;
}

.header-lp .lp-list{
  color: #fff;
}

.list-lp .fa{
  color: #390ba2;
}

.lp-border-bottom{
  border-bottom: 1px dotted #fff;
}

/* boostrap validator */

.form-control-feedback{
  height: 40px !important;
  line-height: 40px !important;
  width: 40px !important;
}

.has-success .form-control-feedback {
  color: #390ba2;
}

.has-error .form-control-modal {
  border: 1px solid #a94442;
}

.help-block{
  display: none !important;
}

.footer-watermark{
  position: relative; 
  margin-bottom: -370px;
}

.modal-page-background{
  background-color: #fff;
}

.modal-page{
  padding-right:15px;
}

.modal-page .close{
  margin-top:0px;
}

.thanks p{
  font-size: 16px;
}

.footer-border-bottom{
  border-bottom: 1px solid #eee;
}

.only-mobile{
  display: none;
}

.clear-both{
  clear: both;
}


.call-your-agent-lp{
  text-align: right;
  margin-right: 15px;
}

.form-headline{
  color: #390ba2 !important;
  margin-bottom: 15px !important;
}


.form-dark{
  background:#333;
  min-height:100px;
  padding:20px;
  border-radius:10px;
}


/* adnatives template */
/* flatbox slider */
.flatbox-slider{
  background: #333;
}

.ct-pag-hor > .ct-viewport {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.ct-flat > .ct-tab.ct-pag-hor.ct-pag-bottom, .ct-flatbox > .ct-tab.ct-pag-hor.ct-pag-bottom {
  border: none !important;
}

.ct-pag {
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
  margin-top: -55px;
  position: relative;
}

.ct-flat > .ct-tab .ct-pagitem.ct-cur, .ct-flatbox > .ct-tab .ct-pagitem.ct-cur {
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0 !important;
  color: #fff;
  opacity: 1.0;
}

.ct-tab .ct-pagitem {
  color: #fff !important;
  opacity: 0.5;
}

.ct-barless .ct-playpause {
  bottom: 15px !important;
  right: 15px !important;
}

.ct-barless .ct-timer-bar {
  background-color: transparent !important;
  display: block !important;
  margin-top: -58px !important;
}

.ct-slide .ct-slide-default .container{
  padding-top:125px;
  text-align:left;
}

.ct-slide .ct-slide-default .container .ct-slide-content{
  padding-top:65px;
}

.ct-slide-content h1{
  font-variant-ligatures: none;
  letter-spacing: 1px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}

.ct-slide-content h3{
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 1.4;
    margin: 4px 0 32px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.ct-tab.ct-pag-hor .ct-pagitem{
  line-height: 1.2em;
}

/*ct-slide-1*/
.ct-slide .ct-slide-1{
  min-height:750px;
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #17a688 0%, #30e2bd 100%) repeat scroll 0 0;
}
.ct-slide .ct-slide-2{
  min-height:750px;
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #f39c12 0%, #ffc364 100%) repeat scroll 0 0;
}
.ct-slide .ct-slide-3{
  min-height:750px;
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #1490d4 0%, #3eadef 100%) repeat scroll 0 0;
}
.ct-slide .ct-slide-4{
  min-height:750px;
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #db5644 0%, #f37665 100%) repeat scroll 0 0;
}

.ct-slide .ct-slide-5{
  min-height:750px;
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #8657f3 0%, #9872f2 100%) repeat scroll 0 0;

}
/*ct-slide-4*/

/* slide white buttons */
.ct-slide-1 .ct-slide-content .btn-big-white{
  color: #02b392 !important;
}

.ct-slide-2 .ct-slide-content .btn-big-white{
  color: #f39c12 !important;
}

.ct-slide-3 .ct-slide-content .btn-big-white{
  color: #0191d9 !important;
}

.ct-slide-4 .ct-slide-content .btn-big-white{
  color: #e15a44 !important;
}

/* slide white last slider */
.ct-slide-5 .ct-slide-content .btn-big-white{
  background: #fff !important;
  color: #8657f3 !important;
}

.ct-slide-5 .ct-slide-content .btn-big-white.call{
  background: #fff !important;
  color: #8657f3 !important;
}


.after-highlight{
  height: 57px;
  background:#333;
}

.trackboard-icon{
  float: right;
  left: 10px;
  position: relative;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  top: 15px;
}

.esstouch-icon{
  left: 0;
  position: relative;
  top: -6px;
}

/* big buttons */
.btn-big{
  border: 0 none;
  font-size: 22px;
  margin-top: 20px;
  opacity: 1;
  padding: 15px 32px;
  margin-right: 10px;
}

.btn-big-white{
  background: #fff none repeat scroll 0 0;
  border: medium none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #4f8ef7;
  opacity: 0.90;
  transition: all 0.1s linear 0s;
}

.btn-big-white:hover{
  opacity: 1.0;
  color: #4f8ef7;
}

.btn-big-white-border{
  background: transparent none repeat scroll 0 0;
  border: medium none;
  box-shadow: 0 0 0 2px #fff inset;
  color: #fff;
  transition: all 0.1s linear 0s;
  opacity: 0.5;
}

.btn-big-white-border:hover{
  opacity: 1.0;
  color: #fff;
  box-shadow: 0 0 0 2px #fff inset;
}

.ct-slide-5 .ct-slide-content h1{
  color: #fff;
}

.ct-slide-5 .ct-slide-content h3{
  color: #fff;
}

.version-text{
  font-size: 12px !important;
}

/* header*/
.header-top{
  position: absolute;
  width: 100%;
  z-index: 9999;
}

.header-top .container{
  z-index: 9999;
  min-height:85px;
}

.header-top .container .row{
  min-height:85px;
}

.header-top .container .row .col-lg-6{
  min-height:90px;
  padding-top: 35px;
}

.logo{
  position: relative;
  top: -90px;
}


/* parallax */
.parallax {
  position: relative;
  padding: 25vh 10%;
  min-height: 100vh;
  box-sizing: border-box;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
  transform-style: inherit;
  overflow: hidden;
}

.parallax.subpage{
  padding: 10vh 10%;
}

.parallax.headline-subpage {
  position: relative;
  min-height: 100px;
}

.parallax.headline-subpage{
    padding: 20px 10%;
}

.parallax:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.parallax:nth-child(2n) .title {
  margin-left: 0;
  margin-right: auto;
}

.parallax:nth-child(2n+1) .title {
  margin-left: auto;
  margin-right: 0;
}

.parallax,
.parallax:before {
  background: 50% 50% / cover;
}

#colorful {
  background-image: url("../image/colorful-bg.png");
  background-attachment: fixed;
}

.colorfulbar{
  background: url("../image/colorful-bar.png") repeat;
  height: 50px;
  background-size: 100% 100%; 
}

.colorfulbar.colorfulbar-modal{
  height: 10px;
}

.ct-pag-hor > .ct-viewport {
  overflow: hidden !important;
}

.technolgies{
  display: inline-block;
  width: 170px;
  height: 100px;
  text-align: center;
  background-color: #fff;
  margin-right: 15px;
  margin-bottom: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.technolgies img{
  padding-top: 0px;
}

.parallax .section-head-title .section-headline{
  color: #fff;
  font-size: 50px;
}

.parallax .section-head-title .section-title{
  color: #fff;
}

.content .sidebar {
  /*border: 1px solid red;*/
  float: left;
  height: auto;
  margin: 0px 0 0px 10px;
  overflow: hidden;
  width: 450px;
  text-align: right;
}

.content .main {
  /*border: 1px solid blue;*/
  height: auto;
  margin: 10px 10px 10px 222px;
  overflow: hidden;
}

.content.process{
  position: relative;
  margin-top: 100px;
}


/* MOBILE */
/* MOBILE */
@media (max-width: 550px) {

  .hide-mobile{
    display: none;
  }

  .only-mobile{
    display: block;
  }

  .navbar-brand {
    text-align: center;
    width: 100%;
  }

  .navbar-brand > img {
    display: inline;
  }

  .jumbotron h1 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.0em;
    margin-bottom: 25px;
  }

  .jumbotron h2 {
    color: #333;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5em;
    margin-bottom: 25px;
  }

  .jumbotron.header-md-section h1{
      color: #fff;
      font-size: 28px;
      font-weight: 700;
      line-height: 1.0em;
      margin-bottom: 15px;
  }

   .jumbotron.header-md-section h2{
      color: #333;
      font-size: 12px;
      font-weight: 600;
      line-height: 1.5em;
      margin-bottom: 25px;
      margin-top: 0px;
  }


  .label-or.dark{
    color: #333;
  }

  .jobs h2 {
    text-align: center;
  }

  .jobs .item {
    text-align: center;
  }


  .jumbotron .c2a{
    margin-bottom: 25px;
  }

  .btn{
    margin-bottom: 10px;
    text-align: center;
  }

  .navbar-info {
    margin-top: 10px;
    display: inline-block;
    float: inherit;
    text-align: center;
    width: 100%;
  }

  .section-headline {
    font-size: 28px;
  }

  .section-title {
    font-size: 14px;
  }

  .customer-logo {
    display: inherit;
    text-align: center;
  }
  .customer-box {
    padding: 25px;
    height: 50px;
  }

  .customer-logo {
    display: block;
    top: 0;
    position: inherit;
    transform: scale;
  }

  .module-section {
    padding: 50px 0;
  }

  .section-head-title {
    margin-bottom: 50px;
  }

  .hys-cnt-1{
    text-align: center;
  }

  .hys-cnt-2 {
    text-align: center;
    margin-top: 25px;
  }

  .hys-cnt-3 {
    text-align: center;
    margin-top: 25px;
  }

  ul.skills-list {
    font-size: 10px;
    text-align: center;
  }

  .module-section-c2a h1{
    font-size: 24px;
  }

   .module-section-c2a h2{
    font-size: 14px;
    margin-top: 10px;
  }

  .location .container .module-section .col-md-4{
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #444;
    text-align: center; 
  }
  .location .container .module-section .col-md-4:last-child{
    border-bottom:none;
  }

  .social-icons{
    width: 100%;
    text-align: center;
    margin: 20px 0px 0px 0px;
  }

  .right-c2a-number{
    display: none;
  }

  .footer-list{
    text-align: center;
  }

  .footer-list .col-md-4,
  .footer-list .col-md-2{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    border-bottom: 1px solid #eee;
  }

  .footer-list .col-md-4:last-child{
    border: none;
  }

  ul.ft-list{
    text-align: center;
  }

  .footer-watermark{
    display: none;
  }

  .jumbotron h2.request-info-text{
    font-size: 14px !important;
  }

  .col-md-12.request-container{
    padding: 0px;
  }

  .request-left-box{
    width: 100%;
    margin-left:0px;
  }

  h2.request-form-title{
    font-size:18px;
    margin-bottom: 10px;
  }
  .request-list{
    margin-left: 0px;
  }
  .request-right-title-h3{
    font-size: 20px;
  }
  .request-list .lp-list{
    font-size: 12px;
    font-weight: 400 !important;
  }

  h3.jobs-description{
    font-size: 14px;
    margin-top: 0px;
  }

  .jobs h2 {
   font-size: 20px;
  }

  .list-item {
    font-size: 14px;
    line-height: 2em;
  }

  .call-your-agent-lp{
    width: 100%;
    text-align: center;
    margin-top: 25px;
    margin-right: 0px;
  }

  .header-lp h1{
    margin-bottom: 10px !important;
    font-size: 24px;
  }

  .header-lp h2{
    margin-bottom: 0px !important;
  }

  .header-lp .lp-list{
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 1.9em;
  }

  .list-lp-2{
    font-size: 12px !important;
  }

  .header-lp h2.form-headline{
    margin-bottom: 10px !important;
    font-size: 14px;
}

}

