*{margin:0; padding:0;}
:focus{outline:none;}
html{height:100%; -webkit-text-size-adjust:none;}
body{height:100%; font-size:16px; font-family: 'Roboto', sans-serif; color:#000; background:#fff;}
a{text-decoration:none; outline:none; color:#6f6f6f; -webkit-transition:all 0.3s ease 0s; -moz-transition:all 0.3s ease 0s; -o-transition:all 0.3s ease 0s; transition:all 0.3s ease 0s; outline: none;}
a:hover, a:focus{text-decoration:none; outline:none;}
.btn:hover, .btn:focus, .btn.focus{outline: none;}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus{outline: none; box-shadow: none;}
img{padding:0; margin:0; max-width:100%; border:none;}
h1, h2, h3, h4, h5, h6, p{font-weight:normal; margin:0; padding:0; display:block; overflow:hidden; clear:both;}
ul, ul li, ol, ol li{padding:0; margin:0; list-style:none;}
p{line-height:24px; font-family: 'Roboto', sans-serif; font-size:16px; color:#000;}
*{box-sizing:border-box; -webkit-box-sizing:border-box;}

/*INPUT CSS*/
textarea{resize:vertical;}
input[type="text"], input[type="password"], input[type="tel"], input[type="search"], input[type="email"], textarea, select{float:left; width:100%; background:#fff; border:1px solid #ddd; padding:10px 15px 10px; color:#9f9f9f; font-family:'Roboto', sans-serif; font-size:14px; border-radius:4px; -webkit-border-radius:4px; outline:medium none; -webkit-transition:all 0.3s ease 0s; -moz-transition:all 0.3s ease 0s; -o-transition:all 0.3s ease 0s; transition:all 0.3s ease 0s;}
input[type="submit"], input[type="text"], input[type="password"], textarea{-webkit-appearance:none;}
input[type="submit"]{cursor:pointer; -webkit-transition:all 0.3s ease 0s; -moz-transition:all 0.3s ease 0s; -o-transition:all 0.3s ease 0s; transition:all 0.3s ease 0s;}
input[placeholder], textarea[placeholder]{color:#000 !important; opacity:1 !important;}
input[type="text"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="search"], input[type="email"]:focus, textarea:focus, select:focus{border-color:#5ab6fc; box-shadow:0 0 5px #5ab6fc;}
/*NORMAL CSS*/
::selection{background:#fb6422; color:#fff;}
::-moz-selection{background:#fb6422; color:#fff;}
.pull-left{float:left;}
.pull-right{float:right;}
.block{width:100%; float:left;}

/* MaterialIcons */

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
       url(../fonts/MaterialIcons-Regular.woff) format('woff'),
       url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
  vertical-align:middle;
}


/*HEADING CSS*/
h1{font-size:46px; color:#fff; font-family: 'Roboto', sans-serif; font-weight:100;}
h2{font-size:32px; font-family: 'Roboto', sans-serif;}
h3{font-size:20px; font-family: 'Roboto', sans-serif;}
h4{font-size:16px; font-family: 'Roboto', sans-serif;}
h5{font-size:15px; font-family: 'Roboto', sans-serif;}
h6{font-size:14px;}

/*BUTTON CSS*/
.btn{display:inline-block; padding:8px 35px; text-align:center; color:#fff; font-size:20px; font-family: 'Roboto', sans-serif; border:1px solid transparent; border-radius:25px; -webkit-border-radius:25px; -webkit-transition:all 0.5s ease 0s; -moz-transition:all 0.5s ease 0s; -o-transition:all 0.5s ease 0s; transition:all 0.5s ease 0s;}
.trans_btn{background:none; color:#fff; position:relative; text-transform:uppercase; letter-spacing:1px; border:2px solid #fff;}
.trans_btn:hover, .trans_btn:focus{background:#fff; color:#333;}

.white_btn{background:#fff; color:#050505; position:relative; text-transform:uppercase; letter-spacing:1px; border:0; font-weight:normal; font-size:16px;}
.trans_btn2{background:none; color:#333; position:relative; text-transform:uppercase; letter-spacing:1px; border:2px solid #f28314; font-size:14px;}

.trans_btn2:hover, .trans_btn2:focus{background:#f28314; color:#fff;}

.btrans_btn{background:none; color:#333; position:relative; text-transform:uppercase; padding:10px 35px; font-size:16px; border:2px solid #333; letter-spacing:1px;}
.btrans_btn:hover, .btrans_btn:focus{background:#333; color:#fff; border-color:#333;}


/*COL CSS*/
.block{width:100%; float:left;}

/*TOGGLE ICON CSS*/
.toggle-icon{display:none; float:left; width:32px; padding:0; margin:10px 10px 0 0; z-index:9;}
.toggle-icon span{float:left; width:100%; height:3px; background:#fff; margin:3px 0; border-radius:5px; -webkit-border-radius:5px;}

/*HEADER CSS*/
.header{width:100%; float:left; padding:18px 50px; -webkit-transition:all 0.5s ease 0s; -moz-transition:all 0.5s ease 0s; -o-transition:all 0.5s ease 0s; transition:all 0.5s ease 0s;}
.logo{float:left; margin-top:8px; width:418px;}
.logo a{float:left;}
.logo a img{width:418px;}
.inquire-top{float:right; margin-left:12px;}
.inquire-top a{display:inline-block; padding:8px 35px; border-radius:30px; -webkit-border-radius:30px; color:#fff; font-size:14px; text-transform:uppercase; font-family:'Roboto', sans-serif; border:2px solid #f47921; letter-spacing:0.5px;}
.inquire-top a:hover, .inquire-top a:focus{background:#f47921; color:#fff;}

/*TOP BAR CSS*/
.header_right{float:right;}
.top_bar{float:right; clear:both; border-bottom:1px solid rgba(255,255,255,.25); padding-bottom:8px; margin-right:146px;}
.top_bar ul{float:left;}
.top_bar ul li{float:left; margin-left:88px;}
.top_bar ul li:first-child{margin:0;}
.top_bar ul .col{float:left;}
.top_bar ul .col i{display:inline-block; color:rgba(255,255,255,0.75); vertical-align:middle; margin-right:8px; width:19px; -webkit-transition:all 0.5s ease 0s; -moz-transition:all 0.5s ease 0s; -o-transition:all 0.5s ease 0s; transition:all 0.5s ease 0s;}
.top_bar ul .col span{display:inline-block; color:rgba(255,255,255,0.75); font-size:13px; font-weight:100; font-family:'Roboto', sans-serif; letter-spacing:1.5px; vertical-align:middle; -webkit-transition:all 0.5s ease 0s; -moz-transition:all 0.5s ease 0s; -o-transition:all 0.5s ease 0s; transition:all 0.5s ease 0s;}
.top_bar ul .col:hover span, .top_bar ul .col:hover i{color:#fff;}

/*NAV CSS*/
nav{float:right; clear:both;}
nav ul{float:left; padding-top:12px;}
nav > ul > li{float:left; position:relative;}
nav > ul > li > a{color:#fff; float:left; font-size:14px; line-height:21px; font-family: 'Roboto', sans-serif; padding:0 16px; text-transform:uppercase; text-decoration:none; letter-spacing:1px; padding-bottom:15px; position:relative;}
nav ul li:hover a, nav ul li a.active{text-decoration:none; color:#f47920;}
nav ul li a:focus{text-decoration:none; outline:none;}
nav ul li a i.material-icons{font-size:18px;}

nav > ul > li > ul.sub-menu{float:left; width:1070px; border-top:4px solid #f47920; padding:15px 5px; background:#fff; position:absolute; top:100%; left:calc(50% - 558px); display:none; -webkit-transition:all 0.3s ease 0s; -moz-transition:all 0.3s ease 0s; -o-transition:all 0.3s ease 0s; transition:all 0.3s ease 0s; z-index: 9999999;}
nav > ul > li > ul.sub-menu h3{ font-size:14px; color:#000; display:block; padding-bottom:10px; margin-bottom:6px; font-weight:500; border-bottom:1px solid #b2b2b2;}
nav > ul > li > ul.sub-menu h3 a{ color:#000;}
nav > ul > li > .sub-menu > li{float:left; width:100%;}
/*nav > ul > li:hover > ul.sub-menu{display:block;}*/
nav > ul > li > .sub-menu li ul{float:left; width:25%; padding:0 10px; margin-bottom:15px;}
nav > ul > li > .sub-menu li ul li{float:left; width:100%;}
nav > ul > li > .sub-menu li ul li a{font-size:13px; display:block; color:#555; font-weight:normal; padding:3px 3px 3px 20px; position:relative;}
nav > ul > li > .sub-menu li ul li a:after{position:absolute; top:10px; left:2px; width:7px; height:7px; border:1px solid #868686; content:''; transform:rotate(-45deg); -webkit-transition:all 0.2s ease 0s;  transition:all 0.2s ease 0s;}
nav > ul > li > .sub-menu li ul li:hover a, nav > ul > li > .sub-menu li ul li.active a{padding-left:30px; color:#f47a20;}
nav > ul > li > .sub-menu li ul li:hover a:after, nav > ul > li > .sub-menu li ul li.active a:after{left:10px; border-color:#f47a20;}

nav > ul > li > a:after{position:absolute; bottom:0; left:0; width:0; height:4px; background:#f47920; content:'';  -webkit-transition:all 0.3s ease 0s; -moz-transition:all 0.3s ease 0s; -o-transition:all 0.3s ease 0s; transition:all 0.3s ease 0s;}
nav > ul > li:hover > a.active:after, nav ul li:hover a:after, nav ul li a.active:after{width:100%;}
nav > ul > li.company-sub-menu > ul.sub-menu{width:250px; left:auto; right:0;}
nav > ul > li.company-sub-menu > ul.sub-menu ul{width:100%;}



/*HOME BANNER CSS*/
.main_wrapper{float:left; width:100%; position:relative; background:url(../images/banner.jpg) no-repeat 0 0; background-size:cover;}
.banner_cption{float:left; width:100%; text-align:center; margin:100px 0;}
.banner_cption .banner_cont{margin:110px 0 140px;}
.banner_cption h2{margin-top:10px; font-size:46px; color:#fff; font-family: 'Roboto', sans-serif; font-weight:500;}
.banner_cption p{margin:50px 0 50px; font-size:16px; color:#fff; font-family: 'Roboto', sans-serif; max-width:870px; display:inline-block; width:100%;}
.banner_cption .block .btn{margin:0 8px;}
.banner_cont h2, .banner_cont h1{overflow:inherit;}


/*MID WRAPPER CSS*/
.mid-wrapper{float:left; width:100%;}

/*TITLE CSS*/
.title{float:left; width:100%; text-align:center; padding-bottom:30px;}
.title h2{color:#000; font-size:32px; font-weight:100; padding-bottom:10px; overflow:inherit;}
.title p{color:rgba(0,0,0,0.60); font-size:15px; text-transform:uppercase; font-weight:normal; padding-bottom:15px;}
.title span{display:inline-block;}

/*HELP SECTION CSS*/
.full_container{float:left; width:100%; padding:20px 0; background:#fff;}
.help_row{float:left; width:100%; text-align:center;}
.help_row p{color:rgba(0,0,0,0.90); font-size:16px; font-weight:100; line-height:26px;}
.help_row .help_prosess{float:left; width:100%; text-align:center; margin-top:50px;}


/*DELIVERING PROMISES CSS*/
.delivering_promises{background:url(../images/bg1.jpg) no-repeat 50% 50%; background-size:cover; background-attachment:fixed;}
.delivering_promises .title h2, .delivering_promises .title p{color:#fff; font-weight:normal;}
.delivering_promises .title p{text-transform:none;}

.delivering_row{float:left; width:100%; position:relative;}
.delivering-point{position:absolute; top:calc(50% - 47px); left:calc(50% - 50px); z-index:1; width:96px;}

.delivering_row .col-md-6{border-right:2px dashed rgba(255,255,255,0.25); border-bottom:2px dashed rgba(255,255,255,0.25);}
.delivering_row .col-md-6:nth-child(2n){border-right:0;}
.delivering_row .col-md-6:nth-child(3), .delivering_row .col-md-6:nth-child(4){border-bottom:0;}
.delivering_box{float:left; width:100%; text-align:center; padding:30px 15px;}
.delivering_box figure{display:inline-block;}
.delivering_box figure img{width:173px;}
.delivering_box h3{color:#fff; font-size:20px; text-transform:uppercase; padding:25px 0 15px;}
.delivering_box p{color:#fff; font-size:14px; font-weight:100; line-height:22px;}


/*DEVELOMENT CSS*/
.development-wrap{background:url(../images/bg2.jpg) no-repeat 0 0; background-size:cover;}
.development-wrap .title h2, .development-wrap .title p{color:#fff; font-weight:normal;}

.development_row{float:left; width:100%; text-align:center;}
.development_btm{float:left; width:100%; text-align:center;}
.development_btm p{color:#fff; font-size:16px; font-weight:100; line-height:22px; padding-bottom:30px; display:inline-block; max-width:900px;}
.development-stap{float:left; width:100%; padding:70px 0; position:relative;}
.service_bar{position:absolute; top:11%; left:78px; right:0; height:100%; background:url(../images/service-bar.png) no-repeat 0 0;}
.service_bar span{position:absolute; top:27px; left:108px;}
.development-stap .col{float:left; width:16%; text-align:left; position:relative; z-index:1;}
.development-stap .col .stap-box{float:left; text-align:center; padding-top:17px;}
.development-stap .col:nth-child(2) .stap-box{width:100%; padding:17px 10px 0 0;}
.development-stap .col:nth-child(3) .stap-box{width:100%; padding:17px 0 0 30px;}
.development-stap .col:nth-child(4) .stap-box{width:100%; padding:15px 0 0 50px;}
.development-stap .col:nth-child(5) .stap-box{width:100%; padding:15px 0 0 60px;}
.development-stap .col:nth-child(6) .stap-box{width:100%; padding:17px 0 0 100px;}
.col .stap-box .stap-port{display:inline-block; height:110px; width:110px; padding:5px; border:2px dashed #fff; border-radius:50%; -webkit-border-radius:50%; overflow:hidden;}
.col .stap-box .stap-port i{float:left; width:100%; height:100%; border-radius:50%; -webkit-border-radius:50%; background:#fff;}
.col .stap-box .stap-port i img{border-radius:50%; -webkit-border-radius:50%;}
.stap-box h3{color:#fff; font-size:16px; text-transform:uppercase; font-weight:500; padding-top:12px;}


/*CLIENT SPEAK CSS*/
.client-wrap{background:url(../images/client_bg.jpg) no-repeat 0 0; background-size:cover; position:relative; padding:40px 0 0;}
.client_row{float:left; width:100%; padding:0 0 100px; position:relative;}
.item-block{float:left; width:100%; text-align:center; padding-left:210px;}
.slide_item{display:inline-block; max-width:850px; width:100%; border-radius:0 100px  0 100px; -webkit-border-radius:0 100px  0 100px; background:#464646; padding:50px; text-align:left;}
.slide_item .pull-left figure{float:left; width:160px; height:160px; background:#fff; padding:5px; border-radius:50%; -webkit-border-radius:50%; position:relative; z-index:1;}
.slide_item .pull-left figure:after{position:absolute; bottom:30px; right:-22px; width:40px; height:28px; content:''; background:url(../images/icon/ic13.png) no-repeat 0 0;}
.slide_item .pull-left{margin:-55px 0 0 -120px;}
.slide_item .pull-left figure i{width:100%; height:100%; border-radius:50%; -webkit-border-radius:50%;}
.slide_item .client-say{display:block; overflow:hidden; padding-left:50px;}
.client-say p{color:#fff; font-size:16px; font-weight:normal; line-height:26px;}
.client_detail{float:left; width:100%; padding-top:22px;}
.client_detail h3{color:#ffc53b; font-size:16px;}
.client_detail span{color:rgba(255,255,255,0.60); font-size:14px; font-weight:100;}
.client_row .flex-direction-nav{position:absolute; text-align:center; width:100%; bottom:38px; left:0; padding-left:160px;}
.client_row .flex-direction-nav a{text-indent:0; position:static;}
.client_row .flex-direction-nav li{display:inline-block;}
.client_row .flex-direction-nav li:first-child{border-right:3px solid #7b7b7b;}
.client_row .flex-direction-nav a i.material-icons{font-size:40px; -webkit-transition:all 0.5s ease 0s; -moz-transition:all 0.5s ease 0s; -o-transition:all 0.5s ease 0s; transition:all 0.5s ease 0s;}
.client_row .flex-direction-nav li a:hover i{transform:translateX(5px); -webkit-transform:translateX(5px); color:#ff7901;}
.client_row .flex-direction-nav li:first-child a:hover i{transform:translateX(-5px); -webkit-transform:translateX(-5px);}
.client_row .flexslider{position:static;}
.client-decorate{float:left; width:100%; text-align:right;}
.client-decorate span{float:right; position:relative; right:180px;}
.client-decorate .decorate{position:absolute; bottom:0; z-index:0;}


/*FLEXSLIDER CSS*/
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus{outline:none;}
.flexslider .slides > li{display:none; position:relative; -webkit-backface-visibility:hidden;}
.flex-pauseplay span{text-transform:capitalize;}
.slides:after{content:"."; display:block; clear:both; visibility:hidden; line-height:0; height:0;} 
html[xmlns] .slides{display:block;} 
.no-js .slides > li:first-child{display:block;}
.flexslider{position:relative; zoom:1; width:100%; float:left;}
.flex-viewport{max-height:2000px; -webkit-transition:all 1s ease; -moz-transition:all 1s ease; transition:all 1s ease;}
.flex-direction-nav{display:block;}
.flex-direction-nav a{width:37px; height:85px; background:url(../images/ic3.png) no-repeat 0 0; position:absolute; top:45%; left:0; cursor:pointer; text-indent:-9999px; -webkit-transition:all .3s ease;}
.flex-direction-nav .flex-next{background-position:100% 100%; left:auto; right:0;}
.flex-control-nav{position:absolute; top:20px; right:80px; z-index:3; display:none;}
.flex-control-nav li{margin:0 5px; display:inline-block; zoom:1;}
.flex-control-paging li a{width:13px; height:13px; display:block; background:#fff; cursor:pointer; text-indent:-9999px; border-radius:20px; -webkit-border-radius:100%;}
.flex-control-paging li a:hover, .flex-control-paging li a.flex-active{background:#952929;}

/*CLIENTS LOGOS CSS*/
.client-info{float:left; width:100%; background:#fff;}
.client_logos{float:left; width:100%; padding:30px 0;}
.client_logos ul{float:left; width:100%; text-align:center;}
.client_logos ul li{display:inline-block; padding:0 5px;}

/*OWL CAROUSEL SLIDER CSS*/
.owl_carousel, .owl_carousel2{float:left; width:100%; position:relative;}
.owl-wrapper{display:none; position:relative; -webkit-transform:translate3d(0px, 0px, 0px);}
.owl-wrapper-outer{ width:100%; overflow:hidden;}
.owl-item{float:left;}
.owl-pagination{display:none; float:left; width:100%; padding-top:20px; text-align:center;}
.owl-page{display:inline-block; margin:0 5px; width:14px; height:14px; cursor:pointer; border-radius:50%; -webkit-border-radius:50%; border:3px solid #0a92ea; background:#0a92ea;}
.owl-page:hover, .owl-page.active{background:#fff;}
.owl-buttons{display:block; text-align:center; z-index:1;}
.owl-buttons .owl-prev, .owl-buttons .owl-next{background:url(../images/ic3.png) no-repeat 0 0; display:inline-block; width:26px; height:38px; cursor:pointer; text-indent:-9999px; position:absolute; top:10px; left:-40px;}
.owl-buttons .owl-next{background-position:0 100%; right:-40px; left:auto;}
.grabbing{cursor:url(grabbing.png) 8 8, move;}
.detailholder.medium{border-bottom:3px solid #222;}
.owl_carousel_builder .owl-controls, .owl_carousel .owl-controls{width:100%; float:left; text-align:center;}


/*CONTACT FORM CSS*/
.contact_info{padding:0; position:relative; background:#f2f2f2;}
.contact_info:before{position:absolute; top:0; left:0; width:50%; height:100%; content:''; background:#053058;}
.contact_row{float:left; width:100%; position:relative; z-index:1; position:relative;}
.orhalf{position:absolute; top:calc(47% - 20px); left:calc(50% - 26px); text-align:center; z-index:2;}
.orhalf span{display:inline-block; height:50px; width:50px; border-radius:50%; -webkit-border-radius:50%; background:#fff; color:#1e4463; box-shadow:1px 2px 3px rgba(0,0,0,0.40); text-align:center; line-height:50px; text-transform:uppercase; font-weight:600; font-family: 'Roboto', sans-serif;}
.contact_left{float:left; width:100%; padding:40px 0;}
.contact_left .title h2{color:#fff; font-size:34px; font-weight:400;}
.contact_with{float:left; width:100%; border-bottom:1px solid rgba(255,255,255,0.20); padding-bottom:20px; margin-top:20px;}
.contact_with ul{float:left; width:100%;}
.contact_with ul li{float:left; width:100%; padding-bottom:30px;}
.contact_with ul li .pull-left{padding-right:15px; margin-top:10px; width:45px;}
.contact_with ul li .pull-left i{font-size:30px; color:#fff;}
.contact_with ul li .contact_filed{display:block; overflow:hidden; padding-left:15px; border-left:1px solid rgba(255,255,255,0.30);}
.contact_filed span{color:#96c8f8; font-size:13px; font-weight:100; line-height:13px; text-transform:uppercase;}
.contact_filed p{color:#fff; font-size:20px; font-weight:400;}
.contact_filed p a{color:#fff;}

.socials{float:left; width:100%; padding-top:30px;}
.socials h3{color:#96c8f8; font-size:13px; font-weight:100; line-height:13px; text-transform:uppercase; padding-bottom:15px;} 
.socials ul{float:left; width:100%;}
.socials ul li{float:left; margin-right:15px;}
.socials ul li a{float:left; text-align:center;}
.socials ul li a i{height:34px; width:34px; border:2px solid #fff; border-radius:50%; -webkit-border-radius:50%; color:#fff; line-height:30px; font-size:15px; -webkit-transition:all 0.3s ease 0s; -moz-transition:all 0.3s ease 0s; -o-transition:all 0.3s ease 0s; transition:all 0.3s ease 0s;}
.socials ul li a:hover .fa{background:#4e71a8; color:#fff; border-color:#4e71a8;}
.socials ul li a:hover .fa.fa-skype{background:#00aef2; border-color:#00aef2;}
.socials ul li a:hover .fa.fa-linkedin{background:#006dc0; border-color:#006dc0;}
.socials ul li a:hover .fa.fa-twitter{background:#00c6f9; border-color:#00c6f9;}
.socials ul li a:hover .fa-google-plus{background:#e3411f; border-color:#e3411f;}

.contact_form{float:left; width:100%; padding-left:35px; margin:20px 0 40px;}
.contact_form .form-group{float:left; width:100%; position:relative; margin-bottom:0px;}
.contact_form .form-group input[type="text"], .contact_form .form-group input[type="tel"], .contact_form .form-group input[type="email"], .contact_form .form-group input[type="password"], .contact_form .form-group textarea{width:100%; background:none; padding:18px 10px 18px 50px; border-width:0 0 1px 0; border-radius:0; -webkit-border-radius:0; box-shadow:none; font-size:14px; color:#282828; /* text-transform:uppercase; */ height:57px; border-color:#cecece; font-family: 'Roboto', sans-serif;}
.contact_form .form-group input[type="text"]:focus, .contact_form .form-group input[type="tel"]:focus, .contact_form .form-group input[type="email"]:focus, .contact_form .form-group input[type="password"]:focus, .contact_form .form-group textarea:focus{border-color:#f28314;}
.contact_form .form-group i{position:absolute; top:17px; left:8px; font-size:18px; color:#4d4d4d;}
.contact_form .form-group textarea{resize:none; height:120px;}
.contact_form .block .capcha{float:left;}
.contact_form .block .btn{padding:10px 25px; margin-top:15px;}
.form_in{width:100%; float:left; margin-bottom:20px;}

.contact_form .form-group .control-label{ position: absolute; top:16px;  pointer-events:none; padding-left:40px; z-index:1;  color:#4d4d4d; font-size:14px; font-family: 'Roboto', sans-serif;  font-weight:normal; -webkit-transition: all 0.28s ease;   transition: all 0.28s ease; left:0px; width:100%; text-align:left; text-transform:uppercase;}
.contact_form .form-group input:focus, .contact_form .form-group textarea:focus, .contact_form .form-group select:focus {color: #4d4d4d; outline: none; }
.contact_form .form-group input:focus ~ .bar::before, .contact_form .form-group textarea:focus ~ .bar::before, .contact_form .form-group select:focus ~ .bar::before { width: 100%; left: 0; }
.contact_form .form-group input:focus ~ .control-label, .contact_form .form-group input:valid ~ .control-label, .contact_form .form-group textarea:focus ~ .control-label, .contact-forms .form-group textarea:valid ~ .control-label, .contact-forms .form-group select:focus ~ .control-label, .contact_form .form-group select:valid ~ .control-label{left: 0; top: -15px; font-size:13px; color: rgba(0,0,0,0.54);}
.contact_form .bar {position:relative; display:block; width:100%; float:left;text-align: left;font-size: 14px;}
.contact_form .bar:before, .contact_form .bar:after{ content: ''; height: 2px; width: 0; bottom: 0px; position: absolute; background: #f28314; transition: 0.3s ease all; -moz-transition: 0.3s ease all; -webkit-transition: 0.3s ease all; }
.contact_form .bar:before, .contact_form .bar:before { left: 50%; }
.contact_form .bar:after, .contact_form .bar:after { right: 50%; }
.contact_form input:focus ~ .bar:before, input:focus ~ .bar:after, .contact_form input:focus ~ .bar:before, input:focus ~ .bar:after { width: 50%;}
.contact_form .form-group textarea:focus ~ .control-label, .contact_form .form-group textarea:valid ~ .control-label, .contact_form .form-group input:focus ~ .control-label, .contact_form .form-group input:valid ~ .control-label{left: 0; top: -10px; font-size:12px; color: rgba(0,0,0,0.54);}


/*FOOTER CSS*/
footer{float:left; width:100%; background:#222; padding:50px 0 0;}
footer h3{color:rgba(255,255,255,0.60); font-size:16px; font-family: 'Roboto', sans-serif; font-weight:100; text-transform:uppercase; padding-bottom:15px;}
footer .address{float:left; width:100%; padding-bottom:20px;}
footer .address .block{margin-bottom:8px;}
footer .address .block i{float:left; width:20px; color:#989889;}
footer .address .block span{display:block; overflow:hidden; color:rgba(255,255,255,0.80); font-size:14px; padding-top:3px;}
.careerwith{float:left; width:100%; padding-bottom:20px;}
.careerwith a{color:#f2a614; font-size:16px; font-weight:600; vertical-align:middle;}
.careerwith a i{margin-right:10px;}
.careerwith .pull-right{margin-top:-6px;}
.careerwith a:hover{color:#fff;}
.careerwith .pull-right ul{float:left;}
.careerwith .pull-right ul li{float:left; opacity:0.5; margin-left:15px; -webkit-transition:all 0.3s ease 0s; -moz-transition:all 0.3s ease 0s; -o-transition:all 0.3s ease 0s; transition:all 0.3s ease 0s;}
.careerwith .pull-right ul li:hover{opacity:1;}
.copyright{float:left; width:100%; padding:14px 0; text-align:center; border-top:1px solid rgba(255,255,255,0.15);}
.copyright p, .cpr-txt{color:rgba(255,255,255,0.50); font-size:14px; font-family: 'Roboto', sans-serif;}
.copyright p a{color:rgba(255,255,255,0.50);}
.copyright p a:hover{color:#f2a614;}


/*INQURI FORM POPOUP CSS*/
.inquire-popup{position:fixed; top:calc(50% - 30%); left:0; right:0; margin:0 auto; width:100%; max-width:1120px; z-index:9993; display:none;}
.inquire-popup .col-md-4{background:#053058;}
.popup-content{float:left; width:100%; background:#fff; border-radius:2px; -webkit-border-radius:2px;}
.popup-content .team-head{float:left; width:100%; position:relative;}
.team-head .popup-close{position:absolute; top:-42px; right:0; z-index:9;}
.team-head .popup-close i{color:#fff; font-size:40px;}
.inquire-popup .contact_with{border:0;}
.inquire-popup .contact_left .title h2{font-size:28px; font-weight:normal;}
.inquire-popup .contact_form .title h2{font-size:26px;}
.inquire-popup .contact_form .title{padding-bottom:10px;}
.inquire-popup .contact_form .btn{border-color:#828282;}
.inquire-popup .contact_form .btn:hover, .inquire-popup .contact_form .btn:focus{border-color:#f28314;}
.popup-overlay{background:rgba(0,0,0,0.60); position:fixed; top:0; left:0; width:100%; height:100%; display:none; z-index:9992;}
.inquire-popup .contact_row:before{position:absolute; top:0; left:0; width:33.3333%; height:100%; content:''; background:#053058;}
.inquire-popup .contact_row{position:relative;}
.inquire-popup .contact_left{padding:18px 0 40px;}
.team-head .block{display:none;}


/*WEB DEVELOPMENT PAGE CSS*/
.web-development{background-image:url(../images/web-development-slide.jpg);}
.inner-page .banner_cption .banner_cont{margin:50px 0 40px;}
.inner-page .banner_cption .block .btn{margin-top:50px;}
.inner-page .banner_cption{margin:50px 0;}
.inner-page .banner_cption h1{font-size:46px; font-weight:400;}
.inner-page .banner_cption h2{font-weight:normal; font-size:22px;}
.development-service .help_row p{font-size:15px; line-height:30px;}
.development-service{padding-bottom:70px;}

/*DEVELOPMENT INFO CSS*/
.development-info{padding:0;}
.content-tabs{float:left; width:100%;}
.develop_tabs{float:left; width:100%; background:#f5f5f5; border-top:6px solid #dcdcdc;}
.develop_tabs ul{float:left; width:100%;}
.develop_tabs ul li{float:left; width:20%; text-align:center; border-right:1px solid #dcdcdc;}
.develop_tabs ul li:last-child{border:0;}
.develop_tabs ul li a{float:left; width:100%; text-align:center; padding:30px 10px 20px; color:#555; font-size:15px; margin-top:-6px; border-top:6px solid #dcdcdc; position:relative;}
.develop_tabs ul li:hover a:after, .develop_tabs ul li.active a:after{position:absolute; bottom:-12px; left:45%; z-index:1; border-top:15px solid #fff; border-left:13px solid transparent; border-right:13px solid transparent; content:"";}
.develop_tabs ul li a i{display:inline-block; width:47px; height:56px; background:url(../images/icon/develop-icon.png) no-repeat 0 0; -webkit-transition:all 0.3s ease 0s; -moz-transition:all 0.3s ease 0s; -o-transition:all 0.3s ease 0s; transition:all 0.3s ease 0s;}
.develop_tabs ul li.codeigniter-tab a i{background-position:-117px 0;}
.develop_tabs ul li.php-tab a i{background-position:-340px 8px; width:66px;}
.develop_tabs ul li.vue-tab a i{background-position:-230px 8px; width:52px;}
.develop_tabs ul li.react-tab a i{background-position:-464px 8px; width:52px;}

.develop_tabs ul li.active a i, .develop_tabs ul li:hover a i{background-position:0 -112px;}
.develop_tabs ul li.codeigniter-tab.active a i, .develop_tabs ul li.codeigniter-tab:hover a i{background-position:-117px -109px;}
.develop_tabs ul li.php-tab.active a i, .develop_tabs ul li.php-tab:hover a i{background-position:-340px -117px;}
.develop_tabs ul li.vue-tab.active a i, .develop_tabs ul li.vue-tab:hover a i{background-position:-230px -110px;}
.develop_tabs ul li.react-tab.active a i, .develop_tabs ul li.react-tab:hover a i{background-position:-464px -110px;}
.develop_tabs ul li.active a, .develop_tabs ul li:hover a{color:#333; background:#fff; border-color:#f47a20;}

.develop_tabs ul li a span{float:left; width:100%; min-height:40px;}
.tab-container{float:left; width:100%; padding:30px 0; background:#333;}
.tab-content{float:left; width:100%; display:none;}
.content_info{float:left; width:100%;}
.content_info .title h2{color:#fff; font-weight:400; font-size:30px;}

.angular-wrap{float:left; width:100%; margin-top:10px;}
.angular-wrap .col-md-6:first-child{border-right:1px solid rgba(255,255,255,0.30);}
.key_features{float:left; width:100%; padding:30px 0;}
.key_features ul{float:left; width:100%;}
.key_features ul li{float:left; width:100%; padding:6px 0 6px 20px; position:relative; font-size:14px; color:rgba(255,255,255,0.87);}
.key_features ul li:after{position:absolute; top:14px; left:0; width:6px; height:6px; border:1px solid #fff; content:''; transform:rotate(-45deg);}
.key_features h3{font-size:20px; color:#fff; text-transform:uppercase; padding-bottom:12px;}
.angular-detail{float:left; width:100%; text-align:center; padding:0 36px;}
.angular-detail figure{display:inline-block; margin-bottom:30px;}
.angular-detail figure img{ width:120px;}
.angular-detail p{font-size:14px; color:rgba(255,255,255,0.87);}
.tech-hire-bt{ width:100%; margin-top:15px; text-align:center; float: left;}


/*WHY CHOUSE US! CSS*/
.whychoose-row{float:left; width:100%; text-align:center;}
.whychoose-row .whychoose-widget{float:left; width:100%; text-align:center; margin:15px 0 50px;}
.whychoose-widget figure{display:inline-block; height:75px; margin-bottom:10px; width:75px;}
.whychoose-widget h3{color:#000; font-size:18px; font-weight:normal; padding-bottom:10px;}
.whychoose-widget p{color:#333; font-size:14px; font-weight:100; line-height:25px;}

.send-requiremtns{float:left; width:100%; background:#fae5b6;}
.send-requiremtns .title p{font-size:16px;}
.requiremtns{float:left; width:100%; text-align:center;}

/*FINANCE SOLUTION PAGE CSS*/
.main_wrapper.solution-finance{background:url(../images/finance-bg.jpg) no-repeat 0 0;}
.finance_row{float:left; width:100%; text-align:center;}
.finance_row p{line-height:30px; color:#rgba(0, 0, 0, 0.9); font-size:14px; font-weight:100;}

.finance{float:left; width:100%; padding:50px 0 10px;}
.finance ul{float:left; width:100%;}
.finance ul li{float:left; width:24%; margin-right:1%; color:#555; font-size:14px; background:#f5f5f5; border-left:4px solid #f47a20; padding:10px 8px 10px 30px; text-align:left; position:relative; margin-bottom:5px; margin-top:5px;}
.finance ul li:after{position:absolute; top:17px; left:10px; width:6px; height:6px; border:1px solid #555; content:''; transform:rotate(-45deg);}

/*CSS 17-04-2017 by umesh*/
.finance-manage-section{width: 100%; float: left; background: #333; margin: 30px 0px;}
.finance-manage-section .title{padding: 40px 0px 60px;}
.finance-manage-section h2{ text-align: center; color: #fff; font-family: 'Roboto', sans-serif; font-weight:400;  }
.finance-manage-section  p{  text-align: center; color: #fff; font-size: 14px; text-transform: capitalize; font-family: 'Roboto', sans-serif; font-weight:300;  padding-bottom: 10px;} 

.finance-row{width: 100%; float: left; }
.finance-info{ width: 46%; padding: 0px 15px; box-sizing: border-box; border-left: solid 2px #f47a20; color: #fff; margin-bottom: 50px; float: left;}
.finance-info:nth-child(2n){float:right;}
.finance-info h3{font-family: 'Roboto', sans-serif; font-weight:500; text-transform:uppercase; padding-bottom: 10px;}
.finance-info p{text-align: left; line-height: 22px; }

.technology-row{width: 100%; float: left; clear: both; margin-bottom: 80px;}
.technology-row p{text-transform: capitalize; font-family: 'Roboto', sans-serif; font-weight:300; font-size: 14px;  color: #000; }
.technology-solutions{width: 100%; float: left; } 
.technology-solutions figure{width: 50px; display: inline-block;}
.technology-solutions figure img{width: 100%;}
.technology-solutions h3{display: inline-block; padding-left: 20px; font-family: 'Roboto', sans-serif; font-weight:400;  padding-top: 15px;}
.technology-col{border-bottom: 1px solid #d8d8d8; padding: 15px 0px;}
.technology-col:last-child{border-bottom: 1px solid transparent;}
.databases-titel{border-right: solid 1px #b2b2b2; width: 17%;  position: relative; padding: 15px 0px; display: inline-block;}
.databases-titel:after { content: '';  position: absolute;  top: 45%;  right: -6px;  border-left: 5px solid #b2b2b2;  border-top: 5px solid transparent;   border-bottom: 5px solid transparent; }

.technology-col ul{float: right; width: 80%;}
.technology-col ul li{width: 25%;  float: left; font-family: 'Roboto', sans-serif; font-weight:400; font-size: 14px; color: #333; position: relative;   padding: 10px 0px 10px 15px;}
.technology-col ul li:after{  border: 1px solid #555555;   content: "";  height: 6px;  left: 0px;  position: absolute;  top: 17px;  transform: rotate(-45deg);  width: 6px; }

/*Team Page Css*/
.team{background-image:url(../images/team-slide.jpg); background-size:cover; background-position:center; height:852px;}
.team .banner_cption .banner_cont{ margin-top:170px;}
.team_titel li{display: inline-block; margin: 0px 10px;}
.team .team_titel li h1{font-family: 'Roboto', sans-serif; font-weight:500; font-size: 46px; position: relative;  width: 67px; background-image:url(../images/team-titel-bg.png); height: 60px;}
.banner_cption .team_titel p{margin: 25px 0 0;}
.inner-page .banner_cption  .team_titel .block .btn{ margin-top: 25px;}

.team_titel li span{text-transform:uppercase; font-family: 'Roboto', sans-serif; font-weight:500; font-size: 13px; color: #fff; }

.team-management{width: 100%; margin-bottom: 50px; float: left; position: relative;}
.team-management:after{background-image:url(../images/management-happy.png);  content: "";  height: 132px;  right: 50px;  position: absolute;  top: -132px; width: 13%; display:none;}
.team-management figure{border-right: solid 1px #fff;}
.team-management :last-child figure{border-right: none; }
.team-management figure img{width: 100%; }
.team-management .owl-controls{float:left; width:100%;}
.team-carousel{float:left; width:100%; position:relative; overflow:hidden;}
.team-carousel .owl-controls .owl-buttons .owl-prev, .team-carousel .owl-controls .owl-buttons .owl-next{position:static; display:inline-block; background:none; height:auto; width:auto; text-indent:0; font-size:30px;}
.team-carousel .owl-controls .owl-buttons i.material-icons{font-size:36px;}

.management-col{text-align: center; width: 33.33%; float: left; }
.management-col h3{font-size: 24px; font-family: 'Roboto', sans-serif; font-weight:500; color: #333; padding: 20px 0px;}
.management-col h3 span{display: block; font-family: 'Roboto', sans-serif; font-weight:400; font-size: 14px; color: rgba(0,0,0,0.60); padding: 10px 0px; text-transform:uppercase;}
.management-col p{font-family: 'Roboto', sans-serif; font-weight:300; font-size: 14px; line-height: 28px; padding: 0px 35px;}

.our-team{width: 100%; float: left; padding: 50px 0px;}
.our-team .title{padding-bottom: 15px;}
.our-team .title p{font-size: 16px; font-family: 'Roboto', sans-serif; font-weight:300;}
.our-team .info {text-align: center; margin-bottom: 15px;}
.our-team .info h3{padding: 15px 0px; color: #333;}
.our-team .info h3 span{display: block; font-family: 'Roboto', sans-serif; font-weight:400; font-size: 14px; color: rgba(0,0,0,0.60); padding: 5px 0px; text-transform:uppercase;}




/*Career Page Css start*/
.career-banner{background-image:url(../images/career-slide.jpg);}

.career { padding:15px 0 70px 0;  width: 100%; float: left;}

.career h3:after { content:""; height:1px; width:12%; background-color:#cccccc; position:absolute; left:0; right:0; margin:0 auto; bottom:0; }
.career h3 { font-size:26px; font-weight:500; color: #474747; text-align:center; position:relative; padding-bottom:10px; }
.career h3 span { color:#ff7901; }
.career p { text-align:center;  font-size:14px; color:#757575; padding-top:0px; }
.requirements ul li { padding:12px 10px!important; display:inline-block; border-bottom:solid 1px #d9d9d9; position:relative; }
.requirements ul li:hover { background-color:#fafafa; }

.col_left { width:30%; float:left; }
.col_left .s_number:after { content:""; height:2px; width:100%; background-color:#000; position:absolute; left:0; bottom:0; }
.col_left .s_number {font-size:26px; position:relative; margin-bottom:20px; display:inline-block; }
.col_left h5 { color:#ff7901; font-size:13px; text-transform:uppercase; padding:0; margin:0; margin-bottom:5px; }
.col_left p {font-size:15px; color:#757575; text-align:left; padding:0; margin:0; }
.col_left .apply_btn { border:solid 2px #c3c3c3; border-radius:5px; padding:10px 20px;font-size:15px; text-transform:uppercase; font-weight:600; text-decoration:none; display: inline-block; margin-top:15px; }
.col_left .apply_btn { border: 1px solid #c3c3c3; border-radius: 30px; color: rgba(0, 0, 0, 0.6); display: inline-block;font-size: 15px; font-weight: 400; margin-top: 15px; padding: 7px 15px; text-decoration: none; text-transform: uppercase; }
.apply_btn:hover { background-color:#ff7901; color:#fff; border:solid 1px #ff7901;}
.col_right { width:70%; float:right; }
.col_right h6 {font-size:15px; font-weight:400; color:#000; padding-bottom:5px; }
.col_right p { text-align:left; padding:0px; margin:0 0 20px 0px; line-height:22px; color:#757575; }
.career .row { margin-top:50px; }
.career .col_9 { width:60%; float:left; }
.career .col_9 .item > div { width:100%; }

.career .owl-pagination{display: block;}
.career .owl-pagination .owl-page{background: none;}
.requirements .owl-buttons { display:none; }
.requirements .owl-pagination { text-align:center; margin-top:0px; }
.requirements .owl-page { border: 1px solid #666; border-radius: 50%; display: inline-block; height: 18px; margin: 0 5px; width: 18px; }
.requirements .owl-page span { background-color: #666666; border: 1px solid #666; border-radius: 50%; display: block; height: 12px; margin: 2px 0 0 2px; position: relative; width: 12px; }
.requirements .owl-page.active span, .requirements .owl-controls.clickable .owl-page:hover span { background-color: #ff7901; border:solid 1px #ff7901; }
.requirements .owl-page:hover , .requirements .owl-page.active{border: 1px solid #ff7901;}

/*Right sidebar*/
.career .col_3 { width:36%; float:right; }
.career .col_3 > div { background-color:#f6f6f6; padding:20px 40px; }
.career .col_3 > div h4 {font-size:18px; text-transform:uppercase; font-weight:300;margin-bottom:10px; }
.career .col_3 > div h4 strong { font-weight:500; }
.career .col_3 > div .col { width:100%; margin-bottom:12px; display: inline-block; }
.career .col_3 > div .col label {font-size:13px; text-transform:uppercase; color:#626262; margin-bottom:5px; display:block; font-weight:normal; }
.career .col_3 > div .col input[type="text"] { padding:10px; text-transform:none; }
.career .col_3 > div .col select { background:#fff url(../images/select_arrow.png) no-repeat 96% center; border:solid 1px #ccc; padding:10px; color:#626262; font-size:12px; letter-spacing:1px; }
.career .col_3 > div .col textarea { text-transform:none; padding:10px; min-height:85px; }
.career .col_3 > div .col input[type="submit"] { border-radius:25px; padding:8px 20px; width:auto; font-size:16px; text-transform:uppercase; font-weight:300;  border: solid 2px #ff7901; background:#ff7901; color: #fff;}
.career .col_3 > div .col input[type="submit"]:hover{background:#fff; border: solid 2px #ff7901; color: #000;  transition: all 0.3s ease 0s;}
.career .col_3 > div .meaasge_top:after { content:""; height:2px; width:10%; position:absolute; left:0; bottom:0; background-color:#000; }
.career .col_3 > div .meaasge_top { padding-bottom:20px; position:relative; margin-bottom:20px; text-align:left; }
.career .col_3 > div .col .message_boootm { text-align:left; font-size:11px; text-transform:uppercase; letter-spacing:1px;  padding-top: 0px; }
.career .col_3 > div .browse_field { height:45px; line-height: 45px; padding: 0; }
.career .col_3 > div .fileUpload { position: relative; overflow: hidden; background-color: rgba(0, 0, 0, 0.1); border-radius:0px 3px 3px 0px; height:45px; width:100%; padding:0 0px; text-align: center; font-size:14px; font-weight:300; float:right; color:#fff; margin-bottom:25px; }
.career .col_3 > div .fileUpload input.upload { position: absolute; top: 0; right: 0; margin: 0; padding: 0; font-size:14px; font-weight:500; cursor: pointer; opacity: 0; filter: alpha(opacity=0); height: 100%; text-align: center; }
.career .col_3 > div #uploadFile { float:left; background-color:#fff; border: solid 1px #ccc; border-right:0; border-radius:3px 0px 0px 3px; width:80%; padding:0px 10px; height:45px;font-size:14px; font-weight:300; color:#818181; text-transform:none; }
.career .col_3 > div .custom-para { font-size:12px; color:#000; text-transform:uppercase; font-weight:normal; padding-top:10px; float:right; width:20%;}

.career-bottm-event{background:#f47a20; width: 100%; float: left;}
.career-bottm-event .middel_content{display: table-cell; vertical-align: middle; height: 363px;}

.career-bottm-event .event-ez.info{display: table;}
.career-bottm-event .middel_content{display: table-cell; vertical-align: middle; height: 384px;}
.career-bottm-event .event-one{ background: rgba(0, 0, 0, 0) url("../images/event-1.jpg") no-repeat scroll 0 0 / cover ;   height: 384px;}
.career-bottm-event .event-two{ background: rgba(0, 0, 0, 0) url("../images/event-2.jpg") no-repeat scroll 0 0 / cover ; height: 384px; }
.career-bottm-event .title h2{color: #fff; padding: 15px 15px 15px;}
.career-bottm-event .title p{padding: 5px; }
.career-bottm-event .title{padding-bottom: 10px;}






.event-ez{width:33.33%; float: left; text-align: center; color: #fff;}
.event-ez:last-child{border-left: 1px #000 solid;}
.event-ez h2{font-family: 'Roboto', sans-serif; font-weight:400; font-size: 28px; padding: 15px; padding: 0px 20px 15px;}
.event-ez h5{ text-transform:uppercase; font-family: 'Roboto', sans-serif; font-weight:400; font-size: 16px;}
.event-ez  p{color: #fff; font-family: 'Roboto', sans-serif; font-weight:400; font-size: 14px; padding: 5px 15px;}
.event-ez .event_sbmit{background: #f47a20; border: 2px solid #ffffff;   text-transform: uppercase;}
.event-ez .event_sbmit:hover{ background: #fff; border: 2px solid #f47a20; color: #f47a20;}
.event-ez .col-2{width: 50%; float: left; border-right: 1px #000 solid;}
.event-ez .col-2 figure img{width: 100%;}

/* amazingcarousel-3 start */
#amazingcarousel-3 .amazingcarousel-image { position: relative; padding: 0px; width: 40%; float: left; }
#amazingcarousel-3 .amazingcarousel-image img { display: block; width: 100%; max-width: 100%; border: 0; margin: 0; padding: 0; -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; }
#amazingcarousel-3 .amazingcarousel-text { width: 60%; float: left; }
#amazingcarousel-3 .amazingcarousel-title { position: relative; font: bold 12px 'Open Sans', sans-serif; color: #333333; margin: 6px; text-align: left; line-height: 16px; height: 16px; overflow: hidden; }
#amazingcarousel-3 .amazingcarousel-description { position: relative; font: 12px 'Open Sans', sans-serif; color: #333333; margin: 6px; text-align: left; line-height: 15px; height: 30px; overflow: hidden; }
#amazingcarousel-container-3 { padding: 48px 16px; }
#amazingcarousel-3 .amazingcarousel-list-container { padding: 0; }
#amazingcarousel-3 .amazingcarousel-item-container { /*text-align: center; padding: 4px; background-color: #fff; border: 1px solid #ddd; -moz-box-shadow: 0px 0px 5px 1px rgba(96, 96, 96, 0.1); -webkit-box-shadow: 0px 0px 5px 1px rgba(96, 96, 96, 0.1); box-shadow: 0px 0px 5px 1px rgba(96, 96, 96, 0.1);*/ }
.next_prew{float:left; width:100%; text-align:center;}
#amazingcarousel-container-3 .next_prew > div{display:none!important; position:static!important;}
#amazingcarousel-3 .amazingcarousel-nav { position: absolute; top: 100%; left: 0%; margin-top: 14px; width:100%; text-align:center;  display:block; margin-top:20px;}
#amazingcarousel-3 .amazingcarousel-bullet-wrapper { margin: 0;  display:inline-block;}



/*Career page css end*/


/*contact-warp css start*/
.contact-warp .banner_cont h1{ font-weight:400;}
.contact-banner{background-image:url(../images/contact-us-slide.jpg);}
.contact-warp .banner_cption{ margin: 0px;}

.contact-warp .banner_cption p{ margin: 15px 0 10px;}
.social_banner.socials h3{font-size: 14px; color: #fff;}
.social_banner{text-align: center;}
.social_banner.socials ul li{display: inline-block; float: none;}
.social_banner{position: relative; }
.social_banner:after{ height: 4px; width: 70px; display: block; content:""; position: absolute; left: 0px; right: 0px; margin: 0px auto; bottom: -25px; background: #fff;}

.contact-us-form{background: rgba(255,255,255,0.20);  float: left; width: 100%; margin-top: 50px;}
.contact-us-form .contact_form{padding: 15px 25px;}
.contact-us-form .contact_form .form-group .control-label{color: #ffffff;}
.contact-us-form input[placeholder], .contact-us-form textarea[placeholder]{ color: #ffffff !important;}
.contact-us-form .form-group input:focus, .contact-us-form .contact_form .form-group textarea:focus, .contact-us-form .contact_form .form-group select:focus{ color: #fff;}
.contact-us-form .contact_form .form-group input[type="text"], .contact-us-form .contact_form .form-group input[type="tel"], .contact-us-form .contact_form .form-group input[type="email"], .contact-us-form .contact_form .form-group input[type="password"], .contact-us-form .contact_form .form-group textarea{color: #fff;}
.contact-us-form .contact_form .form-group textarea:focus ~ .control-label, .contact-us-form .contact_form .form-group textarea:valid ~ .control-label, .contact-us-form .contact_form .form-group input:focus ~ .control-label, .contact-us-form .contact_form .form-group input:valid ~ .control-label{color: #ccc;}
.contact-us-form .trans_btn2{color: #ffffff; border-color: #fff;}
.contact-us-form .trans_btn2:hover{border-color: #f28314;}
.contact-us-form .form-group i img{width: 20px;}
.contact-us-form .contact_form .form-group i.fa{color:#fff; font-size:18px;}
.contact-us-form .contact_form .block{width: auto;}
.contact-us-form .contact_form .capache_block{float:left;}
.contact-bot{background: #f3f3f3; margin-bottom: 80px; }
.contact-bot-info {background: #eaeaea; }
.contact-bot-info li{width: 33.33%; float: left; padding: 20px;  border-right: 3px  solid #f3f3f3; line-height: 56px; background: #eaeaea;}
.contact-bot-info li:hover{background: #eee;}
.contact-bot-info li:last-child{border-right: 0px;}
.contact-bot-info li figure{width: 80px; border-right: 1px #c7c7c7 solid;  display: inline-block; padding: 0px 15px; padding-bottom: 4px;}
.contact-bot-info li .pull-left{border-right:1px #c7c7c7 solid; height:60px; display:flex; align-items:center;}
.contact-bot-info li i{width: 80px; display: inline-block; padding: 0px 15px; padding-bottom: 4px; color:#666; font-size:38px;}
.contact-bot-info li strong{text-transform:uppercase; font-size: 15px; display: block;}
.contact-bot-info li p{font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 14px;
color: #333333;
line-height: 20px; }
.contact-bot-info ul li .contact_filed{display: block;  overflow: hidden;  padding-left: 15px; }
.contact-bot-info ul li .contact_filed p a{color: #555}

.map .title{padding-bottom: 10px;}
.map .title h2{font-size: 25px; font-family: 'Roboto', sans-serif; font-weight:300;  }
/*contact-warp css end*/


/*Company-warp css start*/
.compny-banner{background-image:url(../images/company-slide.jpg);}

.aim_panel{width: 100%; float: left; padding-top: 60px; }
.aim_panel li{float: left; width: 33.33%; padding: 20px; position: relative;}

.aim_panel li:before{content:""; display: block;  position: absolute; top: 0px; width: 40px; height: 4px; left: 20px;  transition: all 0.5s ease 0s; }
.aim_panel li:hover:before{width: 80px; transition: all 0.5s ease 0s; }
.aim_panel li#mission:before{background: #14b0ff;}
.aim_panel li#vision:before{background: #31cb6f;}
.aim_panel li#goal:before{background: #ef4939;}
.aim_panel h4{font-size: 18px; font-family: 'Roboto', sans-serif; font-weight:400; color: #000000; padding-bottom: 10px;}
.aim_panel p{font-family: 'Roboto', sans-serif; font-weight:300; font-size: 14px; color: rgba(0,0,0,0.90); line-height: 26px;}

.founder{background: #333333; width: 100%; float: left; padding:50px 0;}
.founder .img-col{width:35%; float: left; position: relative;}

.founder_arrow .left{border-left: solid 2px #fff; border-top: solid 2px #fff; position: absolute; left: -6px; top: -6px; width: 18px;  height: 18px;  }
.founder_arrow .right{border-right: solid 2px #fff; border-top: solid 2px #fff; position: absolute; right: -6px; top: -6px; width: 18px;  height: 18px;  }
.founder_arrow .bottom-left{border-left: solid 2px #fff; border-bottom: solid 2px #fff; position: absolute; left: -6px; bottom: -6px; width: 18px;  height: 18px; }
.founder_arrow .bottom-right{border-right: solid 2px #fff; border-bottom: solid 2px #fff; position: absolute; right: -6px; bottom: -6px; width: 18px;  height: 18px; }

.founder .img-col img{width: 100%;}
.founder .info-col{width: 61%; float: right; color: #ffffff;}
.founder .info-col h3{font-family: 'Roboto', sans-serif; font-weight:300; font-size: 32px; padding-bottom: 15px; margin-top: -8px;}
.founder .info-col span { display: block;   text-transform:uppercase; font-size: 16px; font-family: 'Roboto', sans-serif; font-weight:300; padding: 5px 0px; }
.founder .info-col p{font-size: 14px; font-family: 'Roboto', sans-serif; font-weight:300; color: #fff; padding-bottom: 20px; line-height: 28px;}  

.compny_vison{background: #f2f2f2; border-top: solid 1px #d9d9d9; border-bottom: solid 1px #cecece;  width: 100%;  float: left; }
.compny_vison figure{width: 65px; display: inline-block;}
.compny_vison figure img{width: 100%;}
.compny_vison ul li{width: 25%; float: left; border-right: solid 1px #d9d9d9; padding: 20px;}
.compny_vison ul li:last-child{border-right: solid 0px;}
.compny_vison ul li h2{font-size: 30px; font-family: 'Roboto', sans-serif; font-weight:500;  width: 65.66%; float: right; padding-top: 0px; }
.compny_vison ul li span{display: block; font-size: 14px; font-family: 'Roboto', sans-serif; font-weight:400; color: #202020; padding: 6px 0px;  text-transform:uppercase;}

.compny_event .event-ez.info{display: table;}
.compny_event .middel_content{display: table-cell; vertical-align: middle; height: 384px;}
.compny_event .event-one{ background: rgba(0, 0, 0, 0) url("../images/compny_event1.jpg") no-repeat scroll 0 0 / cover ;   height: 683px;}
.compny_event .event-two{ background: rgba(0, 0, 0, 0) url("../images/compny_event2.jpg") no-repeat scroll 0 0 / cover ; height: 683px; }
.event-one, .event-two, .event-ez{padding: 0px;}
 
.compny_event .event-ez .title h2{font-size: 28px; font-family: 'Roboto', sans-serif; font-weight:500; color: #fff; }
.compny_event .event-ez .title p{padding: 15px 0px;}
.compny_event .event-ez figure img{width: 100%;}
.compny_event .event-ez:last-child{border: 0px;}
/*Company-warp css End*/

.footer-logo li{ display: inline-block;  margin-left: 15px;  opacity: 0.5;   transition: all 0.3s ease 0s;} 
.footer-logo li:first-child{margin-left: 0px;}
.footer-logo li:hover{ opacity: 1;}


/* portfolio*/


.portfolio_event{background:#f47a20; width: 100%; float: left;}

.portfolio_event .event-ez.info{display: table;}
.portfolio_event .middel_content{display: table-cell; vertical-align: middle; height: 384px;}
.portfolio_event .event-ez-one{ background: rgba(0, 0, 0, 0) url("../images/compny_event1.jpg") no-repeat scroll 0 0 / cover ;   height: 384px;}
.portfolio_event .event-ez-two{ background: rgba(0, 0, 0, 0) url("../images/compny_event2.jpg") no-repeat scroll 0 0 / cover ; height: 384px; }
.portfolio_event .title h2{color: #fff; padding: 15px 15px 15px;}
.portfolio_event .title p{padding: 5px; }
.portfolio_event .title{padding-bottom: 9px;}

.portfoiio-banner{background-image:url(../images/porfolio-banner.jpg);}
.work-slider-imgs{ background:url(../images/table.jpg) no-repeat bottom; background-size: cover; width:100%; display:inline-block; height:952px; padding-top:80px; text-align:center; }

.slider-info{width:95%; padding:4px ; text-align:center; float: none; margin-right:10px; margin-bottom: 15px; background:#fff; border: solid 2px rgba(0,0,0,0.12);}
.slider figure{text-align:center; margin: 0px auto;}
.slider-info figure img, .product-info{width:100%;}
.product-info p{ padding-bottom:30px; font-size:28px; font-weight:500;}
.product-info i{ background:rgba(0,0,0,0.10); padding:12px 20px; border-radius:5px; border:1px solid rgba(0,0,0,0.12); color:#333; margin-bottom:30px;  transition:all 0.3s ease 0s;}
.product-info a:hover i{ background:#333; color:#FFFFFF; transition:all 0.3s ease 0s;}

.owl-item.active .slider-info {background:#f47a20; border: solid 2px rgba(0,0,0,0.12);}
.slider-info:hover{ border: solid 2px rgba(0,0,0,0.12); cursor:pointer;}

.slider-info:nth-of-type(4){margin-right:0px;}
.product-info img{ width:80%;}

.work-thumbs{ background:#ededed; padding:20px 0px; width:100%; float:left; border-bottom: 1px #ccc solid;}

.portfolio-wrap .owl-theme .owl-controls .owl-buttons .owl-prev img, .owl-theme .owl-controls .owl-buttons .owl-next img { width:100%; }
.portfolio-wrap .owl-item{ text-align:center;}

.portfolio-wrap .owl-theme .owl-controls .owl-buttons div{opacity:1;}
.portfolio-wrap .owl-theme .owl-controls .owl-buttons .owl-prev{ position:absolute; left:-50px; background:url(../images/arw-left.png); margin:0; padding:0px; top:34%; width:37px;}
.portfolio-wrap .owl-theme .owl-controls .owl-buttons .owl-next{ position:absolute; right:-50px; background:url(../images/arw-right.png); margin:0; padding:0px; top:34%; width:37px;}	
.portfolio-wrap #product_slider {  position: relative;}
.portfolio-wrap .owl-pagination{display: none;}

.portfolio-wrap #info_slider .owl-buttons{display:none;}


/*Career Page Css*/
.career-review{background:url(../images/career-bg.jpg) repeat 0 0; border:1px solid #dfdfdf; border-width:1px 0; padding:22px 0 0;}
.career_slide ul{float:left; width:100%; text-align:center;}
.career_slide ul li{float:left; width:100%;}
.career_slide{float:left; width:100%; padding-left:180px; padding-bottom:22px; text-align:center; position:relative; min-height:152px;}
.career_slide:before{position:absolute; bottom:0; left:0; height:148px; width:154px; content:''; background:url(../images/client-add3.png) no-repeat 0 0;}
.employ_say{display:block; overflow:hidden; padding:0 30px; text-align:center;}
.career_slide ul li .pull-right .employ{float:left;}
.career_slide ul li .pull-right .employ figure{display:inline-block; width:100px; height:100px; border-radius:50%; overflow:hidden; background:#d0d0d0; padding:3px; margin-bottom:6px;}
.career_slide ul li .pull-right .employ figure img{border-radius:50%; height:100%; width:100%;}
.career_slide ul li .pull-right .employ span{display:block; font-size:16px; color:#000; font-family:'Roboto', sans-serif; font-weight:400;}

.employ_say p{font-size:16px; color:#000; font-weight:400;}
.employ_say .block{padding-bottom:18px;}

.required_section{text-align:center;}
.full_container.required_section{ padding-bottom:0;}
.full_container.required_section ul li:last-child{ border-bottom:0;}
.full_container.required_section ul{ border-bottom:1px solid rgba(0,0,0,0.5);}
.required_section h2{color:#000; font-size:32px; font-weight:100; font-family:'Roboto', sans-serif; padding:15px 0 20px;}
.required_section .required_list{float:left; width:100%; border:1px solid #d9d9d9; border-width:1px 0;}
.required_list > li{float:left; width:100%; background:#4c4c4c; border-bottom:1px solid rgba(255,255,255,0.13); padding:35px 0; -webkit-transition:background 600ms,color 600ms; -moz-transition:background 600ms,color 600ms;}
.required_list > li .pull-left{width:166px; height:110px; text-align:center; border-right:1px solid rgba(255,255,255,0.50);}
.required_list > li .pull-left figure{display:inline-block; width:120px; height:108px; background:url(../images/icon/career-icon1.png) no-repeat 0 0; -webkit-transition:all 0.3s ease 0s; -moz-transition:all 0.3s ease 0s; -o-transition:all 0.3s ease 0s; transition:all 0.3s ease 0s;}
.required_list > li .pull-left figure.wd-icon{background-image:url(../images/icon/career-icon2.png);}
.required_list > li .pull-left figure.da-icon{background-image:url(../images/icon/career-icon3.png);}
.required_list > li .pull-left figure.android-icon{background-image:url(../images/icon/career-icon4.png);}
.required_list > li .pull-left figure.ios-icon{background-image:url(../images/icon/career-icon5.png);}

.required_list > li .pull-left figure.react-icon{background-image:url(../images/icon/react-icon.png);}
.required_list > li .pull-left figure.node-icon{background-image:url(../images/icon/node-icon.png);}
.required_list > li .pull-left figure.uidev-icon{background-image:url(../images/icon/ui-dev.png);}


.required_list > li .required-detail{float:left; width:65%; padding:2px 10px 0 20px; text-align:left;}
.required-detail h3{color:#fff; font-size:22px; font-weight:400; padding-bottom:12px; -webkit-transition:all 0.3s ease 0s; -moz-transition:all 0.3s ease 0s; -o-transition:all 0.3s ease 0s; transition:all 0.3s ease 0s;}
.required-detail h3 span{color:#f69600;}
.required-detail ol{float:left; width:100%;}
.required-detail ol li{float:left; width:100%; color:#fff; font-size:14px; font-family:'Roboto', sans-serif; font-weight:300; padding-bottom:8px;}
.required-detail ol li span{color:#fff; font-size:14px; font-family:'Roboto', sans-serif; font-weight:400;}
.required_list > li .btn{font-size:14px; color:rgba(255,255,255,0.80); text-transform:uppercase; padding:8px 18px; margin-top:40px;}
.required-detail p{color:rgba(255,255,255,0.87); font-size:14px; font-weight:100; line-height:24px;}


.required_list > li:hover .pull-left{border-color:#4c4c4c;}
.required_list > li:hover{background:#fff;}
.required_list > li:hover .pull-left figure{background-position:0 100%;}
.required_list > li:hover .btn, .required_list > li .btn:focus{background:#f47a20; border-color:#f47a20; color:#fff;}
.required_list > li:hover .required-detail h3, .required_list > li:hover .required-detail p, .required_list > li:hover .required-detail ol li, .required_list > li:hover .required-detail ol li span{color:#022342;}


.career-popup{position:fixed; top:calc(50% - 30%);  left:0; right:0; bottom:0; margin:0 auto; width:100%; max-width:1120px; z-index:9993; display:none;}
.career-popup .popup-content{position:relative;}


.career-popup .contact_form .form-group input[type="text"], .career-popup .contact_form .form-group input[type="tel"], .career-popup .contact_form .form-group input[type="email"], .career-popup .contact_form .form-group input[type="password"], .career-popup .contact_form .form-group textarea, .career-popup .contact_form .form-group select, .contact_form .form-group select{padding:18px 10px 18px 36px;}
.career-popup .contact_form .form-group select, .contact_form .form-group select{border:1px solid #cecece; border-width:0 0 1px 0; box-shadow:none; color:#4d4d4d; height:auto; -moz-appearance:none; border-radius:0;}
.apply-form .contact_form .form-group select{background:none;}
/*.apply-form .upload_file #uploadFile{background:#f2f2f2;}*/
.career-popup .contact_row:before{position:absolute; top:0; left:0; width:33.3333%; height:100%; content:''; background:#053058;}
.career-popup .career_list{float:left; width:100%; margin-top:30px;}
.career-popup .career_list ul{float:left; width:100%;}
.career-popup .career_list ul li{float:left; width:100%;}
.career-popup .career_list ul li a{display:block; padding:10px; border-bottom:1px solid rgba(255,255,255,0.1); color:#fff; font-size:16px; position:relative;}
.career-popup .career_list h3{color:#fff; font-size:18px; padding-bottom:30px;}

.career-popup .career_list ul li:hover a, .career-popup .career_list ul li.active a{background:rgba(255,255,255,0.1);}
.career-popup .career_list ul li.active a:after, .career-popup .career_list ul li a:hover:after{position:absolute; top:-33px; left:99%; color:#1e4569; content:"\f0da"; font-family: 'FontAwesome'; font-size:76px;}
.career-popup .contact_left{padding:18px 0 40px;}
.career-popup .contact_left .requerd{float:left; width:100%;}
.requerd h2{color:#fff; font-size:24px; padding-bottom:25px;}
.requerd ul li{float:left; width:100%; font-size:16px; color:#fff; font-weight:normal; font-family:'Roboto', sans-serif; padding:10px 0; border-bottom:1px solid rgba(255,255,255,0.1);}
.requerd ul li span{font-weight:500; margin-right:10px;}

.experience-info{padding:50px 0;}
.apply-form .contact_left .requerd{float:left; width:100%; margin-top:30px;}
.apply-form .contact_left .requerd ul{float:left; width:100%;}


.upload_file{float:left; width:100%; position:relative; border-bottom:1px solid #cecece;}
.upload_file .fileUpload.btn{float:left; background:none; width:100%; position:absolute; top:0; left:0; border-radius:3px; color:#666; height:100%; align-items:center; display:flex;}
.upload_file .fileUpload.btn input{position:absolute; top:0; left:0; height:100%; right:0; opacity:0; visibility:hidden;}
.upload_file #uploadFile{float:left; width:100%; padding:14px 10px 14px 40px; background:#fff; border:0;}
.career-popup .contact_form{padding:0 0 20px 35px; margin:20px 0 0;}
/*.career-popup .title{text-align:left; padding:15px 0; background:#fff; border-bottom:1px solid #f1f1f1;}*/
.career-popup .title h2{font-size:26px;}
.career-popup .contact_left .title h2{font-size:28px;}
.career-popup .title p{padding-bottom:0;}
/*.career-popup .title h2 span{font-weight:400;}*/
/*.career-popup .team-head .popup-close{top:16px; right:15px;}
.career-popup .team-head .popup-close i{color:#515151; font-size:28px;}*/


.event-ez .middel_content .title p{font-size:16px; padding:0;}
.event-ez .middel_content .title{padding-bottom:40px;}
.event-ez .middel_content.team_content{padding:60px 20px 20px;}
.event-ez .middel_content.team_content > p{min-height:330px;}
.event-ez .middel_content .btn{font-size:19px; padding:8px 25px;}
.event-ez .middel_content.career_content > p{margin-bottom:30px;}


.capache_block{display:inline-block;}

/* evozone_loader */
.evozone_loader {display: inline-block;	border:4px solid transparent;	border-radius: 50%;	border-top: 4px solid #f28314;border-right:4px solid #f28314;	border-bottom: 4px solid #f28314;
	width:20px;	height: 20px;	-webkit-animation: spin 2s linear infinite;	animation: spin 1s linear infinite;	vertical-align: middle;	z-index: 999;}
	
 @-webkit-keyframes spin {
 0% {
-webkit-transform: rotate(0deg);
}
 100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes spin {
 0% {
transform: rotate(0deg);
}
 100% {
transform: rotate(360deg);
}
}
.alert-danger { font-family: 'Roboto', sans-serif; color: #a94442; background-color: #f2dede; border-color: #ebccd1; width: 100%;  padding: 8px 10px;  border-radius: 4px;  float: left; margin-bottom: 20px; font-size: 14px;}
.alert-danger { color: #a94442;  background-color: #f2dede; border-color: #ebccd1;}
.alert-danger .close {opacity: 1;  color: #f90a06;  width: 20px; height: 20px; background: #f9a7a5; border-radius: 15px; text-align: center; font-size: 14px; border: 1px #ea7775 solid;
 line-height: 19px; margin: 0; float: right;}
.alert-danger i, .alert-success i {margin-right: 7px;}
.alert-success {font-family: 'Roboto', sans-serif; color: #3c763d;  background-color: #dff0d8;  border-color: #d6e9c6;  width: 100%;  padding: 8px 10px;  border-radius: 4px; float: left;
 margin-bottom: 20px; font-size: 14px;}
.alert-success .close { opacity: 1; color: #68b548; width: 20px; height: 20px; background: #bee2b0; border-radius: 15px;  text-align: center; font-size: 14px;  border: 1px #95ca80 solid;
  line-height: 19px; margin: 0; float:right;}
  
  /*Add fileds*/
.contact_form .block{ margin-top:30px;}
.apply-radiobtn{float: left; width: 100%; padding: 12px 15px;} 
.apply-radiobtn .form-group{ border-bottom:1px solid #cecece; padding-bottom:12px;}
.apply-radiobtn p{ font-size:15px; padding-bottom:8px; color:#4f4f4f;}
.apply-radiobtn label{ font-size: 14px; font-weight: 400; cursor:pointer; color:#4f4f4f;}
.apply-radiobtn .radio{ display:inline-block; margin: 0 2px 0 0; vertical-align: middle;}
.contact_form .form-group .apply-msg{ height:75px;}
.apply-form{ background:#f7f7f7;}
.apply-form:before{ display:none;}
.apply-form .title{ padding-bottom:20px;}
.apply-form .col-md-6{ width:50%;}
.apply-form .upload_file #uploadFile{padding: 21px 10px 14px 40px; background:#f7f7f7;}
.apply-form .form-group .upload_file i{ left:2px;}
.apply-form .form-group{margin-bottom: 10px;}
.apply-form .radiobtn{ display:inline-block; margin-right: 20px;}
.apply-form .form-group i{ left:15px;}
.apply-form .form-group .control-label{padding-left: 55px;}
.apply-form .upload_file .fileUpload.btn input{ width:100%;}
.apply-form .upload_file .add{ position:absolute; font-size:11px; left:40px; top:6px; text-transform:uppercase;}
.apply-form .form-control{ height:57px;}

/*custom radio button*/
.radiobtn input[type="radio"]{position: absolute; opacity: 0;}
.radiobtn input[type="radio"] + .radio-label:before{ content: ''; background: #fff; border-radius: 100%; border: 1px solid #898989; display: inline-block; width: 16px; height: 16px; position: relative; top:2px; margin-right: 5px; vertical-align: top; cursor: pointer; text-align: center; transition: all 250ms ease;}
.radiobtn input[type="radio"]:focus + .radio-label:before{outline: none;} 

.radiobtn input[type="radio"]:checked + .radio-label:before {
    background-color: #f28314;
    box-shadow: inset 0 0 0 3px #fff;
}
/*Apply form text*/
.apply-frtext{ background:#053058; text-align: center; position:relative; padding:0}
.apply-frtext:after{ position:absolute; left:0; right:0; text-align:center; bottom:-40px; content:'\f0d7'; font-family: FontAwesome; font-size:50px; z-index: 1; color: #0b3e6e;}

.apply-frtext ul{ display:flex; text-align:center;}
.apply-frtext li{ width:33.33%; color:#fff; font-size:18px; padding:15px 90px;}
.apply-frtext i{ width:80px; height:80px; border:2px dashed #fff; display:block; margin:0 auto; border-radius:50%;}
.apply-frtext img{width: 48px; margin-top: 14px;}
.apply-frtext li + li{ background:#0b3e6e;}
.apply-frtext li + li + li{ background:#114c83;}
.apply-frtext strong{ font-size:20px; display:block; padding:10px 0;}
.apply-frtext span{padding:0 5px;}
.apply-frtext span:before{ width:8px; height:8px; background:#fff; border-radius:50%; content:''; display:inline-block; vertical-align:middle; margin-right: 6px; position: relative; top: -1px;}
.m-apply-frtext{ display:none;}