
@charset "UTF-8";
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
@import url('https://fonts.googleapis.com/css?family=Vollkorn:400,400i,600,600i,700,700i,900,900i&display=swap');
body {
  line-height: 1.5;
  font-size: 20px;
  color: #fff;
}
@font-face {
  font-family: "meltixregulardemo";
  font-display: swap;
  src: url("../fonts/meltixregulardemo.woff2") format("woff2"), url("../fonts/meltixregulardemo.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Vollkorn", serif;
}
a:focus, a:hover {
  color: #fff;
  text-decoration: none;
}
.mega-dropdown li ul li a:focus {
  color: #000;
}
.mega-dropdown h5 {
  font-size: 25px;
  margin-left: 20px;
}
.serve-menu p {
  cursor: default;
}
.desk-nav li a {
  margin: 0 0 10px;
}
.mega-dropdown .mega-col li a {
  margin: 0 0 0px;
}
a {
  text-decoration: none;
  color: #fff;
}
.header-menu {
  background: #16181c;
  width: 100%;
  position: relative;
  z-index: 1;
  position: absolute;
  top: 0;
  padding: 10px 50px 10px 30px;
}
#header:after {
  content: "";
  clear: both;
  display: block;
}
.search {
  float: right;
  padding: 30px;
}
input {
  border: none;
  padding: 10px;
  border-radius: 20px;
}
.logo {
  float: left;
  padding: 0px;
}
.logo a {
  font-size: 28px;
  display: block;
  padding: 0 0 0 20px;
  font-family: meltixregulardemo;
}
nav {
  float: right;
  margin-right: 35px;
}
nav > ul {
  float: left;
  position: relative;
  margin-bottom: 0px;
}
nav li {
  list-style: none;
  float: left;
  position: relative;
}
nav .dropdown {
  position: relative;
}
nav li a {
  float: left;
  padding: 10px 20px;
  font-family: "Vollkorn", serif;
}
/*nav li a:hover{background:#2C3E50}*/
nav li ul {
  display: none;
}
nav li:hover ul {
  display: inline;
  border-radius: 10px;
}
nav li li {
  float: none;
}
nav .dropdown ul {
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  padding: 20px 0;
  border-bottom: 3px solid #34495e;
}
nav .dropdown li {
  white-space: nowrap;
}
nav .dropdown li a {
  padding: 10px 35px;
  font-size: 13px;
  min-width: 200px;
}
nav .mega-dropdown {
  width: max-content;
  position: absolute;
  top: 100%;
  /* text-align: center; */
  left: -50%;
  transform: translateX(-50%);
  background: #fff;
  overflow: hidden;
  padding: 20px 25px 20px 25px;
  box-shadow: 1px 1px 5px #b4bfc5;
  /*border-bottom: 3px solid #34495e;*/
}
nav li li a {
  float: none;
  color: #333;
  display: block;
  padding: 8px 10px;
  border-radius: 3px;
  font-size: 13px;
}
/*nav li li a:hover{background:#bdc3c7;background:#FAFBFB}*/
nav li li a:hover {
  color: #000;
}
nav li p {
  padding: 10px 20px;
  font-family: "Vollkorn", serif;
  cursor: pointer;
}
img {
  max-width: 100%;
}
/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
/*mobile menu 25sep2019*/
/* Left Navigation
    -----------------------------------------------*/
.mainNav {
  background: #fff;
  width: 25%;
}
/* First Level */
.mainNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  /*border-bottom: 1px solid #444*/
}
.mainNav ul li {
  border-bottom: 1px solid #44444429;
}
.mainNav ul li a {
  color: #FFFFFF;
  display: block;
  font-size: 1.2em;
  line-height: normal;
  padding: 12px 20px;
  text-decoration: none;
}
.mainNav ul li a:hover {
  background: #333;
  text-decoration: none;
}
/* Second Level */
.mainNav ul ul {
  border-bottom: none;
  padding-left: 20px;
  margin-left: 20px !important;
  /* max-height: 325px;
          overflow: scroll;*/
}
.mainNav ul ul li {
  border-top: 1px solid #9e9e9e17;
  background: #9e9e9e17;
}
.mainNav ul ul li a {
  color: #FFFFFF;
  display: inline-block;
  font-size: 1.1em;
  line-height: normal;
  padding: 0.5em 1em 0.5em 2.5em;
}
.mainNav ul ul li a:hover {
  background: #333;
}
/* Third Level */
.mainNav ul ul ul {
  border-top: 1px solid #222;
}
.mainNav ul ul ul li {
  border: none;
}
.mainNav ul ul ul li a {
  padding-left: 3.5em;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
.fa-plus {
  color: #f0560f;
}
.fa-minus {
  color: #f0560f;
}
/* Accordion Button */
ul li.has-subnav .accordion-btn {
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  font-size: 16px;
}
.table_box {
  overflow: auto;
  width: 100%;
}
table td, table th {
  padding: 20px !important;
  width: 50%;
  vertical-align: text-top;
}
.dropdown_menu {
  padding: 27px 0px 60px;
  background: #fff;
  font-size: 0;
}
.dropdown_menu ul {
  padding: 0 29px;
  display: inline-block;
  vertical-align: top;
}
.dropdown_menu ul li {
  list-style: none;
  padding: 14px 7px;
}
.dropdown_menu ul li:hover {
  background-color: rgba(239, 86, 15, 0.05);
}
.dropdown_menu ul li:hover span img {
  filter: drop-shadow(0px 2px 4px #0707073c);
}
.dropdown_menu ul h5 {
  font-size: 22px;
  line-height: 25px;
  font-weight: 600;
  padding-bottom: 32px;
  color: #ef560f;
  margin: 0;
  letter-spacing: 0;
  font-family: "Open Sans", sans-serif;
}
.dropdown_menu ul li a {
  font-size: 18px !important;
  line-height: 22px;
  display: inline-block;
  vertical-align: middle;
  color: #454649;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
}
span.icon {
  display: inline-block;
  vertical-align: middle;
  padding-right: 18px;
}
nav .mega-dropdown {
  top: 100%;
  left: 50% !important;
  transform: translateX(-50%) !important;
  background: url(../images/up_arrow.png) no-repeat;
  background-position: center -16px;
  background-size: 40px 16px;
  background-color: #fff;
}
.mob-nav span.icon {
  padding: 0 5px !important;
}
/*nav .mega-dropdown:after{ content:''; position: absolute; bottom: -16px; left: 50%; transform: translateX(-50%); width:40px; height: 16px;  background: url(/assets/up_arrow.png) no-repeat; background-position:  center center; }*/
.testinomial_block {
  background-image: linear-gradient(to bottom, #ffffff, #f4f4f4);
  padding: 0px 0 80px;
  margin: 30px 0 0;
}
.testinomial_block .testinomial_wrap {
  max-width: 1024px;
  padding: 0 15px;
  margin: 0 auto;
}
/*.testinomial_block h3{ font-size: 40px; font-weight: 700;   color: #15171d;   font-family:  'Open Sans', sans-serif; padding-bottom: 30px; letter-spacing: 0; margin: 0; text-align: center;}
.testinomial_block ul.rating{ font-size:0; margin-bottom: 82px;  padding:0;}
.testinomial_block ul.rating li{ width:33.33%;  border-right: solid 1px #979797; font-size: 0; text-align: center; display: inline-block;}
.testinomial_block ul.rating li:first-child{  text-align:left; }
.testinomial_block ul.rating li:last-child{ border: none; text-align: right; }
ul.rating li figure,
ul.rating li .reviews{ display: inline-block; margin: 0 5px; vertical-align: top; }
ul.rating li .reviews .star_box{ display: block;  text-align: left;}
ul.rating li .reviews .star_box i{ color: #f4381f; font-size: 23px; margin: 0 5px; }

ul.rating li .reviews .count{ font-size:20px;  font-family:  'Open Sans', sans-serif;  color:#454649; display: block; text-align: left; }

.testinomial_block .testinomial_slider{ padding: 32px 30px; background: #fff;  border-radius: 6px; position: relative; }
.testinomial_block .testinomial{  margin: 0px; }
.testinomial_block .testinomial_slider:before{ position: absolute; content: ''; width:53px; height: 42px; top:-15px; left:-30px; background: url(/assets/quote_l.png) no-repeat center center; z-index: 99; }
.testinomial_block .testinomial_slider:after{ position: absolute; content: ''; width:107px; height: 85px; bottom:40px; right:24px; background: url(/assets/quote_r.png) no-repeat center center;  z-index: 99;}
.testinomial_block .testinomial p{ text-align: center; font-size: 18px; line-height: 36px; color:#454649; font-family:  'Open Sans', sans-serif; margin: 0; padding:0; letter-spacing: 0;}
:focus{outline: none !important; }
.testinomial_block .testinomial span{ font-size: 22px; line-height: 28px; font-weight: 400;  font-family:  'Open Sans', sans-serif;  display: block; color: #ef560f; text-align: center; margin-top: 21px;}
.testinomial_block .testinomial span p.post{ font-size: 16px; line-height: 18px; color: #686b72; padding-top: 5px; }

.testinomial_block button.slick-arrow{ display: none !important; }
.testinomial_block .slick-dots{ text-align: center; padding:0;}
.testinomial_block .slick-dots li{ display: inline-block; list-style: none; padding:0 6px; }
.testinomial_block .slick-dots li button{ font-size: 0; background: rgba(239, 86, 15, 0.3); border-radius: 50%; width:12px; height: 12px; border: none; outline: none;  }
.testinomial_block .slick-dots li.slick-active button{background: rgba(239, 86, 15, 1);} */
.testinomial_block .testinomial_cards {
  display: flex;
  justify-content: space-between;
}
.testinomial_block h3 {
  font-size: 51px;
  font-weight: normal;
  color: #15171d;
  font-family: "Vollkorn", serif;
  padding-bottom: 60px;
  letter-spacing: 0;
  margin: 0;
  text-align: center;
}
.testinomial_block .testinomial {
  margin: 0px 15px;
  background-color: #fff;
  max-width: 258px;
  padding: 34px 30px 40px;
  border-radius: 6px;
  box-shadow: 0 -2px 8px 0 rgba(244, 107, 73, 0.4);
}
.testinomial_block .testinomial_cards figure {
  text-align: center;
  margin-bottom: 20px;
}
.testinomial_block .testinomial p {
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  color: #7f8188;
  font-family: "Vollkorn", serif;
  margin: 0;
  padding-bottom: 28px;
  letter-spacing: 0;
}
.testinomial_block .testinomial a.btn {
  font-size: 14px;
  outline: none;
  text-align: center;
  border-radius: 55px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 5px 30px 5px;
  display: block;
  width: 152px;
  margin: 0 auto;
  border: 0;
  font-family: "Vollkorn", serif;
}
@media screen and (max-width: 1024px) {
  .mainNav {
    width: 90%;
  }
}
@media screen and (max-width: 700px) {
  .mainNav {
    width: 95%;
  }
}
.mob-get-btn {
  text-align: center;
  margin: 30px;
}
.mob-get-btn a {
  color: #fff !important;
  font-size: 20px;
}
.mob-get-btn .btn-demo {
  padding: 10px 35px;
}
/*end mobile menu*/
/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 102px;
}
.sticky {
  background-color: #fff;
  padding: 5px 50px 5px 30px;
  z-index: 999;
}
.mob-logo-sticky {
  display: none !important;
}
.mob-nav {
  display: none !important;
}
.sticky .logo a {
  color: #000;
}
.sticky nav li p {
  color: #000;
  padding: 10px 20px;
  margin-bottom: 0px;
}
.sticky nav li a {
  color: #000;
  padding: 10px 20px;
}
.sticky .btn-demo {
  border: 1px solid #000;
  color: #000;
  margin-top: 2px;
}
.mob-logo {
  display: none !important;
}
/*.mega-dropdown .mega-col:last-child{
   padding-left: 42px;
}*/
.mega-dropdown .mega-col:last-child {
  padding-left: 0px;
}
.mega-col {
  width: auto;
  float: left;
  color: #000;
  margin-left: 20px;
}
.mega-dropdown h5 {
  color: #16181c;
}
.mega-dropdown p {
  font-size: 18px;
  color: #16181c;
  font-weight: normal;
  letter-spacing: 0.4px;
  font-family: "Vollkorn", serif;
  margin-left: 0px;
  margin-bottom: 13px;
  margin-top: -16px;
}
.mega-dropdown li ul li h5 {
  color: #f0560f;
  font-family: inherit;
  font-size: 18px;
  text-transform: initial;
  text-decoration: none;
  /* font-weight: bold; */
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 5px 0px;
  vertical-align: top;
  display: block;
  visibility: inherit;
  border: 0;
  font-family: "Vollkorn", serif;
}
.mega-dropdown li ul li a {
  font-size: 16px;
  padding: 5px 0px;
  font-family: "Vollkorn", serif;
}
.get-btn {
  float: right;
  padding: 0px;
}
#menu-icon {
  position: absolute;
  right: 0;
  top: 25% !important;
  margin-top: -12px;
  margin-right: 20px;
  display: none;
  background: #000;
  padding: 10px 10px 5px;
  color: #fff !important;
}
#menu-icon span {
  border: 1px solid #fff;
  width: 25px;
  margin-bottom: 5px;
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.1s;
}
.btn-demo {
  /* margin: 15px; */
  padding: 10px 35px;
  font-size: 20px;
  background-color: transparent;
  border-radius: 100px;
  text-transform: initial;
  font-family: "Vollkorn", serif;
  border: 1px solid #FFFFFF;
}
.btn-demo:hover {
  background-color: #f0560f;
  color: #fff;
  border: 1px solid #f0560f;
  padding: 10px 35px;
  font-size: 20px;
}
/*particle css*/
.particle-heading {
  position: relative;
  /*z-index: 1;*/
  pointer-events: none;
}
#particle-slider h1 {
  font-family: "Vollkorn", serif;
  font-weight: normal;
}
/*#particle-slider h1 {
    color: #f8f9fa;
    text-align: center;
    margin-top: -400px;
}*/
.particle-heading h1 {
  font-size: 66px;
  line-height: 80px;
}
/*end particle css*/
/*section-brand*/
.section-brand {
  margin-top: -50px;
  text-align: center;
}
.section-brand .row div:nth-child(2) img {
  margin-top: -25px;
}
.section-brand-logo img {
  max-width: 100%;
}
/*end section-brand*/
/*section*/
/*home particle*/
.section-particle-home {
  position: relative !important;
}
.section-particle-top {
  min-height: 100vh;
  height: 1px;
}
.section-particle-top {
  display: table;
  width: 100%;
  text-align: center;
}
.section-particle-home .container {
  overflow: hidden;
  pointer-events: none;
  z-index: 7;
}
.section-particle-top .container {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.section-particle-home #particle-slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* z-index: 6; */
  margin: 0;
}
/*.section-particle-home .section__heading{
    position: relative;
    pointer-events: none;
    z-index: 1;
}
.section-particle-top .section__heading {
    margin-bottom: 0;
}
.section__heading {
    text-align: center;
    margin-bottom: 80px;
}
.section-particle-home h1.section__title {
    font-size: 66px;
    margin-bottom: 30px;
}*/
.particle-heading h1 {
  margin: 0px;
}
/*end home particle*/
.sec-title {
  margin: 0 auto 35px;
  color: #fff;
  font-size: 60px;
  font-family: "Vollkorn", serif;
  font-weight: normal;
  text-align: center;
}
.sec-para {
  font-size: 20px;
  margin: 0 auto;
  max-width: 960px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.section-services .sec-title {
  margin: 0 auto 30px;
  color: #16181c;
  font-size: 54px;
  font-family: "Vollkorn", serif;
  font-weight: normal;
  text-align: center;
}
.section-services .sec-para {
  font-size: 20px;
  margin: 0 auto;
  max-width: 960px;
  color: rgba(23, 39, 53, 0.7);
  text-align: center;
  font-family: "Vollkorn", serif;
  padding-bottom: 20px;
}
.section-take-care {
  padding: 85px 0px 65px;
}
.section-take-care .sec-title {
  margin: 0 auto 37px;
  color: #16181c;
  font-size: 54px;
  font-family: "Vollkorn", serif;
  font-weight: normal;
  text-align: center;
}
.section-take-care .sec-para {
  font-size: 20px;
  margin: 0 auto;
  max-width: 998px;
  color: rgba(23, 39, 53, 0.7);
  text-align: center;
  font-family: "Vollkorn", serif;
  padding-bottom: 20px;
}
/*section services*/
.section-services {
  padding: 95px 0px 22px;
}
/*start service css*/
/*@media screen and (min-width: 320px){
  .codi-service {
    padding-top: calc(50px + 80*(100vw - 320px)/1580);
}
}*/
.service-wrap {
  padding: 0 0px;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.codi-service .title {
  text-transform: uppercase;
}
.section .title {
  margin-top: 0;
  margin-bottom: 0.2em;
}
.h2 {
  margin-top: 0.83em;
  margin-bottom: 0.83em;
}
.section .subtitle {
  font-size: 17px;
  line-height: 28px;
}
.codi-service__list {
  display: flex;
}
.codi-service__list {
  margin: 3vw 0 0;
  padding: 0;
  text-align: center;
}
.codi-service__item.sb.is-visible {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  transition: opacity 0.8s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.8s;
  transition: transform 0.5s, opacity 0.8s, -webkit-transform 0.5s;
  list-style: none;
}
.codi-service__item.sb {
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
  transition: none;
}
.codi-service__item {
  background-color: #F2F6F8;
  width: 100%;
  margin: 0 20px;
}
.codi-service__link {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 48px 25px;
  transition: all 0.2s;
}
.codi-service__z {
  position: relative;
  z-index: 1;
}
/*.codi-service__img-box {
    width: auto;
    height: 80px;
    margin-bottom: 40px;
}*/
.codi-service__img-box {
  width: auto;
  height: 100px;
  margin-bottom: 40px;
}
.codi-service__img {
  max-width: 80px;
  max-height: 100%;
  height: 100%;
  -o-sbject-fit: contain;
  sbject-fit: contain;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  transition: all 0.3s;
}
.codi-service__img .fin {
  fill: #ffdb00;
}
.codi-service__img .animate {
  fill: #000;
}
.codi-service__item .h3 {
  font-size: 28px;
  color: #16181C;
  font-weight: 600;
  font-family: "Vollkorn", serif;
}
/*.codi-service__link:hover .codi-service__title{
  color:#fff;
}
.codi-service__link:hover .codi-service__intro{
  color:#fff;
}
.codi-service__link:hover .b-more{
  color:#fff;
}
.codi-service__link:hover .b-more__circle{
  border: 2px solid #fff;
}
.codi-service__link:hover .b-more__circle:after, .codi-service__link:hover .b-more__circle:before{
  background-color: #fff;
}*/
/*.codi-service__intro {
    transition: all .3s;
    color: rgba(23,39,53,0.8);
    font-size: 20px;
    margin-bottom: 50px;
    line-height: normal;
    display: block;
    padding-top: 10px;
}
.codi-service .b-more {
    bottom: 36px;
    position: absolute;
}*/
.codi-service__intro {
  transition: all 0.3s;
  color: rgba(23, 39, 53, 0.8);
  font-size: 20px;
  margin-bottom: 50px;
  line-height: normal;
  display: block;
  padding-top: 10px;
  min-height: 150px;
}
.codi-service .b-more {
  bottom: 40px;
  position: absolute;
  left: 125px;
}
.b-more {
  text-transform: initial;
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  color: #16181C;
  /*position: absolute;
    bottom: 45px;*/
  text-align: center;
  left: 134px;
}
.b-more__circle {
  position: relative;
  margin-left: 10px;
  width: 24px;
  height: 24px;
  display: inline-block;
  border: 2px solid #000;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.b-more__circle:before {
  -webkit-transform: rotate(45deg) translate(0.35px, 0.35px);
  transform: rotate(45deg) translate(0.35px, 0.35px);
}
.b-more__circle:after, .b-more__circle:before {
  content: "";
  height: 1.5px;
  width: 5px;
  position: absolute;
  top: 9px;
  left: 7px;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  background-color: #000;
}
.b-more__circle:after {
  -webkit-transform: rotate(-45deg) translate(0.35px, -0.35px);
  transform: rotate(-45deg) translate(0.35px, -0.35px);
}
.codi-service__link:after {
  content: "";
  /*background-color: #f0560f;*/
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  height: 100%;
}
/*.codi-service__link:hover:after {
    -webkit-transform: scale(3);
    transform: scale(3);
}*/
.codi-service__link:hover .fin {
  transition: all 0.5s;
  /*fill: #fff;*/
}
.codi-service__img .fin {
  fill: #f0560f;
}
.codi-service__link:hover .codi-service__img {
  transition: all 0.5s;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
/*end service css*/
/*ceck out more*/
.section-check-out .sec-title {
  margin: 0 auto 39px;
  font-size: 59px;
}
.section-check-out {
  background-color: #16181c;
  padding: 85px 0px 93px;
  margin: -3px 0px 0px;
}
.section-check-out .btn {
  font-size: 18px;
  outline: none;
  text-align: center;
  border-radius: 55px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 13px 30px 15px;
  display: inline-block;
  min-width: 270px;
  border: 0;
  font-family: "Vollkorn", serif;
}
.btn-orange {
  padding-top: 12px;
  padding-bottom: 14px;
  border: 1px solid #f16522 !important;
  color: #f16522;
  background: transparent;
}
.section-check-out .section__control {
  margin-top: 23px;
  text-align: center;
}
.section-check-out .section-title-heading {
  text-align: center;
  margin-bottom: 77px;
}
.btn-orange:hover, .btn-orange:active, .btn-orange:focus {
  color: #ffffff;
  background: #f0560f;
}
.section-get-in-touch {
  background-color: #16181c;
  padding: 85px 0px 93px;
  margin: -3px 0px 0px;
}
.section-get-in-touch .section-title-heading {
  text-align: center;
  margin-bottom: 77px;
}
.section-get-in-touch .section__control {
  margin-top: 23px;
  text-align: center;
}
.section-get-in-touch .sec-title {
  color: #fff;
  margin: 0 auto 38px;
  font-size: 60px;
  font-family: "Vollkorn", serif;
  font-weight: normal;
  text-align: center;
}
.section-get-in-touch .sec-para {
  font-size: 20px;
  margin: 0 auto;
  max-width: 960px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.section-get-in-touch .btn {
  font-size: 18px;
  outline: none;
  text-align: center;
  border-radius: 55px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 13px 30px 15px;
  display: inline-block;
  min-width: 270px;
  border: 0;
  font-family: "Vollkorn", serif;
}
/*portfolio*/
/*end portfolio*/
body[data-page="home"].scene--bg-black .page-content {
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.scene--bg-black .page-content {
  background: #16181c;
}
body[data-page="home"].scene--bg-white-smoke .our-portfolio {
  background: -webkit-gradient(linear, right top, left top, from(#016cb9), to(#2a7bb5));
  background: linear-gradient(to left, #990d0a, #a40308) !important;
}
/*section work process*/
.process-mob {
  display: none;
}
.section-work-process {
  background-color: #16181c;
  padding: 85px 0px 0px;
  margin: -3px 0px -30px;
}
.section-work-process .sec-title {
  margin: 0 auto 38px;
}
.section-process {
  background-color: #16181c;
  background-image: url(../images/zigzag-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 152px 0px 272px;
}
.processboxwd .stepbx {
  width: 125px;
  display: inline-block;
  cursor: pointer;
  margin: 0 12px;
}
.processboxwd .stepbx:hover .step {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.processboxwd .stepbx .step.st1, .processboxwd .stepbx .step.st1 .innerbx {
  background-color: #F0560F;
}
.processboxwd .stepbx .step {
  position: relative;
  height: 125px;
  padding: 8px;
  border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.processboxwd .stepbx:hover .step.st1 .innerbx {
  background-color: #fff;
}
.processboxwd .stepbx .step.st1, .processboxwd .stepbx .step.st1 .innerbx {
  background-color: #F0560F;
}
.processboxwd .stepbx .step .innerbx {
  width: 110px;
  height: 110px;
  padding: 10px;
  border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.processboxwd .stepbx .step.st1 .innerbx .main-box, .processboxwd .stepbx .step.st2 .innerbx .main-box, .processboxwd .stepbx .step.st3 .innerbx .main-box, .processboxwd .stepbx .step.st4 .innerbx .main-box, .processboxwd .stepbx .step.st5 .innerbx .main-box, .processboxwd .stepbx .step.st6 .innerbx .main-box {
  background-size: cover;
  display: block;
}
.main-box {
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 50%;
}
.processboxwd .stepbx .step.st2 .innerbx .main-box .iconbx, .processboxwd .stepbx .step.st3 .innerbx .main-box .iconbx, .processboxwd .stepbx .step.st4 .innerbx .main-box .iconbx, .processboxwd .stepbx .step.st5 .innerbx .main-box .iconbx, .processboxwd .stepbx .step.st6 .innerbx .main-box .iconbx, .processboxwd .stepbx:hover .step.st1 .innerbx .main-box .iconbx, .processboxwd .stepbx:hover .step.st2 .innerbx .main-box .iconbx {
  background-color: #077af4;
}
.processboxwd .stepbx:hover .main-box .iconbx {
  top: 20px;
}
.processboxwd .stepbx:hover .iconbx {
  background: #f0611d !important;
}
.main-box .iconbx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: transparent !important;
  z-index: 1;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.processboxwd .stepbx:hover .main-box .iconbx span.dab {
  background-position: -70px 0;
}
.main-box .iconbx span.dab {
  background-position: 0 0;
}
.main-box .iconbx img {
  position: absolute;
  top: 40%;
  left: 40%;
  width: auto;
  height: auto;
  margin: -39px 0 0 -37px;
  display: block;
}
.processboxwd .stepbx:hover .step.st1 .innerbx .main-box .iconbx, .processboxwd .stepbx:hover .step.st3 .innerbx .main-box .iconbx, .processboxwd .stepbx:hover .step.st5 .innerbx .main-box .iconbx {
  top: -20px;
}
.processboxwd .stepbx .step.st2, .processboxwd .stepbx .step.st2 .innerbx {
  background-color: #f0560f;
}
.processboxwd .stepbx:hover .step.st2 .innerbx {
  background-color: #fff;
}
.processboxwd .stepbx .step.st3, .processboxwd .stepbx .step.st3 .innerbx {
  background-color: #f0560f;
}
.processboxwd .stepbx:hover .step.st3 .innerbx {
  background-color: #fff;
}
.processboxwd .stepbx .step.st4, .processboxwd .stepbx .step.st4 .innerbx {
  background-color: #f0560f;
}
.processboxwd .stepbx:hover .step.st4 .innerbx {
  background-color: #fff;
}
.processboxwd .stepbx .step.st5, .processboxwd .stepbx .step.st5 .innerbx {
  background-color: #f0560f;
}
.processboxwd .stepbx:hover .step.st5 .innerbx {
  background-color: #fff;
}
.processboxwd .stepbx .step.st6, .processboxwd .stepbx .step.st6 .innerbx {
  background-color: #f0560f;
}
.processboxwd .stepbx:hover .step.st6 .innerbx {
  background-color: #fff;
}
.processboxwd .stepbx .step.st1 {
  position: absolute;
  top: -29px;
  left: 55px;
}
.processboxwd .stepbx .step.st2 {
  position: absolute;
  top: 78px;
  left: 60px;
}
.processboxwd .stepbx .step.st3 {
  position: absolute;
  top: -25px;
  left: 43px;
}
.processboxwd .stepbx .step.st4 {
  position: absolute;
  top: 80px;
  left: 28px;
}
.processboxwd .stepbx .step.st5 {
  position: absolute;
  top: -43px;
  left: 17px;
}
.processboxwd .stepbx .step.st6 {
  position: absolute;
  top: 77px;
  left: 6px;
}
.step-process1 {
  position: absolute;
  width: 300px !important;
  left: 30px;
  color: #fff;
  top: 181px;
}
.step-process2 {
  position: absolute;
  left: 0px;
  top: -50px;
  color: #fff;
  width: 300px !important;
}
.step-process3 {
  position: absolute;
  top: 175px;
  color: #fff;
  left: 80px;
}
.step-process4 {
  position: absolute;
  color: #fff;
  top: -50px;
  width: 300px !important;
  left: 30px;
}
.step-process5 {
  width: 300px !important;
  color: #fff;
  position: absolute;
  top: 175px;
  left: 50px;
}
.step-process6 {
  position: absolute;
  color: #ffff;
  width: 274px !important;
  top: -50px;
  left: 17px;
}
.process-hding1:after {
  content: "";
  position: absolute;
  border: 1px dashed #fff;
  height: 67px;
  top: 165px;
}
.process-hding:after {
  content: "";
  position: absolute;
  border: 1px dashed #fff;
  height: 67px;
  top: 78px;
}
.process-hding2:after {
  content: "";
  position: absolute;
  border: 1px dashed #fff;
  height: 67px;
  top: 30px;
}
.process-hding3:after {
  content: "";
  position: absolute;
  border: 1px dashed #fff;
  height: 67px;
  top: 38px;
}
.process-hding4:after {
  content: "";
  position: absolute;
  border: 1px dashed #fff;
  height: 67px;
  top: 38px;
}
.processboxitem {
  text-align: center;
  height: 250px;
  clear: both;
}
/*end section work process*/
/*section platform*/
.section-platform {
  background-color: #16181c;
  padding: 85px 0px 82px;
}
.section-platform .section-title-heading {
  margin-bottom: 65px;
}
.platform-icon-text {
  display: table;
  width: 100%;
  margin: 0;
}
.platform-icons li {
  list-style: none;
}
.list-title-img {
  padding: 0 15px;
  display: table-cell;
  text-align: center;
}
.platform-icons .img-wrap {
  display: block;
  margin-bottom: 25px;
}
.platform-icons .title {
  font-size: 24px;
  margin: 0;
  color: #fff;
  text-align: center;
  opacity: 0.8;
}
/*end section platform*/
/*portfolio section*/
.our-portfolio {
  position: relative;
  z-index: 200;
  overflow: hidden;
  -webkit-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
  margin: 0px 0px 0px;
}
.section--bg-eat-now {
  padding: 30px 0px 0px;
  margin-top: 0;
}
.section-portfolio {
  position: relative;
  min-height: 100vh;
  height: 1px;
  display: table;
  width: 100%;
  text-align: center;
}
.section-portfolio .portfolio-img {
  width: initial;
}
.section-portfolio img {
  height: auto;
}
.section-portfolio.section--bg-eat-now:before {
  z-index: -5;
}
.section-portfolio:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  height: 100%;
  z-index: -1;
}
.section-portfolio .col-md-6 {
  vertical-align: middle;
  text-align: center;
  direction: ltr;
  float: none;
  display: inline-block;
  margin-left: -0.35em;
}
.portfolio-img-wrap {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
[data-page="home"] .section-portfolio.section--bg-eat-now .portfolio-img-wrap:before {
  -webkit-transform: scaleX(-1) rotate(24deg);
  -ms-transform: scaleX(-1) rotate(24deg);
  transform: scaleX(-1) rotate(24deg);
  bottom: -88%;
}
.section-portfolio.section--bg-eat-now .portfolio-img-wrap:before {
  bottom: -107%;
}
.portfolio-img-wrap:before {
  content: "";
  position: absolute;
  display: block;
  bottom: -107%;
  -webkit-transform: rotate(11deg);
  -ms-transform: rotate(11deg);
  transform: rotate(11deg);
  right: -82%;
  height: 210%;
  width: 300%;
  background-size: 100%;
  z-index: -1;
}
/*.section--bg-eat-now .portfolio-img {
    max-height: calc(100vh - 100px);
}*/
.section--bg-eat-now .portfolio-img {
  max-width: 90%;
  margin: 100px 0px 0px 60px;
}
.section--bg-lightinthebox .portfolio-img {
  max-width: 90%;
  margin: 100px 60px 0px 0px;
}
.portfolio-img {
  vertical-align: middle;
  max-height: calc(100vh - 150px);
}
.section--bg-eat-now .portfolio-desc {
  margin-top: 140px;
}
.se-moz .portfolio-desc {
  margin-top: 116px;
}
.portfolio-desc {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  max-width: 470px;
  color: #ffffff;
  text-align: left;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  margin-top: 40px;
}
.portfolio-title {
  text-align: left;
  font-size: 60px;
  margin: 0 0 20px;
  color: #fff;
  font-family: "Vollkorn", serif;
  font-weight: normal;
}
.portfolio-subtitle {
  text-align: left;
  font: 32px/1.25 "BrandonText", Helvetica, Arial, sans-serif;
  opacity: 0.6;
  margin-bottom: 30px;
}
.portfolio-tags-list {
  margin: 6px -7px 15px;
}
.portfolio-tags {
  text-align: left;
  margin-bottom: 15px;
}
.portfolio-tags-list-title-img {
  display: inline-block;
  margin: 0 5px 15px;
}
.portfolio-tags-list__tag {
  font-size: 18px;
  color: #f4f4f4;
  height: 34px;
  display: inline-block;
  padding: 4px 20px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.1);
}
/*.section-portfolio:after {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    position: fixed;
    height: 75px;
    z-index: 400;
}*/
.section-portfolio.section--bg-radpad:before {
  z-index: -2;
}
.section-portfolio:nth-child(even) .row {
  direction: rtl;
}
.section-portfolio:nth-child(even) .portfolio-img-wrap:before {
  -webkit-transform: scaleX(-1) rotate(11deg);
  -ms-transform: scaleX(-1) rotate(11deg);
  transform: scaleX(-1) rotate(11deg);
  left: -85%;
  right: auto;
  bottom: -103%;
}
.portfolio-tags-list {
  margin: 6px -7px 15px;
}
.section--bg-zolo {
  padding: 0;
  margin-top: -85px;
}
.section-portfolio.section--bg-zolo:before {
  z-index: -4;
}
.section-portfolio.section--bg-zolo .portfolio-img {
  max-width: 90%;
  margin-left: 0px;
}
.section-portfolio.section--bg-omio .portfolio-img, .section-portfolio.section--bg-zolo .portfolio-img, .section-portfolio.section--bg-vishnu .portfolio-img, .section-portfolio.section--bg-on-demand .portfolio-img {
  width: initial;
}
/*.section--bg-zolo .portfolio-img {
    max-height: calc(100vh - 50px);
}*/
.section--bg-zolo .portfolio-desc {
  margin-top: 90px;
}
.project__content {
  text-align: left;
  font-size: 20px;
  margin-bottom: 60px;
}
.section--bg-omio {
  padding: 0px;
  /*margin-top: -100px;*/
}
.section-portfolio.section--bg-omio:before {
  z-index: -3;
}
.section-portfolio.section--bg-omio .portfolio-img {
  max-width: 105%;
  margin: 0 0 -15% -5%;
}
.section--bg-homesway {
  padding: 0px;
  margin-top: -25px;
  margin-bottom: -70px;
}
.section-portfolio.section--bg-homesway:before {
  z-index: -6;
}
.scene--bg-undefined .our-portfolio {
  background: #b00f21 !important;
}
.section--bg-radpad {
  margin-top: 26px;
}
/*end portfolio section*/
/*section technology*/
.section-tech-header-bg {
  background-color: #16181c;
  width: 100%;
  height: 100%;
  padding: 230px 0px 0px;
}
.section-tech-header-bg .sec-title {
  font-size: 66px;
  line-height: 100px;
  margin: 0px auto 12px;
  font-family: "Vollkorn", serif;
  font-weight: normal;
  text-align: center;
  color: #fff;
}
.section-tech-header-bg hr {
  width: 180px;
  text-align: center;
  margin: 40px auto;
  border: 1px solid #DC5D21;
}
.section-technology {
  background-color: #16181c;
  padding: 85px 0px 87px;
  margin-top: -3px;
}
.section-technology .section-title-heading {
  margin-bottom: 70px;
}
.section-technology .sec-para {
  padding: 5px 0px 8px;
}
.list-title-img .b-more {
  left: 20px;
}
.list-title-img .b-more {
  color: #F0560F;
}
.list-title-img .b-more__circle {
  border: 2px solid #F0560F;
}
.list-title-img .b-more__circle:after, .list-title-img .b-more__circle:before {
  background-color: #F0560F;
}
/*end section technology*/
/*section dedicate scalable*/
.section-dedicated {
  background-color: #16181c;
  padding: 85px 0px 25px;
  margin-top: -3px;
}
.section-dedicated .sec-title {
  margin: 0 auto 20px;
}
.list__row {
  display: table;
  width: 100%;
  height: 1px;
  margin: 77px 0 60px;
  table-layout: fixed;
  padding-left: 0px;
}
/*end section dedicated and scalable*/
/*section client*/
.btn--bordered:hover, .btn--bordered:active, .btn--bordered:focus {
  color: #ffffff;
  background: #f0560f;
}
.section-client {
  padding: 85px 0px 90px;
}
.section-client .sec-title {
  color: #161816;
  margin: 0 auto 22px;
  font-size: 60px;
}
.section-client .list__row {
  margin: 60px 0 72px;
}
.section-client .sec-para {
  font-size: 20px;
  margin: 0 auto;
  max-width: 960px;
  color: #485770;
}
.list--clients li {
  list-style: none;
}
.section-client .title {
  font-size: 30px;
  color: #16181c;
  /* font-family: -webkit-body; */
  font-family: "Vollkorn", serif;
  font-weight: normal;
}
.section-client .title {
  margin-top: 40px;
  margin-bottom: 20px;
}
.section-client .logo {
  float: none;
}
.list--clients .text1 {
  opacity: 0.8;
  max-width: 370px;
  margin: 0 auto;
  font-size: 20px;
  color: #000;
}
.section-client .btn {
  font-size: 18px;
  outline: none;
  text-align: center;
  border-radius: 55px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 13px 30px 15px;
  display: inline-block;
  min-width: 270px;
  border: 0;
  font-family: "Vollkorn", serif;
}
.btn--bordered {
  padding-top: 12px;
  padding-bottom: 14px;
  border: 1px solid #f16522 !important;
  color: #f16522;
  background: transparent;
}
.section__control {
  text-align: center;
}
/*end section client*/
/*section cost*/
.section-cost {
  padding: 70px 0px 66px;
}
.section-cost .sec-title {
  margin: 0 auto 20px;
  color: #16181c;
  font-size: 66px;
  font-family: "Vollkorn", serif;
  font-weight: normal;
  text-align: center;
  line-height: 1;
}
.section-cost .sec-para {
  font-size: 20px;
  margin: 0 auto;
  max-width: 960px;
  color: rgba(23, 39, 53, 0.7);
  text-align: center;
  font-family: "Vollkorn", serif;
  padding-bottom: 10px;
  padding-top: 20px;
}
/*end section cost*/
/*footer*/
.social-letter {
  margin-top: 20px;
}
.footer-widgets {
  padding-top: 90px;
  padding-bottom: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* border-top: 1px solid #ebebeb; */
  background: #16181c;
}
.footer-widgets .widget-title {
  color: #ffece4;
  font-size: 20px;
  margin: 0 0 17px;
}
.footer-widgets ul li {
  list-style: none;
}
.footer-widgets ul li {
  font-size: 14px;
  padding: 5px 0px;
}
.footer-widgets ul li a {
  font-size: 16px;
  color: #fff;
}
.socials__item {
  display: inline-block;
  margin: 0 10px;
}
.footer-widgets .btn.btn--bordered {
  padding-top: 10px;
  padding-bottom: 12px;
}
.footer-logo a {
  font-size: 28px;
  display: block;
  padding: 0px;
  font-family: meltixregulardemo;
}
.footer-widgets .btn {
  width: 100%;
  min-width: initial;
  color: #ffffff;
  border-color: #ffffff;
  font-size: 16px;
  border-radius: 45px;
  text-transform: initial;
  font-weight: normal;
  margin-top: 0px;
}
.site-footer {
  padding: 40px 0px 10px;
}
.site-footer {
  background: #16181c;
  color: #ffffffad;
}
.site-footer .container {
  border-top: 1px solid #ffffff21;
}
.site-footer .row {
  padding-top: 20px;
}
.site-footer p {
  font-size: 12px;
}
.trms {
  text-align: right;
  margin-top: 2%;
}
.trms a {
  color: #989898;
  font-size: 14px;
}
.site-footer {
  margin-top: -3px;
}
.footer-widgets {
  margin-top: -3px;
}
/*footer*/
/*mobile app page*/
body[data-page="home"].scene--bg-port-black .mobile-our-portfolio .our-portfolio {
  background: -webkit-gradient(linear, right top, left top, from(#f33676), to(#f33676));
  background: linear-gradient(to left, #fb3778, #671b50) !important;
}
.section-suite .sec-para {
  max-width: 1001px;
}
.section-industry .sec-para {
  max-width: 1005px;
}
.section-check-out .sec-para {
  max-width: 1010px;
}
.section-end-mobile {
  background-color: #16181c;
  padding: 90px 0px 42px;
  margin: -3px 0px 0px;
}
.section-end-mobile .sec-title {
  margin: 0 auto 5px;
  line-height: 1.3;
  font-size: 55px;
}
.section-end-mobile .sec-para {
  margin: 40px auto;
}
.section-header-bg-mobile {
  display: none;
}
.section-header-bg-mobile {
  background-color: #16181c;
}
.section-header-bg-mobile h2 {
  font-size: 36px;
  line-height: 50px;
  color: #ffffff;
  font-family: "Vollkorn", serif;
  font-weight: normal;
  padding-top: 60px;
  text-align: center;
}
.section-header-bg-mobile img {
  width: 100%;
}
.section-header-bg-desktop {
  background-image: url(../images/mobile/mobile-web-head.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  /*padding: 150px 0px 260px;*/
}
.section-header-bg-desktop h2 {
  font-size: 66px;
  line-height: 89px;
  color: #ffffff;
  font-family: "Vollkorn", serif;
  font-weight: normal;
  padding-top: 60px;
  text-align: center;
}
.hide-arrow .list-title-img-content:after {
  display: none !important;
}
.section-suite {
  background-color: #16181c;
  padding: 85px 0px 67px;
  margin-top: -3px;
}
.section-suite .sec-title {
  margin: 0 auto 37px;
}
/*service blocks*/
.section-services-blocks {
  background-color: #16181c;
  margin-top: -3px;
}
.services-blocks {
  margin: 0 !important;
  padding-left: 0px;
}
.services-blocks .list-title-img {
  float: left;
  width: 33.3%;
  padding: 0;
}
.services-blocks .list-title-img-inner {
  overflow: hidden;
  position: relative;
}
.services-blocks .img-wrap {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background: no-repeat center;
  background-size: cover;
  /* z-index: -1; */
}
.services-blocks .img-wrap {
  opacity: 0;
}
.services-blocks .img-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #23252c;
  opacity: 0.75;
}
.services-blocks .list-title-img-content {
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0 15px;
  width: 100%;
  max-width: 370px;
}
.services-blocks .title {
  font-weight: normal;
  font-size: 24px;
  margin: 0;
  color: #fff;
  font-family: "Vollkorn", serif;
}
.services-blocks .text1 {
  font-size: 18px;
  margin: 20px 0;
  line-height: 27px;
}
.services-blocks .list-title-img-content:after {
  content: "→";
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  display: inline-block;
  color: #f16522;
  font-size: 28px;
  line-height: 1;
}
.services-blocks .list-title-img-inner:after {
  content: "";
  display: block;
  padding: 100% 0 0;
}
.services-blocks .list-title-img-inner:after {
  padding-top: 100%;
}
.services-blocks .list-title-img-inner:hover .img-wrap {
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.cont-service {
  padding-left: 0px;
  padding-right: 0px;
}
.codi-service {
  padding: 0px 0px 120px 0px;
}
/*end service blocks*/
/*section project*/
.project-app {
  background-color: #16181c;
  padding: 63px 0px 78px;
  margin-top: -3px;
}
.mobile-our-portfolio .our-portfolio {
  /*padding: 80px 0px 0px;*/
  margin: 0px 0px 0px;
}
.section--bg-zolo1 {
  padding-top: 80px;
}
/*end section project*/
/*section industry*/
.section-industry {
  padding: 85px 0px 90px;
}
.section-industry .sec-title {
  margin: 0 auto 20px;
}
.section-industry .sec-title {
  color: #16181C;
  font-family: "Vollkorn", serif;
}
.section-industry .section-title-heading {
  padding-bottom: 40px;
}
.section-industry .sec-para {
  color: #16181C;
}
.list-industries .list-title-img {
  padding: 0;
  position: relative;
  width: 20%;
  float: left;
}
.list-industries .list-title-box {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: -1px;
  height: 100%;
  z-index: 1;
}
.list-industries .list-title-box:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.35em;
}
.list-industries .list-title-img-inner {
  padding: 20px 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.list-industries .img-wrap {
  margin-bottom: 0;
}
.section-industry .list--icons .list-title-img-inner .title {
  font-size: 22px;
  color: #16181c;
  opacity: 0.8;
}
.list-industries .list-title-img:after {
  content: "";
  display: block;
  padding: 0 0 100%;
}
.list-industries li .list-title-box:hover {
  -webkit-box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.1);
}
/*end section industry*/
/*section build app*/
.section-work .sec-title {
  line-height: 90px;
  font-size: 55px;
}
/*.section-work .list-work:before {
    height: 190%;
}*/
.section-work {
  background-color: #16181c;
  padding: 70px 0px 30px;
}
.list-work:before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0px;
  border-right: 2px solid rgba(255, 99, 0, 0.21);
}
.section-work ul li {
  list-style: none;
}
.list-work > li {
  position: relative;
  border-bottom: 2px solid rgba(255, 99, 0, 0.21);
}
.section-work ul li {
  list-style: none;
}
.section-work .img-wrap {
  margin-bottom: 35px;
}
.list-work .title {
  color: #fff;
  margin: 0 0 25px;
  font-size: 36px;
}
.section-work .text1 {
  color: #fff;
  padding: 0px 40px;
  opacity: 0.8;
}
.list-work > li {
  position: relative;
  border-bottom: 2px solid rgba(255, 99, 0, 0.21);
}
.list-work > li:last-child {
  border-bottom: none;
}
/*end section build app*/
/*end mobile app page*/
/*ios development page*/
.section-ios-header-bg {
  display: table;
  background-color: #16181c;
  padding: 120px 0px;
  min-height: 100vh;
  height: 1px;
  width: 100%;
  text-align: center;
}
.section-ios-header-bg .container {
  display: table-cell;
  vertical-align: middle;
}
.section-ios-header-bg .sec-title {
  font-size: 66px;
  line-height: 100px;
  margin: 0px auto 12px;
  font-family: "Vollkorn", serif;
  font-weight: normal;
  text-align: center;
  color: #fff;
}
.section-ios-header-bg .sec-para {
  font-size: 20px;
  margin: 0px auto 20px;
  max-width: 960px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.section-ios-header-bg hr {
  width: 180px;
  text-align: center;
  margin: 20px auto;
  border: 1px solid #DC5D21;
}
body[data-page="home"].scene--bg-port-black .ios-our-portfolio .our-portfolio {
  background: -webkit-gradient(linear, right top, left top, from(#ea4e64), to(#ea4e64));
  background: linear-gradient(to left, rgba(68, 14, 113, 0.99), rgba(223, 47, 72, 0.8)) !important;
}
/*end ios development page*/
/*android development page*/
/*.section-notch .list-work:before {
    height: 115%;
}*/
.por-fly {
  padding-top: 120px;
}
body[data-page="home"].scene--bg-port-black .android-our-portfolio .our-portfolio {
  background: -webkit-gradient(linear, right top, left top, from(#ea4e64), to(#ea4e64));
  background: linear-gradient(to left, rgba(13, 66, 8, 0.75), rgba(164, 3, 8, 0.8)) !important;
}
.section--bg-ktraining {
  padding-top: 60px;
}
.section-android-header-bg {
  display: table;
  background-color: #16181c;
  padding: 120px 0px;
  min-height: 100vh;
  height: 1px;
  width: 100%;
  text-align: center;
}
.section-android-header-bg .container {
  display: table-cell;
  vertical-align: middle;
}
.section-android-header-bg .sec-title {
  font-size: 66px;
  line-height: 85px;
  margin: 0px auto 12px;
  font-family: "Vollkorn", serif;
  font-weight: normal;
  text-align: center;
  color: #fff;
}
.section-android-header-bg .sec-para {
  font-size: 20px;
  margin: 0px auto 20px;
  max-width: 960px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.section-android-header-bg hr {
  width: 180px;
  text-align: center;
  margin: 20px auto;
  border: 1px solid #DC5D21;
}
.android-section-animate {
  padding: 35px 0px 87px;
  overflow: hidden;
  background-color: #16181c;
  margin-top: -3px;
}
.android-mobile-app {
  margin: 0px;
  padding-left: 0px;
}
.android-mobile-app__item {
  padding: 0 30px;
  width: 33%;
  list-style: none;
}
.android-section-animate .sec-title {
  margin: 0 auto 70px;
  color: #fff;
  font-size: 60px;
  font-family: "Vollkorn", serif;
  font-weight: normal;
  text-align: center;
  line-height: 86px;
}
.devices-scheme__item, .android-mobile-app__item {
  float: left;
  /*width: 22%;
    padding: 0 15px;
    list-style: none;*/
}
.devices-scheme .img-container, .android-mobile-app .img-container {
  max-height: 270px;
  border: 1px solid #f0560f;
  border-radius: 40px;
  position: relative;
  margin: 0 auto 35px;
  overflow: hidden;
}
.devices-scheme .img-overlay, .android-mobile-app .img-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#2b1e1a));
  background-image: linear-gradient(to bottom, transparent, #2b1e1a);
}
.devices-scheme .img, .android-mobile-app .img {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 50%;
  max-height: 50%;
}
.devices-scheme .img-container:after, .android-mobile-app .img-container:after {
  content: "";
  display: block;
  padding: 0 0 100%;
}
.devices-scheme .title, .android-mobile-app .title {
  font-size: 20px;
  margin: 0;
  text-align: center;
  color: #fff;
}
.android-mobile-app__item:nth-child(2) {
  float: right;
}
.android-mobile-app__item:nth-child(3) {
  width: 34%;
  padding: 0 30px 0 30px;
}
.android-mobile-app__item:nth-child(3) .img-container {
  max-width: initial;
}
.android-mobile-app__item:nth-child(3) .img-container:after {
  /* padding-bottom: 62%; */
}
.devices-scheme:after, .android-mobile-app:after {
  content: "";
  display: table;
  clear: both;
}
/*section notch android*/
.section-notch .list-work:before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0px;
  border-right: 2px solid rgba(255, 99, 0, 0.21);
}
.section-notch .sec-title {
  line-height: 85px;
  margin: 0 auto 25px;
}
.section-notch .section-title-heading {
  padding-bottom: 20px;
}
.section-notch {
  padding: 75px 0px 35px;
  margin-top: -3px;
}
/*end section notch android*/
/*section magic*/
.section-magic {
  background-color: #16181c;
  padding: 70px 0px 90px;
  margin-top: -3px;
}
.section-magic .sec-title {
  margin: 0 auto 87px;
  line-height: 90px;
  font-size: 55px;
}
.project-android-app .sec-title {
  margin: 0 auto 12px;
}
/*code editor*/
code {
  background-color: transparent;
}
.app-develop__item:nth-child(1) {
  position: relative;
  z-index: 1;
}
.app-develop__item {
  float: left;
  width: 30%;
  padding: 0 15px;
  text-align: center;
  list-style: none;
}
.app-develop__item:nth-child(2) {
  width: 40%;
}
.app-develop__item {
  float: left;
  width: 30%;
  padding: 0 15px;
}
.app-develop .img-wrap {
  position: relative;
  margin-bottom: 72px;
}
.code-editor {
  border: 1px dashed #f16522;
  border-radius: 15px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 95%;
  max-width: 430px;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#2b1e1a));
  background-image: linear-gradient(to bottom, transparent, #2b1e1a);
}
.code-editor:before {
  content: "";
  position: absolute;
  left: 44px;
  top: 45px;
  bottom: 0;
  width: 1px;
  border-left: 1px dashed #75767a;
}
.code-editor__header {
  height: 45px;
  text-align: left;
  border-bottom: 1px dashed #f16522;
  padding: 15px;
}
.code-editor__header span {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px dashed #f16522;
  border-radius: 50%;
  margin-right: 15px;
  line-height: 45px;
  vertical-align: top;
}
.code-editor__body {
  text-align: left;
  padding: 15px 0;
  margin-left: 45px;
  font: 10px/1.5 monospace;
  color: #c9c9c9;
  counter-reset: strings;
}
.code-editor .code__row {
  display: block;
}
.code-editor__body .code__row {
  position: relative;
  padding: 0 15px;
}
.code-editor__body .code__row:before {
  counter-increment: strings;
  content: counter(strings);
  position: absolute;
  left: -32px;
  width: 17px;
  color: #75767a;
  text-align: right;
}
.code-editor .code__comment {
  color: #ff9455;
}
.code-editor .code__row--active {
  background: rgba(255, 255, 255, 0.1);
}
.code-editor .code__row--active:before {
  color: #ffffff;
}
.app-develop__item:nth-child(2) .img-wrap:after {
  padding-bottom: 130%;
}
.app-develop .img-wrap:after {
  content: "";
  display: block;
  padding: 0 0 0%;
}
.app-develop .title {
  font-size: 45px;
  margin-top: 33px;
  margin-bottom: 33px;
  color: #fff;
}
.app-develop .text1 {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  /*  opacity: 0.8;*/
  max-width: 320px;
  margin: 0 auto;
}
.app-develop:after {
  content: "";
  display: table;
  clear: both;
}
.app-develop__item:nth-child(2) .img-wrap:after {
  padding-bottom: 130%;
}
.app-develop {
  margin: 0;
  padding-left: 0;
}
.code__row {
  font-size: 10px;
  color: #fff;
}
.code-editor .code__keyword--orange {
  color: #ff6300;
}
.code-editor .code__keyword--red {
  color: #ff2146;
}
.app-develop .img-wrap:after {
  content: "";
  display: block;
  padding: 0 0 177%;
}
.app-develop .img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 250px;
  -webkit-box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.2);
  border-radius: 40px;
}
/*end code editor*/
/*end section magic*/
/*section devices*/
.section-devices {
  background-color: #16181c;
  padding: 73px 0px 27px;
}
.section-devices .sec-title {
  line-height: 87px;
  margin: 0px auto 0px;
}
.platform-icons li {
  list-style: none;
}
.list-title-img {
  padding: 0 15px;
  display: table-cell;
}
.platform-icons .img-wrap {
  display: block;
  margin-bottom: 25px;
}
.platform-icons .title {
  font-size: 24px;
  margin: 0;
  color: #fff;
}
/*end section debices*/
/*section involve*/
.section-involve {
  background-color: #16181c;
  padding: 85px 0px 10px;
  margin-top: -3px;
}
.description-list {
  text-align: left;
  list-style: none;
  margin-top: -16px;
}
.description-list-title-img {
  margin: 85px -15px;
}
.description-list dl {
  margin: 0;
}
.description-list .title, .description-list .text {
  padding: 0 15px;
}
.description-list .title {
  float: left;
  width: 33.3%;
  font-size: 30px;
  position: relative;
  padding-bottom: 20px !important;
  max-width: 400px;
  color: #fff;
  font-weight: normal;
}
.description-list .title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  max-width: 200px;
  height: 2px;
  background: #f16522;
}
.description-list .text1 {
  float: right;
  width: 66.6%;
  padding-top: 12px;
  max-width: 800px;
  margin: 0;
  opacity: 0.8;
  color: #fff;
}
.description-list dl:after {
  content: "";
  display: table;
  clear: both;
}
.description-list-title-img:after {
  content: "";
  display: table;
  clear: both;
}
/*end section involve*/
/*end android development page*/
/*about us page*/
.section-about-header-bg {
  display: table;
  background-color: #16181c;
  padding: 120px 0px;
  min-height: 100vh;
  height: 1px;
  width: 100%;
  text-align: center;
}
.section-about-header-bg .container {
  display: table-cell;
  vertical-align: middle;
}
.section-about-header-bg hr {
  width: 180px;
  text-align: center;
  margin: 0px auto;
  border: 1px solid #DC5D21;
}
.section-about-header-bg .sec-para {
  font-size: 20px;
  margin: 0px auto 20px;
  max-width: 960px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.section-about-header-bg .sec-title {
  font-size: 66px;
  line-height: 83px;
  margin: 0px auto 12px;
  font-family: "Vollkorn", serif;
  font-weight: normal;
  text-align: center;
  color: #fff;
}
.section-about {
  padding: 85px 0px 68px;
}
.section-about .sec-title {
  margin: 0 auto 22px;
  color: #16181c;
  font-size: 60px;
  font-family: "Vollkorn", serif;
  font-weight: normal;
  text-align: center;
  line-height: 65px;
}
.section-about .sec-para {
  font-size: 20px;
  margin: 0 auto;
  max-width: 960px;
  color: rgba(23, 39, 53, 0.7);
  text-align: center;
  font-family: "Vollkorn", serif;
  padding-bottom: 20px;
}
.vis-mis {
  margin-top: 50px;
}
.section-mission {
  background-color: #16181c;
  padding: 90px 0px 50px;
  margin-top: -3px;
}
.vision-sec {
  text-align: center;
  padding-bottom: 40px;
}
.vision-sec .sec-title {
  text-align: left;
  margin: 0 auto 0px;
}
.vision-sec .sec-para {
  text-align: left;
}
.mision-sec {
  text-align: center;
}
.mision-sec .sec-title {
  text-align: right;
  margin: 0 auto 0px;
}
.mision-sec .sec-para {
  text-align: left;
  margin-left: 92px;
}
.vision-para {
  margin-top: 35px;
}
.mission-para {
  margin-top: 35px;
}
/*section team help*/
.section-team-help {
  background-color: #16181c;
  padding: 85px 0px 78px;
  margin-top: -3px;
}
.section-team-help .section-title-heading {
  margin-bottom: 30px;
}
.section-team-help .sec-title {
  margin: 0px auto 38px;
}
.section-team-help li {
  list-style: none;
  text-align: center;
}
.section-team-help .img-wrap {
  display: block;
  margin-bottom: 20px;
  margin-top: 50px;
}
.section-team-help hr {
  border: 1px solid #b74c07;
  width: 100px;
  margin: 20px auto;
}
.section-team-help p {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
}
.section-team-help li .sec-title {
  font-size: 30px;
}
.section-team-help .list-title-img {
  padding: 0 40px;
}
/*section opening cta*/
.section-opening-cta {
  background-color: #fff;
  padding: 85px 0px 92px;
  margin-top: -3px;
}
.section-opening-cta .sec-title {
  margin: 0 auto 35px;
  color: #16181c;
  font-size: 60px;
  font-family: "Vollkorn", serif;
  font-weight: normal;
  text-align: center;
}
.section-opening-cta .sec-para {
  font-size: 20px;
  margin: 0 auto;
  max-width: 960px;
  color: rgba(23, 39, 53, 0.7);
  text-align: center;
}
.section-opening-cta .btn {
  font-size: 18px;
  outline: none;
  text-align: center;
  border-radius: 55px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 13px 30px 15px;
  display: inline-block;
  min-width: 270px;
  border: 0;
  font-family: "Vollkorn", serif;
}
.section-opening-cta .section-title-heading {
  text-align: center;
  margin-bottom: 77px;
}
/*end secion opening cta*/
/*end about us page*/
/*contact us*/
/*contact us new*/
/*address section*/
.grid {
  position: relative;
  margin: 0 auto;
  padding: 1em 0 4em;
  max-width: 1000px;
  list-style: none;
  text-align: center;
}
/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 320px;
  max-height: 360px;
  width: 100%;
  background: #000000;
  text-align: center;
  cursor: pointer;
}
.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}
.grid figure figcaption {
  padding: 2em;
  color: #333;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.grid figure figcaption a {
  color: #333 !important;
}
.grid figure figcaption::before, .grid figure figcaption::after {
  pointer-events: none;
}
.grid figure figcaption, .grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  opacity: 0;
}
figure.effect-ruby:hover h2 {
  opacity: 1;
}
.grid figure h2 span {
  font-weight: 800;
}
.grid figure h2, .grid figure p {
  margin: 0;
}
.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}
/* Individual effects */
/*---------------*/
/***** Ruby *****/
/*---------------*/
figure.effect-ruby {
  background-color: #CCD5DB;
}
figure.effect-ruby img {
  opacity: 0.7;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
figure.effect-ruby:hover img {
  opacity: 0.2;
  -webkit-transform: scale(1);
  transform: scale(1);
}
figure.effect-ruby h2 {
  margin-top: 20%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
figure.effect-ruby p {
  margin: 1em 0 0;
  padding: 1em;
  /*border: 1px solid #fff;*/
  opacity: 0;
  line-height: 25px;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0) scale(1.1);
  transform: translate3d(0, 20px, 0) scale(1.1);
  text-transform: capitalize;
}
figure.effect-ruby:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  font-size: 50px;
  margin-top: 0%;
}
figure.effect-ruby:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
.effect-ruby .direction-link {
  text-decoration: underline;
  line-height: 50px;
}
/*figure.effect-ruby1:hover img {
    opacity: 0.2;
    -webkit-transform: scale(1);
    transform: scale(1);
}*/
figure.effect-ruby1 img {
  opacity: 0.5;
  -webkit-transform: scale(1);
  transform: scale(1);
}
figure.effect-ruby1 {
  background-color: #CCD5DB;
}
/*figure.effect-ruby1:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    font-size: 50px;
    margin-top: 8%;
    opacity: 1;
}*/
/*figure.effect-ruby1:hover h2 {
    opacity: 1;
}*/
figure.effect-ruby1 h2 {
  margin-top: 20%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  font-size: 50px;
  margin-top: 0%;
  opacity: 1;
}
/*figure.effect-ruby1:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}*/
figure.effect-ruby1 p {
  margin: 1em 0 0;
  padding: 1em;
  opacity: 1;
  line-height: 25px;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
.effect-ruby1 .direction-link {
  text-decoration: underline;
  line-height: 50px;
}
/*end address section*/
.group-textara .input__field--hoshi {
  width: 91%;
  float: none;
  margin-top: 3em;
  padding-top: 0px;
}
.section-contact-process .mt h2 {
  font-size: 20px;
  line-height: 35px;
  color: #000;
  opacity: 0.8;
}
.section-contact .sec-title {
  text-align: left;
  color: #16181c;
  font-size: 45px;
}
.section-contact .sec-para {
  text-align: left;
  color: #000;
  opacity: 0.8;
}
.request-quote-text {
  margin-top: 55px;
}
.section-contact-process ul.timeline > li {
  margin: 40px 0;
  padding-left: 20px;
}
.section-contact {
  background-color: #fff;
  padding: 80px 0px 93px;
  margin: -3px 0px 0px;
}
.section-contact .row {
  margin-bottom: 0;
}
.section-contact-process ul.timeline > li:before {
  content: " ";
  background: #f0650f;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #f0650f;
  left: 23px;
  width: 15px;
  height: 15px;
  z-index: 400;
}
.section-contact-process ul.timeline:before {
  content: " ";
  border: 1px dashed #f0650f;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 80%;
  z-index: 400;
}
.section-contact label {
  font-weight: normal;
  font-size: 18px;
  color: #16181c;
}
.section-contact .group label:before {
  border: 2px solid #f0650f;
  border-radius: 100px;
}
.section-contact .group label {
  margin-right: 1em;
}
.section-contact .control-label {
  padding-left: 0px;
  padding-right: 0px;
  margin-right: -36px;
  margin-top: 4px;
}
.section-contact .price {
  color: #16181c;
}
.section-contact .lead p {
  color: #fff;
}
.section-contact .input__field--hoshi {
  color: #16181c;
}
.section-contact .input {
  width: calc(100% - 0em);
}
.section-contact .group label:before {
  width: 1em;
  height: 1em;
}
.section-contact .group label {
  padding-left: 1.5em;
  padding-right: 0em;
  line-height: 1.5;
}
.ui-slider-handle label {
  color: #fff;
}
.india-map {
  margin-top: 120px;
}
.usa-map .sec-title {
  color: #16181c;
  text-align: left;
}
.usa-map .sec-para {
  color: #16181c;
  text-align: left;
}
.india-map .sec-title {
  color: #16181c;
  text-align: right;
}
.india-map .sec-para {
  color: #16181c;
  text-align: right;
}
.section-iframe-map {
  padding: 80px 0px 90px;
}
.section-contact .container {
  padding-left: 0px;
  padding-right: 0px;
}
.section-contact .mt p {
  font-size: 16px;
  opacity: 0.8;
  color: #000;
}
.section-contact ul.timeline {
  list-style-type: none;
  position: relative;
  z-index: 1;
  margin-left: -30px;
}
.news-bit {
  margin-top: 25px;
}
.news-bit .group {
  margin-bottom: 1em;
}
.group-textara {
  margin-top: -20px;
}
.abc {
  margin-top: 10px;
}
.group-text {
  margin-top: -20px;
}
.news-bit .group input[type="checkbox"]:checked + label, .news-bit .group input[type="radio"]:checked + label {
  padding-left: 1em;
  padding-right: 1em;
  color: #fff;
  background: #f0650f;
  border-radius: 100px;
  line-height: 2em;
}
.flag-india {
  text-align: right;
}
.form-coact-title .mobile-contact-title {
  display: none;
}
.section-iframe-map .section-title-heading .sec-title {
  color: #16181c;
  margin-bottom: 60px;
}
/*end contactus new*/
.section-contact .section-title-heading {
  text-align: center;
  margin-bottom: 20px;
}
.mails-list__item-desc {
  font-size: 18px;
}
/*.project_detail span.contact-list-item {
    background: transparent;
    display: -webkit-inline-box;
    padding: 10px 20px 10px 0px;
    width: 30%;
}
.project_detail input[type="radio"]:checked {
    background: #0073cf;
    box-shadow: inset 0 0 0 0.4em white, 0 0 0 0.3em #f1481d;
}

.project_detail input[type="radio"]:hover, .project_detail input[type="radio"]:checked {
    background: #f1481d;

}

.project_detail input[type="radio"] {
    -webkit-appearance: none;
    margin: 21px 20px;
    width: 12px;
    height: 12px;
    background: #ffffff;
    box-shadow: inset 0 0 0 0.4em white, 0 0 0 0.3em;
    border-radius: 50%;
    transition: .2s;
    cursor: pointer;
    color: #f1481d73;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
.project_detail .contact-list-item-label {
    vertical-align: top;
    display: table-caption;
}*/
.attach-button {
  background: none;
  position: absolute;
  top: -40px;
  min-width: auto !important;
  right: -9px;
}
.attach-button:hover {
  color: #fff;
}
.group {
  display: flex;
  align-items: center;
  margin-bottom: 2em;
}
.group input[type="checkbox"], .group input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.group label {
  position: relative;
  margin-right: 5em;
  padding-left: 2em;
  padding-right: 1em;
  line-height: 2;
  cursor: pointer;
  margin-top: 20px;
}
.group label:before {
  box-sizing: border-box;
  content: " ";
  position: absolute;
  top: 0.3em;
  left: 0;
  display: block;
  width: 1.4em;
  height: 1.4em;
  border: 2px solid white;
  border-radius: 0.25em;
  z-index: 1;
}
.group input[type="radio"] + label::before {
  border-radius: 1em;
}
/* Checked */
.group input[type="checkbox"]:checked + label, .group input[type="radio"]:checked + label {
  padding-left: 1em;
  color: #000;
  background: #fff;
  border-radius: 100px;
}
.group input[type="checkbox"]:checked + label:before, .group input[type="radio"]:checked + label:before {
  top: 0;
  width: 100%;
  height: 2em;
  background: transparent;
}
/*.group input[type="checkbox"]:hover + label,
.group input[type="radio"]:hover + label {
    padding-left: 1em;
    color: #8e44ad;
    background: #fff;
     border-radius: 100px;
}*/
/* Transition */
.group label, .group label::before {
  transition: 0.25s all ease;
}
/*slider*/
.slide-price {
  /*background: #e5f1fa;*/
  /* color: black; */
  padding: 1px 36px;
  margin-top: -30px;
  margin-bottom: 0px;
  margin-left: -36px;
  margin-right: -36px;
}
.start-point {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  margin-top: 80px;
}
.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}
.slider.slider-horizontal {
  margin-top: 25px;
}
.slider.slider-horizontal {
  width: 100% !important;
}
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-track {
  height: 10px !important;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff5f5f5", endColorstr="#fff9f9f9", GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.slider.slider-horizontal .slider-selection, .slider.slider-horizontal .slider-track-low, .slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider-track-low, .slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.slider.slider-horizontal .slider-selection, .slider.slider-horizontal .slider-track-low, .slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider-selection {
  position: absolute;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff9f9f9", endColorstr="#fff5f5f5", GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
}
.slider .tooltip.top {
  margin-top: -36px;
}
.slider.slider-horizontal .tooltip {
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slider .tooltip {
  pointer-events: none;
}
.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.slider-selection {
  background: #f1481d;
}
.slider-handle:after {
  content: url(../images/min-range.png);
  background-color: transparent;
}
.slider-handle.round {
  border-radius: 50%;
}
.slider-handle.min-slider-handle {
  top: -50px !important;
}
.slider-handle {
  position: absolute;
  top: 40px;
  width: 20px;
  height: 20px;
  /*-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);*/
  border: 0px solid transparent;
}
.end-point {
  text-align: right;
}
.slider-handle.max-slider-handle:after {
  content: url(./max-range.png) !important;
  margin-left: -36px;
}
.end-point {
  color: #fff;
  text-align: right !important;
  font-size: 14px;
  font-weight: normal;
  margin-top: -17px;
  margin-bottom: 34px;
}
.slider-handle.round:focus {
  outline: 0;
}
/*form*/
.section-contact .form-control {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #f1481d;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  transition: none;
  transition: none;
}
/*.section-contact label {
    font-weight: normal;
    font-size: 16px;
}*/
.section-contact .checkbox, .radio {
  margin-left: 20px;
}
.section-contact .form-control {
  padding: 6px 12px 6px 0px;
  color: #fff;
}
/*.section-contact .row{
  margin-bottom: 10px;}*/
/* The container */
.want-get-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.want-get-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border: 1px solid #f16522;
  border-radius: 100px;
}
/* On mouse-over, add a grey background color */
.want-get-checkbox:hover input ~ .checkmark {
  background-color: #f16522;
}
/* When the checkbox is checked, add a blue background */
.want-get-checkbox input:checked ~ .checkmark {
  background-color: transparent;
  border-radius: 100px;
  border: 1px solid #f1481d;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.want-get-checkbox input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.want-get-checkbox .checkmark:after {
  left: 8px;
  top: 4px;
  width: 7px;
  height: 12px;
  border: 1px solid #f1481d;
  border-width: 0px 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-submit {
  padding: 10px 60px;
  border-radius: 100px;
  border: none;
  color: #f1481d;
  border: 1px solid #f1481d;
  margin: 20px 0px 0px;
  background: none;
}
.btn-submit:hover {
  background: #f1481d;
  color: #fff;
}
.modal-body label {
  color: #000;
}
.modal-body .start-point {
  color: #000;
}
.modal-body .end-point {
  color: #000;
  margin-top: -29px;
}
.modal-body .project_detail .contact-list-item-label {
  color: #000;
}
.section-contact .btn {
  font-size: 18px;
  outline: none;
  background: #f1481d;
  text-align: center;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 7px 17px 6px;
  display: inline-block;
  min-width: 270px;
  margin-right: 23px;
  border: 0;
  font-family: "brandontext-regular", Sans-serif;
  z-index: 9;
}
.price-box {
  margin: 0 auto !important;
  background: #E9E9E9 !important;
  border-radius: 10px !important;
  padding: 40px 15px !important;
  width: 500px !important;
}
.ui-widget-content {
  border: 1px solid #bdc3c7 !important;
  background: #e1e1e1 !important;
  color: #222222 !important;
  margin-top: 4px !important;
}
.ui-slider .ui-slider-handle {
  position: absolute !important;
  z-index: 2 !important;
  width: 6.2em !important;
  height: 2.2em !important;
  cursor: default !important;
  margin: 0 -40px auto !important;
  text-align: center !important;
  line-height: 30px !important;
  color: #FFFFFF !important;
  font-size: 15px !important;
}
.ui-slider .ui-slider-handle .glyphicon {
  color: #FFFFFF !important;
  font-size: 13px !important;
  opacity: 0.5 !important;
  display: none;
}
.ui-corner-all {
  border-radius: 20px !important;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.9em !important;
}
.ui-state-default, .ui-widget-content .ui-state-default {
  border: 1px solid #f0650f !important;
  background: #f0650f !important;
}
.ui-slider-horizontal .ui-slider-handle {
  margin-left: -0.5em !important;
}
.ui-slider .ui-slider-handle {
  cursor: pointer !important;
}
.ui-slider span, .ui-slider span:focus {
  cursor: pointer !important;
  outline: none !important;
}
.price, .lead p {
  font-weight: 600 !important;
  font-size: 20px !important;
  display: inline-block !important;
  line-height: 22px !important;
  width: auto !important;
}
h4.great {
  background: #00ac98 !important;
  margin: 0 0 25px -60px !important;
  padding: 7px 15px !important;
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  border-radius: 5px !important;
  display: inline-block !important;
  -moz-box-shadow: 2px 4px 5px 0 #ccc !important;
  -webkit-box-shadow: 2px 4px 5px 0 #ccc !important;
  box-shadow: 2px 4px 5px 0 #ccc !important;
}
.total {
  border-bottom: 1px solid #7f8c8d;
  position: relative;
  padding-bottom: 20px;
}
.total:before {
  content: "";
  display: inline;
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 3px;
  background: #7f8c8d;
  opacity: 0.5;
}
.price-slider {
  margin-bottom: 70px;
}
.price-slider span {
  font-weight: 200;
  display: inline-block;
  color: #7f8c8d;
  font-size: 13px;
}
.form-pricing {
  background: #ffffff;
  padding: 20px;
  border-radius: 4px;
}
.price-form {
  background: #ffffff;
  margin-bottom: 10px;
  padding: 20px;
  border: 1px solid #eeeeee;
  border-radius: 4px;
}
.form-group {
  margin-bottom: 0;
}
.form-group span.price {
  font-weight: 200;
  display: inline-block;
  color: #7f8c8d;
  font-size: 14px;
}
.help-text {
  display: block;
  margin-top: 32px;
  margin-bottom: 10px;
  color: #737373;
  position: absolute;
  font-weight: 200;
  text-align: right;
  width: 188px;
}
.price-form label {
  font-weight: 200;
  font-size: 21px;
}
img.payment {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.ui-slider-range-min {
  background: #f16522 !important;
}
hr.style {
  margin-top: 0;
  border: 0;
  border-bottom: 1px dashed #ccc;
  background: #999;
}
.control-label {
  padding-left: 0px;
  padding-right: 0px;
  margin-right: -25px;
}
.ui-slider-horizontal {
  height: 10px !important;
}
/*end contactus*/
/*technology page*/
.section-develop-platform {
  background-color: #16181c;
  padding: 85px 0px 70px;
}
.section-develop-platform .section-title-heading {
  margin-bottom: 60px;
}
.section-develop-platform .sec-title {
  margin: 0 auto 40px;
  font-size: 60px;
  line-height: 90px;
}
.list-develop-platforms {
  display: table;
  width: 100%;
  padding-top: 40px;
}
.list-develop-platforms .list-title-img {
  vertical-align: bottom;
}
.list-develop-platforms .img-wrap {
  margin-bottom: 40px;
}
.list-develop-platforms .img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
.list-develop-platforms .title {
  font-size: 24px;
}
/*section all technology*/
.ui-tech .list__row {
  display: table;
  width: auto;
  height: 1px;
  margin: 0px 0px 40px;
  table-layout: fixed;
  padding-left: 0px;
}
.section-all-technologies {
  padding: 80px 0px;
}
.section-all-technologies .section-title-heading hr {
  width: 180px;
  text-align: center;
  margin: 40px auto 75px;
  border: 1px solid #DC5D21;
}
.section-all-technologies .sec-title {
  margin: 0 auto 40px;
  color: #16181c;
  font-size: 60px;
  font-family: "Vollkorn", serif;
  font-weight: normal;
  text-align: center;
  line-height: 65px;
}
.section-all-technologies .sec-para {
  font-size: 20px;
  margin: 0 auto;
  max-width: 960px;
  color: rgba(23, 39, 53, 0.7);
  text-align: center;
  font-family: "Vollkorn", serif;
  padding-bottom: 20px;
}
.frontend-technology {
  padding: 0px 0px 40px;
}
.frontend-technology h3 {
  text-align: left;
  font-size: 36px;
  color: #16181c;
}
.frontend-technology p {
  text-align: left;
  font-size: 20px;
  color: rgba(23, 39, 53, 0.7);
}
.section-all-technologies .list-develop-platforms .list-title-img {
  width: 180px;
}
.section-all-technologies .list-develop-platforms {
  display: table;
  width: auto;
  padding-top: 40px;
}
.section-all-technologies .list-develop-platforms .title {
  font-size: 20px !important;
  color: #16181c;
}
/*section end all technology*/
/*section development company*/
.development-company {
  background-color: #16181c;
  padding: 73px 0px 30px;
  margin-top: -3px;
}
.development-company .sec-title {
  margin: 0px auto 32px;
  line-height: 93px;
}
.development-company li {
  list-style: none;
  text-align: center;
}
.development-company .img-wrap {
  display: block;
  margin-bottom: 20px;
  margin-top: 0px;
}
.development-company hr {
  border: 1px solid #b74c07;
  width: 100px;
}
.development-company p {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
}
.development-company li .sec-title {
  font-size: 22px;
}
.development-company .section-title-heading {
  padding-bottom: 40px;
}
.web-our-portfolio .portfolio-img {
  vertical-align: middle;
  max-height: calc(100vh - 250px);
}
.web-our-portfolio .our-portfolio {
  margin: 0px 0px 0px;
}
.web-our-portfolio .section--bg-lightinthebox {
  padding-top: 50px;
  margin-bottom: -100px;
}
.web-our-portfolio .section--bg-ktraining {
  padding-top: 0px;
  margin-bottom: -170px;
}
/*section web technology*/
body[data-page="home"].scene--bg-port-black .web-our-portfolio .our-portfolio {
  background: -webkit-gradient(linear, right top, left top, from(#cf2120), to(#cf2120));
  background: linear-gradient(to left, rgba(153, 13, 10, 0.85), rgba(164, 3, 8, 0.81)) !important;
}
.section-web-header-bg {
  display: table;
  background-color: #16181c;
  padding: 120px 0px;
  min-height: 100vh;
  height: 1px;
  width: 100%;
  text-align: center;
}
.section-web-header-bg .container {
  display: table-cell;
  vertical-align: middle;
}
.section-web-header-bg .sec-title {
  font-size: 66px;
  line-height: 83px;
  margin: 0px auto 12px;
  font-family: "Vollkorn", serif;
  font-weight: normal;
  text-align: center;
  color: #fff;
}
.section-web-header-bg hr {
  width: 180px;
  text-align: center;
  margin: 20px auto;
  border: 1px solid #DC5D21;
}
.development-company .list-work:before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0px;
  border-right: 2px solid rgba(255, 99, 0, 0.21);
}
/*.section-how-we .list-work:before {
    height: 115%;
}*/
.section-web-technologies .ui-tech .list__row {
  display: table;
  width: 100%;
  height: 1px;
  margin: 0px 0px 40px;
  table-layout: fixed;
  padding-left: 0px;
}
.section-web-technologies {
  padding: 88px 0px 80px;
  background: #16181c;
}
.section-web-technologies .section-title-heading hr {
  width: 180px;
  text-align: center;
  margin: 40px auto 75px;
  border: 1px solid #DC5D21;
}
.section-web-technologies .sec-title {
  margin: 0 auto 40px;
  color: #fff;
  font-size: 66px;
  font-family: "Vollkorn", serif;
  font-weight: normal;
  text-align: center;
  line-height: 65px;
}
.section-web-technologies .sec-para {
  font-size: 20px;
  margin: 0 auto;
  max-width: 960px;
  color: #fff;
  text-align: center;
  font-family: "Vollkorn", serif;
  padding-bottom: 20px;
  opacity: 0.8;
}
.section-web-technologies .frontend-technology {
  padding: 35px 0px 0px;
}
.section-web-technologies .frontend-technology h3 {
  text-align: center;
  font-size: 36px;
  color: #fff;
}
.frontend-technology p {
  text-align: left;
  font-size: 20px;
  color: rgba(23, 39, 53, 0.7);
}
.section-web-technologies .list-develop-platforms .list-title-img {
  width: 180px;
  vertical-align: middle;
}
.section-web-technologies .list-develop-platforms {
  display: table;
  width: 100%;
  padding-top: 60px;
}
.section-web-technologies .list-develop-platforms .title {
  font-size: 20px !important;
  color: #fff;
}
.section-web-technologies hr {
  width: 180px;
  text-align: center;
  margin: 20px auto 20px;
  border: 1px solid #eee;
}
.section-stack-web {
  padding: 85px 0px 68px;
}
.section-stack-web .sec-title {
  margin: 0 auto 33px;
  color: #16181c;
  font-size: 54px;
  font-family: "Vollkorn", serif;
  font-weight: normal;
  text-align: center;
  line-height: 65px;
}
.section-stack-web .sec-para {
  font-size: 20px;
  margin: 0 auto;
  max-width: 960px;
  color: rgba(23, 39, 53, 0.7);
  text-align: center;
  font-family: "Vollkorn", serif;
  padding-bottom: 20px;
}
.projrct-android-app .sec-title {
  line-height: 90px;
}
/*section end all technology*/
/*end technology page*/
/*start what iot*/
body[data-page="home"].scene--bg-port-black .yonomi-our-portfolio .our-portfolio {
  background: -webkit-gradient(linear, right top, left top, from(#ffc903), to(#ffc903));
  background: linear-gradient(to left, #09698e, #ffc903) !important;
}
.section--bg-yonomi {
  margin-top: 120px;
  margin-bottom: 0px;
}
.iot-process-img {
  text-align: center;
  margin-top: 40px;
}
.what-iot {
  padding: 90px 0px;
}
.what-iot .sec-title {
  margin: 0 auto 13px;
  color: #16181c;
  font-size: 60px;
  font-family: "Vollkorn", serif;
  font-weight: normal;
  text-align: center;
  line-height: 85px;
}
.what-iot .sec-para {
  font-size: 20px;
  margin: 0 auto;
  max-width: 960px;
  color: rgba(23, 39, 53, 0.7);
  text-align: center;
  font-family: "Vollkorn", serif;
  padding-bottom: 20px;
}
/*iot work*/
.iot-work {
  padding: 0px 0px 65px;
}
.iot-work .sec-title {
  margin: 0 auto 13px;
  color: #16181c;
  font-size: 60px;
  font-family: "Vollkorn", serif;
  font-weight: normal;
  text-align: center;
  line-height: 85px;
}
.iot-work .sec-para {
  font-size: 20px;
  margin: 0 auto;
  max-width: 1000px;
  color: rgba(23, 39, 53, 0.7);
  text-align: center;
  font-family: "Vollkorn", serif;
  padding-bottom: 20px;
}
.section-integrating {
  padding: 90px 0px 27px;
}
.section-build-mobile .sec-para {
  max-width: 970px;
}
/*.section-how-we .list-work:before {
    height: 115%;
}*/
/*end iot work*/
/*end what iot*/
/*technology inner page*/
.mag-custom {
  font-size: 52px;
}
.section-innertech-header-bg {
  background-color: #16181c;
  width: 100%;
  height: 100%;
  padding: 250px 0px 0px;
}
.section-innertech-header-bg .sec-title {
  font-size: 66px;
  line-height: 85px;
  margin: 0px auto 12px;
  font-family: "Vollkorn", serif;
  font-weight: normal;
  text-align: center;
  color: #fff;
}
.section-innertech-header-bg hr {
  width: 180px;
  text-align: center;
  margin: 40px auto;
  border: 1px solid #DC5D21;
}
.section-benifit .description-list li:before {
  content: "";
  position: absolute;
  top: 0;
  left: -33px;
  background-image: url(../images/success.png);
  background-repeat: no-repeat;
  list-style-position: outside;
  background-position: inherit;
  width: 30px;
  height: 30px;
}
.section-benifit {
  background-color: #fff;
  padding: 80px 0px 60px;
  margin-top: -3px;
}
.section-benifit .sec-title {
  margin: 0 auto 36px;
  color: #16181c;
  font-size: 66px;
  font-family: "Vollkorn", serif;
  font-weight: normal;
  text-align: center;
  line-height: 85px;
}
.section-benifit .description-list-title-img {
  margin: 38px -15px 0px;
}
.section-benifit h3 {
  font-size: 24px;
  color: #16181c;
}
.section-benifit p {
  color: rgba(23, 39, 53, 0.7);
  font-size: 20px;
}
/*.section-build-mobile .list-work:before {
    height: 190%;
}*/
.section-integrating .sec-title {
  line-height: 60px;
  margin: 0px auto 36px;
}
/*technology development*/
.technology-development {
  background-color: #16181c;
  padding: 68px 0px 68px;
  margin-top: -3px;
}
.technology-development .sec-title {
  margin: 0px auto 32px;
  line-height: 87px;
}
.technology-development li .sec-title {
  font-size: 24px;
  /*color: #f26e2f;*/
}
.technology-development .sec-title {
  margin: 0px auto 32px;
  line-height: 87px;
}
.technology-development .img-wrap {
  display: block;
  margin-bottom: 20px;
  margin-top: 0px;
}
.technology-development p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
}
/*end technology development*/
/*web technology web*/
.web-technology-dev {
  padding: 70px 0px 80px;
}
.web-technology-dev .sec-title {
  margin: 0 auto 40px;
  color: #16181c;
  font-size: 66px;
  font-family: "Vollkorn", serif;
  font-weight: normal;
  text-align: center;
  line-height: 65px;
}
.web-technology-dev .sec-para {
  font-size: 20px;
  margin: 0 auto;
  max-width: 960px;
  color: rgba(23, 39, 53, 0.7);
  text-align: center;
  font-family: "Vollkorn", serif;
  padding-bottom: 20px;
}
.web-technology-dev table {
  border-collapse: separate;
  /* border-spacing: 0 10px; */
  margin: 30px auto;
  width: max-content;
  border: solid 1px #00000040;
  border-radius: 6px;
  -moz-border-radius: 6px;
}
.web-technology-dev table tr td {
  border-left: solid 1px #00000040;
  border-top: solid 1px #00000040;
  padding: 20px;
}
.web-technology-dev table tr td:first-child {
  border-left: none;
  width: 25%;
  color: #16181c;
  font-size: 24px;
}
.web-technology-dev table tr td:first-child img {
  margin-right: 20px;
}
.web-technology-dev table tr td:last-child {
  border-right: none;
  width: 75%;
  color: #16181c;
  font-size: 20px;
  padding-left: 70px;
}
.web-technology-dev table tr td ul li {
  display: block;
  padding: 10px 20px 10px 10px;
  color: rgba(23, 39, 53, 0.7);
  background-image: url(../images/technology-inner/circle-point.png);
  background-repeat: no-repeat;
  background-position: left;
  width: max-content;
}
/*end web technology web*/
/*end technology inner page*/
/*qa page*/
.section-qa-detail .sec-title {
  font-size: 55px;
  line-height: 85px;
}
.section-qa .sec-title {
  font-size: 60px;
}
.section-qa .section-title-heading {
  padding-bottom: 20px;
}
.section-qa-header-bg hr {
  width: 180px;
  text-align: center;
  margin: 20px auto;
  border: 1px solid #DC5D21;
}
.section-qa-header-bg {
  display: table;
  background-color: #16181c;
  padding: 120px 0px;
  min-height: 100vh;
  height: 1px;
  width: 100%;
  text-align: center;
}
.section-qa-header-bg .container {
  display: table-cell;
  vertical-align: middle;
}
.section-qa-header-bg .sec-title {
  font-size: 66px;
  line-height: 100px;
  margin: 0px auto 12px;
  font-family: "Vollkorn", serif;
  font-weight: normal;
  text-align: center;
  color: #fff;
}
.section-qa-technology {
  background-color: #16181c;
  padding: 80px 0px 90px;
  margin-top: -3px;
}
.section-qa-technology .section-title-heading {
  margin-bottom: 70px;
}
.section-qa-technology .sec-para {
  padding: 5px 0px 8px;
}
/*end qa page*/
/*start support page*/
.section-maintenance .sec-title {
  font-size: 55px;
}
.section-support-header-bg hr {
  width: 180px;
  text-align: center;
  margin: 20px auto;
  border: 1px solid #DC5D21;
}
.section-support-header-bg {
  display: table;
  background-color: #16181c;
  padding: 120px 0px;
  min-height: 100vh;
  height: 1px;
  width: 100%;
  text-align: center;
}
.section-support-header-bg .container {
  display: table-cell;
  vertical-align: middle;
}
.section-support-header-bg .sec-title {
  font-size: 66px;
  line-height: 100px;
  margin: 0px auto 12px;
  font-family: "Vollkorn", serif;
  font-weight: normal;
  text-align: center;
  color: #fff;
}
.section-maintenance .sec-title {
  line-height: 91px;
}
/*end support page*/
/*autocomplete*/
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-animation: autofill 0s forwards;
  animation: autofill 0s forwards;
}
@keyframes autofill {
  100% {
    background: transparent;
    color: inherit;
  }
}
@-webkit-keyframes autofill {
  100% {
    background: transparent;
    color: inherit;
  }
}
/*end autocomplete*/
/*ui ux page*/
body[data-page="home"].scene--bg-white-smoke .ui-our-portfolio .our-portfolio {
  background: -webkit-gradient(linear, right top, left top, from(#ea4d63), to(#ea4d63));
  background: linear-gradient(to left, rgba(68, 14, 113, 0.99), rgba(223, 47, 72, 0.8)) !important;
}
/*header*/
.section-ui-header-bg {
  display: table;
  background-color: #16181c;
  padding: 120px 0px;
  min-height: 100vh;
  height: 1px;
  width: 100%;
  text-align: center;
}
.section-ui-header-bg .container {
  display: table-cell;
  vertical-align: middle;
}
.section-ui-header-bg .sec-title {
  font-size: 66px;
  line-height: 100px;
  margin: 0px auto 12px;
  font-family: "Vollkorn", serif;
  font-weight: normal;
  text-align: center;
  color: #fff;
}
.section-ui-header-bg hr {
  width: 180px;
  text-align: center;
  margin: 20px auto;
  border: 1px solid #DC5D21;
}
/*end header*/
/*section application*/
.section-application {
  padding: 85px 0px 85px;
}
.section-application .sec-title {
  margin: 0 auto 25px;
  color: #16181c;
  font-size: 55px;
  font-family: "Vollkorn", serif;
  font-weight: normal;
  text-align: center;
  line-height: 88px;
}
.section-ui-checkout .sec-title {
  font-size: 59px;
}
.section-application .sec-para {
  font-size: 20px;
  margin: 0 auto;
  max-width: 1005px;
  color: rgba(23, 39, 53, 0.7);
  text-align: center;
  font-family: "Vollkorn", serif;
  padding-bottom: 20px;
}
.section-application img {
  margin-top: 60px;
}
/*end section application*/
.section-ui-checkout {
  background-color: #16181c;
  padding: 85px 0px 0px;
  margin-top: -3px;
}
.list-ui-checkout-process {
  position: relative;
  margin: 100px 0 -120px;
}
.list-ui-checkout-process .list-title-img:nth-child(1) {
  border-top-color: rgba(253, 253, 255, 0.5);
  border-radius: 0 3px 50px 0;
  margin-right: -2px;
}
.list-ui-checkout-process .list-title-img {
  float: left;
  position: relative;
  width: 50%;
  max-height: 370px;
  border: 2px dashed transparent;
}
.list-ui-checkout-process .list-title-img-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px 15px;
}
.list-ui-checkout-process .list-title-img:nth-child(1) .list-title-img-inner:before {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #16181c), color-stop(25%, transparent));
  background: linear-gradient(to right, #16181c 0, transparent 25%);
}
.list-ui-checkout-process .title {
  font-size: 30px;
  margin: 0 0 25px;
}
.list-ui-checkout-process .title:before, .list-ui-checkout-process .title:after {
  z-index: 1;
}
.list-ui-checkout-process .title:before {
  border: 2px dashed rgba(253, 253, 255, 0.5);
  background: #16181c;
  width: 50px;
  height: 50px;
  top: -25px;
  -webkit-transition: background 0.4s ease-out, border-color 0.3s ease-in;
  transition: background 0.4s ease-out, border-color 0.3s ease-in;
}
.list-ui-checkout-process .title:before, .list-ui-checkout-process .title:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.list-ui-checkout-process .text {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  max-width: 370px;
  margin: 0 auto;
}
.list-ui-checkout-process .list-title-img:after {
  content: "";
  display: block;
  padding: 0 0 100%;
}
.list-ui-checkout-process .list-title-img:nth-child(2) {
  z-index: 1;
}
.list-ui-checkout-process .list-title-img:nth-child(2) {
  border-radius: 0 50px 50px 0;
  border-top-color: rgba(253, 253, 255, 0.5);
  border-right-color: rgba(253, 253, 255, 0.5);
  border-bottom-color: rgba(253, 253, 255, 0.5);
}
.list-ui-checkout-process .list-title-img:nth-child(3) {
  border-radius: 50px 0 0 50px;
  border-top-color: rgba(253, 253, 255, 0.5);
  border-left-color: rgba(253, 253, 255, 0.5);
  border-bottom-color: rgba(253, 253, 255, 0.5);
  margin-top: -2px;
}
.list-ui-checkout-process:after {
  content: "";
  display: table;
  clear: both;
}
.list-ui-checkout-process .list-title-img:nth-child(6) {
  border-top-color: rgba(253, 253, 255, 0.5);
  border-radius: 0 3px 50px 0;
  margin-right: -2px;
  margin-top: -3px;
}
.list-ui-checkout-process .list-title-img:nth-child(6) .list-title-img-inner:before {
  content: "";
  position: absolute;
  right: -2px;
  top: -2px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, color-stop(0, #16181c), color-stop(25%, transparent));
  background: linear-gradient(to left, #16181c 0, transparent 25%);
}
.list-ui-checkout-process .list-title-img:hover .title:before {
  border-color: #dc5d21;
}
.list-ui-checkout-process .title:after {
  width: 14px;
  height: 14px;
  background: #dc5d21;
  top: -7px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.list-ui-checkout-process .list-title-img:hover .title:after {
  opacity: 1;
}
/*fitness app*/
.scene--bg-white-smoke button a {
  color: #16181c;
}
.design-concepts {
  position: relative;
  z-index: 200;
  overflow: hidden;
  -webkit-transition: background 0.9s ease-out;
  transition: background 0.9s ease-out;
}
.section--concept.section--bg-fitness {
  /*background: #92c0e0;*/
  background: linear-gradient(to bottom, #f4f7fe, #ffffff);
}
.design-concepts .sec-title {
  color: #16181c;
}
.design-concepts .sec-para {
  color: #000;
  opacity: 0.8;
}
.scene--bg-fitness nav ul li a {
  color: #23252c;
}
.scene--bg-fitness nav ul li p {
  color: #23252c;
}
.scene--bg-fitness .logo a {
  color: #23252c;
}
.scene--bg-fitness .btn-demo {
  color: #23252c;
  border: 1px solid #23252c;
}
.scene--bg-fitness .btn-demo a {
  color: #23252c;
}
.section--bg-workout-book-2 .sec-title {
  color: #16181c;
}
.section--bg-workout-book-2 .sec-para {
  color: #16181c;
  opacity: 0.8;
}
.section--concept {
  padding: 80px 0;
  position: relative;
  min-height: 100vh;
  height: 1px;
}
.section--concept {
  display: table;
  width: 100%;
  text-align: center;
}
.section--concept .container {
  display: table-cell;
  vertical-align: middle;
}
.concept__gallery {
  position: relative;
  margin: 62px auto 0px;
}
.concept__gallery-item:nth-child(1) {
  left: 13%;
}
/*.concept__gallery-item:nth-child(1), .concept__gallery-item:nth-child(5) {
    width: 15%;
    max-width: 240px;
}*/
.concept__gallery-item {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.concept__gallery-item:nth-child(2) {
  left: 22.5%;
}
.concept__gallery-item:nth-child(2), .concept__gallery-item:nth-child(4) {
  width: 25%;
  max-width: 320px;
  z-index: 2;
}
.concept__gallery-item:nth-child(3) {
  margin: 0 auto;
  width: 30%;
  max-width: 350px;
  z-index: 3;
  position: relative;
  top: 25px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.concept__gallery-gif {
  position: absolute;
  left: 48%;
  top: 2.7%;
  height: 86%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 31px;
}
.concept__gallery-item:nth-child(4) {
  right: 22.5%;
}
.concept__gallery-item:nth-child(5) {
  right: 13%;
}
.concept__gallery-item:nth-child(1), .concept__gallery-item:nth-child(5) {
  width: 30%;
  max-width: 293px;
}
.concept__gallery li {
  list-style: none;
}
.section--concept.section--bg-multiselection {
  background: -webkit-gradient(linear, right top, left top, from(#fff), to(#fff));
  background: linear-gradient(to left, #fff, #fff);
}
.section--concept.section--bg-multiselection .row {
  direction: rtl;
}
.section--concept .col {
  vertical-align: middle;
  text-align: center;
  direction: ltr;
  float: none;
  display: inline-block;
  margin-left: -0.35em;
}
.section--concept .col:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.35em;
}
.concept__img-wrap {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  max-width: 440px;
  width: 75%;
}
.concept__img {
  /* -webkit-box-shadow: 2px 3px 20px 0 rgba(0,0,0,0.3);
    box-shadow: 2px 3px 20px 0 rgba(0,0,0,0.3);*/
  width: auto;
}
.concept__gif {
  position: absolute;
  top: 3%;
  left: 116px;
  width: auto;
  height: 94%;
  border-radius: 20px;
}
.section--concept .col .concept__desc {
  text-align: left;
  max-width: 100%;
  margin-left: 40px;
}
.concept__desc {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 770px;
  color: #ffffff;
}
.concept__title {
  font-size: 66px;
  margin: 0 0 20px;
  color: #16181c;
}
.concept__content {
  font-size: 20px;
  margin-bottom: 60px;
  color: #16181c;
}
.btn--arrow:after {
  content: "→";
  font-family: Arial, sans-serif;
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
  display: inline-block;
  margin-left: 5px;
  vertical-align: top;
}
.btn--arrow {
  position: relative;
}
/*end fitness app*/
/*ui design process*/
ul.timeline {
  list-style-type: none;
  position: relative;
  z-index: 1;
}
ul.timeline:before {
  content: " ";
  background: #fff;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
  z-index: 400;
}
ul.timeline > li {
  margin: 90px 0;
  padding-left: 20px;
}
ul.timeline > li:before {
  content: " ";
  background: #fff;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #fff;
  left: 23px;
  width: 15px;
  height: 15px;
  z-index: 400;
}
.mt {
  margin-top: -30px;
}
.mt h2 {
  font-size: 30px;
}
.mt p {
  font-size: 20px;
  opacity: 0.8;
}
.mt img {
  margin-left: 30px;
  margin-top: 20px;
}
.section-design-process {
  background-color: #16181c;
  padding: 90px 0px 0px;
  margin: -3px 0px 0px;
}
.section-design-process .section-title-heading {
  text-align: center;
  margin-bottom: 0px;
}
/*end ui design process*/
/*end ui ux page*/
/*contact us*/
/*.news-bit{
    margin-top:40px;
}*/
#customers-testimonials .shadow-effect p {
  font-family: inherit;
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 17px 0;
  font-weight: 300;
  color: #000;
}
.testimonial-name {
  margin: -17px auto 0;
  display: table;
  width: auto;
  background: #3190E7;
  padding: 9px 35px;
  border-radius: 12px;
  text-align: center;
  color: #fff;
  box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}
#customers-testimonials .item {
  text-align: center;
  padding: 25px;
  margin-bottom: 0;
  opacity: 0.2;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  max-width: 90px;
  margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span, #customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #f1481d;
  opacity: 1;
  -webkit-transform: translate3d(0px, -50%, 0px) scale(0.7);
  transform: translate3d(0px, -50%, 0px) scale(0.7);
  border-radius: 100px;
}
#customers-testimonials.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #f1481d;
  display: inline-block;
  opacity: 0.4;
  height: 20px;
  margin: 0 2px 5px;
  -webkit-transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  -webkit-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 15px;
  height: 15px;
  border-radius: 100px;
}
.customers-testimonials-box {
  background: #fffaf9;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0px 60px;
}
#customers-testimonials h5 {
  font-size: 24px;
  color: #16181c;
}
#customers-testimonials .fa {
  color: #f1481d;
  margin-right: 5px;
}
#customers-testimonials .date-review {
  color: #9d9d9d;
  font-size: 16px;
}
#customers-testimonials h4 {
  font-size: 24px;
  color: #000;
  font-weight: 600;
}
#customers-testimonials p {
  font-size: 20px;
  color: #000;
  opacity: 0.8;
  width: 744px;
  text-align: center;
  margin: 0 auto;
}
.customers-testimonials-box .btn {
  font-size: 18px;
  outline: none;
  text-align: center;
  border-radius: 55px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 13px 30px 15px;
  display: inline-block;
  min-width: 230px;
  border: 0;
  font-family: "Vollkorn", serif;
}
.abc {
  margin-top: 30px;
}
.section-inquiry {
  background: #fff;
  padding: 100px 0px;
}
.section-inquiry .sec-title {
  margin: 0 auto 35px;
  color: #16181c;
  font-size: 66px;
  font-family: "Vollkorn", serif;
  font-weight: normal;
  text-align: center;
}
.mails-list__item-mail {
  color: #16181c;
}
.mails-list {
  text-align: left;
  margin-left: -15px;
  margin-right: -15px;
}
.mails-list__item {
  float: left;
  width: 50%;
  padding: 0 15px;
  margin: 20px 0;
}
.mails-list__item-title {
  font: 24px "Radikal", Helvetica, Arial, sans-serif;
  color: #23252c;
  margin: 0 0 10px;
}
.mails-list__item-desc {
  color: rgba(35, 37, 44, 0.5);
  margin-bottom: 20px;
}
.mails-list__item-mail:hover {
  color: #16181c;
}
/****** CODE ******/
.file-upload {
  display: block;
  text-align: center;
  font-family: "Vollkorn", serif;
  font-size: 12px;
  margin: 25px 0px;
}
.file-upload .file-select {
  display: block;
  border: 2px solid #f1481d26;
  color: #34495e;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  text-align: left;
  background: #FFFFFF;
  overflow: hidden;
  position: relative;
}
.file-upload .file-select .file-select-button {
  background: #f1481d26;
  padding: 0 10px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}
.file-upload .file-select .file-select-name {
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
}
.file-upload .file-select:hover {
  border-color: #f1481d;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.file-upload .file-select:hover .file-select-button {
  background: #f1481d;
  color: #FFFFFF;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.file-upload.active .file-select {
  border-color: #393c3a;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.file-upload.active .file-select .file-select-button {
  background: #393c3a;
  color: #FFFFFF;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.file-upload .file-select input[type=file] {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.file-upload .file-select.file-select-disabled {
  opacity: 0.65;
}
.file-upload .file-select.file-select-disabled:hover {
  cursor: default;
  display: block;
  border: 2px solid #dce4ec;
  color: #34495e;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  margin-top: 5px;
  text-align: left;
  background: #FFFFFF;
  overflow: hidden;
  position: relative;
}
.file-upload .file-select.file-select-disabled:hover .file-select-button {
  background: #dce4ec;
  color: #666666;
  padding: 0 10px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}
.file-upload .file-select.file-select-disabled:hover .file-select-name {
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
}
.section--map {
  position: relative;
  height: 600px !important;
  padding: 150px 0;
  min-height: initial !important;
  display: block !important;
}
.section--map .map-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  text-align: initial;
}
.section--map .mapboxgl-control-container {
  display: none;
}
.section--map .blur {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 600px;
}
.section--map .mobile-hidden {
  display: block;
  text-align: left;
}
.section .col .section-title-heading {
  text-align: left;
  margin-bottom: 0;
}
.section--map .section-title-heading {
  pointer-events: none;
}
.section--map .section-title-heading .section__title {
  margin-left: 0;
  margin-bottom: 0;
  width: 360px;
  text-align: left;
}
.section--map .address-block {
  text-align: left;
  margin-bottom: 20px;
  cursor: pointer;
  display: inline-block;
}
.section--map .address-block__title {
  font: 24px "Radikal", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  height: 30px;
  margin-bottom: 10px;
}
.section--map .address-block .splitter.isAppeared {
  width: 90px;
  min-width: 90px;
  max-width: 90px;
}
.section--map .address-block .splitter.isAppearanceAnimationCompleted {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.section--map .address-block .splitter {
  height: 2px;
  width: 0;
  min-width: 0;
  opacity: 0.4;
  background-color: #ffffff;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
.section--map .address-block__value {
  opacity: 0.6;
  font: 16px "BrandonText", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  margin-top: 15px;
}
.section--map .address-block {
  text-align: left;
  margin-bottom: 50px;
  cursor: pointer;
  display: inline-block;
}
.section--map .desktop-hidden {
  display: none;
}
.section--map .address-value-mob {
  margin-top: 180px;
  opacity: 0.8;
  height: 48px;
  font: 16px "BrandonText", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}
.section--map .hide {
  display: none;
}
.section--map .address-value-mob {
  margin-top: 180px;
  opacity: 0.8;
  height: 48px;
  font: 16px "BrandonText", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}
.section--map .address-block-mob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 180px;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.section--map .address-block-mob .splitter-mob {
  height: 2px;
  width: 90px;
  opacity: 0.4;
  background-color: #ffffff;
}
.section--map .selected .splitter-mob {
  background-color: #f16522;
  opacity: 1;
}
.section--map .address-block:hover .splitter.isAppeared {
  width: 170px;
  min-width: 170px;
  max-width: 170px;
}
.section--map .address-block .splitter.isAppearanceAnimationCompleted {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.section--map .sec-title {
  margin: 0 auto 35px;
  color: #fff;
  font-size: 66px;
  font-family: "Vollkorn", serif;
  font-weight: normal;
  text-align: left;
  line-height: 80px;
}
/*end contat us*/
/*portfolio*/
.section-portfolio-header-bg {
  display: table;
  background-color: #fff;
  padding: 120px 0px;
  min-height: 100vh;
  height: 1px;
  width: 100%;
  text-align: center;
}
.section-portfolio-header-bg .container {
  display: table-cell;
  vertical-align: middle;
}
.section-portfolio-header-bg .sec-title {
  font-size: 66px;
  line-height: 85px;
  margin: 0px auto 12px;
  font-family: "Vollkorn", serif;
  font-weight: normal;
  text-align: center;
  color: #000;
}
.section-portfolio-header-bg .sec-para {
  color: #000;
  opacity: 0.9;
}
.section-portfolio-header-bg hr {
  width: 180px;
  text-align: center;
  margin: 20px auto;
  border: 1px solid #DC5D21;
}
.mozilx-img {
  margin-left: -190px;
}
.section--top {
  min-height: 100vh;
  height: 1px;
}
.section--top {
  display: table;
  width: 100%;
  text-align: center;
}
/*.section {
    padding: 120px 0;
    text-align: center;
}*/
/*.section--bg-white-smoke {
    background-color: #f5f5f5;
}*/
.scene--bg-white-smoke .btn-demo {
  border: 1px solid #000;
  color: #000;
}
.scene--bg-white-smoke .btn-demo:hover {
  border: 1px solid #fff;
  color: #fff;
}
/*end portfolio*/
/*start chatbot devlopment*/
.section-chatbot-header-bg {
  display: table;
  background-color: #16181c;
  padding: 120px 0px;
  min-height: 100vh;
  height: 1px;
  width: 100%;
  text-align: center;
}
.section-chatbot-header-bg .container {
  display: table-cell;
  vertical-align: middle;
}
.section-chatbot-header-bg .sec-title {
  font-size: 66px;
  line-height: 85px;
  margin: 0px auto 12px;
  font-family: "Vollkorn", serif;
  font-weight: normal;
  text-align: center;
  color: #fff;
}
.section-chatbot-header-bg hr {
  width: 180px;
  text-align: center;
  margin: 20px auto;
  border: 1px solid #DC5D21;
}
.section-howwedo {
  padding: 85px 0px 90px;
  text-align: center;
}
.section-howwedo .sec-title {
  margin: 0 auto 60px;
  color: #16181c;
  font-size: 60px;
  font-family: "Vollkorn", serif;
  font-weight: normal;
  text-align: center;
  line-height: 65px;
}
.section-howwedo .sec-para {
  font-size: 20px;
  margin: 0 auto;
  max-width: 960px;
  color: rgba(23, 39, 53, 0.7);
  text-align: center;
  font-family: "Vollkorn", serif;
  padding-bottom: 20px;
}
.section-help {
  background-color: #16181c;
  padding: 70px 0px 30px;
  margin-bottom: -3px;
}
.section-help .sec-title {
  line-height: 90px;
}
/*.section-help .list-work:before {
    height: 190%;
}*/
.section-help ul li {
  list-style: none;
}
.section-help .img-wrap {
  margin-bottom: 35px;
}
.section-help .text1 {
  color: #fff;
  padding: 0px 20px;
  opacity: 0.8;
}
.sec-dev-platform .sec-title {
  line-height: 70px;
}
.sec-dev-platform .sec-para {
  padding-bottom: 20px;
}
.section-chatbot-tech .sec-title {
  line-height: 92px;
}
.section-chatbot-tech .sec-title {
  margin: 0 auto 20px;
}
/*end chatbot development*/
/*cryptocurrency page*/
.section-cryptocurrency-header-bg {
  display: table;
  background-color: #16181c;
  padding: 120px 0px;
  min-height: 100vh;
  height: 1px;
  width: 100%;
  text-align: center;
}
.section-cryptocurrency-header-bg .container {
  display: table-cell;
  vertical-align: middle;
}
.section-cryptocurrency-header-bg .sec-title {
  font-size: 66px;
  line-height: 100px;
  margin: 0px auto 12px;
  font-family: "Vollkorn", serif;
  font-weight: normal;
  text-align: center;
  color: #fff;
}
.section-cryptocurrency-header-bg hr {
  width: 180px;
  text-align: center;
  margin: 20px auto;
  border: 1px solid #DC5D21;
}
.blockchain-technology {
  padding: 75px 0px 50px;
}
.blockchain-process {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
}
.blockchain-technology .sec-title {
  margin: 0 auto 27px;
  color: #16181c;
  font-size: 60px;
  font-family: "Vollkorn", serif;
  font-weight: normal;
  text-align: center;
  line-height: 85px;
}
.blockchain-technology .sec-para {
  font-size: 20px;
  margin: 0 auto;
  max-width: 960px;
  color: rgba(23, 39, 53, 0.7);
  text-align: center;
  font-family: "Vollkorn", serif;
  padding-bottom: 20px;
}
.section-crypto {
  background-color: #16181c;
  padding: 90px 0px 30px;
}
.section-crypto .sec-title {
  line-height: 90px;
  margin: 0 auto 25px;
}
.section-crypto .sec-para {
  font-size: 20px;
  margin: 0 auto;
  max-width: 960px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.section-crypto ul li {
  list-style: none;
}
.section-crypto .img-wrap {
  margin-bottom: 35px;
}
.section-crypto .text1 {
  color: #fff;
  padding: 0px 40px;
}
.section-blockchain-platform {
  padding: 75px 0px 30px;
  background: #16181c;
}
.section-blockchain-platform .sec-title {
  margin: 0 auto 27px;
  color: #fff;
  font-size: 60px;
  font-family: "Vollkorn", serif;
  font-weight: normal;
  text-align: center;
  line-height: 85px;
}
.section-blockchain-platform .sec-para {
  font-size: 20px;
  margin: 0 auto;
  max-width: 960px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-family: "Vollkorn", serif;
  padding-bottom: 20px;
}
/*.section-blockchain-platform .list-work:before {
    height: 116%;
}*/
.section-blockchain-platform ul li {
  list-style: none;
}
.section-blockchain-platform .img-wrap {
  margin-bottom: 35px;
}
.section-blockchain-platform .text1 {
  color: rgba(255, 255, 255, 0.8);
  padding: 0px 40px;
}
.section-blockchain-platform .list-work .title {
  color: #fff;
  margin: 0 0 25px;
}
.section-crypto-solution {
  background-color: #16181c;
  padding: 73px 0px 10px;
  margin-top: -3px;
}
.section-crypto-solution .sec-title {
  margin: 0 auto 40px;
  color: #fff;
  font-size: 55px;
  font-family: "Vollkorn", serif;
  font-weight: normal;
  text-align: center;
  line-height: 85px;
}
.section-crypto-solution .description-list .title {
  float: left;
  width: 33.3%;
  font-size: 30px;
  position: relative;
  padding-bottom: 20px !important;
  max-width: 400px;
  color: #fff;
  font-weight: normal;
}
.section-crypto-solution .text1 {
  float: right;
  width: 66.6%;
  padding-top: 12px;
  max-width: 800px;
  margin: 0;
  opacity: 0.8;
  color: #fff;
}
.list-work {
  position: relative;
}
/*end cryptocurrency  page*/
/*blog*/
.blog-detail-banner-des p a {
  text-decoration: underline;
  color: #16181c;
}
.blog-home-list .sec-title {
  color: #16181c;
  line-height: 80px;
  margin-bottom: 80px;
  font-size: 50px;
}
.blog-home-list {
  margin-bottom: 70px;
  background-image: linear-gradient(to bottom, #f9f9f9, #ffffff);
  padding-top: 50px;
}
.blog-home-list .blog-article .entry-content {
  height: 290px !important;
}
.blog-home-list .entry-summary p a {
  opacity: 0.8;
}
/*secondery menu*/
.blog-category-filter {
  margin: 100px 0px 20px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.blog-filter ul {
  display: flex;
  list-style: none;
  padding: 5px 10px;
}
.blog-filter ul li {
  padding: 0px 10px;
}
.blog-filter ul li a {
  color: #979da4;
}
.blog-filter ul li a.active {
  color: #16181c;
}
.blog-filter ul li a:hover {
  color: #16181c;
}
/*end secondry menu*/
.blog-posts-list .highlighted-article {
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(173, 173, 173, 0.32);
  margin-bottom: 48px;
  transition: box-shadow 0.15s ease;
  position: relative;
}
.blog-posts-list .highlighted-article article {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-posts-list .highlighted-article .entry-image {
  margin-right: 48px;
  max-width: 40%;
}
.blog-posts-list .highlighted-article .entry-image {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  position: relative;
}
.blog-posts-list .highlighted-article .entry-image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.blog-posts-list .highlighted-article .entry-image img {
  width: 100%;
  height: 300px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  padding: 10px;
}
.blog-posts-list .highlighted-article .updated {
  /*   font-size: .875rem;*/
  color: #fff;
  clear: both;
  position: absolute;
  right: 8px;
  bottom: 8px;
  background: rgba(23, 39, 53, 0.7);
  padding: 2px 4px;
}
.blog-posts-list .highlighted-article .entry-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  padding: 20px 48px 20px 0;
}
.blog-posts-list .highlighted-article .entry-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  padding: 20px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.blog-posts-list .post-categories {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
  display: inline-block;
  width: 100%;
}
.blog-posts-list .post-categories li {
  position: relative;
  float: left;
}
.blog-posts-list .highlighted-article .entry-content a {
  color: #172735;
}
.blog-posts-list .post-categories li a {
  /*   font-size: .875rem;*/
  color: #172735;
  position: relative;
  z-index: 1;
  display: block;
}
.blog-posts-list .post-categories li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background: linear-gradient(90deg, #5f35d4, #62ebff);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
}
.blog-posts-list .post-categories li a:after {
  content: "";
  width: 100%;
  height: 1px;
  background-image: linear-gradient(90deg, #5f35d4, #62ebff);
  display: block;
}
.blog-posts-list .highlighted-article h1 {
  font-size: 30px;
  line-height: 1.29;
  margin-bottom: 12px;
  color: #16181c;
  margin-top: 0px;
}
.blog-posts-list .highlighted-article p {
  font-size: 18px;
  line-height: 1.57;
  margin-bottom: 15px;
  color: #16181c;
  font-weight: normal;
  opacity: 0.8;
  font-family: "Vollkorn", serif;
}
/*.blog-posts-list .highlighted-article .entry-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}*/
/*.blog-posts-list .entry-meta {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}*/
.blog-posts-list .highlighted-article .entry-meta .author:not(.vcard):first-child {
  margin-right: 24px;
  margin-bottom: 12px;
}
.blog-posts-list .highlighted-article .entry-meta .author {
  margin-top: 0;
  margin-bottom: 0 !important;
}
/*.blog-posts-list .entry-meta .author {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
}*/
/*.blog-posts-list .entry-meta, .blog-posts-list .entry-meta .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
}*/
.blog-posts-list .highlighted-article .entry-meta .author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 8px;
}
.blog-posts-list .highlighted-article .entry-meta .author-avatar img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog-posts-list .highlighted-article .entry-meta .author-info {
  height: 40px;
  /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;*/
}
.blog-posts-list .entry-meta, .blog-posts-list .entry-meta .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
}
.blog-posts-list .blog-article {
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(173, 173, 173, 0.32);
  margin-bottom: 48px;
  transition: box-shadow 0.15s ease;
}
.blog-posts-list .blog-article .entry-image {
  margin-bottom: 20px;
  position: relative;
  margin: 20px auto;
  text-align: center;
}
.blog-posts-list .blog-article .entry-image img {
  width: 250px;
  height: 250px;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 0 0;
  object-position: 0 0;
  padding: 10px;
}
.blog-posts-list .blog-article .entry-image .updated {
  position: absolute;
  right: 8px;
  bottom: 8px;
  background: rgba(23, 39, 53, 0.7);
  color: #fff;
  padding: 2px 4px;
}
.blog-posts-list .blog-article .entry-content {
  height: 350px;
}
.blog-posts-list .blog-article .entry-content {
  padding: 0 24px 55px;
  position: relative;
  /* height: 255px;*/
  /*   display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: end;
    align-content: flex-end;*/
}
.blog-posts-list .blog-article .entry-content a {
  color: #172735;
}
.blog-posts-list .blog-article .entry-content a {
  color: #172735;
}
.blog-posts-list .blog-article .entry-content h2 {
  letter-spacing: 0;
  font-size: 25px;
  color: #16181c;
  line-height: 35px;
  margin-top: 0px;
}
.blog-posts-list footer {
  position: absolute;
  bottom: 15px;
  left: 24px;
}
.blog-posts-list .blog-article .entry-content .entry-summary p {
  margin-bottom: 35px;
  color: #16181ca1;
  /*opacity: 0.8;*/
  font-size: 18px;
}
.blog-posts-list .entry-meta .author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 8px;
}
.blog-posts-list .entry-meta .author-avatar img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog-posts-list .entry-meta .author-info {
  height: 28px;
  padding-top: 10%;
}
.blog-posts-list .entry-meta .author-info p {
  margin-bottom: 0;
  color: #16181c;
  font-size: 16px;
}
.blog-posts-list .col-lg-4 {
  padding-right: 15px;
  padding-left: 15px;
}
.blog-posts-list .blog-article:hover {
  box-shadow: 0 8px 10px 0 rgba(173, 173, 173, 0.32);
}
#wrap {
  margin: 0px;
  display: inline-block;
  position: relative;
  height: 60px;
  float: right;
  padding: 0;
  position: relative;
  top: -55px;
  outline: none;
}
#wrap input[type="text"] {
  height: 32px;
  font-size: 18px;
  display: inline-block;
  /* font-family: 'Vollkorn', serif; */
  /* font-weight: 100; */
  border: none;
  outline: none;
  color: #555;
  padding: 3px;
  padding-right: 60px;
  width: 0px;
  position: absolute;
  top: 13px;
  right: 0;
  background: none;
  z-index: 3;
  transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
  cursor: pointer;
}
#wrap input[type="text"]:focus:hover {
  border-bottom: 1px solid #BBB;
  border-radius: 0px;
}
#wrap input[type="text"] {
  border-radius: 0px;
}
#wrap input[type="text"]:focus {
  width: 200px;
  z-index: 1;
  border-bottom: 1px solid #BBB;
  cursor: text;
}
#wrap input[type="submit"] {
  height: 60px;
  width: 33px;
  display: inline-block;
  color: red;
  float: right;
  background: url(../images/search1.png) center center no-repeat;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity 0.4s ease;
  outline: none;
}
#wrap input[type="submit"]:hover {
  opacity: 0.8;
}
.blog-filter select {
  display: none;
  color: #000;
}
@media (max-width: 767px) {
  .blog-filter ul {
    display: none;
  }
  .blog-filter select {
    display: block;
  }
  .blog-category-filter {
    border-top: none;
    border-bottom: none;
  }
  .blog-posts-list .highlighted-article article {
    display: block;
  }
  .blog-posts-list .highlighted-article .entry-image {
    margin-right: 0;
    max-width: 100%;
  }
  #wrap {
    top: -45px;
  }
  #wrap input[type="text"]:focus {
    width: 150px;
  }
}
/*end blog*/
/*blog listing*/
.blog-banner {
  background: #20A4FF;
  padding: 80px;
  margin-top: -32px;
}
.blog-detail-banner-des {
  padding-top: 0%;
  font-size: 20px;
}
.blog-detail-banner-title {
  text-align: center;
  padding: 0px 0px 40px;
}
.blog-banner .blog-detail-banner-title {
  padding-top: 60px;
}
.blog-detail-banner-title h1 {
  font-size: 57px;
  line-height: 75px;
  margin-bottom: 20px;
}
.blog-detail-banner-title h2 strong {
  display: block;
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 14px;
}
.blog-detail-banner-title h2 {
  font-size: 46px;
  margin: 0 0 14px;
  font-weight: normal;
}
.content-chapter {
  text-align: center;
}
.content-chapter h6 a {
  font-size: 20px;
  color: #16181c;
  font-weight: 600;
}
.content-chapter p a {
  font-size: 22px;
  color: #16181c;
}
.content-chapter h2 {
  color: #16181c;
  margin-top: 40px;
  margin-bottom: 4.5rem;
  font-size: 32px;
  line-height: 38.4px;
  font-weight: 600;
  letter-spacing: -0.18px;
}
.blog-detail-img-banner {
  margin-bottom: 0px;
  text-align: center;
}
#sdlc-basics {
  background-color: #2b50ff;
  padding: 60px 0px 70px;
}
.content-editor {
  text-align: center;
}
.content-editor h2 {
  color: #16181c;
}
.content-editor h3 {
  color: #16181c;
  font-size: 36px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 60px;
  text-align: center;
  font-weight: 600;
}
.content-editor h4 {
  color: #16181c;
  font-size: 26px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 45px;
  text-align: left;
  font-weight: 600;
  opacity: 0.9;
}
.content-editor h5 {
  color: #16181c;
  font-size: 22px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 45px;
  text-align: left;
  font-weight: 600;
}
.content-editor h6 {
  color: #16181c;
  font-size: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 45px;
  text-align: left;
  font-weight: 600;
}
.blog-detail-banner-title p {
  font-size: 22px;
}
.cta-banner-blog img {
  padding: 0px;
  margin: 0px 0px !important;
}
.content-editor h1 {
  font-size: 50px;
  text-align: left;
  padding-top: 30px;
  padding-bottom: 20px;
  color: #000;
}
.related-blog-title {
  font-size: 50px;
  text-align: center;
  color: #16181c;
  padding: 30px 0px;
}
.related-blog-editor {
  margin-top: 50px;
  margin-bottom: 70px;
}
/*.content-editor h4{
    font-size: 24px;
    text-align: left;
    color: #000;
}*/
.content-editor p {
  color: #000;
  font-size: 20px;
  padding-bottom: 0px;
  padding-top: 0px;
  opacity: 0.8;
  text-align: left;
  line-height: 33.005px;
  margin-bottom: 16px;
}
.content-editor p a {
  color: #f0560f;
  text-decoration: underline;
}
.two-col-left-m {
  margin-left: 18%;
}
.author-page-detail .author-img img {
  border-radius: 100%;
}
.blog-detail-banner-des p {
  line-height: 34.2px;
  font-size: 20px;
  margin: 0 0 16px;
}
#benefits-of-sdlc {
  background-color: #7342ff;
  padding: 60px 0px 70px;
}
#sdlc-phases {
  background-color: #ff9b25;
  padding: 60px 0px 70px;
}
#sdlc-Models {
  background-color: #05c382;
  padding: 60px 0px 70px;
}
#sdlc-best-practices {
  background-color: #ff3df2;
  padding: 60px 0px 70px;
}
#check-domain-knowledge {
  background-color: #003f69;
  padding: 60px 0px 70px;
}
#design-development {
  background-color: #00a677;
  padding: 60px 0px 70px;
}
#testing {
  background-color: #9fcbe0;
  padding: 60px 0px 70px;
}
#timeframe-communication {
  background-color: #003f69;
  padding: 60px 0px 70px;
}
#post-development-policy {
  background-color: #00a677;
  padding: 60px 0px 70px;
}
#price {
  background-color: #9fcbe0;
  padding: 60px 0px 70px;
}
.blog-detail-img {
  width: 700px;
  padding-top: 40px;
  padding-bottom: 50px;
}
.content-chapter .row {
  margin-bottom: 0px;
}
#sdlc-basics h1 {
  font-size: 66px;
  /*  font-family: "brandontext-regular", Sans-serif;*/
  font-weight: normal;
  text-align: center;
}
#benefits-of-sdlc h1 {
  font-size: 66px;
  /*font-family: "brandontext-regular", Sans-serif;*/
  font-weight: normal;
  text-align: center;
}
#sdlc-phases h1 {
  font-size: 66px;
  /*font-family: "brandontext-regular", Sans-serif;*/
  font-weight: normal;
  text-align: center;
}
#sdlc-Models h1 {
  font-size: 66px;
  /*font-family: "brandontext-regular", Sans-serif;*/
  font-weight: normal;
  text-align: center;
}
#sdlc-best-practices h1 {
  font-size: 66px;
  /*font-family: "brandontext-regular", Sans-serif;*/
  font-weight: normal;
  text-align: center;
}
.content-editor ul {
  color: #454649;
  font-size: 23px;
  margin: 0 auto 20px;
  padding-left: 30px;
  list-style-type: disc;
}
.content-editor ol {
  text-align: left;
  color: #454649;
  font-size: 23px;
  margin: 0 auto 20px;
  padding-left: 30px;
}
.content-editor ol h3 {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
}
.content-editor ol p {
  text-align: left;
}
.content-editor ol h4 {
  text-align: left;
}
.content-editor ul h4 {
  text-align: left;
}
.content-editor ul li p {
  text-align: left;
  margin-bottom: 16px;
}
.content-editor ul li h3 {
  text-align: left;
}
.content-editor ul li {
  list-style-position: initial;
  padding: 0px 0px;
}
/*end blog listing*/
/*artificial intelligence*/
body[data-page="home"].scene--bg-port-black .wowu-our-portfolio .our-portfolio {
  background: -webkit-gradient(linear, right top, left top, from(#7fc4f3), to(#7fc4f3));
  background: linear-gradient(to left, #73065c, #7fc4f3) !important;
}
.section--bg-wowu {
  margin-top: 120px;
  margin-bottom: 0px;
}
.section-ai-header-bg {
  display: table;
  background-color: #16181c;
  padding: 120px 0px;
  min-height: 100vh;
  height: 1px;
  width: 100%;
  text-align: center;
}
.section-ai-header-bg .container {
  display: table-cell;
  vertical-align: middle;
}
.section-ai-header-bg .sec-title {
  font-size: 66px;
  line-height: 87px;
  margin: 0px auto 12px;
  font-family: "Vollkorn", serif;
  font-weight: normal;
  text-align: center;
  color: #fff;
}
.section-ai-header-bg hr {
  width: 180px;
  text-align: center;
  margin: 20px auto;
  border: 1px solid #DC5D21;
}
.ai-design {
  text-align: center;
  padding: 50px 0px;
}
.section-ai-check .sec-title {
  font-size: 55px;
}
.section-ai-development .sec-title {
  font-size: 53px;
}
/*end artificial intelligence*/
/*start arvr section*/
.section-arvr-header-bg {
  display: table;
  background-color: #16181c;
  padding: 120px 0px;
  min-height: 100vh;
  height: 1px;
  width: 100%;
  text-align: center;
}
.section-arvr-header-bg .container {
  display: table-cell;
  vertical-align: middle;
}
.section-arvr-header-bg .sec-title {
  font-size: 66px;
  line-height: 87px;
  margin: 0px auto 12px;
  font-family: "Vollkorn", serif;
  font-weight: normal;
  text-align: center;
  color: #fff;
}
.section-arvr-header-bg hr {
  width: 180px;
  text-align: center;
  margin: 20px auto;
  border: 1px solid #DC5D21;
}
.section-ar-technology .sec-title {
  line-height: 40px;
  font-size: 55px;
}
.section-ar-technology .section-title-heading {
  margin-bottom: 90px;
}
/*end arvr section*/
/*menu transparent*/
body[data-page="home"] .page-header {
  -webkit-transition: background 0s ease-out;
  transition: background 0s ease-out;
}
.scene--bg-white-smoke .page-header {
  background-color: white;
}
.page-header {
  -webkit-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  z-index: 400;
}
.page-header {
  padding-bottom: 10px;
  margin: 0px 0px 0 0px;
  padding-top: 5px;
  border-bottom: none;
}
.page-header .logo {
  float: left;
  position: relative;
  margin-top: 0px;
  display: inline-block;
  height: 25px;
  z-index: 1;
}
.page-header .container {
  padding: 0 40px;
  height: 100%;
  max-width: initial;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page-header .logo__img {
  vertical-align: top;
  height: 100%;
  width: auto;
}
.page-header .main-nav-toggler {
  display: none !important;
}
.page-header .main-nav-toggler {
  position: fixed;
  right: 15px;
  top: 12px;
  width: 45px;
  height: 40px;
  padding: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.8);
  outline: none;
  z-index: 500;
}
.page-header .icon-burger {
  position: relative;
  width: 24px;
  height: 18px;
  margin: 0 auto;
}
.page-header .icon-burger__bar:nth-child(1) {
  top: 0;
}
.page-header .icon-burger__bar {
  width: 100%;
  height: 3px;
  background: #ffffff;
  display: block;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.page-header .icon-burger__bar:nth-child(2) {
  top: 8px;
}
.page-header .icon-burger__bar:nth-child(3) {
  top: 16px;
}
.page-header .main-nav {
  float: right;
  margin-top: 15px;
}
.main-nav {
  text-align: center;
}
.page-header .main-nav__item--home {
  display: none;
}
.page-header .main-nav__item {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.page-header .main-nav__item {
  margin: 0 0 0 30px;
}
.page-header .main-nav__link {
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.main-nav__link {
  font: 14px "BrandonText", Helvetica, Arial, sans-serif;
  vertical-align: middle;
  color: #ffffff;
  position: relative;
  display: inline-block;
}
.main-nav__link {
  transition: color 0.2s ease-out;
}
.main-nav__item {
  display: inline-block;
}
.page-header .container:after {
  content: "";
  display: table;
  clear: both;
}
.scene--bg-white-smoke nav ul li a {
  color: #23252c;
}
.scene--bg-white-smoke nav ul li {
  color: #23252c;
}
.scene--bg-white-smoke .logo a {
  color: #23252c;
}
.page-header.sticky {
  margin-top: 40px;
}
/*menu transparent*/
/*refund policy*/
.section-refund a {
  color: rgba(23, 39, 53, 0.7);
  text-decoration: none;
}
.section-return-header-bg {
  display: table;
  background-color: #16181c;
  padding: 120px 0px;
  min-height: 100vh;
  height: 1px;
  width: 100%;
  text-align: center;
}
.section-return-header-bg .container {
  display: table-cell;
  vertical-align: middle;
}
.section-return-header-bg .sec-title {
  font-size: 66px;
  line-height: 85px;
  margin: 0px auto 12px;
  font-family: "Vollkorn", serif;
  font-weight: normal;
  text-align: center;
  color: #fff;
}
.section-return {
  padding: 70px 0px 60px;
}
.section-return .sec-title {
  margin: 0 auto 40px;
  color: #16181c;
  font-size: 66px;
  font-family: "Vollkorn", serif;
  font-weight: normal;
  text-align: left;
  line-height: 65px;
}
.section-return .sec-para {
  font-size: 20px;
  margin: 0;
  max-width: 960px;
  color: rgba(23, 39, 53, 0.7);
  text-align: left;
  font-family: "Vollkorn", serif;
  padding-bottom: 20px;
}
.section-return ul li {
  color: #16181c;
  margin-bottom: 10px;
  margin-left: 20px;
  opacity: 0.6;
  font-size: 20px;
}
.section-return-header-bg hr {
  width: 180px;
  text-align: center;
  margin: 20px auto;
  border: 1px solid #DC5D21;
}
.section-refund {
  padding: 0px 0px 60px;
}
.section-refund .sec-title {
  margin: 0 auto 40px;
  color: #16181c;
  font-size: 60px;
  font-family: "Vollkorn", serif;
  font-weight: normal;
  text-align: left;
  line-height: 65px;
}
.section-refund .sec-para {
  font-size: 20px;
  margin: 0;
  max-width: 960px;
  color: rgba(23, 39, 53, 0.7);
  text-align: left;
  font-family: "Vollkorn", serif;
  padding-bottom: 20px;
}
.section-refund ul li {
  color: #16181c;
  margin-bottom: 10px;
  margin-left: 20px;
  opacity: 0.6;
  font-size: 20px;
}
/*end refumd policy*/
.sticky .get-btn a {
  color: #000;
}
.sticky .get-btn a:hover {
  color: #fff;
}
.section--bg-patpat {
  margin-top: 120px;
  margin-bottom: 70px;
}
.section--bg-pickable {
  margin-top: 120px;
  margin-bottom: -100px;
}
.se-mini {
  margin-top: 95px;
}
.ui-mini {
  margin-top: -106px;
}
.se-moz {
  margin-top: -130px;
}
.se-zola {
  margin-bottom: -80px;
  margin-top: 90px;
}
.se-pat {
  margin-top: -30px;
}
.sep-zola {
  margin-top: -154px;
}
/*.sep-omio{
    margin-top: -110px;
}*/
/*.sep-moz{
   margin-top: -110px;
}*/
.sep-pick {
  margin-top: -27px;
  margin-bottom: 0;
}
.sep-mini {
  margin-top: -35px;
}
.sep-fly {
  margin-top: -20px;
}
.sep-maxim {
  margin-top: 100px;
}
.light-logo {
  width: 60%;
}
.port-rad {
  padding-top: 30px;
}
.port-pat {
  padding-top: 50px;
}
.port-zolo {
  padding-top: 90px;
}
.port-omio {
  padding-top: 120px;
}
.port-moz {
  padding-top: 150px;
}
.port-pck {
  padding-top: 170px;
}
.port-mini {
  padding-top: 170px;
}
.port-fly {
  padding-top: 200px;
}
/*thankyou page*/
.section-thanku-header-bg {
  display: table;
  background-color: #fff;
  padding: 150px 0px 80px;
  min-height: 47vh;
  height: 1px;
  width: 100%;
  text-align: center;
}
.section-thanku-header-bg .container {
  display: table-cell;
  vertical-align: middle;
}
.section-thanku-header-bg .sec-title {
  font-size: 66px;
  line-height: 85px;
  margin: 0px auto 12px;
  font-family: "Vollkorn", serif;
  font-weight: normal;
  text-align: center;
  color: #000;
}
.section-thanku-header-bg .sec-para {
  color: #000;
  opacity: 0.9;
}
.section-check-portfolio .btn {
  font-size: 18px;
  outline: none;
  text-align: center;
  border-radius: 55px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 13px 30px 15px;
  display: inline-block;
  min-width: 270px;
  border: 0;
  /*position: absolute;*/
  top: 60px;
}
.section-portfolio-cta {
  /*background: #16181c;*/
  padding: 70px 0px;
}
.section-portfolio-cta .container {
  background: #f0650f12;
  padding: 20px;
  box-shadow: 2px 2px 10px #4c434226;
}
.section-portfolio-cta .sec-title {
  text-align: left;
  color: #16181c;
  margin: 0 auto 10px;
  font-size: 35px;
}
.section-portfolio-cta .sec-para {
  text-align: left;
  color: #000;
  opacity: 0.8;
}
.section-check-portfolio {
  /*  margin: 0 auto;
  text-align: center;*/
  position: relative;
}
.section-thankyou-list {
  padding: 80px 0px;
}
.portfolio-dev-icon {
  display: inline-block;
  width: 23%;
  vertical-align: middle;
}
.portfolio-dev-title {
  display: inline-block;
  width: 75%;
  vertical-align: middle;
}
.portfolio-dev-list-icon {
  display: inline-block;
  width: 12%;
  vertical-align: middle;
}
.portfolio-dev-list-title {
  display: inline-block;
  width: 75%;
  vertical-align: middle;
  color: #16181c;
}
.section-thankyou-list li {
  margin: 20px 0px;
}
/*end thankyou page*/
/*error page*/
.section-error-header-bg {
  display: table;
  background-color: #fff;
  padding: 120px 0px;
  min-height: 100vh;
  height: 1px;
  width: 100%;
  text-align: center;
}
.section-error-header-bg .container {
  display: table-cell;
  vertical-align: middle;
}
.section-error-header-bg .sec-title {
  font-size: 66px;
  line-height: 85px;
  margin: 0px auto 12px;
  font-family: "Vollkorn", serif;
  font-weight: normal;
  text-align: center;
  color: #000;
}
.section-error-header-bg .sec-para {
  color: #000;
  opacity: 0.9;
}
.error-title {
  text-align: center;
}
/*end eror page*/
/*career page*/
.we-hire {
  margin-left: 16px;
  background: #f0560f;
  padding: 5px 10px;
  border-radius: 2px;
}
.we-hire:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: 72px;
  top: 117px;
  right: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #f0560f;
}
.upload-res p {
  margin: 21px 7px -33px;
  font-size: 18px;
  font-weight: 700;
}
/*.section-career-header-bg {
    display: table;
    background-color: #16181c;
    padding: 120px 0px;
    min-height: 100vh;
    height: 1px;
    width: 100%;
    text-align: center;
}*/
.section-career-header-bg .container {
  display: table-cell;
  vertical-align: middle;
}
.section-career-header-bg .sec-title {
  font-size: 66px;
  line-height: 85px;
  margin: 0px auto 12px;
  font-family: "Vollkorn", serif;
  font-weight: normal;
  text-align: center;
  color: #fff;
}
.section-career-header-bg hr {
  width: 180px;
  text-align: center;
  margin: 20px auto;
  border: 1px solid #DC5D21;
}
.section-career-opening {
  padding: 85px 0px 90px;
  text-align: center;
}
.section-career-opening .sec-title {
  margin: 0 auto 40px;
  color: #16181c;
  font-size: 60px;
  font-family: "Vollkorn", serif;
  font-weight: normal;
  text-align: center;
  line-height: 65px;
  max-width: 1000px;
}
.section-career-opening .sec-para {
  font-size: 20px;
  margin: 0 auto;
  max-width: 960px;
  color: rgba(23, 39, 53, 0.7);
  text-align: center;
  font-family: "Vollkorn", serif;
  padding-bottom: 20px;
}
.section-career-opening .section-title-heading {
  margin-bottom: 60px;
}
/*****************************/
/* Line */
/*****************************/
.tabs-style-line nav ul {
  padding: 0 2em;
  max-width: none;
  box-shadow: inset 0 -2px #d1d3d2;
}
.tabs-style-line nav a {
  padding: 0.7em 0.4em;
  box-shadow: inset 0 -2px #d1d3d2;
  color: #74777b;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 0.8em;
  line-height: 1;
  -webkit-transition: color 0.3s, box-shadow 0.3s;
  transition: color 0.3s, box-shadow 0.3s;
}
.tabs-style-line nav a:hover, .tabs-style-line nav a:focus {
  box-shadow: inset 0 -3px #e66122;
  color: #e66122;
}
.tabs-style-line nav li.tab-current a {
  box-shadow: inset 0 -3px #e66122;
  color: #e66122 !important;
}
@media screen and (max-width: 58em) {
  .tabs-style-line nav ul {
    display: block;
    box-shadow: none;
  }
  .tabs-style-line nav ul li {
    display: block;
    -webkit-flex: none;
    flex: none;
  }
}
.tabs {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  font-weight: 300;
  font-size: 1.25em;
}
/* Nav */
.tabs nav {
  text-align: center;
  float: none;
  margin-right: 0px;
}
.tabs nav ul {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin: 0 auto;
  padding: 0;
  float: none;
  max-width: 1200px;
  list-style: none;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.tabs nav ul li {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  text-align: center;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  float: none;
}
.tabs nav a {
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
  float: none;
  text-align: center;
}
.tabs nav a span {
  vertical-align: middle;
  font-size: 0.75em;
}
.tabs nav li.tab-current a {
  color: #74777b;
}
.tabs nav a:focus {
  outline: none;
}
/* Icons */
.icon::before {
  z-index: 10;
  display: inline-block;
  margin: 0 0.4em 0 0;
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
  font-variant: normal;
  font-size: 1.3em;
  font-family: "stroke7pixeden";
  line-height: 1;
  speak: none;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-upload::before {
  content: "";
}
.icon-tools::before {
  content: "";
}
.icon-plane::before {
  content: "";
}
.icon-joy::before {
  content: "";
}
.icon-plug::before {
  content: "";
}
.icon-home::before {
  content: "";
}
.icon-gift::before {
  content: "";
}
.icon-display::before {
  content: "";
}
.icon-date::before {
  content: "";
}
.icon-config::before {
  content: "";
}
.icon-coffee::before {
  content: "";
}
.icon-camera::before {
  content: "";
}
.icon-box::before {
  content: "";
}
/* Content */
.content-wrap {
  position: relative;
}
.content-wrap section {
  display: none;
  margin: 0 auto;
  padding: 1em;
  max-width: 1200px;
  text-align: center;
}
.content-wrap section.content-current {
  display: block;
}
.content-wrap section p {
  margin: 0;
  padding: 0.75em 0;
  color: rgba(40, 44, 42, 0.05);
  font-weight: 900;
  font-size: 4em;
  line-height: 1;
}
/* Fallback */
.no-js .content-wrap section {
  display: block;
  padding-bottom: 2em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.no-flexbox nav ul {
  display: block;
}
.no-flexbox nav ul li {
  min-width: 15%;
  display: inline-block;
}
@media screen and (max-width: 58em) {
  .tabs nav a.icon span {
    display: none;
  }
  .tabs nav a:before {
    margin-right: 0;
  }
}
.section-career-opening .jobbox {
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-top: 20px;
  padding: 12px 8px;
}
.section-career-opening .jobbox a {
  cursor: pointer;
}
.section-career-opening .jobbox h3 {
  font-size: 20px;
  font-weight: normal;
  color: #16181c;
  text-align: left;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  line-height: 21px;
  margin-top: 0px;
  margin-bottom: 0;
}
.pd-top-10 {
  padding-top: 10px;
}
.darkred-color {
  color: #e66122;
  font-size: 18px;
}
.graycolor {
  color: #a3a2a2;
  font-size: 18px;
}
.section-career-opening .jobbox:hover {
  background: #f9f9f9;
  border: 1px solid #e66122;
}
#myModal5 .modal-title {
  font-size: 24px;
  color: #16181c;
}
#myModal5 .modal-body p {
  font-size: 18px;
  color: #000;
  opacity: 0.8;
}
#myModal5 .modal-body h3 {
  font-size: 20px;
  color: #16181c;
}
#myModal5 .modal-body ul {
  margin-left: 20px;
  color: #000;
  font-size: 18px;
  opacity: 0.8;
}
#myModal5 .modal-dialog {
  width: 800px;
  margin: 30px auto;
}
#myModal5 .input__field--hoshi {
  margin-top: 1em;
  padding: 1.5em 0.45em 0.25em;
  width: 100%;
  background: transparent;
  color: #000;
}
#myModal5 .input__label-content--hoshi {
  position: absolute;
  font-size: 16px;
  font-weight: normal;
}
#myModal5 .input__label--hoshi::after {
  margin-top: 3px;
  border-bottom: 4px solid #e66122;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
#myModal5 .modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/*end career page*/
*::-moz-selection {
  background: #f0560f;
  color: #fff;
}
*::selection {
  background: #f0560f;
  color: #fff;
}
/*new contact us css*/
/*set1 css*/
.input {
  position: relative;
  z-index: 1;
  display: inline-block;
  /*margin: 1em;*/
  max-width: 100%;
  width: calc(100% - 2em);
  vertical-align: top;
}
.input__field {
  position: relative;
  display: block;
  float: right;
  padding: 0.8em;
  width: 60%;
  border: none;
  border-radius: 0;
  background: #f0f0f0;
  color: #aaa;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-appearance: none;
  /* for box shadows to show on iOS */
}
.input__field:focus {
  outline: none;
}
.input__label {
  display: inline-block;
  float: right;
  padding: 0 1em;
  width: 40%;
  color: #fff;
  font-weight: bold;
  font-size: 70.25%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.input__label-content {
  position: relative;
  display: block;
  padding: 1.6em 0;
  width: 100%;
}
.graphic {
  position: absolute;
  top: 0;
  left: 0;
  fill: none;
}
.icon {
  color: #ddd;
  font-size: 150%;
}
/* Individual styles */
/* Hoshi */
.input--hoshi {
  overflow: hidden;
}
.input__field--hoshi {
  margin-top: 1em;
  padding: 1.5em 0.45em 0.25em;
  width: 100%;
  background: transparent;
  color: #fff;
}
/*textarea.input__field--hoshi {
    margin-top: 15px;
    padding: 0;
    width: 100%;
    background: transparent;
    color: #fff;
}
textarea.input__field:focus {
    outline: none;
    margin-top: 39px;
}*/
.input__label--hoshi {
  position: absolute;
  bottom: -14px;
  left: 0;
  padding: 0 0.25em;
  width: 100%;
  height: calc(100% - 1em);
  text-align: left;
  pointer-events: none;
}
.input__label-content--hoshi {
  position: absolute;
}
.input__label--hoshi::before, .input__label--hoshi::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 10px);
  border-bottom: 1px solid #B9C1CA;
}
.input__label--hoshi::after {
  margin-top: 2px;
  border-bottom: 4px solid #e66122;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.input__label--hoshi-color-1::after {
  border-color: #f1481e;
}
.input__label--hoshi-color-2::after {
  border-color: #0fa;
}
.input__label--hoshi-color-3::after {
  border-color: #f50;
}
.input__field--hoshi:focus + .input__label--hoshi::after, .input--filled .input__label--hoshi::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.input__field--hoshi:focus + .input__label--hoshi .input__label-content--hoshi, .input--filled .input__label-content--hoshi {
  -webkit-animation: anim-1 0.3s forwards;
  animation: anim-1 0.3s forwards;
}
@-webkit-keyframes anim-1 {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(-1em, -40%, 0);
    transform: translate3d(-1em, -40%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0);
  }
}
@keyframes anim-1 {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(-1em, -40%, 0);
    transform: translate3d(-1em, -40%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0);
  }
}
/*end set1 css*/
/*upload css*/
/*----------------------------
    The file upload form
-----------------------------*/
#upload {
  /*font-family: 'PT Sans Narrow', sans-serif;*/
  /* background-color: #373a3d;
    background-image: -webkit-linear-gradient(top, #373a3d, #313437);
    background-image: -moz-linear-gradient(top, #373a3d, #313437);
    background-image: linear-gradient(top, #373a3d, #313437);*/
  width: auto;
  padding: 30px;
  border-radius: 3px;
  margin: 0px auto 0px;
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);*/
}
#myModal3 .modal-body {
  padding: 0px !important;
}
#myModal3 .modal-header {
  padding: 15px;
  border-bottom: none !important;
}
#drop {
  /* background-color: #2E3134;*/
  padding: 40px 50px;
  margin-bottom: 30px;
  border: 1px dashed #7f858a;
  border-radius: 3px;
  /*
    border-image: url('../img/border-image.png') 25 repeat;*/
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #7f858a;
}
#drop a {
  background-color: #f16522;
  padding: 12px 26px;
  color: #fff;
  font-size: 14px;
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
  margin-top: 12px;
  line-height: 1;
}
#drop a:hover {
  background-color: #f16522;
}
#drop input {
  display: none;
}
#upload ul {
  list-style: none;
  margin: 0 -30px;
  /*border-top:1px solid #2b2e31;
    border-bottom:1px solid #3d4043;*/
}
#upload ul li {
  background-color: #16181c;
  background-image: -webkit-linear-gradient(top, #16181c, #16181c);
  background-image: -moz-linear-gradient(top, #16181c, #16181c);
  background-image: linear-gradient(top, #16181c, #16181c);
  border-top: 1px solid #16181c;
  border-bottom: 1px solid #16181c;
  padding: 15px;
  height: 89px;
  position: relative;
}
#upload ul li input {
  display: none;
}
#upload ul li p {
  width: 225px;
  overflow: hidden;
  white-space: nowrap;
  color: #EEE;
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  top: 20px;
  left: 100px;
}
#upload ul li i {
  font-weight: normal;
  font-style: normal;
  color: #7f7f7f;
  display: block;
}
#upload ul li canvas {
  top: 15px;
  left: 32px;
  position: absolute;
}
#upload ul li span {
  width: 15px;
  height: 12px;
  /* background: url('../img/icons.png') no-repeat; */
  position: absolute;
  top: 34px;
  right: 33px;
  cursor: pointer;
}
#upload ul li.working span {
  height: 16px;
  background-position: 0 -12px;
}
#upload ul li.error p {
  color: #fff;
}
/*end upload css*/
/*end new contact css*/
/*nodejs page*/
.section-node-header {
  background: #16181c;
  padding: 120px 20px;
  min-height: 550px;
  /* height: 1em; */
  height: auto;
}
.node-detail-banner-des {
  padding-top: 0;
}
.node-detail-banner-des h2 {
  font-size: 50px;
}
.node-detail-list {
  margin-top: 50px;
}
.node-detail-list-inner {
  margin-top: 20px;
}
.node-detail-list-point {
  border: 1px solid #f0560f;
}
.node-detail-list-point p {
  text-align: center;
  padding: 10px 0px 0px;
  font-size: 20px;
}
.php-dev-title .sec-title {
  font-size: 55px;
}
.vue-title .sec-title {
  font-size: 54px;
}
.node-detail-list-point:hover {
  /*background: #f0560f;*/
  color: #fff;
  border: 1px solid #f0560f;
  /*box-shadow:-1px 1px 3px #FF5722;*/
}
.content-node {
  display: none;
}
.content-node ul {
  display: inline-block;
  margin-bottom: 0px;
}
.content-node ul li {
  list-style-type: none;
  float: left;
  padding: 10px 50px;
}
.content-node ul li a {
  color: #000;
  font-size: 20px;
}
.section-why-codify {
  background-color: #16181c;
  padding: 70px 0px 70px;
  margin-top: -3px;
}
.section-why-codify .section-title-heading {
  margin-bottom: 70px;
}
.section-why-codify .sec-title {
  margin: 0 auto 35px;
  color: #fff;
  font-size: 66px;
  font-family: "brandontext-regular", Sans-serif;
  font-weight: normal;
  text-align: center;
}
.section-why-codify .sec-para {
  padding: 5px 0px 8px;
}
.section-why-codify .sec-para {
  font-size: 20px;
  margin: 0 auto;
  max-width: 960px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
#why-codify-indi .platform-icon-text {
  display: table;
  width: 100%;
  margin: 0;
}
#why-codify-indi .platform-icons li {
  list-style: none;
}
#why-codify-indi .list-title-img {
  padding: 0 15px;
  display: table-cell;
}
#why-codify-indi .platform-icons .img-wrap {
  display: block;
  margin-bottom: 25px;
}
#why-codify-indi .platform-icons .title {
  font-size: 24px;
  margin: 0;
  color: #fff;
  text-align: left;
}
.list-title-para {
  text-align: left;
}
.list-title-para hr {
  width: 100px;
  border-top: 1px solid #f0560f;
}
.list-title-para .sec-para {
  text-align: left;
}
.web-technology-sevices ul li a {
  color: #16181c;
}
.web-technology-sevices {
  padding: 70px 0px 80px;
  outline: none;
}
.web-technology-sevices .sec-title {
  margin: 0 auto 40px;
  color: #16181c;
  font-size: 66px;
  /*font-family: "brandontext-regular", Sans-serif;*/
  font-weight: normal;
  text-align: center;
  line-height: 65px;
}
.web-technology-sevices .sec-para {
  font-size: 20px;
  margin: 0 auto;
  max-width: 960px;
  color: rgba(23, 39, 53, 0.7);
  text-align: center;
  /*font-family: "brandon_textmedium", Sans-serif;*/
  padding-bottom: 20px;
}
.web-technology-sevices .related-service-list {
  width: 100%;
  display: inline-block;
  margin: 45px 0;
}
.web-technology-sevices ul li {
  display: inline-block;
  border: 1px solid #444444;
  border-radius: 50px;
  padding: 0px;
  margin: 0 5px;
  min-width: 263px;
  text-align: left;
}
.web-technology-sevices .related-service-list ul li a {
  /*display: table-cell;*/
  padding: 6px 20px 4px 20px;
  /*height: 64px;*/
  width: 100%;
  vertical-align: middle;
}
.web-technology-sevices .related-service-list ul li i, .web-technology-sevices .related-service-list ul li p {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
}
.web-technology-sevices .related-service-list ul li p {
  text-align: left;
  margin-left: 20px;
  color: #000;
  opacity: 0.8;
}
.web-technology-sevices .related-service-list ul li:hover {
  cursor: pointer;
  background: #f0560f;
  color: #fff;
  border-color: #f0560f;
}
.web-technology-sevices .related-service-list ul li:hover p {
  color: #fff;
}
.web-technology-sevices .related-service-list ul li:hover i svg path {
  fill: #fff;
}
.node-header-img {
  margin: 9% auto 0px;
  text-align: right;
}
.wordpress-header-img {
  margin: 6.5% auto 0px;
  text-align: right;
}
.shopify-title {
  font-size: 55px;
}
.python-header-img {
  margin: 7% auto 0px;
  text-align: right;
}
.php-header-img {
  margin: 6% auto 0px;
  text-align: right;
}
.dotnet-header-img {
  margin: 10.5% auto 0px;
  text-align: right;
}
.ror-header-img {
  margin: 7% auto 0px;
  text-align: right;
}
.react-header-img {
  margin: 8% auto 0px;
  text-align: right;
}
.angular-header-img {
  margin: 15% auto 0px;
  text-align: right;
}
.tech-img {
  width: 20%;
  display: inline-block;
  vertical-align: middle;
}
.tech-title {
  width: max-content;
  display: inline-block;
  vertical-align: middle;
}
.section-help .title {
  font-size: 30px;
  margin-bottom: 20px;
}
/*end node js page*/
/*career page*/
.section-career-header-bg {
  background-color: #16181c;
  background-image: url("../images/career/carrer-image.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  margin: 0px;
  height: 100%;
}
.section-career {
  padding: 80px 0px 60px;
}
.section-career .sec-title {
  margin: 0 auto 40px;
  color: #16181c;
  font-size: 66px;
  font-weight: normal;
  text-align: center;
  line-height: 65px;
}
.section-career .sec-para {
  font-size: 20px;
  margin: 0 auto;
  max-width: 960px;
  color: rgba(23, 39, 53, 0.7);
  text-align: center;
  padding-bottom: 20px;
}
.section-career .btn {
  font-size: 18px;
  outline: none;
  text-align: center;
  border-radius: 55px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 13px 30px 15px;
  display: inline-block;
  min-width: 270px;
  border: 0;
}
.section-core-values {
  padding: 80px 0px;
}
.section-core-values .sec-title {
  margin: 0 auto 40px;
  color: #16181c;
  font-size: 66px;
  font-weight: normal;
  text-align: center;
  line-height: 65px;
}
.core-img {
  display: inline-block;
  width: 20%;
  margin-top: 20px;
}
.core-text {
  display: inline-block;
  width: 78%;
  color: #000;
  vertical-align: top;
}
.core-box {
  height: 100%;
  background: #ffffff;
  padding: 25px 20px;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  margin: 20px 0px 10px;
  min-height: 270px;
}
.section-perks-benifits {
  padding: 80px 0px;
}
.section-perks-benifits .sec-title {
  margin: 0 auto 40px;
  color: #16181c;
  font-size: 66px;
  font-weight: normal;
  text-align: center;
  line-height: 65px;
}
.benefit {
  margin: 30px 0px;
}
.benefit h4 {
  color: #000;
  font-size: 20px;
  padding: 10px 0px;
}
.section-career .section__control {
  padding-top: 40px;
}
html {
  scroll-behavior: smooth;
}
.core-text p {
  font-size: 20px;
}
/*gallery*/
.gallery-row {
  display: -ms-flexbox;
  /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap;
  /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}
/* Create four equal columns that sits next to each other */
.gallery-column {
  -ms-flex: 25%;
  /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}
.gallery-column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  box-shadow: 0.2px 0.2px 2px #000;
  -webkit-transition: filter 0.5s;
  /* For Safari 3.0 to 6.0 */
  transition: filter 0.5s;
  /* For modern browsers */
  -webkit-transition: box-shadow 0.5s ease-in-out;
  /* For Safari 3.0 to 6.0 */
  transition: box-shadow 0.5s ease-in-out;
  /* For modern browsers */
}
.gallery-column img:hover {
  box-shadow: 2px 2px 7px #000;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.gallery-section {
  margin: 40px 0px 80px;
}
/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .gallery-column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .gallery-column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
.gallery-section .sec-title {
  margin: 0 auto 70px;
  color: #16181c;
  font-size: 60px;
  font-family: "Vollkorn", serif;
  font-weight: normal;
  text-align: center;
  line-height: 65px;
  max-width: 1000px;
}
/*end gallery*/
/*end career page*/
/* Blog Detail Page*/
.justdev_blog {
  background-color: #ebebeb;
}
.content-editor .container {
  width: 1000px;
  padding: 0px 0px 0px;
}
.justdev_blog .col-xs-12 {
  background-color: #fff;
  /*box-shadow: 5px 25px 30px -25px rgba(34,34,34,.25);*/
  padding: 0px 50px 25px;
}
.content-editor img {
  padding: 40px 0px;
}
.justdev_blog .footer-widgets {
  margin-top: 0px !important;
}
.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  border-bottom: 1px solid #ffffff52;
  opacity: 0.7;
}
/*.icon-bar a:hover {
        background-color: #000;
      }*/
.facebook {
  background: #3B5998;
  color: white;
}
.twitter {
  background: #000;
  color: white;
}
.twitter:hover {
  background: #55ACEE;
}
.google {
  background: #dd4b39;
  color: white;
}
.linkedin {
  background: #000;
  color: white;
}
.linkedin:hover {
  background: #007bb5;
}
.youtube {
  background: #bb0000;
  color: white;
}
.content-admin {
  background: #ebebeb;
  padding: 0px 0px 0px;
  margin-top: 0%;
}
.content-admin .container {
  border-left: none;
  border-right: none;
}
.content-admin h3 {
  color: #16181c;
  margin-top: 0px;
  font-size: 25px;
  padding-bottom: 0px;
  text-align: left;
}
.content-admin ul li {
  margin: 0 5px;
}
.content-admin ul h4 {
  font-size: 20px;
}
.content-admin p {
  color: #2C2D35;
}
.btn-admin a {
  color: #f0560f;
  border: 1px solid #f0560f;
  padding: 10px 20px;
  border-radius: 100px;
}
.btn-admin a:hover {
  background-color: #f0560f;
  border: 1px solid #f0560f;
  padding: 10px 20px;
  border-radius: 100px;
  color: #fff;
}
.author-img img {
  border-radius: 100%;
  margin-top: 30%;
  padding: 0px;
  width: 120px;
  height: auto;
}
.btn-admin {
  display: inline-block;
  width: 49%;
  text-align: left;
}
.social-admin {
  display: inline-block;
  width: 100%;
  text-align: left;
}
.cta-para-btn {
  text-align: center;
  padding: 10px;
}
.cta-banner-blog {
  text-align: left;
  padding: 33px 40px;
  margin: 40px 0px;
  background-color: #f7f7f7;
  border-radius: 4px;
}
.cta-banner-blog .row {
  display: flex;
  align-items: center;
}
/*  .cta-para{
        margin-top:15px;
        }*/
.cta-para p {
  color: #000;
  font-size: 22px;
  line-height: 36px;
  padding-bottom: 5px;
  opacity: 1;
}
.cta-banner-blog .hireus_btn a {
  /*border: 1px solid #f0560f;
          padding: 10px 30px;
          border-radius: 100px;
          background: #f0560f;
          display:inline-block;
          margin-bottom:20px; */
  border: 1px solid #f0560f;
  font-size: 20px;
  width: 198px;
  text-align: center;
  line-height: 26px;
  padding: 10px 0px;
  border-radius: 4px;
  background: #f0560f;
  font-weight: 500;
  display: inline-block;
  box-shadow: 0 3px 8px 0 rgba(240, 86, 15, 0.24);
  transition: 0.3s ease;
}
.cta-banner-blog .hireus_btn a:hover {
  /*border: 1px solid #fff;
          padding: 10px 30px;
          border-radius: 100px;
          background: transparent; */
  transform: scale(1.02);
  text-decoration: none;
  background-color: #e4510d !important;
}
.cta-para span {
  border: 1px solid #f0560f;
  padding: 10px 30px;
  border-radius: 100px;
  background: #f0560f;
}
.cta-para span:hover {
  border: 1px solid #fff;
  padding: 10px 30px;
  border-radius: 100px;
  background: transparent;
}
/*blog style 13nov2019*/
.blog-banner .container {
  width: 1000px;
}
.content-chapter .container {
  width: 1000px;
}
.flex-row {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 3.3rem;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  display: -ms-flexbox;
  display: flex;
}
.flex-row .chapter-col {
  padding-bottom: 4.25rem;
}
.aligncenter {
  display: block;
  margin: 1rem auto;
  height: auto;
}
.content-banner-editor .container {
  width: 1000px;
}
.content-banner-editor {
  padding-bottom: 80px;
  padding-top: 40px;
}
.cta-para-btn img {
  padding: 0px;
  margin: 40px 0px;
}
.content-admin .row {
  background: #fff;
  padding: 40px 0px;
  /* border-top:1px solid #c3bdbd57;*/
}
.content-admin .socials {
  /*border: 1px solid #c3bdbd;*/
  margin: 10px auto 20px;
  padding-left: 0px;
}
.content-admin .socials img {
  padding: 10px 0px;
}
.author-box {
  /* border: 1px solid #c3bdbd;*/
  display: inline-block;
  padding: 25px 0px 10px;
}
.author-box p {
  padding-bottom: 0px;
  margin-bottom: -33px;
}
.icon-bar1 {
  display: none;
}
/*end blog style*/
/*standard blog css*/
.standard-banner-img {
  text-align: center;
}
.standard-banner-img img {
  max-width: 500px;
}
.standard-blog .blog-detail-banner-title {
  padding-top: 60px;
}
/*end standard blog css*/
section {
  clear: both;
}
.blog-center {
  text-align: center;
}
/*cost page*/
.center-row {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 3.3rem;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  display: -ms-flexbox;
  display: flex;
}
/*end cost age*/
.comp-tb {
  border: 1px solid #000;
  margin-top: 30px;
}
.comp-col-heading {
  color: #16181c;
  font-size: 36px;
  font-weight: 600;
}
.comp-col-title {
  border: 1px solid #000;
  width: 50%;
  color: #16181c;
  padding: 10px;
}
.codi-service__item {
  font-size: 5em;
  background-color: #F2F6F8;
  color: white;
  width: 10em;
  height: auto;
  cursor: pointer;
  position: relative;
  padding: 30px 20px 45px;
}
a.linkSpanner:after {
  content: "";
  height: 24px;
  width: 24px;
  position: absolute;
  top: 80%;
  right: 126px;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  background: url(https://justdevinfotech.com/assets/right-chevron.png);
  background-repeat: no-repeat;
}
.linkSpanner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  color: #16181c;
  font-size: 18px;
  left: -30px;
  z-index: 1;
  /* edit: fixes overlap error in IE7/8,
     make sure you have an empty gif
  background-image: url('empty.gif');*/
}
.linkSpanner span {
  bottom: 66px;
  position: absolute;
  left: 46%;
}
.linkSpanner:hover {
  color: #16181c;
}
.linkSpanner:focus {
  color: #16181c;
}
.codi-service__item:hover .codi-service__img {
  transition: all 0.5s;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.codi-service__item {
  transition: all 0.2s;
}
body[data-page="home"] span.codi-service__z.b-more.codi-service__b-more:before {
  content: "";
  height: 24px;
  width: 24px;
  position: absolute;
  top: 0px;
  right: -31px;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  background: url(https://justdevinfotech.com/assets/right-chevron-orange.png);
  background-repeat: no-repeat;
}
.web-technology-sevices ul li {
  display: inline-block;
  border: 1px solid #444444;
  border-radius: 50px;
  padding: 5px 30px;
  margin: 0 5px;
  min-width: 263px;
  text-align: left;
}
.relate-service-img {
  width: 10%;
  display: inline;
}
.relate-service-text {
  width: 90%;
  display: inline;
}
.web-technology-sevices .related-service-list ul li a {
  display: table-row;
  padding: 6px 20px 4px 20px;
  /*height: 64px;*/
  width: 100%;
  /* text-align: left; */
  vertical-align: middle;
  /* margin: 0 auto; */
}
.web-technology-sevices .related-service-list ul li:hover a {
  color: #fff;
}
.related-service-item {
  font-size: 2em;
  color: white;
  width: 23%;
  height: auto;
  cursor: pointer;
  position: relative;
  padding: 30px 20px 45px;
}
.linkSpanner1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  color: #16181c;
  font-size: 18px;
  left: -30px;
  z-index: 1;
  /* edit: fixes overlap error in IE7/8,
     make sure you have an empty gif
  background-image: url('empty.gif');*/
}
.linkSpanner1 span {
  visibility: hidden;
}
/*start ui-ux updation css16dec2019*/
.desk-task .concept__img-wrap {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  max-width: 440px;
  width: 75%;
}
.desk-task .concept__img {
  width: auto;
}
.desk-task .concept__gif {
  position: absolute;
  top: 3%;
  left: 25px;
  width: auto;
  height: 94%;
  border-radius: 20px;
}
.tasks-list {
  position: relative;
  color: #000;
}
.tasks-step-1:before {
  content: "";
  background-image: url(https://justdevinfotech.com/old-wp/dev/images/task-1-img.png);
  background-repeat: no-repeat;
  width: 290px;
  height: 50px;
  left: 183px;
  top: 90px;
  right: 0;
  bottom: 0;
  position: absolute;
}
.tasks-text-step-1 {
  position: absolute;
  top: 126px;
  left: 183px;
  width: 246px;
}
.section-tasks {
  background: #fff;
}
.tasks-step-2:before {
  content: "";
  background-image: url(https://justdevinfotech.com/old-wp/dev/images/task-1-img.png);
  background-repeat: no-repeat;
  width: 290px;
  height: 50px;
  left: 183px;
  top: 283px;
  right: 0;
  bottom: 0;
  position: absolute;
}
.tasks-text-step-2 {
  position: absolute;
  top: 318px;
  left: 183px;
  width: 246px;
}
.tasks-step-3:before {
  content: "";
  background-image: url(https://justdevinfotech.com/old-wp/dev/images/task-3-img.png);
  background-repeat: no-repeat;
  width: 290px;
  height: 85px;
  left: -71px;
  top: 82px;
  right: 27px;
  bottom: 0;
  position: absolute;
}
.tasks-text-step-3 {
  position: absolute;
  top: 69px;
  left: 116px;
  width: 246px;
}
.tasks-step-4:before {
  content: "";
  background-image: url(https://justdevinfotech.com/old-wp/dev/images/task-4-img.png);
  background-repeat: no-repeat;
  width: 290px;
  height: 85px;
  left: -71px;
  top: 283px;
  right: 0;
  bottom: 0;
  position: absolute;
}
.tasks-text-step-4 {
  position: absolute;
  top: 269px;
  left: 116px;
  width: 246px;
}
/*end ui-ux updation css16dec2019*/
.content-editor img {
  padding: 40px 0px;
  width: auto !important;
  height: auto !important;
}
p.p_has_img {
  opacity: 1;
}
