:root {
  --primary: #1e90ff;
  --secondary: #cccccc;
  --green:#1ca598
}

body {
  color: #444;
}
a:hover {
  color: #13aff0;
}
.header {
  position: sticky; top: 0px; background: #fff; box-shadow: 0 0 25px rgba(0,0,0,0.1);
}

.h2{
  font-size: 39px; padding:15px; margin:0px;
}
@media print {
  .header {
    border-bottom: solid 2px #333; position: static;
  }
  .header .col-sm-6{
    width:100%;
  }
  nav.mainnav ul li,nav.mainnav ul, nav.mainnav  {margin:0px; padding:0px;}
  nav.mainnav ul li a{padding:0 5px}
}
/* LOGO */
.logo {
  display: flex; justify-content: start; align-items: center; height: 100%;
  padding:20px 0;
}
.logo img {
  width: 180px;
}
/* MAIN NAV */
.vanish {
  display: block;
  position: absolute;
  left: -999em;
}
.mainnav{position: relative;}
.mainnav input.menucheck {
  display: none;
}
.mainnav .hamburger {
  width: 35px;
  height: 4px;
  display: none;
  border-radius: 5px;
  background: black;
  position: relative;
  top: 33px;
}
.mainnav .hamburger:before {
  width: 35px;
  height: 4px;
  border-radius: 5px;
  background: black;
  position: absolute;
  top: -8px;
  left: 0px;
  content: "";
}
.mainnav .hamburger:after {
  width: 35px;
  height: 4px;
  border-radius: 5px;
  background: black;
  position: absolute;
  top: 8px;
  left: 0px;
  content: "";
}
nav.mainnav {
  margin: 0px; padding: 0px; justify-content: end; display: flex;
}
@media print {
  nav.mainnav {
    justify-content: center;
  }
}
nav.mainnav ul {
  margin: 0px; padding: 0px;  display: block;
  position: relative;
}
nav.mainnav ul li {
  margin: 0px; padding: 0px; display: inline-block;
  position: relative;
}
nav.mainnav ul li a {
  padding: 25px 15px;  display: block; text-decoration: none; font-weight: bold; color: #333;
}
nav.mainnav ul li ul {
  position: absolute; left: 0px; top: 60px; display: none; z-index:9; border-left: solid 1px #f1f1f1; border-right: solid 1px #f1f1f1; border-bottom: solid 1px #f1f1f1;
}
nav.mainnav ul li ul li {
  display: block;
}
nav.mainnav ul li ul li a {
  padding: 10px; background: white; font-weight: normal; font-weight: 400; font-size: 14px; line-height: 1; text-transform: uppercase; border-top: solid 1px #f1f1f1; white-space: nowrap;
}
nav.mainnav ul li ul li a:hover {
  background: #f8f8f8; font-weight: bold;
}
nav.mainnav ul li:hover ul {
  display: block;
}
/* PAGE HEADER */
.pageHeader {
  background-color: #233645;
}
.pageHeader .row{
  
  height:120px;
}
.titlecol{
  display: flex;  flex-direction: column;
}
.titlecol .subTitle{color:#fff}
.pageHeader .pageTitle{
  display: block;  font-size: 24px;  line-height: 1.4em;  font-weight: 400;  margin: 0;  color:white; }
.pageHeader .bread {font-weight: 600;}
.pageHeader .bread a{  color:white;  text-decoration: none;}
.pageHeader .bread a:hover{
 color:var(--primary);
}
.pageHeader .bread {
  color:#ccc
}
@media print {
  .pageHeader{ color:#444;  }
  .pageHeader .pageTitle{ color:#444; }
  .pageHeader .subTitle{ color:#666; }
  .pageHeader .justify-content-end{ justify-content: flex-start!important; }
  .pageHeader .justify-content-end { text-align: left;  justify-content:flex-start; }

}
/* PAGE CONTENT */
.pageContent{padding:50px 0 50px 0}
/* WORKSHOP */
.workshop {  background: #7f7f7f;  display: flex;  justify-content: center;  align-items: center;  flex-direction: column;  height: 550px;  color: #fff;}
.workshop h2 {
  color: #ffffff; font-size: 60px;  text-transform: uppercase;  letter-spacing: 8px;}
@media print {
  .workshop h2 {    margin-top: 30px;    font-size: 50px;    letter-spacing: 0px;    color: #444;  }
}
.workshop .col-sm-12 {  text-align: center;}
.workshop h3 {  font-size: 20px;  display: block;  padding: 20px 0;}
.workshop .btngroup {  display: flex;  padding: 30px 0;  justify-content: center;}
.workshop .btngroup a {  font-size: 15px;  font-weight: 700;  text-transform: uppercase;  line-height: 1em;  letter-spacing: 2px;  fill: #333333;  color: #333333;  background-color: #ffffff;  border-radius: 0px 0px 0px 0px;  padding: 20px 33px 20px 33px;  text-decoration: none;  margin: 15px;}
.workshop .btngroup a:hover {  color: #fff;  background: #1b80b9;}
@media print {
  .workshop { height: auto;    text-align: center;  }
  .workshop .btngroup {    padding: 0;  }
  .workshop .btngroup a {    border: solid 2px #333333;  }
}
/* WHO WE */
.whowe {  padding: 30px 0;}
.whowe h2 {  font-size: 34px;  margin: 0px;  padding: 30px 0;  font-weight: bold;}
.whowe p {  font-weight: bold;  font-size: 16px;}
.whowe .btn {  padding-right: 20px;  padding-left: 20px;  margin-top: 25px;}
@media print {
  .whowe .btn {
    color: #333;
  }
}
/* MYFORM */
.formBlock h2{
  padding:80px 0 50px 0;

}
.formBlock h3,.contactAddress h3{
  padding:20px 0 20px 0;

}
.formBlock .fa-upload {
  position: absolute;
    z-index: 9;
    top: 9px;
    right: 11px;
}
.contactAddress p{
  padding-top:20px;
}
.smallInfo{font-size:12px;}
.formBlock input[type=text],.formBlock input[type=password],.formBlock input[type=email],.formBlock input[type=number],.formBlock input[type=file]{
  background:#f6f6f6;
  border-radius:0px;
}
.formBlock h5{
  font-size:18px;font-weight: 300;
  padding:10px 0;
}
.formBlock .form-check{
padding-bottom:20px;
}
.formBlock  textarea.form-control{
  background:#f6f6f6;
  border-radius:0px;
  min-height:300px;
}
.formBlock  .btnRow .btn{
  border-radius: 0px; padding-left:15px; padding-right:15px;
  background:var(--primary);
}
/* WHAT WE */
.whatwe {
  padding: 30px 0;
}
.whatwe h2 {
  font-size: 34px;
  margin: 0px;
  padding: 50px 0;
  font-weight: bold;
}
.whatwe .block {
  text-align: center;
  background-color: #daddda;
  height: 490px;
  padding: 20px 30px 0 25px;
  border-radius: 5px;
}

.whatwe i {
  padding: 20px;
  display: block;
}
.whatwe i.fas:before {
  font-size: 60px;
}
.whatwe p {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.whatwe h3 {
  padding: 0px 0px 0px 0px;
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.whatwe a.btn {
  font-weight: bold;
}
.whatwe .block:hover {
  background-color: #444;
  color: #fff;
}
.whatwe .block:hover h3 {
  color: #fff;
}
.whatwe .block:hover a.btn {
  background-color: #fff;
  color: #444;
}
@media print {
  .whatwe .col-sm-12 {
    width: 33.33%;
  }
  .whatwe .block {
    width: 100%;
    padding: 15px;
    border: solid 2px #444;
  }
}

/* WINNING */
.winning {
  padding: 50px 0;
}
.winning h2 {
  padding: 0px 0px 0px 0px;
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  min-height: 50px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.connect {
  display: flex;
  justify-content: end;
  align-items: center;
}
@media print {
  .connect {
    justify-content: start;
  }
}

.driven .img-fluid {
  margin-top: 40px;
}
.driven .servicelist {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.driven .servicelist li {
  padding: 6px 8px 6px 20px;
}
.driven .servicelist li span:first-child {
  margin-right: 15px;
}

.connect a {
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 5px;
}
/* OFFER */
.offerItem {
  padding:50px 0 50px 0;
}
.offerItem i{
  display: block;
}
.offerItem i:before{
  font-size:50px;
  color:#999;
}
.offerItem strong{
  font-size:20px;
  display:block;
  padding:15px;
}
i.eicon-sign-out:before{
  content: '\e930';
}
@media print {
 
  .offer .col-sm-4{
    width:33.33%;
  }
}
/*GRAY CONTENT */
.grayCont {
  background: #f5f5f5;
  padding: 50px 0;
}
.grayCont h2 {
  font-size: 28px;
  font-weight: 600;
  padding: 30px 0;
}
.grayCont h3 {
  font-size: 18px;
  font-weight: 600;
  padding: 20px 0;
}

/* HELP */
.help .flipBlock{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--green);
  color:#fff;
  padding:25px;
  flex-direction: column;
  height:260px;
  border-radius: 20px;;

}
.flip-box {
  height:260px;
  display: block;
}

/* This container is needed to position the front and back side */
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-box-front {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--green);
  color:#fff;
  padding:25px;
  flex-direction: column;
  height:260px;
  border-radius: 20px;;
}

/* Style the back side */
.flip-box-back {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--green);
  color:#fff;
  padding:25px;
  flex-direction: column;
  height:260px;
  border-radius: 20px;;
  transform: rotateY(180deg);
}

.help .h2{
  margin-top:30px;
  margin-bottom:30px;
}
.help .flipBlock h3{
  font-size: 22px;
  text-align: center;
}
.help .flipBlock:hover{
  animation-name: flip-with-scale;
  animation-duration: 1s;
}
.help .flipBlock:hover p{text-align: center;}
.help .flipBlock:hover h3{display: none;}
.help .flipBlock:hover p{display: block;}
.help .flipBlock p{
  display: none;
}
@media print {
 
  .help .col-lg-4{
    width:100%;
  }
  .help .h2{
   display:block
  }
  .help .flipBlock{width:100%; height:auto; padding:25px 0; text-align: left;}
  .help .flipBlock h3{
   display:block;
   text-align:left;
   color:#333
  }
  .help .flipBlock p{
    display:block
   }
}
.getahead{
  background: rgb(38,47,193);
background: linear-gradient(45deg, rgba(38,47,193,1) 0%, rgba(8,201,224,1) 100%);
height:200px;
border-radius:20px;
margin:25px 0;
display: flex;
justify-content: space-between;
align-items: center;
}
.getahead h3{text-align: left; padding-left:25px; color:white; font-size:35px;}
.getahead a{margin-right:25px;}
/* SOLUTION */
.solutions h1{text-align: center;font-weight: 700; padding:50px 0}
.solutions .col-md-4{font-weight: 700; padding:15px 0; text-align: center; font-size: 18px;}

/* Partner */
.partner {
  padding-bottom:50px;
}
.partner img{
  width:300px;

}
.partner h2{text-align: center; padding:50px 0; font-size: 2.5rem; font-weight: 700;}
/* talent */
.talent {
  background-color: #f5f5f5;
  border-radius: 5px;
  display: block;
  min-height:350px;
  text-align: center;
  padding:30px;

}
.talent:hover{
 background:#37d76d;
}
.talent i{
  margin:0 auto;
  background-color: #fff;
  display: flex;
  width:90px;
  height:90px;
  justify-content: center;
  border-radius: 100px;
  align-items: center;
}
.talent h3{font-size:18px; padding:20px 0}
.talent i:before{
  font-size:35px
}
@media print {
  .talent i{margin:0px;}
  .talent {
    min-height:150px;
    padding:30px 0;
    text-align: left;
  }
}
/* APPROACH */
.approach {
  padding-bottom:50px;
}
.approach h1{
  padding:0px 0 50px 0;
  font-size:25px;
  text-align: center;
  font-weight: 700;
}
.approach .talent{
  margin-bottom:20px
}
@media print {
  .approach .col-lg-3 {
    width:50% !important;
   
  }
  .talent i{height:50px;}
  .approach .talent{min-height:auto;  padding:10px 20px}
}
/* POPULAR */
.popular {
  padding-bottom:50px;
}
.popular h2{
  text-align: center;
  padding:50px 0;
}
.popular .col-lg-3{
 text-align: center;
 font-size:18px;
 padding:15px 0;
}
@media print {
  .popular .col-lg-3{
    padding:5px 0;
  }
}
#footer{
    background:#233645;
    padding:50px 0 25px 0;
    color:#ccc;
}
#footer .companyinfo img{
    margin-bottom:25px;
    max-width: 95%;
}
#footer .companyinfo p{
    padding:10px 0;
}
#footer h3{
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    padding:20px 0
}
#footer ul{
    list-style: none;
    margin: 0px 0 0 0;
    padding:0px;
}
#footer ul li a{
    color:#ccc;
    text-decoration: none;
    padding:5px 0;
    font-size:16px;
    display: block;
}
#footer ul li a:hover{
    color:#1b80b9;
}
@media print {
  #footer .col-lg-4{display:none}
  #footer .col-lg-3{
    width:40%;
  }
  #footer .col-lg-5{
    width:60%;
  }
  #footer .scrolltop{display:none}
  #footer ul li a{
    padding:2px 0;
  }
  .contactDetail div.contactli{
    padding-bottom:3px;
  }
}
.contactDetail div.contactli {
    display: flex;
    padding-bottom:15px;
}
.contactDetail div.contactli i{
    margin-top:5px;
    width:40px;
}
.topline{
    border-top:solid 1px rgba(255,255,255,0.20);
    padding:20px 0 0 0
}
.scrolltop{
    display:flex;
    justify-content: end;
}
.scrolltop a{
    text-decoration: none;
    display: flex;
    justify-content: start;
    align-items: center;
    color:white;
}
.scrolltop i{
    background:#fff;
    width:30px;
    height:30px;
    border-radius:30px;
    display:flex;
    justify-content: end;
    align-items: center;
    margin-left:20px;
    
}
.scrolltop i:before{
    color: #333;
    position: relative;
    left: -9px;
    text-decoration: none;
}

.dl {
    border-top:solid 1px #ccc;
  display: flex;
  flex-direction: column;
}
.dr {
  display: flex;
  padding:10px 0;
  border-bottom:solid 1px #ccc;
  
}
.dt {
  display: flex;
  min-width: 200px;
  font-weight:bold;
  
}
.dd {
  display: flex;
  
}
/* Responsive Design*/
/* For Desktop View */
/* Ipad Landscape */
@media screen and (min-width: 1024px) and (max-width:1180px) {
 body{
  /* border-top:solid 10px red; */
 }
   nav.mainnav ul li a{padding-left:10px; padding-right:10px;}
   .talent{ min-height:400px;}
   .approach .talent{min-height:330px;}
}
 
/* For Tablet View */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body{
    /* border-top:solid 10px blue; */
   }
     
   
}
/* Mobile to Ipad Portait */
 @media screen and (min-width: 320px) and (max-width: 1024px) {
  body{
    /* border-top:solid 10px black; */
   }
   .whatwe p{ height:150px;  }
   .whatwe .block{height:410px}
   .whatwe .col-lg-4{margin-bottom:20px;}
   .flip-box{margin-bottom:20px;}
   .talent{margin-bottom:20px; min-height:404px}
   .approach .talent{min-height:310px}
   .mainnav ul.nav {
    display: none;
    position: absolute;
    width: 350px;
    flex-direction: column;
    background: var(---primary-dark-color);
    top: 55px;
}
input.menucheck {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 9;
  opacity: 0;
  top: 9px;
    right: 0px;
}
.mainnav input.menucheck {
  display: block;
}
.mainnav .hamburger {
  display: block;
}
input.menucheck:checked ~ .nav {
  display: flex;
}
input.menucheck:checked ~ .hamburger{height:0px}
input.menucheck:checked ~ .hamburger:before {
  transform: rotate(45deg) translate(-2px, -1px);
  top: 2px;
}
input.menucheck:checked ~ .hamburger:after {
  transform: rotate(-45deg) translate(0, -1px);
  top: 2px;
}
nav.mainnav ul li a{ padding: 10px 15px; background:#0eb290;border-top:solid 1px  #333;}
nav.mainnav ul li:hover ul{
  position:relative;
  top:0px;
  background:#0eb290;
  border-bottom:solid 1px  #0eb290;
}
nav.mainnav ul li:hover ul li a{background:#0eb290; border-top:solid 1px  #333; padding-left:15px; padding-top:15px; padding-bottom:15px; font-size:16px;
 }
}

 /* For Mobile Landscape */
 @media screen and (max-width:667px){
  body{
    /* border-top:solid 10px green; */
   }
 }
/* For Mobile Portrait View */
@media screen and (max-width:480px){
  body{
    /* border-top:solid 10px yellow; */
   }
   .workshop {height:auto}
   .workshop h2{margin-top:20px; font-size:35px}
   .workshop .btngroup{flex-direction: column;}
   .workshop .btngroup a{margin:5px; padding-top:10px; padding-bottom:10px;}
   .pageHeader .justify-content-end{justify-content: flex-start !important}
   .offerItem{padding-top:10px; padding-bottom: 10px;}
   .winning {text-align: center;}
   .winning .connect{margin-top:15px; justify-content: center;}
   .formBlock .btnRow .btn{width:100%}
   .contactAddress {padding-top:30px}
   .contactAddress h3{padding-bottom:0px;}
   nav.mainnav{
    position: absolute;
    top: 0px;
    right: 21px;
}
   }
