@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* =======================================================
*
* 	Custom Style
*   Author: Aditya Chitale
*   font-family: 'Montserrat', sans-serif;
*   font-family: 'Lato', sans-serif;
*
* ======================================================= */

.padd-xl-h{
    padding-top: 100px;
    padding-bottom: 100px;
}
.padd-md-h{
    padding-top: 50px;
    padding-bottom: 50px;
}
.wrapper{
    max-width: 1440px;
    margin: 0 auto;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  color: #5b5b5b;
  background: #fff; }

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
margin-top: 60px; }
  .offcanvas #page {
    overflow: hidden;
    position: absolute; }
    .offcanvas #page:after {
      -webkit-transition: 2s;
      -o-transition: 2s;
      transition: 2s;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 101;
      background: rgba(0, 0, 0, 0.7);
      content: ""; }

a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #e4372a;}
  a:hover, a:active, a:focus {
    color: #e4372a;
    outline: none;
    text-decoration: none; }

p {
  margin-bottom: 20px; }

h1, h2, h3, h4, h5, h6, figure {
  font-weight: 400;
  margin: 0 0 20px 0;
  position: relative;
}

.h2{
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 40px;
    margin-top: 0;
}
.h2:after{
    content: '';
    position: absolute;
    background: #e4372a;
    height: 5px;
    width: 120px;
    left: 0;
    bottom: -20px;
}

.about, .contact, .careers, .services-hero, .products-hero, .partner{
    background: url(../images/about-banner2.jpg) 0 0 no-repeat;
    background-size: cover;
	margin-bottom:0;
}
.careers{
    background: url(../images/contact-banner.jpg) 0 0 no-repeat;
	background-size: cover;
}
.services-hero{
    background: url(../images/contact-us-bg.png) 0 0 no-repeat;
	background-size: cover;
}
.products-hero{
    background: url(../images/products.jpg) 0 0 no-repeat;
	background-size: cover;
}
.contact{
    background: url(../images/contact-bg.jpg) 0 0 no-repeat;
	background-size: cover;
}

.partner{
    background: url(../images/partner.jpg) 0 0 no-repeat;
	background-size: cover;
}
.about h1, .contact h1, .careers h1, .services-hero h1, .products-hero h1, .partner h1{
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    margin: 25px 0;
}
.punchline {
    background: url(../images/punchline.jpg) 0 42% no-repeat;
    background-size: cover;
    padding-bottom: 32px;
	margin-top:30px;
}
.punchline h3{
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}



.techno-nav .top-menu {
  padding: 0px 0; }

.techno-nav #techno-logo {
  font-size: 24px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-weight: 700;
  font-family: "Playfair Display", Georgia, serif; }
  .techno-nav #techno-logo a {
    color: #bea34d; }
    .techno-nav #techno-logo a span {
      color: #000; }
	  .techno-nav #techno-logo img{
		  width:225px;
		  padding-top:8px;}

.techno-nav a {
  padding: 5px 10px;
  color: #000; }

@media screen and (max-width: 768px) {
  .techno-nav .menu-1 {
    display: none; }
#techno-hero .flexslider .slider-text > .slider-text-inner h1 {
    margin-bottom: 15px;
    font-size: 34px;
	}
	.bannerText {
    font-size: 24px;
    color: #fff;
    line-height: 28px;
}
#page {margin-top: 0px;}
}
.techno-nav{ min-height:57px;}
.techno-nav ul li.btn-cta {
    margin-left: 10px;
}
.techno-nav ul {
  padding: 0;
  margin: 10px 0 5px 0; }
  .techno-nav ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline; }

    .techno-nav ul li a {
      font-size: 16px;
      padding: 30px 15px;
      color: #333333;
      font-weight: 400;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }

      .techno-nav ul li a:hover, .techno-nav ul li a:focus, .techno-nav ul li a:active {
        color: black; }
    .techno-nav ul li.has-dropdown {
      position: relative; }
      .techno-nav ul li.has-dropdown .dropdown {
        width: 310px;
        -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
        z-index: 1002;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 30px;
        left: 0;
        text-align: left;
        background: #29333c;
        padding: 20px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        -webkit-transition: 0s;
        -o-transition: 0s;
        transition: 0s; }
        .techno-nav ul li.has-dropdown .dropdown:before {
          bottom: 100%;
          left: 40px;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none;
          border-bottom-color: #29333c;
          border-width: 8px;
          margin-left: -8px; }
        .techno-nav ul li.has-dropdown .dropdown li {
          display: block;
          margin-bottom: 7px; }
          .techno-nav ul li.has-dropdown .dropdown li:last-child {
            margin-bottom: 0; }
          .techno-nav ul li.has-dropdown .dropdown li a {
            padding: 2px 0;
            display: block;
            color: #fff;
            line-height: 1.2;
            text-transform: none;
            font-size: 14px;
            letter-spacing: 0; }
            .techno-nav ul li.has-dropdown .dropdown li a:hover {
              color: #fff; }
      .techno-nav ul li.has-dropdown:hover a, .techno-nav ul li.has-dropdown:focus a {
        color: #000; }
    .techno-nav ul li.btn-cta a {
      padding: 30px 0px !important;
      color: #fff; }
      .techno-nav ul li.btn-cta a span {
        background: #1570c1;
        padding: 5px 16px;
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        border-radius: 12px; }
      .techno-nav ul li.btn-cta a:hover span {
        -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75); }
    .techno-nav ul li.active > a {
      color: #0059a9;
      position: relative;    border-bottom: #0059a9 6px solid;
    padding: 13px 15px;
font-weight: 600}

#techno-counter,
.techno-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative; }
  #techno-counter .overlay,
  .techno-bg .overlay {
    z-index: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7); }

.techno-video {
  overflow: hidden; }
  @media screen and (max-width: 992px) {
    .techno-video {
      height: 450px; } }
  .techno-video a {
    z-index: 1001;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -45px;
    width: 90px;
    height: 90px;
    display: table;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .techno-video a i {
      text-align: center;
      display: table-cell;
      vertical-align: middle;
      font-size: 40px; }
  .techno-video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .techno-video:hover .overlay {
    background: rgba(0, 0, 0, 0.7); }
  .techno-video:hover a {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

#techno-hero {
  height: 460px !important;
  overflow:hidden;
  background: #fff url(../images/loader.gif) no-repeat center center; }
  #techno-hero .btn {
    font-size: 24px; }
    #techno-hero .btn.btn-primary {
      padding: 14px 30px !important; }
  #techno-hero .flexslider {
    border: none;
    z-index: 1;
	height:460px !important;
    margin-bottom: 0; }
    #techno-hero .flexslider .slides {
      position: relative;
      overflow: hidden; }
      #techno-hero .flexslider .slides li {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        min-height: 460px;
        position: relative; }
        #techno-hero .flexslider .slides li:after {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          content: '';
          /*background: rgba(0, 0, 0, 0.4);*/
          z-index: 1; }
    #techno-hero .flexslider .flex-control-nav {
      bottom: 40px;
      z-index: 1000; }
      #techno-hero .flexslider .flex-control-nav li a {
        background: rgba(255, 255, 255, 0.2);
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 12px;
        height: 12px;
        cursor: pointer; }
        #techno-hero .flexslider .flex-control-nav li a.flex-active {
          cursor: pointer;
          background: rgba(255, 255, 255, 0.7); }
    #techno-hero .flexslider .flex-direction-nav {
      display: none; }
    #techno-hero .flexslider .slider-text {
      display: table;
      opacity: 0;
      min-height: 700px;
      z-index: 9; }

      #techno-hero .flexslider .slider-text > .slider-text-inner {
    display: block;
    vertical-align: middle;
    /*background: rgba(22, 34, 45, 0.85);*/
    padding: 30px;
    margin-top: 15%;
z-index: 999;
position: relative;}

        #techno-hero .flexslider .slider-text > .slider-text-inner h1, #techno-hero .flexslider .slider-text > .slider-text-inner h2 {
          margin: 0;
          padding: 0;
          color: white; }
        #techno-hero .flexslider .slider-text > .slider-text-inner h1 {
          margin-bottom: 20px;
          font-size: 38px;
          line-height: 1.3;
          font-weight: 600;
          text-transform: uppercase;
          letter-spacing: 1px; }
          @media screen and (max-width: 768px) {
            #techno-hero .flexslider .slider-text > .slider-text-inner h1 {
              font-size: 30px; } }
        #techno-hero .flexslider .slider-text > .slider-text-inner h2 {
          font-size: 20px;
          line-height: 1.5;
          margin-bottom: 30px; }
        #techno-hero .flexslider .slider-text > .slider-text-inner .heading-section {
          font-size: 50px; }
        #techno-hero .flexslider .slider-text > .slider-text-inner .btn {
          padding: 15px 30px;
          background: #31486f !important;
          color: #fff;
          border: none !important;
          font-size: 18px; }
          #techno-hero .flexslider .slider-text > .slider-text-inner .btn:hover {
            background: #bea34d !important;
            -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
            -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
            box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important; }
        #techno-hero .flexslider .slider-text > .slider-text-inner .form-inline .form-group {
          width: 100% !important;
          margin-bottom: 10px; }
          #techno-hero .flexslider .slider-text > .slider-text-inner .form-inline .form-group .form-control {
            width: 100%;
            background: #fff;
            border: none; }
        #techno-hero .flexslider .slider-text > .slider-text-inner .techno-lead {
          font-size: 20px;
          color: #fff; }
          #techno-hero .flexslider .slider-text > .slider-text-inner .techno-lead .icon-heart {
            color: #d9534f; }
.slider-text-inner .techno-cta-white{
    font-size: 16px;
    color: #0059a9;
    text-transform: none;
}
.techno-bg-section {
  background: rgba(0, 0, 0, 0.05); }

#techno-about,
#techno-practice,
#techno-testimonial,
#techno-started,
#techno-blog,
#techno-contact,
#tf-works,
#techno-footer {
  padding: 7em 0;
  clear: both; }
  @media screen and (max-width: 768px) {
    #techno-about,
    #techno-practice,
    #techno-testimonial,
    #techno-started,
    #techno-blog,
    #techno-contact,
    #techno-footer {
      padding: 3em 0; } }

#techno-counter {
  padding: 4em 0;
  clear: both; }

.techno-counters {
  padding: 3em 0;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center; }
  .techno-counters .icon {
    width: 100px;
    height: 100px;
    display: table;
    margin: 0 auto;
    margin-bottom: 30px; }
    .techno-counters .icon i {
      display: table-cell;
      vertical-align: middle;
      width: 100px;
      height: 100px;
      font-size: 50px;
      color: #fff;
      background: #bea34d;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
  .techno-counters .counter-wrap {
    border: 1px solid red !important; }
  .techno-counters .techno-counter {
    font-size: 40px;
    display: block;
    color: white;
    font-family: "Playfair Display", Georgia, serif;
    width: 100%;
    font-weight: 700;
    margin-bottom: .3em; }
  .techno-counters .techno-counter-label {
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 5px;
    margin-bottom: 2em;
    display: block; }

#techno-intro,
#techno-content,
#techno-product {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;}

#techno-content .video, #techno-content .choose,
#techno-product .video,
#techno-product .choose {
  display: inline-block; }
  @media screen and (max-width: 768px) {
    #techno-content .video, #techno-content .choose,
    #techno-product .video,
    #techno-product .choose {
      width: 100% !important; } }

#techno-content .video,
#techno-product .video {
  display: table;
  width: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap; }

#techno-content .choose,
#techno-product .choose {
  width: 50%;
  padding: 80px 40px; }

#techno-content .choose-form,
#techno-product .choose-form {
  background: #2172c4;
color: #fff;}
  #techno-content .choose-form .techno-heading,
  #techno-product .choose-form .techno-heading {
    margin-bottom: 40px; }
    #techno-content .choose-form .techno-heading h2,
    #techno-product .choose-form .techno-heading h2 {
      color: #fff; }
  #techno-content .choose-form .form-control,
  #techno-product .choose-form .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.1);
    font-size: 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8); }
    #techno-content .choose-form .form-control:active, #techno-content .choose-form .form-control:focus,
    #techno-product .choose-form .form-control:active,
    #techno-product .choose-form .form-control:focus {
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      border-color: #bea34d; }
#techno-product .choose .h2{
    color: #fff;
}
#techno-product .choose h4{
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}
#techno-product .choose .h2:after{
    background: #66b2ff;
}
.progress-bar {
  background-color: #31486f !important;
  font-size: 16px; }

#techno-intro {
  z-index: 0;
  padding-bottom: 7em; }

.third-col {
  padding: 2em;
  margin-top: -40px;
  z-index: 1;
  width: 50%;
  background: #415f92;
  color: #fff;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .third-col {
      width: 100% !important; } }
  .third-col h2 {
    color: #fff;
    font-weight: 700; }
  .third-col.third-col-color {
    background: #31486f; }
  .third-col .icon {
    position: absolute;
    top: 0px;
    left: -10%; }
    .third-col .icon i {
      font-size: 200px;
      color: rgba(255, 255, 255, 0.05); }

.services {
  position: relative;
  padding: 15px 30px 15px 20px;
  margin-bottom: 60px;
  font-size:14px;
  background: #fff;
  border-radius: 7px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .services-footer{
	      background: #fafafa;
    text-align: right;
    font-size: 11px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 3px;
	 }
.modal-body .services{
    border: none;
    padding: 5px 15px;
}
.modal-body .services:hover, .modal-body .services:focus {
    background: #fff;
	border:none;
    color: #000; }
.services p{
    margin-bottom: 5px;
}
.services {
	  border-bottom: #fff 5px solid;}
.services h3 {
    font-weight: 600;
    margin-bottom: 10px;
    border-bottom: #95a1b5 3px solid;
    padding-bottom: 11px;
	font-size:20px;
}
.services .btn {
    margin: 25px auto;
    display: block;
    width: 130px;
}

    .services h3 a {
      color: #31486f; }
  .services .icon {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 70px;
    height: 70px;
    display: table;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .services .icon i {
      display: table-cell;
      vertical-align: middle;
      height: 70px;
      font-size: 60px;
      line-height: 40px;
      color: #31486f; }
  .services:hover, .services:focus {
	  border-bottom: #ccc 5px solid;
   /* background: #31486f;
    color: rgba(255, 255, 255, 0.7); */}
	.services:hover .services-footer{
		color:#000;}

.techno-social-icons {
  margin: 0;
  padding: 0; }
  .techno-social-icons li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .techno-social-icons li a {
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline;
      color: #bea34d;
         padding-left: 0px;
    padding-right: 3px; }
      .techno-social-icons li a i {
        font-size: 20px; }

.techno-contact-info ul {
  padding: 0;
  margin: 0; }
  .techno-contact-info ul li {
    padding: 0 0 0 40px;
    margin: 0 0 30px 0;
    list-style: none;
    position: relative; }
    .techno-contact-info ul li:before {
      color: #0059a9;
      position: absolute;
      left: 0;
      top: .05em;
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .techno-contact-info ul li.address:before {
      font-size: 30px;
      content: "\e9d1"; }
    .techno-contact-info ul li.phone:before {
      font-size: 23px;
      content: "\e9f4"; }
    .techno-contact-info ul li.email:before {
      font-size: 23px;
      content: "\e9da"; }
    .techno-contact-info ul li.url:before {
      font-size: 23px;
      content: "\e9af"; }

.features {
  margin-bottom: 3em;
  width: 100%;
  float: left; }

.techno-heading {
  margin-bottom: 5em; }
  .techno-heading.techno-heading-sm {
    margin-bottom: 2em; }
  .techno-heading h2 {
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 1.5;
    color: #000;
    font-weight: 400; }
  .techno-heading p {
    font-size: 18px;
    line-height: 1.5;
    color: #828282; }
  .techno-heading span {
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px; }
  .techno-heading.techno-heading2 h2 {
    font-size: 60px;
    font-weight: 700; }
  .techno-heading.techno-heading2 p {
    font-size: 24px;
    margin-bottom: 40px; }

#techno-testimonial .testimony-slide {
  text-align: center; }
  #techno-testimonial .testimony-slide span {
    font-size: 18px;
    font-weight: 700;
    display: block;
    color: #000; }
  #techno-testimonial .testimony-slide figure {
    margin-bottom: 10px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline; }
    #techno-testimonial .testimony-slide figure img {
      width: 140px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
  #techno-testimonial .testimony-slide blockquote {
    border: none;
    margin: 30px auto;
    width: 70%;
    position: relative;
    padding: 0; }
    @media screen and (max-width: 992px) {
      #techno-testimonial .testimony-slide blockquote {
        width: 100%; } }

#techno-testimonial .arrow-thumb {
  position: absolute;
  top: 40%;
  display: block;
  width: 100%; }
  #techno-testimonial .arrow-thumb a {
    font-size: 32px;
    color: #dadada; }
    #techno-testimonial .arrow-thumb a:hover, #techno-testimonial .arrow-thumb a:focus, #techno-testimonial .arrow-thumb a:active {
      text-decoration: none; }

#techno-testimonial .owl-theme .owl-dots .owl-dot.active span, #techno-testimonial .owl-theme .owl-dots .owl-dot:hover span {
  background: #81c240; }

#techno-testimonial .owl-theme .owl-dots .owl-dot span {
  background: #31486f; }

.techno-staff {
  text-align: center;
  margin-bottom: 30px; }
  .techno-staff img {
    width: 100%;
    margin-bottom: 20px; }
  .techno-staff h3 {
    font-size: 24px;
    margin-bottom: 5px; }
  .techno-staff p {
    margin-bottom: 30px; }
  .techno-staff .role {
    color: gray;
    margin-bottom: 30px;
    font-weight: normal;
    display: block; }

#techno-started .h2{
    color: #fff;
}
#techno-started .h2:after{
    background: #c7c7c7;
    right: 0;
    margin: 0 auto;
}
#techno-started {
  padding: 0;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%; }
  #techno-started .overlay {
    z-index: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7); }
  #techno-started .techno-heading h2 {
    line-height: 80px;
    color: #fff;
    margin-bottom: 30px !important; }
  #techno-started .techno-heading p {
    color: rgba(255, 255, 255, 0.5); }
  #techno-started .btn {
    height: 54px;
    border: none !important;
    background: #1570c1;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    padding-left: 50px;
    padding-right: 50px; }
  #techno-started .form-inline .form-group {
    width: 100% !important;
    margin-bottom: 10px; }
    #techno-started .form-inline .form-group .form-control {
      width: 100%; }

.blog-featured a img {
  margin-bottom: 30px; }

.blog-featured h2 a {
  color: #31486f; }
  .blog-featured h2 a:hover {
    color: #bea34d; }

.blog-entry {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 2em; }
  .blog-entry .thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    float: left; }
  .blog-entry .desc {
    padding-left: 170px; }
    .blog-entry .desc h3 a {
      color: #31486f; }
      .blog-entry .desc h3 a:hover {
        color: #bea34d; }
    .blog-entry .desc .meta {
      color: #999999;
      font-size: 16px;
      margin-bottom: 10px; }

.techno-blog {
  margin-bottom: 40px;
  width: 100%;
  float: left; }
  .techno-blog > a {
    display: block;
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .techno-blog > a img {
      width: 100%; }
  @media screen and (max-width: 768px) {
    .techno-blog {
      width: 100%; } }
  .techno-blog .blog-text {
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    padding: 30px;
    float: left;
    border: 1px solid rgba(0, 0, 0, 0.07);
    background: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .techno-blog .blog-text span {
      display: inline-block;
      margin-bottom: 20px; }
      .techno-blog .blog-text span.comment {
        float: right; }
        .techno-blog .blog-text span.comment a {
          color: rgba(0, 0, 0, 0.3); }
          .techno-blog .blog-text span.comment a i {
            color: #bea34d;
            padding-left: 7px; }
    .techno-blog .blog-text .meta {
      color: #b3b3b3;
      font-size: 16px;
      margin-bottom: 10px; }
    .techno-blog .blog-text h3 {
      font-size: 28px;
      margin-bottom: 20px;
      line-height: 1.5; }
      .techno-blog .blog-text h3 a {
        color: black; }

#techno-footer {
    background: #222a34;
    color: #fff;
    padding: 3em 0 3em 0;
}
  #techno-footer .techno-footer-links {
    padding: 0;
    margin: 0; }
    @media screen and (max-width: 768px) {
      #techno-footer .techno-footer-links {
        margin-bottom: 30px; } }
    #techno-footer .techno-footer-links li {
      padding: 0;
      margin: 0;
      list-style: none; }
      #techno-footer .techno-footer-links li a {
        color: rgba(255, 255, 255, 0.8);
        text-decoration: none; }
        #techno-footer .techno-footer-links li a:hover {
          text-decoration: underline; }
  #techno-footer h4 {
    color: #fff;
    font-size: 20px;
    border-bottom: 2px solid #bea34d47;
    padding-bottom: 15px; }
    #techno-footer hr { border-top: #bea34d47 1px solid; margin-bottom: 35px;}
  #techno-footer .techno-widget {
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      #techno-footer .techno-widget {
        text-align: left; } }
  #techno-footer .copyright .block {
    display: block; }

#map {
  width: 100%;
  height: 500px;
  position: relative; }
  @media screen and (max-width: 768px) {
    #map {
      height: 200px; } }

#techno-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 325px;
  background: black;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 75px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(325px);
  -webkit-transform: translateX(325px);
  -ms-transform: translateX(325px);
  -o-transform: translateX(325px);
  transform: translateX(325px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  @media screen and (max-width: 768px) {
    #techno-offcanvas {
      display: block; } }
  .offcanvas #techno-offcanvas {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px); }
  #techno-offcanvas a {
    color: #fff; }
    #techno-offcanvas a:hover {
      color: rgba(255, 255, 255, 0.8); }
  #techno-offcanvas ul {
    padding: 0;
    margin: 0; }
    #techno-offcanvas ul li {
      padding: 0;
      margin: 0;
      list-style: none; }
      #techno-offcanvas ul li > ul {
        padding-left: 20px;
        display: none; }
      #techno-offcanvas ul li.offcanvas-has-dropdown > a {
        display: block;
        position: relative; }
        #techno-offcanvas ul li.offcanvas-has-dropdown > a:after {
          position: absolute;
          right: 0px;
          font-family: 'icomoon';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\e921";
          font-size: 20px;
          color: rgba(255, 255, 255, 0.64);
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
      #techno-offcanvas ul li.offcanvas-has-dropdown.active a:after {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg); }

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase; }

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .gototop.active {
    opacity: 1;
    visibility: visible; }
  .gototop a {
    width: 50px;
    height: 50px;
    display: table;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }
    .gototop a i {
      height: 50px;
      display: table-cell;
      vertical-align: middle; }
    .gototop a:hover, .gototop a:active, .gototop a:focus {
      text-decoration: none;
      outline: none; }

.techno-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
  top: 0px !important; }
  .techno-nav-toggle.active i::before, .techno-nav-toggle.active i::after {
    background: #444; }
  .techno-nav-toggle:hover, .techno-nav-toggle:focus, .techno-nav-toggle:active {
    outline: none;
    border-bottom: none !important; }
  .techno-nav-toggle i {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 2px;
    color: #252525;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #252525;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
    .techno-nav-toggle i::before, .techno-nav-toggle i::after {
      content: '';
      width: 25px;
      height: 2px;
      background: #252525;
      position: absolute;
      left: 0;
      -webkit-transition: all .2s ease-out;
      -o-transition: all .2s ease-out;
      transition: all .2s ease-out; }
  .techno-nav-toggle.techno-nav-white > i {
    color: #fff;
    background: #000; }
    .techno-nav-toggle.techno-nav-white > i::before, .techno-nav-toggle.techno-nav-white > i::after {
      background: #000; }

.techno-nav-toggle i::before {
  top: -7px; }

.techno-nav-toggle i::after {
  bottom: -7px; }

.techno-nav-toggle:hover i::before {
  top: -10px; }

.techno-nav-toggle:hover i::after {
  bottom: -10px; }

.techno-nav-toggle.active i {
  background: transparent; }

.techno-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  background: #fff; }

.techno-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  background: #fff; }

.techno-nav-toggle {
  position: absolute;
  right: 0px;
  top: 65px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important; }
  @media screen and (max-width: 768px) {
    .techno-nav-toggle {
      display: block; } }

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px; }
  .btn.btn-md {
    padding: 8px 20px !important; }
  .btn.btn-lg {
    padding: 18px 36px !important; }
  .btn:hover, .btn:active, .btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important; }

.btn-primary {
  background: #1570c1;
  color: #fff;
  border: 2px solid #1570c1; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #1570c1 !important;
    border-color: #1570c1 !important;
	-webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75) !important;
    -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75) !important;
    box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75) !important;}
  .btn-primary.btn-outline {
    background: transparent;
    color: #bea34d;
    border: 2px solid #bea34d; }
    .btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
      background: #bea34d;
      color: #fff; }

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c; }
  .btn-success:hover, .btn-success:focus, .btn-success:active {
    background: #4cae4c !important;
    border-color: #4cae4c !important; }
  .btn-success.btn-outline {
    background: transparent;
    color: #5cb85c;
    border: 2px solid #5cb85c; }
    .btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
      background: #5cb85c;
      color: #fff; }

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de; }
  .btn-info:hover, .btn-info:focus, .btn-info:active {
    background: #46b8da !important;
    border-color: #46b8da !important; }
  .btn-info.btn-outline {
    background: transparent;
    color: #5bc0de;
    border: 2px solid #5bc0de; }
    .btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
      background: #5bc0de;
      color: #fff; }

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active {
    background: #eea236 !important;
    border-color: #eea236 !important; }
  .btn-warning.btn-outline {
    background: transparent;
    color: #f0ad4e;
    border: 2px solid #f0ad4e; }
    .btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
      background: #f0ad4e;
      color: #fff; }

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
    background: #d43f3a !important;
    border-color: #d43f3a !important; }
  .btn-danger.btn-outline {
    background: transparent;
    color: #d9534f;
    border: 2px solid #d9534f; }
    .btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
      background: #d9534f;
      color: #fff; }

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .btn.with-arrow i {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
  .btn.with-arrow:hover {
    padding-right: 50px; }
    .btn.with-arrow:hover i {
      color: #fff;
      right: 18px;
      visibility: visible;
      opacity: 1; }

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fbfbfb;
    border: 2px solid rgba(0, 0, 0, 0.1);
    height: 54px;
    font-size: 16px;
    font-weight: 300;
    font-weight: 400; }
  .form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #1570c1; }

.row-pb-md {
  padding-bottom: 4em !important; }

.row-pb-sm {
  padding-bottom: 2em !important; }

.techno-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff; }

.js .animate-box {
  opacity: 0; }

.techno-cta, .techno-cta-white {
    background: #1570c1;
    padding: 10px 20px;
    display: -moz-inline-stack;
    display: inline-block;
    color: #fff;
    zoom: 1;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
}
.techno-cta:hover, .techno-cta:focus {
    color:#fff;
    -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}
.techno-cta-white {
    background: #fff;
    color: #2072c3;
}
.techno-cta-white:hover, .techno-cta-white:focus {
    color:#2072c3;
    -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}
#techno-client-area{
    background: #ebf8f5;
}
#techno-client-area img{
    margin: 0 auto;
}
.box{
    border: #cdcfd1 1px solid;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    margin-bottom: 80px;
}
.box .imagearea{
    text-align: center;
    margin: 0 auto;
    position: relative;
    top:-20px;
}
.box .imagearea img{
    -webkit-box-shadow: 1px 15px 66px -9px rgba(0, 0, 0, 0.85);
    -moz-box-shadow: 1px 15px 66px -9px rgba(0, 0, 0, 0.85);
    box-shadow: 1px 15px 66px -9px rgba(0, 0, 0, 0.85);
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    margin: 0 auto;
}
.box .fig-caption{
    font-size: 18px;
    color: #e4372a;
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
#techno-services .h2{
    margin-bottom: 100px;
}
#techno-services .h2:after{
    margin: 0 auto;
    right: 0;
}
.white-bg-content{
    background: #fff;
    padding: 20px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}
.mrg-bt{
    margin-bottom: 15px;
}
.contact-warning{
    display: block;
    margin-bottom: 10px;
    text-transform:none !important;
    font-size: 14px !important;
    letter-spacing: 0px !important;
    font-weight: 600;
    transform:translateY(30px);
}
.bannerText{
    font-size: 28px;
    color: #fff;
}
.nav-title{
    border-bottom: #ccc 1px solid;
}
.lg-block{
    width: 800px !important;
    left:-400px !important;
}
@media (min-width: 990px) and (max-width: 1200px) {
.techno-nav ul li a {
    font-size: 15px;
    padding: 30px 4px;
}
    .box{
        min-height: 282px;
    }
}


.office-title{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 35px;
    margin-top: 0;
}
.office-title:after{
    content: '';
    position: absolute;
    background: #e3372a;
    height: 5px;
    width: 120px;
    left: 0;
    bottom: -20px;
}
.contact-emails {
    background: #f6fafd;
    padding: 10px;
    margin-bottom: 22px;
    border: #dde1e3 1px solid;
    border-radius: 7px;
}
@media (min-width: 100px) and (max-width: 400px) {

    #techno-logo img {
        width: 210px;
		  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
    }

}
.about-para > p::first-letter {
  font-size: 50px;
}
 @media screen and (max-width: 992px) {
#frm #fname{
	margin-bottom:15px;
}
}
.modal-content{
    border-radius: 0;
    border: none;
}
.modal-header .close {
    margin-top: -4px;
    z-index: 9;
    position: relative;
}




.left-nav {
    margin: 0;
    padding: 0;
    color: #1e6cba;
}
.left-nav h3{
    margin-bottom: 10px;
}
.left-nav .dropdown-menu {
    background-clip: padding-box;
    background: #fff;
    border: 0px solid #008dc7;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
    display: block;
    float: none;
    left: 0;
    list-style: none outside none;
    margin: 0;
    min-width: 100%;
    padding: 0;
    position: inherit;
    top: 100%;
    z-index: 1000;
}

.left-nav .nav-pills {
	margin:0;
}
.left-nav .nav-pills a, .left-nav .dropdown-menu a {
	color:#6f6f6f;
	font-size:14px;
	border-radius:0px;
	padding-left: 15px;
	padding-bottom: 6px;
	padding-top: 6px;
	outline:none;
}
.left-nav .nav > li > a:hover,
.left-nav .nav > li > a:focus {
    filter: none;
    text-decoration: none;
    background: #efefef;
    color: #000;
}
.left-nav .nav > li{
    border-bottom: #f9f9f9  1px solid;
}
.left-nav .open > .dropdown-menu {
	display: block;
}
.left-nav .dropdown .dropdown-toggle {
	color:#FFF;
	font-size:16px;
	padding: 10px 15px;
	background: #0059a9;
	display:block;
	text-decoration:none;
	margin-bottom:10px;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > a:hover {
	filter:none;
	padding: 10px 15px;
	background: #f5f5f5;
	text-decoration:none;
	    color: #000;
		    font-weight: bold;
}
.dropdown-menu > .active > a .fa {
    color: #1e6cba;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
	background-color: transparent;
	font-weight:bold;
	filter:none;
}
.left-nav .fa{
    font-size: 20px;
    padding-right: 10px;
}

@media only screen and (max-width:1000px) {

.left-nav .dropdown .dropdown-toggle .fa-chevron-down {
    display: block;
}
	.left-nav .dropdown .dropdown-toggle .fa-chevron-up {
		display: none;
	}
	.left-nav .dropdown.open > .dropdown-toggle .fa-chevron-up {
		display: block;
	}
	.left-nav .dropdown.open > .dropdown-toggle .fa-chevron-down{
		display: none;
	}
}


@media only screen and (min-width: 769px) and (max-width: 1050px) {
	.left-nav .nav-pills a, .left-nav .dropdown-menu a{
		font-size:13px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.left-nav {
    	width: auto;
		padding:0;
		margin-bottom:20px;
		border:none;
	}
	.left-nav .dropdown-menu {
    	display: none;
		margin:10px 0;
	}
}
.left-nav .nav .fa {
    font-size: 16px;
    padding-right: 17px;
    color: #ccc;
}
.section .h2{
    font-size: 24px;
    margin-bottom: 20px;
}
.section .h2:after {
    bottom: -10px;
}.section img{ width:310px;}
.product-details{
    background: #fff;
    padding: 50px 0;
}
.product-details:nth-child(odd),
.sevices-content:nth-child(odd){
    background: #f3f3f3;
}
.mrg-tp-30{
    margin-top: 30px;
}
.mrg-bt-30{
    margin-bottom: 30px;
}
.overlay-gradient{
    background: #0000006e;
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
}
.product-list li a{
    border: #fff 1px solid;
    display: inline-block;
    padding: 10px;
    margin: 10px;
    font-weight: bold;
    width: 96%;
    font-size: 14px;
    border-radius: 26px;
}
.product-list li a .fa{
    color: #ccc;
    padding-right: 10px;
}
.product-list li a:hover{
    background: #467cb7;
    color: #fff;
}
.product-list li a:hover .fa{
    color: #fff;
}
#techno-footer-top{
    padding: 30px;
    border-top: #e6e6e6 1px solid;
    background: #fbfcfd;
}
#techno-footer-top img{
	width:200px;
	height:auto;
}
#techno-footer-top h3 span{
	font-weight:bold;
}
#techno-footer-top h3{
	font-size:20px;
	margin-bottom:0;
}
.about-para p::first-line{
	line-height:32px;
}
ol.type li{
	display: inline-block;
	margin-left: 20px;
}
ol.type li:after{
	content: ' | ';
	margin-left: 20px;
}
ol.type li:last-child:after { content: ''; }
ol.type li a{ color: #222222}
ol.type li a.active { font-weight: 700; }
.isotope-item { z-index: 2 }
.isotope-hidden.isotope-item { z-index: 1 }
.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope-item {
    margin-right: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.isotope {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
.product-submenu{
	width:600px !important;
	left:-200px !important;
}
.border-down{
	 border-bottom:#ccc 1px solid;
	 color:#59aefb;
	 margin-top:10px;
}
      .techno-nav ul li.has-dropdown .dropdown.product-submenu:before {
          bottom: 100%;
          left: 250px;
          margin-left: -8px; }

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    box-shadow: #8c8c8c75 0 0 30px;
    padding: 10px 0 0 0;
}
.sticky .mrg-tp-30, .sticky h3{ display:none;}
.sticky .product-list li a {
    border: #ccc 1px solid;
    display: inline-block;
    padding: 7px 10px;
    margin: 3px;
    font-weight: bold;
    width: 96%;
    font-size: 14px;
}
.inlineNav, .sticky .pl{ display:none;}
.sticky .inlineNav{ display:block;}
.modal-body .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fbfbfb;
    border: 2px solid rgba(0, 0, 0, 0.1);
    height: 40px;
    font-size: 14px;
    font-weight: 300;
    font-weight: 400;
}



.navbar-default {
    background-color: #fff;
    border-color: #fff;
	border:none;
	padding:0 20px;
	box-shadow: #0000005e 0 0 10px;
}
.navbar-brand{
	padding:7px 0;
}
.navbar-brand img{ width:220px;}
/* To Dropdown navbar dropdown on hover */
.navbar-nav > li:hover > .dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position: relative;
}
.navbar-nav > li > a {
font-size: 14px;
    padding: 16px 8px;
    color: #333333;
    font-weight: 500;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-transform: uppercase;
}
.navbar-nav .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 260px;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.navbar-right{
	position:relative;
	top:2px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #e4372a;
    background-color: #ffffff;
    color: #e4372a;
    position: relative;
    border-bottom: #e4372a 6px solid;
    font-weight: 600;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
        zoom: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #1570c1;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

      .navbar-default .btn-cta a span {
        background: #e4372a;
    padding: 8px 16px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
	margin-top:-10px;
    color: #fff; }
      .navbar-default .btn-cta a:hover span {
        -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75); }
		.dropdown-menu > li { border-bottom:#eaeaea  1px solid}
		.navbar-nav > li:hover > .dropdown-menu {
    display: block;
    padding: 0;
            border: none;
    border-top: #f8f8f8 1px solid;
            -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.dropdown-menu > li {
    text-decoration: none;
    color: #262626;
    background-color: #fff;
    padding: 10px 20px;
        zoom: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
    padding: 0;
	width:301px;
    border: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.navbar-default .dropdown-menu > li > a {
    display: block;
    padding: 3px 0px;}
@media (min-width: 500px) and (max-width: 1025px) {
.navbar-nav > li > a {
    font-size: 13px;
    padding: 15px 4px;}
}
#techno-contact form#frm {
    border: #e8e8e8 5px solid;
    padding: 15px;
    background: #e8e8e8;
    border-radius: 7px;
}
.desc .btn {
    margin: 25px auto;
    display: block;
    width: 102px;
    padding: 3px 0;
    font-size: 14px;
}
@media (min-width: 100px) and (max-width: 768px) {
.lg-block{
    width: 200px !important;
    left:0px !important;
}
#techno-client-area img{
        margin: 13px auto 20px;
}
.navbar-nav > li > a {
    font-size: 13px;
    padding: 15px 4px;}
.punchline .btn{
	    display: block;
    width: 170px;
    margin: 30px auto 0;}
}
#product2, #product3, #product4, #product5, #product6, #product7, #product8 {
    display: none;
  }
  #techno-product.padd-xl-h.wrapper{
	  padding-bottom:10px}
	  .desc p {
    font-size: 12px;
}
#file_browse_wrapper {
    width: 100%;
    height: 38px;
    background: #65ccd8;
    border: none;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    padding-top: 6px;
    cursor: pointer;
}
#file_browse {
position: relative;
    top: -32px;
    opacity: 0.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    height: 36px;
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
	.left-nav .dropdown-menu{
		display:none;
	}
	#techno-footer-top{
		text-align:center;
	}
	#techno-footer-top img{
		margin-bottom:15px;
	}
	#techno-footer-top .text-right{
		text-align:center;
	}
	.product-submenu{
	width:0px !important;
	left:0px !important;
}
.sticky { padding:0}
.product-list li, .product-list li a{ margin-bottom:0;}
.sticky{ position:static}
.sticky .pl{ display:block;}
    .sticky .product-list li a{    margin: 0 auto;
    width: 100%;}
}
.careers-warning{
    font-weight: bold;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
    background: none;
}

#techno-footer a { color: #979797;}
#techno-footer a:hover { color: #e4372a !important}
.flexslider2 { position: relative; min-height: 246px;}
.flexslider2 a{ color: #fff; text-transform: none;}
.flexslider2 a:hover{ text-decoration: underline;}