/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{font-family:'Roboto', sans-serif;line-height:1.4;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;min-height:100%;}body{margin:0;min-height:100%;}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}h1{font-size:4.2em;margin: 0 0 40px;}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}

/* custom css start */
/* common class */
input:-webkit-autofill:focus,  input:-webkit-autofill:visited{
    background-color: #000 !important;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.visible-xs, .visible-xs-ib {
  display: none !important;
}
.pull-left{
  float: left;
}
.pull-right{
  float: right;
}
.text-right{
  text-align: right;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-uppercase{
  text-transform: uppercase;
}
.inline-block{
  display: inline-block;
}
.va-middle{
  vertical-align: middle;
}
.btn-default{
  border: 2px solid #f04112;
  color: #f04112;
  background: none;
  line-height: 1;
  padding: 10px 15px;
  font-size: 1.6em;
  border-radius: 6px;
  cursor: pointer;
}
body:not(.touchAble) .btn-default:hover{
  background: #f04112;
  color: #FFF;
}
.btn-link{
  color: #f04112;
  font-size: 1.5em;
  text-transform: uppercase;
}
body:not(.touchAble) .btn-link:hover{
  text-decoration: underline;
}
.group:after{
  content: '';
  display: table;
  clear: both;
}
.subMenu{
  position: absolute;
  background: #f2f2f2;
  left: 100%;
  top: 0;
  width: 190px;
  z-index: 99;
}
.subMenu li{
  padding-top: 0 !important;
  width: 100%;
}
.header .logo{
  display: inline-block;
  width: auto;
  height: auto;
  vertical-align: middle;
  margin: 0;
  padding: 8px 0px;
  line-height: 0;
}
a, a:focus, button:focus, button{
  outline: none;
  text-decoration: none;
}
ul{
  padding: 0;
  margin: 0;  
  list-style-type: none;
}
.fluidBox {
  max-width: 1165px;
  margin: auto;
}
.font0{
  font-size: 0
}
.font0 > *{
  font-size: 10px;
}
*, *:before, *:after{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.img-responsive{
  max-width: 100%;
}
h1, h2,h3,h4,h5,h6{
  line-height: 1;
  margin-top: 0;
  font-weight: 300;
}
.table{
  display: table;
  border-collapse: collapse;
  width: 100%;
}
.serviceLinks{
  width: 325px;
  float: right;
  border-left: solid 1px #ccc;
  margin-top: 50px;
  padding-left: 20px;
  padding-bottom:30px;
}
.homeIcn{
  position: relative;
  width: 23px;
  height: 20px;
  background: url(../img/sprite.png) -173px -49px no-repeat;
  margin-right: 20px;
  top: 4px;
}
.serviceLinks h3{
  text-transform:uppercase;
  color:#333;
  font-size:16px;
  margin-top:0;
  margin-bottom:20px;
  font-weight:600;
}
.countryCode{
  width:200px !important;
}
.phoneInput{
  width:calc(100% - 239px) !important;
}
.serviceLinks ul li{
  display:block;
  border-bottom:solid 1px #ccc;
}
.serviceLinks ul li a{
  color:#3982aa;
  font-size:14px;
  padding:13px 0px;
  text-decoration:none;
  display:block;
}
.serviceLinks ul li a.selected{
  color:#000;
}
.table .row{
  display: table-row;
}
.table-cell{
  display: table-cell;
  vertical-align: middle;
}
.fill-btn{
    display: inline-block;
    border: 0;
    color: #f04112;
    background: #FFF;
    padding: 13px 44px;
    line-height: 1;
    border-radius: 4px;
    font-weight: 700;
    cursor: pointer;
}
.t-head{
  font-weight: 500;
}
.truncation{
  max-height: 110px;
  overflow: hidden;
}
.dArrow{
  border: solid #FFF;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* common class end */

body{
  color: #040404;
  font-size: 62.5%;
}
.header{
  position: relative;
  z-index: 100;
}
.header > .fixed{
  box-shadow: 0 2px 5px rgba(0,0,0,.1);
  width: 100%;
  background: #FFF;
  height: 126px;
}
.formFix{
  position: fixed;
  z-index: 999;
}
.menu li{
  display: inline-block;
  position: relative;
  padding-top: 30px;
}
.menu > li > ul{
  position: absolute;
  background: #fff;
  width: 225px;
  left: 0;
  padding-top:0;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}
.menu > li > ul> li{
  display: block;
  padding-top:0;
}
.menu > li > ul> li a{
  padding:15px 10px;
}
.menu li > ul{
  display:none;
}
.menu li:hover > ul{
  display: block !important;
  cursor:pointer;
}
.menu a{
  display: block;
  color: #555;
  font-size: 12px;
  padding: 6px 10px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 500;
  border:solid 2px transparent;
}
.menu a:hover{
  color:#000;
}
.menu a.selected{
  border:solid 2px #636363;
  color:#000;
}
.menu a.selected:hover{
  color:#000;
}
.menu li ul a{
  padding: 20px;
}
body:not(.touchAble) .menu > li ul a:not(.active):hover{
  background-color: #d8d8d8; 
}
body:not(.touchAble) .menu > li:hover > a:not(.active){
}
.menu .active, li.active a{
  /*background: #f04112;*/
  color: #c6216e;
}
/* Mariama Sannoh home page custom CSS start */
.tpHeader{
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
  height: 42px;
  width: 100%;
}
.tpHeader a{
  position: relative;
  margin-top: 10px;
}
.tpHeader a.fb{
  width: 7px;
  height: 15px;
  background: url(../img/sprite.png) -6px -7px no-repeat;
  display: inline-block;
  margin-right: 15px;
  transition:all 0.2s;
  -webkit-transition:all 0.2s;
  -moz-transition:all 0.2s;
}
.tpHeader a.fb:hover{
  background: url(../img/sprite.png) -6px -29px no-repeat;
  transition:all 0.2s;
  -webkit-transition:all 0.2s;
  -moz-transition:all 0.2s;
}
.whyMariama SannohLi li{
  font-size:14px;
  margin-bottom:10px;
  position:relative;
  color:#666;
  padding-left:25px;
}
.whyMariama SannohLi li:before{
  content: '';
  position: absolute;
  width: 9px;
  height: 14px;
  left: 0;
  top: 2px;
  background: url(../img/sprite.png) -141px -52px no-repeat;
}
.tpHeader a.twitter{
  width: 14px;
  height: 12px;
  background: url(../img/sprite.png) -28px -8px no-repeat;
  display: inline-block;
  margin-right: 15px;
  transition:all 0.2s;
  -webkit-transition:all 0.2s;
  -moz-transition:all 0.2s;
}
.tpHeader a.twitter:hover{
  transition:all 0.2s;
  -webkit-transition:all 0.2s;
  -moz-transition:all 0.2s;
  background: url(../img/sprite.png) -28px -30px no-repeat;
}
.tpHeader a.gplus{
  width: 16px;
  height: 17px;
  background: url(../img/sprite.png) -63px -6px no-repeat;
  display: inline-block;
  margin-right: 15px;
  transition:all 0.2s;
  -webkit-transition:all 0.2s;
  -moz-transition:all 0.2s;
}
.tpHeader a.gplus:hover{
  transition:all 0.2s;
  -webkit-transition:all 0.2s;
  -moz-transition:all 0.2s;
  background: url(../img/sprite.png) -63px -28px no-repeat;
}
.tpHeader a.linkedin{
  width: 15px;
  height: 15px;
  background: url(../img/sprite.png) -92px -5px no-repeat;
  display: inline-block;
  margin-right: 35px;
  transition:all 0.2s;
  -webkit-transition:all 0.2s;
  -moz-transition:all 0.2s;
}
.tpHeader a.linkedin:hover{
  transition:all 0.2s;
  -webkit-transition:all 0.2s;
  -moz-transition:all 0.2s;
  background: url(../img/sprite.png) -92px -27px no-repeat;
}
.twosideMenu{
  width:400px !important;
}
.twosideMenu li{
  display: block !important;
  padding-top: 0 !important;
}
.twosideMenu li a{
  padding:10px 20px !important;
}
.freeZoneC, .offshoreZone{
  display:inline-block;
  width:49%;
  vertical-align:top;
}
.freeZoneC{
  /*border-right:solid 1px #ccc;*/
}
.freeZoneC h2, .offshoreZone h2{
  font-size: .9rem !important;
  font-weight: 500 !important;
  padding: 20px 0px 0px 21px !important;
}
.tpHeader p{
  display: inline-block;
  position: relative;
  padding-left: 25px;
  font-size: 18px;
  color: #212121;
  margin: 0;
  font-weight: 500;
}
.tpHeader p:before{
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(../img/sprite.png) -124px -6px no-repeat;
}

/* internal page CSS start */
.intBanner{
    background: url(../img/innerPage.jpg) no-repeat center center;
    text-align: center;
    height: 455px;
}
.conBanner{
    background: url(../img/new/16.jpg) no-repeat center center;
    text-align: center;
    height: 455px;
}
.abtBanner{
    background: url(../img/business-services.jpg) no-repeat center center;
    text-align: center;
    height: 455px;
}
.contentSection{
  margin-bottom: 100px;
}
.contentSection .ltSection{
  width: 63%;
  margin-right: 2%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: -30px;
}
.contentSection .ltSection1{
  width: 50%;
  margin-right: 5%;
}
.contentSection .ltSection h2, .contentSection .rtSection1 h2, .headingClass{
  font-family: 'Roboto Slab', serif;
  font-size: 30px;
  color: #444;
  margin-top: 0;
}
.contentSection .ltSection h2{
  margin-top: 25px;
  font-size: 22px;
  margin-bottom: 12px;
}
.contentSection .ltSection h3{
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
  font-weight: 400;
}
.contentSection .ltSection ul{
  margin-bottom: 25px;
}
.contentSection .ltSection p a{
  color: #F59516;
  font-weight: 500;
  border-bottom: solid 1px #F59516;
}
.headingClass{
  margin-bottom: 15px;
}
.contentSection .rtSection1 h2{
  color: #999;
  font-size: 24px;
}
.contentSection .ltSection p, .contentSection .rtSection1 p{
  font-size: 14px;
  color: #646464;
  line-height: 22px;
  margin-bottom: 15px;
  margin-top: 0;
  text-align: justify;
}
.contHead{
  font-weight: 500;
  width: 80px;
  color: #000;
  display: inline-block;
  height: 28px;
}
.contentSection .ltSection ul li, .contentSection .rtSection1 ul li{
  font-size: 14px;
  color: #646464;
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
}
.contentSection .ltSection ul li:before, .contentSection .rtSection1 ul li:before{
  content: '';
  position: absolute;
  width: 9px;
  height: 14px;
  left: 0;
  top: 2px;
  background: url(../img/sprite.png) -141px -52px no-repeat;
}
.contentSection .rtSection{
  width: 35%;
  display: inline-block;
  vertical-align: top;
}
.contentSection .rtSection1{
  width: 45%;
}
/* internal page CSS end */

/* Mariama Sannoh home page custom CSS end */

.bnrContent{
  padding-top: 300px;
  text-align: left;
  float: left;
}
.bnrContent1{
  padding-top: 280px;
  float: none;
}
.bnrContent .prjDet{
  display: inline-block;
}
.bnrContent .prjDet .wtCont{
  vertical-align: middle;
}
.bnrContent .prjDet .wtCont h1{
  font-size: 140px;
  color: #fff;
  text-transform:uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 65px;
  text-shadow: 5px 5px 10px rgba(0,0,0,0.5);
}
.bnrContent .prjDet .wtCont h1 span{
  font-size: 58px;
}
.bnrContent .prjDet .wtCont1 h1{
  font-size: 82px;
  color: #fff;
  text-transform:uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 40px;
  text-shadow: 5px 5px 10px rgba(0,0,0,0.5);
}
.bnrContent .prjDet .wtCont1 h1 span{
  font-size: 33px;
}
.bnrContent .prjDet .wtCont a{
  display: block;
  background: #F59516;
  color: #fff;
  text-transform: uppercase;
  border:solid 2px #fff;
  width: 170px;
  padding: 16px 0px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-top: 30px;
}

.bnrContent .prjDet .prcBg{
  background: #c6216e;
}
.topForm{
  width: 351px;
  background: #fff;
  height: 465px;
  float: right;
  margin-top: 150px;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
}
.mrtop{
    margin-top:10px !important;
}
.topFormInternal{
  margin-top: -230px;
  position: relative;
  bottom: 0; 
}
.fixForm{
  top:130px;
  position: fixed;
  z-index: 999;
  margin-top: 0;
  margin-left: 83px;
  bottom:0;
}
.fixFooterForm{
  position: fixed;
  top:auto;
  margin-top: auto;
  z-index: 0;
  margin-left: 83px;
}
.topForm h2{
  display: block;
  background: #f4f4f4;
  font-size: 20px;
  color: #464141;
  padding: 10px 0px;
  line-height: 25px;
  text-align: center;
}
.topForm h2 span{
  color: #323131;
  text-transform: uppercase;
  font-weight: 600;
}
.topForm form{
  display: block;
  margin-top: 15px;
  padding: 0px 24px;
}
.topForm form input{
  height: 35px;
  border:solid 1px #898989;
  display: block;
  width: 100%;
  margin-bottom: 12px;
  font-size: 12px;
  text-transform: none;
  color: #333;
  padding-left: 10px;
}
.topForm form textarea{
  width: 100%;
  display: block;
  border:solid 1px #898989;
  margin-bottom: 20px;
  height: 60px;
  font-size: 12px;
  text-transform: none;
  color: #333;
  padding-left: 10px;
  padding-top: 10px;
}
.topForm form input.btn{
  background: #F59516;
  color: #fff;
  text-transform: uppercase;
  border:none;
  font-size: 15px;
  font-weight: 500;
  width: 100px;
  margin: auto;
}
.topForm form p{
  text-align: right;
  font-size: 13px;
  color: #a29f9f;
  padding-top: 10px;
}
.topForm form p span{
  color: #fd1616;
}
.aboutUs{
  padding: 75px 0px;
}
.aboutUs .lt{
  width: 30%;
  display: inline-block;
  vertical-align: top;
  margin-right: 5%;
}
.aboutUs .lt h2{
  font-size: 24px;
  line-height: 36px;
  color: #3b3b3b;
  padding-top: 115px;
  font-weight: 400;
}
.aboutUs .rt{
  width: 65%;
  display: inline-block;
  vertical-align: top;
}
.aboutUs .rt h2{
  text-align: center;
  font-family: 'Roboto Slab', serif;
  font-size: 22px;
  font-weight: 700;
  font-style: italic;
  color: #4f4f4f;
}
.aboutUs .rt h2 span{
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-size: 55px;
  text-transform: uppercase;
  font-weight: 300 !important;
}
.aboutUs .rt p{
  color: #646464;
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 400;
}
.rtSectionContact{
  display: inline-block;
  vertical-align: top;
  width: 55%;
  margin-right: 5%;
}
.rtSectionContact form input{
  width:45%;
  height:40px;
  margin-right:4%;
  display:inline-block;
  vertical-align:top;
  font-size:13px;
  padding-left:10px;
  margin-bottom:15px;
  outline:none;
}
.rtSectionContact form select{
  width:94%;
  height:40px;
  margin-bottom:15px;
  background:#fff;
  font-size:13px;
  padding-left:10px;
  outline:none;
}
.rtSectionContact form select.countryList{
  width:45%;
}
.rtSectionContact form textarea{
  width:94%;
  height:120px;
  padding-left:10px;
  padding-top:8px;
  font-size:13px;
  margin-bottom:15px;
  outline:none;
}
.rtSectionContact form input.btn{
  background: #F59516;
  color: #fff;
  text-transform: uppercase;
  border:none;
  font-size: 15px;
  font-weight: 500;
  width: 100px;
  margin: auto;
  display: block;
  height: 45px;
}
.contLtSec{
  width: 40% !important;
  margin-right:0 !important;
}
.aboutCom{
  padding: 0px 0px 75px 0px;
}
.aboutCom .colOne{
  width: 30%;
  display: inline-block;
  vertical-align: top;
  margin-right: 5%;
}
.aboutCom .colOne h3{
  font-size: 16px;
  text-transform: uppercase;
  color: #212121;
  font-weight: 500;
  margin-bottom: 6px;
  margin-top: 10px;
}
.comForm{
  position: relative;
  padding-left: 35px;
}
.comForm:before{
  position: absolute;
  content: '';
  width: 31px;
  height: 30px;
  background: url(../img/sprite.png) -171px -8px no-repeat;
  left: 0;
  top: -8px;
}
.offshoreCom{
  position: relative;
  padding-left: 36px;
}
.offshoreCom:before{
  position: absolute;
  content: '';
  width: 33px;
  height: 33px;
  background: url(../img/sprite.png) -213px -3px no-repeat;
  left: 0;
  top: -12px;
}
.proServices{
  position: relative;
  padding-left: 36px;
}
.proServices:before{
  position: absolute;
  content: '';
  width: 28px;
  height: 28px;
  background: url(../img/sprite.png) -258px -8px no-repeat;
  left: 0;
  top: -8px;
}
.attesServ{
  position: relative;
  padding-left: 36px;
}
.attesServ:before{
  position: absolute;
  content: '';
  width: 26px;
  height: 26px;
  background: url(../img/sprite.png) -296px -8px no-repeat;
  left: 0;
  top: -8px;
}
.visaProcess{
  position: relative;
  padding-left: 36px;
}
.visaProcess:before{
  position: absolute;
  content: '';
  width: 27px;
  height: 21px;
  background: url(../img/sprite.png) -333px -11px no-repeat;
  left: 0;
  top: -3px;
}
.aboutCom .colOne p{
  margin: 0;
  font-size: 13px;
  color: #666;
}
.aboutCom .colOne a{
  font-size: 14px;
  color: #F59516;
  border:solid 2px #F59516;
  padding: 8px 18px;
  margin-top: 12px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
}
.aboutCom .colOne a:hover{
  background: #F59516;
  color: #fff;
}
.aboutCom .colOne:last-child{
  margin-right: 0;
}
.custSpeak{
  padding: 55px 0px;
}
.fullWdth{
  width: 100%;
  background: #cc9e12 url(../img/cusSpeakBg.jpg) bottom center no-repeat;
  height: 216px;
}
.customerSpeak h2{
  font-size: 40px;
  color: #212121;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}
.customerSpeak h2 span{
  color: #053679;
  font-weight: 300;
}
.custSpeak{
  font-family: 'Roboto Slab', serif;
  font-weight: 500;
  color: #000;
  font-size: 14px;
  max-width: 675px;
  margin: auto;
  line-height: 25px;
  text-align: center;
  font-style: italic;
}
.custSpeak p span{
  margin: 0;
  font-weight: 700;
}
.ourServices{
  background: #eaeaea;
  padding: 75px 0px 0px 0px;
  margin-bottom: 80px;
}
.ourServices h2{
  font-size: 40px;
  color: #212121;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
}
.ourServices h2 span{
  color: #053679;
  font-weight: 300;
}
.ourServices li{
  width: 25%;
  display: inline-block;
  margin-right: 12%;
  position: relative;
  margin-bottom: 75px;
}
.ourServices li h3{
  font-size: 16px;
  color: #212121;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  margin-bottom: 7px;
}
.ourServices li p{
  font-size: 13px;
  color: #6c6a6a;
  line-height: 18px;
  text-align: left;
  margin: 0;
  margin-bottom: 10px;
}
.ourServices li a{
  color: #F59516;
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: solid 2px #F59516;
}
.ourServices li:nth-child(3n + 3){
  margin-right: 0;
}
.recentPost{
  margin-bottom: 70px;
}
.recentPost h2{
  font-size: 40px;
  color: #212121;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
}
.recentPost h2 span{
  color: #053679;
  font-weight: 300;
}
.recentPost li{
  width: 30%;
  display: inline-block;
  vertical-align: top;
  box-shadow: 3px 2px 10px rgba(0,0,0,0.2);
  background: #fff;
  margin-right: 5%;
  height: 160px;
  border:solid 1px #e1e1e1;
  padding: 12px 10px;
}
.recentPost li:last-child{
  margin-right: 0;
}
.recentPost li img{
  display: inline-block;
  vertical-align: top;
}
.recentPost li .desc{
  display: inline-block;
  vertical-align: top;
  width: 59%;
  margin-left: 3%;
}
.recentPost li .desc a{
  color: #F59516;
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: solid 2px #F59516;
}
.recentPost li .desc p{
  font-size: 14px;
  color: #212121;
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 0;
  margin-top: 5px;
  line-height: 16px;
}
.recentPost li .desc p{
  vertical-align: top;
  display: inline-block;
  font-size: 12px;
  height: 55px;
  color: #6c6a6a;
}
.g-recaptcha {
    margin-bottom: 10px;
}
.caltoAction{
  background: #053679;
  /*url(../img/callBg.jpg) top center no-repeat*/
  width: 100%;
  height: 156px;
}
.caltoAction p{
  font-size: 16px;
  line-height: 24px;
  max-width: 650px;
  color: #fff;
  display: inline-block;
  margin-top: 32px;
}
.caltoAction a{
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  border:solid 2px #fff;
  display: inline-block;
  padding: 10px 25px;
  margin-left: 50px;
  vertical-align: top;
    margin-top: 50px;
}
.caltoAction a:hover{
  background: #fff;
  color: #212121;
}
.caltoAction p.number{
  font-size: 22px;
  display: inline-block;
  padding-left: 15px;
  vertical-align: top;
    margin-top: 64px;
}
.caltoAction p.number span{
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
  display: inline-block;
  padding-right: 12px;
}
.mnBanr{
  background: url(../img/new/banner1.PNG) no-repeat center center;
  background-size: cover;
  text-align: center;
  height: 700px;
}

.footer{
  background: #131313;
}
.footer .container{
  width:100%;
  margin: auto;
  padding: 40px 0px 10px 0px; 
  text-align: left;
  font-size: 14px;
  color: #999;
  background: #131313;
}
.footer .container .colFirst{
  width: 19%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.footer .container .colFirst:nth-child(3){
  width: 16%;
}
.footer .container .colFirst:nth-child(4){
  width: 12%;
}
.footer .container .colFirst:last-child{
  width: 25%;
}
.footer .container .colFirst h6{
  font-size: 12px;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 15px;
}
.footer .container .colFirst li{
  display: block;
  margin-bottom: 15px;
}
.footer .container .colFirst li a{
  color: #878787;
  font-size: 12px;
  border:solid 1px transparent;
  padding:3px 6px;
}
.footer .container .colFirst li a:hover{
  border:solid 1px #878787;
}
.footer .copyRite{
  background: #000;
}
.footer .copyRite p{
  margin: 0;
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  text-align: center;
  padding: 10px 0px;
}

h2{
  font-size: 4.2em;
}
.fluidBox main{
  max-width: 732px;
  width: calc(100% - 330px);
  float: left;
}
.main h1{
  color: #212121;
}
.main p {
  color: #3d3d3d;
}
main section{
  padding-top: 50px;
  clear: both;
}
.fluidBox .stickyBar{
  width: 330px;
  position: relative;
  float: right;
}
.sidebar div:not(.callBox){
  font-size: 1.6em;
}
.sidebar .callBox{
  font-size: 1.75em;
  line-height: 1;
}
.sidebar .title{
  margin-bottom: 20px;
}
.sidebar .title span{
  display: block;
  line-height: 1
}
.sidebar .title span:last-child{
  margin-top: 10px;
  font-weight: normal;
  font-size: 0.875em;
}
.callRequest .inputGroup2{
  position: relative;
  margin-bottom: 12px;
}
.callRequest .btn-group{
  padding-top: 10px;
}
.inputGroup2 input{
  background: transparent;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: rgba(255,255,255,.8);
  width: 100%;
  outline: none;
  padding: 12px 15px;
  line-height: 1;
  color: #e9e9e9;
}
.inputGroup2 input:focus + label, .inputGroup2 input:valid + label {
  bottom: 35px;
  font-size: 70%; 
}
.inputGroup2 label{
  position: absolute;
  left: 15px;
  bottom: 10px;
  color: rgba(255,255,255,.8);
  transition: all .1s linear;
}
.sidebar .callBox .sprite {
  width: 30px;
  height: 30px;
  background-position: -178px -48px;
  margin-right: 7px;
}


@media screen and (min-width: 768px){
  
}

body:not(.touchAble) .sideNav a:hover + span{
  visibility: visible;
  opacity: 1
}


/* media query */
@media screen and (max-width: 1024px) {
  .fluidBox main{
    padding: 0 20px;
  }
}
@media screen and (max-width: 992px) {
  .fluidBox main{
    width: 100%;
    margin: auto;
    float: none;
    padding: 0;
  }
  
}
@media screen and (max-width: 767px) {
  .hidden-xs{
    display: none !important;
  }
  .visible-xs-ib{
    display: inline-block !important;
  }
  .visible-xs{
    display: block !important;
  }
  .header{
    height: auto;
  }
  .header .fixed{
    position: relative;
  }
  .header .logo{
    width: 200px;
    background-size: contain;
  }
  nav.nav{
    display: none;
    float: none;
    width: 100%;
    padding: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: #fff;
    padding-bottom: 15px;
    box-shadow: 0px 15px 25px rgba(0,0,0,0.2);
  }
  .menu > li > ul{
    width: 100%;
    position: relative;
    padding-top: 0;
  }
  .menu > li > ul> li{
    padding-left:25px;
  }
  .subMenu{
    position: relative;
    /*display: block !important;*/
    width: 100%;
    left: 0;
  }
  .conBanner{
    height: auto;
  }
  .intBanner{
    height: auto;
  }
  .contentSection .ltSection h2{
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
  }
  .headingClass{
    font-size: 22px;
    line-height: 28px;
    padding-top: 20px;
    font-weight: 500;
  }
  .contentSection .ltSection h3{
    font-size: 14px;
    line-height: 20px;
  }
  .contentSection .rtSection{
    width: 100%;
  }
  .freeZoneC, .offshoreZone{
      width:100%;
  }
  .serviceLinks{
    padding-left:40px;
  }
  .rtSectionContact{
    display: block;
    width: 100%;
    margin-bottom: 50px;
  }
  .rtSectionContact h2{
      font-size:1.8rem !important;
      font-weight:500;
      margin-top:30px;
  }
  .rtSectionContact form input{
      width:100%;
  }
  .rtSectionContact form select{
      width:100%;
  }
  .phoneInput{
      width:100% !important;
      margin-right:0;
  }
  .countryCode{
      width:100% !important;
  }
  .rtSectionContact form textarea{
      width:100%;
  }
  .contLtSec h2{
    font-size: 24px !important;
    color: #000 !important;
    margin-bottom: 25px !important;
  }
  .wrap{
      padding-left:1em !important;
      padding-right:1em !important;
  }
  .fullWdth{
      height:230px;
  }
  .contentSection .ltSection{
    display: block;
    width: 100% !important;
    top: 0;
  }
  .abtBanner{
    height: auto;
  }
  .bnrContent .prjDet .wtCont1 h1{
    font-size: 50px;
    line-height: 28px;
  }
  .bnrContent .prjDet .wtCont1 h1 span{
    font-size: 24px;
  }
  .contentSection .ltSection1{
    width: 100%;
    margin-top: 40px;
  }
  .contentSection .rtSection1{
    width: 100%;
  }
  .menu li{
    display: block;
  }
  .toggle-btn{
    width: 36px;
    height: 30px;
    vertical-align: middle;
    float: right;
    margin-top: 28px;
  }
  .toggle-btn span{
    display: block;
    height: 3px;
    background: #00396d;
    border-radius: 3px;
    width: 25px;
  }
  .toggle-btn span + span{
    margin-top: 5px;
  }
  .ameniti-list li:nth-child(-n+12){
    padding-bottom: 22px;
  }
  .fluidBox .stickyBar{
    margin: 0 auto 50px;
  }
  .mnBanr{
    height: 400px;
  }
  .bnrContent{
    padding-top: 80px;
  }
  .bnrContent .prjDet .wtCont h1{
    font-size: 60px;
    line-height: 32px;
  }
  .bnrContent .prjDet .wtCont h1 span{
    font-size: 25px;
  }
  .topForm{
    margin-top: 50px;
    width: 100%;
  }
  .ourServices h2, .recentPost h2, .customerSpeak h2{
    font-size: 30px;
  }
  .menu li{
    padding-top: 10px;
  }
  .caltoAction{
    background-image: none;
  }
  .aboutUs .lt{
    width: 100%;
  }
  .aboutUs .rt{
    width: 100%;
  }
  .aboutCom .colOne{
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .mnBanr, .fluidBox, .footer{
    padding: 0px 15px;
  }
  .ourServices li{
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
  .recentPost li{
    width: 100%;
    margin-bottom: 25px;
    margin-right: 0;
  }
 .caltoAction{
  height: 265px;
 }
 .footer .container .colFirst{
  width: 49%;
 }
 .footer .container .colFirst:nth-child(3){
  width: 49%;
 }
 .footer .container .colFirst:last-child{
  width: 100%;
 }
 .footer .container .colFirst:nth-child(4){
  width: 49%;
 }
 .custSpeak{
  padding: 12px 0px;
 }
 .recentPost li .desc{
  width: 51%;
 }
  
}



/* Thank you page */

.bodySec{
  background: #f04112;
}
.thankMsg{
  color: #fff;
  font-size: 20px;
  text-align: center;
  max-width: 820px;
  margin: auto;
  margin-top: 100px;
}
.thankMgn{
  margin-top: 30px;
  font-size: 16px;
}
.thankNum{
  font-size: 25px;
  margin-top: 5px;
  padding-bottom: 35px;
}
.marPartner{
  font-size: 20px;
  display: inline-block;
  vertical-align: top;
  padding-right: 25px;
}
.thankFooterText{
  font-size: 14px;
  color: #fff;
}
.footerInfo{
  width: 33%;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 16px;
  margin-top: 25px;
  margin-bottom: 30px;
  vertical-align: top;
  min-height: 50px;
}
.footerCont{
  background: url(../img/contact.html) no-repeat;
  padding-left: 45px;
  width: 33%;
}
.footerLoca{
  background: url(../img/contact.html) no-repeat;
  padding-left: 45px;
  width: 40%;
  padding-top: 6px;
}
.footerFollow{
  width: 26%;
}
.logo2{
  display: inline-block;
}
.error404{
  font-size: 80px;
  margin-top: 0px;
  line-height: 80px;
 }
.pagenotFound{
  margin-top: 00px;
}
.notExist{
  font-size: 14px;
  margin-top: 25px;
}
.mapPopup{
  position: absolute;
  max-width: 340px;
  min-height: 100px;
  background: #fff;
  margin-top: 9px;
  margin-left: 9px;
  border: solid 1px #cccccc;
  padding: 10px;
}
.mapPopup h2{
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 8px;
}
.mapPopup p{
  font-size: 12px;
  color: #666;
}