/*
 Theme Name:   Twenty Nineteen Child
 Theme URI:    http://example.com/twentynineteen-child
 Description:  A child theme of Twenty Nineteen
 Author:       the WordPress team
 Author URI:   https://wordpress.org/
 Template:     twentynineteen
 Version:      1.0.0
*/

/* Add custom styles below this line */

* {
  padding: 0;
  margin: 0;
  
  vertical-align: baseline;
}
html {
  -webkit-font-smoothing: antialiased;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, hr, th, td {
  margin: 0;
  padding: 0;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++ GENERAL ++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
h1, h2, h3, h4, h5, h6, strong, i{
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 500;
}
h1.main-heading-title::before {
  display: none !important;
}
body {
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
  line-height: 1.5;
  font-family: 'Archivo', sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  cursor:default;
}
/*----------------color -------------------------------------------------------*/
.white-bg {
  background-color: #fff !important;
}
.text-black {
  color: #333 !important;
}
h1 strong {
  font-weight: 900;
}
h2 {
  ;
  line-height: 20px;
  margin: 0;
}
h3 {
  font-size: 2em;
  font-weight: 900;
}
h5 {
  font-weight: 700;
  line-height: 20px;
}
p {
  font-size: 0.93em;
}
a {
  text-decoration: none !important;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  cursor: pointer;
}
a:hover, a:focus, input[type="submit"]:focus, input[type="submit"]:hover{
  outline:none !important;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.text-capitalize {
  text-transform: uppercase;
}
p.intro {
  font-size: 0.9em;
  margin: 14px 0;
  line-height: 24px;
}
.nav-tabs .active a {
 border: 0px!important;
}
.nav-tabs li a {
 padding: 0px;
 margin: 0 15px 5px;
 color: #000;
 text-transform: capitalize;
}
.nav-tabs .active:after {
 content: "";
 position: absolute;
 width: 0;
 height: 0;
 border-left: 10px solid transparent;
 border-right: 10px solid transparent;
 border-top: 12px solid #ff6d00;
 bottom: -12px;
}
.form-popup #form-title {
 font-size: 20px;
 color: #000;
 margin: 0 0 15px;
}
body .form-popup #resume {
 outline: 0px;
 border: 0px;
}
.relative {
  position: relative;
}
.wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.rightText {
  text-align: justify;
}
.leftText {
  text-align: left;
}
.RightText {
  text-align: right;
}
.top10 {
  margin-top: 1.2em;
}
.top20 {
  margin-top: 1.3em;
}
.top30 {
  margin-top: 2em;
}
.top40 {
  margin-top: 2.2em;
}
.margin-top {
  margin-top: 30px;
}
.margin-bottom {
  margin-bottom: 30px;
}
.a-slog {
  font-size: 1em;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 10px;
}
ul.emloye-counter li h4 {
 width: 160px;
 height: 160px;
 text-align: center;
 border-radius: 50%;
 display: flex;
 align-items: center;
 justify-content: center;
 font-size: 30px;
 flex-direction: column;
 background: #EEEEEE;
 margin: 0 auto;
 }
.emloye-counter li {
 width: 25%;
}
ul.emloye-counter li:hover h4 {
 border: 4px solid #ff6d00;
 background-color: #fff;
 box-shadow: 0px 0px 5px 0px rgb(255 109 0 / 76%);
}


.why-work .emloye-counter {
 margin: 35px 0 0;
}
.emloye-counter {
 display: flex;
 justify-content: space-around;
 flex-wrap: wrap;
 margin-top: 40px;
}
body .emloye-counter .fa:before {
 display: block;
 text-align: center;
 width: 100%;
}
body .numbers.why_work p {
 max-width: 466px;
 margin: 0 auto;
}
.emloye-counter h5 {
 text-align: center;
 font-size: 20px;
 max-width: 175px;
 margin: 14px auto 0px;
 color: #000000;
 line-height: 24px;
}
ul.emloye-counter li h4:hover i{
 color:red;
}
ul.emloye-counter li:hover h4 i {
 transform: rotate(360deg);
}
.why-work {
 padding: 24px 0px 50px;
}
.why-work p {
 max-width: 80%;
 margin: 10px auto 30px;
}
.gap {
  width: 100%;
  height: 2em;
}
.numbers.why_work {
 padding: 80px 0px;
}
.title {
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 0;
}
.scroll-block {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.tab-pane .tab-data-in {
 display: none;
}

.tab-data .active .tab-data-in {
 display: flex;
}
.nav-tabs {
 border: 0px;
 margin-bottom: 35px;
 margin-top: 35px;
}

.nav-tabs .active {
 border-bottom: 3px solid #ff6d00;
 display: flex;
 justify-content: center;
}
.nav-tabs li {
 position: relative;
 margin: 0 0 16px;
}
.main-card {
 width: 32%;
padding: 10px;
 color: #000;
 box-shadow: 0px 0px 4px 0px rgb(14 14 14 / 15%);
 margin: 0px 0 24px;
 border-radius: 6px;
 margin-right: 15px;
}
.emloye-counter li:hover h5,
.emloye-counter li:hover h4 span {
 color: #f77f33;
}
.apply-btn {
 padding: 8px 33px;
 text-transform: capitalize;
 border-radius: 25px;
 margin-top: 12px;
 display: inline-block;
 background: linear-gradient(90deg, rgb(255 109 0) 0%, rgb(255 109 0) 35%, rgb(240 69 76) 100%);
 outline: 0px;
 border: 0;
}
.info-table label,
.info-table textarea {
 width: 100%;
}
.info-table {
 padding: 40px;
}
.info-table input {
 width: 100%;
 height: 35px;
 margin: 5px 0 0;
 outline: 0px!important;
 padding: 0 15px;
}
.resume-fild input {
 padding: 0px;
}
.info-table textarea {
 padding: 0 15px;
 outline: 0px;
}
.info-table p > .wpcf7-submit {
 width: 16%;
 margin: 0 auto;
 text-align: center;
 background: #f38a26;
 border: 0px;
 padding: 12px 0;
 height: auto;
 color: #fff;
}
ul.emloye-counter li h4 i {
 color: #000000;
 transition: all 0.5s;
}
ul.emloye-counter li:hover h4 i {
 transform: rotate(360deg);
 color: #ff6d00;
}
.tab-data-in {
 display: flex;
 flex-wrap: wrap;
 justify-content: flex-start;
}
.main-card h4 {
 font-size: 30px;
}
.main-card .card-list li span {
 float: right;
}
.main-card .card-list li {
 margin: 0 0 10px;
}
/* TYPOGRAPHY ------------------------------*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
  line-height: unset;
}
/* text format ------------------------------*/
.upercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
h5::first-letter {
  text-transform: uppercase;
}
.textleft {
  text-align: left;
}
.textright {
  text-align: right;
}
/* BUTTON ------------------------------*/
.btn {
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 0;
}
.btn:focus, .btn:active {
  outline: none;
  color: #ffffff;
}
.btn-custom {
  border-radius: 2px;
  padding: 0.8em 1.8em;
  color: #fff;
  font-weight: 700;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  transition: all .5s ease-out;
  text-transform: uppercase;
}
.btn-custom:hover, .btn-custom:focus {
  color: #fff;
}
.btn-custom-outline {
  border-radius: 2px;
  padding: 0.8em 1.8em;
  color: #fff;
  font-weight: 400;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  text-transform: uppercase;
  background-color: #ff6d00;
  text-shadow: 0 1px 0 rgba(0,0,0,0.25);
  border: 2px solid transparent;
}
.btn-custom-outline:hover, .btn-custom-outline:focus {
  color: #ff6d00;
  background-color: transparent;
  border-color: #ff6d00;
}
/* .btn-bar a {
  margin-right: 10px;
}
*/
/**/
.list-disc {
  list-style: disc;
}
/* PRELOADER ------------------------------*/
div.preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-color: #000;
}
@-webkit-keyframes loader {
  0%, 10%, 100% {
      width: 120px;
      height: 120px;
     /*margin-left:-60px;
      margin-top:-60px;
      -webkit-transform: rotate(-25deg);
      transform: rotate(-25deg);
      */
 }
  65% {
      width: 180px;
      height: 180px;
     /*margin-left:-90px;
      margin-top:-90px;
      -webkit-transform: rotate(25deg);
      transform: rotate(25deg);
      */
 }
}
@keyframes loader {
  0%, 10%, 100% {
      width: 120px;
      height: 120px;
     /*margin-left:-60px;
      margin-top:-60px;
      -webkit-transform: rotate(-25deg);
      transform: rotate(-25deg);
      */
 }
  65% {
      width: 180px;
      height: 180px;
     /*margin-left:-90px;
      margin-top:-90px;
      -webkit-transform: rotate(25deg);
      transform: rotate(25deg);
      */
 }
}
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  -webkit-transform: translate(-50%, -50%) translate3d(0, 0, 0);
  transform: translate(-50%, -50%) translate3d(0, 0, 0);
  -webkit-animation: loader 1.5s infinite ease-in-out;
  animation: loader 1.5s infinite ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.loader span {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: 20px;
  border-radius: 50%;
  -webkit-animation: loaderBlock 1.2s infinite ease-in-out both;
  animation: loaderBlock 1.2s infinite ease-in-out both;
 /*background:#000;
  */
}
.loader span:nth-child(1) {
  top: 0;
  left: 0;
}
.loader span:nth-child(2) {
  top: 0;
  right: 0;
  -webkit-animation: loaderBlockInverse 1.2s infinite ease-in-out both;
  animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}
.loader span:nth-child(3) {
  bottom: 0;
  left: 0;
  -webkit-animation: loaderBlockInverse 1.2s infinite ease-in-out both;
  animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}
.loader span:nth-child(4) {
  bottom: 0;
  right: 0;
}
/* RAMSH-STYLE STARTS HERE ------------------------------*/
/* Navigation */
.getpop-form input#contact_form {
  background: #ff6d00;
  color: #fff;
}
.nim-menu {
  transition: all 0.8s;
  border-bottom: none;
  background: transparent;
  box-shadow: none;
 /*box-shadow: 2px 2px 3px 3px rgba(0, 0, 0, 0.3);
  */
  transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
}
.nim-menu a.navbar-brand {
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 900;
  color: #fff;
}
.nim-menu.navbar-default .navbar-nav>li>a {
  padding-top: 30px;
 /*padding-bottom: 30px;
  */
  padding-bottom: 15px;
  color: #fff;
  letter-spacing: 0px;
  font-size: 0.9em;
}
.inner-pages-header .navbar.navbar-default.sticky {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0px;
  background: #fff;
  padding: 0px;
}
.inner-pages-header .navbar.navbar-default {
  background: #000;
  border-radius: 0px;
  border: 0px;
  margin-bottom: 0px;
  padding: 5px 0 15px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  background-color: transparent;
 /* font-weight: 700;
 */
  background-image: none;
  color: #ff6d00 !important;
  box-shadow: none;
}
.navbar-toggle {
  border-radius: 20%;
  transition: all 1s;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
 /*box-shadow:2px 2px 3px 3px rgba(0,0,0,0.4);
  -webkit-box-shadow:2px 2px 3px 3px rgba(0,0,0,0.4);
  -moz-box-shadow:2px 2px 3px 3px rgba(0,0,0,0.4);
  -ms-box-shadow:2px 2px 3px 3px rgba(0,0,0,0.4);
  */
  border: 1px solid #DEDEDE;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
  background-color: #FFF;
}
/* Sticky Header */
.nim-menu.sticky {
  background: #fff;
  box-shadow: 2px 2px 3px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 3px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 2px 3px 3px rgba(0, 0, 0, 0.3);
}
.nim-menu .elseLogo {
  display: none;
}
.nim-menu.sticky .ifLogo {
  display: none;
}
.nim-menu.sticky .elseLogo {
  display: block;
}
/* MAIN HEADING ------------------------------*/
.main-heading {
  background-image: url("images/main.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  color: #cfcfcf;
  position: relative;
}
#basicModal .modal-dialog{
  width: 1000px;
}
#basicModal .modal-header{
  background: transparent;
  border: 0px;
  position: relative;
}
#basicModal .close{
  position: absolute;
  right: 20px;
  top: 20px;
}
#basicModal .close span{
  font-size: 26px;
}
#basicModal .modal-header h4{
 /*color: #333333;
  */
  font-size: 30px;
  color: #ff6d00;
}
#basicModal .modal-body{
  padding: 20px 20px 50px 20px;
  display: inline-block;
  width: 100%;
}
.downArrow{
  position: absolute;
  bottom: 5%;
  left: 50%;
}
.getit-content{
  text-align: center;
}
.getit-content h2{
  text-align: center;
 /*font-size: 19px;
  */
  font-size: 28px;
  font-weight: 500;
  color: #606568;
}
.getit-content h2 span.spcl_text{
  color: #ff6d00;
}
.getit-image{
  margin-top: 80px;
}
.getit-content .getpop-form{
  padding: 24px;
  background: #eee;
  margin-top: 30px;
}
.getit-content .getpop-form input{
  background: #fff;
  color: #313131;
  margin-bottom: 20px;
}
.getit-content .getpop-form textarea{
  background: #fff;
  color: #313131;
}
.getit-content .getpop-form input[type="submit"]{
  background: #ff7208;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0 
}
.hoverablediv img{
  display: none;
}
.bounce {
  -moz-animation: bounce 3s infinite;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
      -moz-transform: translateY(0);
      transform: translateY(0);
 }
  40% {
      -moz-transform: translateY(-30px);
      transform: translateY(-30px);
 }
  60% {
      -moz-transform: translateY(-15px);
      transform: translateY(-15px);
 }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
 }
  40% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
 }
  60% {
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
 }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0);
 }
  40% {
      -moz-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
 }
  60% {
      -moz-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
 }
}
.overlay {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
 /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(17%, rgba(0, 0, 0, 0.73)), color-stop(35%, rgba(0, 0, 0, 0.66)), color-stop(62%, rgba(0, 0, 0, 0.55)), color-stop(100%, rgba(0, 0, 0, 0.4)));
 /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
 /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
 /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
 /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
 /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000', GradientType=0);
 /* IE6-9 */
  //background-attachment: fixed;
  height: auto;
  height: 100%;
  position: relative;
}
.overlay>.container {
  padding: 170px 15px;
}
.main-heading>.overlay {
  height: auto;
}
.main-heading .overlay>.container {
  padding-top: 220px;
  padding-bottom: 220px;
}
p.lead {
  position: relative;
  top: 5px;
  color: #e3e3e3;
  font-size: 0.93em;
}
.main-heading-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform:translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.main-heading-title {
  font-weight: 600;
  letter-spacing: 2px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Titillium Web', sans-serif;
  font-size: 3.5em;
  text-shadow: rgba(0, 0, 0, 0.498039) 2px 2px 2px;
  letter-spacing: 0.02em;
}
.main-heading-title span {
  margin-left: 6px;
}
.main-heading-text {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 20px;
}
.main-cursor {
  opacity: 1;
  -webkit-animation: blink .6s infinite;
  -moz-animation: blink .6s infinite;
  -ms-animation: blink .6s infinite;
  -o-animation: blink .6s infinite;
  animation: blink .6s infinite;
}
/*section#Services .nim-service .button {
  position: absolute;
  bottom: 35px;
  margin: 0 auto;
  text-align: center;
  float: none;
  display: inline-block;
  left: 0;
  right: 0;
}
*/
.home-service .nim-service {
  height: 100%;
  position: relative;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/*--flipbox---*/
.flip-box {
  background-color: transparent;
  perspective: 1000px;
  width: 100%;
  cursor: default;
}
/* .flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
*/
/* .flip-box:hover .flip-box-inner {
 /*transform: rotateY(180deg);
 */
}
/*.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
*/
/*.flip-box-back {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
*/
/*-*/
.whyChose-body .whyChose-item {
 transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.whyChose-body .whyChose-item .whyChose-icon {
  /*transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;*/
}
/**/
.whyChose-body .whyChose-item:hover {
  box-shadow:0 0 10px rgba(255, 255, 255, 0.5);
  border-color: #ff6d00;
}
/*.whyChose-body .whyChose-item:hover .whyChose-icon {
  transform: scale(1.1);
}
*/
/**/
.portfolio-sec .portItem {
  position:relative;
  padding:10px 0px 10px 30px;
}
.portfolio-sec .portItem .portBehind {
  position:absolute;
  left:12px;
  top:28px;
  bottom: 28px;
  right: 12px;
  z-index: 0;
  background-color:#6e575e;
  border-radius: 10px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.portfolio-sec .portImg-wrap {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
}
.portfolio-sec .portItem .portImg {
  position:relative;
  z-index: 1;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  border: none;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.portfolio-sec .portItem .portImg:after {
  content:"";
  display:block;
  padding-bottom:76%;
}
.portfolio-sec .portItem:hover .portBehind {
  left:32px;
}
.portfolio-sec .portItem:hover .portImg {
  transform: scale(1.1);
}
/*----------------ABOUT US -------------------------------------------------------*/
.aboutus>.container {
  padding: 60px 15px;
}
.about-box {
  overflow: hidden;
  clear: both;
  margin-bottom: 30px;
}
.about-box i {
  font-size: 36px;
}
.about-box .about-line {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.about-box h4 {
  padding-top: 10px;
}
.about-box p {
  font-size: 0.93em;
  padding-top: 10px;
}
#aboutsec{
  display: inline-block;
  width: 100%;
  padding: 90px 0px;
 /* background: #eeefea;
  */
  background: #ffffff;
}
.conact-forms{
 /* background: #eeefea;
  */
  background: #fff;
}
.contact-form-sec textarea.form-control {
  background: rgba(255, 255, 255, 1);
  margin-top: 25px;
  color: #555;
  height: 100px;
  resize: none;
}
.contact-boxed{
 /*display: inline-block;
  */
  display: flex;
  width: 100%;
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.contact-boxed .contact-left{
  float: left;
  width: 40%;
  background: #ff6d00;
}
.contact-boxed .contact-left h3.title{
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 24px;
  padding: 50px 0px 30px 0px;
}
.bcs-block{
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 90px;
}
.bcs-block p.bcs-title{
  font-size: 20px;
  color: #fff;
  margin-top: 10px;
}
.contact-right{
  float: right;
  width: 60%;
  padding: 40px;
  background: 
 /* #eeefea */
  #f5f5f5;
}
#aboutsec .max-title{
  position: relative;
  margin-bottom: 75px;
  margin-top: 10px;
  text-align: center;
}
#aboutsec .max-title h2{
  font-size: 28px;
  line-height: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  padding-top: 5px;
  margin-bottom: 10px;
}
.icon-box7{
  text-align: right;
  padding: 0px 0 30px 0;
}
.icon-box7 h4 {
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0;
  text-transform: uppercase;
  padding-top: 5px;
  margin-bottom: 10px;
}
.icon-box7 p {
  margin-top: 3px;
  margin-left: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.54;
  padding-bottom: 10px;
}
.hoverablediv{
  text-align: center;
  margin: 0;
}
.caropic{
  display: inline-block;
  width: 60px;
  margin-bottom: 15px;
}
.caropic img{
  width: 100%;
  border-radius: 100%;
}
.hoverablediv img{
  display: inline-block;
}
.icon-box7 a.magicmore {
  background: #ff8226;
  border-radius: 55px;
  display: inline-block;
  line-height: 18px;
  padding: 1px 14px 2px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
}
.column-inner-left .icon-box7{
  text-align: left;
}
.column-inner-left .icon-box7 .magicmore{
  margin-left: 0px;
}
.icon-box7 a.magicmore:hover {
  background: #2a2a2a !important;
}
a:hover{
  -webkit-transition: all 0.18s ease;
  -moz-transition: all 0.18s ease;
  -ms-transition: all 0.18s ease;
  -o-transition: all 0.18s ease;
  transition: all 0.18s ease;
}
.tlp-portfolio .tlp-layout-1 .tlp-portfolio-thum img{
  max-width: 110%;
  width: 110%;
}
.tlp-portfolio .tlp-layout-1 .tlp-overlay{
  background-color: rgb(255, 109, 0, 0.8);
}
.tlp-portfolio .tlp-layout-1 .tlp-content h3 a{
  color: #000;
}
.tlp-portfolio-item{
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.tlp-portfolio-item:hover .tlp-content{
  height: auto;
  -webkit-transition: all 0.50s ease;
  -moz-transition: all 0.50s ease;
  -ms-transition: all 0.50s ease;
  -o-transition: all 0.50s ease;
  bottom: 0px;
  transition: all 0.18s ease;
}
.tlp-content{
  position: absolute !important;
  height: 0;
  background-color: #f9f9f9;
  bottom: -60px;
}
.blox-dark {
  display: inline-block;
  width: 100%;
 /*background: #ff6d00;
  */
  padding: 0px;
  vertical-align: top;
  background-image: url("images/bg-project.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.blox-dark .max-overlay-row {
  padding: 70px 0;
  background-color: rgba(30, 46, 71, 0.87);
}
/*body.page-id-150 .navbar-header .ifLogo{
  display: none;
}
body.page-id-150 .navbar-header .elseLogo{
  display: block;
}
  
*/
.navbar-header{
  margin-top: 20px;
}
.blox-dark h3 {
  color: #fff;
  line-height: normal;
}
.blox-dark p{
  color: #fff;
  font-size: 1em;
}
.max-overlay-row a{
  color: #fff;
  background: #ff6d00;
  border-color: transparent;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 16px 19px 14px;
  border: 2px solid transparent;
  border-radius: 2px;
  display: inline-block;
  width: auto;
  margin-top: 10px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.25);
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.max-overlay-row a:hover {
  border: 2px solid #ff6d00;
  background: transparent;
  color: #ff6d00;
}
/*----------------OUR WORKS -------------------------------------------------------*/
.recent-works>.container {
  padding: 70px 15px;
}
.item-img-wrap {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.item-img-wrap img {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
.item-img-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.item-img-overlay span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #222 url("images/plus.png") center center no-repeat;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 99;
  -webkit-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
}
.item-img-wrap:hover .item-img-overlay span {
  opacity: 0.6;
}
.item-img-wrap:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.work-desc {
  width: 100%;
  padding: 10px 20px;
  border-top: none;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  position: relative;
}
.work-desc h3 {
  margin: 0;
  padding: 0;
  font-size: 0.93em;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.work-desc h3 a {
  color: #fff;
}
.work-desc h3 span {
  font-family: 'Archivo', sans-serif;
}
.work-desc span {
  margin-top: 10px;
  font-size: 15px;
}
/*----------------OUR TEAM -------------------------------------------------------*/
.our-team>.container {
  padding: 70px 15px;
}
.our-team h4, .our-team h5 {
  padding-top: 15px;
}
.our-team p {
  font-size: 1em;
  padding-top: 15px;
}
.list-inline a {
  color: #000;
}
#Our-works .tlp-col-lg-24{
  padding: 0px;
  margin: auto;
}
/*----------------INSPIRATION -------------------------------------------------------*/
.inspiration {
  background: url("../images/img-1.jpg");
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}
.inspiration>.overlay.container {
  padding: 80px 15px;
}
.subheading h4 {
  color: #ffffff;
  font-style: italic;
}
.intermediate-container .heading h2 {
  font-size: 40px;
  line-height: 47px;
  text-transform: uppercase;
  margin-top: 30px;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: 700;
}
/* TESTIMONIAL ------------------------------*/
.client-testimonial {
  background: url("images/img-2.png");
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}
.client-testimonial .container {
  padding: 120px 15px 80px 15px;
}
#testimonial {
  padding: 30px 0;
}
#testimonial .item {
  display: block;
  width: 100%;
  height: auto;
}
#testimonial .item p {
  font-weight: 400;
  margin: 30px 0;
  color: #d1d1d1;
}
/* STATS ------------------------------*/
.our-stats {
  background: #35434f;
}
.our-stats>.container {
  padding: 60px 15px;
}
.our-stat-icon .fa {
  font-size: 60px;
  color: #fff;
  line-height: 90px;
}
.our-stat-info span {
  color: #fff;
  font-size: 32px;
  margin: 1em 0;
  line-height: 60px;
}
.our-stat-info h5 {
  color: #fff;
  line-height: 3em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0;
}
/* Services ----------------------------------------------------------------------------- */
.services>.container {
  padding: 90px 0;
}
.services>.container>.row {
  margin:0;
}
.home-service-row {
  margin-top: 30px !important;
}
.nim-service i.fa {
  font-size: 1.6em;
  color: #ff6d00;
  transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  display:block;
}
.nim-service{
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding: 35px 30px;
  background-color: #fff;
  border:2px solid #ff6d00;
 /* margin-top: 30px;
  */
}
.nim-service:hover{
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0px 3px 7px 3px rgba(128, 128, 128, 0.2), 6px 8px 20px 4px rgba(111, 111, 111, 0.19);
  -webkit-transform: translate(0px,-10px);
  transform: translate(0px,-10px);
}
.nim-service .nim-service-detail i.fa{
 /* float: left;
  margin-top: -4px;
  */
}
.nim-service .nim-service-detail h4{
  font-size: 25px;
  color: #ff6d00;
  padding-left: 22px;
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
}
.nim-service .nim-service-detail span{
  line-height: 1.5;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  margin: 10px auto 26px;
  display: inline-block;
  width: 100%;
}
.nim-service a.more{
  font-weight: 500;
  font-size: 14px;
}
.nim-service a.more span{
  text-transform: uppercase;
  background: linear-gradient(to right, #ff6d00 0%, #b75d19 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nim-service a.more .fa{
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin-left: 8px;
  color: #ff6d00;
  font-size: 14px;
  position: relative;
  top: -1px;
}
.dropdown:hover .dropdown-menu {
  display: block;
  border: 0px;
  box-shadow: 1px 1px 4px #bdbdbd;
}
.container>.navbar-header{
  margin-top: 10px;
}
.dropdown .caret{
  position: absolute;
  right: 0;
  top: 26px;
  color: #fff;
}
.nim-menu a.custom-logo-link img {
  height: 70px;
  width: auto;
}
.nim-menu.sticky img.custom-logo {
  display: none;
}
.nim-service .nim-service-detail {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.nim-service .nim-service-detail .icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  border: 2px solid #000000;
  border-radius: 50%;
  line-height: 44px;
  padding: 5px;
  display: block;
}
.nim-service .nim-service-detail i.fa {
  font-size: 30px;
  line-height: 45px;
  vertical-align: middle;
  color: #000;
}
/*.nim-service .nim-service-detail h4 {
  margin-bottom: 14px;
}
*/
.nim-service .nim-service-detail p {
  color: #9aa7af;
  margin-top: 10px;
  font-size: 0.83em;
  color: #202020;
}
.nim-service:hover>i.fa {
  background: #fff;
  color: #000;
  box-shadow: 2px 3px 5px 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 3px 5px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 3px 5px 2px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 2px 3px 5px 2px rgba(0, 0, 0, 0.3);
}
/* Home Page New */
#footer-main{
  width: 100%;
  padding: 30px 0;
 /*background: #262831;
  */
  background: #000000;
  text-align: left;
}
.widget {
  height: auto;
  padding: 0px;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
  clear: both;
  position: relative;
  text-align: left;
  overflow: hidden;
}
h5.subtitle {
  color: #fff;
  padding-bottom: 10px;
  padding-left: 1px;
  border-bottom: 2px solid rgba(255,2555,255,0.02);
  margin: 0 0 0 0;
  position: relative;
  line-height: 1.5;
  font-weight: 500;
  font-size: 15px;
  text-align: left;
}
.textwidget {
  line-height: 1.83;
  color: #898b92;
  font-size: 14px;
}
#footer-main .textwidget a {
  color: #fff;
  text-decoration: none;
}
.footer-logo-row{
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  margin-top: 20px;
}
.footer-logo-row a{
  background-color: #fff;
}
#menu-company li {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.23s ease;
  border: none;
  line-height: 21px;
  font-weight: 400;
  display: inline-block;
  width: 100%;
}
#menu-company li a {
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  padding-top: 4px;
  position: relative;
  padding-bottom: 4px;
  padding: 4px 2px 3px 17px;
  display: inline-block;
  color: #fff;
  width: 100%;
}
#menu-company li:hover{
  padding-left: 10px;
 /*background: #222;
  */
}
#menu-company li:hover a{
  color:#ff6d00;
}
#menu-company li:hover a:before {
  color: #ff6d00 !important;
}
.adrees-footer span:first-child{
  float: left;
  padding-left: 0px;
  width: 100%;
  font-weight:normal;
  padding-bottom:3px;
  font-size: 16px;
  padding-top: 0px;
  color: #fff;
}
.adrees-footer span.footer-content{
  float: left;
  padding-left: 26px;
 /* width: 100%;
  */
  width: auto;
  padding-top: 3px;
  padding-bottom: 3px;
  position: relative;
  display: inline-block;
  clear: both;
}
.adrees-footer span i{
  font-size: 28px;
  padding-left: 3px;
 /*left: 0;
  */
  color:#fff;
  left: -2px;
  position: absolute;
  top: 5px;
}
#footer-main .widget ul#menu-company li a:before {
  content: "\f105";
  position: absolute;
  left: 0px;
  font-family: FontAwesome;
  font-size: 13px;
  color: #898b92;
  color: #fff;
  transition: ease .3s all;
  -webkit-transition: ease .3s all;
  -moz-transition: ease .3s all;
  -o-transition: ease .3s all;
}
.adrees-footer span i.fa-envelope{
  font-size: 17px;
  top: 6px;
}
.adrees-footer span i.fa-mobile{
  top: 2px;
  font-size: 30px;
  height: auto;
}
#footer-main .widget .socialfollow {
  float: left;
  margin: 20px 0 0;
  width: 100%;
}
#footer-main .widget .socialfollow a {
 /*margin-right: 26px;
  border-radius: 0;
  */
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s ease 0s;
}
#footer-main .widget .socialfollow a i{
 /*color: #fff;
  font-size: 33px;
  */
  color: #262831;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  vertical-align: middle;
  margin: 1px;
  opacity: 0.95;
  transition: all 0.3s ease 0s;
}
#footer-main .widget .socialfollow a:hover i{
 /* color: #ff6d00;
  */
  transition: all 0.3s ease 0s;
}
.footbot {
  margin: 0 auto;
  position: relative;
 /*background-color: #25272d;
  */
  background: #000000;
  padding: 10px 0 10px;
  text-align: right;
  border-top: 1px solid rgba(255, 255, 255, 0.1) 
}
.footbot .footer-navi {
  width: 100%;
  text-align: center;
  line-height: 38px;
  font-size: 12px;
 /*color: #898b92;
  */
  color: #fff;
  font-weight: 400;
}
.conact-forms{
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 100px 0px;
}
.conact-forms h2{
  line-height: normal;
}
.contact-main-form{
  margin-top: 40px;
  display: inline-block;
  width: 100%;
}
.contact-main-form input[type="text"]{
  background: #fff;
  color: #3e3e3e;
 /*margin-bottom: 30px;
  */
  margin-bottom: 5px;
}
.form-control:focus {
  border-color: #66afe9 !important;
  outline: 0;
  box-shadow: none;
}
.contact-main-form textarea{
  background: #fff;
  color: #3e3e3e;
  height: 140px;
  resize: none;
}
.contact-main-form input[type="submit"]{
  background-color: #ff6d00 !important;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  height: unset;
  padding: 14px 50px 13px;
  border: 2px solid #ff6d00;
  border-radius: 2px;
  transition: .5s;
  cursor: pointer;
 /* margin-top: 37px;
  */
  margin-top: 15px;
  text-transform: uppercase;
}
.contact-main-form input[type="submit"]:hover {
  border: 2px solid #ff6d00;
  color: #ff6d00;
  background: #fff !important;
}
#return-to-top {
  position: fixed;
  bottom: 30px;
  left: 20px;
  background: #ff6d00;
  border: 2px solid transparent;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 13px;
  top: 12px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background: #fff;
  border: 2px solid #ff6d00;
}
#return-to-top:hover i {
  color:#ff6d00;
  top: 5px;
}
.ts-testimonial-slide{
  text-align: center;
  color: #ffffff;
  width: 100%;
  margin: 0 auto;
}
.ts-testimonial-slide p{
  font-size: 20px;
  line-height: 1.4;
  font-style: italic;
  margin-bottom: 35px;
}
.ts-testimonial-slide .ts-testimonial-item {
  margin-bottom: 15px;
}
.ts-testimonial-slide .ts-testimonial-item .icon-client{
  background: #ffffff;
  width: 29px;
  height: 29px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  float: left;
  text-align: center;
  line-height: 29px;
  margin-top: 2px;
}
.ts-testimonial-slide .ts-testimonial-item .infor-client {
  display: inline-block;
  margin: 0 auto;
  width: auto;
}
.ts-testimonial-slide .ts-testimonial-item .client-name{
  font-size: 12.8px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  line-height: normal;
  white-space: nowrap;
}
.ts-testimonial-slide .ts-testimonial-item .client-position{
  font-size: 12px;
  font-style: italic;
  line-height: normal;
  display: block;
  text-align: left;
}
.ts-testimonial-slide .ts-testimonial-item .client-position a{
  color: white;
}
.ts-testimonial-slide .ts-testimonial-item .client-position a:hover{
  color: #5ed9e7;
}
/*----------------CONTACTUS -------------------------------------------------------*/
.text-white {
  color: #fff !important;
}
.sub-form {
  background: #222;
}
.sub-form>.container {
  padding: 80px 15px;
}
.form-control::-webkit-input-placeholder {
  color: #8A8A8A;
}
.form-control:-moz-placeholder {
  color: #8A8A8A;
}
.form-control::-moz-placeholder {
  color: #8A8A8A;
}
.form-control:-ms-input-placeholder {
  color: #8A8A8A;
}
.form-control {
  background-color: #222;
  color: #fff;
  box-shadow: none;
  height: 60px;
  font-weight: 400;
  font-size: 16px;
  padding: 15px 1.5em;
}
#mc-form {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
/*----------------show more less content -------------------------------------------------------*/
.morecontent span {
  display: none;
}
.morelink {
  display: block;
}
.form-control:focus {
  border-color: #fa5454;
  outline: 0;
  box-shadow: none;
}
.center-block {
  margin-left: auto;
  margin-right: auto;
}
.sub-form .btn {
  padding: 1em;
}
#mc-form .btn-default {
  height: 60px;
}
#mc-notification {
  margin: 0.75em 0 0;
  font-weight: 400;
  color: #8A8A8A;
  font-size: 17px;
}
.error {
  color: #FF4C4C !important;
}
.valid {
  color: #4CAF50 !important;
}
.error i, .valid i {
  padding-right: .5em;
}
/*----------------SITE FOOTER -------------------------------------------------------*/
.site-footer {
  background: #fafafa;
  font-size: 0.93em;
}
.site-footer>.container {
  padding: 30px 15px;
}
.site-footer small {
  display: inline-block;
}
.footer-links, .site-footer small {
  margin: 0 0 .75em;
}
.site-footer small, .footer-links a {
  color: #333;
  font-weight: 400;
  font-size: 1em;
}
.footer-links a:hover {
  color: #fa5454;
}
.footer-links a:first-child {
  padding-right: .4em;
}
/**/
.wrapper-inner{
  padding: 180px 0px 80px 0px;
  display: inline-block;
  width: 100%;
}
/*----------------SOCIAL -------------------------------------------------------*/
.social li {
  display: inline-block;
  padding-right: .5em;
  text-align: center;
}
.social li:last-child {
  padding-right: 0;
}
.social li a {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  border-radius: 50%;
  position: relative;
  transition: all .8s ease;
  font-size: 1.3em;
  background: #C6C6C6;
}
.social li a:hover {
  background: #000;
}
.adot2-logo {
  border: 1px solid #C6C6C6;
  border-radius: 10px;
  overflow: hidden;
  padding: 5px 5px;
  margin: 1px 0 0 10px;
}
/*body.page-id-150 .nim-menu.navbar-default .navbar-nav>li>a{
  color: #313131 !important;
}
*/
/*----------------terms-and-condition -------------------------------------------------------*/
.subPage-wrap {
  padding: 120px 0 60px 0;
  font-size: 15px;
}
.subPage-wrap h1, .subPage-wrap h4, .subPage-wrap p, .subPage-wrap ul {
  margin-bottom: 15px;
}
.subPage-wrap ul {
  list-style: disc;
  padding-left: 20px;
}
/*---------------- Portfolio Grid -------------------------------------------------------*/
#filters {
  margin: 1% 1% 25px 1%;
  padding: 0;
  list-style: none;
  text-align: center;
}
#filters li {
  display: inline-block;
}
#filters li span {
  display: block;
  padding: 5px 20px;
  text-decoration: none;
  color: #C6C6C6;
  cursor: pointer;
}
#filters li span.active {
  background: #ff6d00;
  color: #fff;
}
#portfoliolist .portfolio {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  width: 31.333%;
  margin: 1%;
  display: none;
  float: left;
  overflow: hidden;
}
#portfoliolist .portfolio:nth-child(4), #portfoliolist .portfolio:nth-child(7), #portfoliolist .portfolio:nth-child(10), #portfoliolist .portfolio:nth-child(13) {
  clear: both;
}
#portfoliolist .portfolio .port-item {
  margin-bottom: 5px;
}
/* .portfolio-wrapper {
  overflow:hidden;
  position: relative !important;
  background: #666;
  cursor:pointer;
}
.portfolio img {
  max-width:100%;
  position: relative;
  top:0;
  -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.portfolio .portOverlap {
  position: absolute;
  width: 100%;
  height:56px;
  bottom:-56px;
  -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.portfolio .label-bg {
  background: #ff6d00;
  width: 100%;
  height:100%;
  position: absolute;
  top:0;
  left:0;
}
.portfolio .label-text {
  color:#fff;
  position: relative;
  z-index:500;
  padding:5px 8px;
}
.portfolio .label-text a {
  color:#fff;
}
.portfolio .text-category {
  display:block;
  font-size:13px;
}
.portfolio:hover .portOverlap {
  bottom:0;
}
.portfolio:hover img {
  top:-30px;
}
*/
/**/
#one1, #two1, #three1{
 /* text-align: right;
  */
  text-align: center;
}
#four1, #five1, #six1{
 /*text-align: left;
  */
  text-align: center;
}
.modal-md {
  width: 680px;
}

.modal-body {
  padding: 0;
}
.modal-body .close {
  position: absolute;
  right: -10px;
  top: -10px;
  font-size: 30px;
  font-weight: 300;
  opacity: 1;
  background-color: #333;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.modal-body .close span {
  position: relative;
  top: -3px;
}
.modal-body p {
  margin-bottom: 15px;
}
.modal-body .media {
  margin: 0;
}
.modal-body .media-left {
  background-color: #ebebeb;
  border-radius: 6px 0 0 6px;
}
.port-img-wrap {
  text-align: center;
  width: 340px;
  padding: 25px;
}
.port-img {
  margin: 15px auto 20px auto;
}
.port-disc {
  padding: 40px 30px 20px 30px;
  font-size: 14px;
  color: #5b5b5b;
}
.port-nam {
  font-size: 18px;
  color: #4e4e4e;
  font-weight: bold;
}
.tchnolog-icons {
  margin-top: 10px;
}
.tchnolog-icons li {
  float: left;
  padding: 0 6px;
  width: 33.333%;
  font-size: 12px;
  color: #4e4e4e;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 6px;
}
.tchnolog-icons li:nth-child(4), .tchnolog-icons li:nth-child(7) {
  clear: both;
}
.tchnolog-icons li span {
  width: 50px;
  height: 50px;
  overflow: hidden;
  display: block;
  margin: 0 auto 2px auto;
}
.tchnolog-icons li span img {
  width: 50px;
}
.dl-horizontal {
  margin-bottom: 25px;
}
.dl-horizontal dt {
  width: 104px;
  text-align: left;
}
.dl-horizontal dd {
  margin-left: 120px;
}
/**/
.popOpton2 {
  background-color: #ebebeb;
}
.popOpton2 .owl-carousel .owl-wrapper-outer {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.popOpton2 .popSlider-wrap {
  width: 620px;
  padding: 40px 0;
  margin: 0 auto;
}
.popOpton2 .popSlider-wrap h2 {
  margin-bottom: 20px;
}
.popOpton2 .tchnolog-icons {
  text-align: center;
}
.popOpton2 .tchnolog-icons li {
  width: auto;
  text-align: center;
  float: none;
  display: inline-block;
}
.popOpton2 .tchnolog-icons li span {
  width: 40px;
  height: 40px;
  overflow: hidden;
  display: block;
  margin: 0 auto 2px auto;
}
.popOpton2 .tchnolog-icons li span img {
  width: 40px;
}
.popOpton2 .tchnolog-icons li:nth-child(4), .popOpton2 .tchnolog-icons li:nth-child(7) {
  clear: none;
}
.popOpton2 .popSlider-wrap .item {
  background: #fff;
  padding: 10px;
  display: inline-block;
}
/**/
.popOpton3.modal-body {
  min-height: 560px;
}
.popOpton3 .popSlider-wrap {
  width: 490px;
  padding: 70px 0 0 70px;
  margin: 0;
}
.popOpton3 .overlap-box {
  background: #fff;
  position: absolute;
  right: -70px;
  top: 40px;
  left: auto;
  width: 400px;
  padding: 20px 25px;
  height: 470px;
  overflow: auto;
}
.popOpton3 .port-nam {
  font-size: 28px;
  margin-bottom: 10px;
}
.popOpton3 .tchnolog-icons li {
 /*color:#fff;
  */
}
.popOpton3 .owl-carousel .owl-wrapper-outer {
  box-shadow: none;
}
.popOpton3 .owl-item {
  text-align: center;
}
.popOpton3 .popSlider-wrap .item {
  background: none;
}
/**/
.popOpton4 .popSlider {
  width: 320px;
  text-align: center;
  margin: 30px;
}
.popOpton4 .item {
  background: none;
  width: 270px;
  display: inline-block;
}
.popOpton4 .tchnolog-icons {
  margin-bottom: 20px;
  margin-top: 20px;
}
.popOpton4 .tchnolog-icons li {
  width: auto;
  text-align: center;
  float: none;
  display: inline-block;
}
.popOpton4 .tchnolog-icons li span {
  width: 40px;
  height: 40px;
  overflow: hidden;
  display: block;
  margin: 0 auto 2px auto;
}
.popOpton4 .tchnolog-icons li span img {
  width: 40px;
}
/*.nim-menu ul.nav li:hover a, .dropdown:hover .dropdown-menu{
  background: #ff6d00;
}
*/
.nim-menu ul.nav li a{
  padding: 6px 10px;
  color: #292929;
}
.dropdown-menu .nowend li:hover a{
  color: #fff;
  background: #ff6d00;
}
.dropdown:hover .dropdown-menu{
  padding: 10px 0px;
  left: 0 
}
ul.dropdown-menu .dropdown-toggle{
  display: none;
}
.dropdown-menu>li>a{
  padding: 0px;
}
.navbar-right{
  position: relative;
}
.mega-dropdown-menu{
  left: 0;
}
.mega-dropdown-menu {
  padding: 20px 0px;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
 /*color: #fff;
  */
  white-space: normal;
}
.mega-dropdown-menu > li ul > li > a:hover, .mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #444;
  background-color: #f5f5f5;
}
.mega-dropdown-menu .dropdown-header {
  color: #fff;
  font-size: 18px;
  font-weight:bold;
}
.mega-dropdown-menu form {
  margin:3px 20px;
}
.mega-dropdown-menu .form-group {
  margin-bottom: 3px;
}
.get-free-demo{
  float: left;
  width: 100%;
  padding: 16px 0px !important;
  background: #ff6d74;
}
.get-free-demo a{
  font-weight: 400;
  color: #fff;
  font-size: 17px;
}
.service_list_box{
  padding: 60px 0px;
  display: inline-block;
  width: 100%;
}
.service_list_box p{
  font-size: 16px;
  line-height: 32px;
  margin-top: 20px;
  font-family: 'Alegreya Sans', sans-serif;
}
.grey-bg{
  background: #f6f6f6;
}
.contact_list_box{
  padding: 60px 0px;
  display: inline-block;
  width: 100%;
}
.contact_list_box p{
  margin-bottom: 20px;
}
.contact_list_box input, .contact_list_box select{
  background: #fff;
  margin-top: 25px;
  color: #555;
}
.contact_list_box .btn-custom{
  margin-top: 30px;
  border: 2px solid transparent;
}
.contact-form-sec input.btn-custom.theme_background_color:hover {
  background: #fff;
  color: #ff6d00;
  border: 2px solid #ff6d00;
}
/* About Us Page */
.aboutus_box{
  padding: 60px 0px;
}
.aboutus_box{
  padding: 60px 0px;
}
.aboutus_box img{
 /*border-radius: 6px;
  */
}
.mb28{
  margin-bottom: 28px;
}
.about-com-info h2{
  font-weight: 500;
  font-size: 28px;
  line-height: normal;
}
.about-com-info p{
  font-weight: 300;
  font-size: 16px;
 /*margin-top: 20px;
  */
  margin-bottom: 10px;
}
.about-com-info .download-brou{
  margin-top: 50px;
  margin-bottom: 60px;
}
.about-com-info .download-brou a{
  border-color: #ff6d00;
  background-color: #ff6d00;
  height: 64px;
  line-height: 64px;
  border-radius: 100px;
  font-size: 18px;
  font-family: Rubik;
  font-weight: 500;
  text-transform: none;
  padding-top: 0px;
  padding-right: 40px;
  padding-bottom: 0px;
  padding-left: 40px;
  border: 2px solid #ff6d00;
  display: inline-block;
  color: #fff;
}
.about-com-info .download-brou a i{
  font-size: 28px;
  margin-right: 15px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  display: inline-block;
  -webkit-animation-name: tada;
  animation-name: tada;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.about-com-info .download-brou a:hover i{
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.about-com-info .download-brou a:hover{
  background-color: #ffffff;
  color: #ff6d00;
  border: 2px solid #ff6d00;
}
.iconbox.style2 {
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 10%;
  height: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.iconbox.style2{
  margin-bottom: 60px;
  max-height: 360px;
  height: 100%;
  min-height: 360px;
  position: relative;
}
.iconbox.style2 h4.box-title{
  font-size: 28px;
  font-weight: 500;
}
.iconbox.style2 .box-icon{
  margin: 20px 0 10px 0;
  position: relative;
  z-index: 2;
}
.iconbox.style2 .box-readmore {
  position: absolute;
  bottom: 40px;
  margin: 0 auto;
  width: auto;
  display: inline-block;
  left: 0;
  right: 0;
}
.iconbox.style2 .box-readmore a{
  padding: 10px 18px 8px 0;
  border: none;
  background: #ff6d00;
  color: #fff;
  padding: 10px;
  border: 2px solid transparent;
}
.iconbox.style2 .box-readmore a:hover{
  border: 2px solid #ff6d00;
  color:#ff6d00;
  background:#fff;
}
.what-wedo p{
  font-size: 18px;
  line-height: 34px;
  font-family: 'Alegreya Sans', sans-serif;
  letter-spacing: 1px;
  margin-top: 10px;
}
.aboutus_box.what-wedo img {
  padding-top: 80px;
}
.what-wedo h2{
  font-size: 36px;
  margin-top: 0px;
  color: #ff6d00;
}
.what-wedo ul{
  font-size: 16px;
  line-height: 38px;
  list-style: disc;
  padding-left: 18px;
  font-family: 'Alegreya Sans', sans-serif;
  margin-top: 10px;
}
.serve-opportunity {
 /*background: rgba(255, 109, 0, 0.5411764705882353);
 */
  padding: 50px 0px;
  margin-bottom: 60px;
  text-align: center;
}
/*.serve-opportunity h3{
 color: #ff6d00;
}
*/
.about-serve {
  width: 100%;
  display: inline-block;
  padding-top:40px;
}
.about-serve-box {
  text-align: center;
  padding: 30px;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin-bottom: 30px;
  cursor: default;
  border:2px solid #ff6d00;
  background: #fff;
  color: #ff6d00;
}
.about-serve-box p {
  color: #000;
}
.about-serve-box:hover{
 /* border:2px solid #fff;
  background: #ff6d00;
  color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 */
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0px 3px 7px 3px rgba(128, 128, 128, 0.2), 6px 8px 20px 4px rgba(111, 111, 111, 0.19);
  -webkit-transform: translate(0px,-10px);
  transform: translate(0px,-10px);
}
.about-serve-box:hover .icon{
 /*border: 2px solid #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
 */
}
.about-serve-box i.fa {
  font-size: 30px;
  line-height: 35px;
  vertical-align: middle;
  color: #000;
}
.about-serve-box .icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  border:2px solid #000000;
  border-radius: 50%;
  line-height: 44px;
  padding: 5px;
  display: block;
}
.about-serve-box:hover i.fa, .about-serve-box:hover p{
 /*color: #fff;
 */
}
.about-serve-box h4{
 font-size: 25px;
 font-weight: bold;
  text-transform: uppercase;
}
.contact-right h2 {
  color: #ff6d00;
}
/* Blog Page Design */
body.page-id-174 .subHero-sec{
  height: 30vh;
}
.blogs-parent{
  display: inline-block;
  width: 100%;
  padding-top: 60px;
}
.blogs-box{
  box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19);
  display: inline-block;
  width: 100%;
  margin-bottom: 50px;
}
.blogs-box .title-header{
  padding: 20px 30px;
}
.blogs-box .w3-container{
  padding: 0px 30px 30px 30px;
}
.blogs-box .w3-container p a{
  background: #ff6d00;
  text-transform: uppercase;
  color: #fff !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#a0ce4e,endColorstr=#a0ce4e);
  transition: all .2s;
  border-width: 0px;
  border-style: solid;
  border-color: #ffffff;
  border-radius: 2px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  -webkit-border-radius: 2px;
  padding: 10px 20px !important;
  margin-top: 30px;
  display: inline-block;
}
.w3-container p{
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 17px;
  line-height: 30px;
}
.w3-card, .w3-card-2 {
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
  margin-bottom: 30px;
}
.w3-padding {
  padding: 11px 16px;
 /* background: #4c4c4c;
  */
  background: #ff6d00;
  color: #fff;
}
.w3-ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.w3-container.w3-white p{
  padding: 20px 15px;
}
.w3-container.w3-white p span{
 /*background-color: #4c4c4c;
  */
  background-color: #ff6d00;
  color: #fff;
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
  margin-right: 8px;
  transition: 0.3s;
  margin-bottom: 8px;
}
.w3-container.w3-white p span:hover{
  background-color: #ff6d00;
  cursor: pointer;
}
.w3-ul li {
  padding: 8px 16px;
  border-bottom: 1px solid #ddd;
}
.w3-padding-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}
.w3-left {
  float: left;
}
.w3-margin-right {
  margin-right: 16px;
}
.w3-large {
  font-size: 18px;
}
/*/
///// Case Study ///// 
/*/
.subHero-sec {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 80px;
  height: 50vh;
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
  min-height: 300px;
}
section.subHero-sec:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.40);
  position: absolute;
  left: 0;
  right: 0;
  padding: 0px;
  margin: 0px;
  top:0px;
  bottom:0px;
}
.subHero-sec p {
  font-size:22px;
  color: #fff;
  position:relative;
}
.subHero-sec h2 {
  font-size: 38px;
  color: #ff6d00;
 /* padding-top: 80px;
 */
 /*color: #fff;
 */
  text-transform: uppercase;
  font-weight: bold;
  position:relative;
}
/**/
/*.subHero-after-sec {
  background-color:#f6f8fa;
}
*/
.overlapContent-wrap {
  margin-top: -40px;
}
.overlapContent-sec {
  padding-left: 80px;
  padding-right: 80px;
}
.overlapContent-sec h2 {
  margin-bottom:35px;
}
.overlapContent-sec p {
  line-height:1.8;
  font-weight: 300;
}
.overlapContent-sec h4 {
  font-size:22px;
  margin-bottom:25px;
}
/**/
.overlapContent-sec1 {
  padding-top:70px;
  padding-bottom:70px;
}
.overlapContent-sec1 .row > div {
  padding-left:40px;
}
body.page-id-171 .overlapContent-sec1 .row > div {
  padding-left: 0px;
}
/**/
.overlapContent-sec2 {
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;
  padding-top:80px;
  padding-bottom:80px;
}
/**/
.overlapContent-sec3 {
  padding-top:80px;
  padding-bottom:80px;
}
/**/
.overlapContent-sec4 {
  background-color:#3fc0e7;
  padding-top:80px;
  padding-bottom:80px;
}
.wayStep-item {
  margin-top:30px;
}
.wayStep-item p {
  font-weight: 600;
  font-size:22px;
  margin-bottom: 15px;
}
/**/
.overlapContent-sec5 {
  padding-top:80px;
  padding-bottom:80px;
}
.overlapContent-sec5 p {
  font-size: 18px;
  margin-bottom: 25px;
}
/**/
.overlapContent-sec6 {
  padding-top:80px;
  padding-bottom:80px;
}
.overlapContent-sec6 p {
  font-size:22px;
  font-family: 'Architects Daughter', cursive;
}
.overlapContent-sec6 .btn {
  margin-top:40px;
  position:relative;
}
.overlapContent-sec6 .btn:after {
  content:'';
  position:absolute;
  right:-50px;
  bottom: 15px;
  background-image:url(images/arrow.png);
  width:48px;
  height:73px;
}
/*/
///// Career ///// 
/*/
.jobItem-tabs {
  padding:20px 25px;
}
.jobItem-tabs .tab-content {
  padding:30px 0;
}
.jobItem {
  box-shadow:0 2px 10px rgba(0, 0, 0, 0.15);
  padding:25px;
  margin-bottom:30px;
}
.jobItem h4 {
  margin-bottom:20px;
}
.jobItem table tr td {
  padding:5px 0;
  border:none;
}
/**/
.whyWork-sec {
  padding:70px 30px;
}
.whyWork-item {
  margin-top:50px;
}
.whyWork-icon {
  width:200px;
  height:200px;
  border-radius:50%;
  background-color:#eeeeee;
  border:7px solid transparent;
  display:table;
  text-align:center;
  margin: 0 auto;
}
.whyWork-icon-inner {
  display:table-cell;
  vertical-align:middle;
}
.whyWork-icon .fa {
  color:#ff6d00;
}
.whyWork-icon p {
  font-size:26px;
}
.whyWork-item h5 {
  font-size:23px;
  margin-top:15px;
}
.whyWork-item.active .whyWork-icon {
  background-color:transparent;
  border-color:#ff6d00;
}
.whyWork-item.active h5 {
  color:#ff6d00;
}
/**/
.carerHero-sec {
  background-image:url(../images/career-hero-bg.jpg);
  background-repeat:no-repeat;
  background-position:left center;
  height:500px;
  margin-top:100px;
}
.carerCaption {
  background-color: #ff6d00;
  padding: 40px 50px;
  float: right;
  width: 55%;
  color: #fff;
  margin-top: 26vh;
  opacity: 0.9;
}
.carerinfo-sec {
  padding:80px 0;
}
.carerTestimonial-sec {
  padding:80px 0;
}
.carerCallAction-sec {
  padding:80px 0;
}
.carerinfo-sec h2{
  font-size: 41px;
  color: #3e3d42;
  font-weight: 300;
}
.carerinfo-sec p{
  font-size: 16px;
  font-weight: normal;
  color: #3e3d42;
 /* margin-top: 20px;
  */
  margin-top: 0px;
  line-height: 28px;
  text-align: justify;
}
.life-sec{
  margin-top: 60px;
  display: flex;
  width: 100%;
}
.life-sec .lifeat{
  margin:auto;
}
.life-sec h1{
  font-size: 41px;
  color: #242424;
  line-height: normal;
}
.life-sec h1 span{
  color: #ff6d00;
}
.life-sec h3{
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 15px;
  color: #ff6d00;
}
.life-sec ul{
  list-style: disc;
}
.life-sec ul li{
  line-height: normal;
  font-size: 17px;
  font-weight: normal;
  list-style: none;
  color: #333;
  background-image: url("images/right-arrow.png");
  background-repeat: no-repeat;
  background-size: 25px;
  padding-left: 35px;
  vertical-align: middle;
  background-position: top left;
  padding-bottom: 25px;
}
.carerCallAction-sec h4{
  font-size: 34px;
  color: #ff6d00;
  text-align: center;
}
.carerCallAction-sec h2{
  text-align: center;
  line-height: 46px;
  color: #3e3d42;
  font-weight: 400;
}
.carerCallAction-sec p{
  font-size: 20px;
  color: #3e3d42;
  line-height: 30px;
  text-align: center;
  font-weight: 400;
  margin-top: 10px;
}
.btn-centrr-sec{
  text-align: center;
  margin-top: 40px;
}
/*------- 02-july css start -----*/
/*body.page-id-150 .nim-menu.navbar-default .navbar-nav>li.btn-main>a{
  color: #fff !important;
}
*/
.nim-menu ul.nav.navbar-nav.navbar-right {
  margin-right: 0px;
}
#footer-main h5.subtitle{
  font-weight: bold;
  font-size: 20px;
}
/*body.page-id-150 .nim-menu.navbar-default .navbar-nav>li>a:hover{
  color:#ff6d00 !important;
}
*/
#footer-main .widget .socialfollow a:first-child:hover{
  background:#3a5896;
}
#footer-main .widget .socialfollow a.social-circle:hover i{
  color:#fff;
}
#footer-main .widget .socialfollow a:nth-child(2):hover{
  background: #B23121;
}
#footer-main .widget .socialfollow a:nth-child(3):hover {
  background:#0070ac;
}
#footer-main .widget .socialfollow a:nth-child(4):hover {
  background:#0299d0;
}
.adrees-footer a.address-redirect-map {
  display: inline-block;
}
.adrees-footer a.address-redirect-map span.footer-content {
  float: left;
  padding-left: 26px;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  font-weight: normal;
  font-size:14px;
}
.contact-form-sec {
  width: 100%;
  display: inline-block;
  background: #f5f5f5;
  padding: 30px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.contact-address-logo h3 {
  line-height: normal;
}
.contact-form-sec .address-section {
  width: 100%;
  display: inline-block;
}
.contact-address-section h5 {
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 500;
  font-size: 30px;
}
.contact-add span:first-child {
  font-weight: 800;
  padding-bottom: 3px;
  font-size: 18px;
  padding-left: 0px;
}
.contact-add span {
  float: left;
  padding-left: 26px;
  width: 100%;
  padding-top: 3px;
 /*padding-bottom: 3px;
  */
  padding-bottom: 20px;
  position: relative;
}
.contact-add span a{
  color: #333;
}
.contact-add span i {
  font-size: 28px;
  padding-left: 3px;
  left: -2px;
  position: absolute;
  top: 5px;
  color: #888;
}
.contact-add span i.fa-envelope {
  font-size: 17px;
  top: 6px;
}
.contact-add span i.fa-mobile {
  top: 2px;
  font-size: 30px;
  height: auto;
}
/*------- 02-july css end -----*/
/*----------------- 03-july css start -----------------*/
.nim-menu ul.multi-dropdown {
  position: absolute;
  right: -177px;
  top: 0;
  background: #fff;
  display:none;
}
.nim-menu ul.child li.parent a {
  padding: 6px 12px;
}
.nim-menu ul.child li:hover a, .nim-menu ul.child li ul.child li:hover a {
  color: #fff !important;
}
.nim-menu ul.child li ul.child li a {
  color: #333333 !important;
}
#footer-main p.footer-left-text {
  padding-top: 15px;
  color: #fff;
}
#footer-main .social-circle {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #fff;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
/*----------------- header submenu style ----------------------------------*/
.parent {
  display: block;
  position: relative;
  float: left;
}
.parent a{
  color: #FFFFFF;
  text-decoration: none;
}
.parent:hover > ul {
  display:block;
  position:absolute;
}
.child {
  display: none;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.child li {
  line-height: 30px;
  background: #fff;
  width:100%;
}
.child li a{
  color: #000000 !important;
  font-size: 14.4px;
}
ul{
  list-style: none;
  margin: 0;
  padding: 0px;
  min-width:10em;
}
ul ul ul{
  left: 100%;
  top: 0;
  margin-left:1px;
}
.parent li:hover {
  background-color: #ff6d00;
}
ul.child li:hover a {
  color: #fff;
}
.nim-menu.navbar-default .navbar-nav > li > a:hover {
  color: rgb(255, 109, 0) !important;
 /* text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
 */
}
#gallery-slider .owl-item img {
  width: 100%;
}
/* -------------------- form errors styles --------------------*/
span.wpcf7-not-valid-tip {
  text-align: left;
  color: red;
  display: inline-block;
  width: 100%;
  padding: 0px 0px 5px;
}
.wpcf7-response-output.wpcf7-validation-errors {
  color: red;
}
.screen-reader-response {
  display: none;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #3c763d;
  font-size: 20px;
  margin-top: 20px;
  border: 2px solid #3c763d;
  padding: 10px;
  font-weight: bold;
  text-align: center;
}
/*---------- contact page button style -------------*/
.contact-form-sec input.btn-custom.theme_background_color {
  background-color: #ff6d00;
  color: #fff;
}
/*-------------------- Life Codion Page Slider style----------------*/
#gallery-slider .owl-pagination {
  display: none;
}
#gallery-slider .owl-buttons .owl-prev, #gallery-slider .owl-buttons .owl-next {
  width: 35px;
  height:35px;
  background: #ff6d00;
  border-radius: 50%;
  opacity: 1;
  font-size: 0;
  position: relative;
}
#gallery-slider .owl-buttons .owl-prev::before, #gallery-slider .owl-buttons .owl-next::before {
  content:"";
  background: transparent;
  width: 14px;
  height: 14px;
  font-size: 0px;
  border-radius: 2px;
  transform: rotate(45deg);
  padding: 0px;
  opacity: 1;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#gallery-slider .owl-buttons .owl-next::before{
  content:"";
  border-top: 2px solid #fff;
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  left: 0;
  right: 8px;
  top:11px;
  margin: 0 auto;
}
#gallery-slider .owl-buttons .owl-prev::before {
  content:"";
  border-top: 2px solid transparent;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid transparent;
  left: 8px;
  top:11px;
  right: 0;
  margin: 0 auto;
}
#gallery-slider .owl-carousel .owl-item {
  padding: 0 12px;
}
.gallery-owl-carousel {
  position: relative;
}
.about-txt h3.title {
  padding-bottom: 20px;
}
/*----------------- 03-july-css end ---------------------*/
/*---------------- 05-july-css start --------------------*/
.gray-bg {
  background: #f7f7f7;
}
.background-image-portfolio{
  background-image: url("images/products-portfolio.png");
  background-position: center right;
  background-size: auto;
  width: 100%;
  height: auto;
  padding: 285px 0;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.portfolio-bg {
 /*background-image: url(../images/products-portfolio.png);
  background-position: center right;
  background-size: cover;
  width: 100%;
  height: auto;
  padding: 185px 0;
  background-repeat: no-repeat;
  */
  background-color:#ff6d00;
  position: relative;
  padding: 200px 0;
}
a.portfolio-button{
  color: #fff;
  background: none;
  border-color: #fff;
  text-shadow: none;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 16px 19px 14px;
  border: 2px solid #fff;
  border-radius: 4px;
  display: inline-block;
  width: auto;
}
a.portfolio-button:hover {
  background: #fff;
  color: #ff6d00;
}
.portfolio-bg .title {
  color: #fff;
  line-height: normal;
  margin-bottom: 0;
}
.portfolio-bg p.a-slog {
  color: #fff;
  line-height: 28px;
  font-weight: 400;
  font-size: 18px;
  margin: 0 0 25px;
}
section.isotop-portfolio {
  padding: 80px 0 40px;
 /*background: #eeefea;
 */
}
.isotop-portfolio .toolbar.mb2.mt2 {
  margin-bottom: 50px;
  text-align: center;
}
/*----------------- 05-july-css end --------------*/
.nim-service .button {
  border-radius: 2px;
  background-color: #ff6d00;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  width: 120px;
 /*display: inline-block;
  */
  display: block;
  margin: 0 auto;
}
.nim-service .button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
/* .nim-service .button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.nim-service .button:hover span {
  padding-right: 25px;
}
.nim-service .button:hover span:after {
  opacity: 1;
  right: 0;
}
*/
#footer-main .adrees-footer a:hover span, #footer-main .adrees-footer span a:hover, #footer-main .adrees-footer span:hover i {
  color: #ff6d00;
}
/* #footer-main .adrees-footer .kodion-subtitle{
  color:#fff;
}
*/
.nim-menu.sticky .navbar-nav>li>a {
  padding-bottom: 30px;
}
/*-------- =========================== 15-07-2019 - css start --------- ==========================*/
.blox-dark h4 strong {
  font-size: 25px;
}
.contact-address-section {
  display: inline-block;
  padding-top: 31px;
}
/*=========== 05-08-2019 start ===============*/
.iconbox.style2 .box-icon i {
  font-size: 36px;
  color: #ff6d00;
}
.about-row{
  display:flex;
  padding: 20px 0;
}
.about-row img{
  box-shadow: 5px 5px 10px #999;
  -webkit-box-shadow: 5px 5px 10px #999;
  -moz-box-shadow: 5px 5px 10px #999;
}
.about-row p{
  text-align: justify;
}
.about-slog{
  height:100%;
  margin:auto;
}
/*--------- 08-08-2019---------------------*/
.top-text-services {
  text-align: center;
}
section.term-page {
  padding: 60px 0px;
}
section.term-page h4 {
  font-weight: bold;
  padding: 20px 0px 0px;
}
section.term-page h3.title {
  margin: 0px;
  text-align: center;
}
section.term-page.privacy h3.title {
  padding-bottom: 20px;
}
/*----- =========================== Portfolio page ==============================---------------*/
div#portfolio {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.tile .hover-box {
  display: none;
 /*position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0,0,0,0.7);
 */
}
/*.portImg:hover .hover-box {
  display: block;
}
*/
.tile {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  margin-bottom: 40px;
  min-height: 360px;
 /*border: 5px solid #fff;
  box-shadow: 0px 3px 3px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.15);
  */
}
.tile img {
  max-width: 100%;
  width: 100%;
  height: auto;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
 /*border: 5px solid #fff;
 */
}
#portfolio .portImg a:hover img {
  transform: scale(1.05);
}
/*.portImg:hover img {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
*/
.portImg {
  position:relative;
  overflow:hidden;
  border: 3px solid #fff;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.18);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.18);
}
/*.hover-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding-top: 30%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  text-align:center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.portImg:hover .hover-box {
  opacity: 1;
}
.portImg .hover-box a {
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 50px;
  display: inline-block;
  padding: 10px 30px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: 0 12px 32px 0 rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
*/
.isotop-portfolio .tags-div.all {
 /* display: none; */
}
.tile .portTitle {
 /* color: #ff6d00; */
 color: rgb(0, 0, 0);
 font-size: 20px;
 font-weight: 600;
 display: block;
 margin-top: 17px;
 margin-bottom: 10px;
 line-height: 1.2;
 /* text-transform: uppercase; */
 text-align: left;
}
.tile .portDesc {
  font-size:15px;
  color:#8A959E;
}
.scale-anm {
  transform: scale(1);
}
.fil-cat {
  transition: all 0.5s ease;
 /*padding: 8px 20px;
  */
  padding: 12px 35px;
  margin: 0;
  box-shadow: none;
  outline: none;
  border:2px solid #ff6d00;
  color:#ff6d00;
  background:transparent;
  font-weight: 600;
}

.fil-cat:hover, .fil-cat:active, .fil-cat:focus, button.btn.fil-cat.active{
  background: #ff6d00;
  color: #fff;
  border:2px solid transparent;
  box-shadow: none;
  outline:0;
}
ul#menu-header-menu li a {
 text-shadow: none!important;
}
/**/
.isotop-vacancy { padding-top: 40px; }
.isotop-vacancy .nav-tabs { display: flex; overflow: auto; }
.isotop-vacancy .nav-tabs > li { margin-right: 15px; }
.isotop-vacancy .nav-tabs > li:after { display: none; }
/**.isotop-vacancy .tab-data-in { justify-content: space-between; }/**/
.isotop-vacancy .tab-data-in .main-card {
 padding: 20px 20px 70px;
 margin-right: 1.33%;
 position: relative;
}
.custom-btn {
 position: absolute;
 bottom: 18px;
}
.isotop-vacancy .tab-data-in .main-card h4 { font-size: 26px; font-weight: 600; margin-bottom: 10px; }
/**/
.map-main iframe { display: block; }
/**/
.job-popup #form-title { font-size: 28px; margin-bottom: 13px; border-bottom: 1px solid #ccc; padding-bottom: 10px; }
.job-popup .form-group input { border: 1px solid #ccc; height: 40px; border-radius: 2px; }
.job-popup .form-group input[type=file] { padding: 7px 0; }
.job-popup.form-popup form label {
 color: #292929;
 font-weight: normal;
}
.job-popup.form-popup #btn_submit,
.custom-tab-btn { 
 padding: 10px 45px;
 text-transform: capitalize;
 border-radius: 25px;
 margin-top: 12px;
 display: inline-block;
 background: linear-gradient(90deg, rgb(255 109 0) 0%, rgb(255 109 0) 35%, rgb(240 69 76) 100%);
 outline: 0px;
 border: 0;
 width: auto;
 color: #fff;
 height: auto;
}

body .custom-tabs .nav-tabs li a.custom-tab-btn {
 padding: 11px 34px;
 border-radius: 0px;
 color: #fff;
 margin: 0px 15px 0 0;
 border: 1px solid #ff6d00!important;
 background: transparent;
 color: #f34c3f;
}
.custom-tabs .nav-tabs li.active a.custom-tab-btn {
 background: linear-gradient(90deg, rgb(255 109 0) 0%, rgb(255 109 0) 35%, rgb(240 69 76) 100%);
 color: #fff;
}
.custom-tabs .nav-tabs li.active {
 border-bottom: 0px;

}
.custom-tabs .nav-tabs li.active:after {
content:none;

}
.custom-tabs .nav-tabs {
 margin: 0 0px;
}
.job-popup.form-popup .modal-content .modal-header .close { color: #000; background: none; }
/**/
.lightbox-target {
  position: fixed;
  top: -100%;
  width: 100%;
  background: rgba(0,0,0,.7);
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  overflow: hidden;
}
/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */
.lightbox-target img {
  margin: auto;
  position: absolute;
  top: 0;
  left:0;
  right:0;
  bottom: 0;
  max-height: 0%;
  max-width: 0%;
  border: 3px solid white;
  box-shadow: 0px 0px 8px rgba(0,0,0,.3);
  box-sizing: border-box;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
/* Styles the close link, adds the slide down transition */
a.lightbox-close {
  display: block;
  width:50px;
  height:50px;
  box-sizing: border-box;
  background: white;
  color: black;
  text-decoration: none;
  position: absolute;
  top: -80px;
  right: 0;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
/* Provides part of the "X" to eliminate an image from the close link */
a.lightbox-close:before {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  background: black;
  position: absolute;
  left: 26px;
  top:10px;
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  transform:rotate(45deg);
}
/* Provides part of the "X" to eliminate an image from the close link */
a.lightbox-close:after {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  background: black;
  position: absolute;
  left: 26px;
  top:10px;
  -webkit-transform:rotate(-45deg);
  -moz-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
  transform:rotate(-45deg);
}
/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */
.lightbox-target:target {
  opacity: 1;
  top: 0;
  bottom: 0;
  left:0;
  z-index: 9999;
}
.lightbox-target:target img {
  max-height: 100%;
  max-width: 100%;
}
.lightbox-target:target a.lightbox-close {
  top: 0px;
}
.port-folio-bg, .port-folio-bg-text{
  position: relative;
}
.port-folio-bg:before{
  content: "";
  background: rgba(0, 0, 0, 0.40);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  margin: 0 auto;
  position: absolute;
}
/*----------------ANIMATIONS -------------------------------------------------------*/
@-webkit-keyframes blink {
  0% {
      opacity: 1;
 }
  50% {
      opacity: 1;
 }
  50.01% {
      opacity: 0;
 }
  100% {
      opacity: 0;
 }
}
@-moz-keyframes blink {
  0% {
      opacity: 1;
 }
  50% {
      opacity: 1;
 }
  50.01% {
      opacity: 0;
 }
  100% {
      opacity: 0;
 }
}
@-ms-keyframes blink {
  0% {
      opacity: 1;
 }
  50% {
      opacity: 1;
 }
  50.01% {
      opacity: 0;
 }
  100% {
      opacity: 0;
 }
}
@-o-keyframes blink {
  0% {
      opacity: 1;
 }
  50% {
      opacity: 1;
 }
  50.01% {
      opacity: 0;
 }
  100% {
      opacity: 0;
 }
}
@keyframes blink {
  0% {
      opacity: 1;
 }
  50% {
      opacity: 1;
 }
  50.01% {
      opacity: 0;
 }
  100% {
      opacity: 0;
 }
}
/*---- service page css start ---*/
.full-image {
  position: relative;
  float: left;
  overflow: hidden;
}
.full-image:hover .effect-target, .full-image:hover .effect-image {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.full-image:hover h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
.full-image:hover p {
  font-size: 16px;
  color: #fff;
}
.full-image:hover .image-text {
  top: 14%;
  transform: translatey(14%);
  opacity: 1;
}
.full-image .image-text {
  padding: 20px;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  bottom: 100px;
  width: 100%;
  height: auto;
  left: 0;
  opacity: 0;
  transition: transform 0.5s;
}
.full-image .title-text {
  color: #fff;
}
.full-image h3 {
  font-size: 40px;
}
.full-image .effect-target {
  -webkit-transform: translate3d(0, 490px, 0);
  transform: translate3d(0, 490px, 0);
}
.full-image .effect-target {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.full-image img.effect-image {
  position: relative;
  float: left;
  overflow: hidden;
  display: block;
}
.full-image:hover .overlays {
  background: rgba(0, 0, 0, 0.77);
}
.full-image .overlays, .full-image .over-lay {
  position: absolute;
  background: rgba(0, 0, 0, 0.55);
  width: 100%;
  top: 0;
  left: 0;
  height: auto;
  right: 0;
  bottom: 0;
}
.full-image .bottom-text {
  transform: translateY(30%);
  position: absolute;
  top: 36%;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0);
  width: 100%;
  color: #fff;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
.full-image:hover .bottom-text {
  display: none;
}
.full-image .bottom-text h3 {
  position: relative;
  font-size: 30px;
}
.full-image .bottom-text h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 20%;
  height: 6px;
  background: #ff6d00;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.full-image .title-text h3 {
  position: relative;
  padding-bottom: 5px;
  font-size: 25px;
}
.full-image .title-text h3:after {
  content: "";
  position: absolute;
  background: #ff6d00;
  left: 0;
  width: 10%;
  height: 4px;
  bottom: 0;
}
.space-bottom{
  margin-bottom:30px;
}
/*---- service page css end -----*/
.whyChose-sec {
  padding:100px 0;
  background-position: center center;
  background-size: cover;
  color: #fff;
}
.whyChose-body {
  display:flex;
  width:100%;
  flex-wrap: wrap;
  padding: 0 180px;
  justify-content: center;
  margin-top:80px;
}
.whyChose-body .whyChose-item {
  height:156px;
  width:180px;
  margin: 10px;
  border:1px solid #fff;
  text-align: center;
  padding: 19px 0;
  position: relative;
}
.whyChose-body .whyChose-item h6 {
  font-size:19px;
}
/**/
.portfolio-sec {
  padding:100px 0;
}
.portfolio-body {
  margin-top:60px;
}
.portfolio-body .button {
  border-radius: 2px;
  background-color: #ff6d00;
  border: 2px solid #ff6d00;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  padding: 13px 30px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 70px 5px 5px 5px;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  text-shadow: 0 1px 0 rgba(255,255,255,0.25);
}
.portfolio-body .button:hover {
  background-color: transparent;
  color: #ff6d00;
}
/*----service-detail-page start -------------*/
.odd{
  background-color: #f5f5f5;
}
.padding-60{
  padding:70px 0;
}
section.service-detail-img {
  position: relative;
  padding: 150px 0 70px;
  background-position: top center;
  background-repeat: no-repeat;
}
.service-desktop {
  position: absolute;
  right: 19%;
  bottom: -100px;
}
.detail-inner-text {
  color: #fff;
}
section.service_detail {
  position: relative;
  padding: 120px 0px 100px;
}
section.service_detail h4 {
  font-size: 40px;
  color: #000;
  line-height: normal;
  font-weight: bold;
}
section.service_detail p {
 padding-bottom: 20px;
 font-size: 16px;
}
.service-image-detail {
  position: relative;
  padding:100px 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 0%;
}
.inner-detail-img {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
section.padding-sec {
  padding: 100px 0;
}
section.padding-sec h5 {
  font-size: 30px;
  padding-bottom: 15px;
}
section.padding-sec .medium-text{
  font-size: 16px;
}
section.padding-sec ul.feature-list li {
  font-size: 16px;
  line-height: 33px;
  font-weight: normal;
  list-style: none;
  color: #333;
  background-image: url("images/right-arrow.png");
  background-repeat: no-repeat;
  background-size: 25px;
  padding-left: 35px;
  vertical-align: middle;
  background-position: left center;
}
section.padding-sec p b {
  display: inline-block;
  padding-bottom: 5px;
}
section.padding-sec p {
  padding-bottom: 18px;
  font-size: 16px;
}
section.service-detail-blue {
  background-color: #1f3f66;
  padding:100px 0;
}
.detail-inner-text h2 {
  font-size: 40px;
  font-weight: bold;
  padding-bottom: 20px;
}
.detail-inner-text p {
  font-size: 18px;
  padding-bottom: 15px;
}
.detail-inner-text p:last-child {
  padding-bottom: 0px;
}
.inner-detail-img img {
  width: 100%;
}
section.service-detail-blue img {
  width: auto;
}
.web_site_img {
  margin: 0 auto;
  text-align: center;
  padding: 30px 0px 0px 0px;
}
.web_site_img img {
  text-align: center;
  margin: 0 auto;
}
.service-icon {
  display: inline-block;
  vertical-align: middle;
  padding-right: 25px;
  max-width: 250px;
}
/*.service-icon img{
  width:100%;
}
*/
.web-service {
  display: inline-block;
  vertical-align: middle;
}
.web-service ul.inner_list li {
  background-image: none;
  padding-left: 20px;
  padding-bottom: 0;
  padding-top: 5px;
  position:relative;
  margin-bottom: 0px;
}
.web-service ul.inner_list li:before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #ff6d00;
  font-size: 22px;
  position: absolute;
  top: 0px;
  left: 0;
}
.web-service ul.inner_list {
  padding-left: 10px;
}
.button_group {
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  width: 100%;
}
.button_group a {
  border: 2px solid transparent;
  margin: 30px 20px 0;
  padding: 10px 20px;
  color: #fff;
  background: #ff6d00;
  text-transform: uppercase;
  transition: all .5s ease-out;
  border-radius: 2px;
  font-size: 14.4px;
  display: inline-block;
  text-shadow: 0 1px 0 rgba(255,255,255,0.25);
}
.button_group a:hover {
  border: 2px solid #ff6d00;
  background: transparent;
  color: #ff6d00;
}
.service-box {
  display: flex;
  padding-bottom: 20px;
}
.main-service {
  padding-top: 40px;
}
.service-page-text .title-text {
  text-align: center;
  padding-bottom: 50px;
}
.service-page-text .button_group {
  margin: 30px auto 0;
}
section.mobile-app {
  padding: 40px 0 80px;
}
.main-service .left-service-img img {
  width: 100%;
}
.mobile-app .space-bottom .col-3 {
  margin: auto;
}
.mobile-app .space-bottom {
  display: flex;
}
.badge{
 background-color: transparent !important;
  border: 1px solid #4a4a4a;
  color: #4a4a4a;
  text-transform: uppercase;
  font-size: 11px;
  padding: 4px 9px;
  margin-top: 5px;
}
.project-in-mind{
  text-align: center;
  background-image: url("images/bg-project.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.project-in-mind .max-overlay-row {
  background-color:rgba(0, 0, 0, 0.56);
  padding: 40px 0px;
}
.project-sec h2 {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
}
.project-sec p {
  padding: 10px 0 0;
  font-size: 18px;
  color: #fff;
}
.get-contact-btn{
  text-align:center;
  margin:0 auto;
}
.get-contact-btn a{
  border-radius: 2px;
  background-color: #ff6d00;
  border: 2px solid #ff6d00;
  color: #f5f5f5;
  text-align: center;
  font-size: 16px;
  padding: 13px 30px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 40px 5px 5px 5px;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.get-contact-btn a:hover {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  border: 2px solid #ff6d00;
  background: transparent;
  color: #ff6d00;
}
.whyChose-item, .whyChose-item .hover-box, .whyChose-item .without-hover, .whyChose-item .hover-box h6 {
 transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.whyChose-item .hover-box {
 opacity: 0;
 position: absolute;
 left: 0;
 width: 100%;
 top: 19px;
 
}
.whyChose-item:hover .hover-box {
 
 opacity: 1;
}
.whyChose-item:hover .hover-box h6 {
  color:#ff6d00;
}
.whyChose-item:hover .without-hover {
 opacity: 0;
}
.full-content {
  padding-top: 30px;
}
.contact-add span:hover {
  color: #ff6d00;
}
.contact-add span:hover i, .contact-add span:hover a {
  color: #ff6d00;
}
.contact-add span:hover a{
 transition: none;
}
.service-page-text p.a-slog {
  padding-top: 0px;
}
.about-com-info {
  width: 100%;
  display: inline-block;
  padding-top: 80px;
}
.contact-form-sec h3.title {
  text-align:center;
}
.onsided .service_web {
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
}
.skill_content {
  width: 100%;
  display: inline-block;
  padding-top: 30px;
}
.skill_content .row:last-child .skill-title {
  margin-bottom: 0px;
}
.skill_content h3.title {
  padding: 40px 0;
  text-align: center;
}
.skill_content ul.skills li span img{
  width: 30px;
  padding-right: 5px;
}
ul.skills li {
  padding-bottom: 15px;
  font-size: 14px;
  vertical-align: top;
  display: inline-block;
  width: 49%;
}
.skill-title.full-size-skills li {
  width: 24%;
  display: inline-block;
}
/*.skill_content .skill-title {
  padding: 20px;
}
*/
.skill-title {
  border: 1px solid #cececef0;
  padding: 15px;
  margin-bottom: 30px;
  background: #fff;
}
.skill-title h2{
  font-size: 20px;
  color: #ff6d00;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
  border-bottom: 2px solid #ff6d00;
  padding-bottom: 5px;
  display: inline-block;
}
.service_web h4 {
  color: #ff6d00;
}
.service_web {
  -moz-column-count: 2;
  -moz-column-gap: 1em;
  -webkit-column-count: 2;
  -webkit-column-gap: 1em;
  column-count: 2;
  column-gap: 1em;
}
.service_web ul li {
  margin-bottom: 30px;
  background-image: url("images/right-arrow.png");
  background-repeat: no-repeat;
  background-size: 35px;
  padding-left: 55px;
  vertical-align: middle;
  background-position: top left;
}
/*ul.skills {
  -moz-column-gap: 1em;
  -webkit-column-gap: 1em;
  column-count: 4;
  -moz-column-count: 4;
  -webkit-column-count: 4;
  column-gap: 1em;
}
*/
.wpcf7-response-output.wpcf7-validation-errors {
  display: none;
}
/*.wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #3c763d;
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  top: -23px;
  left: 15px;
}
*/
.google-map iframe {
  display: block;
}
/*----- watsapp link---*/
.bounce-watsapp {
  position: fixed;
 bottom: 30px;
 right: 29px;
 width: 55px;
 height: 55px;
 border: 2px solid #25d366;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 -ms-border-radius: 50%;
 border-radius: 50%;
 animation: bounceWatsapp 2s infinite;
 -webkit-animation: bounceWatsapp 2s infinite;
 -moz-animation: bounceWatsapp 2s infinite;
 -o-animation: bounceWatsapp 2s infinite;
 text-align: center;
 line-height: 55px;
 font-size: 28px;
 background: #25d366;
 z-index: 1;
}
.bounce-watsapp a:hover, .bounce-watsapp a:focus {
  color: #fff;
}
.watsapp {
  color: white;
  border:2px solid transparent;
  border-radius:50%;
  text-align:center;
}

@-webkit-keyframes bounceWatsapp{
  0%, 100% {
      opacity: 1;
      transform: scale(1, 1) ;
 }
}
@-webkit-keyframes bounceWatsapp {
  50% {
      opacity: 1;
      transform: scale(1.1, 1.1);
 }
}
@keyframes bounceWatsapp{
  0%, 100% {
      opacity: 1;
      transform: scale(1, 1);
 }
}
@keyframes bounceWatsapp {
  50% {
      opacity: 1;
      transform: scale(1.1, 1.1);
 }
}
a.powered {
 display: none !important;
}
/*-----*/
/*--- Responsive start ---*/
@media (max-width:1440px){
  .padding-60 {
      padding: 50px 0;
 }
}
@media (max-width:1199px){
 .main-card {
 width: 31%;
 margin-right: 21px;
}
  .skill-title.full-size-skills li {
      width: 33%;
 }
  ul.skills li {
      width: 100%;
 }
  .iconbox.style2 {
      max-height: 550px;
      height: 100%;
      min-height: 550px;
 }
  .carerinfo-sec {
      padding: 40px 0;
 }
  .tile{
      margin-bottom: 20px;
 }
  .about-serve-box h4 {
      font-size: 18px;
 }
  .whyChose-body {
      padding: 0 80px;
 }
  .nim-menu.navbar-default .navbar-nav>li>a {
      font-size: 13px;
      padding: 10px;
 }
  .navbar-header {
      padding-bottom: 10px;
 }
 /*------------ contact page start -------------*/
  .contact-address-logo h3 {
      font-size: 25px;
 }
}
@media screen and (max-width:998px) {
.form-popup .modal-dialog {
 width: 600px;
}
}
@media screen and (min-width: 999px) {
body .form-popup .modal-dialog {
 width: 970px;
}
 }
@media (max-width:1200px){
  .nim-menu.navbar-default .navbar-nav>li>a {
      padding-top: 10px;
 }
  #basicModal .modal-dialog {
      width: 90%;
 }
  .background-image-portfolio {
      background-position: center right;
      background-size: 50%;
      padding:0px;
 }
  .portfolio-bg {
      padding: 70px 0;
 }
  div#menu ul li:last-child a{
      margin-top:0px;
 }
  nav.nim-menu ul#menu {
      padding-top: 20px;
 }
  .main-heading>.overlay, .main-heading {
      height: 450px !important;
 }
  .main-heading-title{
      font-size: 40px;
 }
  section#Services .nim-service {
     /*min-height: 345px;
     */
      position: relative;
      padding: 20px 30px;
 }
}
@media only screen and (max-width: 992px) {
  .nim-menu.navbar-default .navbar-nav>li>a {
      padding: 10px 12px;
      font-size: .70em;
 }
 /* Hero Banner */
  .main-heading>.overlay {
      height: auto;
 }
  .main-heading .overlay>.container {
      padding-top: 140px;
      padding-bottom: 140px;
 }
 /* Modal Style */
  .modal-dialog {
      width: 700px;
 }
  .popOpton4 .popSlider {
      width: 260px;
      margin-left: 20px;
      margin-right: 20px;
 }
  .popOpton4 .item {
      width: auto;
 }
 /* Footer */
  .social-col .pull-right {
      float: none !important;
      margin: 0 auto;
      width: 218px;
      overflow: hidden;
 }
}
@media (max-width:991px){
 .main-card {
 width: 47%;
 }
  .skill-title.full-size-skills li {
      width: 49%;
 }
  #footer-main h5.subtitle {
      margin-bottom: 0px;
      padding-top: 15px;
      padding-bottom: 0px;
 }
  section#footer-main a img {
      padding-top: 10px;
 }
  .nim-service .nim-service-detail .icon{
      width: 50px;
      height: 50px;
      line-height: 40px;
      padding: 5px;
 }
  .nim-service .nim-service-detail i.fa {
      font-size: 22px;
      line-height: 41px;
 }
  .iconbox.style2 {
      max-height: 640px;
      height: 100%;
      min-height: 640px;
 }
  .whyChose-body {
      padding: 0;
 }
  .about-serve-box h4 {
      line-height: normal;
 }
  .about-serve-box {
      padding: 10px;
 }
  .about-serve-box .icon {
      width: 50px;
      height: 50px;
      line-height: 40px;
      padding: 5px;
 }
  .about-serve-box i.fa {
      font-size: 20px;
 }
  .about-serve-box p {
      font-size: 12px;
 }
  #basicModal .modal-header h4 {
      text-align: center;
 }
  .getit-image {
      margin-top: 0;
 }
  .nim-menu.sticky .elseLogo, img.ifLogo {
      height: 40px !important;
      width: auto;
 }
  .nim-menu.sticky div#bs-example-navbar-collapse-1 {
      padding: 10px 15px 0px;
 }
  .nim-menu.sticky ul#menu {
      padding-top: 0px;
 }
  .nim-menu.navbar-default .navbar-nav>li>a {
      padding: 10px 5px;
 }
  div#menu ul li:last-child a{
      padding: 5px !important;
      margin-left: 10px;
 }
  .hoverablediv {
      display: none;
 }
  #aboutsec .max-title {
      margin-bottom: 35px;
 }
  #aboutsec {
      padding: 30px 0px;
 }
  .max-overlay-row {
      text-align: center;
 }
  .max-overlay-row a.button.bordered-bot {
      margin-top: 15px;
      padding: 13px 16px 10px;
      font-size: 13px;
 }
  .services>.container {
      padding: 30px 0;
 }
  section#Services .nim-service {
     /*min-height: 435px;
     */
      position: relative;
      padding: 20px 15px;
 }
  .nim-service .nim-service-detail h4{
      padding-left: 0px;
      display: block;
      font-size: 20px;
 }
  .background-image-portfolio {
      background:none;
 }
  .conact-forms {
      padding: 30px 0px;
 }
  nav.nim-menu ul#menu {
      padding-top: 14px;
 }
  #aboutsec .icon-box7 {
      border: 1px solid #ccc;
      border-style: dashed;
      margin-bottom: 20px;
      padding: 30px;
      text-align: center;
 }
  section#aboutsec .col-md-3 , section#aboutsec .col-md-6{
      padding: 0px;
 }
 /*---home page end--*/
 /*-- service page start ---*/
  .subHero-sec h2 {
      font-size: 30px;
 }
  .subHero-sec p {
      font-size: 16px;
 }
 /*-- service page end ---*/
  .nim-service .nim-service-detail span {
      margin: 0px auto 22px;
 }
}
@media (max-width:767px){

/*new collapse*/
.navbar-collapse {
 display: block;
 background: transparent!important;
 height: 100%!important;
 position: absolute;
 top: -5px;
 left: -54%;
 width: 60%;
 max-height: 100%!important;
 overflow: unset!important;
 transition: all 0.2s;
}
body #menu .nav .menu-item a {
 font-size: 16px;
}
body #menu .nav .menu-item {
 margin: 0 0 10px;
}
.in {
 left: 0px;
}
body .navbar-collapse #menu {
 background: black;
 padding: 15px;
 height: 100vh;
position: fixed;
 width: 51%;
 top: 0;
}
body .navbar-collapse.in {
 overflow-y: unset!important;
}

/*new collapse*/

 .form-popup .modal-dialog {
 width: 97%;
}
 .main-card h4 {
 font-size: 22px;
}
 .main-card {
margin-right: 16px;
}
 .emloye-counter li {
 width: 50%;
 margin: 0 0 15px;
}
  .bounce-watsapp {
      bottom: 17%;
      width: 30px;
      height: 30px;
      line-height: 27px;
      font-size: 18px;
 }
  .nim-menu ul.nav.navbar-nav.navbar-right {
      margin-right: 0px;
      margin-left: 0;
 }
  div#menu ul li:last-child{
      display: inline-block;
 }
  .skill_content .row:last-child .col-sm-6:last-child .skill-title {
      margin-bottom: 0px;
 }
  .skill_content .row:last-child .skill-title {
      margin-bottom: 30px;
 }
  .web_site_img img, .left-service-img img {
      width: 70% !important;
 }
  .whyChose-sec {
      padding: 40px 0;
 }
  .whyChose-body{
      margin-top: 20px;
 }
  .portfolio-sec {
      padding: 40px 0;
 }
  .portfolio-body .button{
      margin: 30px 5px 5px 5px;
 }
  .portfolio-body {
      margin-top: 20px;
 }
  .blox-dark .max-overlay-row {
      padding: 40px 0;
 }
  .full-content {
      padding-top: 15px;
      padding-bottom: 15px;
 }
  .main-service {
      padding-top: 0;
 }
  .padding-60 {
      padding: 30px 0;
 }
  .service_web ul li {
      padding-bottom: 15px;
 }
  .development-service {
      padding: 25px 0px;
 }
  .service-page-text .title-text {
      padding-bottom: 15px;
 }
  .skill_content h3.title {
      padding: 0 0 20px;
 }
  ul.skills {
      -moz-column-count: 1;
      -webkit-column-count:1;
      column-count: 1;
 }
  .left-service-img img {
      margin: 0 auto;
      padding-bottom: 20px;
 }
  .project-in-mind {
      padding: 30px 0px;
 }
  .project-sec p {
      padding: 0 0 0;
      font-size: 16px;
 }
  .get-contact-btn a{
      margin: 20px 5px 5px 5px;
      font-size: 14px;
      padding: 9px 18px;
 }
  .project-sec h2 {
      font-size: 25px;
 }
  section.mobile-app {
      padding: 10px 0 0px;
 }
  .service_web ul li {
      padding-bottom: 0px;
      background-size: 28px;
      padding-left: 40px;
      margin-bottom: 15px;
 }
  .carerinfo-sec {
      padding: 20px 0;
 }
  .carerCallAction-sec p {
      font-size: 16px;
      line-height: normal;
 }
  .carerCallAction-sec {
      padding: 15px 0;
 }
  .nim-menu.sticky div#bs-example-navbar-collapse-1 {
      padding: 15px;
 }
  .service_web {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
 }
  .google-map iframe {
      height: 250px;
 }
  .carerCallAction-sec {
      padding: 30px 0;
 }
  .life-sec {
      margin-top: 30px;
      display: inline-block;
 }
  .life-sec h1 {
      padding-bottom: 15px;
      text-align: center;
 }
  .life-sec ul li{
      padding-bottom: 15px;
 }
  .about-serve-box {
      padding: 20px;
 }
  .about-serve-box {
      padding: 20px;
      max-width: 60%;
      margin: 0 auto 20px;
 }
  section.isotop-portfolio {
      padding: 30px 0 10px;
 }
  .isotop-portfolio .toolbar.mb2.mt2 {
      margin-bottom: 20px;
 }
  .fil-cat{
      padding: 8px 15px;
 }
  .home-service-row{
     margin:0px !important;
 }
  .parent {
      float: none;
 }
  .iconbox.style2 .box-readmore {
      position: inherit;
      bottom: 0;
      margin: 0 auto;
      width: auto;
      display: inline-block;
      left: 0;
      right: 0;
      top: 15px;
 }
  .iconbox.style2 {
      max-height: inherit;
      height: 100%;
      min-height: inherit;
      margin-bottom: 50px;
      padding: 7% 7% 10%;
 }
  .about-row {
      display: flex;
      padding: 20px 0;
      flex-direction: column;
 }
  .about-slog {
      height: 100%;
      margin: auto;
      order: 1;
      padding-top:20px;
 }
  .about-row h2.title {
      font-size: 22px;
      line-height: normal;
 }
  .iconbox.style2 h4.box-title {
      font-size: 20px;
      font-weight: 500;
 }
  .iconbox.style2 .box-icon i {
      font-size: 23px;
 }
  .about-com-info p {
      font-size: 14px;
 }
  .iconbox.style2 .box-readmore a{
      font-size: 14px;
 }
  .subHero-sec {
      padding-top: 60px;
      height: 40vh;
 }
  .aboutus_box {
      padding: 30px 0px 0px;
 }
  .nim-menu.sticky ul#menu {
      padding-left:0px;
 }
  .blox-dark{
      background-size: inherit;
 }
  section.term-page {
      padding: 30px 0px;
 }
  section.term-page h4 {
      padding: 10px 0px 0px;
 }
  .navbar-header {
      margin: 15px 0px 0px !important;
      width: 100%;
 }
  nav.nim-menu ul#menu {
      margin: 0px;
 }
  div#menu ul li:last-child a{
      margin-left:0px;
 }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
      background: rgba(0, 0, 0, 0.85);
      padding: 0 15px 15px;
      margin-top:0px;
 }
  section#Services .nim-service {
      min-height: inherit;
      padding: 30px;
      margin-bottom: 20px;
 }
  section#Services .nim-service .button {
      position: inherit;
      bottom: auto;
      margin: 10px auto 0;
      text-align: center;
      float: none;
      display: block;
      left: auto;
      right: auto;
 }
  section#Services h3.title {
      margin-bottom: 0px;
 }
  section#Services p.a-slog {
      font-size: 14px;
      margin-bottom: 20px;
 }
  #aboutsec p br {
      display:none;
 }
  .nim-service .nim-service-detail span{
      margin: 5px auto;
 }
  .portfolio-bg .title {
      font-size: 22px;
 }
  .portfolio-bg p.a-slog {
      line-height: 22px;
      font-size: 14px;
      margin: 0 0 15px;
 }
  a.portfolio-button {
      padding: 11px 14px 10px;
      font-size: 12px;
 }
  .contact-boxed{
      display:block;
 }
  .contact-boxed .contact-left, .contact-boxed .contact-right{
      width:100%;
 }
  .contact-boxed .contact-left {
      display: none;
 }
  .services>.container {
      padding: 30px 0 0;
 }
  .gap {
      display: none;
 }
  .contact-main-form input[type="submit"]{
      font-size: 14px;
      padding: 10px 30px 9px;
      line-height: normal;
 }
  .client-testimonial .container {
      padding: 30px 15px 30px 15px;
 }
  section.client-testimonial h3.title {
      font-size: 22px;
 }
  section.client-testimonial .owl-item p{
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 15px;
 }
  section.client-testimonial .owl-theme .owl-controls .owl-page span {
      width: 10px;
      height: 10px;
 }
  #footer-main h5.subtitle {
      font-weight: bold;
      font-size: 18px;
      margin-bottom: 0;
      padding-bottom: 5px;
      margin-top: 18px;
      line-height: normal;
      color: #ff6d00;
 }
  section#footer-main .textwidget a img {
      margin-top: 15px;
 }
  #return-to-top{
      width: 30px;
      height: 30px;
 }
  #return-to-top i {
      left: 6px;
      top: 1px;
      font-size: 14px;
 }
  .nim-menu.sticky .nav li a {
      color: #fff !important;
      padding-top: 0px;
 }
  .nim-menu.navbar-default .navbar-nav>li>a {
      padding-top: 0px;
 }
  .portfolio-bg {
      padding: 50px 0;
 }
  .bcs-block {
      margin-bottom: 40px;
 }
  .contact-boxed .contact-left h3.title {
      padding: 40px 0px 10px 0px;
 }
  section#footer-main .col-md-5, section#footer-main .col-md-4, section#footer-main .col-md-3 {
      padding: 0px;
 }
  #footer-main {
      padding: 30px 0;
 }
  .adrees-footer span:first-child {
      font-size: 14px;
 }
  #footer-main .widget .socialfollow a i {
      font-size: 15px;
      line-height: 24px;
 }
  #footer-main .social-circle {
      width: 25px;
      height: 25px;
 }
  .bcs-block p.bcs-title {
      font-size: 16px;
 }
  #menu-company li a{
      padding: 1px 2px 1px 17px;
 }
  .adrees-footer span i{
      top: 0px;
 }
  .main-heading-title {
      font-size: 30px;
      line-height: normal;
 }
  .main-heading-text br{
      display:none;
 }
  .main-heading-text{
      font-size: 14px;
 }
 /* #Mobile (Portrait) - Note: Design for a width of 320px */
  #portfoliolist .portfolio {
      width: 48%;
      margin: 1%;
 }
  .nim-menu.sticky .elseLogo,.navbar-header .ifLogo {
      float: left;
      height: 42px !important;
 }
  .navbar-default .navbar-toggle {
      border-color: transparent;
 }
  .navbar-default .navbar-toggle .icon-bar {
      background-color: #ff6d00 !important;
 }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
      border-color: transparent;
 }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: transparent;
      border: 0px;
 }
 /**/
  #portfoliolist .portfolio:nth-child(4), #portfoliolist .portfolio:nth-child(7), #portfoliolist .portfolio:nth-child(10), #portfoliolist .portfolio:nth-child(13) {
      clear: none;
 }
  #portfoliolist .portfolio:nth-child(3), #portfoliolist .portfolio:nth-child(5), #portfoliolist .portfolio:nth-child(7), #portfoliolist .portfolio:nth-child(9), #portfoliolist .portfolio:nth-child(11), #portfoliolist .portfolio:nth-child(13), #portfoliolist .portfolio:nth-child(15) {
      clear: both;
 }
 /* Modal Style */
  .modal-dialog {
      width: auto;
 }
  .modal-body .media-left, .modal-body .media-right, .modal-body .media-body {
      display: block;
      width: 100%;
      padding: 0;
 }
  .port-img-wrap {
      width: 100%;
 }
  .popOpton4 .popSlider {
      width: 200px;
      margin: 0 auto;
      padding: 30px 0;
 }
  .popOpton2 .popSlider-wrap {
      width: 554px;
      padding-right: 30px;
      padding-left: 30px;
 }
  .port-disc {
      padding: 30px 20px 10px 20px;
 }
 /**/
  .main-heading,.client-testimonial {
      background-attachment: inherit;
 }
 /*-------service page start ------------*/
  .top-text-services {
      text-align: center;
 }
  .title {
      margin-bottom: 0;
 }
 /*----- contact page start----------*/
  h3.title {
      font-size: 25px;
      line-height: 28px;
      text-align: center;
 }
  .carerinfo-sec p{
      text-align: center;
 }
  .form-control {
      height: 45px;
      font-size: 14px;
 }
  .contact-form-sec form .col-md-6, .contact-form-sec form .col-md-12 {
      padding: 0px;
 }
  .contact_list_box {
      padding: 20px 0px;
 }
}
@media (max-width:639px){
 .bounce-watsapp { bottom: 15%;}
  .skill-title.full-size-skills li {
      width: 100%;
 }
  #gallery-slider .owl-buttons .owl-prev, #gallery-slider .owl-buttons .owl-next {
      width: 30px;
      height: 30px;
 }
  #gallery-slider .owl-buttons .owl-prev::before, #gallery-slider .owl-buttons .owl-next::before{
      width: 10px;
      height: 10px;
 }
  #gallery-slider .owl-buttons .owl-prev::before{
      left: 5px;
      top: 10px;
 }
  #gallery-slider .owl-buttons .owl-next::before{
      right: 5px;
      top: 10px;
 }
  .web-service ul.inner_list li{
      font-size: 14px;
 }
  .whyChose-sec {
      padding: 50px 0;
 }
  .serve-opportunity{
      margin-bottom: 0;
      padding: 20px 0px;
 }
  .whyChose-body{
      margin-top: 40px;
 }
  .isotop-portfolio button.btn.fil-cat {
      width: 100%;
      margin: 0 0 10px;
 }
  .iconbox.style2 .box-readmore {
      margin: 0 auto 15px;
 }
  .btn-bar a {
      margin-right: 10px;
      padding: 5px 10px;
      font-size: 12px;
 }
  .main-heading-content {
      width: 100%;
 }
  .blox-dark p br{
      display: none;
 }
  .blox-dark{
      background-size: inherit;
 }
  .main-heading>.overlay, .main-heading {
      height: 350px !important;
 }
  .main-heading-title {
      font-size: 25px;
 }
  .form-control{
      height: 45px;
 }
  .contact-main-form textarea {
      height: 100px;
 }
  #basicModal .modal-dialog {
      width: 90%;
      margin: 30px auto;
 }
  .getit-content h2 {
      font-size: 22px;
 }
  .getit-content .getpop-form {
      margin-top: 15px;
 }
  #basicModal .modal-body {
      padding: 20px 15px 25px 15px;
 }
 /*---- service page start -------*/
  .contact-address-logo h3 {
      font-size: 20px;
 }
}
@media only screen and (max-width: 576px) {
 .main-card {
 margin-right: 0px;
}
 .why-work p {
 max-width: 100%;
 }
 .emloye-counter li {
 width: 100%;
 }
 .main-card {
 width: 100%;
 }
  h3 {
      font-size: 1.5em;
 }
  #portfoliolist .portfolio {
      width: 98%;
      margin: 1%;
 }
  .nim-service {
      text-align: center;
 }
  .nim-service .nim-service-detail {
      margin-left: 0;
 }
  .nim-service i.fa {
      float: none;
 }
 /* Modal Style */
  .popOpton2 .popSlider-wrap {
      width: auto;
 }
}
@media (max-width: 480px){
.fil-cat {
 font-size: 11px;
}
}
@media (max-width: 375px){
  .subHero-sec {
      padding-top: 60px;
      height: 30vh;
 }
  .about-com-info .download-brou {
      margin: 30px 30px 0;
 }
}
@media (max-width: 479px){
  .development-service {
      padding: 25px 0px 0;
 }
  section.isotop-portfolio {
      padding: 20px 0 10px;
 }
  .web_site_img {
      padding: 0 0 30px;
 }
  .main-heading-text {
      font-size: 14px;
      margin-bottom: 15px;
 }
  .carerCallAction-sec p {
      font-size: 16px;
      line-height: 28px;
 }
  .carerCallAction-sec h4 {
      font-size: 24px;
      line-height: normal;
 }
  .life-sec h1 {
      font-size: 30px;
 }
  .tile{
      min-height: inherit;
      margin-bottom: 30px;
 }
  .about-serve-box {
      padding: 20px;
      max-width: 100%;
      margin: 0 auto 15px;
 }
  section#Services .nim-service {
      padding: 15px;
      margin-bottom: 15px;
 }
  .nim-service .nim-service-detail h4 {
      margin-bottom: 0;
 }
  .nim-service .button{
      padding: 5px;
      width: 100px;
 }
  .main-heading-content .btn-bar a {
      margin-right: 10px;
      font-size: 10px;
      padding: 8px 15px;
 }
  #aboutsec .max-title h2{
      font-size: 22px;
 }
  #aboutsec .icon-box7{
      padding: 30px 20px;
 }
  .contact-right{
      padding: 20px;
 }
  #basicModal .col-md-6{
      padding:0px;
 }
 /*-service page start -------*/
  .subHero-sec h2 {
      font-size: 25px;
 }
  .subHero-sec p {
      font-size: 14px;
 }
  .a-slog {
      font-size: 14px;
 }
}
/*12-1-21*/
.form-popup form input {
 display: block;
 width: 100%;
 height: 37px;
 padding: 0 10px;
 border: 1px solid #635e5e;
}
.form-popup .modal-content .modal-header {
 background: #fff;
 padding: 45px;
 border-radius: 13px;
}
.form-popup form label {
 color: #000;
}
.btn-sub #btn,
.form-popup .modal-footer .btn-sub .btn.btn-default {
 max-width: 155px;
 color: #fff;
 border: 1px solid #f38c25;
 outline: 0px;
 background: linear-gradient(135deg, rgb(255, 88, 88), rgb(240, 152, 25));
 height: 45px;
}
.form-popup .modal-content .modal-header .close {
 width: 45px;
 height: 45px;
 line-height: 45px;
 text-align: center;
 opacity: 1;
 color: #fff;
 border-radius: 50px;
 position: absolute;
 top: 9px;
 right: 6px;
 border-top-left-radius: 0;
 transform: rotate(93deg);
 background: linear-gradient(135deg, rgb(255, 88, 88), rgb(240, 152, 25));
 outline: 0px;
}
.table-striped>tbody>tr:nth-of-type(odd) {
 background-color: #efeded!important;
}
#header-menu li {
  padding-left: 40px;
  padding-top: 15px
}


/*CUSTOME CSS */
/* Highlight the active menu item */
.navbar-nav .current-menu-item > a,
.navbar-nav .current-menu-ancestor > a,
.navbar-nav .current-menu-parent > a {
    color: #f38c25; /* Set text color */
    border-radius: 4px; /* Optional: Add rounded corners */
    font-weight: bold; /* Optional: Make the text bold */
}

/* Optional: Style active menu item on hover */
.navbar-nav .current-menu-item > a:hover,
.navbar-nav .current-menu-ancestor > a:hover,
.navbar-nav .current-menu-parent > a:hover {
    background-color: #f38c25; /* Change background color on hover */
    color: #ffffff; /* Change text color on hover */
}

/* Optional: Style non-active menu items on hover */
.navbar-nav li a:hover {
    background-color: #f38c25; /* Adjust hover background for other items */
    color: #333; /* Adjust hover text color */
    border-radius: 4px; /* Add rounded corners for consistency */
}
.nim-menu.navbar-default .navbar-nav>li.current_page_item>a{ color: #f38c25 !important; /* Set text color */}
h1:not(.site-title):before, h2:before{content:none}