/*
  body {
    overflow-x: hidden;
    background: #f9f9f9;
  }*/



  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-weight: 300;
    line-height: normal;
  }


  h2 {
    color: #353535;
    font-size: 2em;
  }

  p {
    color: #757575;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
  }



  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  html{
    -webkit-font-smoothing: antialiased;
  }

  a {
    color: #202020;
    text-decoration: none !important;
  }
 /* .row{
    margin: 0;
  }*/
/*
  a,
  input, button,
  .form-control {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
*/
  
  ::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }

  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #202020;
  }

  .section-title {
    padding: 40px 0;
    text-align: center;
  }

  /*section {
    position: relative;
    padding: 50px 0;
  }*/
.header.add-header .navbar-default .navbar-nav li.active a:before{
  background: transparent;
}
  .overlay {
    background: #536976;  /* fallback for old browsers */
    background: linear-gradient(to right, #292E49, #536976); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    opacity: 0.9;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
.home-info h5{
  color: #fff;
  text-align: left;
  font-size: 50px;
}
.input-sm {
    height: 45px !important;
    line-height: 1.5;
    border-radius: 5px;
}
.textarea{
  border-radius: 5px;
  margin: 15px 0;
}
.home-form p{
  color: #fff;
  text-align: left;
  padding: 12px 0 0px;
  font-size: 17px;
}
.home-form-input{
  text-align: left;
  margin-bottom: 15px;
}
.home-form .form-control{
  background: transparent;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 7px;
  resize: none;
}

/*.home-form-input [type="checkbox"]:not(:checked) + .banner-label, [type="checkbox"]:checked + .banner-label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer;
    text-transform: capitalize;
    color: #dadada;
    font-weight: 100;
    padding-right: 10px;
}*/
.home-form-input [type="checkbox"]:not(:checked) + .banner-label, [type="checkbox"]:checked + .banner-label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer;
    padding-top: 7px;
    padding-right: 10px;
    color: #f5f5f5;
    text-transform: capitalize;
    font-weight: 100;
}
.home-form-input [type="checkbox"]:not(:checked) + .banner-label:before, [type="checkbox"]:checked + .banner-label:before{
  content: '';
  position: absolute;
  left: 0; 
  top: 0;
  width: 1.25em !important; 
  height: 1.25em !important;
  border: 1px solid #333;
  background: #fff;
  border-radius: 4px;
  margin-top: 7px;
}
.home-form-input [type="checkbox"]:not(:checked) + .banner-label:after, [type="checkbox"]:checked + .banner-label:after {
    content: '✔';
    position: absolute;
    /*top: 5px;
    left: 3px;*/
    font-size: 20px!important;
    line-height: 0.8;
    color: #0f6eff;
    transition: all .2s;
    margin-top: 7px;
}
.home-form-input [type="checkbox"]:not(:checked) + .banner-label:after {
  opacity: 0;
  transform: scale(0);
}
.home-form-input [type="checkbox"]:checked + .banner-label:after {
  opacity: 1;
  transform: scale(1);
}


.dropdown-menu .list-menu{
  width: 100%;
  min-width: 1100px;
  position: absolute;
  top: -2px;
  left: -410px !important;
  max-height: calc(100vh - 60px);
  overflow: auto; 
  z-index: 1000;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  box-shadow: none;
}
.ourheaderdropdown ul{
  list-style: none;
  padding: 0;
  margin: 0;   
}
.ourheaderdropdown ul li{
  position: relative;
}
.ourheaderdropdown ul li a{
  padding: 8px 0;
  padding-left: 0;
  font-size: 14px;
  display: block;
  font-family: Proxima-Light;
  padding-left: 15px;
  text-transform: inherit;
  color: #333;
}
.ourheaderdropdown-list li a{
  color: #333 !important;
}
.ourheaderdropdown-list li a:before{
  background: none;
}
.ourheaderdropdown-list li a:hover{
  background: #045dff !important;
  color: #fff !important;
}
.ourheaderdropdown-list li .active a:before{
  background: none !important;
  width: 0px !important;
}

.ourheaderdropdown .list-heading{
  letter-spacing: 2px;
  color: #2f2f2f;
  font-size: 20px;
  font-weight: 500;
}
.ourheaderdropdown .list-heading:hover{
  color: #1990ec;
  transition: 0.3s;
}
.ftco-section {
  padding-bottom:50px ;
  background: #f7f7f7;
}
  @media (max-width: 767.98px) {
    .ftco-section {
      padding-bottom:50px ; 
    } 
  }


  /*---------------------------------------
      HOME          
  -----------------------------------------*/

  #home {
    /*background: url('../images/home-bg.jpg') no-repeat center center fixed;*/
    width: 100%;
    height: 100%;
    min-height: 80vh;
    background-size: cover;
    vertical-align: middle;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    /*padding-top: 12em;*/
    text-align: center;
  }

  #home h1 {
    color: #ffffff;
    /*margin-top: 10px;*/
    margin-bottom: 10px;
    font-size: 75px;
    text-align: left;
  }

  .home-info {
    margin-top: 0em;
  }

  .home-info h3 {
    color: #f0f0f0;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 4px;
    text-transform: uppercase;
   /* margin: 10px 0;*/
    margin-bottom: 50px;
    text-align: left;
  }
  .hire-content p{
    text-align: center;
    font-size: 15px;
    letter-spacing: 1px;
    padding:0px 0px 30;
  }


  /*---------------------------------------
      FEATURE              
  -----------------------------------------*/

  #feature {
    background: #ffffff;
    width: 100%;
    min-height: 42vh;
    height: 100%;
  }

  #feature .nav-tabs {
    border-bottom: 0;
  }

  #feature .nav>li>a {
    padding: 8px 0;
  }

  #feature .nav-tabs>li>a {
    color: #999999;
    font-size: 18px;
    border: 0;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    margin-right: 35px;
  }

  #feature .nav-tabs>li.active>a, 
  #feature .nav-tabs>li.active>a:focus, 
  #feature .nav-tabs>li.active>a:hover {
    background: transparent;
    color: #202020;
    border-bottom: 3px solid #29ca8e;
  }

  #feature .nav>li>a:focus, 
  #feature .nav>li>a:hover {
    background: transparent;
    border-bottom: 3px solid #29ca8e;
    color: #202020;
  }

  #feature .tab-content {
    margin-top: 50px;
  }

  .tab-pane-item {
    margin: 20px 0;
  }

  .tab-pane-item h2 {
    margin: 0 0 5px 0;
  }





  /*---------------------------------------
      ABOUT              
  -----------------------------------------*/

  .align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.case-wrap {
    width: 100%;
    margin-bottom: 30px;
}
  .case-wrap .img {
    width: 100%;
    height: 320px;
    position: relative;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
    .case-wrap .img:after {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: '';
      background: #1d2227;
      opacity: 0;
      z-index: -1;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease;
  }
*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.case-wrap .text {
    position: absolute;
    bottom: 50%;
    top: 50%;
    left: 20px;
    right: 20px;
    color: rgba(255, 255, 255, 0.6);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    text-align: center;
}

.case-wrap .text h2 {
    font-weight: 500;
    font-size: 35px;
    color: #fff;
    margin-bottom: 0;
}
.case-wrap .text p {
    font-weight: 500;
    font-size: 20px;
    color: #d6d6d6;
    margin-bottom: 0;
}
  .case-wrap:hover .img:after {
    opacity: .8;
     }
  .case-wrap:hover .text {
    opacity: 1; }
    .ftco-animate {
  opacity: 0;
  visibility: hidden; }

@keyframes afterborder {
  0%   {top: 0px; left: 0px; }
  25%  {top: 0px; left: 310px; }
  50%  {top: 310px; left: 310px; }
  75%  {top: 310px; left: 0px; }
  100% {top: 0px; left: 0px;}
}
/*.card-set-m :hover:after{
  content: '';
  border: 2px dashed;
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-image: linear-gradient(to left, #05ffe8, rgb(253 122 29)) 20 20%;
  text-align: center;
  align-items: center;
  animation: afterborder 5s;
}*/

.card-set{
  padding: 10px 30px;
  height: 100%;
  position: relative;
  margin-bottom: 20px;
}
.figure-set{
  margin-bottom: 20px;
  overflow: hidden;
  height: 100%;
  position: relative;
}
.img-caption h4{
  font-weight: 400;
  line-height: 30px;
  font-size: 25px;
  padding: 25px 0;
}
.img-caption{
  text-align: left;
}
.img-caption p{
  margin: 0 0 10px;
}
/*.card-set:hover{
  background-color: #f0f8ff;
}*/

/*---------------------------------------
     process-idea              
  -----------------------------------------*/
/*
.process-idea{
  background: url('../images/section-bg.jpg') no-repeat center center fixed;
  background-position: center;
  padding-bottom: 100px;
}
.process-idea img{
  margin: 0 auto;
}*/

/*---------------------------------------
     HIRING PROCESS              
  -----------------------------------------*/
.hiring-process{
  margin: 50px 0 280px; 
}
.hiring-process .section-title{
  padding-bottom: 80px;
}
@keyframes loader {

  0% {
    width: 0;

  }

  20% {
    width: 20%;
  }

  40% {
    width: 40%;
  }

  60% {
    width: 60%;
  
  }
  80% {
    width: 80%;
    
  }
  100%{
    width: 100%;
  }

}

/*Bar ============================================*/
.progress-green-bar{
  border-radius: 60px;
  width: 100%;
  max-width: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%,-50%,0);
  border-radius: 60px;
  margin: 100px 0;
}

.bar-icon {
  background: rgba(0,0,0,0.075);
}

/* Change the animation fill mode 'infinite' to 'forwards' to stop the animation from repeating.*/
.progress {
  animation: loader 10s ease infinite;
  background: #75b800;
  color: #fff;
  padding: 0px;
  width: 0;
  height: 2px;
}
.srt-point{
  width: 15px;
  height: 15px;
  background: #1a91ec;
  border-radius: 30px;
  position: absolute;
  top: -6px;
  left: -12px;
}
.hiring-process .progress-green-bar .point1{
  width: 20% !important;
  position: absolute;
  font-size: 64px;
  left: 0;
  top: -45px;
  min-height: 80px;
  color: rgba(10,87,244,0.2);
}
.hiring-process .progress-green-bar .point1:before{
  content: "";
  width: 7px;
  height: 7px;
  background: #1a91ec;
  position: absolute;
  left: 100%;
  bottom: 0px;
  top: 42px;
  border-radius: 50px;
}
.hiring-process .progress-green-bar .point2{
  width: 20% !important;
  position: absolute;
  font-size: 64px;
  left: 20%;
  top: -45px;
  min-height: 80px;
  color: rgba(10,87,244,0.2);
}
.hiring-process .progress-green-bar .point2:before{
  content: "";
  width: 7px;
  height: 7px;
  background: #1a91ec;
  position: absolute;
  left: 100%;
  bottom: 0px;
  top: 42px;
  border-radius: 50px;
}
.hiring-process .progress-green-bar .point3{
  width: 20% !important;
  position: absolute;
  font-size: 64px;
  left: 40%;
  top: -45px;
  min-height: 80px;
  color: rgba(10,87,244,0.2);
}
.hiring-process .progress-green-bar .point3:before{
  content: "";
  width: 7px;
  height: 7px;
  background: #1a91ec;
  position: absolute;
  left: 100%;
  bottom: 0px;
  top: 42px;
  border-radius: 50px;
}
.hiring-process .progress-green-bar .point4{
  width: 20% !important;
  position: absolute;
  font-size: 64px;
  left: 60%;
  top: -45px;
  min-height: 80px;
  color: rgba(10,87,244,0.2);
}
.hiring-process .progress-green-bar .point4:before{
  content: "";
  width: 7px;
  height: 7px;
  background: #1a91ec;
  position: absolute;
  left: 100%;
  bottom: 0px;
  top: 42px;
  border-radius: 50px;
}
.hiring-process .progress-green-bar .point5{
  width: 20% !important;
  position: absolute;
  font-size: 64px;
  left: 80%;
  top: -45px;
  min-height: 80px;
  color: rgba(10,87,244,0.2);
}
/*.hiring-process .progress-green-bar .point5:before{
  content: "";
  width: 7px;
  height: 7px;
  background: #1a91ec;
  position: absolute;
  left: 100%;
  bottom: 0px;
  top: 42px;
  border-radius: 50px;
}*/
.hiring-process .progress-green-bar .inline{
  float: left;
  width: 18%;
  vertical-align: middle;
  text-align: left;
  padding: 0 0 10px 0;
}
.active .icn{
  opacity: 1 !important;
  transition: all 1s linear;
  color: #1a91ec !important;
}
.active .numbtxt{
  color: #1a91ec !important;
}
.active .dis-txt{
  color: #1a91ec !important;
}
.hiring-process .progress-green-bar .inline p{
  text-align: center;
  position: relative;
  top: -55px;
  padding: 0 25px;
}
.hiring-process .progress-green-bar .inline .numbtxt{
  position: absolute;
  top: -20px;
  left: -15px;
}
.hiring-process .progress-green-bar .inline .dis-txt{
  position: absolute;
  top: -90px;
  left: 0;
  font-size: 25px;
  line-height: 26px;
  width: 150px;
  right: 0;
  margin: 0 auto;
  text-align: center;
  text-transform: capitalize;
  color: #000;
}
.hiring-process .progress-green-bar .inline .icn{
  display: inline-block;
  margin: 0 auto;
  opacity: 0.2;
  width: 100px;
  height: 100px;
  left: 0px;
  right: 0;
  transition: all 1s linear;
  font-size: 80px;
  position: absolute;
  top: 85px;
}
/*---------------------------------------
     HIRING VARIETY              
  -----------------------------------------*/
.hire-veriety{
  padding-bottom: 100px;
}
.hire-veriety img{
  margin: 0 auto;
}
/*.hire-veriety .section-title{
  color: #f0f8ff;
}*/
.hire-flex-box span{
  color: #000;
  text-align: center;
  font-size: larger;
  text-transform: capitalize;
  display: table;
  margin: 0 auto;
  font-weight: 500;
}
.hire-veriety-wrap{
  width: 100%;
  display: inline-block;
}
.hire-veriety-head{
  width: 100%;
}
.hire-head-left{
  display: inline-block;
  width: 310px;
  vertical-align: middle;
}
.hire-head-right{
  display: inline-block;
  width: calc(100% - 315px);
  vertical-align: middle;
}
.hire-head-flex-row{
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.hire-flex-box{
  flex: 0;
  text-align: center;
  flex-basis: 0;
  flex-grow: 1;
  font-size: 20px;
  color: #fff;
  cursor: default;
}
.animated-btn{
  cursor: pointer;
}
.hire-veriety-dlt{
  float: left;
  width: 100%;
  margin-top: 20px;
}
.hire-veriety-dlt ul{
  float: left;
  width: 100%;
  list-style: none;
}
.hire-veriety-dlt ul li{
  float: left;
  width: 100%;
  border: 1px solid #eee;
  margin-bottom: 10px;
}
.hire-veriety-left-text{
  background: #1a91ec;
  padding: 5px 25px;
  text-align: center;
}
.hire-veriety-left-text span{
  display: flex;
  height: 40px;
  font-size: 21px;
  color: #fff;
  line-height: 24px;
  align-items: center;
  justify-content: center;
}
.hire-veriety-dlt ul li .hire-flex-box{
  line-height: 50px;
  border-right: 2px solid #eee;
  color: #000;
}
.hire-flex-box [type="checkbox"]:not(:checked) + .hire-label:before,
[type="checkbox"]:checked + .hire-label:before {
  content: '';
  position: absolute;
  left: -1; top: -1;
  width: 1em !important; 
  height: 1em !important;
  border: 1px solid #333;
  background: #fff;
  border-radius: 4px;
}
.hire-flex-box [type="checkbox"]:not(:checked) + .hire-label:after, [type="checkbox"]:checked + .hire-label:after {
    content: '✔';
    position: absolute;
    top: 5px;
    left: 3px;
    font-size: 16px;
    line-height: 0.8;
    color: #0f6eff;
    transition: all .2s;
}
.hire-flex-box [type="checkbox"]:not(:checked) + .hire-label:after {
  opacity: 0;
  transform: scale(0);
}
.hire-flex-box [type="checkbox"]:checked + .hire-label:after {
  opacity: 1;
  transform: scale(1);
}
/*---------------------------------------
     Hiring Form              
  -----------------------------------------*/
#hiring-modal-container {
  position: fixed;
  z-index: 999 !important;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  z-index: 1;
}
#hiring-modal-container.one {
  animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  z-index: 99;
}
#hiring-modal-container.one .hiring-modal-background .modal {
  animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
body.modal-active #hiring-modal-container .modal{
    overflow-x: hidden;
    overflow-y: auto;
    display: block;
}
#hiring-modal-container.one.out {
  transform: scale(1);
  animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#hiring-modal-container.one.out .hiring-modal-background .hiring-modal-background {
  animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#hiring-modal-container .hiring-modal-background {
  display: table-cell;
  background: #fff;
  vertical-align: middle;
  /*background: url(../images/request-quote-bg.jpg) right;*/
  background-size: cover;
}
#hiring-modal-container .hiring-modal-background .modal {
  /*background: #f0f1f1;*/
  padding: 30px 0px;
  width: 100%;
  display: inline-block;
  border-radius: 3px;
  font-weight: 300;
  /*position: relative;*/
}
#hiring-modal-container .hiring-modal-background .modal h2 {
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 15px;
}
#hiring-modal-container .hiring-modal-background .modal p {
  font-size: 18px;
  line-height: 22px;
}
#hiring-modal-container .hiring-modal-background .modal .modal-svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 3px;
}
#hiring-modal-container .hiring-modal-background .modal .modal-svg rect {
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray: 778;
  stroke-dashoffset: 778;
}
.request-hiring-form-remove{
  position: absolute;
  top: -22px;
  right: 10px
}
.request-hiring-form-remove img {
  max-width: 30px;
}
/*---------------------------------------
     WHY HIRE              
  -----------------------------------------*/
.why-hire{
  background: url(../images/hire-bg.jpg) no-repeat center center fixed;
}
/*---------------------------------------
     WHY CHOOSE TECHINGENIOUS              
  -----------------------------------------*/
.tech-m{
  margin-top: 50px;
}
/*.tech-m .row{
  display: flex;
  align-items: center;
}*/
.tech-m .section-title{
  margin-bottom: 15px;
  text-align: left;
  padding-top: 0px;
}
.tech-m-row{
  padding: 20px;
  padding-top: 0px;
}
.tech-m .section-title h3{
  margin-bottom: 25px;
}
.tech-m .section-title p{
  margin-bottom: 10px;
  padding: 0 50px 0 0;
}
.height-div{
  height: 215px;
}
.com-tech{
  margin-bottom: 5%;
  padding-left: 100px;
}
.com-tech h3{
  margin-bottom: 5px;
}
.com-tech p{
  width: 85%;
}
.title-icon{
  position: absolute;
  top: 0px;
  margin: 0px 0px;
  border: 1px solid;
  height: 70px;
  width: 70px;
  text-align: center;
  padding: 7px;
  border-radius: 10px;
}

/*---------------------------------------
     OUR WORK              
  -----------------------------------------*/
.work-section{
  margin: 50px 0;
}
.our-work .owl-carousel .item{
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      width: 100%;
}
.our-work .owl-carousel .item .widht-set{
  width: 50%;
}
.work-content{
  margin: 10px 10px;
  text-align: left;
  font-style: normal;
  margin-left: 45px;
}
.work-section .web_slider .owl-carousel .owl-nav{
  top: 0;
  bottom: 0;
  z-index: -1;
}
.work-section .web_slider  .owl-carousel .owl-stage-outer{
  height: 55vh;
}
.work-content p{
  padding: 10px 0;
}
.our-work .blue-btn{
  float: none;
  display: inline-block;
  border-radius: 5px;
  color: #fff;
  border: 1px solid transparent;
  background: #31a3fb;
  padding: 7px 30px;
  font-size: 18px;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  font-family: proxima_nova_rgregular;
  letter-spacing: .3px;
  position: absolute;
  bottom: -50px;
  left: 60px;
  outline: none;
}
.our-work-visit-icon{
  position: absolute;
  left: 48px;
  bottom: -90px;
  padding: 0px;
  margin: 0px;
  letter-spacing: 5px;
}
.our-work .owl-carousel .owl-stage-outer{
  height: 75vh;
}
.our-work .owl-carousel .owl-nav{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.our-work .owl-theme .owl-nav [class*='owl-'] {
    font-size: 30px;
    color: #464a4a;
    margin: 5px;
    padding: 4px 7px;
    background: transparent; 
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.our-work .owl-carousel .owl-nav .owl-next{
  position: absolute;
  right: -30px;
  top: 36%;
  bottom: 55%;
  border: 0;
}
.our-work .owl-carousel .owl-nav .owl-next:focus{
  border: 0;
  outline: none;
}
.our-work .owl-carousel .owl-nav .owl-prev:focus{
  border: 0;
  outline: none;
}
.our-work .owl-carousel .owl-nav .owl-prev{
  position: absolute;
  left: -40px;
  top: 36%;
  bottom: 55%;
  border: 0;
}
.owl-theme .owl-dots .owl-dot{background: transparent; border: 0; outline: none;}
.our-work .work-content .portfolio-slide-features li{
  width: 50%;
  float: left;
  list-style: none;
  position: relative;
  padding: 0px 15px 0px 15px;
  color: #2f2d2d;
  font-size: 18px;
  font-family: proxima_nova_rgregular;
  margin: 7px 0px;
  line-height: 20px;
  min-height: 40px;
}
/*.our-work .blue-btn .btn-text{
  position: absolute;
  top: 10px;
  left: 28px;
  letter-spacing: 5px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 10;
  height: 0px;
  width: 0px;
}*/
/*.our-work .blue-btn .btn-text:hover{
  font-size: 0px;
  height: 0px;
  width: 0px;
  display: none;
}*/
/*.our-work .blue-btn .android-btn-text{
  position: absolute;
  top: 10px;
  left: 20px;
  letter-spacing: 1px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 10;
  height: 0px;
  width: 0px;
}
*/
/*.our-work .blue-btn a span i{
  color: #31a3fb;
  z-index: 1;
  opacity: 0;
}*/
.our-work .our-work-visit-icon a span .fa-apple{
  color: #171717;
  transition: 1s linear;
}
.our-work .our-work-visit-icon a span .fa-android{
  color: #9acd32;
  transition: 1s linear;
}
.our-work .our-work-visit-icon a span .fa-globe{
  color: #798080;
  transition: 1s linear;
}

  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/
  @media only screen and (max-width: 1440px) {
    .tech-m .section-title{
      padding: 0;
    } 
    .com-tech{
      padding-left: 85px; 
    }
    .hiring-process {
      margin-bottom: 280px;
    }
    .hiring-process .section-title{
      padding-bottom: 100px;
    }
    .hiring-process .progress-green-bar .inline .numbtxt{
      top: -20px;
    }
    .hiring-process .progress-green-bar .inline .dis-txt{
      top: -90px;
    }
    .hiring-process .progress-green-bar .inline p{
      top: -55px;
    }

}
  @media only screen and (max-width: 1200px) {

    .custom-navbar .navbar-nav {
      margin-left: 3em;
    }

    .home-info {
      margin-top: 0;
    }
  }

  @media only screen and (max-width: 1024px){
    .tech-m-row{
      padding: 0px;
    }
    .tech-m .section-title{
      padding-bottom: 0px;
    }
    .tech-m .section-title h1{
      font-size: 27px;
    }
    .title-icon{
      width: 48px;
      height: 48px;
      margin: 2px -20px;
    }
    .com-tech{
      padding-left: 35px;
    }
    .com-tech h3{
      font-size: 21px;
    }
    .com-tech p{
      width: 100%;
      font-size: 12px;
    }
    .work-content{
      margin: 0;
      padding: 0;
    }
    .client-tasks{
      margin:0; 
    }
    .our-work .client-tasks ul li{
      font-size: 16px;
    }
    .our-work .work-content .portfolio-slide-features li{
      font-size: 16px;
    }
    .portfolio-sec-title{
      font-size: 1.1em;
    }
    .our-work .blue-btn{
      bottom: -30px;
      left: 20px;
    }
    .our-work .owl-carousel .owl-stage-outer{
      height: 80vh;
    }
    .our-work .owl-carousel .owl-nav .owl-prev{
      left: -21px;
    }
    .hiring-process .progress-green-bar .inline .numbtxt{
      font-size: 40px;
    }
    .hiring-process .progress-green-bar .inline .dis-txt{
      font-size: 21px;
    }
    .hiring-process .progress-green-bar .inline p{
      font-size: 10px;
    }
    .hiring-process .progress-green-bar .inline .icn{
      font-size: 55px;
    }
  }
  @media only screen and (max-width: 992px) {

    section {
      padding: 60px 0;
    }

    .custom-navbar .navbar-nav {
      margin-left: 0;
    }

    .custom-navbar .nav li a {
      font-size: 14px;
      padding-right: 15px;
      padding-left: 15px;
    }

    #feature .nav-tabs>li>a {
      font-size: 16px;
      margin-right: 20px;
    }

    .feature-image {
      bottom: -24em;
    }

    .pricing-thumb {
      margin-bottom: 30px;
    }

    footer {
      padding-bottom: 40px;
    }
  }


  @media screen and (max-width: 767px) {

    .section-title {
      padding-bottom: 20px;
    }

    .custom-navbar {
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 10px 0;
      text-align: center;
    }

    .custom-navbar .nav li a {
      line-height: normal;
      padding: 5px;
    }

    .custom-navbar .navbar-brand,
    .top-nav-collapse .navbar-brand {
      color: #202020;
      font-weight: normal;
    }

    .custom-navbar .nav li a,
    .top-nav-collapse .nav li a {
      color: #656565;
    }

    .feature-image {
      position: relative;
      bottom: 0;
    }

    #about .col-md-4:nth-child(3n) .team-thumb {
      display: flex;
      -webkit-box-orient: vertical;
      flex-direction: column-reverse;
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
    }

    .team-thumb-down:after {
      top: -15px;
      bottom: inherit;
      border-top: inherit;
      border-bottom: 15px solid #ffffff;
    }

    .testimonial-image,
    .testimonial-info {
      height: 85vh;
    }

    .testimonial-info {
      padding: 30px;
    }

    .home-form .form-control{
      margin-bottom: 15px;
    }
  }

 @media screen and (max-width: 768px){
  .home-form .form-control{
      margin-bottom: 15px;
    }
  .tech-m-row{
    padding: 20px;
    padding-top: 0px;
  }
  .com-tech {
    padding-left: 60px;
  }
  .title-icon{
    margin: 0px -5px;
  }
  .our-work .blue-btn{
    bottom: -60px;
    left: 0px;
    right: 0;
    text-align: center;
    width: 30%;
    margin: 0 auto; 
  }
  .our-work .cmg-soon{
    margin-left: 15px;
    left: 30px;
  }
  .our-work .owl-carousel .owl-nav .owl-prev{
    display: none;
  }
  .our-work .owl-carousel .owl-nav .owl-next{
    display: none;
  }
  .our-work .owl-carousel .owl-item img{
    width: 100%;
    margin: 0 auto;
  }
  .our-work .owl-carousel .owl-stage-outer{
    height: 125vh;
  }
  .our-work-visit-icon{
    left: 42.5% !important;
    bottom: -25px !important;
  }
  .mobile-app-portfolio-section .our-work-visit-icon{
    left: 40% !important;
  }
  .hiring-process{
    margin-bottom: 100px;
    padding-top: 0;
    margin-top: 0;
  }
  .progress-green-bar{
    max-width: 85%;
  }
  .hire-veriety-wrap{
    padding: 0;
  }
  .hiring-process .progress-green-bar .inline .numbtxt{
    left: -10px;
    top: -30px;
  }
  .hiring-process .progress-green-bar .inline .dis-txt{
    font-size: 16px;
    width: 136px;
  }
  .hiring-process .progress-green-bar .inline p{
    line-height: 18px;
    padding: 0 19px;
  }
  .hire-head-left{
    width: 230px;
  }
  .hire-head-right{
    width: calc(100% - 240px);
  }
  .hire-flex-box span{
    font-size: 18px;
  }
  .hire-flex-box [type="checkbox"]:not(:checked) + .hire-label:before, [type="checkbox"]:checked + .hire-label:before{
    left: 0;
    top: -40px;
  }
  .hire-flex-box [type="checkbox"]:not(:checked) + .hire-label:after, [type="checkbox"]:checked + .hire-label:after{
    top: -34px;
    left: 0;
  }
 }
  @media screen and (max-width: 480px) {

    .online-form input[type="email"],
    .online-form .form-control {
      width: 85%;
    }

    .online-form .form-control {
      display: block;
      margin: 20px auto;
    }

    .online-form button {
      position: relative;
      right: 0;
    }

    .testimonial-image,
    .testimonial-info {
      height: 65vh;
    }
    .hire-head-left{
      width: 100%;
    }
    .hire-head-right{
      width: 100%;
    }
    .our-work .owl-carousel .item{
      display: block;
    }
    .our-work .owl-carousel .item .widht-set{
      width: auto;
    }
    .our-work .blue-btn{
      bottom: -350px;
    }
  }




























  /* 11-june-2024 */
@media(max-width:1024px){
	.dropdown-menu .list-menu {
    left: 0 !important;
    position: static;
    min-width: unset;
    max-height: unset;
}

.ourheaderdropdown .row {
    display: block !important;
}

.ourheaderdropdown .row>div {
    width: 100%;
}


.header .navbar-default .navbar-collapse {
    max-height: unset;
    float: unset;
    overflow: auto !important;
    height: 100vh !important;
}


.header .navbar-nav .dropdown-menu {
    position: static;
    display: none;
    transition: unset;
    transform: unset;
    opacity: 1;
    visibility: visible;         width: 100%;
}


li.dropdown {
    position: relative;
}

span.arrow- {
    background: #ffffff8f;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 2px;
    position: absolute;
    top: 12px;
    right: 10px;
}
span.arrow- i{    display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;}

  .header .navbar-default .navbar-nav li a:before {display:none;}
  .dropdown b.caret {
    display: none;
}
.header .navbar-default .navbar-nav > li {
  overflow: hidden;
}


.list-menu .row {
  margin: 0;
}

.list-menu .row>div {
  padding: 0;
}

.list-menu .container-fluid {
  padding: 0;
}

.dropdown-menu .list-menu {
  padding: 5px 0;
  margin: 0;
}

.ourheaderdropdown .list-heading {
  letter-spacing: 0;
}

.ourheaderdropdown ul li a {
  padding: 5px 10px !important;
}

.header .navbar-default .navbar-nav li.dropdown ul.dropdown-menu li a {
  padding: 7px 10px;
  white-space: normal;
}

.header .navbar-default .navbar-nav li.dropdown ul.dropdown-menu {
  padding: 10px 0;
  border-radius: 0;
}

li.dropdown.active span.arrow- {
  background: #045dff;
}

li.dropdown.active span.arrow- i {
  color: #fff;
}
}