/* 
    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";

/*-----------------------------------------------------------------------------------*/
/*	DIVIDERS
/*-----------------------------------------------------------------------------------*/
.divide0 {
  width: 100%;
  height: 0px;
}

.divide2 {
  width: 100%;
  height: 2px;
}

.button-width-banner {
width: 200px;
}


.divide3 {
  width: 100%;
  height: 3px;
}

.divide5 {
  width: 100%;
  height: 5px;
}

.divide10 {
  width: 100%;
  height: 10px;
}

.divide15 {
  width: 100%;
  height: 15px;
}

.divide20 {
  width: 100%;
  height: 20px;
}

.divide25 {
  width: 100%;
  height: 25px;
}

.divide30 {
  width: 100%;
  height: 30px;
}

.divide35 {
  width: 100%;
  height: 35px;
}

.divide40 {
  width: 100%;
  height: 40px;
}

.divide45 {
  width: 100%;
  height: 40px;
}

.divide50 {
  width: 100%;
  height: 50px;
}

.divide55 {
  width: 100%;
  height: 55px;
}

.divide60 {
  width: 100%;
  height: 60px;
}

.divide65 {
  width: 100%;
  height: 65px;
}

.divide70 {
  width: 100%;
  height: 70px;
}

.divide75 {
  width: 100%;
  height: 75px;
}

.divide80 {
  width: 100%;
  height: 80px;
}

.divide85 {
  width: 100%;
  height: 85px;
}

/*margins*/
.margin10 {
  margin-bottom: 10px;
}

.margin20 {
  margin-bottom: 20px;
}

.margin30 {
  margin-bottom: 30px;
}

.margin40 {
  margin-bottom: 40px;
}

.no-padding {
  padding: 0px;
}

.no-padding.gray {
  background-color: #f5f5f5;
}

.no-padding-inner h3 {
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 40px;
}

.no-padding-inner {
  padding: 60px;
}

.welcome-text {
color: #FFF;
}

.sod-logo {
width: 350px;
  -webkit-filter: drop-shadow(2px 2px 2px #000);
  filter: drop-shadow(2px 2px 2px #000);
}

.welcome-text > h2 {
  text-shadow: 2px 2px #000;
}

.welcome-text > p {
  text-shadow: 2px 2px #000;
}

.shadow {
 text-shadow: 3px 3px #000;
}

#recruit {
background-color: #f7f7f7;
}

.rolle {
	padding: 5px;
}

.imp-modal {
padding-left: 40px;
padding-right: 40px;
padding-bottom: 40px;
}

.imp-header {
color: #5a9eff;
}


.header-v1.sticky > div > div > .navbar-brand > .light_brand {
display: none !important;
}

.header-v1.sticky > div > div > .navbar-brand > .dark_brand {
display: block !important;
}

.header-v1 > div > div > .navbar-brand > .light_brand {
display: block !important;
}

.header-v1 > div > div > .navbar-brand > .dark_brand {
display: none !important;
}


@media (max-width: 568px) {
  .no-padding-inner {
    padding: 15px;
  }
}
.margin-0 {
  margin: 0px !important;
}
/**colors**/
.red {
  color: #42a3ee;
}

.navbar-brand > img {
margin-top: -20;
margin-left: 12;
width : 180px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-filter: drop-shadow(2px 2px 2px #000);
  filter: drop-shadow(2px 2px 2px #000);
}


.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	color: #FFF;
}


.header-v1.sticky > div > div > .navbar-brand > img {
width : 150px !important;
margin-left: 30 !important;
  -webkit-filter: drop-shadow(0px 0px 0px #000);
  filter: drop-shadow(0px 0px 0px #000);
}

.header-v1.sticky > div > div > .navbar-brand > .black-logo {
display: block !important;
}

.header-v1.sticky > div > div > .navbar-brand > .white-logo {
display: none !important;
}

.header-v1 > div > div > .navbar-brand > .black-logo {
display: none !important;
}

.header-v1 > div > div > .navbar-brand > .white-logo {
display: block !important;
}




margin-left: 25 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.price-box {
min-height: 450px;
}

.green {
  color: #bce13b;
}

.blue {
  color: #42a3ee;
}

.yellow {
  color: #e6e837;
}

.gold {
  color: #e8c537;
}

body, html {
  height: 100%;
}

#map-canvas {
  width: 100%;
  height: 300px;
}

#contactForm .form-control {
  min-height: 45px;
  background-color: #fff;
}

.form-contact form label {
  font-size: 15px;
  font-weight: 400;
  color: #777;
}

.service-title {
color: #000000;
text-transform: uppercase;
}

.contact-info li a {
  color: #777;
}

.help-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.help-block ul li {
  color: red;
}

label span {
  color: red;
  margin-left: 5px;
}
.pnc-logo {
padding: 20px;
}
.partner-logo{
padding: 10px;
}

.required span {
  color: red;
}
textarea.form-control {
height: auto !important;
}

body {
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #4d4d4d;
  background-color: #fff;
  font-size: 14px;
  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: #5a9eff;
}
a:hover, a:focus {
  text-decoration: none;
  outline: 0 !important;
  color: #5a9eff;
}

.mail-input {
margin-bottom: 10px;
}

.login-btn {
  background-color: #5a9eff !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  border-radius: 5px !important;
}

.login-space {
background-color: #fff;
padding: 20px;
border:2px solid #fff;
box-shadow: 3px 3px 5px #333; 
-moz-box-shadow: 3px 3px 5px #333; 
-webkit-box-shadow: 3px 3px 5px #333; 
-khtml-box-shadow: 3px 3px 5px #333;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.padding-right {
padding-right: 15px;
}

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 #5a9eff;
  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 {
  font-weight: 900;
  font-size: 36px;
  margin-bottom: 15px;
  color: #000!important;
}
.center-title p {
  font-size: 15px;
  line-height: 30px;
}
.center-title i {
  color: #5a9eff;
  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: #5a9eff;
  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: #5a9eff;
}

.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: 10px 0;
  border: 0px;
  background-color: transparent;
  -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: 60px;
  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: 13px;
  letter-spacing: 0px;
  font-weight: 500;
  text-shadow: 2px 2px #000;
}

.header-v1 .navbar-nav > li > a:hover {
  color: #5a9eff;
}

.header-v1.sticky .navbar-nav > li > a {
  color: #4d4d4d;
  text-shadow: 0px 0px #000;
}

.header-v1 .navbar-nav > .active > a, .header-v1 .navbar-nav > .active > a:focus, .header-v1 .navbar-nav > .active > a:hover {
  color: #5a9eff !important;
  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: #5a9eff !important;
  background-color: transparent;

}

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

.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: -125px !important;
    top: 10px;
  }

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

  .navbar-right li.button-nav a {
    background-color: #5a9eff;
    color: #fff;
    padding: 8px 15px;
    margin-top: 12px;
    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-color: #333;
    color: #fff !important;
  }

  .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: #5a9eff;
  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: #5a9eff;
}

.header-v2 .navbar-nav > li > a {
  color: #4d4d4d;
  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: #5a9eff;
  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: #fff;
    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: #5a9eff;
  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: #5a9eff;
}
.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: #5a9eff;
}
.tabs-navigation li.active a span {
  color: #5a9eff;
  background-color: transparent;
}

.services-me li {
  padding: 10px 0;
  font-size: 16px;
}

.services-me li i {
  margin-right: 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 15px;
  background-color: #e5e5e5;
  color: #32c5d2;
}

/*services*/
.services-wrap {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #fff;
}

.services-box {
  clear: both;
}

.services-box-icon {
  background: transparent;
  width: 50px;
  height: 50px;
  display: inline-block;
  float: left;
  height: 35px;
  line-height: 35px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  top: 5px;
}

.services-box-icon i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #5a9eff;
  color: #fff;
  font-size: 17px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.services-box-info {
  padding-left: 65px;
}

.services-box-info h4 {
  font-weight: 700;
  font-size: 15px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 5px;
}

/*services 2*/
.service-box i {
  width: 85px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  color: #32c5d2;
  font-size: 30px;
  background-color: #f7f9fa;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 25px;
  -moz-transition: 0.7s ease-in-out;
  -o-transition: 0.7s ease-in-out;
  -webkit-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}

.service-box h3 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 600;
}

.service-box:hover i {
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
  color: #fff;
  background-color: #32c5d2;
}

/***services3***/
#services-bg-wrap {
  padding: 90px 0;
  background-color: #f7f9fa;
}

.service-3-meta h1 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 25px;
}

.white-bg {
  background-color: #fff !important;
  padding-top: 90px !important;
  padding-bottom: 50px !important;
}

.service-4-meta h3 {
  font-weight: 700;
  margin-bottom: 5px;
}

.blue-bg {
  background-color: #32c5d2;
  padding-top: 70px;
  padding-bottom: 40px;
}

.blue-bg .services-box i {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  font-size: 50px;
  margin-right: 25px;
}

.blue-bg .services-box .services-box-info {
  margin-left: 30px;
}

.blue-bg .services-box .services-box-info h4 {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 20px;
}

.blue-bg .services-box .services-box-info p {
  color: #eee;
}
/***special features***/
.special-feature .section-title hr {
  border-color: #151515;
}

.special-feature i {
  font-size: 65px;
  line-height: 75px;
  color: #5a9eff;
}

.special-feature h4 {
  font-size: 16px;
  margin-top: 25px;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}

.special-feature .mask-top {
  width: 100%;
  background-color: #323a45;
  padding: 55px 0;
  position: absolute;
  top: 0px;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.special-feature .mask-top h4:before {
  top: -18px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  right: 0;
  margin: -2px auto;
  position: absolute;
  width: 40px;
}

.special-feature .s-feature-box:hover .mask-top {
  top: -200px;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.special-feature .s-feature-box {
  overflow: hidden;
  position: relative;
  height: 280px;
  border: 1px solid #f2f2f2;
  background: #323a45;
  margin-bottom: 20px;
  cursor: pointer;
}

.special-feature .mask-bottom {
  color: #fff;
  padding: 20px 15px 20px 15px;
  width: 100%;
  position: absolute;
  bottom: -300px;
  height: 100%;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.special-feature .mask-bottom p {
  padding: 0px 5px;
  font-size: 14px;
}

.special-feature .mask-bottom h4 {
  margin: 15px 0px 17px;
}

.special-feature .s-feature-box:hover .mask-bottom {
  bottom: 0;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.special-feature .mask-bottom i {
  font-size: 38px;
  line-height: 50px;
}

/****services new*****/
.service-box-4 .service-ico {
  width: 30px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  font-size: 30px;
  line-height: 30px;
  margin-top: 3px;
  float: left;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.service-ico i {
  color: #32c5d2;
  font-size: 50px;
}

.service-box-4 .service-text {
  margin-left: 65px;
}

.service-text a {
  color: #32c5d2;
}

.service-text a i {
  margin-left: 5px;
  vertical-align: middle;
}

.service-text h4 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 5px;
}

.wide-img-showcase {
  overflow: hidden;
}

.footer {
  background-color: #323a45;
  padding-top: 60px;
}
.footer h2 {
  color: #fff;
  margin-bottom: 20px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
}
.footer p {
  color: #ced3d8;
  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: #ced3d8;
  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: #5a9eff;
}
.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: #5a9eff;
}
.footer .footer-bottom span {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
  font-size: 13px;
}

.banner-intro {
  background-color: transparent;
  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: #FFF;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 45px;
  line-height: 60px;
}

.login-error {
color: red;
}

.banner-intro p.lead {
  color: #FFF;
  font-size: 15px;
}
.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;
}

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

.feature-box {
  margin-bottom: 40px;
  text-align: center;
}
.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: 100px 0;
  margin-left: 40px;
}
.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: #5a9eff;
}

/**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-top: 80px;
}

.telephone-dog {
position: absolute;
left: -120px;
margin-top: -271px;
z-index: -1;
}

.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: #5a9eff;
  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;
  }
  
  
      .aside-feature-row {
  padding: 50px 0;
  margin-left: 0px !important;
}
  
  
    .navbar-brand > img {
margin-top: -15;
margin-left: 12;
width : 180px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-filter: drop-shadow(2px 2px 2px #000);
  filter: drop-shadow(2px 2px 2px #000);
}

.header-v1.sticky > div > div > .navbar-brand > img {
width : 150px !important;

margin-left: 25 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
}
@media (max-width: 767px) {
  .banner-intro h1 {
    font-size: 17px;
    line-height: 10px;
  }
  
  .navbar-brand > img {
margin-top: -15;
margin-left: 12;
width : 180px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-filter: drop-shadow(2px 2px 2px #000);
  filter: drop-shadow(2px 2px 2px #000);
}



  .header-v1 .navbar-nav > li > a {
  color: #4d4d4d !important;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0px;
  font-weight: 500;
  text-shadow: 0px 0px #000;
}


.list-inline > li {
padding-right: 0px !important;
padding-left: 0px !important;	
}


.header-v1.sticky > div > div > .navbar-brand > img {
width : 150px !important;

margin-left: 25 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

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