*{ margin: 0; padding: 0;}
*, *:before, *:after{ -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
ul,li{ list-style: none;}
html{ min-height: 100%;}
body{
  background: #fff;
  font-family: "Open Sans", Helvetica;
  font-weight: normal;
  font-size: 14px;
  color: #ddd;
  line-height: 1.5;
}
img{ max-width: 100%; height: auto; vertical-align: middle;}
a{ text-decoration: none;color: #989898;transition: all 0.3s ease;}
a:hover,a:active,a:focus{text-decoration: none;}
.row:after,.clear:after {content: "";display: table;clear: both;}
div,ul,p,section,article {padding: 0;margin: 0;}
img:active,img:focus,a:active,a:focus {outline: none;}
.clear:after {
    content: "";
    display: table;
    clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0.05em;
  color: #000;
  padding: 0 0 10px 0;
}
h1 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #2a2f45;
}
h2 {
  margin: 30px 0;
  font-family: "Roboto", Arial;
  font-weight: 500;
}
h3 {
  font-family: "Open Sans", Helvetica;
  font-weight: 600;
  font-size: 18px;
  margin: 10px 0;
  line-height: 30px;
}
h4{
  margin: 25px 0;
  color: #808598;
  line-height: 30px;
}
.center{
  text-align: center;
}
.left{
  text-align: center;
}
.right{
  text-align: right;
}
.uline,
.uline-center,
.uline-left {
  padding-bottom: 15px;
  position: relative;
}
.uline:after,
.uline-center:after,
.uline-left:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 60px;
  height: 1px;
  background: #fff;
}
.uline-center:after {
  background: #000;
  top: 100%;
  bottom: auto;
  margin: 0 auto;
  text-align: center;
  left: 47%;
}
.uline-left:after {
  background: #000;
}
p{
  color: #000000;
  font-family: "Open Sans", Helvetica;
  font-size: 14px;
  margin: 20px 0;
  letter-spacing: 0.075em;
  line-height: 30px;
  font-weight: 400;
}
section{
  padding: 80px 0;
}


nav {
  display: block;
  overflow: auto;
  right: -30em;
  top: 0;
  width: 30em;

    position: fixed;
    top: 0;
    z-index: 5;
    height: 100Vh;
    background: #192025;
    padding: 20px 0 0 30px;
    transition: all .5s ease-in-out;
}
.nav-expanded nav {
  right: 0;
}
body.nav-expanded {
  margin-left: 0em;
  transition: right 0.4s ease-in-out 0s;
  -webkit-transition: right 0.4s ease-in-out 0s;
  -moz-transition: right 0.4s ease-in-out 0s;
  -o-transition: right 0.4s ease-in-out 0s;
}
#nav-close {
  font-weight: 300;
  font-size: 30px;
  padding-right: 10px;
  color: #fff;
  cursor: pointer;
}
nav h4{
  font-size: 20px;
  color: #11b6fb;
  text-transform: uppercase;
  margin-top: 50px;
  
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
nav p{
  font-size: 14px;
  color: rgba(255, 255, 255, .2);
  width: 90%;
}
.main-menu {
  padding-top: 12px;
}
.main-menu li {
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.main-menu li a {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: rgba(255, 255, 255, .4);
  font-weight: 300;
  transition: all .3s ease-in-out;
  padding: 17px;
  display: block;
}
.main-menu li a:hover {
  color: #11b6fb;
  text-decoration: none;
}
.main-menu li .sub-nav {
  border-bottom: 0px;
  padding: 4px;
}
.main-menu a .caret {
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: top;
  border-top: 4px solid #4f5963;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
    margin-top: 8px;
}
.main-menu a:hover .caret {
  border-top-color: #4f5963;
}
.main-menu li.open > a > .caret {
  border-top: none;
  border-bottom: 4px solid #4f5963;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.main-menu li.open > a:hover > .caret {
  border-bottom-color: #4f5963;
}

.navbar{
  width: 1170px;
  background: #fff;
  margin: 0 auto;
  border-bottom: 1px solid red;
  height: 100px;
}
.header {
  background: #eaeaea;
  height: 100px;
  position: fixed;
  top: 0;
  transition: all 0.4s ease-in;
  width: 100%;
  z-index: 2;
}
.nav-up {
  top: -100px;
}
.header .container .text-right{
  padding: 25px 0 0;
}
.header .container{
  padding: 0px;
}
.header .container div{
  padding: 0;
}
.header .container .text-right a{
  font-size: 14px;
  padding: 10px 15px;
  border-radius: 25px;
  color: #989898;
  transition: all 0.3s ease-in;
}
.header .container .text-right a:hover{
  color: #000;
}
.navbar-brand {
    float: left;
    padding: 15px 0 15px;
    font-size: 18px;
    line-height: 20px;
    height: 100px;
}
.header i{
  font-size: 35px;
  vertical-align: middle;
  cursor: pointer;
  color: #716969;
}
.header i#nav-expander{
  padding-left: 15px;
}
nav .top-menu-item{
  display: none;
}
section .container div{
  padding: 0;
}
#home-banner{
  padding: 100px 0 0 0;
  background: url(../images/home-banner1.jpg);
  height: 700px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#home-banner .container div{
  padding: 125px 0 10px;
}
#home-banner .container div h1{
  font-size: 50px;
  font-weight: bold;
  text-transform: uppercase;
}
#home-banner .container div p{
  font-size: 16px;
  margin: 25px 0;
  color: #2b314b;
}
.techno-btn{
  padding: 20px 0 !important;
}
.techno-btn a{
  border: 1px solid #2b314b;
  padding: 10px 15px;
  margin: 0 20px 0 0px;
  border-radius: 25px;
  color: #2b314b;
}
.techno-btn a:hover{
  color: #fff;
  background: #11b6fb;
  border: 1px solid #11b6fb;
}
.techno-btn a i{
  margin: 0 0px 0 5px;
  font-weight: bold;
}
#our-steps .container div{
  padding: 15px !important;
  border: 1px solid transparent;
  transition: all 0.5s ease-in;
}
#our-steps .container div.one:hover,
#our-steps .container div.two:hover,
#our-steps .container div.three:hover{
  border: 1px solid;
}
#our-steps .container .one .img{
  background: url('../images/home-card1.jpg') no-repeat center;
  height: 175px;
}
#our-steps .container .two .img{
  background: url('../images/home-card2.jpg') no-repeat center;
  height: 175px;
}
#our-steps .container .three .img{
  background: url('../images/home-card3.jpg') no-repeat center;
  height: 175px;
}
#our-steps .container h3{
  letter-spacing: 0.10em;
  font-size: 20px;
}
#recent-projects{
  background: #f0f4f7;
}
#makes-us h1{
  line-height: 1.2;
}
#makes-us h4{
  padding-bottom: 20px;
}
#makes-us .container .one .img{
  background: url('../images/home-icon1.jpg') no-repeat left;
  height: 100px;
}
#makes-us .container .two .img{
  background: url('../images/home-icon2.jpg') no-repeat left;
  height: 100px;
}
#makes-us .container .three .img{
  background: url('../images/home-icon3.jpg') no-repeat left;
  height: 100px;
}
#makes-us .container .one1 .img{
  background: url('../images/home-icon4.jpg') no-repeat left;
  height: 100px;
}
#makes-us .container .two1 .img{
  background: url('../images/home-icon5.jpg') no-repeat left;
  height: 100px;
}
#makes-us .container .three1 .img{
  background: url('../images/home-icon6.jpg') no-repeat left;
  height: 100px;
}
#makes-us .container p{
  width: 80%;
}
#makes-us h3{
  transition: all 0.3s ease-in;
  text-transform: uppercase;
}
#makes-us .container .one:hover h3,
#makes-us .container .two:hover h3,
#makes-us .container .three:hover h3,
#makes-us .container .one1:hover h3,
#makes-us .container .two1:hover h3,
#makes-us .container .three1:hover h3{
  color: #11b6fb;
}
#home-quote{
  background: url(../images/home-bg1.jpg) no-repeat;
  height: auto;
  background-attachment: fixed;
  /* background-position: center; */
  background-size: contain;
}
.white{
  color: #fff;
}
.black{
  color: #000;
}
#home-quote .container .uline-left:after{
  background: #fff;
}
#home-quote .container .quote-left{
  padding-top: 10px;
}
#home-quote .container .quote{
  margin: 0 auto;
  text-align: center;
  padding-top: 55px;
}
#home-quote .techno-btn a{
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  padding: 15px 30px;
  border-radius: 30px;
  font-size: 16px;
  transition: all 0.5s ease-in;
}
#home-quote .techno-btn a:hover{
  border: 1px solid #ddd;
  color: #fff;
  background: #11b6fb;
}
#home-services .container h4{
  padding-bottom: 25px;
}
#home-services .container .box{
  border: 1px solid #ddd;
  padding: 30px 10px;
  margin: 10px;
  transition: all 0.4s ease-in;
}
#home-services .container .box:hover{
  border: 1px solid #000;
}
#home-services .container .box h5 span{
  font-size: 30px;
  font-weight: bold;
}
#home-services .container .box .techno-btn{
  padding-top: 30px;
}
#home-services .container .box .techno-btn a{
  padding: 10px 40px;
  margin: 0;
  background: #2a2f45;
  color: #fff;
  border-radius: 0px;
}
#home-services .container .box .techno-btn a:hover{
  background: #11b6fb;
}
#badge{
  background: #11b6fb;
}
#badge h1{
  color: #fff;
  padding: 0 0 10px 0;
  margin: 0;
}
#badge p{
  color: #fff;
  margin: 0;
}
.vline:before{
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 46%;
  top: -46px;
  bottom: 95px;
  border: 1px solid;
  border-width: 0 0 0 1px;
}
.vline:after{
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 46%;
  top: 95px;
  bottom: -46px;
  border: 1px solid;
  border-width: 0 0 0 1px;
}
#testimonials .container .img{
  padding-top: 50px;
  text-align: center;
}
#testimonials .container .second i{
  font-size: 3em;
  color: #11b6fb;
}
#testimonials .container .second p.name{
  margin-left: 38%;
  margin-top: 35px;
}
#testimonials .container .second h4{
  margin-top: -10px;
  position: absolute;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
hr.right-45{
  border-color: #a0a0a0;
  transform: rotate(-40deg);
  transform-origin: 30% 0%;
  width: 83px;
  position: absolute;
  left: 27%;
}
#blog{
  background: #f0f4f7;
}
footer{
  background: #2a2f45;
}
footer section{
  padding-bottom: 25px;
}
footer .container p{
  color: #848a98;
}
footer .container p span{
  color: #ddd;
  font-weight: 400;
  font-size: 16px;
  margin-right: 5px;
}
footer h2{
  font-weight: 100;
  font-size: 28px;
}
footer .container .second{
  padding: 0 40px 0;
}
footer .container .second h2{
  color: #fff;
  margin: 23px 0;
}
footer .container .second p{
  line-height: 3;
  margin: 0;
}
footer .container p a{
  transition: all 0.4s ease-in;
}
footer .container p a:hover{
  color: #fff;
}
footer .container.bottom{
  border-top: 1px solid #5d6475;
}
footer .container.bottom p span{
  font-size: 20px;
  font-weight: normal;
  color: #848a98;
}
footer .container .social h2{
  margin: 30px 0 5px;
}
footer .container .social a{
  margin: 0 10px 0 0;
}
footer .container .social i{
  font-size: 28px;
  padding-right: 15px;
}
footer .container .social .facebook i{
  padding-right: 0;
  padding: 1px 15px;
  border: 1px solid #737373;
  border-radius: 100%;
  transition: all 0.5s ease-in;
}
footer .container .social a.facebook:hover i{
  color: #0c73dc;
  padding-right: 0;
  border: 1px solid;
  border-radius: 100%;
  padding: 1px 15px;
}
footer .container .social .twitter i{
  padding-right: 0;
  padding: 1px 8px;
  border: 1px solid #737373;
  border-radius: 100%;
  transition: all 0.5s ease-in;
}
footer .container .social a.twitter:hover i{
  color: #1794ce;
  padding-right: 0;
  border: 1px solid;
  border-radius: 100%;
  padding: 1px 8px;
}
footer .container .social .google i{
  padding-right: 0;
  padding: 1px 8px;
  border: 1px solid #737373;
  border-radius: 100%;
  transition: all 0.5s ease-in;
}
footer .container .social a.google:hover i{
  color: #f75302;
  padding-right: 0;
  border: 1px solid;
  border-radius: 100%;
  padding: 1px 8px;
}
footer .container .second input[type="text"]{
  background: transparent;
  border: 1px solid #848a98;
  font-size: 14px;
  color: #ddd;
  width: 100%;
  height: 40px;
  padding: 10px;
  outline: none;
  transition: all 0.4s ease-in;
}
footer .container .second input[type="submit"]{
  position: absolute;
  top: 85px;
  right: 40px;
  border: none;
  color: #848a98;
  background: transparent;
  padding: 10px;
  outline: none;
  transition: all 0.4s ease-in; 
}
footer .container .second input:hover,
footer .container .second input:active,
footer .container .second input:focus{
  color: #fff;
  border: 1px solid #fff;
}
footer .container .second input[type="submit"]:hover,
footer .container .second input[type="submit"]:focus,
footer .container .second input[type="submit"]:active{
  border: none;
}
.br-460{
  display: none;
}
#recent-projects .container div.main{
  padding: 10px;
}
#recent-projects .container div a{
  display: block;
  overflow: hidden;
  position: relative;
}
#recent-projects .container div a img{
  transition: all 0.5s;
  max-width: 100%;
  width: 100%;
}
#recent-projects .container div a:hover img{
  transform: scale(1.05);
}
#blog .box{
  background: #fff;
  margin: 10px;
}
#blog .box p.head{
  text-align: center;
  padding: 20px 0;
  margin: 0;
}
#blog .box p.head span{
  margin: 0 10px;
}
#blog .box img{
  max-width: 100%;
  width: 100%;
}
#blog .box .text{
  padding: 25px;
}
#blog .box .text h3{
  padding: 0;
}
#blog .box .text a{
  color: #11b6fb;
  font-size: 16px;
  transition: all 0.3s ease-in;
}
#blog .box .text a i{
  margin: 5px;
  vertical-align: middle;
  font-size: 20px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}
#blog .box .text a:hover{
  color: #F44336;
}
#blog .box .text a:hover i{
  margin-left: 10px;
}
.img-vert:before{
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#clients ul{
  max-width: 945px;
  margin: 0 auto;
}
#clients ul li.img-vert{
  float: left; 
  padding: 0 20px;
  display: inline-block;
  vertical-align: middle;
  height: 82px;
}
.container .owl-nav {
    font-size: 27px;
    color: #7f7f7f;
}
.container .owl-next {
    position: absolute;
    top: 23.5%;
    right: -30px;
    padding: 2px 10px;
}
.container .owl-prev{
    position: absolute;
    top: 23.5%;
    left: -30px;
    padding: 2px 10px;
}
div#footer{
  display: none;
}
@media screen and (max-width: 1024px){
  .container .owl-next{
    right: -15px;
  }
  .container .owl-prev{
    left: -15px;
  }
}
@media screen and (max-width: 991px){
  .top-menu{
    display: none;
  }
  nav .top-menu-item{
    display: initial;
  }
  nav i.top-menu-item{
    font-size: 2em;
    padding: 15px 15px 15px 0px;
    color: #716969;
  }
  nav .top-menu-item a{
    border-bottom: 1px solid rgba(255, 255, 255, .2);
  }
  nav{
    padding: 20px 0 0 30px;
  }
  #home-quote{
    background: #11b6fb;
  }
  #home-quote .container .quote-left{
    padding-top: 0px;
  }
  #home-quote .container .quote {
    margin: 0 auto;
    text-align: left;
    padding-top: 0px;
  }
  #testimonials .border{
    border-bottom: 1px solid;
  }
  footer .container .second{
    padding: 0 0 0;
  }
  footer .container .second input[type="submit"]{
    right: 0;
  }
  .container .owl-prev{
    left: -15px;
    padding: 2px 5px;
  }
  .container .owl-next{
    right: -15px;
    padding: 2px 5px;
  }
  .navbar-brand{
    padding: 25px 0 15px;
  }
}
@media screen and (max-width: 768px){
  .header .container{
    padding: 0 15px 0 15px;
  }
  footer .container #copyright{
    text-align: center;
  }
}
@media screen and (max-width: 767px){
  .vline:before{
    display: none;
  }
  .vline:after{
    display: none;
  }
  #badge .container div{
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
  }
  #badge .container div:first-child{
    padding-top: 0;
  }
  #badge .container div:last-child{
    padding-bottom: 0;
    padding-top: 25px;
    border-bottom: 0px solid #ddd;
  }
  #badge{
    padding: 40px 0;
  }
  .navbar-brand{
    padding: 25px 0 15px;
  }
  footer .container .second input[type="submit"]{
    top: 63px;
  }
  section{
    padding: 35px 0;
  }
  div#footer{
    display: block;
  }
  footer .container #copyright{
    text-align: left;
    padding-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .technohelp-logo {
    content:url("../images/mobile-logo.png");
  }
  .navbar-brand{
    padding: 15px 0 15px;
  }
}

@media screen and (max-width: 480px){
  nav{
    right: -20em;
    width: 20em;
  }
  #home-banner .container div {
    padding: 50px 0 10px;
  }
  .clear{
    text-align: center;
  }
  footer .container .first{
    text-align: left;
  }
  footer .container .second{
    text-align: center;
  }
  footer .container #links{
    text-align: left;
  }
  footer .container .second h2#newsletter{
    text-align: left;
  }
  footer .container #copyright{
    text-align: center;
    padding: 10px;
  }
}
@media screen and (max-width: 460px){
  .br-460{
    display: inherit;
  }
}
@media screen and (max-width: 320px){

}

body::-webkit-scrollbar {
    width: 1em;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
nav::-webkit-scrollbar {
    width: 3px;
}
 
nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px transparent;

}
 
nav::-webkit-scrollbar-thumb {
  background-color: #11b6fb;
  outline: 0px solid slategrey;
}