/*-- why--*/
.why{padding:60px 0px;position: relative;border-bottom: 3px solid #fa611d;}
.why h3{font-size:44px;padding: 0px 30px;color:#fff; font-family: 'Exo2-Light';position: relative; background:#fa611d; text-transform: uppercase;margin: 0 auto;line-height: 1.4em;}
.why h3 span{font-family: 'Exo2-Regular';}
.why h1{font-size:70px;padding: 0px 30px;color:#000; font-family: 'Allura-Regular';margin: 20px auto; text-align: center;width: 100%;}
.why h1 span{color:#fa611d;}
.why section{position: relative;}
.why section span{color:#fa611d; font-size: 60px; margin-right: 10px;top: 10px;position: relative;}
.why section p{color:#000; font-size: 18px; font-family: 'Poppins-SemiBold';display: inline-block;line-height: 1.4em;text-align: left;}
.why p{font-size:18px;line-height:28px;font-family: 'Poppins-Regular';text-align: center; color: #000;padding: 20px 0px;}
.why .pdng{padding: 0px;}

.services{padding:60px 0px 80px 0px;position: relative;background: #f7f7f7;text-align: center;}
.services h3{font-size:40px;padding: 0px 30px;color:#262c31; font-family: 'WorkSans-Light';position: relative; text-transform: uppercase;margin: 0 auto;}
.services h3 span{font-family: 'WorkSans-Bold';}
.services p{font-family: 'WorkSans-Regular'; font-size: 20px;color:#262c31;width: 100%; margin-bottom: 30px;}

.box {font-family: 'Raleway', sans-serif; text-align: center; overflow: hidden; position: relative; transition: all 0.3s; border-radius: 5px; }
.box::before {position: absolute; bottom: 0; top: auto; left: 0; width: 100%; height: 100%; display: block; z-index: 10; content: ''; background: linear-gradient(to bottom, rgba(15, 15, 15, 0), rgba(15, 15, 15, .75) 100%); transition: opacity .65s cubic-bezier(.05, .2, .1, 1); }
.box:hover::before {background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #0066ff 100%); background-color: rgba(0, 0, 0, 0); background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 102, 255) 100%); background-color: rgba(0, 0, 0, 0); transform: translateY(0); transition: opacity .65s cubic-bezier(.05, .2, .1, 1) .15s, transform .65s cubic-bezier(.05, .2, .1, 1) .15s; }
.box img {width: 100%; height: 350px; transform: rotate(0deg) scale(1); transition: all .8s; }
.box:hover img {opacity: 0.4;}
.box .box-content {width: 100%; text-align: left; /* overflow: hidden; */ transform: translateY(-30%); position: absolute; top: 55%; bottom: 0; padding:0px 28px; z-index: 10;}
.box .box-content1 {width: 100%; text-align: left; /* overflow: hidden; */ transform: translateY(-30%); position: absolute; top: 55%; bottom: 0; padding:0px 28px; z-index: 10;}
.box .title {color: #fff; font-family: 'Poppins-Regular'; font-size: 26px; line-height: 30px;transform: translateY(200%); transition: all 0.6s ease 0s; }
.box .post {color: #fff; font-family: 'Poppins-Regular'; font-size: 15px; line-height: 20px; font-weight: 400; margin: 5px 0px; opacity: 0; transform: translateY(250%); transition: all 0.6s ease 0s; display: block; }
.box .post:hover {opacity: 1;}
.box:hover .box .post {opacity: 1;transform: translateY(0);}
.box:hover .title,
.box:hover .post {transform: translateY(0);opacity: 1;}


.services section{padding: 40px;}
.services .boxbg{position: relative;top: 0;
left: 0;
height: 350px;
width: 100.2%;
background-size: cover;
z-index: 1;
background-position: center;
-webkit-backface-visibility: hidden;
transition: all .6s cubic-bezier(.24,1,.3,1);
-webkit-transition: all .6s cubic-bezier(.24,1,.3,1);border-radius: 5px;
}
.services .boxbg::before{   position: relative;
  bottom: 0;
  top: auto;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
  content: '';
  background: linear-gradient(to bottom,rgba(15,15,15,0),rgba(15,15,15,.75) 100%);
  transition: opacity .65s cubic-bezier(.05,.2,.1,1);border-radius: 5px;
}
/*.services .boxbg::after{position: relative;bottom: 0;
  top: auto;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
  content: ''; background: linear-gradient(to bottom,rgba(0,0,0,0),#0066ff 100%);
    background-color: rgba(0, 0, 0, 0);opacity: 0;
}*/
.services img{ border-radius: 4px; position: relative; }
.services .txt{padding: 0px 25px 30px 25px;width: 91%;font-size: 26px;font-family: 'Poppins-Regular'; color: #fff;position: absolute;z-index: 10;text-align: left;bottom: 0;line-height: 30px;}

/*.services .boxbg:hover{background: #ff0;cursor: pointer;}
.services .txt:hover{opacity:1; transform:translateY(0); transition:opacity .65s cubic-bezier(.05,.2,.1,1) .15s,transform .65s cubic-bezier(.05,.2,.1,1) .15s;}*/


.services .boxbg:hover, .services .txt:hover{cursor: pointer; bottom:0; top:0; left: 0;width: 100%; height: 100%;border-radius: 5px;display: block;background: linear-gradient(to bottom,rgba(0,0,0,0),#0066ff 100%);background-color: rgba(0, 0, 0, 0);transform:translateY(0);transition:opacity .65s cubic-bezier(.05,.2,.1,1) .15s,transform .65s cubic-bezier(.05,.2,.1,1) .15s;}

.services .txt .des {opacity:0; position:absolute; bottom:0; left:0; margin-top:10px; transform:translateY(20px);font-size: 15px;line-height: 20px;padding: 0px 30px;width: 100%;color: #fff;font-family: 'Poppins-Regular';
}
.services .txt .des:hover{
 opacity:1;
 transform:translateY(0);
 transition:opacity .65s cubic-bezier(.05,.2,.1,1) .15s,transform .65s cubic-bezier(.05,.2,.1,1) .15s;
}
/*.services .txt .des:hover, .services .txt .des:hover.services .boxbg::after {
 opacity:1;
 transform:translateY(0);
 transition:opacity .65s cubic-bezier(.05,.2,.1,1) .15s,transform .65s cubic-bezier(.05,.2,.1,1) .15s;color: #fff;background: linear-gradient(to bottom,rgba(0,0,0,0),#0066ff 100%);
    background-color: rgba(0, 0, 0, 0);
}*/
.services .pdng{padding: 0px 10px;}

.process{padding:60px 0px 60px 0px;position: relative;text-align: center;}
.process h3{font-size:40px;padding: 0px 30px;color:#262c31; font-family: 'WorkSans-Light';position: relative; text-transform: uppercase;margin: 0 auto;}
.process h3 span{font-family: 'WorkSans-Bold';}
.process p{font-family: 'WorkSans-Regular'; font-size: 20px;color:#262c31;width: 100%; margin-bottom: 30px;}
.process h6{font-family: 'WorkSans-Regular'; font-size: 16px;color:#777a7c;width: 100%; text-transform: uppercase;}

.process-wrap {
 -webkit-box-pack:justify;
 display:-webkit-box;
 display:-webkit-flex;
 display:flex;
 -webkit-justify-content:space-between;
 justify-content:space-between;
 overflow:hidden;
 position:relative;
 z-index:2
}
.process-wrap .vertical-item {
 margin-bottom:0;
 padding:30px 20px 0px 20px;
 position:relative;text-align: left;
}
.process-wrap .vertical-item .item-img {
 -webkit-align-items:center;
 align-items:center;
 -webkit-box-align:center;
 display:-webkit-box;
 display:-webkit-flex;
 display:flex;
 height:60px;
 margin-bottom:17px
}
.process-wrap .vertical-item .item-img img {
 max-height:60px
}
.process-wrap .vertical-item .item-dot {
 background:#fff;
 display:inline-block;
 padding:13px;
 position:relative;
 z-index:3
}
.process-wrap .vertical-item:first-child .item-dot::before {
 background-image:url(../images/strip.png);
 background-repeat:no-repeat; width:109px;
}
/*.process-wrap .vertical-item .item-dot:before {
 content:"";
 display:block;
 height:9px;
 left:auto;
 margin-left:0;
 position:absolute;
 right:60px;
 top:26px;
 width:109px
}*/
.process-wrap .vertical-item:nth-child(2) .item-dot::before {
 content:"";
 display:block;
 height:9px;
 left:auto;
 margin-left:0;
 position:absolute;
 right:60px;
 top:26px;
 width:109px
}
.process-wrap .vertical-item .item-dot:after {
 background-image:url(../images/strip2.png);
 background-repeat:no-repeat;
 content:"";
 display:block;
 height:9px;
 left:60px;
 margin-left:0;
 position:absolute;
 top:26px;
 width:230px
}
.process-wrap .vertical-item .item-dot span {
 background:#fa611d;
 border:8px solid #fff;
 border-radius:50%;
 box-shadow:0 0 1px 0 rgba(0,0,0,.4);
 display:inline-block;
 height:32px;
 vertical-align:middle;
 width:32px
}
.process-wrap .item-title {
 font-size:16px;
 margin-bottom:10px;
 margin-top:14px;
 text-transform:uppercase; color: #212529;font-family: 'WorkSans-Bold';
}
.process-wrap .item-text {
 color:#777a7c;
 max-width:100%; font-size: 17px;
}
.process a {border:1px solid #dcdcdc; border-radius: 4px; color: #262c31; padding: 15px 20px;font-family: 'WorkSans-Regular'; font-size: 18px; transition: 0.5s;border-radius: 4px;}
.process a:hover{background: #fa611d; color: #fff;}


.how-we-work{margin:0px 0px 60px 0px;position: relative;}
.how-we-work section{padding: 136px 300px 136px 120px;text-align: left;position: relative;}
.how-we-work .companystats::after{background-image: url(../images/counter-bg.png); background-repeat: no-repeat; content: ""; position: absolute; width: 463px; bottom: 0; background-position: right; top: 0;right: 0;}
.how-we-work section h6{font-family: 'WorkSans-Regular'; font-size: 16px;color:#fff;width: 100%; text-transform: uppercase;}
.how-we-work section h3{font-size:40px;color:#fff; font-family: 'WorkSans-Light';position: relative; text-transform: uppercase;margin: 0 auto;}
.how-we-work section h3 span{font-family: 'WorkSans-Bold';}
.how-we-work section p{font-family: 'WorkSans-Regular'; font-size: 16px;color:#fff;width: 100%; margin-bottom: 30px;}
.how-we-work figure{margin: 0px;}
.how-we-work .companystats{background: #06213d;}
.how-we-work .pdng{padding: 0px;}

.how-we-work .counter-box {display: block;}
.how-we-work .counter-box p {margin: 0px 0px 20px 0px; padding: 0; font-size: 18px; font-weight: 500; text-transform: uppercase; }
.how-we-work .counter-box i {font-size: 60px; margin: 0 0 15px; color: #fff }
.how-we-work .counter {display: block; font-size: 48px; font-weight: 700; color: #fff; padding: 20px 0px; }
/*.how-we-work section .counter-box.colored {background: #3acf87; }*/
.how-we-work .counter-box.colored p,.counter-box.colored i,.counter-box.colored .counter {color: #fff }
.how-we-work .counter-box h4{color: #fff;font-size:50px;padding: 0px;margin: 0px;line-height: 30px;display: inline-block;top: -44px;left: 110px;right: 0px;}

.industries{padding:10px 0px 80px 0px;position: relative;text-align: center;}
.industries h6 {font-family: 'WorkSans-Regular'; font-size: 22px;
color: #fa611d; width: 100%; text-transform: uppercase;margin-bottom: 10px}
.industries p{font-family: 'WorkSans-Medium'; font-size: 36px; color:#2b2b2b;width: 100%; margin-bottom: 30px;line-height: 42px;letter-spacing: -1px;}
/*.industries p span{font-family: 'WorkSans-Medium'; }*/
.industries ul{margin: 0 auto;}
.industries ul li{font-size:22px;padding: 15px 30px;color:#428bca; font-family: 'WorkSans-Medium';text-align: left;letter-spacing: -1px;}
.industries ul li i{font-size:20px;padding: 5px 10px 0px 0px;color:#004b8d;}

.consultation{padding:10px 0px 60px 0px;position: relative;text-align:center;background:#fa611d;}
.consultation::before{background-image: url(../images/bg.png); background-repeat: no-repeat; content: ""; position: absolute;width: 100%;
bottom: 0; background-position: right; top: 0; left: 0;opacity: 0.5;} 
.consultation p{font-family: 'WorkSans-Light'; font-size: 24px; color:#fff;width: 100%;padding: 20px 0px; }
.consultation p strong{font-family: 'WorkSans-Medium'; font-size: 36px;font-weight: 600;width: 100%;display: inline-block;margin:10px 0px;line-height: 42px;letter-spacing: -1px;}
.consultation p span{font-family: 'WorkSans-Regular'; font-size: 27px;width: 100%;display: inline-block;}
.consultation form {font-family: 'WorkSans-Regular';}
.consultation .form-group{display: inline-block;}
.consultation input, textarea {width: 100%; line-height: 40px; color: #596274; padding: 0 32px; margin: 0px; background:#fff; transition: 0.5s; margin-bottom: 10px; border-radius: 4px; font-size: 16px;}
.consultation i{color: #596274;font-family: fontawesome;font-size: 16px;position: absolute;padding: 10px 10px;} 
/*.consultation button {border: none; border-radius: 4px; background: #06213d; color: #ffffff; height: 46px; cursor: pointer; padding: 0px 30px; transition: 0.5s; margin-top: 7px; text-transform: uppercase;font-family: 'WorkSans-Medium';font-size: 20px; }
.consultation button:hover {background-color: #fff; color: #000; }*/
.consultation .subbut {width: auto; border: none; border-radius: 4px; background: #06213d; color: #ffffff; height: 46px; cursor: pointer; padding: 0px 30px; transition: 0.5s; margin-top: 7px; text-transform: uppercase;font-family: 'WorkSans-Medium';font-size: 20px; }
.consultation .subbut:hover {background-color: #fff; color: #000; }
.effect {background: transparent; border: 1px solid rgba(255, 255, 255, .05); }
.consultation textarea {line-height: 36px; }
/*.consultation span {color: #f44a4a; font-size: 13px; margin-top: -10px; }*/
.consultation input:focus, textarea:focus, .consultation i:focus{border-top: 0px solid #d57315; border-left: 0px solid #d57315; border-right: 0px solid #d57315; border-bottom: 1px solid #d57315; outline: none; background-color: rgba(0, 0, 0, 0.6) !important; color:#fff!important; }
.consultation i:focus{color: #fff!important;}
.apply p {color: #FFF; display: block; margin-bottom: 25px; font-size: 22px; font-family: "OpenSans-reg"; padding-bottom: 8px; width: 100%; }
.g-recaptcha {transform: scale(0.94); -webkit-transform: scale(0.94); transform-origin: 0 0; -webkit-transform-origin: 0 0; }
.mrlft{margin-left: 120px}
.success{font-family: 'Poppins-Regular'; color: #39ff01; padding: 0px 5px 0px 0px; text-align: left;font-size: 16px!important;margin-bottom: 0px;}
.failed{font-family: 'Poppins-Regular'; color: #000; padding:0px 5px 0px 0px; text-align: left;font-size: 16px!important;margin-bottom: 0px;}

@media only screen and (min-width:1px)and (max-width:320px){
  .why{padding:40px 0;}
  .why h3{font-size:22px;}
  .why h1{font-size:32px;}
}  
@media only screen and (min-width:320px)and (max-width:479px){
  .why{padding:40px 0 0px 0;}
  .why h3{font-size:22px;}
  .why h1{font-size:32px;}
  .why p{font-size:14px;padding: 20px;margin-bottom: 0px;}
  .why section {margin-left: 40px;}
  .why section p{padding: 18px 0px;}
  .services h3 {font-size: 26px;}
  .services p {font-size: 14px;line-height: 16px;}
  .services .pdng{padding: 10px;}
  .box img {width: 95%;}
  .box::before {left: 10px;;width: 95%;border-radius: 5px;}
  .box .box-content{top: 60%;transform: translateY(0%);}
  .box .box-content1{top: 60%;transform: translateY(-50%);}
  .process h3 {font-size: 26px;}
  .process p {font-size: 14px;line-height: 16px;}
  .process h6{font-size: 14px;}
  .process-wrap{display: block;}
  .process-wrap .vertical-item .item-dot{display: none;}
  .process-wrap .vertical-item{text-align: center;padding: 0px 20px;}
  .process-wrap .vertical-item .item-img{ justify-content:center;}
  .process-wrap .item-text {line-height: 24px;}
  .how-we-work section {padding: 20px;}
  .how-we-work section h3 { font-size: 30px;}
  .how-we-work section p{font-size: 15px;line-height: 24px;}
  .how-we-work .counter-box {padding: 0px 8px 0px;}
  .how-we-work .counter{font-size: 34px;  padding: 10px 0px;}
  .how-we-work .counter-box p{font-size: 17px;}
  .industries h6 {font-size: 14px;margin-bottom: 0px;}
  .industries p{font-family: 'WorkSans-Medium'; font-size: 22px;line-height: 28px;margin-bottom: 5px;padding: 10px;}
  .industries ul li {font-size: 20px; padding: 6px 10px;}
  .industries img {padding: 20px 0px;}
  .consultation p {font-size: 15px;}
  .consultation p strong { font-size: 24px;line-height: 30px;}
  .consultation p span {font-size: 20px; line-height: 24px;}
  .mrlft{margin-left: 0px}
}
@media only screen and (min-width:480px) and (max-width:767px){
  .why{padding:40px 0;}
  .why h3{font-size:22px;}
  .why h1{font-size:32px;}
  .why p{font-size:14px;padding: 20px;}
  .why section {margin-left: 40px;}
  .services h3 {font-size: 26px;}
  .services p {font-size: 14px;line-height: 16px;}
  .services .pdng{padding: 10px;}
  .process h3 {font-size: 26px;}
  .process p {font-size: 14px;line-height: 16px;}
  .process h6{font-size: 14px;}
  .process-wrap{display: block;}
  .process-wrap .vertical-item .item-dot{display: none;}
  .process-wrap .vertical-item{text-align: center;padding: 0px 20px;}
  .process-wrap .vertical-item .item-img{ justify-content:center;}
  .process-wrap .item-text {line-height: 18px;}
  .how-we-work section {padding: 20px;}
  .how-we-work section h3 { font-size: 30px;}
  .how-we-work section p{font-size: 15px;line-height: 24px;}
  .how-we-work .counter-box {padding: 0px 8px 0px;}
  .how-we-work .counter{font-size: 34px;  padding: 10px 0px;}
  .how-we-work .counter-box p{font-size: 17px;}
  .industries h6 {font-size: 14px;}
  .industries p{font-family: 'WorkSans-Medium'; font-size: 22px;line-height: 28px;margin-bottom: 5px;padding: 10px;}
  .industries ul li {font-size: 20px; padding: 6px 10px;}
  .industries img {padding: 20px 0px;}
  .consultation p {font-size: 15px;}
  .consultation p strong { font-size: 24px;line-height: 30px;}
  .consultation p span {font-size: 20px; line-height: 24px;}
  .mrlft{margin-left: 0px}
}
@media only screen and (min-width:768px) and (max-width:1024px){
  .why{padding:40px 0;}
  .why h3{font-size:32px;}
  .why h1{font-size:50px;}
  .why section {margin-left: 40px;}
  .services h3 {font-size: 36px;}
  .services p {font-size: 17px;line-height: 20px;}
  .services .pdng{padding: 10px;}
  .process h3 {font-size: 36px;}
  .process p {font-size: 14px;line-height: 16px;}
  .process h6{font-size: 14px;}
  .process-wrap{display: inherit;}
  .process-wrap .vertical-item .item-dot{display: none;}
  .process-wrap .vertical-item{text-align: center;padding: 0px 20px;}
  .process-wrap .vertical-item .item-img{ justify-content:center;}
  .process-wrap .item-text {line-height: 18px;}
  .how-we-work section {padding: 5px 20px 0px 20px;}
  .how-we-work section h3 { font-size: 24px;}
  .how-we-work section p{font-size: 14px;line-height: 20px;}
  .how-we-work .counter-box {padding: 0px 8px 0px;}
  .how-we-work .counter{font-size: 30px;  padding: 10px 0px;}
  .how-we-work .counter-box p{font-size: 14px;}
  .industries h6 {font-size: 14px;}
  .industries p{font-family: 'WorkSans-Medium'; font-size: 22px;line-height: 28px;margin-bottom: 5px;padding: 10px;}
  .industries ul li {font-size: 20px; padding:15px 10px;}
  .industries img {padding: 20px 0px;}
  .consultation p {font-size: 20px;}
  .consultation p strong { font-size: 22px;line-height: 30px;}
  .consultation p span {font-size: 20px; line-height: 24px;}
  .mrlft{margin-left: 0px} 
}
@media only screen and (min-width:1024px) and (max-width:1280px) {
  .mrlft{margin-left: 120px}
  .how-we-work section {padding: 38px 50px 0px 50px;}
  .how-we-work section h3 { font-size: 24px;}
  .how-we-work section p{font-size: 14px;line-height: 20px;}
  .how-we-work .counter-box {padding: 0px 8px 0px;}
  .how-we-work .counter{font-size: 30px;  padding: 10px 0px;}
  .how-we-work .counter-box p{font-size: 14px;}
}
@media only screen and (min-width:1200px) and (max-width:1280px){
  .why{padding:40px 20px;}
  .services{padding: 60px 20px 80px 20px;}
  .services p{padding: 0% 10% 0% 10%;}
  .process p{padding: 0px 20px;}
  .process-wrap .item-text{padding: 0px;}
}
@media only screen and (min-width:1280px) and (max-width:1440px){
  .how-we-work section{padding: 50px 80px 50px 80px;}
}
@media only screen and (min-width:1024px) and (max-width:1920px) {
  .mrlft{margin-left: 120px}
}