/* 
    Created on : 2 Oct, 2015, 7:52:36 AM
    Author     : RAKESH
    File       : Assan  landing template
    version    : v1.1
*/
/**google font**/
@import "https://fonts.googleapis.com/css?family=Roboto:400,400i,500,700,900";
/**colors**/
.red {
  color: #f55b63;
}

.green {
  color: #bce13b;
}

.blue {
  color: #42a3ee;
}

.yellow {
  color: #e6e837;
}

.gold {
  color: #e8c537;
}

body, html {
  height: 100%;
}

body {
  font-family:'Futura Bk BT', 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #070707;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-weight: normal;
}

a {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  color: #f16522;
}
a:hover, a:focus {
  text-decoration: none;
  outline: 0 !important;
  color: #f16522;
}

button {
  border: 0px;
}
button:focus {
  outline: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  font-weight: 700;
}

hr.separator {
  border-top: 1px solid #f16522;
  margin: 10px auto;
  width: 80px;
}

.margin-b-30 {
  margin-bottom: 30px;
}

/**spaces**/
.space-20 {
  width: 100%;
  height: 20px;
  clear: both;
}

.space-30 {
  width: 100%;
  height: 30px;
  clear: both;
}

.space-40 {
  width: 100%;
  height: 40px;
  clear: both;
}

.space-50 {
  width: 100%;
  height: 50px;
  clear: both;
}

.space-60 {
  width: 100%;
  height: 60px;
  clear: both;
}

@media (min-width: 768px) {
  .vertical-align-child {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
  }
}
.center-title {
  text-align: center;
  margin-bottom: 50px;
}
.center-title h2 {
  text-transform: capitalize;
  font-weight: 900;
  font-size: 36px;
  margin-bottom: 15px;
  color: #000;
}
.center-title p {
  font-size: 15px;
  line-height: 30px;
}
.center-title i {
  color: #f16522;
  font-size: 30px;
  margin-bottom: 20px;
  display: block;
}

/***buttons***/
.btn {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  font-weight: normal;
  font-size: 13px;
  border: 0px;
  text-transform: uppercase;
  font-weight: 500;
}
.btn i {
  margin-left: 5px;
}
.btn.btn-radius {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.btn.btn-lg {
  padding: 15px 40px;
}

.btn-skin {
  background-color: #f16522;
  color: #fff;
}
.btn-skin:hover, .btn-skin:focus {
  color: #fff;
  background-color: #444;
}

.btn-dark {
  background-color: #333;
  color: #fff;
}
.btn-dark:hover, .btn-dark:focus {
  color: #fff;
  background-color: #f16522;
}

.btn-default {
  background-color: #f3f3f3;
  color: #777;
}
.btn-default:hover, .btn-default:focus {
  color: #fff;
  background-color: #333;
}

.btn-white {
  background-color: #fff;
  color: #333;
}
.btn-white:hover, .btn-white:focus {
  color: #fff;
  background-color: #333;
}

/***header style 1**/
.header-v1 {
  padding: 0px 0;
  border: 0px;
  /*background-color: #202d4e;*/
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header-v1 .navbar-brand {
  float: left;
  height: 100px;
  padding: 15px 15px;
  font-size: 35px;
  color: #fff;
  text-transform: lowercase;
  font-weight: 700;
  line-height: 20px;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}

.header-v1.sticky {
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 0px 0px;
}

.header-v1 .navbar-nav > li > a {
  color: #fff;
  /*text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 300;
}
.header-v1 .navbar-nav > li > a:hover {
  color: #f16522;
}

.header-v1.sticky .navbar-nav > li > a {
  color: #202d4e;
}

.header-v1 .navbar-nav > .active > a, .header-v1 .navbar-nav > .active > a:focus, .header-v1 .navbar-nav > .active > a:hover {
  color: #f16522;
  background-color: transparent;
}

.header-v1.sticky .navbar-nav > .active > a, .header-v1.sticky .navbar-nav > .active > a:focus, .header-v1.sticky .navbar-nav > .active > a:hover {
  color: #f16522;
  background-color: transparent;
}

.header-v1 .navbar-brand {
  color: #fff;
}

.header-v1.sticky .navbar-brand {
  color: #333;
}

.navbar-right > li > a i {
  font-size: 20px;
}

@media (min-width: 992px) {
  /*.header-v1 .navbar-brand {
    position: absolute;
    left: 50%;
    margin-left: -65px !important;
    top: 10px;
  }*/

  .header-v1.sticky .navbar-brand {
    top: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header-v1 .navbar-brand{
    padding-top:0 !important;
  }

  .navbar-right li.button-nav a {
    background-color: transparent;
    border:1px solid #ffffff;
    color: #fff;
    padding: 12px 35px;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 400;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
  }
  .navbar-right li.button-nav a:hover, .navbar-right li.button-nav a:focus {
    background: linear-gradient(to right, #f16522, #fff212);
    color: #fff !important;
    border-width:1px;
    border-style: solid;
   background-image: -webkit-linear-gradient(left, #f16522 0%, #fff212 100%), -webkit-linear-gradient(left, #f16522 0%, #fff212 100%);
    background-image: -moz-linear-gradient(left, #f16522 0%, #fff212 100%), -moz-linear-gradient(left, #f16522 0%, #fff212 100%);
    background-image: -o-linear-gradient(left, #f16522 0%, #fff212 100%), -o-linear-gradient(left, #f16522 0%, #fff212 100%);
    background-image: linear-gradient(to right, #f16522 0%, #fff212 100%), linear-gradient(to right, #f16522 0%, #fff212 100%);    
    border-image: linear-gradient(to right, #f16522 0%, #fff212 100%) 100% 100%;
  }

  .header-v1.sticky .navbar-right li.button-nav a {
    color: #fff;
  }
}
/***header v2 using into newsletter form home section**/
.header-v2 {
  margin-bottom: 0px;
  border: 0px;
  background-color: #fff;
}
.header-v2 .navbar-brand {
  color: #f16522;
  font-size: 30px;
  line-height: 25px;
  font-weight: 700;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.header-v2 .socials li a {
  padding: 5px 5px;
  margin-top: 10px;
  font-size: 30px;
}
.header-v2 .socials li a:hover {
  color: #f16522;
}

.header-v2 .navbar-nav > li > a {
  color: #202d4e;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
}

.header-v2 .navbar-nav > .active > a, .header-v2 .navbar-nav > .active > a:focus, .header-v2 .navbar-nav > .active > a:hover {
  color: #f16522;
  background-color: transparent;
}

.headroom {
  -moz-transition: transform 200ms linear;
  -o-transition: transform 200ms linear;
  -webkit-transition: transform 200ms linear;
  transition: transform 200ms linear;
}

.headroom--pinned {
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.headroom--unpinned {
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

@media (max-width: 767px) {
  .navbar-nav {
    background-color: #333;
    margin: 0px;
  }

  .header-v1 .navbar-toggle {
    border: 0px;
    margin-top: 15px;
  }

  .header-v1 .navbar-toggle:focus, .header-v1 .navbar-toggle:hover {
    background-color: transparent;
  }

  .header-v1 .navbar-collapse, .header-v1 .navbar-form {
    border: 0px;
  }

  .header-v2 .navbar-nav {
    background-color: transparent;
  }
}
/**price tables**/
.pricing-section {
  padding: 80px 0;
  padding-bottom: 50px;
  background-color: #fff;
}

.price-box {
  padding: 25px 40px;
  margin-bottom: 30px;
  border: 1px solid #eee;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.price-box i {
  display: block;
  font-size: 80px;
  line-height: 80px;
  color: #eee;
}
.price-box h3 {
  font-size: 15px;
  text-transform: uppercase;
  color: #666;
  font-weight: 600;
  margin-top: 25px;
}
.price-box .price {
  color: #f16522;
  font-size: 70px;
  line-height: 70px;
  font-weight: 900;
  margin: 20px 0;
}
.price-box .price sup, .price-box .price sub {
  font-size: 13px;
}
.price-box .price sup {
  vertical-align: top;
  top: 10px;
}
.price-box p {
  font-size: 14px;
  margin-bottom: 30px;
}
.price-box:hover {
  background-color: #f16522;
}
.price-box:hover h3 {
  color: #fff;
}
.price-box:hover i {
  color: #fff;
  opacity: 0.5;
}
.price-box:hover .price {
  color: #fff;
}
.price-box:hover p {
  color: #eee;
}

.cta {
  padding: 80px 0;
}
.cta h2 {
  color: #fff;
  font-weight: 600;
  font-size: 40px;
  line-height: 55px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.cta p {
  color: #eee;
  margin-bottom: 35px;
  font-size: 16px;
  line-height: 26px;
}

/**tabs**/
.tabs-navigation {
  margin-bottom: 50px;
  border-bottom: 1px solid #ddd;
}
@media (min-width: 768px) {
  .tabs-navigation li + li {
    margin-left: 40px;
  }
}
.tabs-navigation li {
  margin-bottom: 30px;
}
.tabs-navigation li a {
  display: block;
  color: #777;
}
.tabs-navigation li a span {
  display: block;
  width: 90px;
  height: 40px;
  text-align: center;
  background-color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 30px;
  margin: 10px auto;
}
.tabs-navigation li.active a {
  color: #f16522;
}
.tabs-navigation li.active a span {
  color: #f16522;
  background-color: transparent;
}

.service-tab-content h1 {
  text-transform: uppercase;
  color: #333;
}

.footer {
  background-color: #11111f;
  padding-top: 60px;

}
.footer h2 {
  color: #fff;
  margin-bottom: 20px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
}
.footer p {
  color: #ffffff;
  font-size: 15px;
}
.footer ul li {
  padding-bottom: 20px;
}
.footer ul li i {
  float: left;
  color: #fff;
  font-size: 30px;
  margin-right: 20px;
}
.footer ul li span {
  display: block;
  overflow: hidden;
  color: #ffffff;
  font-size: 16px;
}
.footer ul.list-inline li {
  padding: 0px;
}
.footer ul.list-inline li a {
  margin: 5px;
}
.footer ul.list-inline li a i {
  color: #a4a4a4;
  margin: 0px;
  font-size: 30px;
}
.footer ul.list-inline li:hover i {
  color: #f16522;
}
.footer .footer-bottom {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .footer-bottom .list-inline li a {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}
.footer .footer-bottom .list-inline li a:hover {
  color: #f16522;
}

.banner-intro {
  background-color: #11111f !important;
  width: 100%;
  height: 100%;
  position: relative;
  display: table;
}
.banner-intro .banner-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  opacity: 1;
}
.banner-intro h1 {
  color:#ffffff;
  font-weight: bold;
  /*text-transform: uppercase;*/
  font-size: 55px;
  line-height: 95px;
  font-family:'Futura Bk BT', roboto;
  margin-bottom: 20px
}

.lead-h2 {
  color:#ffffff;
  font-weight: bold;
  /*text-transform: uppercase;*/
  font-size: 55px;
  line-height: 75px;
  font-family:'Futura Bk BT', roboto;

}
.lead-h1 {
  color:#ffffff;
  font-weight: bold;
  /*text-transform: uppercase;*/
  font-size: 30px;
  line-height: 35px;
  font-family:'Futura Bk BT', roboto;

}
.lead-p{
  color: rgba(255,255,255,0.8);
  font-size: 20px;
  font-family:'Futura Bk BT', roboto;
  margin-bottom: 60px
}
.banner-intro p.lead {
  color: rgba(255,255,255,0.8);
  font-size: 20px;
  font-family:'Futura Bk BT', roboto;

}
.banner-intro .banner-buttons {
  margin-top: 30px;
}
.banner-intro .banner-buttons a {
  margin: 5px;
}
.banner-intro .banner-buttons a i {
  margin-left: 5px;
}

/***banner home newsletter****/
.home-newsletter {
  background: url(../images/bg-3.jpg) no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-attachment: fixed;
  padding-top: 250px;
  padding-bottom: 200px;
}
.home-newsletter h2 {
  color: #fff;
  font-weight: 300;
  font-size: 50px;
  line-height: 50px;
  text-transform: capitalize;
}
.home-newsletter p {
  color: #fff;
  font-size: 18px;
}
.home-newsletter .form-control {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border: 0px;
  height: 47px;
}
.home-newsletter .error {
  border-color: #b92c28;
  color: #b92c28;
}
.home-newsletter .success {
  border-color: #5cb85c;
  color: #5cb85c;
}

/****banner contact form**/
.home-contact {
  background: url(../images/bg-2.jpg) no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-attachment: fixed;
  padding-top: 150px;
  padding-bottom: 100px;
}
.home-contact .contact-home-text {
  padding: 100px 0;
}
.home-contact .contact-home-text h4 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 25px;
}
.home-contact .contact-home-text h1 {
  color: #fff;
  text-transform: capitalize;
  font-size: 45px;
}
.home-contact .contact-home-text p {
  font-size: 20px;
  color: #fff;
}

.contact-home-form {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 25px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.contact-home-form .form-control {
  margin-bottom: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  min-height: 45px;
}
.contact-home-form .btn {
  width: 100%;
  display: block;
}

#features {
  padding: 80px 0;
  background-color: #fff;
}


.feature-box {
  background-color: #0ab9f4;
  width:80%;
  margin:0 auto 40px auto;
  padding:30px 0;
  text-align: center;
  box-shadow: 6px 6px 6px rgba(0,0,0,0.3)
}

.feature-box img{
  width:100px;
  height: 100px
}

.feature-box i {
  font-size: 40px;
  display: block;
  margin-bottom: 15px;
}
.feature-box h3 {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
}

.aside-feature-row {
  padding: 50px 0;
  overflow: hidden;
}
.aside-feature-row h3 {
  color: #000;
  font-size: 30px;
  line-height: 44px;
  font-weight: 400;
}
.aside-feature-row p {
  font-weight: normal;
  font-size: 15px;
}
.aside-feature-row ul {
  margin-bottom: 30px;
}
.aside-feature-row ul li {
  font-size: 16px;
  line-height: 40px;
  display: block;
  font-weight: normal;
}
.aside-feature-row ul li i {
  margin-right: 10px;
  color: #f16522;
}

/**video section **/
.wide-image-wrapper {
  background-color: #f6f8fa;
  padding: 0;
}
.wide-image-wrapper .img-right {
  background: url(../images/bg-1.jpg) 50% 0 no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  height: 500px;
}
.wide-image-wrapper h3 {
  color: #333;
  font-size: 30px;
  font-weight: 300;
  padding-top: 30px;
}
.wide-image-wrapper p {
  padding-bottom: 30px;
}
.wide-image-wrapper .btn {
  margin-bottom: 30px;
}

/**newsletter**/
.newsletter-section {
  padding: 80px 0;
  background-color: #f6f8fa;
}
.newsletter-section .form-control {
  height: 47px;
}
.newsletter-section .error {
  border-color: #b92c28;
  color: #b92c28;
}
.newsletter-section .success {
  border-color: #5cb85c;
  color: #5cb85c;
}

/**testimonials**/
.testi-box {
  padding: 15px;
  background-color: #f6f8fa;
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.testi-box .thumb {
  display: block;
  width: 90px;
  float: left;
  margin-right: 20px;
}
.testi-box .testi-text {
  overflow: hidden;
  padding-left: 10px;
}
.testi-box .rating {
  display: block;
}
.testi-box h4 {
  color: #f16522;
  font-size: 15px;
  font-style: italic;
  font-weight: 500;
}
.testi-box.right .thumb {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}

/**video modal**/
.video-modal .modal-header {
  border: none;
  padding: 0;
  position: relative;
}
.video-modal .modal-content {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.video-modal .modal-body {
  padding: 0px;
  padding-top: 0;
}
.video-modal button.close {
  font-size: 25px;
  font-weight: 300;
  text-shadow: none;
  color: #fff;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  background: none;
  position: absolute;
  right: 0px;
  bottom: 5px;
  z-index: 10;
}

/**gallery**/
.gallery-container {
  padding: 80px 0;
}

.gallery {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.gallery img {
  width: 100%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gallery .gallery-overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gallery .gallery-overlay a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 100%;
  margin-top: -20px;
  left: 50%;
  margin-left: -20px;
  font-size: 35px;
  background-color: transparent;
  color: #fff;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gallery:hover img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.gallery:hover .gallery-overlay {
  opacity: 1;
}
.gallery:hover .gallery-overlay a {
  top: 50%;
}

/**services**/
.services-section {
  padding: 80px 0;
  border-top: 1px solid #eee;
  overflow: hidden;
}

/**clients**/
.clients {
  background: url("../images/brickwall.png") repeat;
  padding: 30px 0;
}
.clients ul {
  margin: 0;
  padding: 0;
}

/**contact**/
.contact-section {
  padding: 80px 0;
}
.contact-section .form-control {
  min-height: 49px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .contact-home-text {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .banner-intro h1 {
    font-size: 25px;
    line-height: 10px;
  }

  .contact-home-text {
    padding: 0px 0;
  }

  .banner-intro .banner-buttons .btn-white {
    display: none;
  }

  .banner-intro .banner-buttons {
    margin-top: 0px;
  }

  .header-v1 .navbar-brand {
    line-height: 33px;
  }

  .header-v2 .navbar-brand {
    line-height: 16px;
  }

  .home-newsletter {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .assan-newsletter .input-group, .assan-newsletter .input-group-btn, .assan-newsletter .btn {
    width: 100%;
    display: block;
  }

  .home-newsletter h2 {
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
  }

  .assan-newsletter .form-control {
    margin-bottom: 10px;
    font-size: 13px;
  }
}
@media (max-width: 375px) {
  .input-group .form-control, .input-group-addon, .input-group-btn {
    display: inherit;
  }

  .assan-newsletter .form-control {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .footer .footer-bottom .list-inline li a {
    font-size: 12px;
  }
}


/* Custom CSS Start */
  
  

  .container-space{
    width: 97%;
    padding-left:10px;
    padding-right:10px 
  }
  .brand-space{
    /* padding-left:0.5em;
    width:200px;
   Height:200px;*/

      height: 100px;
      /*max-height: 125px;*/
      width: auto;
    }


  .hr-color{

     margin: 30px auto;
     width: 50%;
     border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 20px;
    -moz-background-size: 100% 20px;
    background-size: 100% 20px;
    background-image: -webkit-linear-gradient(left, #f16522 0%, #fff212 100%), -webkit-linear-gradient(left, #f16522 0%, #fff212 100%);
    background-image: -moz-linear-gradient(left, #f16522 0%, #fff212 100%), -moz-linear-gradient(left, #f16522 0%, #fff212 100%);
    background-image: -o-linear-gradient(left, #f16522 0%, #fff212 100%), -o-linear-gradient(left, #f16522 0%, #fff212 100%);
    background-image: linear-gradient(to right, #f16522 0%, #fff212 100%), linear-gradient(to right, #f16522 0%, #fff212 100%);    
    border-image: linear-gradient(to right, #f16522 0%, #fff212 100%) 100% 100%;
    
  
  }

  .hr-color-half{

 
     width: 25%;
     border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 20px;
    -moz-background-size: 100% 20px;
    background-size: 100% 20px;
    background-image: -webkit-linear-gradient(left, #f16522 0%, #fff212 100%), -webkit-linear-gradient(left, #f16522 0%, #fff212 100%);
    background-image: -moz-linear-gradient(left, #f16522 0%, #fff212 100%), -moz-linear-gradient(left, #f16522 0%, #fff212 100%);
    background-image: -o-linear-gradient(left, #f16522 0%, #fff212 100%), -o-linear-gradient(left, #f16522 0%, #fff212 100%);
    background-image: linear-gradient(to right, #f16522 0%, #fff212 100%), linear-gradient(to right, #f16522 0%, #fff212 100%);    
    border-image: linear-gradient(to right, #f16522 0%, #fff212 100%) 100% 100%;

  }

.frontend, .backend, .databases{
  padding-top:50px;
}

  .navbar-default{
    background-color: transparent;
  }

  .what-we-do{
    background-color: #11111f;
    padding: 120px 0
  }
  .section-bg{
    border:2px dotted rgba(200,200,200,0.8); 
    width:60%; 
    background-color:#0ab9f4;
    margin:0 auto; 
    height: 400px; 
    padding:90px 0; 
    border-radius:10px; 
    position: relative
  }

  .section-bg .h3-top{
    position: absolute; 
    top:10px; 
    left:30%;
    
  }

  .section-bg .h3-bottom{
    position: absolute; 
    bottom:10px; 
    left:30%;
  
  }

  .section-bg h3{
    font-weight: 400
  }

  .left-side-bar{
    position: absolute;
   left:-25%
 }

 .left-side-bar1{
    position: absolute;
   left:-25%
 }

  .left-side-bar>div{
    height:200px; 
    width:200px; 
    border:2px dotted #fff; 
    border-radius: 50%; 
    margin:0 auto; 
    background-color: #000000;
     position: relative
    }



  .right-side-bar{
    position: absolute; 
    left:75%
  }
  .right-side-bar>div{
    height:200px; 
    width:200px; border:2px dotted #fff; 
    border-radius: 50%; 
    margin:0 auto; 
    background-color: #000000;
    position: relative
  }

  .section-bg .arrow{
    padding-top:40px; 
    padding-left: 70px
  }

  .section-bg h3{
    padding-top:10px; 
    padding-left: 46px; 
    color:#ffffff
  }
  .up_arrow{
    position: absolute; 
    bottom:-27px; 
    left:15px
  }
   .down_arrow{
    position: absolute; 
    top:-65px; 
    left:17px
  }

  .left-sidebar-shadow-one{
    position: absolute; 
    left:-50px; width:200px; 
    height: 200px; 
    border:2px dotted rgba(255,255,255,.4); 
    border-radius: 50%
  }

  .left-sidebar-shadow-two{
    position: absolute; 
    left:-150px; 
    width:200px; 
    height: 200px; 
    border:2px dotted rgba(255,255,255,.4); 
    border-radius: 50%
  }

  .right-sidebar-shadow-one{
    position: absolute; 
    right:-50px; 
    width:200px; 
    height: 200px; 
    border:2px dotted rgba(255,255,255,.4); 
    border-radius: 50%
  }

  .right-sidebar-shadow-two{
    position: absolute; 
    right:-150px; 
    width:200px; 
    height: 200px; 
    border:2px dotted rgba(255,255,255,.4); 
    border-radius: 50%
  }

/* What we do -responsive start */
  
@media only screen and (max-width: 768px){

  .section-bg{
    height: 280px;
  }

    .left-side-bar{
      position: absolute;
     left:-30%
   }

   .left-side-bar1{
      position: absolute;
     left:-30%
   }

    .left-side-bar>div{
      height:100px; 
      width:100px; 
     
      }

    .right-side-bar{
      position: absolute; 
      left:70%
    }

    .right-side-bar>div{
      height:100px; 
      width:100px;
    }

    .section-bg .h3-top{
    position: absolute; 
    top:10px; 
    left:15%;
    
  }

  .section-bg .h3-bottom{
    position: absolute; 
    bottom:10px; 
    left:15%;
  
  }

  .img-what-we-do{
    width:40px;
    height: 40px;
    padding-left: 15px;
    padding-top: 15px
  }

  .section-bg h3{
    font-weight: 400;
    padding-left: 0;
    text-align: center;
    font-size: 16px
  }

  .up_arrow{
    position: absolute; 
    bottom:-27px; 
    left:-35px
  }
   .down_arrow{
    position: absolute; 
    top:-66px; 
    left:-35px
  }
    .left-sidebar-shadow-one, .left-sidebar-shadow-two, .right-sidebar-shadow-one, .right-sidebar-shadow-two {
    display: none;
  }
}

/* What we do -responsive end */

.our-platforms{
  /*background-color: #202d4e; */
  padding-top: 70px;
  padding-bottom: 70px 
}
.our-platforms h3{
  color:#fdfdfd;
  margin-top:20px;
  margin-bottom: 20px
}

.our-platforms p{
  color:rgba(255,255,255,0.8);
}

.container-quality-driven{
  width:90%; 
  margin:50px auto
}

.quality-space{
  padding:40px 0;
}
.quality-h2{
  padding-top: 10px
}

.driven-process-image{
 max-width: 100%;
}

.quality-driven h3{
  color:#0ab9f4;
  font-size: 18px;
  margin-bottom: 20px;

}
.quality-driven p{
  color:rgba(255,255,255,0.8);
  font-size: 16px;
  margin-bottom: 20px;
}


.bg-gradient{
  background: linear-gradient(to bottom, #11111f, #11111f);
}

.vr-line{
  width:3px;
  margin:0 auto;
  height: 1000px;
  background:linear-gradient(to bottom, #f16522, #fff212);
}

.quality-driven-space{
  padding-top: 50px  
}

.quality-driven-space-bottom{
  margin-bottom: 70px;
}
  
  .hidden-scrollbar{
    height: 670px; 
    overflow: auto
  }
  .hidden-scrollbar::scrollbar{
    display: none
  }
  .hidden-scrollbar::-webkit-scrollbar { 
    display: none
}
/*.main-before::before{
  content:"";
  display: inline-block;
  position: relative;
  left:0px;
  top:0;
  width:100px; 
  height: 3px;  
  background:linear-gradient(to right, #f16522, #fff212); 
  border:none
}
*/
/*
.main-before img{
  position: absolute;
  left:0;
}*/

/* Distributed Responsibilities Start*/

  .distributed-res{
    padding:120px 0 120px 0;
  }

  .Distributed-bg{
    background-color: #0ab9f4;
    width:80%;
    margin:0 auto;
    height: 300px;
    box-shadow: 10px 10px 10px #rgba(155,155,155,0.9);
    position: relative;
    border:2px dotted rgba(255,255,255,0.5);
  }

  .Distributed-customer{
    background-color: #000000;
    width:160px;
    height: 160px;
    border-radius: 50%;
    position: absolute;
    left:-80px;
    top:60px;
    text-align:center;
    border:2px dotted rgba(255,255,255,0.5);
  }

  .Distributed-customer-inner{
    background-color: #000000;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    position: absolute;
    left: 14px;
    top: 10px;
  }

  .Distributed-product{
    background-color: #000000;
    width:160px;
    height: 160px;
    border-radius: 50%;
    position: absolute;
    top:60px;
    left:74px;
    z-index: 1;
    text-align:center;
    border:2px dotted rgba(255,255,255,0.5);
  }

  .Distributed-bg img{
     padding-top:16px;
     width:50%;
  }

  .mainp::after{
    content: "";
    position: relative;
    top:-2px;
    left:0px;
    z-index: 0;
    display: block;
    width:20px;
    margin:0 auto;
    background-color: #0ab9f4;
    height: 300px;
    border-left:2px dotted rgba(255,255,255,0.5);
    border-right:2px dotted rgba(255,255,255,0.5);
  }

  .Distributed-product-inner{
    background-color: #000000;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    position: absolute;
    left: 14px;
    top: 10px;
    
  }
  .Distributed-bg h3{
    color:#0ab9f4;

  }

  .Distributed-vohlo{
    background-color: #000000;
    width:160px;
    height: 160px;
    border-radius: 50%;
    position: absolute;
    right:-80px;
    top:60px;
    text-align:center;
    border:2px dotted rgba(255,255,255,0.5);
  }

  .Distributed-vohlo-inner{
    background-color: #000000;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    position: absolute;
    left: 14px;
    top: 10px;
  }
  .dist-content>.left-side{
    list-style-type: none;
    font-size: 16px;
    font-weight: 900;
    color:rgba(255,255,255,0.8);
    display: block;
    position: relative;
    top:40px;
    left:40px;
    line-height: 40px 
  }

  .dist-content>.right-side{
    list-style-type: none;
    font-size: 16px;
    font-weight: 900;
    color:rgba(255,255,255,0.8);
    display: block;
    position: relative;
    top:40px;
    right:80px;
    line-height: 40px;
    text-align: right
  }


  @media only screen and (max-width: 768px){
    .lead-h2{
      font-size: 40px;
      line-height: 50px
    }
    .distributed-res{
    padding:120px 0 120px 0;
    height:auto;
  }

  .Distributed-bg{
    background-color: rgba(0,0,0);
    width:80%;
    margin:20px auto;
    height: auto;

  }

  .Distributed-customer{
    position: absolute;
    left:80px;
    top:-50px;
    width: 130px;
    height: 130px;
   
  }

  .Distributed-customer-inner{
    background-color: #000000;
    width: 100px;
    height: 100px;
    
    position: absolute;
    left: 14px;
    top: 15px;
  }

  .dist-content{
    padding-top:50px;
    text-align: center
  }
  .Distributed-product{
    background-color: #000000;
    width:130px;
    height: 130px;
    left:80px;
    top:50px;
  }

  .Distributed-bg img{
     padding-top:16px;
     width:50%;
  }

  .mainp::after{
    display: none
  }

  .Distributed-product-inner{
    background-color: #000000;
    width: 100px;
    height: 100px;
   
    position: absolute;
    left: 14px;
    top: 10px;
    
  }

  .Distributed-bg{
    height: 730px
  }
  .Distributed-bg h3{
    color:#0ab9f4;
  }

  .Distributed-vohlo{
    background-color: #000000;
    width:130px;
    height: 130px;
    border-radius: 50%;
    position: absolute;
    left:80px;
    top:400px;
    text-align:center;
    border:2px dotted rgba(255,255,255,0.5);
  }

  .Distributed-vohlo-inner{
    background-color: #000000;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    left: 14px;
    top: 10px;
  }
  .left-side{
    padding-left:0 !important;
  }
  .dist-content>.left-side{
    list-style-type: none;
    font-size: 16px;
    font-weight: 900;
    color:rgba(255,255,255,0.8);
    display: block;
    position: relative;
    top:40px;
    left:0px;
    line-height: 40px 
  }
  .right-side{
    padding:0 !important;
  }
  .dist-content>.right-side{
    list-style-type: none;
    font-size: 16px;
    font-weight: 900;
    color:rgba(255,255,255,0.8);
    display: block;
    position: relative;
    top:150px;
   left:0;
    line-height: 40px;
    text-align: center
  }



  }


  .how-we-work{
    background-color: 
  }

  .work-section{
    width:90%;
    margin:0 auto;
    background-color: #0ab9f4;
    text-align:center;
    padding: 10px 
  }

  .work-section img{
    padding-top:20px;
  }

  .work-section h3{
    padding: 10px 0
  }
  .work-section p{
    padding:10px 0; 
  }

  .focused-bg{
    background-color: #0ab9f4;

  }

  .focused-block{
    width:97%;
    margin:0 auto;
    background-color: #0ab9f4;
    text-align:center;
    height: 300px

  }

  .focused-bg img, .modal-inner img{
    padding-top:10px;
  }

  .focused-bg h3, .work-section h3, .modal-inner h3{
    color:#202d4e;
  }
  .focused-bg p, .work-section p, .modal-inner p{
    color:rgba(255,255,255,.8);
    padding-bottom:10px;
  }


  .engagement-modal{
    /* background-color: #202d4e;*/
  }

  .modal-inner{
    width:90%;
    margin:0 auto;
    background-color: #0ab9f4;
    text-align:center;
    height: 300px;
    padding:10px;
  }


  .build-software{
    padding-top: 120px;
    padding-bottom: 120px
  }

  .build-inner div{
    background-color: #0ab9f4;
    height: 100px;   
  }
  .build-inner h3{
   padding-top:35px;
   text-align: center;
   color:#202d4e;
  }
  .build-inner img{
   padding-top:10px;
  }
  .build-inner p{
   padding-top:20px;
   color:rgba(255,255,255,0.8);
  }

  @media only screen and (max-width: 768px){
    .build-software{
      text-align: center;
     
    }

    .build-inner div{
      height:auto !important;
    }

    .banner-intro h1{
      font-size: 25px
    }
  }

  /* Contact Us Part CSS Start*/

  

  /* Contact Us Part CSS End */

/* Distributed Responsibilities End*/
/* Custom CSS End */

/* Our Values Start */
.our-values{
  padding-top: 120px;
  padding-bottom: 120px
}


.tech-index{
  padding-top: 0px;
  padding-bottom: 60px
}
.flex-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

.flex-container .tech-front{
    background-color: #0ab9f4;
    width:140px;
    margin: 0 auto 10px auto;
    padding: 25px 0;
    text-align: center;
    box-shadow: 6px 6px 6px rgba(0,0,0,0.3)
}

.flex-container .tech-back{
    background-color: #0ab9f4;
    width:120px;
    margin: 0 auto 10px auto;
    padding: 25px 0;
    text-align: center;
    box-shadow: 6px 6px 6px rgba(0,0,0,0.3)
}

.tech-back h3, .tech-front h3{
  color: #ffffff;
  font-size: 18px;
  padding-top:10px;
}

.android{
  padding:50px 0;
}

.ar-reachdev{
  padding:50px 0;
}
.flex-container .tech-android, .flex-container .tech-ios{
    background-color: #0ab9f4;
    width:45%;
    margin: 0 auto 10px auto;
    padding: 25px 0;
    text-align: center;
    box-shadow: 6px 6px 6px rgba(0,0,0,0.3)
}

.flex-container .tech-arvr{
    background-color: #0ab9f4;
    width:45%;
    margin: 0 auto 10px auto;
    padding: 25px 0;
    text-align: center;
    box-shadow: 6px 6px 6px rgba(0,0,0,0.3)
} 

.flex-container .tech-reach{
    background-color: #0ab9f4;
    width:24%;
    margin: 0 auto 10px auto;
    padding: 25px 0;
    text-align: center;
    box-shadow: 6px 6px 6px rgba(0,0,0,0.3)
}

.tech-reach h3, .tech-arvr h3, .tech-android, .tech-ios{
  color: #ffffff;
  font-size: 18px;
  padding-top:10px;
}

.flex-container .testing-stack{
    background-color: #0ab9f4;
    width:24%;
    margin: 0 auto 10px auto;
    padding: 25px 0;
    text-align: center;
    box-shadow: 6px 6px 6px rgba(0,0,0,0.3)
}

.flex-container .testing-stack h3{
  color: #ffffff;
  font-size: 18px;
  padding-top:10px;
}

.flex-container .testing-resource{
    background-color: #0ab9f4;
    width:30%;
    margin: 0 auto 10px auto;
    padding: 25px 15px;
    text-align: center;
    box-shadow: 6px 6px 6px rgba(0,0,0,0.3)
}

.testing-resource h3{
  color: #202d4e;
  padding:10px 0;
}

.testing-resource p{
  color: rgba(255,255,255,.8);
}
.testing-resource-services, .pick-out-your-niche{
  padding-top:100px;
}

.pick-out-your-niche{
  padding-bottom:100px;
}

.flex-container .pickout-niche{
    background-color: #0ab9f4;
    width:18%;
    margin: 0 auto 10px auto;
    padding: 25px 15px;
    text-align: center;
    box-shadow: 6px 6px 6px rgba(0,0,0,0.3)
}

.pickout-niche h3, .segmentation-inner h3, .segmentation-bottom h3, ..syntatics-platform h3{
  color: #ffffff;
  padding:10px 0;
}


/* Our Values End */

/*market-needs Starts*/
  .market-needs{
    background-color: #202d4e;
   width:45%;
   margin:15px;
   padding: 25px;
  }

.market-needs span{
  padding-left:0px;;
  color: rgba(255,255,255,0.8);
  font-size: 18px;
}


.segmentation-inner{
  background-color: #202d4e;
  width:23%;
  margin:10px;
  padding: 25px
}

.segmentation-inner p{
  color: rgba(255,255,255,.8);
}


.segmentation-bottom{
  background-color: #202d4e;
  width:18%;
  margin:10px;
  padding: 25px
}
.segmentation-bottom img{
  padding-bottom: 10px
}

.platform-capb{
  padding: 100px 0
}

.platform-capb>h3{
  font-size:35px;
  color:rgba(255,255,255,0.8);
  padding-bottom: 15px
}
.technical-capb{
  padding:25px 0 15px 0;
}
.syntatics-platform{
  background-color: #202d4e;
  width:14%;
  margin:10px;
  padding:10px 15px;
  text-align: center
}

.ecommerce-h3 h3{
  font-size: 18px 
}
.ecommerce-platform{
  height:150px;
}
.hr-line{
  border:1px solid rgba(255,255,255,.3)
}

.webapps-bg{
  background-color: #202d4e;
  padding:25px 0;
}

.top-features{
  padding:100px 0 30px 0;
  color:#f16522;
}

.webapps-inner{
  background-color: #202d4e;
  width:18%;
  margin:10px;
  padding:15px 10px;
}

.webapps-inner h3{
  padding-top:15px;
  color:#ffffff;
}

.webapps-count{
  width: 40px;
  height: 40px;
  border:1px solid #fff;
  border-radius: 50%;
  padding-top:7px;
  color:#fff;
  float:right;
}
.clearfix{clear:left;}

.fantastic-12{
  padding:40px 0 100px 0
}

.fantastic-inner-platform{
  width:23%;
  margin:10px;
  background-color: #202d4e;
  padding:15px 25px;
  color:#ffffff
}
.fantastic-inner-platform .webapps-count{
  padding-left:15px;
  font-weight: bold
}
.count-two{
  padding-left:10px !important
}

.caret-color{
  color:#fff !important
}
.dropdown-menu>li>a{
  color:rgba(255,255,255,.8) !important
}
.dropdown-menu{
  background-color: #202d4e
}

.dropdown-menu>li>a:hover{
  color:#333 !important
}


.btn-grd {
 /* background-image: linear-gradient(to right, #f16522 0%, #fff212 100%), linear-gradient(to right, #f16522 0%, #fff212 100%); */
  color: #80879a;
  border:2px solid #202d4e;
  background: transparent;
  font-weight: 700;
  border-radius: 5px
}
.btn-grd:hover{
  color: rgba(255,255,255,0.5)
}

.modal-content {
  background-color: #202d4e;
  color: rgba(255,255,255,0.8)
}
.modal-content h4{
  color: #f16522;
}
.modal-content img{
  padding-top:20px;
  width:100%
}

.fant-height{
  height: 200px !important
}
.fant-height h3{
  padding-top:15px
}