@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&display=swap');

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #777777;
  height: 100%;
  position: relative;
}


::-webkit-selection {
  color: #fff;

background: #d71921;
}

::-moz-selection {
  color: #fff;

background: #d71921;
}

::selection {
color: #fff;

background: #d71921;
}

.img-center{display:block; margin:auto;max-width: 100%;}
.form-control:selection{color:#2a2a2a !important}

#fh5co-header {
  font-family: 'Open Sans', sans-serif;
  z-index: 99;
  width: 100%;
  opacity: 1;
  top: 0;
  margin-top: 0px;
  background:none;
  position:fixed;
  left:0;
  right:0;
  top:0;
}
@media screen and (max-width: 987px) {
  #fh5co-header {
    margin-top: 0;
  background:#1b1b1b;
  }
  #fh5co-header .navbar-brand {
    color: #6173f4 !important;
  }
  #fh5co-header #navbar li a {
    color: rgba(0, 0, 0, 0.5) !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  #fh5co-header #navbar li a:hover {
    color: #6173f4 !important;
    background: none;
  }
  #fh5co-header #navbar li a span:before {
    background: transparent !important;
  }
  #fh5co-header #navbar li.active a {
    background: transparent;
    background: none !important;
    color: #fff !important;
  }
  #fh5co-header #navbar li.active a span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
#fh5co-header .navbar {
  padding-bottom: 0;
  margin-bottom: 0;
}
#fh5co-header #navbar li {
  
}
#fh5co-header #navbar li a {
  font-family: 'Open Sans', sans-serif;
  color: #787878;
  position: relative;
}
#fh5co-header #navbar li a span {
  position: relative;
  display: block;
  padding-bottom: 2px;
}
#fh5co-header #navbar li a span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #6173f4;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#fh5co-header #navbar li a:hover {
  color: #fff;
  background:#005aab !important;
}
#fh5co-header #navbar li a:hover span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#fh5co-header #navbar li.active a {
  background: #ed1c24 !important;
  color: #fff;
}

@media screen and (min-width: 768px) {
#fh5co-header .active a {
  background: #005aab url(../images/menu_bg.gif) no-repeat top center !important;
  color: #fff;
}
}
@media screen and (max-width: 767px) {
#fh5co-header .active a {
  background: #005aab !important;
  color: #fff;
}
}
#fh5co-header #navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#fh5co-header .navbar-brand {
  float: left;
  display: block;
  font-size: 30px;
  font-weight: 700;
 /* padding-left: 0;
  */color: #fff;
  margin-top:15px;
}
@media screen and (max-width: 767px) {
#fh5co-header .navbar-brand {
  margin-top:0px;
}
}
#fh5co-header.navbar-fixed-top {
  position: fixed !important;
  background: #fff;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
  top: 0;
}
#fh5co-header.navbar-fixed-top .navbar-brand {
  color: #6173f4;
}
#fh5co-header.navbar-fixed-top #navbar li a {
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-header.navbar-fixed-top #navbar li a:hover {
  color: #6173f4;
}
#fh5co-header.navbar-fixed-top #navbar li.active a {
  background: transparent;
  background: none;
  color: #6173f4;
}
#fh5co-header.navbar-fixed-top #navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#fh5co-header .navbar-default {
  border: transparent;
  background: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
@media screen and (max-width: 768px) {
  #fh5co-header .navbar-default {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
#fh5co-header .navbar-default .brand-slogan {
  margin: 28px 0 0 15px;
  float: left;
  letter-spacing: 2px;
  color: #adadad;
}
#fh5co-header .navbar-default .brand-slogan em {
  color: #6173f4;
  font-style: normal;
}
#fh5co-header a {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}



.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: none;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  font-family: 'Open Sans', sans-serif;
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {

  background: #ed1c24 !important;
  color: #fff;
  cursor: default;
}

.nav-tabs > li.active > a {

  background: #ed1c24 !important;
  color: #fff;
  cursor: default;
}

.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 70px;
  margin-bottom: 0px;
  border: none;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 987px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 0px;
  padding-left: 0;
  margin-left:-13px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: hidden;
  
}
@media (min-width: 987px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 987px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  padding:0px 0 0
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 987px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 987px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 0px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 102px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 987px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 987px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 40px -15px;
}
.navbar-nav > li > a {
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 1;
  font-size:14px;
  text-transform:uppercase;
  padding:0px 12px;
  color:#fff
}
@media (max-width: 987px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 987px) {
  .navbar-nav {
    float: left;
    margin: 13px 0 0 0;
  }
  .navbar-nav > li {
    float: left;
  border-left:1px solid #696969;
  }
  .navbar-nav > li:first-child{
  border-left: none;
  }

}

  .navbar-nav > li > a:hover,.navbar-nav > li > a:focus {
     /* For browsers that do not support gradients */
  }

.navbar-nav .show .dropdown-menu{display:block}
@media (max-width: 768px) {
.dropdown-menu{width:100%}
}


@media (min-width: 987px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
}  

.section-heading {
  float: left;
  width: 100%;
  padding-bottom: 50px;
  margin-bottom: 50px;
  clear: both;
}
.section-heading h2 {
  font-size: 50px;
  font-weight: 300;
  color: #444;
  text-transform: uppercase;
  position: relative;
  display: block;
  padding-bottom: 20px;
  line-height: 1.5;
}
.section-heading h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background: #6173f4;
  left: 50%;
  margin-left: -40px;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .section-heading h2 {
    font-size: 30px;
  }
}
.section-heading h3 {
  font-weight: 300;
  line-height: 1.5;
  color: #929292;
}
@media screen and (max-width: 768px) {
  .section-heading h3 {
    font-size: 24px !important;
    line-height: 34px;
  }
}

.techserve-search-form{ width:20%; float:right}
.techserve-search-form form{position:relative}
.techserve-search-box{ width:100%; border:none; background:#fff; height:26px;font-family:'Open Sans', sans-serif !important; font-size:11px; box-sizing:border-box; padding:4px 6px   }
.techserve-search-btn{background:url(../images/search-btn.gif) center; border:none; height:26px; width:26px; position:absolute; richness:0;}

@media screen and (max-width: 1300px) {
.techserve-search-form{ width:17%; float:right}
}

@media screen and (max-width: 1250px) {
.techserve-search-form{ width:16%; float:right}
}

@media screen and (max-width: 1240px) {
.techserve-search-form{ width:14%; float:right}
}
@media screen and (max-width: 1220px) {
.techserve-search-form{ width:13%; float:right}
}

@media screen and (max-width: 1200px) {
.techserve-search-form{ width:20%; float:right}
}
@media screen and (max-width: 900px) {
.techserve-search-form{ width:180px; float:right; position:absolute; top:18px; right:50px }
}

@media screen and (max-width: 767px) {
.techserve-search-form{ width:180px; float:right; position:absolute; top:70px; right:43px }
}


@media screen and (max-width:367px) {
.techserve-search-form{ width:140px; float:right; position:absolute; top:70px; right:43px }
}



.dropdown-submenu {
 position: relative;
}

.dropdown-submenu .dropdown-menu {
 top: 0;
 left: 100%;
 margin-top: -1px;
}
/* menus 
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
*/
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}


.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;
}
.btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#fh5co-our-services,
#fh5co-about-us,
#fh5co-features,
#fh5co-testimonials,
#fh5co-pricing,
#fh5co-press {
  padding: 7em 0;
}
@media screen and (max-width: 480px) {
  #fh5co-our-services,
  #fh5co-about-us,
  #fh5co-features,
  #fh5co-testimonials,
  #fh5co-pricing,
  #fh5co-press {
    padding: 5em 0;
  }
}

#fh5co-testimonials {
  background: #6173f4;
}
#fh5co-testimonials .section-heading h2 {
  color: white;
}
#fh5co-testimonials .section-heading h2:after {
  background: rgba(255, 255, 255, 0.2);
}
#fh5co-testimonials .section-heading .subtext h3 {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-testimonials .box-testimony {
  margin-bottom: 2em;
  float: left;
}
#fh5co-testimonials .box-testimony a {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-testimonials .box-testimony a:hover, #fh5co-testimonials .box-testimony a:focus, #fh5co-testimonials .box-testimony a:active {
  color: white;
  text-decoration: none;
}
#fh5co-testimonials .box-testimony blockquote {
  padding-left: 0;
  border-left: none;
  padding: 40px;
  background: #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#fh5co-testimonials .box-testimony blockquote:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 40px;
  border-top: 15px solid black;
  border-top-color: #fff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
#fh5co-testimonials .box-testimony blockquote .quote {
  position: absolute;
  top: 0;
  left: 10px;
  text-align: center;
  font-size: 30px;
  line-height: 0;
  display: table;
  color: #fff;
  width: 56px;
  height: 56px;
  margin-top: -30px;
  background: #6173f4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#fh5co-testimonials .box-testimony blockquote .quote > span {
  display: table-cell;
  vertical-align: middle;
}
#fh5co-testimonials .box-testimony blockquote p {
  font-style: italic;
}
#fh5co-testimonials .box-testimony .author {
  line-height: 20px;
  color: white;
  font-size: 20px;
  margin-left: 20px;
}
#fh5co-testimonials .box-testimony .author .subtext {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
}

#fh5co-pricing .price-box {
  border: 2px solid #ECEEF0;
  text-align: center;
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 40px;
  position: relative;
}
#fh5co-pricing .price-box.popular {
  border: 2px solid #6173f4;
}
#fh5co-pricing .price-box.popular .popular-text {
  top: 0;
  left: 50%;
  margin-left: -54px;
  margin-top: -2em;
  position: absolute;
  padding: 4px 20px;
  background: #6173f4;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#fh5co-pricing .price-box.popular .popular-text:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-top: 10px solid black;
  border-top-color: #6173f4;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
#fh5co-pricing .pricing-plan {
  margin: 0;
  padding: 0;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}
#fh5co-pricing .price {
  font-size: 50px;
  color: #000;
}
#fh5co-pricing .price .currency {
  font-size: 20px;
  top: -1.2em;
}
#fh5co-pricing .price small {
  font-size: 16px;
}
#fh5co-pricing .pricing-info {
  padding: 0;
  margin: 0 0 30px 0;
}
#fh5co-pricing .pricing-info li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

#fh5co-our-services,
#fh5co-press {
  background: #f4f4f4;
}

#fh5co-our-services .box {
  padding: 30px;
  background: #fff;
  text-align: center;
  color: #7f7f7f;
  margin-bottom: 70px;
  position: relative;
}
@media screen and (max-width: 992px) {
  #fh5co-our-services .box {
    min-height: inherit;
    margin-bottom: 60px;
  }
}
#fh5co-our-services .box .icon {
  width: 85px;
  height: 85px;
  margin: 0 auto;
  top: 0;
  margin-top: -70px;
  margin-bottom: 30px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: table;
  text-align: center;
}
#fh5co-our-services .box .icon > span {
  display: table-cell;
  vertical-align: middle;
}
#fh5co-our-services .box .icon > span i {
  font-size: 40px;
  color: #fff !important;
  margin: 0;
  padding: 0;
}
#fh5co-our-services .box .icon.colored-1 {
  background: #2aaf67;
}
#fh5co-our-services .box .icon.colored-2 {
  background: #00bff3;
}
#fh5co-our-services .box .icon.colored-3 {
  background: #f26522;
}
#fh5co-our-services .box .icon.colored-4 {
  background: #e52b50;
}
#fh5co-our-services .box .icon.colored-5 {
  background: #2fc5cc;
}
#fh5co-our-services .box .icon.colored-6 {
  background: #6173f4;
}
#fh5co-our-services .box .step-number {
  font-size: 16px;
  display: block;
  color: #d1d1d1;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
#fh5co-our-services .box h3 {
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: 400;
  font-size: 20px;
  color: #444;
}

#fh5co-features {
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  #fh5co-features {
    padding: 4em 0;
  }
}
#fh5co-features .fh5co-service {
  margin-bottom: 30px;
  float: left;
}
#fh5co-features .fh5co-service .fh5co-icon {
  float: left;
  width: 20%;
}
#fh5co-features .fh5co-service .fh5co-icon i {
  font-size: 40px;
  color: #6173f4;
}
#fh5co-features .fh5co-service .fh5co-desc {
  width: 80%;
  float: right;
}
#fh5co-features .fh5co-service .fh5co-desc h3 {
  margin-top: 0;
  font-size: 18px;
}

#fh5co-press .fh5co-press-item {
  background: #fff;
  float: left;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (max-width: 480px) {
  #fh5co-press .fh5co-press-item {
    display: block !important;
  }
}
#fh5co-press .fh5co-press-item .fh5co-press-text,
#fh5co-press .fh5co-press-item .fh5co-press-img {
  width: 50%;
}
@media screen and (max-width: 480px) {
  #fh5co-press .fh5co-press-item .fh5co-press-text,
  #fh5co-press .fh5co-press-item .fh5co-press-img {
    height: inherit;
    float: none !important;
    width: 100%;
    display: block !important;
  }
}
#fh5co-press .fh5co-press-item .fh5co-press-text {
  float: left;
  padding: 20px;
}
#fh5co-press .fh5co-press-item .fh5co-press-text .fh5co-press-title {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  font-weight: 400;
  font-size: 20px;
  color: #444;
  position: relative;
}
#fh5co-press .fh5co-press-item .fh5co-press-text .fh5co-press-title .fh5co-border {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 30px;
  background: #6173f4;
}
#fh5co-press .fh5co-press-item .fh5co-press-img {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
}
@media screen and (max-width: 480px) {
  #fh5co-press .fh5co-press-item .fh5co-press-img {
    height: 200px;
    left: 0;
    top: 0;
    position: relative;
    width: 100%;
  }
}

.fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #6173f4;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 25px;
  height: 3px;
  color: #6173f4;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #6173f4;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 3px;
  background: #6173f4;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-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);
}

.fh5co-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);
}

.fh5co-nav-toggle {
  position: absolute;
  top: 12px;
  right: 0px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
  }
}
.realative{position:relative}
.qck_cont{position:absolute; bottom:0; right:0; padding:0}

.person {
  text-align: center;
  margin-bottom: 40px;
  float: left;
  width: 100%;
}
.person img {
  display: block;
  margin: 0 auto;
  height: 150px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.person .name {
  font-size: 24px;
}
.person .position {
  text-transform: uppercase;
  color: #c3c3c3;
  margin-bottom: 30px;
  letter-spacing: 2px;
}

#footer {
  padding: 50px 0;
  color: #7f7f7f;
}
#footer .copyright {
  margin-bottom: 0px;
  padding-bottom: 0;
}


.techserve-call-n-mail{  padding: 15px 0}
.techserve-call-n-mail p{font-family:  'Open Sans', sans-serif;color:#fff; font-size:15px; font-weight:400; margin:0; padding:4px 0;  }
.techserve-call-n-mail p span{ margin:0;float:left }
#mails{background:url(../images/mail.png) no-repeat center left; padding:6px 0 5px 26px}
#calls{background:url(../images/call.png) no-repeat center left; padding:6px 0 5px 24px}

.diagmnosisarea{background:url(../images/diagmnosis-bg.gif) no-repeat center; width:300px; height:33px; padding:0; margin:35px 0 0; position:absolute;z-index:92;top: 120px;
left: 43%; }

.techserve-sub-header{ float: right;width: 58.33333333%; padding:15px  15px 0}

@media screen and (max-width: 1349px) {
.techserve-sub-header{ float: right;width: 65.33333333%; padding:15px  15px 0}
}

@media screen and (max-width: 1199px) {
.techserve-sub-header{ float: right;width:auto; padding:0 15px }
}

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

.diagmnosisarea{ margin:0; }

}

.techserve-call-n-mail2{display:none}
@media screen and (max-width: 987px) {
.techserve-call-n-mail{display:none}
.techserve-call-n-mail2{  padding: 15px 0; display:block}
.techserve-call-n-mail2 p{font-family:  'Open Sans', sans-serif;color:#fff; font-size:15px; font-weight:400; margin:0; padding:4px 0; line-height:2 }
.techserve-call-n-mail2 p span{ margin:0; }
#mails{background:url(../images/mail.png) no-repeat 0 0 ; padding:6px 0 15px 26px}
#calls{background:url(../images/call.png) no-repeat center left; padding:6px 0 5px 24px}

.diagmnosisarea{background:url(../images/diagmnosis-bg.gif) no-repeat center/100%; width:240px; height:33px; padding:0; margin:0; position:absolute;right:0}
}
@media screen and (max-width: 767px) {
.techserve-call-n-mail2{  padding: 3px 0; }
}

@media screen and (max-width: 480px) {
.techserve-call-n-mail2 p{font-size:12px; }

}

@media screen and (max-width: 420px) {
.techserve-call-n-mail2{display:none}
/*.diagmnosisarea{display:none}*/
.navbar-brand > img {
  display: block;
  width: 100px;
}


}



@media screen and (max-width: 767px) {
.techserve-sub-header {
    float: right;
    width: 100%;
    padding: 0;
  overflow:hidden
}
#fh5co-header a{padding:12px; font-size:14px; text-align:center}
#fh5co-header a:hover{pbackground:#d4d4d4; font-size:14px; text-align:center}
.navbar-brand a:hover{ background:none !important}
}


.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-primary {
  background: #6173f4;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
  background: #6173f4;
}
.btn:hover, .btn:active, .btn:focus {
  background: #393e46 !important;
  color: #fff;
  outline: none !important;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  border-color: transparent;
}


.lg-pad-t60{padding-top:60px}
@media screen and (max-width: 1199px) {
.lg-pad-t60{padding-top:0px}
}
.social {
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
  width: 100%;
}
.social li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.social li a {
  font-size: 16px;
  display: table;
  width: 40px;
  height: 40px;
  margin: 0 4px;
}
.social li a i {
  display: table-cell;
  vertical-align: middle;
}
.social li a:hover, .social li a:active, .social li a:focus {
  text-decoration: none;
  border-bottom: none;
}
.social li a.social-box {
  background: #6173f4;
  color: #fff;
}
.social li a.social-circle {
  background: #6173f4;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.social li a:hover {
  background: #393e46 !important;
}
.social.social-box a {
  background: #6173f4;
  color: #fff;
}
.social.social-circle a {
  background: #6173f4;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.js .to-animate,
.js .to-animate-2,
.js .single-animate {
  opacity: 0;
}

@media screen and (max-width: 480px) {
  .col-xxs-6 {
    float: left;
    width: 50%;
  }
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
  .hidden-xxs {
    display: none;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
  .navbar-nav{margin:40px 0 10px}
}

.fh5co-animated {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*# sourceMappingURL=style.css.map */

.no-margin{ margin:0 !important}
.no-padding{padding:0 !important}
.no-padding-l{padding-left:0 !important}
.no-padding-r{padding-right:0 !important}
.no-padding-t{padding-top:0 !important}
.no-padding-b{padding-bottom:0 !important}
.no-padding-lr{padding-left:0 !important;padding-right:0 !important}
.no-padding-tb{padding-top:0 !important;padding-bottom:0 !important}

.padding-t10{padding-top:10px !important}
.padding-t20{padding-top:20px !important}
.padding-t30{padding-top:30px !important}
.padding-b10{padding-bottom:10px !important}
.padding-b20{padding-bottom:20px !important}
.padding-b30{padding-bottom:30px !important}
.padding-tb10{padding-top:10px !important;padding-bottom:10px !important}
.padding-tb20{padding-top:20px !important;padding-bottom:20px !important}
.padding-tb30{padding-top:30px !important;padding-bottom:30px !important}

.margin-b10{margin-bottom:10px !important}
.margin-b15{margin-bottom:15px !important}
.margin-b20{margin-bottom:20px !important}
.margin-b30{margin-bottom:30px !important}

.right{float:right}
.left{float: left}


.techserve-banner-sect{padding:0px 0  !important; background:#e9e9e9}
.techserve-banner-sect img{width: 100% !important;}
.techserve-banner-txt{padding:200px 0 }
.techserve-banner-txt p{font-weight:100; font-size:15px; color:#fff;  padding:0; margin:3px 0 13px; line-height:1.5; text-align:left}
.techserve-banner-txt p span{background:#9e9e9e; padding:0px 5px}

.btn-gry{background:rgba(0,0,0,0) url(../images/btn_bg.png) no-repeat center right; border-radius:35px;  color:#fff; margin:4px 0 5px; line-height:1;padding:6px 36px 7px 16px; text-transform:uppercase; font-size:14px; font-weight:400}
.btn-gry:hover,.btn-gry:focus{background:rgba(255,255,255,1) url(../images/btn_bg.png) no-repeat center right;    color:#fff; text-decoration:none}


.btn-red{background:rgba(0,0,0,0) url(../images/btn-red_bg.png) no-repeat center right; border-radius:35px;  color:#fff; margin:5px 0 15px; line-height:1; text-transform:uppercase; font-size:14px; font-weight:400;height: 32px;
display: inline-block;width: 140px;}
.btn-red:hover,.btn-red:focus{background:rgba(255,255,255,1) url(../images/btn-red_bg.png) no-repeat center right;    color:#fff; text-decoration:none}

.btn-red2{background:rgba(0,0,0,0) url(../images/btn-portfolio_bg.png) no-repeat center right; border-radius:35px;  color:#fff; margin:4px 0 5px 40px; line-height:1;padding:7px 115px; text-transform:uppercase; font-size:14px; font-weight:400}
.btn-red2:hover,.btn-red2:focus{background:rgba(255,255,255,1) url(../images/btn-portfolio_bg.png) no-repeat center right;    color:#fff; text-decoration:none}


@media screen and (min-width: 768px) {
.xs-right{float:right}
.xs-left{float: left}
}

@media screen and (max-width: 767px) {
.xs-right,.xs-left{float: none; margin: auto; display:block}
.techserve-banner-txt p{text-align:center;}
.xs-center{float: none; margin: auto !important; display:table;line-height:1.4}
.techserve-banner-sect{padding:101px 0 0 !important; background:#e9e9e9}
}
.techserv-services-home-page{ background:#fff; margin:0; padding:50px 15px 40px; font-family:  'Open Sans', sans-serif;}
.techserv-services-home-page h1{font-weight:300; font-size:25px; line-height:1.2; color:#000; padding:0; margin:6px 0; text-transform:uppercase;}
.techserv-services-home-page h2{font-weight:300; font-size:25px; line-height:1.2; color:#000; padding:0; margin:6px 0; text-transform:uppercase;}
.techserv-services-home-page img{ display:block; margin:auto}
.techserv-services-home-page p{font-weight:300; font-size:16px; padding:0; color:#2e2e2e; margin:0px 0 17px; line-height:1.3; text-align:justify}

.techserv-services-sect-home-page{ padding-top:15px; margin-top:15px; transition:all .2s}
.techserv-services-sect-home-page:hover{ box-shadow:2px 2px 11px #8d8d8d; padding-top:15px; margin-top:0; transition:all .2s}
.techserv-services-sect-home-page:hover{ box-shadow:2px 2px 11px #8d8d8d; padding-top:15px; margin-top:0; margin-bottom:15px; transition:all .2s}
.techserv-services-home-page a:hover {text-decoration:none !important}


.btn-white{background:rgba(0,0,0,0) url(../images/btn_bg_white.png) no-repeat center right; border:2px solid #fff; border-radius: 35px;  color:#fff; margin:4px auto 5px; padding:4px 36px 4px 16px; text-transform:uppercase; font-size:14px; font-weight:300;float: none; display:table;line-height:1.4}
.btn-white:hover,.btn-white:focus{background:rgba(255,255,255,1) url(../images/btn_bg_white.png) no-repeat center right; border:2px solid #fff;   color:#df1c25; text-decoration:none}

.techserve-about-us-home{background:#2f2f2f url(../images/topserv-about-us-home-page-image.jpg) no-repeat center ; box-shadow:inset -24px 42px 42px #0b0b0b}
.techserve-about-us-home-content{ background:none; padding:140px 30px 100px}
.techserve-about-us-home-content h3{font-weight:400; font-size:55px; color:#fff;line-height:1.2; padding:0; margin:0 0 6px; text-transform:uppercase; }
.techserve-about-us-home-content p{font-weight:300; font-size:15px; color:#fff; padding:0; margin:0px 0 17px; line-height:1.3; text-align:justify}
.btn-white-3{background:rgba(0,0,0,0) url(../images/btn_bg_white3.png) no-repeat center right; border:2px solid #fff; border-radius: 35px;  color:#fff; margin:4px auto 5px; padding:7px 36px 7px 16px; text-transform:uppercase; font-size:14px; font-weight:300;float: left;line-height:1}
.btn-white-3:hover,.btn-white-3:focus{background:rgba(255,255,255,1) url(../images/btn_bg_white3.png) no-repeat center right; border:2px solid #fff;   color:#2f2f2f; text-decoration:none}
@media screen and (max-width: 1199px) {
.techserve-about-us-home-content{  padding:130px 30px 100px}
}
@media screen and (max-width: 991px) {
.techserve-about-us-home-content{  padding:100px 30px 60px}
.techserve-about-us-home-content  h3{ font-size:30px; }
}


@media screen and (max-width: 767px) {
.techserv-services-home-page h2{font-size:20px}
}

.techserve-services-home-page-gry{background:#e3e3e3}
.techserve-services-home-page-blue{ background:#0090d9; margin:0; padding:0px 15px; color:#fff; font-family:  'Open Sans', sans-serif;}
.techserve-services-home-page-blue h3{ font-family:  'Open Sans', sans-serif;font-weight:100; font-size:30px; line-height:1.2; padding:0; margin:0 0 6px; text-transform:uppercase; text-align:center}
.techserve-services-home-page-blue img{ display:block; margin:auto}
.techserve-services-home-page-blue p{font-weight:300; font-size:15px; padding:0; margin:0px 0 17px; line-height:1.1; text-align:justify}
.techserve-services-blue-dark{background:#007bbb}
.btn-white-2{background:rgba(0,0,0,0) url(../images/btn_bg_white2.png) no-repeat center right; border:2px solid #fff; border-radius: 35px;  color:#fff; margin:4px auto 5px; padding:4px 36px 4px 16px; text-transform:uppercase; font-size:14px; font-weight:300;float: none; display:table;line-height:1.4}
.btn-white-2:hover,.btn-white-2:focus{background:rgba(255,255,255,1) url(../images/btn_bg_white2.png) no-repeat center right; border:2px solid #fff;   color:#0090d9; text-decoration:none}


.techserve-process-home{background:#fff; padding:30px 15px 80px}
.techserve-process-home h3{ font-family:  'Open Sans', sans-serif; font-weight:400; font-size:23px; padding:0; margin:0 0 20px; text-transform:uppercase; color:#000 }
.techserve-process-home img{transform:scale(1); transition:all .4s }
.techserve-process-home img:hover{transform: scale(1.1); transition:all .4s; }

@media screen and (max-width: 767px) {
.techserve-process-home img{ margin-bottom:20px }
}

.techserve-creatives-home{background:#fff;padding:70px 15px}
.techserve-creatives-home-content{ padding:0px 30px 70px}
.techserve-creatives-home-content h3{font-weight:300; font-size:30px; color:#000;line-height:1.2; padding:0; margin:0 6px 6px 0; text-transform:uppercase; float:left}
.techserve-creatives-home-content p{font-weight:300; font-size:16px; color:#3a3939; padding:70px 0 0 40px; margin:30px 0 27px; line-height:1.3; text-align:justify; background:url(../images/portfolio.jpg) no-repeat 40px 0;}
.btn-white-4{background:rgba(0,0,0,0) url(../images/btn_bg_white3.png) no-repeat center right; border:2px solid #fff; border-radius: 35px;  color:#4e4d4d; margin:4px auto 5px; padding:7px 36px 7px 16px; text-transform:uppercase; font-size:14px; font-weight:300;float: left;line-height:1}
.btn-white-4:hover,.btn-white-4:focus{background:rgba(255,255,255,1) url(../images/btn_bg_white3.png) no-repeat center right; border:2px solid #fff;   color:#4e4d4d; text-decoration:none}

.techserve-creatives-links-home{}
.techserve-creatives-links-home img{ float:left; margin: 8px;border: 8px solid #F0F0F0;padding: 8px;transition:all .2s}
.portfolio1:hover{ border: 8px solid #f3be16; transition:all .2s}
.portfolio2:hover{ border: 8px solid #e54f02; transition:all .2s}
.portfolio3:hover{ border: 8px solid #c0290e; transition:all .2s}

.techserve-creatives-links-home a{float:left; display:block}
.techserve-creatives-links-home p{font-weight:300; font-size:14px; color:#3a3939; padding:4px 0 4px; margin:0px ; line-height:1.3; text-align: center; background:none; text-transform:uppercase}
.techserve-creatives-links-home a:hover{text-decoration:none}

.techserve-creatives-links-home>img:hover .techserve-creatives-links-home>p{color:red}

@media screen and (max-width: 1199px) {
.techserve-creatives-links-home img{width:128px}
}
@media screen and (max-width: 991px) {
.techserve-creatives-links-home p{ background:none;}
.techserve-creatives-links-home img{width:111px;border: 6px solid #F0F0F0;padding:6px}
.portfolio1:hover{ border: 6px solid #f3be16;}
.portfolio2:hover{ border: 6px solid #e54f02;}
.portfolio3:hover{ border: 6px solid #c0290e;}
}
@media screen and (max-width: 767px) {
.techserve-creatives-links-home a{width:28%; margin:0 2%}
.techserve-creatives-links-home img{width:100%; margin:0}
}
@media screen and (max-width: 580px) {
.techserve-creatives-home-content p{padding:70px 0 0 ;  background:url(../images/portfolio.jpg) no-repeat 0 0;}
.techserve-creatives-links-home p{ background:none;}
.btn-red2{margin:4px 0 5px 0px; }
.techserve-creatives-home-content{ padding:0px 30px }
}
@media screen and (max-width: 468px) {
.techserve-creatives-home-content p{  background:url(../images/portfolio.jpg) no-repeat 0px 0/100%;}
.techserve-creatives-links-home p{ background:none;}
}


.techserv-stat-home-page{background:#787878; padding:45px 0;}
.counter-value{ font-family:  'Open Sans', sans-serif;color:#fff; font-size:55px; font-weight:900 }
.counter-value1:after{content:"+"}
.counter-value2:after{content:"%"}
#counter{font-family:'Open Sans', sans-serif;color:#fff; font-size:20px; font-weight:400 }
.home_sect2{background:#fff; margin:0; padding:66px 15px 80px}


@media screen and (max-width: 767px) {
.counter-value{ font-family:  'Open Sans', sans-serif;color:#fff; font-size:35px; font-weight:900 }
#counter{font-family:'Open Sans', sans-serif;color:#fff; font-size:15px; font-weight:400; margin-bottom:26px;text-align: center; }  
}

@media screen and (max-width: 767px) {
.scrn320-w100{width:100%}
}
 
 
.home_abt{}
.home_abt h3{font-family:  'Open Sans', sans-serif;color:#014282; font-size:43px; font-weight:100; text-transform:uppercase}
.home_abt p{font-family:  'Open Sans', sans-serif;color:#014282; font-size:16px; font-weight:100; text-align:justify}

.home_team{ background:#014282}
.home_team h3{font-family:  'Open Sans', sans-serif;color:#fff; font-size:43px; font-weight:100; text-transform:uppercase;}
.home_team p{font-family:  'Open Sans', sans-serif;color:#fff; font-size:16px; font-weight:100; text-align:justify}



.btn-blu-outline{font-family:  'Open Sans', sans-serif;color:#014282; font-size:14px; border:1px solid #014282; padding:5px 15px; text-transform:uppercase}
.btn-blu-outline:hover,.btn-blu-outline:focus{color:#fff; background:#014282;  border:1px solid #014282; text-decoration:none }




/* scroll 1*/
/* Slider */
.techserve-clients-home{overflow: hidden;padding: 20px 30px; background: #e3e3e3;}
.techserve-clients-home h4{    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 23px;
    padding: 0;
    margin: 0 0 20px;
    text-transform: uppercase;
    color: #000;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/** quote carousel**/
/* carousel */
#quote-carousel 
{
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
blockquote p{font-family:'Open Sans', sans-serif !important; font-size:16px; line-height:1.3; font-weight:300; color:#3a3939;}


blockquote small{font-family:'Open Sans ', sans-serif !important; font-size:16px; color:#3a3939; text-align: center; font-weight:600; }
/* Previous button  */
#quote-carousel .carousel-control.left 
{
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active 
{
  background: #333333;
}
/* End carousel */
.item blockquote {
    border-left: none; 
    margin: 0;
}
.item blockquote img {
    margin-bottom: 10px;
}

.techserve-home-test{    background: #e3e3e3 url(../images/test_bg.gif) no-repeat center top;
    padding: 50px 15px 20px;}
.techserve-home-test h5 { font-family: font-family:'Open Sans', sans-serif;;    font-size: 25px;  color: #3a3939;    text-align: center;    margin: 15px 0;    padding: 0;font-weight:300;    text-transform: uppercase;}
.techserve-home-test small span{border-bottom:3px solid #777777; padding:0 0 10px}
.test_img{width:100px; height:100px; box-shadow: -7px -6px 0 4px #b8b8b8; }
.hidden-xs{ display: block}
@media screen and (max-width: 991px) {
.techserve-home-test{background:#e9e9e9 url(../images/test_bg2.gif) no-repeat center top;; padding:50px 15px 100px}
}
@media screen and (max-width: 767px) {
.techserve-home-test{background:#e9e9e9; background-image:none; padding:30px 15px 50px}
.hidden-xs{ display:none}
.techserve-home-test small span{border-bottom:none}
}

.techserve-address-home{ background:#fff; padding: 15px}
.techserve-address-home p{font-family:  'Open Sans', sans-serif;color:#686868; font-size:14px; font-weight:400; margin:0 auto; padding:4px 0; text-align:center; width:540px; float:none; }
.techserve-address-home p span{ margin:0; float:left }
#mail{background:url(../images/mail.png) no-repeat center left; padding:6px 0 5px 26px}
#call{background:url(../images/call.png) no-repeat center left; padding:6px 0 5px 26px}

@media screen and (max-width: 767px) {
.techserve-address-home p{ text-align: left; width:auto }
.techserve-address-home p span{ margin:0; width:100%; display:block }
}
.botm_menu_bg{background:#6d6d6d; padding:30px 15px 45px; }
.botm_menu_bg ul{margin:0 0 20px; padding:0 0 0 16px; }
.botm_menu_bg ul li{font-family:'Open Sans', sans-serif;font-weight:400; font-size:12px; color:#e1e1e1; line-height:1.7; list-style:none}
.botm_menu_bg ul li a{font-family:'Open Sans', sans-serif;font-weight:400; font-size:12px; color:#e1e1e1; text-transform:uppercase}

.btn-blck{background:#000; border:none; padding:5px 8px; margin:0;font-family: 'Open Sans', sans-serif;font-weight:500; font-size:16px; color:#fff; width:90px; text-transform:uppercase; text-align:center; cursor:pointer }

.homeform{font-family:'Open Sans', sans-serif; font-size:14px; background:#fff !important; color:#898989 !important; border:1px solid #aeaeae !important;}
.homeform:focus{border:1px solid #898989 !important;}
.socialarea{ padding:0; margin:12px 0;}
.socialarea img{ float:left; padding:0; margin:0 3px;border-radius: 50%;}
.socialarea img:hover{ box-shadow: 0 0 3px #333;;}
.follow{font-family:'Open Sans', sans-serif;font-weight:300; font-size:14px; color:#303030;}

@media screen and (max-width: 480px) {
.brdr ul li{float:none; border:none}
}




.techserve-contact-home{background:#e3e3e3; padding:45px 15px 50px}
.techserve-contact-home ul{margin:0 0 17px; padding:0 0 0 15px;}
.techserve-contact-home ul li{color:#b2afaf; line-height:1.6; list-style-image: url(../images/li-arro.gif); list-style-position:outside}
.techserve-contact-home ul li a{font-family:'Open Sans', sans-serif; font-size:14px;color:#303030; text-transform: uppercase}
.techserve-contact-home ul li a:hover{color:#fff; text-decoration:none}
.techserve-contact-home p{font-family:'Open Sans', sans-serif;font-size: 15px;color: #3c3c3c;line-height: 1.6;}
.qck{font-family:'Open Sans', sans-serif; font-size:22px;color:#303030;line-height:1.2; font-weight:100; text-transform:uppercase;}
.bordr-t{ margin:20px 0 10px; padding:20px 0 0; border-top:1px solid #303030}
.qck{margin:0 0 12px}

.footer{background:#a3a3a3; padding:15px; }
.footer p{font-family:'Open Sans', sans-serif;font-weight:400; font-size:14px; color:#595959; line-height:1.7;}
.footer p a{font-family:'Open Sans', sans-serif;font-weight:400; font-size:14px; color:#595959;}
.footer p a:hover{color:#343434; text-decoration:none}

.float-r{text-align:right}
.float-l{text-align:left}

@media screen and (max-width: 767px) {
.float-r{text-align: center}
.float-l{text-align: center} 
.qck{margin:23px 0 12px}
.home_abt{ padding:0 !important}
.no-padding-xs{ padding:0 !important}
}

/** Subpages **/

.techserve-subpage-header{background: #e3e3e3 !important;min-height: 155px; box-shadow:0px 0px 10px #ccc}
.techserve-subpage-header li>a,.techserve-subpage-header p{color:#555 !important}

.techserve-subpage-header .techserve-sub-header{padding-top:52px !important}

.techserv-subpage-rightside{position:relative;z-index:9; padding:0;top: 0;}
.techserv-subpage-rightside ul{padding:0;margin:0;}
.techserv-subpage-rightside ul li{font-family:'Open Sans', sans-serif;font-size:17px;color:#000000;margin:0px;padding:20px 20px 20px 70px;background:#cdcdcd;text-transform:uppercase;border-bottom:1px solid #dedede;border-top:1px solid #b2b2b2; list-style:none; }
.techserv-subpage-rightside ul li:after{content:url(../images/techserv-subpage-rightside-service-arrow.png)}
.techserv-subpage-rightside ul li:hover{background-color:#d71921;}
.techserv-subpage-rightside ul a,.techserv-subpage-rightside ul a:hover{text-decoration:none !important}
.techserv-subpage-rightside ul a:first-child li{border-top:none !important}
.techserv-subpage-rightside-white{background:white; display:inline-block; width:100%}
.techserv-subpage-rightside-white img{ margin:auto; display:block;}

#techserv-subpage-rightside-service1{background:#cdcdcd url(../images/techserv-subpage-rightside-service-web.png) no-repeat 0 center;padding-top: 35px;}
#techserv-subpage-rightside-service2{background:#cdcdcd url(../images/techserv-subpage-rightside-service-domain.png) no-repeat 0 center;}
#techserv-subpage-rightside-service3{background:#cdcdcd url(../images/techserv-subpage-rightside-service-seo.png) no-repeat 0 center;}
#techserv-subpage-rightside-service4{background:#cdcdcd url(../images/techserv-subpage-rightside-service-crm.png) no-repeat 0 center;}
#techserv-subpage-rightside-service5{background:#cdcdcd url(../images/techserv-subpage-rightside-service-creative.png) no-repeat 0 center;}
#techserv-subpage-rightside-service6{background:#cdcdcd url(../images/techserv-subpage-rightside-service-mobile.png) no-repeat 0 center;}
#techserv-subpage-rightside-service7{background:#cdcdcd url(../images/techserv-subpage-rightside-service-email.png) no-repeat 0 center;}
#techserv-subpage-rightside-service8{background:#cdcdcd url(../images/techserv-subpage-rightside-service-cloud.png) no-repeat 0 center;}




.techserv-subpage{ background:#e3e3e3; margin:0; padding:0px 15px 51px; color:#fff; font-family:  'Open Sans', sans-serif;min-height: 1200px;}
.techserv-subpage h1{font-family:'Open Sans', sans-serif;font-weight:300; font-size:35px; margin:0px 0 14px; padding:0; color:#262626;  text-transform:uppercase; color:#262626;}
.techserv-subpage h2{font-family:'Open Sans', sans-serif;font-weight:300; font-size:30px; line-height:1.2; padding:0; margin:0 0 6px; text-transform:uppercase; color:#262626;}
.techserv-subpage h2 img{}
.techserv-subpage p{font-weight:100; font-size:15px; padding:0; margin:22px 0 17px; line-height:1.1; text-align:justify}

.techserv-subpage-contents{ margin:0; padding:35px 15px 40px 0}
.techserv-subpage-contents h2{font-family:'Open Sans', sans-serif;font-weight:300; font-size:30px; line-height:1.2; padding:0; margin:0 0 6px; text-transform:uppercase; color:#262626;}
.techserv-subpage-contents p{font-family:'Open Sans', sans-serif; font-size:16px;color:#2f2f2f;line-height:1.5; font-weight:400;  margin:0 0 12px; padding:0; text-align:justify}

.techserv-subpage-contents ul{margin:0 0 17px; padding:0 0 0 16px}
.techserv-subpage-contents ul li{font-family:'Open Sans', sans-serif; font-size:16px;color:#2f2f2f;line-height:1.6; font-weight:400; list-style:outside disc}

.techserv-subpage-contents h3 { font-family: 'Open Sans', sans-serif;font-weight: 300;font-size: 25px;line-height: 1.2;padding: 0;margin: 0 0 6px; text-transform: uppercase;color: #262626;}
.tablediv{width:100%; overflow: hidden}

@media screen and (max-width: 1200px) {
.techserv-subpage h1{font-size:42px}
}

@media screen and (max-width: 992px) {
.techserv-subpage h1{font-size:31px}
}

@media screen and (max-width: 767px) {
.techserv-subpage h1{font-size:48px; padding-top:20px}
.tablediv{width:100%; overflow-x: scroll}
}
@media screen and (max-width: 380px) {
.techserv-subpage h1{font-size:11vw; padding-top:20px}
}


/*testimonial*/
.techserv-testimonial{ padding:0 0 20px; border-bottom:1px dotted #222; margin:20px 0 20px;}
.testpg_img{width:150px; max-width:100%;  box-shadow: -7px -6px 0 4px #b8b8b8; margin-bottom:12px }
.techserv-testimonial-subpage h1{font-family:"Open Sans",  sans-serif; font-weight:300; font-size:42px; line-height:1.2; padding:0; margin:0 0 6px; text-transform:uppercase; color:#262626}
.techserv-testimonial h2{font-family:"Open Sans",  sans-serif; font-weight:300; font-size:20px; line-height:1.2; padding:0; margin:0 0 12px; text-transform:uppercase; color:#262626}
.techserv-testimonial p{font-family:"Open Sans",  sans-serif; font-weight:300; font-size:16px; color:#2f2f2f; padding:0; margin:0px 0 12px; line-height:1.3; text-align:justify}
@media screen and (max-width: 520px) {.techserv-testimonial-subpage h1{ font-size:33px; }}




/*careeers*/

.table-careers{}
.table-careers>thead>tr{ background:#d71921;}
.table-careers>thead>tr>th{ padding: 12px  10px;background:#d71921; font-weight:500}
.table-careers>tbody>tr>td{ padding: 12px  10px; color:#212121;}
.table-careers>tbody>tr:nth-child(even){background:#e7e7e7}
.table-careers>tbody>tr:nth-child(odd){ background:#FFF}
.table-careers a{color:#212121;}
.career-form-group{display:inline-block; width:100%}
.career-form{background:#f7f7f7; border:1px solid #bababa;color: #2a2a2a;}
.modal-title{color:#212121}

/*contact*/

.fedbck{background:#f7f7f7; border:1px solid #bababa;color: #2a2a2a;}
label{color:#616161; font-weight:400}
.submit_btn{background:#949494; border:none; padding:5px 8px; margin:0 0 16px;font-family: 'Open Sans', sans-serif;font-weight:400; font-size:16px; color:#fff; width:90px; text-transform:uppercase; text-align:center; cursor:pointer; border-radius: 0px}

.contc{}
.contc h2{font-family:'Open Sans', sans-serif; font-size:22px;color:#000;line-height:1.2; font-weight:400; margin:110px 0 7px; padding:0;}
.contc p{font-family:'Open Sans', sans-serif; font-size:16px;color:#000;line-height:1.2; font-weight:400;  margin:0 0 12px; padding:0;}


@media screen and (max-width: 992px) {
.contc h2{ margin:30px 0 6px; }
}



.topserv-subpage{ background:#e9e9e9}
.topserv-subbanner-sect{padding:110px 0 0px !important; background:#e9e9e9}
.topserv-subpage-right{padding:0; margin:0}
.techserve-services-subpage-right-qc{ margin:0 0 0 4px;}
.topserv-subpage-left{ padding: 70px 15px 40px 0}
.techserve-services-sub-page-red{background: #df1c25;margin: 0;padding: 0px 15px;color: #fff;font-family: 'Open Sans', sans-serif;}
.topserv-services-sub-page-red-sub{background: #df1c25;margin: 0;padding: 30px 15px;}
.topserv-services-sub-page-red-dark { background: #ba171e;margin: 0;padding: 30px 15px}

.topserv-services-sub-page-red img{ display:block; margin:auto}
.topserv-services-sub-page-red h2{font-weight:100; font-size:30px; line-height:1.2; padding:0; margin:0 0 6px; text-transform:uppercase; text-align:center}
.topserv-services-subpage-blue{ background:#0090d9; margin:45px 0 0 4px; padding:0px 15px; color:#fff; font-family:  'Open Sans', sans-serif;}
.topserv-services-subpage-blue-sub{margin:0; padding:14px 14px 4px; }
.topserv-services-subpage-blue h3{font-weight:100; font-size:26px; line-height:1.2; padding:0; margin:0 0 6px; text-transform:uppercase;}
.topserv-services-subpage-blue a,.topserv-services-subpage-blue a:hover{ color:#fff; text-decoration:none}
.topserv-services-subpage-blue img{ float:left; width:76px; }
.topserv-services-subpage-blue-dark{margin:0; padding:14px 14px 4px;background:#007bbb}

.topserv-services-subpage-blue h3::after{ content:url("../images/sub_page_serv.png")}

/*services*/
.topserv-service-subpage{}
.topserv-service-subpage h1{font-family:'Open Sans', sans-serif; font-weight:300; font-size:42px; line-height:1.2; padding:0; margin:0 0 6px; text-transform:uppercase; color:#262626}
.topserv-service-subpage h2{font-family:'Open Sans', sans-serif; font-weight:300; font-size:30px; line-height:1.2; padding:0; margin:0 0 6px; text-transform:uppercase; color:#262626}
.topserv-service-subpage h3{font-family:'Open Sans', sans-serif; font-weight:300; font-size:24px; line-height:1.2; padding:0; margin:0 0 6px; text-transform:uppercase; color:#262626}
.topserv-service-subpage img{margin-bottom:14px}
.topserv-service-subpage p{font-family:'Open Sans', sans-serif; font-weight:300; font-size:14px; color:#2f2f2f; padding:0; margin:0px 0 12px; line-height:1.3; text-align:justify}
.topserv-service-subpage ul{ margin:0 0 20px; padding:0 0 0 15px}
.topserv-service-subpage ul li{font-family:'Open Sans', sans-serif;  font-size:14px; color:#2f2f2f; padding:0; margin:0px; line-height:1.4; list-style: outside disc}

.topserv-creatives-subpage{background:#d1d2d4 url(../images/topserv-about-us-subpage-bg.jpg) no-repeat right top; margin:45px 0 45px 4px}
.topserv-creatives-subpage-content{ padding:300px 20px 70px}
.topserv-creatives-subpage-content h3{font-weight:300; font-size:30px; color:#000;line-height:1.2; padding:0; margin:0 6px 6px 0; text-transform:uppercase; float:left}
.topserv-creatives-subpage-content p{font-weight:300; font-size:15px; color:#3a3939; padding:0; margin:0px 0 17px; line-height:1.3; text-align:justify}


@media screen and (max-width: 767px) {
.topserv-services-sub-page-red-sub,.topserv-services-sub-page-red-dark{padding:15px}
.topserv-services-sub-page-red h2{font-size:25px}
.topserv-services-subpage-right-qc{margin:0}
.topserv-services-subpage-blue{margin:45px 0 0}
.topserv-subpage-left{ padding: 70px 0px 40px 0}

}
@media screen and (max-width: 468px) {
.topserv-services-subpage-blue img{ float: none; margin:auto; width:76px; }
.topserv-services-subpage-blue h3{ text-align:center}
}



.topserv-gallery{}
.topserv-gallery img{ margin-bottom:44px;border:1px solid #d6d6d6}
.topserv-gallery img:hover{ border:1px solid #007bbb}
@media screen and (max-width: 360px) {
.topserv-gallery div{ width:100% !important}
.topserv-gallery img{ margin-bottom:24px}
}


.portfol{height:365px; overflow:hidden; margin-bottom:45px;border:1px solid #d6d6d6 }
.portfol img{margin-top:0px; transition:all 4s;border: none}
.portfol:hover img{margin-top:-400px; transition:all 4s;border: none}


.client-broch{}

.control-label{font-size:14px}
.btn-orgn{   border: none;font-family:'Open Sans', sans-serif;  background: #f00; color: #fff; border-radius: 0; padding:6px 28px; font-size:12px; letter-spacing:normal;}


.border-bottom-dotted{border-bottom:1px dotted #444; width:100%; height:1px; padding:0; margin:8px 0  16px}

.contc{}
.contc p{font-family:'Open Sans', sans-serif; font-size:17px; margin:0px 0 8px}

#mail2{background:url(../images/mail2.gif) no-repeat center left; padding:7px 0 7px 32px}
#call2{background:url(../images/call2.gif) no-repeat center left; padding:7px 0 7px 32px}
#web{background:url(../images/web.gif) no-repeat center left; padding:7px 0 7px 32px}



.dropdown-menu li:nth-child(odd){background:#606060}
.dropdown-menu li:nth-child(even){background:#6f6f6f}
.dropdown-menu li{color:#fff;}
.dropdown-menu li a{color:#f6f6f6; text-transform:uppercase; font-size:14px; padding: 6px 20px !important }
.dropdown-menu li a{color:#fff !important; }

.techserv-portfolio-page-tabs{float:right; width:auto}
.techserv-portfolio-page-tabs2{ display:none}
.gry-block{   border: none;font-family:'Open Sans', sans-serif;  background: #555; font-size:24px !important; font-weight:200; color: #fff; border-radius: 0; padding:3px 20px; text-transform:uppercase}
.gry-block:hover{ text-decoration:none;  background: #bb171e; color:#fff}

.techserv-portfolio-page-tabs>.active , .techserv-portfolio-page-tabs2>.active { background: #bb171e; color:#fff}


@media screen and (max-width: 991px) {
.gry-block{ font-size:16px !important }
}

@media screen and (max-width: 767px) {
.gry-block{ font-size:16px !important }
}

@media screen and (max-width: 520px) {
.gry-block{ font-size:16px !important }

.techserv-portfolio-page-tabs2{width:100%; display:inline-block; margin-bottom:20px}
.techserv-portfolio-page-tabs{ display:none}
}


.techserve-team{ background:#fff; padding:25px; margin:0 0 40px; }
.techserve-team h5{font-family:'Open Sans', sans-serif; font-weight:600; font-size:16px; line-height:1.2; padding:0; margin:0 0 6px; text-align:center; text-transform:uppercase; color:#393939}
.techserve-team h6{font-family:'Open Sans', sans-serif; font-weight:400; font-size:14px; line-height:1.2; padding:0; margin:0 0 6px; text-align:center; color:#393939; height:60px}


@media screen and (max-width: 1199px) {
.techserve-team h5{ min-height: 40px}
}

@media screen and (max-width: 480px) {
.techserve-team h5, .techserve-team h6{ min-height:auto;}
}

.techserve-team h5
.errorMessage{ color: red; }
.errors{ color: red }
.successMessage{ color: green; }





/**************************************************/
/*************************************************/
.banner-sect{background: #000 url('../img/banner1.jpg')no-repeat;background-size: cover;padding: 65px 30px;
  position: relative;}
.banner-sect h1{font-family:'Open Sans', sans-serif;font-weight: 300;font-size: 55px;color: #fff; padding: 0;margin: 0 0 20px;
  text-transform: capitalize;line-height: 1;}
.banner-sect h1 span{font-weight: 900;}
.banner-sect h2{font-family:'Open Sans', sans-serif;font-weight: 900;font-size: 35px;color: #fff; padding: 0;margin: 0 0 15px;
  text-transform: unset;line-height: 1.1;}
.banner-sect p{font-family: "Roboto", sans-serif;font-weight: 400;font-size: 18px;color: #fff; padding: 0;margin: 0 0 0px;
  text-transform: unset;}
.banner-sect strong{font-weight: 900;}
.pos-img{position: absolute;right: 180px;top: 0;z-index: 0;}

.circle-badge {
      width: 95px;
      height: 95px;
      background-color: white;         /* white border area */
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.42);/* drop shadow */margin-bottom: 40px;
    }
    .circle-badge2 {
      width: 80px;
      height: 80px;
      background-color: #e3e3e3;         /* white border area */
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 0px 3px rgba(0, 0, 0, 0.57); /* drop shadow */
    }

    .circle-inner {
      width: 70px;
      height: 70px;
      background-color: red;
      border-radius: 50%;
      color: white;
      font-weight: bold;
      font-size: 36px;
      display: flex;
      align-items: center;
      justify-content: center;font-family: "Times";font-weight: 600;font-size: 60px;
    }

.online{padding: 0 15px 50px 30px;}
.online h1{font-family:'Open Sans', sans-serif;font-weight: 300;font-size: 34px;padding: 0;margin: 0 0 0px;text-transform: capitalize;}
.online h1 span{font-weight: 900;color: #de0202;text-transform: uppercase;}

.first-icon{display: flex;
  justify-content: flex-start;margin-bottom: 25px;}
.each-ficon{display: flex;
  align-items: center;margin-right: 30px;}
.first-icon p{font-family: "Roboto", sans-serif;font-weight: 700;font-size: 20px;color: #000;padding: 0 0 0 5px;
  margin: 0;}
.online h2{font-family: "Roboto", sans-serif;font-weight: 700;font-size: 20px;color: #000;padding: 0 0 0 0px;
  margin: 0 0 50px;text-transform: none;width: 435px;}
.online h3{font-family:'Open Sans', sans-serif;font-weight: 700;font-size: 35px;color: #000;padding: 0 0 0 0px;
  margin: 0 0 20px;text-transform: none;}

.included-item {
      display: flex;
      align-items: center;
      margin-bottom: 22px;
    }
.included-item img {

  margin-right: 15px;
}
.included-footer {
  border-top: 1px solid #ccc;
  padding-top: 15px;
  margin-top: 20px;
  font-size: 14px;
}
.included-item span{
      font-family: "Roboto", sans-serif;font-weight: 500;font-size: 18px;color: #000;padding: 0 0 0 0px;
  margin: 0 0 0px;text-transform: none;
    }

.sep-line{background: #7c7c7c;height: 17px;}

.number-sect1{padding: 50px 0 40px;}
.num2 h2{width: 835px;}
.brace{
  opacity: 0.4;
  color: #000000 !important;
  font-size: 200px !important;
  font-weight: 500 !important;
  text-align: center !important;
  line-height: unset !important;
  padding: 0 !important;
  margin: 0 !important;
}
.red-table{background: #d71921 !important;}
.red-table tr > td:before{content: url('../img/w-star.png');}
.red-table tr > td{
  font-family: "Roboto", sans-serif;font-weight: 500;font-size: 18px;color: #fff;padding: 5px 10px !important;margin: 0;
}
.d-items{display: flex;align-items: center;}

.online2{padding: 220px 30px 80px;background: #000 url('../img/online2.png') no-repeat;background-size: cover;
  position: relative;}
.online-man{position: absolute;
  top: -95px;
  left: -80px;}
.online2 ul li{
      font-family: "Roboto", sans-serif;font-weight: 500;font-size: 24px;color: #fff;padding: 0 0 0 0px;
  margin: 0 0 10px;text-transform: none;list-style: url('../img/star.png');
    }
.online2 h2{font-family: "Roboto", sans-serif;font-weight: 900;font-size: 40px;color: #fff;padding: 0 0 0 0px;
  margin: 0 0 15px;text-transform: none;
    }
.online h4{
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #000;
  padding: 0 0 0 0px;
  margin: 0 0 10px;
  text-transform: none;
}

.online3{background: #de0202;padding: 20px 30px;}
.online3 h2{font-family: "Roboto", sans-serif;font-weight: 500;font-size: 30px;color: #fff;padding: 0px;
  margin: 0 0 0px;text-transform: none;float: left;}
.online3 h2 span{font-weight: 700;color: #fff000;}



/***********************************************************/
.banner-sect2{background: #da5100 url('../img/banner2.jpg') no-repeat;background-size: cover;padding: 70px 30px 100px;
  position: relative;}
.banner-sect2 h1{font-family:'Open Sans', sans-serif;font-weight: 300;font-size: 55px;color: #fff; padding: 0;margin: 0 0 20px;
  text-transform: capitalize;line-height: 1.2;}
.banner-sect2 h1 span{font-weight: 900;}
.banner-sect2 p{font-family: "Roboto", sans-serif;font-weight: 400;font-size: 15px;color: #fff; padding: 0;margin: 0 0 0px;
  text-transform: unset;}

.each-course{display: flex;
  align-items: end;}
.each-course h2{font-family:'Open Sans', sans-serif;font-weight: 300;font-size: 35px;padding: 0;margin: 0 0 20px;
  text-transform: capitalize;color: #262626;}
.each-course img{border-radius: 10px;}
.each-course p{font-family:"Roboto", sans-serif;font-weight: 400;font-size: 15px;padding: 0;margin: 0 0 20px;
  text-transform: unset;color: #333333;}


.online2-2{padding: 100px 30px 80px;background: #000 url('../img/last-bg1.jpg') no-repeat;background-size: cover;}
.online2-2 ul{padding: 0 25px;margin: 0;}
.online2-2 ul li{
      font-family: "Roboto", sans-serif;font-weight: 500;font-size: 20px;color: #000;padding: 0 0 0 0px;
  margin: 0 0 10px;text-transform: none;list-style: url('../img/star.png');
    }
.online2-2 h2{font-family: "Roboto", sans-serif;font-weight: 900;font-size: 24px;color: #000;padding: 0 0 0 0px;
  margin: 0 0 15px;text-transform: none;
    }


.online2-4{padding: 200px 30px 130px;background: #000 url('../img/last-bg2.jpg') no-repeat;background-size: cover;}
.online2-4 ul{padding: 0 25px;margin: 0;}
.online2-4 ul li{
      font-family: "Roboto", sans-serif;font-weight: 500;font-size: 20px;color: #fff;padding: 0 0 0 0px;
  margin: 0 0 10px;text-transform: none;list-style: url('../img/star.png');
    }
.online2-4 h2{font-family: "Roboto", sans-serif;font-weight: 900;font-size: 24px;color: #fff;padding: 0 0 0 0px;
  margin: 0 0 15px;text-transform: none;
    }


.online2-3{background: #de0202;padding: 20px 30px;}
.online2-3 h2{font-family: "Roboto", sans-serif;font-weight: 500;font-size: 30px;color: #fff;padding: 0px;
  margin: 0 0 0px;text-transform: none;float: left;}
.online2-3 h2 span{font-weight: 700;color: #fff000;}
.red-sect{display: flex;
  align-items: center;}

.btn-sub{background: #de0202;border: 1px solid #de0202;border-radius: 20px;text-transform: uppercase;
  font-family:'Open Sans', sans-serif;font-weight: 500;font-size: 14px;color: #fff;padding: 5px 12px;margin: 0 0 0;
  display: flex;
  align-items: center;}
.btn-sub img{padding: 0 0 0 5px;margin: 0px !important;}
.online a{text-decoration: none;}
.last-bg-hide{display: none;}

.popfrm{background: transparent;
  border: 1px solid #414141;border-radius: 5px;
  font-family:'Open Sans', sans-serif;font-weight: 400;font-size: 14px;color: #242424;}
.popsub{background: #de0202;border: 1px solid #de0202;border-radius: 10px;text-transform: uppercase;
  font-family:'Open Sans', sans-serif;font-weight: 500;font-size: 14px;color: #fff;padding: 5px 20px;margin: 0 0 0;
  }
.pop-form{padding: 15px; }
.alert-popup{
    position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  transform: translateX(-50%);
  z-index: 999;
}

.color-lang{color: #d71921 !important;}
.bottom-fix{
    background: url(../images/diagmnosis-bg.gif) no-repeat center/100%;
    position: fixed;
  bottom: 0;
  top: unset;
  left: 0;
  right: 0;
  width: 100%;
  height: 40px;
  display: none;
}


/*************************************************************/
@media(max-width: 1199px)
{
  .online-man{display: none;}
  .online2 {
  padding: 100px 30px 80px;
}
.online2 ul{padding: 0 25px;
  margin: 0;
}
.pos-img {
  right: 0;
}
.banner-sect2 h1 {
  font-size: 45px;
}
.each-course {
  display: block;
}
.each-course img{margin-bottom: 10px;}
.online2-2{background: #eff3f4;
  padding: 60px 30px;}
.online2-4 {
  padding: 60px 30px;
  background: #202020;
}

}

@media(max-width: 991px)
{
.pos-img {
  display: none;
}
.online h3 {
  font-size: 30px;
}
.num2 h2 {
  width: 100%;
}
.circle-badge{margin-bottom: 20px;}
.online3 h2{font-size: 22px;}
.online3 img{width: 95px;}

.banner-sect2{background-image: linear-gradient(to right, #da5100, #ee9505);padding: 70px 30px;}
.each-course h2{font-size: 30px;}
.last-bg-hide{display: block;}

}

@media(max-width: 767px)
{
.number-sect1 {
  padding: 30px 0 40px;
}
.d-items {
  display: block;
}
.brace{
  transform: rotate(90deg);
}
.first-icon {
  display: block;
}

}

@media(max-width: 576px)
{

.online3 img {
    display: none;
}
.brace{display: none;}
.banner-sect h1{
  font-size: 40px;
}
.banner-sect h2{
  font-size: 25px;
}
.banner-sect p{
  font-size: 15px;
  line-height: 1.4;
}
.online h1{
  font-size: 30px;
}
.online h2{
  width: auto;margin: 0 0 25px;
}
.online h3 {
    font-size: 26px;
  }

.banner-sect2 h1 {
    font-size: 38px;
  }
.each-course h2 {
    font-size: 28px;
  }
.each-course p{text-align: unset;}
.online2-3 img{display: none;}
.online2-3 h2{font-size: 25px;}

}

@media(max-width: 420px)
{

.diagmnosisarea{display: none;}
.bottom-fix{display: block;}


}

