@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:300,300i,400,400i,600,600i,700,700i,900);
@import url(font-awesome.css);
@import url(flaticon.css);
@import url(animate.css);
@import url(owl.css);
@import url(jquery.fancybox.css);
@import url(jquery-ui.min.css);
@import url(hover.css);
* {
  margin: 0;
  padding: 0;
  border: none;
  outline: 0;
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #424242;
  line-height: 1.8em;
  font-weight: 400;
  background: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #1c2125;
}
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  margin: 0;
  background: 0 0;
  line-height: 1.6em;
}
button,
input,
select,
textarea {
  font-family: "Open Sans", sans-serif;
}
p {
  position: relative;
  line-height: 1.9em;
  text-align: justify;
}
.strike-through {
  text-decoration: line-through;
}
.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
.small-container {
  max-width: 680px;
  margin: 0 auto;
}
.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.theme-btn {
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-family: "Open Sans", sans-serif;
}
.centered {
  text-align: center;
}
.anim-3,
.anim-3-all * {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.anim-5,
.anim-5-all * {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.anim-7,
.anim-7-all * {
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
}
.btn-style-one {
  position: relative;
  padding: 8px 25px 9px;
  line-height: 26px;
  text-transform: capitalize;
  background: #07203e;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  border: 2px solid #07203e !important;
  border-radius: 1px;
  font-family: "Titillium Web", sans-serif;
}
.btn-style-one:hover {
  border-color: #b57309 !important;
  background: #b57309;
}
.btn-style-two {
  position: relative;
  padding: 8px 25px 9px;
  line-height: 26px;
  text-transform: capitalize;
  background: #b57309;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  border: 2px solid #b57309 !important;
  border-radius: 1px;
  font-family: "Titillium Web", sans-serif;
}
.btn-style-two:hover {
  color: #a0901a !important;
  border-color: #a0901a !important;
  background: 0 0;
}
.btn-style-three {
  position: relative;
  padding: 8px 25px 9px;
  line-height: 26px;
  text-transform: capitalize;
  background: 0 0;
  color: #1c2125 !important;
  font-size: 16px;
  font-weight: 600;
  border: 2px solid #e0e0e0 !important;
  border-radius: 1px;
  font-family: "Titillium Web", sans-serif;
}
.btn-style-three:hover {
  color: #a0901a !important;
  border-color: #a0901a !important;
}
.theme-btn .fa {
  position: relative;
  top: 2px;
  padding-left: 7px;
}
.theme_color {
  color: #b57309;
}
.light-font {
  font-weight: 300;
}
.regular-font {
  font-weight: 400;
}
.semibold-font {
  font-weight: 600;
}
.bold-font {
  font-weight: 700;
}
.sec-pdd-110 {
  padding: 110px 0;
}
.sec-pdd-120 {
  padding: 50px 0;
}
.sec-pdd-110-120 {
  padding: 60px 0 60px;
}
.sec-pdd-120-100 {
  padding: 50px 0 50px;
}
.sec-pdd-top-120 {
  padding-top: 120px;
}
.sec-pdd-bot-120 {
  padding-bottom: 120px;
}
.item-margin-bot-10 {
  margin-bottom: 10px;
}
.item-margin-bot-20 {
  margin-bottom: 20px;
}
.item-margin-bot-30 {
  margin-bottom: 30px;
}
.item-margin-bot-40 {
  margin-bottom: 40px;
}
.item-margin-bot-50 {
  margin-bottom: 50px;
}
.item-margin-bot-60 {
  margin-bottom: 60px;
}
.item-margin-bot-62 {
  margin-bottom: 62px;
}
.item-margin-top-30 {
  margin-top: 30px;
}
.item-margin-top-150 {
  margin-top: 150px;
}
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/icons/preloader.gif);
}
.scroll-to-top {
  position: fixed;
  bottom: 5px;
  right: 15px;
  color: #b57309;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 50px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  display: none;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.scroll-to-top:hover {
  color: #b57309;
}
.main-header {
  position: relative;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.main-header .header-top {
  position: relative;
  background: #f6f6f6;
  font-family: "Titillium Web", sans-serif;
}
.main-header .header-top a {
  color: #07203e;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 700;
}
.main-header .links-nav li {
  position: relative;
  float: left;
  margin-right: 15px;
}
.main-header .top-right .links-nav li {
  margin-right: 0;
  margin-left: 30px;
}
.main-header .top-right .links-nav li:before {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  margin-top: -8px;
  height: 16px;
  border-right: 1px solid #777;
}
.main-header .top-right .links-nav li:first-child:before {
  display: none;
}
.main-header .links-nav li a {
  position: relative;
  line-height: 26px;
  font-size: 14px;
  text-transform: capitalize;
}
.sticky-header {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0 0;
  background: #fff;
  z-index: 0;
  border-bottom: 1px solid #ccc;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.sticky-header .logo {
  padding: 5px 0 2px;
}
.fixed-header .sticky-header {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -op-animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.main-header .header-upper {
  position: relative;
  padding: 10px 0 15px;
  background: #fff;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  z-index: 5;
}
.main-header .header-upper .logo img {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.main-header .logo-outer {
  position: relative;
  z-index: 25;
}
.main-header .logo-outer .logo img {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.main-header .header-upper .upper-right {
  position: relative;
  padding: 0 0;
  margin-top: 9px;
}
.main-header .header-upper .info-box:last-child {
  margin-right: 0;
}
.main-header .header-upper .info-box:after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  border-right: 1px dashed #e0e0e0;
}
.main-header .info-box {
  position: relative;
  float: left;
  min-height: 50px;
  margin: 0 15px;
  padding: 7px 0 7px 45px;
}
.main-header .header-upper .info-box:last-child {
  padding-left: 0 !important;
}
.main-header .header-upper .info-box:last-child:after {
  display: none;
}
.main-header .header-upper {
  position: relative;
  padding: 10px 0 15px;
  background: #fff;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  z-index: 5;
}
.main-header .info-box .icon-box {
  position: absolute;
  left: 0;
  top: 8px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  color: #07203e;
  font-size: 18px;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.main-header .info-box:hover .icon-box {
  border-color: #a0901a;
}
.main-header .info-box li {
  position: relative;
  line-height: 35px;
  margin: 0 0;
  font-size: 14px;
  color: #9b9b9b;
}
.main-header .info-box li a {
  color: #07203e;
}
.main-header .info-box strong {
  font-weight: 700;
  color: #555;
  font-size: 15px;
}
.main-header .header-lower {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  background: 0 0;
  z-index: 5;
  font-family: "Titillium Web", sans-serif;
}
.main-header .header-lower .bg-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: 0 0;
  background: #07203e;
}
.main-header .header-lower .bg-layer:before {
  content: "";
  position: absolute;
  right: 50%;
  top: 0;
  width: 50%;
  height: 100%;
  background: #07203e;
}
.main-header .header-main-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.15);
  z-index: 5;
  font-family: "Titillium Web", sans-serif;
}
.main-header.fixed-header .header-main-box {
  background: #07203e;
}
.main-header .nav-outer {
  position: relative;
  padding-right: 230px;
  background: #07203e;
}
.main-header .header-main-box .nav-outer {
  padding-right: 50px;
  background: 0 0;
}
.header-main-box .nav-outer .search-box-btn {
  position: absolute;
  right: 0;
  font-size: 14px;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  line-height: 30px;
  color: #fff;
  cursor: pointer;
}
.header-main-box .nav-outer .search-box-btn:hover {
  color: #b57309;
}
.main-menu {
  position: relative;
}
.main-menu .navbar-collapse {
  padding: 0;
}
.main-menu .navigation {
  position: relative;
  margin: 0;
  font-family: "Titillium Web", sans-serif;
}
.main-menu .navigation > li {
  position: relative;
  float: left;
  padding: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.header-main-box .main-menu .navigation > li {
  border: none;
}
.sticky-header .main-menu .navigation > li {
  margin: 0;
}
.main-menu .navigation > li > a {
  position: relative;
  display: block;
  padding: 12px 20px;
  font-size: 17px;
  color: #fff;
  line-height: 30px;
  border-top: none;
  font-weight: 600;
  text-transform: capitalize;
  opacity: 1;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.header-main-box .main-menu .navigation > li > a {
  padding: 25px 20px;
}
.sticky-header .main-menu .navigation > li > a {
  color: #181818;
  padding: 15px 15px;
}
.main-menu .navigation > li.current-menu-item > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a {
  background: #113c71;
  opacity: 1;
}
.sticky-header .main-menu .navigation > li.current-menu-item > a,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li:hover > a {
  background: ##07203e;
  color: #fff;
  opacity: 1;
}
.main-menu .navigation > li:hover > a:after {
  opacity: 1;
}
.main-menu .navigation > li > ul {
  position: absolute;
  left: 0;
  top: 130%;
  width: 220px;
  padding: 0;
  z-index: 100;
  display: none;
  background: #07203e;
  border-top: 3px solid rgba(255, 255, 255, 0.8);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0;
}
.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 12px 15px;
  line-height: 22px;
  font-weight: 600;
  font-size: 17px;
  text-transform: capitalize;
  color: #fff;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.main-menu .navigation > li > ul > li:hover > a {
  background: #113c71;
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  right: 10px;
  top: 12px;
  width: 10px;
  height: 20px;
  display: block;
  color: #fff;
  line-height: 20px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  z-index: 5;
}
.main-menu .navigation > li > ul > li.dropdown:hover > a:after {
  color: #fff;
}
.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 110%;
  top: 0;
  width: 220px;
  padding: 0;
  z-index: 100;
  display: none;
  background: #3d3e3e;
}
.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 12px 15px;
  line-height: 22px;
  font-weight: 600;
  font-size: 14px;
  text-transform: capitalize;
  color: #fff;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover {
  background: #b57309;
}
.main-menu .navigation > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.main-menu .navigation li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  left: 100%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 6px;
  width: 34px;
  height: 30px;
  border: 1px solid #fff;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  display: none;
}
.main-header .btn-outer {
  position: absolute;
  right: 0;
  top: 0;
  width: 230px;
  height: 100%;
  overflow: hidden;
}
.main-header .btn-outer .quote-btn {
  position: relative;
  display: block;
  line-height: 26px;
  text-align: center;
  padding: 15px 0 15px 30px;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  z-index: 1;
}
.header-main-box .btn-outer .quote-btn {
  padding: 27px 0 18px 30px;
}
.main-header .btn-outer:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  width: 120%;
  height: 100%;
  background: #b50909;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  -o-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.main-header .btn-outer:hover:before {
  background: #b57309;
}
.social-links-one {
  position: relative;
}
.main-header .social-links-one {
  top: 0;
}
.social-links-one a {
  background: #f4f4f4 none repeat scroll 0 0;
  color: #565758;
  display: inline-block;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  margin-left: 4px;
  position: relative;
  text-align: center;
  transition: all 0.5s ease 0s;
  width: 35px;
}
.info-box-social .social-links-one a:hover {
  color: #123b6f;
}
.social-links-two a {
  position: relative;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
  width: 40px;
  height: 40px;
  border: 1px solid #e0e0e0;
  line-height: 38px;
  font-size: 14px;
  color: #ccc;
  border-radius: 50%;
  background: 0 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.social-links-two a:hover {
  background: #b57309;
  border-color: #b57309;
  color: #fff;
}
.social-links-three a {
  position: relative;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
  width: 32px;
  height: 32px;
  border: 1px solid #f1f1f1;
  line-height: 30px;
  font-size: 12px;
  color: #aaa;
  background: #f1f1f1;
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.social-links-three a:hover {
  background: #b57309;
  border-color: #b57309;
  color: #fff;
}
.main-slider {
  position: relative;
}
.main-slider.negative-margin {
  position: relative;
  margin-top: -62px;
  border-bottom: 2px solid #91aeb4;
}
.main-slider .tp-caption {
  z-index: 5;
}
.main-slider .tp-dottedoverlay {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.main-slider .italic-text {
  font-weight: 400;
  line-height: 1.8em;
  color: #fff;
  font-size: 18px;
  font-style: italic;
}
.main-slider h2 {
  font-size: 48px;
  color: #fff;
  font-weight: 900;
  line-height: 1.2em;
  text-transform: uppercase;
}
.main-slider h3 {
  font-size: 32px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2em;
}
.main-slider .tp-bullets.preview3 .bullet {
  background: #fff !important;
  width: 22px !important;
  height: 2px !important;
  border: 1px solid #fff !important;
  border-radius: 2px !important;
  margin: 0 7px;
}
.main-slider .tp-bullets.preview3 .bullet.selected,
.main-slider .tp-bullets.preview3 .bullet:hover {
  border-color: #07203e !important;
  background: #07203e !important;
}
.main-slider .tparrows.preview3 {
  background: 0 0 !important;
  width: 50px !important;
  overflow: hidden;
  margin-top: 0 !important;
  height: 50px !important;
}
.main-slider .tparrows.preview3::after {
  top: 0;
  background: 0 0;
  border: 1px solid #b57309;
  color: #b57309;
  font-size: 24px;
  height: 50px !important;
  line-height: 48px;
  width: 50px !important;
  padding: 0;
  border-radius: 3px;
}
.main-slider .tparrows.tp-leftarrow.preview3::after {
  content: "\f104";
  font-family: FontAwesome;
}
.main-slider .tparrows.tp-rightarrow.preview3::after {
  content: "\f105";
  font-family: FontAwesome;
}
.main-slider .tparrows.preview3.tp-leftarrow {
  left: 30px !important;
}
.main-slider .tparrows.preview3.tp-rightarrow {
  right: 30px !important;
}
.main-slider .tparrows.preview3:hover::after {
  color: #fff;
  background: #a0901a;
  border-color: #a0901a;
}
.main-slider .tparrows.preview3 .tp-arr-iwrapper {
  visibility: hidden;
  opacity: 0;
  display: none;
}
.main-slider .tp-bannertimer {
  display: none !important;
}
.sec-title {
  position: relative;
}
.sec-title h2 {
  font-size: 32px;
  color: #07203e;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 10px;
}
.sec-title.light h2 {
  color: #fff;
}
.sec-title h1 {
  color: #1c2125;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 10px;
}
.sec-title.light h1,
.sec-title.light h2 {
  color: #fff;
}
.sec-title .text {
  font-size: 18px;
  color: #424242;
  line-height: 1.8em;
}
.sec-title .text span {
  width: 100%;
  text-align: center;
  display: inline-block;
  /*color: #ce8712;*/
  margin-bottom: 18px;
}
.sec-title.light .text {
  color: #dfdbdb;
}
.sec-title .text strong {
  font-weight: 600;
  color: #b57309;
}
.sec-title.light .text strong {
  color: #b57309;
}
.featured-services {
  position: relative;
}
.featured-service-column {
  position: relative;
}
.featured-service-column .inner-box {
  position: relative;
  display: block;
}
.featured-service-column .image-box {
  position: relative;
  display: block;
}
.featured-service-column .image-box img {
  position: relative;
  display: block;
  width: 100%;
}
.featured-service-column .lower-content {
  padding: 25px 0;
  position: relative;
}
.featured-service-column h3 {
  color: #1c2125;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4em;
  margin-bottom: 15px;
  text-align: center;
}
.featured-service-column h3 a {
  color: #1c2125;
}
.featured-service-column h3 a:hover {
  color: #b57309;
}
.fun-fact-section {
  position: relative;
  padding: 100px 0;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-color: #fff;
}
.fun-fact-section.style-two {
  background: 0 0;
  padding: 0;
}
.fun-fact-section::before {
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.9;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  right: 0;
  bottom: 0;
}
.fact-counter {
  color: #fff;
  position: relative;
  background-color: rgba(181, 115, 9, 0.8);
}
.fact-counter .column {
  position: relative;
  padding: 40px 40px;
  z-index: 5;
}
.fun-fact-section.style-two .fact-counter .column {
  padding-left: 0;
}
.fact-counter .column:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -35px;
  height: 70px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  -o-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  transform: skewX(-15deg);
}
.fact-counter .column:last-child:after {
  display: none;
}
.fact-counter .column .inner {
  position: relative;
  padding-left: 70px;
}
.fact-counter .column .inner .icon-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  line-height: 1.4em;
  font-size: 54px;
}
.fact-counter .count-outer {
  position: relative;
  font-size: 48px;
  line-height: 1em;
  font-weight: 600;
  font-family: "Titillium Web", sans-serif;
  margin: 0 0;
}
.fact-counter .column .counter-title {
  position: relative;
  font-size: 20px;
  font-weight: 400;
  font-family: "Titillium Web", sans-serif;
  text-transform: uppercase;
}
.services-section {
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-color: #243a51;
}
.services-section.style-three {
  background: #fff !important;
  background-image: none !important;
}
.services-section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/background/bg-pattern-2.png) center center no-repeat;
  background-color: rgba(61, 62, 62, 0.9);
}
.services-section.style-three:before {
  display: none !important;
}
.services-section .row {
  margin-left: -5px;
  margin-right: -5px;
}
.default-service-block {
  position: relative;
}
.services-section .default-service-block {
  padding: 0 5px;
}
.default-service-block .inner-box {
  color: #fff;
  padding: 25px 25px 25px 110px;
  position: relative;
  transition: all 0.5s ease 0s;
}
.style-three .default-service-block .inner-box {
  background: #f7f7f7;
}
.style-three .default-service-block .inner-box {
  padding: 25px 25px 25px 83px;
}
.default-service-block .inner-box:hover {
  background: #12556f;
  border-color: rgba(18, 85, 111, 0);
}
.style-three .default-service-block .inner-box:hover {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.2);
}
.default-service-block .inner-box .icon-box {
  position: absolute;
  left: 10px;
  top: 25px;
  width: 100px;
  line-height: 50px;
  font-size: 42px;
  color: #fff;
  text-align: center;
}
.style-three .default-service-block .inner-box .icon-box {
  position: absolute;
  left: -8px;
  top: 25px;
  width: 100px;
  line-height: 50px;
  font-size: 42px;
  color: #b57309;
  text-align: center;
}
.default-service-block .inner-box:hover .icon-box {
  color: #fff;
}
.style-three .default-service-block .inner-box:hover .icon-box {
  color: #b57309;
}
.default-service-block .inner-box h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 1.4em;
}
.style-three .default-service-block .inner-box h3 {
  color: #1c2125;
}
.default-service-block .inner-box .text {
  position: relative;
  color: #dbdddf;
  line-height: 1.6em;
}
.style-three .default-service-block .inner-box .text {
  color: #808284;
}
.service-block {
  position: relative;
}
.service-block .inner-box {
  position: relative;
  display: block;
  background: #fff;
}
.services-grid .service-block .inner-box {
  border: 1px solid #f0f0f0;
}
.service-block .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}
.service-block .inner-box .image-box img {
  position: relative;
  display: block;
  width: 100%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.service-block .inner-box:hover .image-box img {
  -webkit-transform: scale(1.1, 1.1) rotate(3deg);
  -ms-transform: scale(1.1, 1.1) rotate(3deg);
  -o-transform: scale(1.1, 1.1) rotate(3deg);
  -moz-transform: scale(1.1, 1.1) rotate(3deg);
  transform: scale(1.1, 1.1) rotate(3deg);
}
.service-block .inner-box .lower-content {
  position: relative;
  padding: 20px 20px 15px;
}
.service-block .inner-box h3 {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  padding-bottom: 8px;
  line-height: 1.4em;
  color: #242424;
}
.service-block .inner-box h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  border-bottom: 3px solid #b57309;
}
.service-block .inner-box .text {
  position: relative;
  color: #808284;
  line-height: 1.6em;
  margin-bottom: 15px;
}
.service-block .inner-box .read-more {
  border: 1px solid #b57309;
  color: #fff;
  display: inline-block;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  position: relative;
  text-transform: capitalize;
  word-spacing: 2px;
  background-color: #b57309;
  padding: 5px 10px;
}
.service-block .inner-box .read-more:hover {
  color: #a0901a;
  background-color: #fff;
  border: 1px solid #a0901a;
}
.service-block .inner-box .bottom-btn {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #b57309;
  bottom: 16px;
  color: #b57309;
  height: 38px;
  line-height: 38px;
  position: absolute;
  right: 19px;
  text-align: center;
  width: 38px;
}
.service-block .inner-box .bottom-btn:hover {
  background: #a0901a;
  color: #fff;
}
.default-section {
  position: relative;
}
.default-section .column {
  position: relative;
}
.default-section .text-column .title-box {
  position: relative;
  margin-bottom: 25px;
}
.default-section .title-box h4 {
  color: #000;
  font-size: 20px;
  margin-bottom: 35px;
  font-weight: 600;
}
.default-section .text-column .title-box h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4em;
  color: #1c2125;
}
.default-section .text-column .text {
  padding-bottom: 20px;
}
.default-section .text-column .text p {
  margin-bottom: 20px;
}
.default-section h2.default-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4em;
  color: #1c2125;
  margin-bottom: 40px;
}
.default-section .gallery-column .row {
  position: relative;
  margin-left: -5px;
  margin-right: -5px;
}
.default-section .gallery-column .img-column {
  float: left;
  padding: 0 5px;
}
.default-section .gallery-column .image-box {
  display: block;
  overflow: hidden;
}
.default-section .gallery-column .image-box img {
  display: block;
  width: 100%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.default-section .gallery-column .image-box:hover img {
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.skills {
  position: relative;
}
.skills .skill-box {
  position: relative;
  margin-bottom: 26px;
}
.skills .skill-box h4 {
  color: #1c1c1c;
  font-size: 15px;
  margin-bottom: 10px;
  position: relative;
  text-transform: capitalize;
}
.skills .skill-box .bar {
  position: relative;
  height: 4px;
}
.skills .skill-box .bar .bar-innner {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: #ededed;
}
.skills .skill-box .bar .bar-fill {
  position: relative;
  width: 0;
  height: 4px;
  background: #b57309;
}
.skills .skill-box .percent {
  position: absolute;
  right: 0;
  width: 50px;
  top: -30px;
  font-size: 14px;
  color: #000;
}
.services-content {
  position: relative;
}
.accordion-box {
  position: relative;
  padding-top: 10px;
}
.accordion-box .block {
  position: relative;
  border: 1px solid #f0f0f0;
}
.accordion-box.style-two .block {
  border: none;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 0;
}
.accordion-box .block .acc-btn {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-radius: 2px;
  color: #1c2125;
  cursor: pointer;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 0;
  overflow: hidden;
  padding: 16px 50px 16px 25px;
  position: relative;
  transition: all 0.5s ease 0s;
}
.accordion-box.style-two .block .acc-btn {
  font-size: 18px;
  padding-left: 0;
}
.accordion-box.style-three .block .acc-btn {
  font-size: 16px;
  padding-left: 70px;
  padding-right: 20px;
}
.accordion-box.style-two .block .acc-btn.active {
  color: #b57309;
}
.accordion-box .block .icon-outer {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #b57309;
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.accordion-box.style-two .block .acc-btn .icon-outer {
  right: 0;
  background: 0 0;
  color: #b57309;
}
.accordion-box.style-three .block .acc-btn .icon-outer {
  right: auto;
  left: 20px;
}
.accordion-box .block .icon-outer .icon {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.accordion-box .block .icon-outer .icon-plus {
  opacity: 1;
}
.accordion-box .block .icon-outer .icon-minus {
  opacity: 0;
}
.accordion-box .block .acc-btn.active .icon-outer .icon-minus {
  opacity: 1;
}
.accordion-box .block .acc-btn.active .icon-outer .icon-plus {
  opacity: 0;
}
.accordion-box .block .acc-btn.active .icon-outer {
  background: #a0901a;
}
.accordion-box.style-two .block .acc-btn.active .icon-outer {
  background: 0 0;
  color: #a0901a;
}
.accordion-box .block .acc-content {
  position: relative;
  display: none;
}
.accordion-box .block .acc-content.current {
  display: block;
}
.accordion-box .block .content {
  position: relative;
  font-size: 13px;
  background: #fff;
  padding: 10px 25px 0;
}
.accordion-box.style-two .block .content {
  padding-top: 0;
  font-size: 14px;
  padding-left: 0;
}
.accordion-box .block .content .image {
  float: left;
  margin: 0 15px 5px 0;
}
.accordion-box .block .content .image img {
  display: block;
  max-width: 100%;
}
.accordion-box .block .content p {
  margin-bottom: 20px;
  line-height: 1.8em;
}
.two-col-fluid {
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-color: #243a51;
}
.two-col-fluid:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(61, 62, 62, 0.95);
}
.two-col-fluid .outer-box {
  position: relative;
  z-index: 1;
}
.two-col-fluid .testimonial-column {
  position: relative;
  float: left;
  width: 50%;
}
.two-col-fluid .testimonial-column .title {
  position: relative;
  margin-bottom: 60px;
  padding-left: 60px;
  color: #fff;
}
.two-col-fluid .testimonial-column .title .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  font-size: 18px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #b57309;
  background: #fff;
  border-radius: 3px;
}
.two-col-fluid .testimonial-column .title h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}
.two-col-fluid .testimonial-column .inner-box {
  position: relative;
  float: right;
  width: 100%;
  max-width: 600px;
  padding: 70px 100px 70px 15px;
}
.testimonial-light {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
}
.testimonial-light .slide-item {
  position: relative;
}
.testimonial-light .slide-item .content-box {
  position: relative;
  padding: 25px 30px;
  border: 1px solid #fff;
  border-bottom: none;
  line-height: 1.8em;
  color: #fff;
  margin-bottom: 60px;
  margin-right: 1px;
}
.testimonial-light .slide-item .content-box:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -18px;
  width: 100%;
  height: 18px;
  background: url(../images/icons/testimonial-curve.png) left bottom no-repeat;
}
.testimonial-light .slide-item .info-box {
  position: relative;
  padding-left: 100px;
  padding-top: 10px;
  min-height: 70px;
  color: #fff;
}
.testimonial-light .slide-item .info-box .author-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  border: 2px solid #fff;
}
.testimonial-light .slide-item .info-box .author-thumb img {
  display: block;
  width: 100%;
}
.testimonial-light .slide-item .info-box .author-thumb img {
  display: block;
  width: 100%;
}
.testimonial-light .slide-item .info-box h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 0;
}
.testimonial-light .slide-item .info-box .designation {
  font-size: 14px;
  font-style: italic;
}
.testimonial-light .owl-controls {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
}
.testimonial-light .owl-controls .owl-nav {
  display: none !important;
}
.testimonial-light .owl-controls .owl-dots {
  text-align: left;
  margin: 40px 0 0 !important;
}
.testimonial-light .owl-controls .owl-dots .owl-dot span {
  border: 2px solid #fff;
  background: 0 0;
}
.testimonial-light .owl-controls .owl-dots .owl-dot.active span {
  background: #fff;
}
.two-col-fluid .form-column {
  position: relative;
  float: left;
  width: 50%;
  background: #f3f2f2;
}
.two-col-fluid .form-column .title {
  position: relative;
  margin-bottom: 40px;
  color: #1c2125;
}
.two-col-fluid .form-column .title h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}
.two-col-fluid .form-column .inner-box {
  position: relative;
  float: left;
  width: 100%;
  max-width: 600px;
  padding: 70px 15px 70px 100px;
}
.get-quote.default-form .row {
  margin-left: -8px;
  margin-right: -8px;
}
.get-quote.default-form .form-group {
  position: relative;
  margin-bottom: 16px;
  padding: 0 8px !important;
}
.get-quote.style-two {
  padding-top: 50px;
}
.default-form .form-group .field-label {
  display: block;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #232323;
  font-weight: 500;
  font-size: 13px;
}
.default-form .form-group .field-label sup {
  color: red;
  font-size: 14px;
}
.default-form input[type="email"],
.default-form input[type="password"],
.default-form input[type="text"],
.default-form select,
.default-form textarea {
  display: block;
  width: 100%;
  line-height: 24px;
  height: 50px;
  font-size: 14px;
  border: 1px solid #fff;
  padding: 12px 15px;
  background-color: #fff;
  color: #111;
  border-radius: 2px;
}
.default-form.style-two input[type="email"],
.default-form.style-two input[type="password"],
.default-form.style-two input[type="text"],
.default-form.style-two select,
.default-form.style-two textarea {
  border: 1px solid #f7f7f7;
  background-color: #f7f7f7;
  height: 54px;
  padding: 14px 15px;
}
.default-form select {
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  background: #fff url(../images/icons/icon-select.png) right center no-repeat;
}
.default-form textarea {
  height: 140px;
  resize: none;
}
.default-form.style-two textarea {
  height: 180px;
}
.default-form select option {
  text-indent: 15px;
}
.default-form input:focus,
.default-form select:focus,
.default-form textarea:focus {
  border-color: #a0901a !important;
  background: #fff !important;
}
.default-form input.error,
.default-form select.error,
.default-form textarea.error {
  border-color: red !important;
}
.default-form label.error {
  display: block;
  line-height: 24px;
  padding: 5px 0 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 11px;
  color: red;
  font-weight: 500;
}
.team-section {
  background-color: #fbf7f8;
  position: relative;
}
.team-area {
  border: 1px dotted #ddd;
  position: relative;
}
.team-area img {
  display: block;
}
.team-area .content {
  padding-right: 15px;
}
.team-area .title-box {
  padding-top: 18px;
}
.team-area .title-box h4 {
  font-size: 18px;
}
.team-area .title-box p {
  color: #b57309;
  font-size: 13px;
  font-style: italic;
  margin-bottom: 5px;
}
.team-area .text {
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 12px;
}
.profile-section {
  background-color: #f2f2f2;
  position: relative;
}
.profile-section.style-two {
  background: #f7f7f7;
}
.profile-section .member-info {
  position: relative;
  margin-bottom: 40px;
}
.profile-section .member-info .image img {
  display: block;
  max-width: 100%;
  position: relative;
}
.profile-section .social-link {
  margin-top: 30px;
}
.profile-section .social-link ul li i {
  background-color: #fff;
  color: #b57309;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  transition: all 0.4s ease-in-out 0s;
  width: 40px;
}
.profile-section .social-link ul li:hover i {
  color: #fff;
  background-color: #a0901a;
}
.profile-section .member-info .member-title {
  position: relative;
  border-bottom: 1px solid #c9c9c9;
}
.profile-section.style-two .member-info .member-title {
  border-bottom: 2px solid #f68a15;
}
.profile-section .member-info .member-title h4 {
  color: #1c1c1c;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.profile-section .member-info .member-desc {
  position: relative;
  padding: 15px 0 5px;
  border-bottom: 1px solid #c9c9c9;
}
.profile-section .member-info .info {
  position: relative;
  padding: 15px 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}
.profile-section .member-info .profile-contant {
  margin-top: 30px;
}
.profile-section .member-info .experties {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 23px;
  position: relative;
}
.profile-section .member-info .experties span {
  color: #b57309;
}
.profile-section .member-info .info li {
  position: relative;
  margin-bottom: 5px;
}
.profile-section .member-info .info strong {
  position: relative;
  font-weight: 400;
  color: #b57309;
  text-transform: uppercase;
  padding-right: 10px;
}
.profile-section .member-info .info a {
  color: #555;
}
.profile-section .column h3 {
  position: relative;
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 15px;
  color: #1c1c1c;
}
.team-section {
  position: relative;
}
.team-member {
  position: relative;
}
.team-member .inner-box {
  position: relative;
  display: block;
  border: 1px solid #e0e0e0;
  overflow: hidden;
}
.team-section .team-member {
  position: relative;
}
.team-section .team-member .inner-box {
  position: relative;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.team-section .team-member .image-box {
  position: relative;
}
.team-section .team-member .image-box img {
  position: relative;
  display: block;
  width: 100%;
}
.team-section .team-member .lower-content {
  position: relative;
  padding: 20px 25px;
  background: #fff;
  text-align: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.team-section .team-member:hover .lower-content {
  opacity: 0;
}
.team-section .team-member h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1c2125;
  text-transform: capitalize;
  margin-bottom: 5px;
  line-height: 1.2em;
}
.team-section .team-member .designation {
  text-transform: capitalize;
  font-weight: 500;
  color: #b57309;
  font-size: 14px;
}
.team-section .team-member .hover-info .designation {
  margin-bottom: 15px;
}
.team-section .team-member .social-links a {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #b57309;
  text-align: center;
  background: #f4f4f4;
  margin-right: 5px;
  border-radius: 2px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.team-section .team-member .social-links a:hover {
  background: #a0901a;
  color: #fff;
}
.team-section .team-member .text {
  position: relative;
  padding: 0 0 25px;
  line-height: 1.8em;
  font-size: 15px;
}
.team-section .team-member .hover-info {
  position: absolute;
  left: 0;
  bottom: -105px;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  padding: 20px 25px;
  text-align: center;
  background: #fff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.team-section .team-member:hover .hover-info {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.four-column-carousel .owl-controls {
  padding: 0 !important;
  margin: 0 !important;
}
.four-column-carousel .owl-controls .owl-dots {
  display: none !important;
}
.four-column-carousel .owl-controls .owl-nav {
  position: absolute;
  right: 0;
  top: -90px;
}
.four-column-carousel .owl-controls .owl-next,
.four-column-carousel .owl-controls .owl-prev {
  display: inline-block;
  margin: 0 0 0 15px !important;
  width: 36px !important;
  height: 36px !important;
  line-height: 34px !important;
  border: 1px solid #e0e0e0 !important;
  text-align: center;
  padding: 0 !important;
  color: #333 !important;
  font-size: 18px !important;
  background: 0 0 !important;
  border-radius: 2px !important;
}
.services-carousel .owl-controls .owl-next,
.services-carousel .owl-controls .owl-prev {
  color: #fff !important;
}
.four-column-carousel .owl-controls .owl-next:hover,
.four-column-carousel .owl-controls .owl-prev:hover {
  background: #a0901a !important;
  color: #fff !important;
  border-color: #a0901a !important;
}
.video-section {
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-color: #243a51;
}
.video-section .play-link {
  position: relative;
  display: block;
  text-align: center;
  left: 0;
  top: 0;
  font-size: 24px;
  font-weight: 400;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 130px 0 150px;
  background: rgba(0, 0, 0, 0.7);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.video-section .play-link:hover {
  background: rgba(0, 0, 0, 0.9);
}
.video-section .play-link .text {
  margin-bottom: 50px;
  font-size: 30px;
  line-height: 1.6em;
  font-family: "Titillium Web", sans-serif;
}
.video-section .play-link .icon-box {
  border: 3px solid #b57309;
  border-radius: 50%;
  display: block;
  height: 100px;
  line-height: 95px;
  margin: 0 auto;
  padding-left: 5px;
  position: relative;
  width: 100px;
}
.news-section {
  position: relative;
}
.news-style-one {
  position: relative;
}
.news-style-one .image-box {
  position: relative;
}
.news-style-one .image-box img {
  width: 100%;
}
.news-style-one .inner-box .content-box {
  position: relative;
  margin-top: 20px;
}
.news-style-one .inner-box .content-box .date {
  background-color: rgba(255, 255, 255, 0.8);
  border: 2px solid #e0e0e0;
  color: #b57309;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: -92px;
  width: 70px;
}
.news-style-one .inner-box .content-box .date strong {
  display: block;
  font-size: 24px;
}
.news-style-one .inner-box .content-box h3 {
  font-size: 18px;
  color: #1c2125;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 1.4em;
}
.news-style-one .inner-box .content-box h3 a {
  color: #1c2125;
}
.news-style-one .inner-box .content-box .info {
  font-size: 14px;
  color: #626f7a;
  margin-bottom: 10px;
}
.news-style-one .inner-box .content-box .info a {
  color: #626f7a;
}
.news-style-one .inner-box .content-box .info strong {
  font-weight: 600;
}
.news-style-one .inner-box .content-box .text {
  margin-bottom: 10px;
}
.news-style-one .inner-box .read-more {
  line-height: 24px;
  color: #1c2125;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
}
.news-style-one .inner-box .read-more .fa {
  padding-left: 5px;
}
.news-style-one .inner-box .content-box a:hover {
  color: #b57309;
}
.default-news-post {
  position: relative;
}
.default-news-post ol,
.default-news-post ul {
  margin-left: 20px;
}
.default-news-post ul {
  list-style-type: disc;
}
.default-news-post li {
  margin-bottom: 7px;
}
.default-news-post .inner-box {
  position: relative;
  display: block;
}
.default-news-post .image-box {
  position: relative;
  display: block;
}
.default-news-post .image-box img {
  position: relative;
  display: block;
  width: 100%;
}
.default-news-post .image-box .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.default-news-post .lower-content {
  position: relative;
  padding-top: 25px;
}
.default-news-post h3 {
  font-size: 20px;
  line-height: 1.4em;
  margin-bottom: 15px;
  color: #1c2125;
  font-weight: 600;
}
.sidebar-page-container .default-news-post h3 {
  font-size: 24px;
}
.sidebar-page-container .default-news-post .text h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.default-news-post h3 a {
  color: #1c2125;
}
.default-news-post h3 a:hover {
  color: #07203e;
}
.default-news-post .info {
  font-size: 14px;
  line-height: 1.8em;
  margin-bottom: 5px;
  color: #a8a8a8;
}
.default-news-post .info a {
  color: #b57309;
}
.sidebar-page-container .default-news-post .lower-content .text {
  margin-bottom: 30px;
}
.sidebar-page-container .post-share-options {
  position: relative;
  padding: 15px 0;
  background: #fff;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.sidebar-page-container .post-share-options .tags {
  font-size: 14px;
  line-height: 24px;
  padding-top: 5px;
}
.sidebar-page-container .post-share-options .tags a {
  position: relative;
  color: #404040;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
}
.sidebar-page-container .post-share-options strong {
  text-transform: uppercase;
  font-weight: 600;
  color: #1c1c1c;
  padding-right: 10px;
}
.sponsors-section {
  position: relative;
  padding: 35px 0;
  color: #fff;
  overflow: hidden;
}
.sponsors-section .sponsors-slider img {
  display: inline-block;
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
  opacity: 1;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.sponsors-section .sponsors-slider img:hover {
  opacity: 0.7;
}
.sponsors-section .sponsors-slider .owl-stage-outer {
  overflow: visible !important;
}
.sponsors-section .sponsors-slider .owl-item {
  opacity: 0;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.sponsors-section .sponsors-slider .owl-item.active {
  opacity: 1;
}
.sponsors-section .owl-controls {
  display: none !important;
}
.main-footer {
  position: relative;
  color: #fff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #3d3e3e;
}
.main-footer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #3d3e3e;
  opacity: 0.9;
}
.main-footer .footer-upper {
  position: relative;
  padding: 40px 0 20px;
  color: #e6e6e6;
  z-index: 1;
}
.footer-upper .about-widget figure {
  margin-bottom: 10px;
}
.main-footer .footer-upper .column {
  position: relative;
  margin-bottom: 30px;
}
.footer-upper .column h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.4em;
  margin-bottom: 10px;
  position: relative;
  text-transform: capitalize;
  margin-top: 10px;
}
.main-footer .about-widget .text {
  font-size: 14px;
  margin-bottom: 20px;
}
.main-footer .contact-info {
  position: relative;
  margin-bottom: 20px;
}
.main-footer .contact-info li {
  position: relative;
  padding-left: 30px;
  margin: 0 0 7px;
  line-height: 30px;
}
.main-footer .contact-info li .icon {
  position: absolute;
  font-weight: 700;
  font-size: 16px;
  color: #b57309;
  left: 0;
  top: 0;
  line-height: 30px;
}
.main-footer .footer-upper a {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  color: #e9e9e9;
}
.main-footer .footer-upper a:hover {
  color: #113c71;
}
.footer-upper .service-widget li {
  position: relative;
  margin-bottom: 15px;
}
.footer-upper .service-widget li a {
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
}
.footer-upper .service-widget li a:before {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 24px;
  font-size: 14px;
}
.footer-upper .links-widget li {
  position: relative;
  margin-bottom: 10px;
}
.footer-upper .links-widget li a {
  position: relative;
  display: block;
  font-size: 14px;
  color: #e6e6e6;
  line-height: 24px;
  padding-left: 15px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.footer-upper .links-widget li a:before {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 24px;
  font-size: 14px;
}
.main-footer .social-links a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  width: 30px;
  height: 30px;
  line-height: 26px;
  border: 2px solid transparent;
  text-align: center;
  background: 0 0;
  margin-left: 8px;
  color: #cacfd3;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.main-footer .social-links a:hover {
  color: #113c71;
  border-color: #113c71;
}
.footer-upper .news-widget .news-post {
  color: #c9c9c9;
  line-height: 20px;
  margin-bottom: 30px;
  padding: 0 0 0 80px;
  position: relative;
  margin-top: 35px;
}
.footer-upper .news-widget .news-post .news-content {
  margin-bottom: 5px;
}
.footer-upper .news-widget .news-post a {
  position: relative;
  color: #c9c9c9;
}
.footer-upper .news-widget .news-post .time {
  position: relative;
  font-style: italic;
  color: #b57309;
  font-size: 12px;
}
.footer-upper .news-widget .news-post .image-thumb {
  position: absolute;
  width: 65px;
  height: 65px;
  left: 0;
  top: 0;
}
.footer-upper .news-widget .news-post .image-thumb img {
  display: block;
  width: 65px;
}
.footer-bottom {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
  z-index: 1;
  background: rgb(56, 56, 56, 0.5);
}
.footer-bottom .copyright {
  position: relative;
  line-height: 20px;
  font-weight: 400;
  font-size: 11px;
  text-align: left;
}
.footer-bottom .outer-box {
  position: relative;
  padding: 0 0;
}
.main-footer .newsletter-form {
  position: relative;
}
.main-footer .newsletter-form .form-group {
  position: relative;
  margin-bottom: 0;
}
.main-footer .newsletter-form input[type="email"],
.main-footer .newsletter-form input[type="tel"],
.main-footer .newsletter-form input[type="text"] {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 11px 50px 11px 15px;
  height: 48px;
  border: 1px solid #fff;
  background: #fff;
  color: #111;
  font-size: 14px;
  margin-bottom: 5px;
}
.main-footer .newsletter-form textarea {
  width: 100%;
  padding: 15px;
  color: #111;
}
.submit-btn {
  padding: 10px;
  background-color: #021f41;
  color: #fff;
  margin-top: 5px;
}
.main-footer .newsletter-form input[type="email"]:focus,
.main-footer .newsletter-form input[type="tel"]:focus,
.main-footer .newsletter-form input[type="text"]:focus {
  background: #f1f1f1;
}
.submit-btn {
  float: left;
  background: #fff;
  display: inline-block;
  width: auto;
  position: relative;
  color: #001834;
}
.welcome-section {
  position: relative;
  background: #fff;
}
.welcome-section .column {
  position: relative;
}
.welcome-section .image-column {
  position: relative;
  padding-right: 40px;
}
.welcome-section .image-column .image-box {
  position: relative;
  width: 100%;
  display: block;
  outline: 1px solid #fff;
  outline-offset: -16px;
}
.welcome-section .image-column .image-box img {
  display: block;
  width: 100%;
}
.welcome-section .title-box {
  margin-bottom: 20px;
}
.welcome-section .title-box h3 {
  font-size: 32px;
  font-weight: 600;
  color: #242424;
  text-transform: capitalize;
}
.welcome-section .title-box h3 strong {
  font-weight: 800;
}
.welcome-section .featured-text {
  color: #373737;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 40px;
}
.welcome-section .featured-text strong {
  font-weight: 700;
  color: #b57309;
}
.welcome-section .text {
  font-size: 14px;
  color: #999;
  margin-bottom: 40px;
}
.welcome-section.about-us .text {
  margin-bottom: 60px;
}
.welcome-section .text p {
  margin-bottom: 20px;
}
.styled-list-three {
  position: relative;
}
.welcome-section .styled-list-one {
  margin-bottom: 10px;
  margin-left: -30px;
  margin-right: -30px;
}
.styled-list-one li {
  line-height: 24px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 95px;
  color: #b57309;
  font-style: italic;
  font-size: 14px;
}
.welcome-section .styled-list-one li {
  float: left;
  padding-right: 36px;
  margin-bottom: 20px;
}
.welcome-section .styled-list-one li::after {
  border-right: 1px solid #e0e0e0;
  content: "";
  height: 100%;
  position: absolute;
  right: 12px;
  top: 0;
  transform: skewX(-15deg);
}
.welcome-section.about-us .styled-list-one li:after {
  border-right: 1px solid #e0e0e0;
  -webkit-transform: skewX(0);
  -ms-transform: skewX(0);
  -o-transform: skewX(0);
  -moz-transform: skewX(0);
  transform: skewX(0);
}
.welcome-section .styled-list-one li:last-child:after {
  display: none;
}
.styled-list-one li strong {
  display: block;
  padding-bottom: 3px;
  color: #242424;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-family: "Titillium Web", sans-serif;
}
.styled-list-one .element-1::before {
  border: 1px solid #b57309;
  color: #b57309;
  content: "Ã¯â€žÅ½";
  font-family: Flaticon;
  font-size: 35px;
  font-style: normal;
  height: 55px;
  left: 30px;
  line-height: 54px;
  position: absolute;
  text-align: center;
  top: -3%;
  width: 55px;
}
.styled-list-one .element-2::before {
  border: 1px solid #b57309;
  color: #b57309;
  content: "\f128";
  font-family: Flaticon;
  font-size: 35px;
  font-style: normal;
  height: 55px;
  left: 30px;
  line-height: 52px;
  position: absolute;
  text-align: center;
  top: -3%;
  width: 55px;
}
.styled-list-one .element-3::before {
  border: 1px solid #b57309;
  color: #b57309;
  content: "\f11b";
  font-family: Flaticon;
  font-size: 35px;
  font-style: normal;
  height: 55px;
  left: 30px;
  line-height: 52px;
  position: absolute;
  text-align: center;
  top: -3%;
  width: 55px;
}
.request-quote-section {
  position: relative;
  background-color: #f2f2f2;
}
.request-quote-section .image-column {
  position: relative;
  padding: 70px 15px 0 15px;
}
.request-quote-section .image-column .image-box img {
  width: 100%;
}
.request-quote-section .form-column {
  position: relative;
}
.request-quote-section .form-column .title h2 {
  color: #1c2125;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 35px;
}
.request-quote-section .form-column .title h3 {
  color: #1c2125;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 35px;
}
.testimonials-two {
  padding: 50px 0 50px;
  background-color: #464749;
}
.testimonials-two:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(61, 62, 62, 0.95);
}
.testimonials-two .slide-item {
  position: relative;
  padding-top: 37px;
}
.testimonials-two .slide-item .inner-box {
  background: #fff none repeat scroll 0 0;
  padding: 40px 30px;
  position: relative;
  text-align: center;
}
.testimonials-two .slide-item .inner-box .image-box {
  background: #fff none repeat scroll 0 0;
  height: 75px;
  left: 50%;
  margin-left: -38px;
  padding: 1px;
  position: absolute;
  top: -37px;
  width: 75px;
}
.testimonials-two .slide-item .info {
  margin-bottom: 20px;
  text-transform: capitalize;
  margin-top: 10px;
}
.testimonials-two .slide-item .info h4 {
  font-size: 18px;
  font-weight: 600;
  color: #242424;
}
.testimonials-two .slide-item .info .designation {
  font-size: 14px;
  color: #b57309;
}
.testimonials-two .slide-item .text {
  font-size: 16px;
  color: #555;
  font-family: "Titillium Web", sans-serif;
}
.three-column-carousel .owl-controls {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
}
.three-column-carousel .owl-controls .owl-nav {
  display: none !important;
}
.three-column-carousel .owl-controls .owl-dots {
  margin: 10px 0 30px 0 !important;
}
.three-column-carousel .owl-controls .owl-dots .owl-dot span {
  border: 2px solid #123c6f;
  background: 0 0;
}
.three-column-carousel .owl-controls .owl-dots .owl-dot.active span {
  background: #123c6f;
}
.map-section {
  position: relative;
}
.map-section.style-two {
  padding: 0 0 0;
}
.map-section .map-container {
  position: relative;
  z-index: 10;
}
.map-section .map-data {
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
.map-section .map-canvas {
  position: relative;
}
.map-section.style-two .map-canvas {
  position: relative;
  width: 100%;
  height: 400px;
}
.map-section .map-data h6 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 5px;
  color: #2e2e2e;
}
.search-popup {
  position: fixed;
  left: 0;
  top: -100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  overflow: auto;
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
}
.search-popup.popup-visible {
  top: 0;
  visibility: visible;
  opacity: 1;
}
.search-popup .close-search {
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
}
.search-popup .close-search:hover {
  opacity: 0.7;
}
.search-popup .search-form {
  position: relative;
  padding: 0 15px 50px;
  padding-top: 200px;
  max-width: 1024px;
  margin: 0 auto;
}
.search-popup .search-form fieldset {
  position: relative;
  border: 5px solid rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.search-popup .search-form fieldset input.form-control,
.search-popup .search-form fieldset input[type="search"] {
  position: relative;
  height: 70px;
  padding: 20px 220px 20px 30px;
  background: #fff;
  line-height: 30px;
  font-size: 24px;
  color: #233145;
  -webkit-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.search-popup .search-form fieldset input[type="submit"] {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  text-align: center;
  width: 220px;
  padding: 20px 10px 20px 10px;
  color: #fff;
  background: #b57309;
  line-height: 30px;
  height: 70px;
  font-size: 20px;
  font-family: "Titillium Web", sans-serif;
  text-transform: uppercase;
  -moz-border-radius: 0 7px 7px 0;
  -ms-border-radius: 0 7px 7px 0;
  -o-border-radius: 0 7px 7px 0;
  -webkit-border-radius: 0 7px 7px 0;
  border-radius: 0 7px 7px 0;
}
.search-popup .search-form fieldset input[type="submit"]:hover {
  background: #334551;
  color: #fff;
}
.search-popup h3 {
  font-size: 28px;
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 1px;
}
.search-popup .recent-searches {
  font-size: 14px;
  color: #fff;
  text-align: center;
  font-family: "Titillium Web", sans-serif;
}
.search-popup .recent-searches li {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.search-popup .recent-searches li a {
  display: block;
  line-height: 24px;
  border: 1px solid #fff;
  padding: 8px 20px;
  font-size: 15px;
  color: #fff;
  border-radius: 3px;
}
.search-popup .recent-searches li a:hover {
  color: #b57309;
  border-color: #b57309;
}
.page-title {
  position: relative;
  padding: 140px 0 80px 0;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  margin-top: -62px;
}
.page-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(7, 32, 62, 0.8);
}
.page-title .auto-container {
  position: relative;
  z-index: 1;
}
.page-title h1,
.page-title h2 {
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 700;
  color: #fff;
}
.breadcrumb-outer {
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #e9e9e9;
}
.breadcrumb-outer .bread-crumb {
  position: relative;
  color: #ccc;
}
.breadcrumb-outer .bread-crumb a {
  position: relative;
  font-size: 15px;
  color: #bbb;
  margin: 0 7px;
}
.breadcrumb-outer .bread-crumb a.current,
.breadcrumb-outer .bread-crumb a:hover {
  position: relative;
  color: #b57309;
}
.default-three-column {
  position: relative;
  padding: 80px 0 40px;
  background: #f9f9f9;
}
.default-text-column {
  position: relative;
  margin-bottom: 40px;
}
.default-text-column .inner-box {
  position: relative;
  padding-right: 30px;
}
.default-text-column .inner-box h3 {
  font-size: 20px;
  color: #1c2125;
  font-weight: 600;
  margin-bottom: 12px;
}
.pricing-section {
  position: relative;
  padding: 100px 0 70px;
  background: #fff;
}
.pricing-section .sec-title .text {
  max-width: 850px;
  padding: 10px 0;
  margin: 0 auto;
}
.pricing-column {
  position: relative;
  margin-bottom: 40px;
}
.pricing-column .inner-box {
  position: relative;
  display: block;
  border: 1px solid #f0f0f0;
  background: #fff;
  text-align: center;
  border-radius: 3px;
}
.pricing-column .price-header {
  position: relative;
  padding: 35px 20px;
  color: #fff;
  line-height: 1em;
  background: #1d4976;
}
.pricing-column .price-header .price {
  font-size: 54px;
  font-weight: 700;
  line-height: 1em;
  font-family: "Titillium Web", sans-serif;
}
.pricing-column .price-header sub {
  font-size: 18px;
  font-weight: 400;
}
.pricing-column .plan-title {
  position: relative;
  padding: 10px 20px;
  color: #fff;
  line-height: 30px;
  background: #1f5892;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.pricing-column .lower-content {
  position: relative;
  padding: 0 0 30px;
}
.pricing-column .lower-content .spec-list {
  position: relative;
  margin-bottom: 10px;
}
.pricing-column .lower-content .spec-list li {
  line-height: 24px;
  padding: 15px 15px;
  font-size: 15px;
  color: #797f84;
  border-bottom: 1px solid #f0f0f0;
}
.pricing-column .lower-content .spec-list li:last-child {
  border: none;
}
.faq-section {
  position: relative;
  background: #fff;
}
.faq-section .sec-title .text {
  max-width: 850px;
  padding: 20px 0 0;
  margin: 0 auto;
}
.faq-section .sec-title h2 {
  padding-bottom: 15px;
}
.faq-section .sec-title h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  border-bottom: 1px solid #f0f0f0;
}
.request-quote {
  position: relative;
  padding: 110px 0 0;
  background: #fff;
}
.request-quote .sec-title .text {
  max-width: 850px;
  padding: 10px 0 0;
  margin: 0 auto;
}
.error-section {
  padding: 120px 0 80px;
  position: relative;
}
.error-section .error-image {
  position: relative;
  margin-bottom: 40px;
}
.error-section .error-image img {
  display: inline-block;
  max-width: 100%;
}
.error-section .extra-big {
  font-size: 100px;
  margin-bottom: 10px;
  color: #1e1e1e;
  line-height: 100px;
  font-weight: 700;
  letter-spacing: 3px;
}
.error-section .bigger-text {
  font-size: 40px;
  color: #413f3f;
  margin-bottom: 20px;
  line-height: 70px;
}
.error-section .small-text {
  font-size: 18px;
  margin-bottom: 30px;
  color: #737373;
  font-weight: 300;
  line-height: 1.8em;
}
.error-section .text-lower strong {
  display: inline-block;
  padding: 10px 20px;
}
.error-section .text-lower input[type="search"],
.error-section .text-lower input[type="text"] {
  line-height: 28px;
  padding: 10px 15px;
  height: 50px;
  width: 350px;
  max-width: 100%;
  font-size: 14px;
  border: 1px solid #e0e0e0;
}
.error-section .text-lower input[type="search"]:focus,
.error-section .text-lower input[type="text"]:focus {
  border-color: #b57309;
}
.gallery-section {
  padding: 110px 0 120px;
  position: relative;
}
.gallery-section .filters {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  font-family: "Titillium Web", sans-serif;
}
.gallery-section .filters li {
  position: relative;
  display: inline-block;
  padding: 5px 20px;
  line-height: 24px;
  color: #666;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  margin: 0 5px 10px;
  border: 1px solid #e0e0e0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.gallery-section .filters li.active,
.gallery-section .filters li:hover {
  color: #fff;
  background: #b57309;
  border-color: #b57309;
}
.default-portfolio-item {
  position: relative;
  margin-bottom: 30px;
}
.default-portfolio-item.mix {
  display: none;
}
.mixitup-gallery .default-portfolio-item {
  padding: 0 !important;
  border: 1px solid #fff;
  margin: 0;
}
.default-portfolio-item .inner-box {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.default-portfolio-item .image-box {
  position: relative;
  display: block;
}
.default-portfolio-item .image-box img {
  position: relative;
  display: block;
  width: 100%;
}
.default-portfolio-item .overlay-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  -moz-transform: scaleY(0);
  transform: scaleY(0);
}
.default-portfolio-item .inner-box:hover .overlay-box {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.default-portfolio-item .overlay-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 10px 25px;
  background: rgba(0, 0, 0, 0.8);
}
.default-portfolio-item .overlay-inner .content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.default-portfolio-item .overlay-inner h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.default-portfolio-item .overlay-inner h3 a {
  color: #fff;
}
.default-portfolio-item .overlay-inner h3 a:hover {
  color: #b57309;
}
.default-portfolio-item .overlay-inner .image-link {
  position: relative;
  display: inline-block;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border: 2px solid #b57309;
  color: #b57309;
  border-radius: 2px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.default-portfolio-item .overlay-inner .image-link .icon {
  position: relative;
  display: inline-block;
  line-height: 30px;
}
.default-portfolio-item .overlay-inner .image-link:hover {
  background: #b57309;
  color: #fff;
}
.sidebar-page-container {
  position: relative;
}
.sidebar .sidebar-title {
  position: relative;
  margin-bottom: 20px;
}
.sidebar .sidebar-title h2 {
  color: #25292f;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 22px;
}
.sidebar .sidebar-widget {
  position: relative;
}
.sidebar .downloads {
  position: relative;
}
.sidebar .downloads h3 {
  color: #1c2125;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.sidebar .downloads .text {
  position: relative;
  font-size: 14px;
  color: #8b8b8b;
  margin-bottom: 15px;
}
.sidebar .downloads .theme-btn {
  position: relative;
  display: block;
  padding: 12px 30px;
  text-align: center;
  text-transform: uppercase;
}
.sidebar .styled-nav {
  position: relative;
  font-family: "Titillium Web", sans-serif;
}
.sidebar .styled-nav .nav-outer {
  position: relative;
  background: #f4f4f4;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}
.sidebar .styled-nav ul li {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 0;
  text-transform: capitalize;
  color: #4d5a64;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.sidebar .styled-nav li a {
  position: relative;
  display: block;
  line-height: 30px;
  padding: 15px 15px 15px 35px;
  text-transform: capitalize;
  color: #4d5a64;
  font-weight: 600;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.sidebar .styled-nav li.current a,
.sidebar .styled-nav li:hover a {
  color: #fff;
  background: #07203e;
}
.sidebar .styled-nav ul li:last-child {
  border-bottom: none;
}
.sidebar .styled-nav ul li:last-child {
  margin-bottom: 0;
}
.sidebar .styled-nav li.active-btn,
.sidebar .styled-nav li.current {
  color: #fff;
  background: #07203e;
}
.sidebar .contact-widget {
  position: relative;
  padding: 25px;
  text-align: center;
  background: #fff;
  border: 1px solid #f0f0f0;
}
.sidebar .contact-widget h3 {
  font-size: 18px;
  font-weight: 400;
  color: #999;
  line-height: 32px;
  margin-bottom: 5px;
}
.sidebar .contact-widget .phone-numbers {
  font-size: 24px;
  color: #2c2c2c;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}
.sidebar .search-box .form-group {
  position: relative;
  margin: 0;
}
.sidebar .search-box .form-group input[type="search"],
.sidebar .search-box .form-group input[type="text"] {
  position: relative;
  line-height: 24px;
  padding: 10px 50px 10px 20px;
  border: 1px solid #e9e9e9;
  background: #fff;
  color: #3a3a3a;
  display: block;
  width: 100%;
  height: 46px;
  border-radius: 3px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.sidebar .search-box .form-group input:focus {
  border-color: #b57309;
}
.sidebar .search-box .form-group button {
  position: absolute;
  right: 0;
  top: 0;
  height: 46px;
  width: 50px;
  line-height: 46px;
  text-align: center;
  display: block;
  font-size: 15px;
  color: #fff;
  background: #b57309;
  border-radius: 0 3px 3px 0;
}
.sidebar .search-box .form-group button:hover,
.sidebar .search-box .form-group input:focus + button {
  background-color: #b57309;
}
.sidebar .sidebar-title h3 {
  font-size: 18px;
  color: #25292f;
  font-weight: 600;
  text-transform: capitalize;
}
.sidebar .recent-posts .post {
  position: relative;
  font-size: 14px;
  color: #ccc;
  padding-left: 90px;
  min-height: 70px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}
.sidebar .recent-posts .post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.sidebar .recent-posts .post .post-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
}
.sidebar .recent-posts .post .post-thumb img {
  display: block;
  width: 100%;
}
.sidebar .recent-posts .post h4 {
  top: -5px;
  font-size: 16px;
  margin: 0;
  font-weight: 600;
  line-height: 1.4em;
  color: #25292f;
}
.sidebar .recent-posts .post a,
.sidebar .recent-posts .post a:hover {
  color: #b57309;
}
.sidebar .recent-posts .post h4 a {
  color: #25292f;
}
.sidebar .recent-posts .post-info {
  font-size: 13px;
  color: #9d9d9d;
  text-transform: capitalize;
  font-style: italic;
}
.sidebar .recent-posts .post-info a {
  color: #444;
}
.sidebar-page-container .contact-info {
  position: relative;
  font-size: 14px;
  margin-bottom: 30px;
}
.sidebar-page-container .contact-info .text {
  position: relative;
  font-size: 14px;
  margin-bottom: 10px;
  color: #7f7f7f;
}
.sidebar-page-container .contact-info li {
  position: relative;
  margin-bottom: 5px;
  line-height: 1.8em;
  color: #7f7f7f;
}
.sidebar-page-container .contact-info li strong {
  position: relative;
  padding-right: 10px;
  font-weight: 600;
  color: #292929;
}
.sidebar-page-container .contact-info a {
  color: #b57309;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}
.sidebar-page-container .contact-info a:hover {
  color: #3d3d3d;
}
.sidebar .popular-tags a {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 5px 20px;
  background: #f9f9f9;
  border: 1px solid #f0f0f0;
  margin: 0 5px 9px 0;
  color: #888;
  text-align: center;
  font-size: 12px;
  border-radius: 3px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.sidebar .popular-tags a:hover {
  background-color: #b57309;
  border-color: #b57309;
  color: #fff;
}
.sidebar .list {
  position: relative;
}
.sidebar .list li {
  position: relative;
  line-height: 24px;
  margin-bottom: 2px;
}
.sidebar .list li a {
  position: relative;
  display: block;
  color: #808284;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding: 8px 15px;
  padding-left: 25px;
}
.sidebar .list li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  height: 8px;
  width: 8px;
  background: #b57309;
  border-radius: 50%;
}
.sidebar .list li a:hover {
  color: #b57309;
}
.sidebar .text-widget {
  position: relative;
}
.sidebar .text-widget .text {
  font-size: 16px;
  color: #777;
}
blockquote.style-one {
  position: relative;
  padding: 25px 30px;
  color: #fff;
  background: #b57309;
  font-style: italic;
  border-left-color: #0675a4;
  margin: 20px 0 50px !important;
}
.project-single .default-title h2 {
  font-size: 20px;
}
.blog-container {
  position: relative;
  padding: 0 0;
}
.sidebar-page-container .blog-detail blockquote {
  position: relative;
  padding: 5px 20px 1px !important;
  margin: 15px 0;
  line-height: 2em;
  font-size: 14px;
  color: #282828;
  background: 0 0;
  border-left: 3px solid #b57309;
}
.sidebar-page-container .blog-detail p {
  margin-bottom: 20px;
}
.sidebar-page-container .blog-detail .post-desc h2 {
  font-size: 20px;
  margin-bottom: 22px;
  color: #1a1a1a;
}
.sidebar-page-container .blog-detail .post-desc h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #1a1a1a;
}
.sidebar-page-container .blog-detail h4 {
  font-size: 16px;
  margin-bottom: 20px;
}
.check-list li .fa {
  position: relative;
  color: #cbda37;
}
.remove-list li .fa {
  position: relative;
  color: red;
}
.sidebar-page-container .blog-detail .post-tags {
  position: relative;
  padding: 15px;
  font-size: 16px;
  background: #f5f5f5;
  color: #999;
  margin-bottom: 50px;
}
.sidebar-page-container .blog-detail .post-tags a {
  position: relative;
  color: #777;
  font-size: 15px;
}
.sidebar-page-container .blog-detail .post-tags a:hover {
  color: #00bff3;
}
.sidebar-page-container .comments-area {
  position: relative;
  margin-bottom: 50px;
}
.sidebar-page-container .group-title {
  position: relative;
  margin-bottom: 30px;
}
.sidebar-page-container .group-title h2 {
  font-size: 30px;
  text-transform: none;
  color: #2f2f2f;
  font-weight: 600;
}
.sidebar-page-container .group-title h2 strong {
  font-weight: 700;
}
.sidebar-page-container .comments-area .comment-box {
  position: relative;
  padding: 0 0;
  border: 1px solid #f0f0f0;
  background: #f9f9f9;
  margin-bottom: 25px;
}
.sidebar-page-container .comments-area .comment-box .comment:first-child {
  border: none;
}
.sidebar-page-container .comments-area .comment {
  position: relative;
  padding: 25px 30px 20px 30px;
  border-top: 1px solid #e9e9e9;
}
.sidebar-page-container .comments-area .comment .text {
  margin-bottom: 15px;
}
.sidebar-page-container .comments-area .reply-comment {
  padding-top: 25px;
  margin-left: 90px;
  padding-left: 100px;
}
.sidebar-page-container .comments-area .comment-box .author-thumb {
  position: absolute;
  left: 30px;
  top: 25px;
  width: 70px;
}
.sidebar-page-container .comments-area .reply-comment .author-thumb {
  left: 0;
}
.sidebar-page-container .comments-area .comment-box .author-thumb img {
  width: 100%;
  display: block;
  border-radius: 3px;
}
.sidebar-page-container .comments-area .comment-info {
  margin-bottom: 10px;
  color: #181818;
  line-height: 24px;
  font-size: 13px;
}
.sidebar-page-container .comments-area .comment-box strong {
  color: #2c2c2c;
  font-size: 18px;
  font-weight: 600;
  display: block;
  text-transform: capitalize;
  font-family: "Titillium Web", sans-serif;
}
.sidebar-page-container .comments-area .comment-info .comment-time {
  font-size: 13px;
  color: #999;
}
.sidebar-page-container .comments-area .reply-btn {
  position: absolute;
  right: 30px;
  top: 25px;
  display: inline-block;
  line-height: 24px;
  padding: 3px 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  background: #07203e;
  border-radius: 2px;
}
.sidebar-page-container .comments-area .reply-btn:hover {
  color: #fff;
  background: #07203e;
}
.comment-form .row {
  margin-left: -10px;
  margin-right: -10px;
}
.comment-form .form-group {
  position: relative;
  margin-bottom: 20px;
  padding: 0 10px;
}
.comment-form .form-group input[type="email"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="text"],
.comment-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 12px 15px;
  color: #222;
  border: 1px solid #e0e0e0;
  height: 50px;
  background: #f7f7f7;
  border-radius: 2px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
  border-color: #b57309;
  background: #fefefe;
}
.comment-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 10px 15px;
  color: #222;
  border: 1px solid #e9e9e9;
  height: 220px;
  background: #f7f7f7;
  resize: none;
  border-radius: 3px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.comment-form button {
  position: relative;
  padding: 9px 20px;
}
.blog-news-section .post-share-options {
  position: relative;
  padding: 15px 0;
  background: #fff;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.blog-news-section .post-share-options .tags {
  font-size: 14px;
  line-height: 24px;
  padding-top: 5px;
}
.blog-news-section .post-share-options .tags a {
  position: relative;
  color: #404040;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
}
.blog-news-section .post-share-options strong {
  text-transform: uppercase;
  font-weight: 600;
  color: #1c1c1c;
  padding-right: 10px;
}
.styled-pagination {
  position: relative;
  font-family: "Titillium Web", sans-serif;
}
.styled-pagination li {
  position: relative;
  display: inline-block;
  margin: 0 5px 10px 0;
}
.styled-pagination li a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 7px 3px;
  font-size: 15px;
  text-transform: uppercase;
  min-width: 40px;
  border: 1px solid #f1f1f1;
  background: #f1f1f1;
  color: #1c1c1c;
  font-weight: 600;
  text-align: center;
  border-radius: 2px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.styled-pagination li a.active,
.styled-pagination li a:hover {
  color: #fff;
  background: #b57309;
  border-color: #b57309;
}
.single-service {
  position: relative;
  font-size: 14px;
}
.single-service .service-title {
  font-size: 28px;
  margin-bottom: 15px;
  color: #2c2c2c;
  font-weight: 600;
}
.single-service h3 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #2c2c2c;
  font-weight: 600;
}
.single-service .text {
  padding-bottom: 20px;
}
.single-service .text p {
  margin-bottom: 20px;
  line-height: 1.8em;
}
.single-service .main-image {
  position: relative;
  margin-bottom: 20px;
}
.single-service .image-box img,
.single-service .main-image img {
  display: block;
  width: 100%;
}
.single-service .default-two-column {
  margin-bottom: 20px;
}
.default-text-block {
  margin-bottom: 30px;
}
.default-text-block p {
  position: relative;
  margin-bottom: 20px;
  line-height: 1.8em;
}
.single-service .default-two-column .image-column {
  position: relative;
  margin-bottom: 30px;
}
.single-service .benefits .title {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 30px;
}
.check-list li {
  position: relative;
  padding-left: 25px;
  line-height: 24px;
  font-size: 15px;
  color: #b57309;
  margin-bottom: 10px;
}
.check-list li::before {
  content: "Ã¯â€žÂ";
  font-family: FontAwesome;
  font-size: 14px;
  left: 0;
  line-height: 24px;
  position: absolute;
  top: 0;
}
.contact-section {
  padding: 50px 0 50px;
  position: relative;
}
.contact-section .column {
  position: relative;
  margin-bottom: 30px;
}
.contact-section .form-column {
  padding-right: 50px;
}
.contact-section .column h2 {
  color: #113c6d;
  font-size: 32px;
  text-transform: capitalize;
  margin-bottom: 30px;
  font-weight: 600;
  letter-spacing: 1px;
}
.contact-section .default-form textarea {
  height: 190px;
}
.contact-section .info-column {
  position: relative;
}
.contact-section .info-box .desc-text {
  position: relative;
  top: -5px;
  margin-bottom: 25px;
  font-size: 14px;
  color: #333;
}
.contact-section .info-box .contact-info {
  position: relative;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
}
.contact-section .info-box .contact-info li {
  position: relative;
  padding: 30px 20px 30px 100px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
}
.contact-section .info-box .contact-info li:last-child {
  border: none;
}
.contact-section .info-box .contact-info li a {
  color: #aaa;
}
.contact-section .info-box .contact-info li .icon {
  position: absolute;
  left: 35px;
  top: 50%;
  margin-top: -22px;
  line-height: 40px;
  height: 40px;
  font-size: 36px;
  color: #113c6d;
}
.contact-section .info-box .contact-info li strong {
  position: relative;
  font-family: "Titillium Web", sans-serif;
  display: block;
  color: #23282a;
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 20px;
  font-style: normal;
}
.main-header .logo-outer .logo img {
  margin-top: 0 !important;
}
.info-box-social {
  float: left;
  margin-top: 20px;
  margin-left: 20px;
}
.info-box-social .social-links-one a {
  padding: 4px 11px;
}
.info-box span.quick-query {
  padding-right: 15px;
  border: 1px solid #e0e0e0;
  text-align: center;
  padding: 8px 10px;
  margin-right: 12px;
}
.read-more-btn {
  padding: 5px 16px;
  color: #fff;
  background-color: #07203e;
  border-radius: 2px;
  margin: 10px auto;
  display: block;
  width: 120px;
  font-size: 16px;
}
.read-more-btn:hover {
  background-color: #b57309;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  color: #fff;
}
.phd-thesis-section {
  background-color: #464749;
  padding-top: 50px;
  padding-bottom: 50px;
}
.phd-thesis-block {
  background-color: #123b6f;
  padding: 20px;
  width: 100%;
  min-height: 140px;
  margin-bottom: 10px;
}
.phd-thesis-block .arrow-icon {
  background: url(../img/errow1.png);
  height: 21px;
  width: 20px;
  background-repeat: no-repeat;
  position: relative;
  top: 7px;
  right: 0;
  left: 104%;
}
.phd-thesis-block .arrow-icon2 {
  background: url(../img/errow1.png);
  height: 21px;
  width: 20px;
  background-repeat: no-repeat;
  position: relative;
  top: 7px;
  right: 0;
  left: 104%;
}
.phd-thesis-block h1,
.phd-thesis-block h2 {
  font-weight: 700;
  color: #fff;
  font-size: 30px;
  float: left;
  line-height: 41px;
}
.phd-thesis-block p {
  color: #fff;
  font-size: 15px;
}
.research-paper-block .phd-thesis-block {
  background-color: #12556f;
  padding: 20px;
  width: 100%;
  min-height: 140px;
  margin-top: 3px;
}
.phd-thesis-icon {
  float: left;
  display: block;
  padding: 11px;
}
.running-project {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  display: inline-block;
  width: 100%;
}
.running-project h1 {
  color: #06213f;
  font-size: 28px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.running-pro-block {
  border: 1px solid #ddd;
}
.running-pro-block img {
  width: 100%;
}
.running-pro-block p {
  font-size: 14px;
  text-align: center;
  color: #d89f53;
  padding: 0 15px 10px 15px;
  line-height: 20px;
}
.running-pro-block h2 {
  color: #000;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  padding: 10px;
}
.coun-base-run-block h1,
.coun-base-run-block h2 {
  color: #000;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-top: 35px;
  padding-bottom: 30px;
}
.country-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.country-list li {
  margin-bottom: 18px;
  display: inline-block;
  width: 16%;
  text-align: center;
  margin-top: 20px;
}
.country-list li img {
  width: 82%;
}
.country-list li h3 {
  font-size: 14px;
  width: auto;
  color: #000;
  line-height: 15px;
  padding-top: 13px;
}
.country-list li h3 span {
  width: 150px;
  display: inline-block;
}
.copyright a:link,
.copyright a:visited {
  color: #fff !important;
}
.icon-box-home {
  font-size: 42px;
  color: #fff;
  float: left;
  padding-right: 10px;
  line-height: 50px;
}

.single-service ul.faq {
  padding-left: 0px;
}
.content-column li,
.single-service li {
  list-style-type: disc;
}
.country-icon {
  text-align: center;
  margin-top: 10px;
  color: #123c6f;
  font-size: 15px;
}
.modal-body {
  position: relative;
}
.quick-query-modal .modal-open .modal {
  overflow-y: scroll;
  overflow-y: auto;
  height: 600px;
  background-color: rgba(65, 73, 83, 0.9);
}
.quick-query-right {
  background-image: url(img/world_map.png);
  background-color: #07203e;
  height: 640px;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.quick-query-modal .modal.in .modal-dialog .form-control {
  display: block;
  width: 100%;
  height: 40px;
  border: 1px solid #d9dde1;
  margin-bottom: 10px;
}
.quick-query-modal .modal.in .modal-dialog {
  padding-top: 0;
}
.sighn-up-form {
  margin: auto;
  width: 95%;
  padding-top: 50px;
}
.form-heading {
  color: #555;
  font-weight: 400;
  font-size: 31px;
  text-align: center;
}
.form-heading span {
  color: #555;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 0;
}
.quick-query-modal .modal.in .modal-dialog {
  /* text-align: center;
  position: fixed;
  width: 80%;
  max-width: 1200px;
  min-width: 320px;
  left: 10%;
  right: 10%;
  margin-top: 25px; */
}
.quick-query-form label, .quick-query-modal label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0;
  font-weight: 400;
  color: #000;
  font-size: 16px;
  padding-right: 30px;
  padding-left: 0;
  padding-bottom: 10px;
}
.quick-query-modal
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  margin: 5px 15px;
  font-size: 47px;
  color: #cac4c4;
  opacity: 0.5;
  font-weight: 400;
  text-shadow: 0;
  position: absolute;
  right: 0px;
  z-index: 999;
}
.quick-query-modal
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .form-group
  textarea {
  display: block;
  width: 100%;
  height: 100px;
  border: 1px solid #ccc;
}
.quick-query-modal
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .form-group
  textarea {
  display: block;
  width: 100%;
  height: 100px;
  border: 1px solid #ccc;
}
.free-trail-btn {
  padding: 13px;
  font-size: 0.825rem;
  text-transform: uppercase;
  margin-top: 1rem;
  background-color: #113c71;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  margin-bottom: 20px;
}
.free-trail-btn:hover {
  background-color: #b57309;
  color: #fff;
}
.quick-query-modal .modal .modal-dialog .modal-content .modal-body {
  padding: 0;
  position: relative;
}
.quick-query-modal .modal .modal-dialog .modal-content button.close{
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  margin: 5px 0px;
  font-size: 47px;
  color: #cac4c4;
  opacity: 0.5;
  font-weight: 400;
  text-shadow: 0;
  margin-top: -10px;
}
.free-trial-text {
  text-align: center;
  font-size: 13px;
  color: #555;
}
.radio-btn-inline {
  padding-left: 20px;
}
.marg15 {
  margin-top: 18px;
  margin-bottom: 18px;
  line-height: 22px;
  color: #ccc;
}
.monthly-avg-select-opt {
  width: 10%;
  display: inline-block;
  border: 1px solid #ccc;
  height: 40px;
  width: 100%;
  padding-left: 10px;
  margin-bottom: 15px;
}
.quick-query-form .checkbox-inline {
  margin: 15px;
  font-size: 12px;
  padding-bottom: 0;
  text-align: left;
  margin-left: 20px;
}
.address-section {
  width: 80%;
  margin: auto;
  text-anchor: left;
}
.address-section h3 {
  font-size: 16px;
  color: #fff;
  text-align: left;
  margin-bottom: 15px;
  margin-top: 85px;
}
.address-section ul {
  text-align: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
.address-section ul li {
  margin-top: 15px;
}
.address-section ul li p {
  font-size: 12px;
  float: right;
}
.address-section ul li a {
  color: #fff;
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 28px;
}
.email-us-heading {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-top: 70px !important;
  display: inline-block;
}
.address-heading {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-top: 70px;
  display: inline-block;
}
.email-us a {
  font-size: 13px;
  font-weight: 400;
}
span.address {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
}
.address-section ul li span.address p {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 11px;
  float: none;
}
.client-section {
  display: inline-block;
  width: 100%;
  margin-top: 19px;
  margin-bottom: -7px;
}
.client-focus-block .out-more-btn:hover {
  color: #00aab4;
}
.thoughts-block .out-more-btn:hover {
  color: #00aab4;
}
.industry-focus-block .out-more-btn:hover {
  color: #323c41;
}
.out-more-btn .fa-arrow-right {
  padding-left: 5px;
}
.activate-block {
  background-color: #0091d2;
  color: #fff;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 35px;
  min-height: 210px;
}
.activate-block h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  padding-left: 25px;
  padding-right: 25px;
}
.activate-block p {
  margin-top: 15px;
  padding-left: 25px;
  padding-right: 25px;
}
.thoughts-block {
  background-color: #ffc805;
  color: #fff;
  padding-top: 35px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 40px;
  min-height: 210px;
}
.out-more-btn {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  text-align: right;
  width: 100%;
  display: inline-block;
  padding-bottom: 10px;
}
.thoughts-block h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  padding-left: 25px;
  padding-right: 25px;
}
.thoughts-block p {
  margin-top: 15px;
  padding-left: 25px;
  padding-right: 25px;
}
.thoughts-block .out-more-btn {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  text-align: right;
  width: 100%;
  display: inline-block;
  padding-bottom: 10px;
  color: #4b555a;
}
.client-focus-block {
  color: #fff;
  padding-top: 35px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 40px;
  min-height: 210px;
}
.client-focus-block h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  padding-left: 25px;
  padding-right: 25px;
}
.client-focus-block p {
  margin-top: 15px;
  padding-left: 25px;
  padding-right: 25px;
}
.client-focus-block .out-more-btn {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  text-align: right;
  width: 100%;
  display: inline-block;
  padding-bottom: 10px;
  color: #4b555a;
}
.industry-focus-block {
  background-color: #be3c96;
  color: #fff;
  padding-top: 35px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 40px;
  min-height: 210px;
}
.industry-focus-block h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  padding-left: 25px;
  padding-right: 25px;
}
.industry-focus-block p {
  margin-top: 15px;
  color: #fff;
  padding-left: 25px;
  padding-right: 25px;
}
.industry-focus-block .out-more-btn {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  text-align: right;
  width: 100%;
  display: inline-block;
  padding-bottom: 10px;
  color: #fff;
}
.image {
  display: block;
  width: 100%;
  height: auto;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transition: 0.5s ease;
  cursor: pointer;
  opacity: 0;
}
.overlay p h3 a {
  color: #fdc236;
  top: 50%;
}
.img-block:hover .overlay {
  opacity: 0.5;
  background: rgba(0, 0, 0, 0.5);
}
.team-section h1,
.team-section h2 {
  color: #06213f;
  font-size: 28px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.team-section {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  display: inline-block;
  width: 100%;
}
.pt0 {
  padding-top: 0;
}
.autoimgsize {
  width: 100%;
  height: -webkit-fill-available;
  max-height: 180px;
  overflow: hidden;
}
.autoimgsize2 {
  width: 100%;
  height: -webkit-fill-available;
  max-height: 165px;
  overflow: hidden;
}
.scrollToTop {
  display: none;
}
.page-scroll {
  position: fixed;
  bottom: 20px;
  z-index: 1000;
  right: 20px;
}
.page-scroll a {
  font-size: 20px;
  color: #fff;
  background: #07203e;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
}
.footer-logo {
  margin-bottom: 10px;
}
.fborder {
  border: 1px solid #d5d5d5;
  padding: 4px;
}
.pagination > li > a,
.pagination > li > span {
  color: #113c71;
  font-weight: 700;
}
.guide {
  display: -webkit-inline-box;
}
.secure {
  position: fixed;
  bottom: 1px;
  left: 15px;
}

.cont {
  width: 93%;

  max-width: 350px;

  text-align: center;

  color: #eee;

  border-radius: 5px;

  overflow: hidden;
}

div.stars {
  width: 268px;

  /*display: inline-block;*/
}

input.star {
  display: none;
}

label.star {
  float: right;

  padding: 10px;

  font-size: 36px;

  color: #444;

  transition: all 0.2s;
}

input.star:checked ~ label.star:before {
  content: "\f005";

  color: #fd4;

  transition: all 0.25s;
}

input.star-5:checked ~ label.star:before {
  color: #fe7;

  text-shadow: 0 0 20px #113c71;
}

input.star-1:checked ~ label.star:before {
  color: #f62;
}

label.star:hover {
  transform: rotate(-15deg) scale(1.3);
}

label.star:before {
  content: "\f006";

  font-family: FontAwesome;
}

.checked {
  color: #fd4;
}

.rating-box {
  position: relative;

  vertical-align: middle;

  font-size: 3/3em;

  font-family: FontAwesome;

  display: inline-block;

  color: lighten(@grayLight, 25%);

  &:before {
    content: "\f006 \f006 \f006 \f006 \f006";
  }

  .rating {
    position: absolute;

    left: 0;

    top: 0;

    white-space: nowrap;

    overflow: hidden;

    color: #f68127;

    &:before {
      content: "\f005 \f005 \f005 \f005 \f005";
    }
  }
}

ul.faq li {
  list-style-type: none;
}

.faq li {
  padding: 1.25em;
}

.faq li.q {
  font-weight: bold;

  font-size: 120%;

  border-bottom: 1px #ccc solid;

  cursor: pointer;
  border-radius: 25px;
  background: #EAEBC7;
  margin: 35px 0px;
}
.faq li.p{
    border-radius: 25px;
}

.faq li.q:nth-child(1),
.faq li.q:nth-child(5),
.faq li.q:nth-child(9),
.faq li.q:nth-child(13),
.faq li.q:nth-child(17),
.faq li.q:nth-child(21),
.faq li.q:nth-child(25),
.faq li.q:nth-child(29),
.faq li.q:nth-child(33),
.faq li.q:nth-child(37),
.faq li.q:nth-child(41),
.faq li.q:nth-child(45),
.faq li.q:nth-child(49),
.faq li.q:nth-child(53),
.faq li.q:nth-child(57),
.faq li.q:nth-child(61),
.faq li.q:nth-child(64),
.faq li.q:nth-child(69) {
  /*background: #eee;*/
  background: #0F3667;
    color: white;
}

.faq li.a {
  /*font-weight: bold;*/

  color: #424242;

  background: #fff;

  display: none;
}

/*03-09-2020*/

.postTableOfContents {
  border: 1px solid #efeee9;
  padding: 10px 30px 10px 10px;
  margin: 30px 0;
  border-radius: 4px;
  background: #fff;
  height: 65px;
  overflow: hidden;
  position: relative;
  transition: height 0.5s;
  -webkit-transition: height 0.5s;
}
body.knowledgebase #tocWrapper .postTableOfContents .inner-wrap {
  height: auto;
  overflow: hidden;
  transition: height 0.5s;
}
body.knowledgebase #tocWrapper .postTableOfContents h2 {
  font-size: 16px;
  margin: 1rem 0 1rem 20px;
  transition: margin 0.5s;
}
body.knowledgebase #tocWrapper .postTableOfContents h2:before {
  font-family: FontAwesome;
  content: "\f0ca";
  display: inline-block;
  width: 30px;
  margin-left: 10px;
}
body.knowledgebase #tocWrapper .postTableOfContents ol,
body.knowledgebase #tocWrapper .postTableOfContents ul {
  padding-left: 30px;
  margin-bottom: 1em;
  font-size: 0.9em;
}
body.knowledgebase #tocWrapper .postTableOfContents ol li,
body.knowledgebase #tocWrapper .postTableOfContents ul li {
  padding-left: 10px;
  margin-left: 20px;
}
body.knowledgebase #tocWrapper .postTableOfContents ol li a,
body.knowledgebase #tocWrapper .postTableOfContents ul li a {
  color: #1b2b68;
}
body.knowledgebase #tocWrapper .postTableOfContents ol li a:hover,
body.knowledgebase #tocWrapper .postTableOfContents ul li a:hover {
  text-decoration: underline;
}
body.knowledgebase #tocWrapper .postTableOfContents.sticky-active {
  position: fixed;
  top: 60px;
  z-index: 100;
  margin-top: 10px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15), 0 8px 16px 0 rgba(0, 0, 0, 0.05);
  max-height: calc(75% - 40px);
  overflow: auto;
}
body.knowledgebase
  #tocWrapper
  .postTableOfContents.sticky-active:not(:hover)
  h2 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
body.knowledgebase
  #tocWrapper
  .postTableOfContents.sticky-active:not(:hover)
  .inner-wrap {
  height: 0 !important;
}
@media (max-width: 991px) {
  body.knowledgebase #tocWrapper .postTableOfContents.sticky-active {
    top: 10px;
    transition: width 0.5s;
    left: 15px;
  }
  body.knowledgebase
    #tocWrapper
    .postTableOfContents.sticky-active:not(:hover) {
    width: calc(100% - 95px) !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.knowledgebase #tocWrapper .postTableOfContents.sticky-active {
    width: calc(100% - 95px) !important;
  }
}
.d-inline-block {
  display: inline-block !important;
}
.valign-top {
  vertical-align: top;
}
.valign-top {
  vertical-align: top;
}
@media (min-width: 768px) {
  ol.two-columns,
  ul.two-columns {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
  }
}
@media (max-width: 767px) {
  ol.two-columns-mobile,
  ul.two-columns-mobile {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
    display: inline-block;
  }
  ol.two-columns-mobile li,
  ul.two-columns-mobile li {
    position: relative;
    padding-left: 24px;
    text-align: left;
  }
  ol.two-columns-mobile li::before,
  ul.two-columns-mobile li::before {
    left: 0;
  }
}
.table-overflow-wrapper {
  overflow: auto;
}
table#apaExamples,
table.kb-apa-example,
table.kb-table {
  font-size: 14px;
  margin-bottom: 30px;
}
.stickyNavbar {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  background-color: white;
  z-index: 100;
}

.postTableOfContents:hover {
  height: 250px;
  /*position: relative;*/
  transition: height 0.5s;
  -webkit-transition: height 0.5s;
}

.postTableOfContents.stickyNavbar {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15), 0 8px 16px 0 rgba(0, 0, 0, 0.05);
}

.postTableOfContents h2:before {
  font-family: FontAwesome;
  content: "\f0ca";
  display: inline-block;
  width: 30px;
  margin-left: 10px;
}

.postTableOfContents h2 {
  font-family: Circular-Bold, sans-serif;
  font-weight: 700;
  color: #1b2b68;
  font-size: 16px;
  margin: 1rem 0 1rem 20px;
  transition: margin 0.5s;
}

.postTableOfContents ol.two-columns {
  padding-left: 25px;
}

.modal-vr {
  width: 100%;
  margin: 0;
}
.modal-v {
  position: fixed;
  top: auto;
  right: auto;
  left: auto;
  bottom: 0;
  width: 100%;
}

.cookie-text {
  color: #000;
}
body.modal-open {
  overflow: hidden;
}


.listv {
  list-style: none;
  flex-wrap: wrap;
  display: flex;
  padding: 0;
  margin: 0;
}

.listv li {
  /*border-bottom: 1px solid #fff;*/
  /*flex: 1 0 25%;*/
  flex: 1 0 25%;
  /*padding: 10px;*/
  color: #fff;
}

.listv li:nth-child(4n + 1) {
  /* background: blue; */
}

.listv li:nth-child(4n + 2) {
  /*background: orange;*/
}

.listv li:nth-child(4n + 3) {
  /*background: green;*/
}
.listv li:nth-child(4n + 4) {
  /*background: purple;*/
}

.listql {
  list-style: none;
  flex-wrap: wrap;
  display: flex;
  padding: 0;
  margin: 0;
}

.listql li {
  /*border-bottom: 1px solid #fff;*/
  flex: 0 0 32%;
  /*padding: 10px;*/
  color: #fff;
}

.listql li:nth-child(2n + 1) {
  /* background: blue; */
}

.listql li:nth-child(2n + 2) {
  /*background: orange;*/
}



.sidebar-page-container .default-news-post{}
.sidebar-page-container .default-news-post h2{font-size: 24px; font-weight: 600; color: #1c2125;}
.sidebar-page-container .default-news-post h2 strong, .sidebar-page-container .default-news-post h2 b{ font-weight: 700;}
.sidebar-page-container .default-news-post h3{ color:#123c6f; font-size:18px; text-align: justify; font-family: "Open Sans", sans-serif;}
.sidebar-page-container .default-news-post h3 strong, .sidebar-page-container .default-news-post h3 b{ font-weight: 700;}
.sidebar-page-container .default-news-post p{ text-align: justify; font-size: 14px; font-family: "Open Sans", sans-serif;}
.sidebar-page-container .default-news-post img{ max-width: 100%;}

.sidebar-page-container .postTableOfContents h2{color: #1b2b68; font-weight: 700;font-size: 16px;}
.postTableOfContents{ height: 55px; padding: 5px 30px 5px 10px;}
.postTableOfContents:hover{ height: 100%;}

@media screen and (max-width: 767px){
.comments-area .col-lg-2 { width: 145px; }
.sidebar-page-container .auto-container .row:before, .sidebar-page-container .auto-container .row:after{ display: none;}
.sidebar-page-container .auto-container .row{ display: flex; flex-direction: column;}
.sidebar-page-container .auto-container .row .col-lg-3{ order: 2;}
.sidebar-page-container .auto-container .row .col-lg-9.content-side{ order: 1;}
.listv li, .listql li {flex: 1 0 100%;}
}

@media screen and (min-width: 768px) and (max-width: 1023px){
  .listv li {flex: 1 0 50%;}
  .listql li {flex: 1 0 100%;}
}

