
body {
  font-family: "Barlow Condensed";
  font-size: 16px;
  line-height: 30px;
  color: #7f8284;
  font-weight: 500;
}

a {
  text-decoration: none;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

.mb-60 {
  margin-bottom: 60px;
}

hr.style-one {
  margin: 0;
  border-top: 2px solid #f3f3f3;
}
ul, li { margin:0; padding:0}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.base-color-bg {
  background-color: #b5810b;
}

.gray-bg {
  background-color: #f3f3f3;
}

.dark-bg {
  background-color: #1e2837;
}

.large-paragraph {
  font-size: 18px;
  line-height: 36px;
}

.light-text {
  color: #b7b7d3;
}

.sec-pad {
  padding: 120px 0;
}
.sec-pad-top {
  padding-top: 120px;
}
.sec-pad-bottom {
  padding-bottom: 120px;
}
.sec-pad-bottom-with-content-margin-30 {
  padding-bottom: 90px;
}
.sec-pad-bottom-with-content-margin-60 {
  padding-bottom: 60px;
}
.sec-pad-with-content-margin-30 {
  padding: 120px 0;
  padding-bottom: 90px;
}
.sec-pad-with-content-margin-60 {
  padding: 120px 0;
  padding-bottom: 60px;
}

.thm-btn {
  border: none;
  outline: none !important;
  cursor: pointer;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background: #b5810b;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  padding: 25.5px 59.5px;
  transition: all .4s ease;
}
.thm-btn:hover {
  background: #1e2837;
  color: #fff;
}
.thm-btn.white-hover:hover {
  background: #fff;
  color: #1e2837;
}
.thm-btn.style-two {
  padding: 12.5px 45.5px;
}

.sec-title {
  margin-bottom: 50px;
}
.sec-title span.tag-line {
  text-transform: uppercase;
  color: #7f8284;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  border-bottom: 2px solid #b5810b;
  letter-spacing: .2em;
}
.sec-title span.tag-line.light {
  color: #b1bec5;
}
.sec-title h2 {
  color: #1e2837;
  font-size: 60px;
  font-weight: 600;
  margin: 0;
}
.sec-title h2.light {
  color: #fff;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show > .btn-light.dropdown-toggle {
  background-color: transparent;
  outline: none;
}

.bootstrap-select .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
}
.bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid #eee;
}
.bootstrap-select .dropdown-menu > li:first-child > a {
  padding-top: 10px;
}
.bootstrap-select .dropdown-menu > li:last-child > a {
  padding-bottom: 10px;
}
.bootstrap-select .dropdown-menu > li.selected > a {
  background: #b5810b;
  color: #fff;
}
.bootstrap-select .dropdown-menu > li > a {
  font-size: 16px;
  font-weight: 500;
  padding: 9px 20px;
  color: #7f8284;
  transition: all .4s ease;
}
.bootstrap-select .dropdown-menu > li > a:hover {
  background: #b5810b;
  color: #fff;
  cursor: pointer;
}

.scroll-to-top {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #b5810b;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  text-align: center;
  transition: all .4s ease;
  display: none;
}
.scroll-to-top i {
  font-size: 18px;
  line-height: 50px;
  color: #fff;
}
.scroll-to-top:hover {
  background: #1e2837;
}


/************************** 
* 2. header styles 
***************************/
.header-navigation {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  padding: 0;
  position: relative;
  background-color: transparent;
}
.header-navigation .container {
  background: transparent;
  position: relative;
  display: block;
}
.header-navigation .container .logo-box {
  float: left;
  position: relative;
padding: 8px 0;
}

.header-navigation .container .logo-box img{
	width:100%;
}

.header-navigation .container .logo-box  a{
	display:block;
	position:relative;
}

.header-navigation .container .logo-box::before{
	content:"";
	position:absolute;
	display:none;
	width:110%;
	height:150%;
	top:-28%;
	left:-5%;
	margin:auto;
	right:0;
	background:#fff;
	z-index:0;
	transform:skewY(-10deg);
	box-shadow:0 0 10px 0 rgba(0,0,0,0.3);
}

.header-navigation .container .navbar-brand {
  height: auto;
  margin: 0;
}
.header-navigation .container .menu-toggler {
  display: none;
}
.header-navigation .container .right-side-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}
.header-navigation .main-navigation {
  float: right;

}
@media (min-width: 1200px) {
  .header-navigation .main-navigation {
    display: block !important;
  }
}

.header-navigation ul.navigation-box {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-navigation ul.navigation-box li a .sub-nav-toggler {
  display: none;
}
.header-navigation ul.navigation-box > li {
  position: relative;
  padding: 25px 0;
  display: inline-block;
  vertical-align: middle;
  /* Second Level Menu */
  /* Thrid Level Menu */
}
.header-navigation ul.navigation-box > li + li {
  margin-left: 70px;
}
@media (max-width: 1649px) {
  .header-navigation ul.navigation-box > li + li {
    margin-left: 40px;
  }
}
.header-navigation ul.navigation-box > li:first-child {
  padding-left: 0;
}
.header-navigation ul.navigation-box > li:last-child {
  padding-right: 0;
}
.header-navigation ul.navigation-box > li > a {
  font-weight: 600;
  font-size: 21px;
  /*color: #1e2837;*/
  color: #1e2837;
  text-transform: uppercase;
  padding: 0;
  transition: all .4s ease;
  position: relative;
}
.header-navigation ul.navigation-box > li.current > a, .header-navigation ul.navigation-box > li:hover > a {
  color: #fff;
}
.header-navigation ul.navigation-box > li > .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 220px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: #1e2837;
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0px;
  visibility: hidden;
  transition: opacity .4s ease, visibility .4s ease;
  box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  .header-navigation ul.navigation-box > li > .sub-menu {
    display: block !important;
  }
}
.header-navigation ul.navigation-box > li > .sub-menu.right-align {
  left: auto;
  right: 0;
}
.header-navigation ul.navigation-box > li > .sub-menu.center-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header-navigation ul.navigation-box > li > .sub-menu > li {
  display: block;
  position: relative;
  transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > .sub-menu > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.header-navigation ul.navigation-box > li > .sub-menu > li > a {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  padding: 12px 30px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > .sub-menu > li:hover > a {
  color: #1e2837;
  background: #fff;
}
.header-navigation ul.navigation-box > li:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.header-navigation ul.navigation-box > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-navigation ul.navigation-box > li > ul > li {
  /* no more nested showen */
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu {
  position: absolute;
  top: 0%;
  left: 100%;
  z-index: 1000;
  float: left;
  min-width: 220px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: #1e2837;
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0px;
  visibility: hidden;
  transition: opacity .4s ease, visibility .4s ease;
  box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  .header-navigation ul.navigation-box > li > ul > li > .sub-menu {
    display: block !important;
  }
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu.right-align {
  left: auto;
  right: 100%;
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu.center-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li {
  display: block;
  position: relative;
  transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li > a {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  padding: 12px 30px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li:hover > a {
  color: #1e2837;
  background: #fff;
}
.header-navigation ul.navigation-box > li > ul > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-navigation ul.navigation-box > li > ul > li ul {
  display: none;
}

.header-navigation.stricky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 991;
  background: #1e2837;
  border-bottom: 0;
}

.site-header.header-one .top-bar .container-fluid {
  padding: 0;
}
.site-header.header-one .top-bar .left-content a.logo-box {
  background: #1e2837;
  text-align: center;
  padding: 40px 86px;
  display: inline-block;
}
@media (max-width: 1489px) {
  .site-header.header-one .top-bar .left-content a.logo-box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1859px) {
  .site-header.header-one .top-bar .left-content {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 1489px) {
  .site-header.header-one .top-bar .left-content {
    width: auto;
    text-align: left;
  }
}
.site-header.header-one .top-bar .right-content {
  padding: 34px 0;
  padding-right: 60px;
}
@media (max-width: 1859px) {
  .site-header.header-one .top-bar .right-content {
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
}
@media (max-width: 1489px) {
  .site-header.header-one .top-bar .right-content {
    width: auto;
    text-align: left;
    padding-right: 50px;
  }
}
.site-header.header-one .top-bar .single-header-contact-info {
  padding: 12px 0;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1859px) {
  .site-header.header-one .top-bar .single-header-contact-info {
    text-align: left;
  }
}
.site-header.header-one .top-bar .single-header-contact-info + .single-header-contact-info {
  border-left: 2px solid #f3f3f3;
  padding-left: 50px;
  margin-left: 50px;
}
@media (max-width: 1489px) {
  .site-header.header-one .top-bar .single-header-contact-info + .single-header-contact-info {
    padding-left: 28px;
    margin-left: 28px;
  }
}
.site-header.header-one .top-bar .single-header-contact-info:last-child {
  padding-left: 0;
  border-left: 0;
}
@media (max-width: 1489px) {
  .site-header.header-one .top-bar .single-header-contact-info:last-child {
    display: none;
  }
}
.site-header.header-one .top-bar .single-header-contact-info .icon-block,
.site-header.header-one .top-bar .single-header-contact-info .text-block {
  display: table-cell;
  vertical-align: middle;
}
.site-header.header-one .top-bar .single-header-contact-info .icon-block i {
  font-size: 32px;
  color: #b5810b;
  display: block;
}
.site-header.header-one .top-bar .single-header-contact-info .text-block {
  padding-left: 20px;
}
.site-header.header-one .top-bar .single-header-contact-info .text-block h3,
.site-header.header-one .top-bar .single-header-contact-info .text-block p {
  margin: 0;
  line-height: 1em;
}
.site-header.header-one .top-bar .single-header-contact-info .text-block h3 {
  color: #1e2837;
  font-size: 20px;
}
.site-header.header-one .top-bar .single-header-contact-info .text-block p {
  color: #7f8284;
  font-size: 16px;
  margin-top: 5px;
}
.site-header.header-one .top-bar .social a {
  display: inline-block;
  vertical-align: middle;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #f3f3f3;
  color: #949494;
  line-height: 52px;
  font-size: 14px;
  text-align: center;
  transition: all .4s ease;
}
.site-header.header-one .top-bar .social a:hover {
  color: #fff;
  background: #1e2837;
}
.site-header.header-one .top-bar .social a + a {
  margin-left: 10px;
}
.site-header.header-one .header-navigation {
  position: relative;
}
.site-header.header-one .header-navigation .container {
  width: 100%;
  max-width: calc(100% - 362px);
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  background: #b5810b;
  padding-left: 50px;
  padding-right: 0px;
}
@media (max-width: 1489px) {
  .site-header.header-one .header-navigation .container {
    max-width: calc(100% - 250px);
  }
}
.site-header.header-one .header-navigation .container .right-side-box {
  right: 0;
  top: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.site-header.header-one .header-navigation .container .right-side-box .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}
.site-header.header-one .header-navigation .container .right-side-box .bootstrap-select > .dropdown-toggle {
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none !important;
  font-size: 16px;
  font-weight: 500;
  color: #1e2837;
  line-height: 27px;
  box-shadow: none !important;
}
.site-header.header-one .header-navigation .container .right-side-box .bootstrap-select > .dropdown-toggle .flag-icon {
  font-size: 27px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.site-header.header-one .header-navigation .container .right-side-box .bootstrap-select > .dropdown-toggle:after {
  vertical-align: 0.1em;
  margin-left: .0em;
}
.site-header.header-one .header-navigation .container .right-side-box .bootstrap-select .dropdown-menu > li > a {
  padding-top: 0;
  padding-bottom: 0;
}
.site-header.header-one .header-navigation .container .right-side-box .quote-btn {
  display: inline-block;
  vertical-align: middle;
  background: #1e2837;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  padding: 25.5px 122.5px;
  transition: all .4s ease;
  margin-left: 50px;
}
.site-header.header-one .header-navigation .container .right-side-box .quote-btn:hover {
  color: #b5810b;
  background: #fff;
}
@media (max-width: 1489px) {
  .site-header.header-one .header-navigation .container .right-side-box .quote-btn {
    margin-left: 30px;
    padding-left: 80px;
    padding-right: 90px;
  }
}
.site-header.header-one .header-navigation .main-navigation {
  float: left;
  text-align: left;
}
.site-header.header-one .stricky-menu {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  transition: all .4s ease;
}
.site-header.header-one .stricky-menu .container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.site-header.header-one .stricky-menu .container .right-side-box .quote-btn {
  padding-left: 45px;
  padding-right: 45px;
}
.site-header.header-one .stricky-menu.stricky-fixed {
  position: fixed;
  background: #b5810b;
  visibility: visible;
  opacity: 1;
}

.site-header.header-two {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 44, 66, 0.1);
  z-index: 99;
}
.site-header.header-two .top-bar .container {
  position: relative;
}
.site-header.header-two .top-bar .container:before {
  position: absolute;
  bottom: 0;
  left: 15px;
  content: '';
  width: 1000000px;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
}
.site-header.header-two .top-bar .single-header-contact-info {
  display: inline-block;
  vertical-align: middle;
  padding: 15px 0;
}
.site-header.header-two .top-bar .single-header-contact-info + .single-header-contact-info {
  padding-left: 50px;
  margin-left: 50px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.site-header.header-two .top-bar .single-header-contact-info .icon-block,
.site-header.header-two .top-bar .single-header-contact-info .text-block {
  display: table-cell;
  vertical-align: middle;
}
.site-header.header-two .top-bar .single-header-contact-info .icon-block i {
  display: block;
  font-size: 18px;
  color: #b5810b;
}
.site-header.header-two .top-bar .single-header-contact-info .text-block {
  padding-left: 10px;
}
.site-header.header-two .top-bar .single-header-contact-info .text-block p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.site-header.header-two .top-bar .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
  padding: 14.5px 0;
}
.site-header.header-two .top-bar .bootstrap-select > .dropdown-toggle {
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none !important;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 27px;
  box-shadow: none !important;
}
.site-header.header-two .top-bar .bootstrap-select > .dropdown-toggle .flag-icon {
  font-size: 27px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.site-header.header-two .top-bar .bootstrap-select > .dropdown-toggle:after {
  vertical-align: 0.1em;
  margin-left: .0em;
}
.site-header.header-two .top-bar .bootstrap-select .dropdown-menu > li > a {
  padding-top: 0;
  padding-bottom: 0;
}
.site-header.header-two .header-navigation ul.navigation-box > li {
  padding: 52px 0;
}
.site-header.header-two .header-navigation ul.navigation-box > li > a {
  color: #fff;
}
.site-header.header-two .header-navigation ul.navigation-box > li:hover > a, .site-header.header-two .header-navigation ul.navigation-box > li.current > a {
  color: #b5810b;
}
.site-header.header-two .header-navigation.stricky-fixed ul.navigation-box > li {
  padding: 25px 0;
}

.site-header.header-three .top-bar {
  position: relative;
  background:#000;
}
.site-header.header-three .top-bar:before, .site-header.header-three .top-bar:after {
  content: '';
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
}

.site-header.header-three .top-bar .container {
  position: relative;
  z-index: 10;
}

.site-header.header-three .top-bar .right-content p a {
  color: #b5810b; 
  letter-spacing:5px
}
.site-header.header-three .top-bar .single-header-contact-info {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 0;
}
.site-header.header-three .top-bar .single-header-contact-info + .single-header-contact-info {
  padding-left: 50px;
}
.site-header.header-three .top-bar .single-header-contact-info .icon-block,
.site-header.header-three .top-bar .single-header-contact-info .text-block {
  display: table-cell;
  vertical-align: middle;
}
.site-header.header-three .top-bar .single-header-contact-info .icon-block i {
  display: block;
  font-size: 18px;
  color: #fff;
  position:relative;
}

.site-header.header-three .top-bar .single-header-contact-info .icon-block i::after{
	position:absolute;
	content:"";
	display:block;
	width:30px;
	height:50px;
	background:#b5810b;
	top:-20px;
	left:-6px;
	z-index:-1;
	border-bottom-left-radius:30px;
	border-bottom-right-radius:30px;
}

.site-header.header-three .top-bar .single-header-contact-info .text-block {
  padding-left: 10px;
}
.site-header.header-three .top-bar .single-header-contact-info .text-block p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.site-header.header-three .top-bar .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
  padding: 0px 0;
  margin-right: 100px;
}
.site-header.header-three .top-bar .bootstrap-select > .dropdown-toggle {
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none !important;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 27px;
  box-shadow: none !important;
}
.site-header.header-three .top-bar .bootstrap-select > .dropdown-toggle .flag-icon {
  font-size: 27px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.site-header.header-three .top-bar .bootstrap-select > .dropdown-toggle:after {
  vertical-align: 0.1em;
  margin-left: .0em;
}
.site-header.header-three .top-bar .bootstrap-select .dropdown-menu > li > a {
  padding-top: 0;
  padding-bottom: 0;
}/*
.site-header.header-three .header-navigation {
  background: none;
  border-bottom:rgba(255,255,255,0.3) solid thin;
}*/


.site-header.header-three .header-navigation {
  background: #fff;
  border-bottom:none;
}
.site-header.header-three .header-navigation .main-navigation {
  float: right;
  text-align: center;
  margin-right:15px;
  
}
.site-header.header-three .header-navigation ul.navigation-box > li.current > a,
.site-header.header-three .header-navigation ul.navigation-box > li:hover > a {
  color: #b5810b;
}
.site-header.header-three .header-navigation ul.navigation-box > li {
  padding: 25px 0;
}
.site-header.header-three .header-navigation ul.navigation-box > li + li {
  margin-left: 80px;
}
.site-header.header-three .header-navigation .right-side-box .social a {
  display: inline-block;
  vertical-align: middle;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #f3f3f3;
  color: #949494;
  line-height: 52px;
  font-size: 14px;
  text-align: center;
  transition: all .4s ease;
}
.site-header.header-three .header-navigation .right-side-box .social a:hover {
  color: #fff;
  background: #1e2837;
}
.site-header.header-three .header-navigation .right-side-box .social a + a {
  margin-left: 10px;
}
.site-header.header-three .header-navigation.stricky-fixed ul.navigation-box > li {
  padding: 25px 0;
}

.site-header.header-four .top-bar {
  text-align: center;
  background: #1e2837;
}
.site-header.header-four .top-bar .left-content p {
  padding: 10.5px 0;
  margin: 0;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.site-header.header-four .top-bar .left-content p a {
  color: #b5810b;
}
.site-header.header-four .lower-bar .container {
  position: relative;
}
.site-header.header-four .lower-bar .container .logo-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 99;
}
.site-header.header-four .lower-bar .single-header-contact-info {
  display: inline-block;
  vertical-align: middle;
  padding: 36px 0;
}
.site-header.header-four .lower-bar .single-header-contact-info + .single-header-contact-info {
  margin-left: 60px;
}
.site-header.header-four .lower-bar .single-header-contact-info i {
  color: #b5810b;
  font-size: 32px;
  line-height: 1em;
  display: block;
}
.site-header.header-four .lower-bar .single-header-contact-info h3, .site-header.header-four .lower-bar .single-header-contact-info p {
  margin: 0;
}
.site-header.header-four .lower-bar .single-header-contact-info h3 {
  color: #1e2837;
  font-size: 20px;
  line-height: 1em;
  margin-top: 15px;
  margin-bottom: 5px;
}
.site-header.header-four .lower-bar .single-header-contact-info p {
  line-height: 1em;
  font-size: 16px;
  color: #7f8284;
}
.site-header.header-four .header-navigation {
  background: #b5810b;
}
.site-header.header-four .header-navigation .main-navigation {
  float: none;
  text-align: center;
}
.site-header.header-four .header-navigation ul.navigation-box > li {
  padding: 19.5px 0;
}
.site-header.header-four .header-navigation ul.navigation-box > li > a {
  letter-spacing: .2em;
  font-weight: 600;
}
.site-header.header-four .header-navigation ul.navigation-box > li + li {
  margin-left: 100px;
}

/************************** 
* 3. slider styles 
***************************/
#minimal-bootstrap-carousel {
  margin-top: 0px;
  position: relative;
}
#minimal-bootstrap-carousel .carousel-caption {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  text-align: right;
  text-shadow: none;
}
#minimal-bootstrap-carousel .carousel-caption .container {
  display: table;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#minimal-bootstrap-carousel .carousel-caption .container .box {
  display: table-cell;
  text-align: left;
}
#minimal-bootstrap-carousel .carousel-caption .container .box .content {
  display: block;
}
#minimal-bootstrap-carousel .carousel-caption .container .box.valign-top {
  vertical-align: top;
}
#minimal-bootstrap-carousel .carousel-caption .container .box.valign-bottom {
  vertical-align: bottom;
}
#minimal-bootstrap-carousel .carousel-caption .container .box.valign-middle {
  vertical-align: middle;
}
#minimal-bootstrap-carousel [class*=carousel-control-one] {
  background: none;
  width: 63px;
  height: 63px;
  font-size: 20px;
  line-height: 59px;
  color: #fff;
  border-radius: 50%;
  background-color: rgba(0, 44, 66, 0);
  visibility: visible !important;
  opacity: .2;
  transition: all 0.5s ease;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 8;
  border: 2px solid #fff;
}
#minimal-bootstrap-carousel [class*=carousel-control-one]:hover {
  opacity: 1;
}
@media (max-width: 575px) {
  #minimal-bootstrap-carousel [class*=carousel-control-one] {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
#minimal-bootstrap-carousel [class*=carousel-control-one-next] {
  right: 3%;
}
#minimal-bootstrap-carousel [class*=carousel-control-one-prev] {
  left: 3%;
}
#minimal-bootstrap-carousel .carousel-indicators {
  bottom: 50px;
}
#minimal-bootstrap-carousel .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  opacity: .5;
  border: 0;
}
#minimal-bootstrap-carousel .carousel-indicators li.active {
  opacity: 1;
}

@media (max-width: 1199px) {
  #minimal-bootstrap-carousel .carousel-caption .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  #minimal-bootstrap-carousel .carousel-caption .container {
    max-width: 720px;
  }
}
/* fixing slider height */
#minimal-bootstrap-carousel.slider-home-one .carousel-inner .carousel-item {
  min-height: 829px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #1e2837;
}

#minimal-bootstrap-carousel.slider-home-two .carousel-inner .carousel-item {
  min-height: 975px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #1e2837;
}

#minimal-bootstrap-carousel.slider-home-three .carousel-inner .carousel-item {
  min-height: none !important;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #1e2837;
}

#minimal-bootstrap-carousel.slider-home-four .carousel-inner .carousel-item {
  min-height: 777px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #1e2837;
}

.slider-content-style-one span.tag-line {
  display: inline-block;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  border-bottom: 2px solid #b5810b;
  letter-spacing: .2em;
  padding-bottom: 5px;
}
.slider-content-style-one h3 {
  margin: 0;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  font-size: 120px;
  line-height: 100px;
  color: #fff;
  font-weight: 700;
  margin-top: 20px;
}
.slider-content-style-one .thm-btn {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  margin-top: 50px;
}

.slider-content-style-two .carousel-indicators {
  -webkit-box-pack: left;
          justify-content: left;
  max-width: 1170px;
  margin: auto;
  width: 100%;
}
.slider-content-style-two .content {
  padding-bottom: 165px;
}
.slider-content-style-two .main-content {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  position: relative;
  padding-left: 40px;
  margin-bottom: 40px;
}
.slider-content-style-two .main-content:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  width: 4px;
  height: calc(100% - 23px);
  background: #b5810b;
}
.slider-content-style-two h3 {
  margin: 0;
  font-size: 80px;
  line-height: 80px;
  font-weight: 700;
  margin-bottom: 23px;
}
.slider-content-style-two h3 span {
  color: #b5810b;
}
.slider-content-style-two p {
  margin: 0;
  font-size: 20px;
  line-height: 34px;
}
.slider-content-style-two .thm-btn {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.slider-content-style-three .bubbled-text-block {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
  position: relative;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #b5810b;
  text-align: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.slider-content-style-three .bubbled-text-block .inner-box {
  display: block;
  width: 100%;
}
.slider-content-style-three .bubbled-text-block:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #b5810b;
  position: absolute;
  right: 25px;
  bottom: 0;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.slider-content-style-three .bubbled-text-block i {
  font-size: 60px;
  color: #1e2837;
  display: block;
}
.slider-content-style-three .bubbled-text-block h3 {
  margin: 0;
  color: #1e2837;
  font-weight: 600;
  font-size: 20px;
  margin-top: 7px;
}
.slider-content-style-three h3 {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 110px;
  line-height: 1em;
  font-weight: 800;
  margin-top: 30px;
  margin-bottom: 20px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.slider-content-style-three p {
  margin: 0;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 60px;
  color: rgba(255, 255, 255, 0.7);
}
.slider-content-style-three .thm-btn {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.slider-content-style-four h3 {
  margin: 0;
  font-size: 110px;
  color: #fff;
  line-height: 100px;
  font-weight: 700;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}
.slider-content-style-four .thm-btn {
  margin-top: 55px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

/************************** 
* 4. about styles 
***************************/
.about-style-one p {
  margin: 0;
  margin-top: 30px;
}
.about-style-one p.highlighted {
  font-size: 30px;
  line-height: 36px;
  color: #b5810b;
  margin-top: 30px;
}
.about-style-one .phone-block {
  background: #1e2837;
  margin-top: 50px;
}
.about-style-one .phone-block .icon-block,
.about-style-one .phone-block .text-block {
  display: table-cell;
  vertical-align: middle;
}
.about-style-one .phone-block .icon-block {
  width: 162px;
  background: #001d2b;
  text-align: center;
  padding: 54px 0;
}
.about-style-one .phone-block .icon-block i {
  font-size: 54px;
  display: block;
  color: #b5810b;
}
.about-style-one .phone-block .text-block {
  padding-left: 60px;
}
.about-style-one .phone-block .text-block h3,
.about-style-one .phone-block .text-block p {
  margin: 0;
}
.about-style-one .phone-block .text-block p {
  font-size: 20px;
  font-weight: 600;
  color: #b1bec5;
}
.about-style-one .phone-block .text-block h3 {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
}
.about-style-one .image-block-wrapper {
  position: relative;
  display: inline-block;
}
.about-style-one .image-block-wrapper .bubbled-text-block {
  position: absolute;
  top: 45px;
  left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #b5810b;
  text-align: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.about-style-one .image-block-wrapper .bubbled-text-block .inner-box {
  display: block;
  width: 100%;
}
.about-style-one .image-block-wrapper .bubbled-text-block:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #b5810b;
  position: absolute;
  right: 25px;
  bottom: 0;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.about-style-one .image-block-wrapper .bubbled-text-block i {
  font-size: 60px;
  color: #fff;
  display: block;
}
.about-style-one .image-block-wrapper .bubbled-text-block h3 {
  margin: 0;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  margin-top: 7px;
}
.about-style-one .image-block-wrapper .image-block-two {
  position: absolute;
  left: 120px;
  bottom: -120px;
}
.about-style-one .image-block-wrapper .image-block-one:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 20px solid #b5810b;
}
.about-style-one .image-block-wrapper .image-block-two:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 20px solid #fff;
}



.about-style-six img {
  width: 100%;
  display: block;
}
.about-style-six img + img {
  margin-top: 20px;
}
.about-style-six p {
  margin: 40px 0;
}
.about-style-six .content-block {
  padding-left: 70px;
}
@media (max-width: 991px) {
  .about-style-six .content-block {
    padding-left: 0;
    padding-top: 50px;
  }
}
@media (max-width: 1199px) {
  .about-style-six .sec-title h2 {
    font-size: 40px;
  }
}

/************************** 
* 7. footer styles 
***************************/


.site-footer {
  background: #1e2837 url(../images/footer-bg-1-1.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}
.site-footer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1e2837;
  opacity: .9;
}
.site-footer .container {
  position: relative;
}
.site-footer .main-footer {
  padding: 100px 0;
}
.site-footer .footer-widget.links-widget {
  padding-left: 65px;
}
.site-footer .footer-widget.service-links-widget {
  padding-left: 70px;
}

.footer-widget .widget-title {
  margin-bottom: 16px;
}
.footer-widget .widget-title h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.footer-widget p {
  font-size: 16px;
  line-height: 30px;
  color: #b1bec5;
  font-weight: 500;
  margin: 0;
}
.footer-widget .link-lists {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-widget .link-lists li + li {
  margin-top: 10px;
}
.footer-widget .link-lists li a {
  font-size: 16px;
  color: #b1bec5;
  transition: all .4s ease;
  display: block;
}
.footer-widget .link-lists li a:hover {
  color: #b5810b;
  -webkit-transform: translatex(5px);
          transform: translatex(5px);
}
.footer-widget .link-wrapper {
  margin-left: -27.5px;
  margin-right: -27.5px;
}
.footer-widget .link-wrapper .link-lists {
  float: left;
  padding-left: 27.5px;
  padding-right: 27.5px;
}
.footer-widget .find-us-link {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: 500;
  color: #fff;
  transition: all .4s ease;
}
.footer-widget .find-us-link i {
  color: #b5810b;
  margin-right: 10px;
  transition: all .4s ease;
}
.footer-widget .find-us-link:hover {
  color: #b5810b;
}
.footer-widget .find-us-link:hover i {
  color: #fff;
}
.footer-widget ul.contact-infos {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-widget ul.contact-infos li {
  position: relative;
  padding-left: 40px;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}
.footer-widget ul.contact-infos li + li {
  margin-top: 30px;
}
.footer-widget ul.contact-infos li i {
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  font-size: 21px;
  color: #b5810b;
}
.footer-widget.about-widget p {
  margin-bottom: 10px;
}
.footer-widget.about-widget img {
  margin-bottom: 10px;
  display: block;
}

.bottom-footer p {
  margin: 0;
  padding: 11px 0;
  color: #b1bec5;
  font-size: 18px;
}
.bottom-footer .social a {
  display: inline-block;
  vertical-align: middle;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #fff;
  color: #949494;
  line-height: 52px;
  font-size: 14px;
  text-align: center;
  transition: all .4s ease;
}
.bottom-footer .social a:hover {
  color: #1e2837;
  background: #b5810b;
}
.bottom-footer .social a + a {
  margin-left: 10px;
}
.bottom-footer .container-inner {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 40px;
  padding-bottom: 40px;
}

/************************** 
* 8. contact styles 
***************************/
#home-one-map {
  width: 100%;
  height: 558px;
}

.contact-form-wrapper .sec-title {
  margin-bottom: 40px;
}
.contact-form-wrapper .single-contact-infos + .single-contact-infos {
  margin-top: 60px;
}
.contact-form-wrapper .single-contact-infos h3, .contact-form-wrapper .single-contact-infos p {
  margin: 0;
}
.contact-form-wrapper .single-contact-infos h3 {
  color: #7f8284;
  font-weight: 500;
  font-size: 20px;
}
.contact-form-wrapper .single-contact-infos p {
  font-size: 40px;
  color: #b5810b;
  font-weight: 500;
  margin-top: 10px;
}
.contact-form-wrapper .contact-form {
  padding-left: 70px;
}
.contact-form-wrapper .contact-form input, .contact-form-wrapper .contact-form textarea {
  border: none;
  outline: none;
  background-color: transparent;
  width: 100%;
  height: 70px;
  background: #f3f3f3;
  margin-bottom: 20px;
  display: block;
  padding-left: 40px;
}
.contact-form-wrapper .contact-form input.error, .contact-form-wrapper .contact-form textarea.error {
  background: red;
  color: #fff;
}
.contact-form-wrapper .contact-form input.error::-webkit-input-placeholder, .contact-form-wrapper .contact-form textarea.error::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.contact-form-wrapper .contact-form input.error::-moz-placeholder, .contact-form-wrapper .contact-form textarea.error::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.contact-form-wrapper .contact-form input.error:-ms-input-placeholder, .contact-form-wrapper .contact-form textarea.error:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.contact-form-wrapper .contact-form input.error:-moz-placeholder, .contact-form-wrapper .contact-form textarea.error:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.contact-form-wrapper .contact-form textarea {
  padding-top: 20px;
  height: 175px;
}
.contact-form-wrapper .contact-form label.error {
  display: none !important;
}

/************************** 
* 12. trusted clients styles 
***************************/
.trusted-clients .image-block-wrapper {
  position: relative;
  display: block;
}
.trusted-clients .image-block-wrapper img {
  width: 100%;
}
.trusted-clients .image-block-wrapper .bubbled-text-block {
  position: absolute;
  top: 45px;
  left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
@media (max-width: 1440px) {
  .trusted-clients .image-block-wrapper .bubbled-text-block {
    -webkit-transform: translateX(-35%);
            transform: translateX(-35%);
  }
}
.trusted-clients .image-block-wrapper .bubbled-text-block .inner-box {
  display: block;
  width: 100%;
}
.trusted-clients .image-block-wrapper .bubbled-text-block:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  right: 25px;
  bottom: 0;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.trusted-clients .image-block-wrapper .bubbled-text-block span {
  color: #7f8284;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .2em;
  line-height: 1em;
}
.trusted-clients .image-block-wrapper .bubbled-text-block h3 {
  margin: 0;
  color: #1e2837;
  font-weight: 600;
  font-size: 40px;
  line-height: 1em;
}
.trusted-clients .trusted-clients-icon-text-block {
  padding: 128px 0;
}
@media (max-width: 1440px) {
  .trusted-clients .trusted-clients-icon-text-block {
    padding: 171px 0;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.trusted-clients .trusted-clients-icon-text-block .icon-block, .trusted-clients .trusted-clients-icon-text-block .text-block {
  display: table-cell;
  vertical-align: top;
}
.trusted-clients .trusted-clients-icon-text-block .icon-block i {
  font-size: 120px;
  color: #1e2837;
  display: block;
  line-height: 1em;
  position: relative;
  top: 20px;
}
.trusted-clients .trusted-clients-icon-text-block h3 {
  margin: 0;
  font-size: 60px;
  color: #1e2837;
  font-weight: 700;
}
@media (max-width: 1440px) {
  .trusted-clients .trusted-clients-icon-text-block h3 {
    font-size: 50px;
  }
  .trusted-clients .trusted-clients-icon-text-block h3 br {
    display: none;
  }
}
.trusted-clients .trusted-clients-icon-text-block .text-block {
  padding-left: 50px;
}
.trusted-clients .trusted-client-content-block h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 40px;
}

.trusted-clients-two-upper-image-block {
  margin-top: -120px;
  position:relative;
  z-index:1;
}
.trusted-clients-two-upper-image-block .trusted-client-main-image {
  float: right;
  position: relative;
  z-index: 99;
}
.trusted-clients-two-upper-image-block .container {
  position: relative;
}
.trusted-clients-two { position:relative}
.trusted-clients-two:before {
 content: '';
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.6);
  position: absolute;
  top: 0;
  left: 0;
}
.trusted-clients-two .tructed-client-text-image-box {
  padding: 120px 0;
  margin-right: 40px;
}
.trusted-clients-two .tructed-client-text-image-box .image-block, .trusted-clients-two .tructed-client-text-image-box .text-block {
  float: left;
}
.trusted-clients-two .tructed-client-text-image-box .image-block {
  width: 210px;
  float: right;
}
.trusted-clients-two .tructed-client-text-image-box .image-block > img {
  width: 100%;
}
.trusted-clients-two .tructed-client-text-image-box .text-block {
  background: #b5810b;
  width: calc(100% - 210px);
  padding: 51px 0;
  padding-left: 60px;
  padding-right: 60px;
	
}
.trusted-clients-two .tructed-client-text-image-box .text-block h3 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}
.trusted-clients-two .trusted-client-content-block {
  margin-left: 50px;
  position: relative;
  padding: 50px;
  padding-top: 90px;
  padding-bottom: 50px;
  padding-right: 100px;
  margin-top: -120px;
  z-index: 1;
  box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.75);
}
.trusted-clients-two .trusted-client-content-block:before {
  content: '';
  height: 100%;
  width: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.trusted-clients-two .trusted-client-content-block .inner-content {
  position: relative;
}
.trusted-clients-two .trusted-client-content-block .inner-content h3 {
  font-size: 60px;
  font-weight: 600;
  color: #1e2837;
  margin: 0;
}
.trusted-clients-two .trusted-client-content-block .inner-content p {
  margin: 42px 0;
}



/************************** 
* 20. inner banner styles 
***************************/
.inner-banner {
  background: #1e2837 url(../images/background-1-3.jpg) center top no-repeat;
  background-size: cover;
  position: relative;
  padding: 0px 0;
  padding-top: 180px;
  padding-bottom: 85px;
}
.inner-banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #001d2b;
  opacity: .5;
}
.inner-banner .container {
  position: relative;
}
.inner-banner .container h1, .inner-banner .container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.inner-banner .container h1 {
  font-size: 80px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.inner-banner .container .breadcrumb {
  background-color: transparent;
  border-radius: 0;
  text-align: center;
  display: inline-block;
  border-bottom: 2px solid #b5810b;
}
.inner-banner .container .breadcrumb li {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .2em;
}
.inner-banner .container .breadcrumb li + li:before {
  content: '-';
  display: inline-block;
  vertical-align: middle;
  margin-left: 9px;
  margin-right: 9px;
}
.inner-banner .container .breadcrumb li a {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}


.text-block a{
	color: #1e2837;
}

.left-content p span{
	color: #b5810b;
}

.phone-block i::before{
	color: #fff;
}

.no-pdng-top{
		padding-top:0;
}

.no-pdng-bottom{
		padding-bottom:0;
}

.pb-50{
	padding-bottom:50px;
}

.contact-infos a{
	color:#fff;
}

header{
	position:absolute;
	width:100%;
	left:0;
	z-index:10;
}

.top-right-bar{
	float:right;
}

.top-bar{
	margin-top:3px;
}

.top-bar .left-content{
	margin-right:15px;
	padding-right:15px;
	position:relative;
}
/*
.top-bar .left-content::before{
	position:absolute;
	display:block;
	content:"";
	background:#1e2837;
	left:0;
	top:-5px;
	width:1024px;
	height:120%;
	z-index:-1;
}*/

.mt-10{
	margin-top:10px;
}

.mrgn-tp-50{
	margin-top:50px;
}

.stricky-fixed .top-bar{
	display:none;
}

.header-navigation.stricky-fixed .container .logo-box{
	width:200px;
}

.site-header.header-three .stricky-fixed.header-navigation {
	background:#fff;
	box-shadow:0 0 10px 0 rgba(0,0,0,0.5);
	z-index:20;
}


.products-page .item{
	display:inline-block;
	width:33%;
	margin-bottom:50px;
	padding:0 10px;
}

.list-detail-box h4 { 
background:#b5810b; 
color:#fff;
padding:5px 10px;
}

.list-style-1{
	margin:0;
	padding:0;
}

.list-style-1 li{
	margin-left:0;
	padding-left:0;
	list-style:inside;
}

.country-block{
	margin-top:30px;
}

.country-col {
		float:left;
		width:100%;
		margin-bottom:30px;
		padding:0 10px;
		box-sizing:border-box;
}

.country-col .cntry-flag, .country-col h3{
	display:inline-block;
	vertical-align:middle;
	float:none;
}

.country-col .cntry-flag img{
	width:100%;
}

.country-col .cntry-flag{
	width:70px;
	margin-right:15px;
	box-shadow:0 0 20px 0 rgba(0,0,0,0.5);
}

.country-col h3{
	color:#fff;
	max-width:70%;
	margin:0;
	
}

.country-col:last-child {
		margin-bottom:0;
}



p{
	color:#1e2837;
	font-size:18px;
}
.slider { margin-top:125px}
.validation { color:#FF0000; font-size:12px; margin-top:-20px} 