.services-style1-area {
    position: relative;
    display: block;
}
.service_s1_title{
    position: relative;
    display: inline-block;
    float: left;
}
.service_s1_text {
    position: relative;
    display: inline-block;
    float: left;
    max-width: 670px;
    width: 100%;
    padding-left: 80px;
    margin-top: -7px;
}
.service_s1_text p{
    color: #222222;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
}
.service_s1_button {
    float: right;
    margin-top: -6px;
}

.single-service-style1 {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.single-service-style1 .img-holder{
    position: relative;
    display: block;
    overflow: hidden; 
    z-index: 1;
}
.single-service-style1 .img-holder::before {
    background: rgba(60, 55, 90, 0.85);
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    content: "";
    position: absolute;
    transition: all 0.5s ease-in-out 0s;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(-90deg) translateZ(0px);
}
.single-service-style1:hover .img-holder::before{
	transform: perspective(1200px) rotateX(0deg) translateZ(0px);
	transition-delay: 0.1s;
}
.single-service-style1 .img-holder img {
    width: 100%;
    transition: .5s ease;
}
.single-service-style1:hover .img-holder img {}
.single-service-style1 .text-holder{
    position: relative;
    display: block; 
    border: 1px solid #f0eef9;
    padding: 24px 19px 23px;
    transition: all 700ms ease;
}
.single-service-style1:hover .text-holder{
    -webkit-box-shadow: 0px 2px 10px 3px #f0eef9; 
    box-shadow: 0px 2px 10px 3px #f0eef9;    
}
.single-service-style1 .text-holder .inner{
    position: relative;
    display: block;
    padding-left: 80px;
}
.single-service-style1 .text-holder .icon-box {
    position: absolute;
    top: 5px;
    left: 0;
    width: 65px;
    height: 130px;
    text-align: center;
    z-index: 1;
    transition: all 500ms ease;
    transition-delay: .3s;
}
.single-service-style1 .text-holder .icon-box:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 40px;
    height: 130px;
    border: 4px solid #f8f7ff;
    content: "";
    z-index: -1;
    margin: 0 auto;
    opacity: 0;
    transition: all 500ms ease;
}
.single-service-style1:hover .text-holder .icon-box:before{
    opacity: 1;
}
.single-service-style1 .text-holder .icon-box span:before {
    position: relative;
    top: 0;
    color: #39345a;
    font-size: 35px;
    line-height: 64px;
    transition: all 500ms ease;
    transition-delay: .2s;
    width: 65px;
    height: 65px;
    display: block;
    border: 1px solid #f0eef9;
    border-radius: 50%;
    background: #ffffff;
}
.single-service-style1:hover .text-holder .icon-box span:before{
    top: 30px;
    color: #ffffff; 
    border-color: #f36727;
    background: #f36727;
}
.single-service-style1 .text-holder .text-box{}
.single-service-style1 .text-holder .text-box h3{
    margin: 0 0 18px;
color: #0f42a9;
font-size: 23px;
line-height: 33px;    
}
.single-service-style1 .text-holder .text-box h3 a{
    color: #222222;
    transition: all 500ms ease;
}
.single-service-style1 .text-holder .text-box h3 a:hover{
    color: #f36727;
}
.single-service-style1 .text-holder .text-box p{
    line-height: 24px;
    margin: 0;
	color: #000;
text-align: justify;
}



/*** 
=============================================
    Services Style2 Area Style      
=============================================
***/
.services-style2-area {
    position: relative;
    display: block;
    padding-bottom: 70px;
}

.secpd3 {
   padding: 40px 0 30px;
}
.sec-title {
    position: relative;
    display: block;
 
}
.sec-title .title{
    position: relative;
    display: block;
}
.sec-title .title span {
    position: relative;
    display: inline-block;
    color: #222222;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    z-index: 1;
}
.sec-title .title span:before {
    position: absolute;
    left: 0;
    bottom: -13px;
    width: 100%;
    height: 1px;
    background: #f2f1f9;
    content: "";
}
.sec-title .title span:after{
    position: absolute;
    left: 0;
    bottom: -13px;
    width: 60px;
    height: 1px;
    background: #f36727;
    content: "";    
}
.sec-title.clr-white{}
.sec-title.clr-white .title span{
    color: #ffffff;
}
.sec-title.clr-white .title span:before {
    background: #302c4a;
}
.sec-title.center .title span:after {
    left: 0;
    right: 0;
    margin: 0 auto;
}
.sec-title.max-width {
    max-width: 770px;
    margin: -7px auto 0;
    padding-bottom: 52px;
}
.sec-title p {
    font-size: 20px;
    line-height: 30px;
    margin: 36px 0 0;
}



@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot');
  src:  url('../fonts/icomoon.eot') format('embedded-opentype'),
    url('../fonts/icomoon.ttf') format('truetype'),
    url('../fonts/icomoon.woff') format('woff'),
    url('../fonts/icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



.icon-phone:before {
  content: "\e900";
}
.icon-clock:before {
  content: "\e901";
}
.icon-packs:before {
  content: "\e902";
}
.icon-worker:before {
  content: "\e903";
}
.icon-checklist:before {
  content: "\e904";
}
.icon-fire:before {
  content: "\e905";
}
.icon-project:before {
  content: "\e906";
}
.icon-research:before {
  content: "\e907";
}
.icon-print:before {
  content: "\e908";
}
.icon-back:before {
  content: "\e909";
}
.icon-document:before {
  content: "\e90a";
}
.icon-comment:before {
  content: "\e90b";
}
.icon-time:before {
  content: "\e90c";
}
.icon-mission:before {
  content: "\e90d";
}
.icon-vision:before {
  content: "\e90e";
}
.icon-airport .path1:before {
  content: "\e90f";
  color: rgb(240, 188, 94);
}
.icon-airport .path2:before {
  content: "\e910";
  margin-left: -1em;
  color: rgb(240, 188, 94);
}
.icon-airport .path3:before {
  content: "\e911";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-airport .path4:before {
  content: "\e912";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-airport .path5:before {
  content: "\e913";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-airport .path6:before {
  content: "\e914";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-airport .path7:before {
  content: "\e915";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-airport .path8:before {
  content: "\e916";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-airport .path9:before {
  content: "\e917";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-airport .path10:before {
  content: "\e918";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-airport .path11:before {
  content: "\e919";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-airport .path12:before {
  content: "\e91a";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-airport .path13:before {
  content: "\e91b";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-airport .path14:before {
  content: "\e91c";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-airport .path15:before {
  content: "\e91d";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-airport .path16:before {
  content: "\e91e";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-airport .path17:before {
  content: "\e91f";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-airport .path18:before {
  content: "\e920";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-airport .path19:before {
  content: "\e921";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-airport .path20:before {
  content: "\e922";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-airport .path21:before {
  content: "\e923";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-airport .path22:before {
  content: "\e924";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-airport .path23:before {
  content: "\e925";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-airport .path24:before {
  content: "\e926";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-airport .path25:before {
  content: "\e927";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-factory-1:before {
  content: "\e928";
}
.icon-support .path1:before {
  content: "\e929";
  color: rgb(240, 188, 94);
}
.icon-support .path2:before {
  content: "\e92a";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-support .path3:before {
  content: "\e92b";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-support .path4:before {
  content: "\e92c";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-support .path5:before {
  content: "\e92d";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-support .path6:before {
  content: "\e92e";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-support .path7:before {
  content: "\e92f";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-support .path8:before {
  content: "\e930";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-support .path9:before {
  content: "\e931";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-support .path10:before {
  content: "\e932";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-worker-1 .path1:before {
  content: "\e933";
  color: rgb(255, 203, 87);
}
.icon-worker-1 .path2:before {
  content: "\e934";
  margin-left: -1em;
  color: rgb(255, 203, 87);
}
.icon-worker-1 .path3:before {
  content: "\e935";
  margin-left: -1em;
  color: rgb(255, 203, 87);
}
.icon-worker-1 .path4:before {
  content: "\e936";
  margin-left: -1em;
  color: rgb(229, 101, 101);
}
.icon-worker-1 .path5:before {
  content: "\e937";
  margin-left: -1em;
  color: rgb(229, 101, 101);
}
.icon-worker-1 .path6:before {
  content: "\e938";
  margin-left: -1em;
  color: rgb(255, 203, 87);
}
.icon-worker-1 .path7:before {
  content: "\e939";
  margin-left: -1em;
  color: rgb(63, 58, 52);
}
.icon-worker-1 .path8:before {
  content: "\e93a";
  margin-left: -1em;
  color: rgb(63, 58, 52);
}
.icon-worker-1 .path9:before {
  content: "\e93b";
  margin-left: -1em;
  color: rgb(63, 58, 52);
}
.icon-worker-1 .path10:before {
  content: "\e93c";
  margin-left: -1em;
  color: rgb(63, 58, 52);
}
.icon-patent:before {
  content: "\e93d";
}
.icon-search:before {
  content: "\e93e";
}
.icon-question:before {
  content: "\e93f";
}
.icon-oil:before {
  content: "\e940";
}
.icon-fan:before {
  content: "\e941";
}
.icon-robot:before {
  content: "\e942";
}
.icon-play:before {
  content: "\e943";
}
.icon-flash:before {
  content: "\e944";
}
.icon-text:before {
  content: "\e945";
}
.icon-document-1:before {
  content: "\e946";
}
.icon-zoom:before {
  content: "\e947";
}
.icon-industry:before {
  content: "\e948";
}
.icon-share:before {
  content: "\e949";
}
.icon-document-2:before {
  content: "\e94a";
}
.icon-feedback:before {
  content: "\e94b";
}
.icon-tick:before {
  content: "\e94c";
}
.icon-card .path1:before {
  content: "\e94d";
  color: rgb(229, 71, 40);
}
.icon-card .path2:before {
  content: "\e94e";
  margin-left: -1em;
  color: rgb(229, 71, 40);
}
.icon-card .path3:before {
  content: "\e94f";
  margin-left: -1em;
  color: rgb(193, 40, 20);
}
.icon-card .path4:before {
  content: "\e950";
  margin-left: -1em;
  color: rgb(193, 40, 20);
}
.icon-card .path5:before {
  content: "\e951";
  margin-left: -1em;
  color: rgb(242, 242, 242);
}
.icon-card .path6:before {
  content: "\e952";
  margin-left: -1em;
  color: rgb(128, 128, 128);
}
.icon-card .path7:before {
  content: "\e953";
  margin-left: -1em;
  color: rgb(128, 128, 128);
}
.icon-card .path8:before {
  content: "\e954";
  margin-left: -1em;
  color: rgb(128, 128, 128);
}
.icon-card .path9:before {
  content: "\e955";
  margin-left: -1em;
  color: rgb(128, 128, 128);
}
.icon-card .path10:before {
  content: "\e956";
  margin-left: -1em;
  color: rgb(128, 128, 128);
}
.icon-card .path11:before {
  content: "\e957";
  margin-left: -1em;
  color: rgb(128, 128, 128);
}
.icon-card .path12:before {
  content: "\e958";
  margin-left: -1em;
  color: rgb(128, 128, 128);
}
.icon-card .path13:before {
  content: "\e959";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-card .path14:before {
  content: "\e95a";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-card .path15:before {
  content: "\e95b";
  margin-left: -1em;
  color: rgb(249, 84, 40);
}
.icon-card .path16:before {
  content: "\e95c";
  margin-left: -1em;
  color: rgb(249, 84, 40);
}
.icon-card .path17:before {
  content: "\e95d";
  margin-left: -1em;
  color: rgb(247, 107, 79);
}
.icon-logo:before {
  content: "\e95e";
}
.icon-clouds:before {
  content: "\e95f";
}
.icon-map:before {
  content: "\e960";
}
.icon-time-and-date:before {
  content: "\e961";
}
.icon-interview:before {
  content: "\e962";
}
.icon-businessman:before {
  content: "\e963";
}
.icon-faq:before {
  content: "\e964";
}
.icon-press:before {
  content: "\e965";
}
.icon-partner:before {
  content: "\e966";
}
.icon-free:before {
  content: "\e967";
}
.icon-shield:before {
  content: "\e968";
}
.icon-price:before {
  content: "\e969";
}
.icon-user:before {
  content: "\e96a";
}
.icon-air-plane .path1:before {
  content: "\e96b";
  color: rgb(243, 103, 39);
}
.icon-air-plane .path2:before {
  content: "\e96c";
  margin-left: -1em;
  color: rgb(243, 103, 39);
}
.icon-air-plane .path3:before {
  content: "\e96d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-air-plane .path4:before {
  content: "\e96e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-air-plane .path5:before {
  content: "\e96f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-air-plane .path6:before {
  content: "\e970";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-air-plane .path7:before {
  content: "\e971";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-air-plane .path8:before {
  content: "\e972";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-air-plane .path9:before {
  content: "\e973";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-air-plane .path10:before {
  content: "\e974";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-air-plane .path11:before {
  content: "\e975";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-air-plane .path12:before {
  content: "\e976";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-air-plane .path13:before {
  content: "\e977";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-air-plane .path14:before {
  content: "\e978";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-air-plane .path15:before {
  content: "\e979";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-air-plane .path16:before {
  content: "\e97a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-air-plane .path17:before {
  content: "\e97b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-air-plane .path18:before {
  content: "\e97c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-air-plane .path19:before {
  content: "\e97d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-air-plane .path20:before {
  content: "\e97e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-air-plane .path21:before {
  content: "\e97f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-air-plane .path22:before {
  content: "\e980";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-air-plane .path23:before {
  content: "\e981";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-air-plane .path24:before {
  content: "\e982";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-air-plane .path25:before {
  content: "\e983";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-car-parts:before {
  content: "\e984";
}
.icon-email:before {
  content: "\e985";
}
.icon-engineer .path1:before {
  content: "\e986";
  color: rgb(137, 136, 144);
}
.icon-engineer .path2:before {
  content: "\e987";
  margin-left: -1em;
  color: rgb(224, 223, 225);
}
.icon-engineer .path3:before {
  content: "\e988";
  margin-left: -1em;
  color: rgb(216, 215, 218);
}
.icon-engineer .path4:before {
  content: "\e989";
  margin-left: -1em;
  color: rgb(216, 215, 218);
}
.icon-engineer .path5:before {
  content: "\e98a";
  margin-left: -1em;
  color: rgb(255, 205, 0);
}
.icon-engineer .path6:before {
  content: "\e98b";
  margin-left: -1em;
  color: rgb(255, 215, 51);
}
.icon-engineer1 .path1:before {
  content: "\e98c";
  color: rgb(46, 42, 71);
}
.icon-engineer1 .path2:before {
  content: "\e98d";
  margin-left: -1em;
  color: rgb(224, 223, 225);
}
.icon-engineer1 .path3:before {
  content: "\e98e";
  margin-left: -1em;
  color: rgb(216, 215, 218);
}
.icon-engineer1 .path4:before {
  content: "\e98f";
  margin-left: -1em;
  color: rgb(216, 215, 218);
}
.icon-engineer1 .path5:before {
  content: "\e990";
  margin-left: -1em;
  color: rgb(243, 103, 39);
}
.icon-engineer1 .path6:before {
  content: "\e991";
  margin-left: -1em;
  color: rgb(212, 94, 41);
}
.icon-engineer2:before {
  content: "\e992";
}
.icon-engineering .path1:before {
  content: "\e993";
  color: rgb(57, 52, 90);
}
.icon-engineering .path2:before {
  content: "\e994";
  margin-left: -1em;
  color: rgb(57, 52, 90);
}
.icon-engineering .path3:before {
  content: "\e995";
  margin-left: -1em;
  color: rgb(57, 52, 90);
}
.icon-engineering .path4:before {
  content: "\e996";
  margin-left: -1em;
  color: rgb(57, 52, 90);
}
.icon-engineering .path5:before {
  content: "\e997";
  margin-left: -1em;
  color: rgb(57, 52, 90);
}
.icon-engineering .path6:before {
  content: "\e998";
  margin-left: -1em;
  color: rgb(57, 52, 90);
}
.icon-engineering .path7:before {
  content: "\e999";
  margin-left: -1em;
  color: rgb(57, 52, 90);
}
.icon-engineering .path8:before {
  content: "\e99a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-engineering .path9:before {
  content: "\e99b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-engineering .path10:before {
  content: "\e99c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-engineering .path11:before {
  content: "\e99d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-innovation-1 .path1:before {
  content: "\e99e";
  color: rgb(57, 52, 90);
}
.icon-innovation-1 .path2:before {
  content: "\e99f";
  margin-left: -1em;
  color: rgb(243, 103, 39);
}
.icon-innovation-1 .path3:before {
  content: "\e9a0";
  margin-left: -1em;
  color: rgb(243, 103, 39);
}
.icon-innovation-1 .path4:before {
  content: "\e9a1";
  margin-left: -1em;
  color: rgb(243, 103, 39);
}
.icon-innovation-1 .path5:before {
  content: "\e9a2";
  margin-left: -1em;
  color: rgb(243, 103, 39);
}
.icon-innovation-1 .path6:before {
  content: "\e9a3";
  margin-left: -1em;
  color: rgb(243, 103, 39);
}
.icon-innovation-1 .path7:before {
  content: "\e9a4";
  margin-left: -1em;
  color: rgb(243, 103, 39);
}
.icon-innovation-1 .path8:before {
  content: "\e9a5";
  margin-left: -1em;
  color: rgb(243, 103, 39);
}
.icon-innovation-1 .path9:before {
  content: "\e9a6";
  margin-left: -1em;
  color: rgb(243, 103, 39);
}
.icon-innovation-1 .path10:before {
  content: "\e9a7";
  margin-left: -1em;
  color: rgb(243, 103, 39);
}
.icon-innovation-1 .path11:before {
  content: "\e9a8";
  margin-left: -1em;
  color: rgb(243, 103, 39);
}
.icon-innovation-1 .path12:before {
  content: "\e9a9";
  margin-left: -1em;
  color: rgb(243, 103, 39);
}
.icon-location:before {
  content: "\e9aa";
}
.icon-maps-and-location:before {
  content: "\e9ab";
}
.icon-mechanical-arm:before {
  content: "\e9ac";
}
.icon-mobile-phone:before {
  content: "\e9ad";
}
.icon-ok-mark:before {
  content: "\e9ae";
}
.icon-phone-call:before {
  content: "\e9af";
}
.icon-power:before {
  content: "\e9b0";
}
.icon-right-arrow-circular-button:before {
  content: "\e9b1";
}
.icon-safe:before {
  content: "\e9b2";
}
.icon-thin-right-arrow:before {
  content: "\e9b3";
}
.icon-tower-crane:before {
  content: "\e9b4";
}


.working-process-area {
    position: relative;
    display: block;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
  padding: 46px 0 32px;
    z-index: 1;
}
.working-process-area::before {
    background: rgba(26, 22, 46, 0.90) none repeat scroll 0 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
} 
.working-process-item{
    position: relative;
    display: block;
    padding-left: 80px;
    margin-bottom: 40px;
}
.working-process-item .icon{
    position: absolute;
    top: 4px;
    left: 0;
    width: 80px;
}
.working-process-item .icon span:before {
    position: relative;
    display: block;
    background: #1a172c;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #2d2944;
    text-align: center;
    color: #817d93;
    font-size: 35px;
    padding: 21px 0;
    z-index: 1;
}
.working-process-item:hover .icon span:before {
    background: #f36727;
    border-color: #f36727;
    color: #ffffff;
    transition: all 0.5s ease-in-out 0s;
    transform-style: preserve-3d;
    transform: perspective(0px) rotateX(0deg) rotate(360deg);
    z-index: 1;
}
.working-process-item .icon h2{
    display: block;
    text-align: center;
    color: #2c2941;
    font-size: 30px;
    font-weight: 500;
    margin: 3px 0 0;
    text-transform: uppercase;
}
.working-process-item .text{
    position: relative;
    display: block;
    padding-left: 30px;
}
.working-process-item .text h3{
    color: #ffffff;
    margin: 0 0 3px;
}
.working-process-item .text span{
    color: #f36727;
}
.working-process-item .text p{
    margin: 16px 0 0;
	color: #fff;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    color: #fff;
}
.tabless h1
{
	font-size:21px;
	color:#fff;
	padding:15px 0px;
	text-align:center;
}
.service-provide{
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 40px;
}
.service-provide .single-provide{
    position: relative;
    display: block;
    max-width: 100%;
    width: 100%;
    margin: 0 auto 30px;
}
.service-provide .single-provide:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    width: 50px;
    height: 3px;
    margin: 0 auto;
    background: #f36727;
    content: "";
    z-index: 3;
}
.service-provide .single-provide:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #f36727;
    content: "";
    transform: scaleX(0);
    transition: all 500ms ease;
    transition-delay: .9s;
    z-index: 3;
}
.service-provide .single-provide:hover:after{
    transform: scaleX(1.0);    
}
.service-provide .single-provide .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
}
.service-provide .single-provide .img-holder img{
    width: 100%;
    transition: all 500ms ease;    
}
.service-provide .single-provide:hover .img-holder img{
	transform: scale(1.1);    
}
.service-provide .single-provide .img-holder .static-box{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: rgba(60, 55, 90, 0.85);
    content: "";
    opacity: 1;
    transform: scale(1.0);
    z-index: 1;
    transition: all 500ms ease; 
}
.service-provide .single-provide:hover .img-holder .static-box{
    opacity: 0;
    transform: scale(0);
}
.service-provide .single-provide .img-holder .static-box .content{
    display: table;
    width: 100%;
    height: 100%;
}
.service-provide .single-provide .img-holder .static-box .content .title{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.service-provide .single-provide .img-holder .static-box .content .title h3{
    color: #ffffff;
    filter: alpha(opacity=0);
    opacity: 1;
    transform: scale(1.0);
    transition: all 900ms ease;
    transition-delay: .3s;
}
.service-provide .single-provide:hover .img-holder .static-box .content .title h3{
    transform: scale(0.0);    
}
.service-provide .single-provide .img-holder .overlay-box{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: rgba(60, 55, 90, 0.85);
    content: "";
    opacity: 0;
    transform: scale(0)
    z-index: 1;
    transition: all 900ms ease;
}
.service-provide .single-provide:hover .img-holder .overlay-box{
    opacity: 1;
    transform: scale(1.0)
}
.service-provide .single-provide .img-holder .overlay-box .content{
    display: table;
    width: 100%;
    height: 100%;
}
.service-provide .single-provide .img-holder .overlay-box .content .text{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.service-provide .single-provide .img-holder .overlay-box .content .text p{
    color: #ffffff;
    margin: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    transform: scale(3);
    transition: all 900ms ease;
    transition-delay: .3s;
}
.service-provide .single-provide:hover .img-holder .overlay-box .content .text p{
    opacity: 1;
    transform: scale(1.0);    
}



.project-single-area {
    position: relative;
    display: block;
   padding: 50px 0 56px;
}
.project-carousel-box{
    position: relative;
    display: block;
    margin-right: -30px;
}
.project-carousel-box .project-single-carousel{}
.project-carousel-box .project-single-carousel .single-item{
    position: relative;
    display: block;
	border: 1px solid #f0eef9;
}
.project-carousel-box .project-single-carousel .single-item img{
    width: 100%;    
}
.project-carousel-box .owl-theme .owl-nav {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 120px;
    height: 60px;
    z-index: 100;
    margin: 0;
}
.project-carousel-box .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background: #f8f7ff;
    display: block;
    transition: all 700ms ease 0s;
    z-index: 10;
    border-radius: 0;
    margin: 0;
    padding: 0;
}
.project-carousel-box .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background: #f8f7ff;
    display: block;
    transition: all 700ms ease 0s;
    z-index: 10;
    border-radius: 0;
    margin: 0;
    padding: 0;
}
.project-carousel-box .owl-theme .owl-nav .owl-prev:hover{
    background: #f36727;
}
.project-carousel-box .owl-theme .owl-nav .owl-next:hover{
    background: #f36727;
}
.project-carousel-box .owl-theme .owl-nav div .fa:hover{
    color: #fff;    
}
.project-carousel-box .owl-theme .owl-nav div .fa {
    display: block;
    text-align: center;
    color: #222222;
    font-size: 24px;
    font-weight: 700;
    line-height: 60px;
}

.project-info {
    position: relative;
    display: block;
    border: 1px solid #f0eef9;
   padding: 35px 39px 35px;
}
.project-info .title {
    display: block;
    padding-bottom: 22px;
}
.project-info .title h3{
    color: #222222;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 19px;
}
.project-info .title p{
    margin: 0;
}
.project-info ul{
    position: relative;
    display: block;
    overflow: hidden;
}
.project-info ul li{
    line-height: 53px;
    border-bottom: 1px solid #f0eef9;
}
.project-info ul li:last-child{
    border: none;
}
.project-info ul li span {
    display: inline-block;
    float: left;
    color: #222222;
    font-weight: 500;
   width: 120px;
    font-family: 'Poppins', sans-serif;
}
.project-info ul li b {
    display: inline-block;
    float: left;
    color: #222222;
    font-weight: 500;
    width: 20px;
    font-family: 'Poppins', sans-serif;
}
.project-info ul li .review-box{
    display: inline-block;
    line-height: normal;
}
.project-info ul li .review-box ul{
    
}
.project-info ul li .review-box ul li {
    border: none;
    line-height: 53px;
}

.project-description{
    position: relative;
    display: block;
    margin-top: 53px;
}
.project-description .title{
    display: block;
    padding-bottom: 26px;
}
.project-description .title h2{
    color: #222222;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
}
.project-description .inner-content{
    position: relative;
    display: block;
}

.project-description .inner-content p{
	
	font-size:18px;
	line-height:31px;
	text-align:justify;
	color:#000;
}

/*** 
=============================================
    Challenge Solution Area style
=============================================
***/
.challenge-solution-area{
    position: relative;
    display: block;
   padding-bottom: 10px;
}
.challenge-solution-box {
    position: relative;
    display: block;
    margin-bottom: 50px;
}
.challenge-solution-box .img-holder{
    position: relative;
    display: block;
}
.challenge-solution-box .img-holder img{
    width: 100%;
}
.challenge-solution-box .img-holder .icon {
    position: absolute;
    top: 50px;
    right: -60px;
    width: 120px;
    height: 120px;
    background: #ffffff;
    border-radius: 50%;
    content: "";
    text-align: center;
    display: block;
    padding: 27px 0;
    -webkit-box-shadow: 3px 0px 6px 0px #f6f6f6; 
    box-shadow: 3px 0px 6px 0px #f6f6f6;
    transition: all 0.3s ease-in-out 0s;
}
.challenge-solution-box .img-holder .icon.solutions{
    top: 50px;
    left: -60px;  
    -webkit-box-shadow: -3px 0px 6px 0px #F6F6F6; 
    box-shadow: -3px 0px 6px 0px #F6F6F6;
}
.challenge-solution-box:hover .img-holder .icon {
    background: #f36727;
    transition: all 0.5s ease-in-out 0s;
    transform-style: preserve-3d;
    transform: perspective(0px) translateY(5px)rotate(360deg);
    box-shadow: none;
}
.challenge-solution-box .img-holder .icon span:before{
    color: #f36727;
    font-size: 65px;
    line-height: 65px;
    transition: all 900ms ease;
}
.challenge-solution-box:hover .img-holder .icon span:before{
    color: #ffffff;    
}
.challenge-solution-box .text-holder {
    position: relative;
    display: block;
    padding-top: 55px;
}
.challenge-solution-box .text-holder .sec-title{
    padding-bottom: 7px;
}
.challenge-solution-box .text-holder .inner-content{
    position: relative;
    display: block;
}
.challenge-solution-box .text-holder .inner-content span{
    color: #222222;
    font-size: 18px;
}
.challenge-solution-box .text-holder .inner-content p {
    margin: 26px 0 0;
}
.challenge-solution-box .text-holder .inner-content ul{
    display: block;
    overflow: hidden;
    margin-top: 10px;
	padding: 10px 10px;
}
.challenge-solution-box .text-holder .inner-content ul li{
    position: relative;
    display: block;
    padding-left: 30px;
    color: #222222;
    font-size: 18px;
    line-height: 40px;
	padding-top: 7px;
padding-bottom: 7px;
}
.challenge-solution-box .text-holder .inner-content ul li:before {
    position: absolute;
  top: 15px;
    left: 0;
    content: "\e905";
    font-family: 'icomoon';
    color: #f36727;
    font-size: 20px;
    line-height: 20px;
}


@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
   margin-left: 4.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}


.global-office-area {
    position: relative;
    display: block;
    padding: 50px 0 34px;
}
.global-office-area .sec-title p{
    color: #222222;
}
.single-global-office {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    border: 1px solid #f0eef9;
    padding: 39px 49px 31px;
    border-radius: 5px;
    margin-bottom: 30px;
	height: 280px;
}
.single-global-office.headquater{
    padding-bottom: 27px;
}
.single-global-office .inner{
    position: relative;
    display: block;
}
.single-global-office .inner .icon{
    width: 75px;
}
.single-global-office .inner .icon span:before{
    color: #39345a;
    font-size: 75px;
    line-height: 75px;
}
.single-global-office .inner .icon,
.single-global-office .inner .text{
    display: table-cell;
    vertical-align: middle;
}
.single-global-office .inner .text{
    padding-left: 30px;
}
.single-global-office .inner .text h3{
    margin: 0 0 14px;
}
.single-global-office .inner .text h3 span{
    display: inline-block;
    background: #f36727;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    padding: 2px 15px 2px;
    border-radius: 5px;
    margin-left: 15px;
    font-family: 'Rubik', sans-serif;
}
.single-global-office .inner .text p{
    margin: 0 0 16px;
}
.single-global-office .inner .text a{
color: #555555;
font-size: 16px;
line-height: 27px;
font-weight: 500;	
	
}
.single-global-office .inner .text ul {
    position: relative;
    display: block;
    margin-top: 18px;
    margin-bottom: 16px;
}
.single-global-office .inner .text ul li{
    margin-bottom: 1px;
}
.single-global-office .inner .text ul li:last-child{
    margin-bottom: 0;
}
.single-global-office .inner .text ul li b{
    color: #222222;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.all-global-branch{
    position: relative;
    display: block;
    text-align: center;
    margin-top: 15px;
}
.all-global-branch h3 a{
    color: #f36727;
}



/*** 
=============================================
    Contact Info Area style
=============================================
***/
.contact-info-area{
    position: relative;
    display: block;
    background: #f8f7ff;
   padding: 50px 50px;
}
.contact-form {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 50px 50px 50px;
    -webkit-box-shadow: 0px 2px 5px 3px #f2f1f9; 
    box-shadow: 0px 2px 5px 3px #f2f1f9;
}
.contact-form form{
    position: relative;
    display: block;
}
.contact-form form .input-box{
    position: relative;
    display: block;
}
.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form textarea{
    position: relative;
    display: block;   
    background: transparent;
    border: 1px solid #f0eef9;
    width: 100%;
    height: 60px;
    font-size: 16px;
    margin-bottom: 30px;
    padding-left: 45px;
    padding-right: 20px;
    border-radius: 5px;
    transition: all 500ms ease;
}
.contact-form form textarea {
    height: 110px;
    padding-left: 45px;
    padding-right: 20px;
    padding-top: 17px;
    padding-bottom: 15px;
}
.contact-form form input[type="text"]:focus{
    border-color: #1d1d1d; 
    color: #222222;
}
.contact-form form input[type="email"]:focus{
    border-color: #1d1d1d;
    color: #222222;
}
.contact-form form textarea:focus{
    border-color: #1d1d1d;
    color: #222222;
}
.contact-form form .input-box .icon {
    position: absolute;
    top: 0;
    left: 20px;
    margin: 16px 0 14px;
}
.contact-form form .input-box .icon i{
    color: #868298;
    font-size: 16px;
    line-height: 30px;
}
.contact-form form input[type="text"]::-webkit-input-placeholder {
    color: #868298;
}
.contact-form form input[type="text"]:-moz-placeholder {
    color: #868298;
}
.contact-form form input[type="text"]::-moz-placeholder {
    color: #868298;
}
.contact-form form input[type="text"]:-ms-input-placeholder {
    color: #868298;
}
.contact-form form input[type="email"]::-webkit-input-placeholder {
    color: #868298;
}
.contact-form form input[type="email"]:-moz-placeholder {
    color: #868298;
}
.contact-form form input[type="email"]::-moz-placeholder {
    color: #868298;
}
.contact-form form input[type="email"]:-ms-input-placeholder {
    color: #868298;
}
.contact-form form button {
    width: 100%;
    padding: 21px 0 21px;
    cursor: pointer;
    display: block;
}

.how-can-help-box {
    position: relative;
    display: block;
}
.how-can-help-box .sec-title {
    padding-bottom: 38px;
}
.how-can-help-box .sec-title p {
    color: #222222;
    margin: 46px 0 0;
}
.how-can-help-box .inner-content{
    position: relative;
    display: block;
}
.how-can-help-box .inner-content ul {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 46px;
}
.how-can-help-box .inner-content ul li {
    position: relative;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #e8e6f4;
    padding-bottom: 22px;
    margin-bottom: 24px;
}
.how-can-help-box .inner-content ul li:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.how-can-help-box .inner-content ul li .left{
    position: relative;
    display: block;
    padding-left: 50px;
}
.how-can-help-box .inner-content ul li .left .icon {
    position: absolute;
    top: 7px;
    left: 0;
}
.how-can-help-box .inner-content ul li .left .icon span:before{
    color: #39345a;
    font-size: 45px;
    line-height: 45px;
}
.how-can-help-box .inner-content ul li .left .text{
    position: relative;
    display: block;
    padding-left: 27px;
}
.how-can-help-box .inner-content ul li .left .text h3{
    color: #222222;
    margin: 0 0 8px;
}
.how-can-help-box .inner-content ul li .left .text span{
    color: #868298;
}
.how-can-help-box .inner-content ul li .right {
    position: relative;
    display: block;
    line-height: 20px;
    margin: 17px 0;
}
.how-can-help-box .inner-content ul li .right i{
    color: #868298;
    font-size: 24px;
    transition: all 500ms ease;
    transform: perspective(0px) translateX(0px) rotate(0deg);
}
.how-can-help-box .inner-content ul li:hover .right i{
    color: #f36727;
    transform: perspective(0px) translateX(-20px) rotate(0deg);    
}



/*** 
=============================================
    Branches Section style
=============================================
***/
.branches-section{
    position: relative;
    display: block;
    padding: 50px 0 40px;
}
.branches_s2_title {
    position: relative;
    display: inline-block;
    float: left;
}
.branches_s2_text{
    position: relative;
    display: inline-block;
    float: left;
    max-width: 670px;
    width: 100%;
    padding-left: 80px;
    margin-top: -7px;    
}
.branches_s2_text p{
    color: #222222;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
}

.single-branches-box{
    position: relative;
    display: block;
    border: 1px solid #f0eef9;
    border-radius: 6px;
    padding: 34px 39px 32px;
    padding-right: 30px;
    transition: all 900ms ease;
    transition-delay: .5s;
	height: 485px;
}
.single-branches-box .title-box{
    position: relative;
    display: block; 
    padding-bottom: 15px;
}
.single-branches-box .title-box:before{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 1px;
    background: #f36727;
    content: "";
}
.single-branches-box .title-box h3{
    display: block;
    text-transform: capitalize;
}

.single-branches-box ul {
    position: relative;
    display: block;
    margin-top: 26px;
	padding: 0px 20px;
}
.single-branches-box ul li{
    display: block;
    margin-bottom: 20px;
}
.single-branches-box ul li:last-child{
    margin-bottom: 0;
}
.single-branches-box ul li .title{
    display: block;
    margin-bottom: 7px;
}
.single-branches-box ul li .title h5{
    color: #222222;
    font-size: 16px;
    text-transform: uppercase;
}
.single-branches-box ul li .text{}
.single-branches-box ul li .text p{
   line-height: 26px;
margin: 0;
color: #000;    
}
.single-branches-box ul li .text a{
	color: #000; 
}

.branches-section .inner-content{
	overflow: hidden;
}
.branches-section .owl-carousel{
	display: block;
	max-width: 370px;
	width: 100%;
	margin: 0 auto;
}
.branches-section .owl-carousel .owl-stage-outer{
	overflow: visible;
	padding: 0px 0px 10px;
}
.branches-section .owl-carousel .owl-stage-outer .owl-item.active .single-branches-box{
	transform: translateY(0px);
    -webkit-box-shadow: 0px 2px 9px 2px #f0eef9; 
    box-shadow: 0px 2px 9px 2px #f0eef9;
    border: 1px solid transparent;
}
.branches-section .owl-theme .owl-nav {
    position: absolute;
    right: -400px;
    top: -102px;
    margin: 0;
}
.branches-section .owl-theme .owl-nav [class*="owl-"] {
    background: transparent;
    color: #868298;
    font-size: 20px;
    font-weight: 400;
    height: 45px;
    width: 45px;
    line-height: 42px;
    margin: 0;
    padding: 0;
    border: 1px solid #f0eef9;    
    transition: all 700ms ease 0s;
    border-radius: 50%;

}
.branches-section .owl-theme .owl-nav .owl-next {
    margin-left: 10px;
}
.branches-section .owl-theme .owl-nav [class*="owl-"]:hover{
    border-color: #f36727;
    background: #f36727;
    color: #000000;
}

.contact-form form .input-box .ui-selectmenu-button {
    position: relative;
    display: block;
    background: #ffffff;
    width: 100% !important;
    height: 60px !important;
    border-radius: 5px !important;
    border: 1px solid #f0eef9;
    color: #868298;
    font-size: 16px;
    font-weight: 400;
    padding-left: 45px;
    padding-right: 20px;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-family: 'Rubik', sans-serif;
}                                                                                                               
.contact-form form .input-box .ui-selectmenu-button:focus{
    outline: none;
}
.contact-form form .input-box .ui-selectmenu-button span.ui-selectmenu-text {
    display: block;
    line-height: 14px;
    overflow: hidden;
    text-align: left;
    padding: 23px 0px 21px;
}
/* arrow button css */
.contact-form form .input-box .ui-selectmenu-button span.ui-icon {
    position: absolute;
    top: 7px;
    right: 0;
    bottom: 0;
    display: block;
    float: right;
    height: 60px;
    width: 45px;
    text-indent: 0;
    background-image: none;
}
.contact-form form .input-box .ui-selectmenu-button span.ui-icon::before {
    color: #868298;
    content: "\f107";
    font-family: FontAwesome;
    font-size: 20px;
    overflow: visible;
    position: absolute;
    right: 19px;
    top: 17px;
}
.contact-info-area .contact-form textarea:-webkit-input-placeholder {
    color: #868298 !important;
}
.contact-info-area .contact-form textarea:-moz-placeholder { /* Firefox 18- */
    color: #868298 !important;
}
.contact-info-area .contact-form textarea:-moz-placeholder {  /* Firefox 19+ */
    color: #868298 !important;  
}
.contact-info-area .contact-form textarea:-ms-input-placeholder {
    color: #868298 !important;  
}


.btn-one {
    position: relative;
    display: inline-block;
    background: #f36727;
    color: #ffffff;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    padding: 15px 29px 16px;
    text-transform: capitalize;
    border-radius: 5px;
    font-family: 'Rubik', sans-serif;
    transition: all 500ms ease;
    border-radius: 3px;
}
.btn-one span:before {
    position: relative;
    top: 1px;
    font-weight: 400;
    font-size: 17px;
    line-height: 10px;
    display: inline-block;
    padding-left: 14px;
}
.btn-one:hover{
    color: #f5f5f5;
    background: #da4f0f;
}
.btn-two{
    color: #f36727;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Rubik', sans-serif;
    transition: all 500ms ease;
}
.btn-two span:before {
    position: relative;
    top: 2px;
    font-weight: 400;
    font-size: 17px;
    line-height: 10px;
    display: inline-block;
    padding-left: 10px;
}
.btn-two:hover{
    color: #d14302;
}

.float-left
{
	 float: left !important;
}
.float-right {
    float: right !important;
}


.testimonial-area-s2{
    position: relative;
    display: block;
    background: #ffffff;
   padding: 40px 0 30px;
}
.testimonial_s2_title{
    position: relative;
    display: inline-block;
    float: left;
}
.testimonial_s2_text {
    position: relative;
    display: inline-block;
    float: left;
    max-width: 670px;
    width: 100%;
    padding-left: 80px;
    margin-top: -7px;
}
.testimonial_s2_text p{
    color: #222222;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
}
.testimonial_s2_button {
    float: right;
    margin-top: -6px;
}

.single-testimonial-style2{
    position: relative;
    display: block;
   border: 1px solid #dadadb;
padding: 25px 25px 25px;
border-radius: 7px;
margin-bottom: 30px;
background: #ececec;
}
.single-testimonial-style2 .text{
    display: block;
    padding-bottom: 25px;
}
.single-testimonial-style2 .text p{
    line-height: 28px;
    margin: 0;
}
.single-testimonial-style2 .client-name {
    display: block;
  padding-bottom: 12px;
padding-top: 20px;
}
.single-testimonial-style2 .client-name h3{
    color: #222222;
    font-size: 20px;
    margin: 10px 0 10px;
}
.single-testimonial-style2:hover .client-name h3{
	color: #fff;
}
.single-testimonial-style2 .client-name span{
   color: #f36727;

font-size: 18px;
}
.single-testimonial-style2:hover .client-name span{
	
	color: #fff;
}
.single-testimonial-style2 .logo-box {
    position: relative;
    display: block;
  
    border-bottom: none;
  
}
.single-testimonial-style2 .logo-box:before{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #f0eef9;
    content: "";
}
.single-testimonial-style2 .company-logo {

}
.single-testimonial-style2 .company-logo img{
   
}


.testimonial-area-s2 .inner-content{
	overflow: hidden;
}
.testimonial-area-s2 .owl-carousel{
	display:block;
	max-width: 370px;
	width:100%;
	margin: 0 auto;
}
.testimonial-area-s2 .owl-carousel .owl-stage-outer{
	overflow: visible;
	padding: 0px 0px 50px;
}
.testimonial-area-s2 .owl-carousel .owl-stage-outer .owl-item.active .single-testimonial-style2{
	transform: translateY(0px);
    -webkit-box-shadow: 0px 2px 9px 2px #f0eef9; 
    box-shadow: 0px 2px 9px 2px #f0eef9;
    border: 1px solid transparent;
}

.testimonial-area-s2 .owl-dots {
    position: relative;
    display: block;
    margin: 0px !important;
    line-height: 4px;
}
.testimonial-area-s2 .owl-dots .owl-dot{
	background-image:none;
	width: 7px;
	height: 7px;
	margin: 0px 5px;
    border: 0px solid #cecece;
	padding: 0px;
	background: #bfbccb;
	border-radius: 0%;
	transition: all 500ms ease;
	display: inline-block;
}
.testimonial-area-s2 .owl-dots .owl-dot span{
	display:none;	
}
.testimonial-area-s2 .owl-dots .owl-dot.active{
    width: 14px;
	background: #f36727;
    border-radius: 0;
}
.testimonial-area-s2 .owl-dots .owl-dot:hover{
    width: 14px;
	background: #f36727;
    border-radius: 0;
}

.branches
{
	padding-top:30px;
}
.capabilities-image{
    position: relative;
    display: block;
}
.capabilities-image img{
    width: 100%;
}
.capabilities-content{
    position: relative;
    display: block;
}
.capabilities-content .icon{
    display: block;
    margin-bottom: 20px;
}
.capabilities-content .icon span:before{
    color: #f36727;
    font-size: 65px;
    line-height: 65px;
}
.capabilities-content h1{
   color: #fff;
font-size: 30px;
font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 6px;
}
.capabilities-content span{
    color: #222222;
    font-size: 18px;
}
.capabilities-content p {
    margin: 26px 0 0;
}
.capabilities-content ul {
    position: relative;
    display: block;
    margin-top: 20px;
    margin-bottom: 33px;
}
.capabilities-content ul li{
    position: relative;
    display: block;
    padding-left: 30px;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
}
.capabilities-content ul li:before {
    position: absolute;
    top: 10px;
    left: 0;
    content: "\e905";
    font-family: 'icomoon';
    color: #f36727;
    font-size: 20px;
    line-height: 20px;
}
.capabilities-content a.btn-one span:before{
    color: #ffffff;
}

dl.term-description2 {line-height:1.3333em;text-transform:uppercase;padding-top:0.5em;padding-bottom:0.5em;position: relative;
display: inline-block;width: 100%;}

dl.term-description2{}
dl.term-description2 dt{
	line-height:1.3333em;float:left;
width: 45%;
padding-top: 0.7em;
padding-bottom: 0.4em;
padding-bottom: 14px;}
.term-description2 b{
	font-weight:500;padding: 8px 5px;
}
dl.term-description2 dd{line-height:1.3333em;float:left;width:55%;padding-top: 11px;
padding-bottom:0.4em;font-size: 1.3em;
padding-bottom: 14px;

color: #333;font-size: 16px;}
dl.term-description2 dt{font-weight: 500;
clear: both;

color: #ff5e00;
padding-right: 40px;}