@charset "utf-8";
/* base css */
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Open Sans", sans-serif;
}
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
ul,
ol {
  list-style: none;
}
img {
  max-width: 100%;
}
h1 {
  font-size: 42px;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  text-transform: uppercase;
}
h1:before {
  content: "";
  background: #f67f01;
  width: 80px;
  height: 2px;
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -40px;
}
h1 span {
  color: #f67f01;
}
h1.text-left {
  text-align: left;
}
h1.text-left::before {
  left: 0;
  margin-left: 0;
}
p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
/* common css */
.mt-50 {
  margin-top: 50px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-50 {
  margin-bottom: 50px;
}
.bg-grey {
  background: #f7f7f7;
}
.bg-orange {
  background: #f67f01;
}
.bg-orange h1::before {
  background: #fff;
}
.bg-orange h1 span {
  color: #fff;
}
.text-white {
  color: #fff;
}
/* Top bar start */
.top-bar {
  background: #000;
  padding: 5px 0;
}
.top-text {
  font-size: 12px;
  color: #fff;
  padding-top: 5px;
}
.topbar-links {
  list-style: none;
  text-align: right;
  margin-bottom: 0;
}
.topbar-links i {
  padding-right: 5px;
  color: #f67f01;
}
.topbar-links li {
  display: inline-block;
  padding: 0 12px;
  position: relative;
  text-decoration: none;
  color: #fff;
}
.topbar-links li a {
  text-decoration: none;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
.topbar-links li:before {
  content: "|";
  position: absolute;
  right: -2px;
  top: 1px;
  color: #ffffff;
  font-size: 10px;
}
.topbar-links li:last-child:before {
  display: none;
}
/* Header start */
.header {
  background: #fff;
}
.logo {
  padding: 3px 0px;
  display: inline-block;
}
.logo img {
  max-width: 260px;
  padding: 20px 0;
}
.navbar {
  margin-bottom: 0px;
}
.navigationwrape {
  float: right;
}
.navbar-default .navbar-nav > li > a {
  padding: 36px 16px;
  font-size: 14px;
  color: #231f20;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  .navbar-default .navbar-nav > li > a {
    padding: 40px 18px;
  }
}
.navbar-default .navbar-nav > li:hover > a {
  color: #fff;
  background: #f67f01;
}
.navbar-nav li:hover .dropdown-menu {
  color: #fff;
  background: #f67f01;
}
.navbar-default {
  background: none;
  border: none;
}
.navbar-default .navbar-nav > li > a.active {
  color: #fff;
  background: #f67f01;
}
.navbar {
  min-height: 0px;
}
.navbar-nav li:hover .dropdown-menu {
  display: block;
}
.dropdown-menu {
  background: #fff !important;
  border-top: none;
  padding: 0;
  border-bottom: 7px solid #f67f01;
  border-top: 5px solid #f67f01;
  min-width: 200px;
}
.dropdown-menu > li {
  border-bottom: 1px solid #efefef;
}
.dropdown-menu > li:last-child {
  border-bottom: none;
}
.dropdown-menu > li > a {
  color: #231f20;
  font-size: 14px;
  padding: 8px 20px 8px 28px;
  position: relative;
}
.dropdown-menu > li > a:hover {
  color: #fff;
  background: #f67f01;
}
.dropdown-menu > li a:before {
  content: "\f0da";
  font-family: "FontAwesome";
  position: absolute;
  top: 9px;
  left: 11px;
  color: #000;
}
.sticky {
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 10000;
  border-bottom: 1px solid #eee;
}
.navbar-toggle {
  background: #000;
  position: absolute;
  top: 18px;
  right: 0;
}
.navbar-toggle .icon-bar {
  background: #fff;
}
/* slider options start */
.tp-banner-container {
  position: relative;
  z-index: 1;
  padding: 0;
  width: 100%;
}
.tp-banner {
  position: relative;
  width: 100%;
}
.tp-caption {
  line-height: normal !important;
}
.tp-caption a {
  color: inherit !important;
}
.tp-bullets.simplebullets.round .bullet {
  border: 3px #fff solid;
  border-radius: 50%;
  background-image: none !important;
}
.tparrows {
  width: auto !important;
  height: auto !important;
  background-image: none !important;
}
.tp-arr-allwrapper {
  margin: 0 10px;
  width: 50px;
  height: 60px;
  background: rgba(255, 255, 255, 0.5);
}
.tp-arr-allwrapper:hover .tp-arr-iwrapper {
  color: #fff;
}
.tp-arr-iwrapper {
  color: #000;
  text-align: center;
  font-size: 30px;
  font-family: FontAwesome;
  line-height: 60px;
}
.tp-leftarrow .tp-arr-iwrapper:before {
  content: "\f104";
}
.tp-rightarrow .tp-arr-iwrapper:before {
  content: "\f105";
}
.slide-h1 {
  margin: 5px 0 !important;
  padding: 0 0 10px !important;
  padding-bottom: 5px !important;
  color: #444;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 57px;
}
.slide-h2 {
  margin: 5px 0 !important;
  padding: 0 0 10px !important;
  padding-bottom: 5px !important;
  color: #555;
  font-weight: bold;
  font-size: 55px;
  line-height: 100%;
}
.big-font {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 60px;
}
.large-desc {
  font-size: 16px;
}
.slide-h3 {
  color: #fff;
  font-size: 31px;
  line-height: 100%;
}
.slide-h3 span {
  text-transform: uppercase;
  font-weight: bold;
}
.slide-head {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 30px;
}
.slide-desc {
  font-size: 22px;
  line-height: 150%;
}
.main-title {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 70px;
}
.icon-cont {
  padding: 15px 40px;
  border-radius: 10px;
  text-align: center;
}
.icon-cont:after {
  position: absolute;
  bottom: -10px;
  left: 40%;
  z-index: 5;
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  content: "";
}
.icon-cont i {
  margin-bottom: 10px;
  color: #fff;
  font-size: 50px;
}
.icon-cont span {
  display: block;
  padding: 0 0 5px;
  color: #fff;
  text-align: center;
  font-size: 18px;
}
a.wit-btn {
  background: #fff;
  color: #333 !important;
  text-transform: uppercase;
}
.wit-line {
  width: 5%;
  height: 1px;
  background: #fff;
}
.vert-line {
  min-height: 270px;
  width: 1px;
  background: #fff;
}
.subTxt {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
  color: #333;
}
.large-title {
  color: #222;
  font-size: 60px;
  font-weight: 800;
  text-transform: uppercase !important;
}
.large-light-title {
  color: #787878 !important;
  font-size: 70px;
  font-weight: lighter;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.large-text {
  font-size: 20px;
  color: #000;
  font-weight: lighter;
}
.larger-text {
  font-size: 24px;
  font-weight: lighter;
  text-transform: uppercase;
}
.witTxt {
  color: #fff !important;
}
.light-font {
  font-weight: lighter !important;
  font-size: 50px;
}
.black-bg {
  background: rgba(0, 0, 0, 0.63);
  color: #a8a8a8;
  text-transform: none;
}
.lft-list {
  padding: 10px;
  font-size: 18px;
  color: #fff;
}
.wit-border {
  border: 1px #fff solid;
  padding: 15px 60px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
.rounded-bord {
  margin-right: 15px;
  border: 1px #fff solid;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 13px;
  border-radius: 50%;
}
#vertical-ticker {
  height: 120px;
  overflow: hidden;
}
#vertical-ticker li {
  padding: 15px 20px;
  display: block;
  text-align: center;
}
.to-bottom i.fa {
  font-size: 30px;
  border: 2px #a8a8a8 solid;
  padding: 20px 22px;
  border-radius: 50%;
  -webkit-animation: bounce 2s infinite linear;
  animation: bounce 2s infinite linear;
}
.slidertext1 {
  color: #f67f01;
  font-size: 70px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  text-shadow: 0 0 1px rgba(24, 24, 24, 0.75);
  font-family: "Oswald", sans-serif;
}
.slidertext2 {
  color: #f67f01;
  font-size: 18px;
  font-weight: 600;
  text-transform: none !important;
  text-align: left;
}
.slidertext4 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: none !important;
  text-align: center;
  text-shadow: 0 0 1px rgba(24, 24, 24, 0.75);
}
.slidertext3 a {
  color: #000 !important;
  font-size: 18px;
  font-weight: 700;
  padding: 14px 34px;
  text-transform: uppercase !important;
  text-align: left;
  background: #f67f01;
}
.tp-bannertimer {
  display: none;
}
@-webkit-keyframes bounce {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-30%);
  }
  100% {
    transform: translateY(0);
  }
}
/* Mozilla Firefox 15 below */
@-moz-keyframes bounce {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-30%);
  }
  100% {
    transform: translateY(0);
  }
}
/* Opera 12.0 */
@-o-keyframes bounce {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-30%);
  }
  100% {
    transform: translateY(0);
  }
}
/* W3, Opera 12+, Firefox 16+ */
@keyframes bounce {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-30%);
  }
  100% {
    transform: translateY(0);
  }
}
/* About-wrap start */
.about-wrap {
  padding: 60px 0;
}
.about-wrap h1 {
  text-align: left;
  margin-bottom: 40px;
}
.about-wrap h1:before {
  left: 0;
  margin-left: 0;
}
.aboutTxt {
  font-size: 24px;
  font-weight: bold;
  color: #646464;
  padding-top: 13px;
}
.aboutTxt span {
  display: block;
}
.about-wrap p {
  font-size: 14px;
  line-height: 24px;
  color: #878787;
  margin-top: 10px;
}
.about-service {
  list-style: none;
  margin-top: 10px;
}
.about-service li {
  width: 100%;
  font-size: 14px;
  line-height: 1.6;
  color: #6b6b6b;
  position: relative;
  text-align: left;
  padding-left: 25px;
}
.about-service li:before {
  content: "\f058";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 0;
  color: #f67f01;
  font-size: 16px;
}
.about-wrap .view-all {
  text-align: left;
}
.about-image {
  text-align: right;
}
.about-image img {
  box-shadow: 9px 9px 0px 0px #fdc236;
}
.inner-about {
  padding-bottom: 50px;
}
/* Quote wrap start */
.quote-wrap {
  background: #f67f01;
  padding: 30px 0;
}
.quote-wrap h2 {
  color: #fff;
  margin: 0px;
  font-size: 24px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  margin-top: 10px;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.36);
}
.quote-wrap p {
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
}
.quote-wrap .quote-btn {
  text-align: center;
  margin-top: 10px;
}
.quote-wrap .quote-btn a {
  background: #fff;
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 27px;
  font-weight: bold;
}
.quote-wrap .quote-btn a:hover {
  background: #000;
  color: #fff;
}
/* welcome-msg-wrap start */
.welcome-msg-wrap {
  padding: 40px 0;
}
.welcome-msg-wrap p {
  color: #fff;
}
/* welcome-msg-wrap end */
/* Services */
.service-wrap {
  padding: 40px 0;
  background: #eee;
  text-align: center;
}
.service-wrap h3 a {
  font-size: 24px;
  text-decoration: none;
  color: #000;
}
.service-wrap h3 a:hover {
  color: #f67f01;
}
.service-wrap .service-para {
  max-width: 950px;
  margin: 0 auto 30px;
}
.service-details {
  background: #fff;
  padding: 15px 15px 25px 15px;
  min-height: 220px;
}
.service-details h3 {
  margin-top: 10px;
  font-weight: 700;
}
.readmore a {
  vertical-align: middle;
  z-index: 1000;
  background: #f67f01;
  color: #fff !important;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.36);
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 24px;
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.readmore a:hover {
  color: #fff !important;
}
.readmore a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3a3a3a;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.readmore a:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.inner-content .service-details {
  background: #f3f3f3;
}
.inner-content .service-wrap {
  background: none;
  padding: 0;
}
.service-image {
  position: relative;
  overflow: hidden;
}
.serviceList li {
  margin: 15px 0;
}
.serviceList li .service-box {
  border-radius: 20px;
  overflow: hidden;
}
.serviceList li .service-box h3 {
  font-weight: 700;
}
.serviceList li .service-box p {
  text-align: left;
}
.serviceList li .service-box .service-details {
  min-height: 270px;
}
.service-image img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.serviceList li:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.hoverlink {
  background: rgba(253, 194, 54, 0.42);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.serviceList li:hover .hoverlink {
  display: block;
}
.icon {
  z-index: 1000;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -35px;
  margin-top: -35px;
}
.icon a {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.6);
  width: 70px;
  height: 70px;
  border-radius: 100%;
  display: block;
  font-size: 30px;
  color: #000;
  text-align: center;
  line-height: 70px;
}
/* usp-wrap */
.usp-wrap {
  padding: 40px 0;
}
.usp-wrap .usp-box {
  display: flex;
  flex-wrap: wrap;
}
.usp-wrap .usp-box .item {
  width: calc(33.3% - 20px);
  background: #fff;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.07);
  margin: 0 10px 20px;
  padding: 30px;
  border-radius: 10px;
}
.usp-wrap .usp-box .item:hover {
  box-shadow: none;
  background: #f3942f;
  color: #fff;
}
.usp-wrap .usp-box .item:hover p {
  color: #fff;
}
.usp-wrap .usp-box .item:hover h4::before {
  background: #fff;
}
.usp-wrap .usp-box .item:first-child {
  width: calc(66.6% - 20px);
}
.usp-wrap .usp-box .item h4 {
  position: relative;
  margin: 0 0 40px;
  font-weight: 700;
}
.usp-wrap .usp-box .item h4::before {
  content: "";
  background: #f67f01;
  height: 2px;
  width: 50px;
  position: absolute;
  bottom: -15px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .usp-wrap .usp-box .item,
  .usp-wrap .usp-box .item:first-child {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 576px) {
  .usp-wrap .usp-box .item,
  .usp-wrap .usp-box .item:first-child {
    width: calc(100% - 20px);
  }
}
/* usp-wrap */
.team-wrap {
  padding: 40px 0;
}
.team-wrap .team-box {
  display: flex;
  flex-wrap: wrap;
}
.team-wrap .team-box .item {
  display: flex;
  align-items: center;
  gap: 20px;
  width: calc(33.3% - 20px);
  background: #f67f01;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.07);
  margin: 0 10px 20px;
  padding: 15px;
  border-radius: 10px;
  color: #fff;
}
.team-wrap .team-box .item img {
  max-width: 80px;
}
.team-wrap .team-box .item:hover {
  box-shadow: none;
  background: #f3942f;
  color: #fff;
}
.team-wrap .team-box .item h4 {
  position: relative;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .team-wrap .team-box .item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 576px) {
  .team-wrap .team-box .item {
    width: calc(100% - 20px);
  }
}
.team-wrap.about-team-wrap .item {
  align-items: flex-start;
  background: transparent;
  flex-wrap: wrap;
}
.team-wrap.about-team-wrap .item .content {
  width: 100%;
}
.team-wrap.about-team-wrap .item .text-white {
  color: #000;
}
.team-wrap.about-team-wrap .item:hover .text-white,
.team-wrap.about-team-wrap .item:hover p {
  color: #fff;
}
/* Porfolio  */
.porfolio-wrap {
  padding: 50px 0;
}
.porfolio-wrap h1 {
  margin-bottom: 30px;
}
.portfolio-service li {
  margin-top: 30px;
}
.project-image {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
.project-image img {
  width: 100%;
}
.project-image:before {
  content: "";
  border: 1px solid #fff;
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  z-index: 2;
}
.portfolio-overley {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.project-image:hover .portfolio-overley {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.porfolio-wrap .content {
  z-index: 1000;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -40px;
  width: 100%;
}
.porfolio-wrap .content h3,
.porfolio-wrap .content h3 a {
  text-decoration: none;
  color: #f67f01;
}
.portfolio-tags {
  color: #fff;
}
.portfolio-content h4 {
  color: #f67f01;
  margin-top: 15px;
}
.portfolio-content ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: 15px;
}
.portfolio-content ul li {
  list-style: initial;
  width: 50%;
  margin-top: 10px;
  padding-right: 15px;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .portfolio-content ul {
    flex-direction: column;
  }
  .portfolio-content ul li {
    text-align: left;
    width: 100%;
  }
}
/* footer */
.footer-wrap {
  background: url(../images/footer-bg.jpg) no-repeat;
  background-size: cover;
  padding: 44px 0 15px 0;
}
.footer-wrap p {
  padding-top: 15px;
  font-size: 14px;
  line-height: 22px;
  color: #a6a6a6;
  margin-top: 8px;
}
.footer-wrap p a {
  color: #efb935;
  text-decoration: underline;
}
.footer-wrap p a:hover {
  text-decoration: none;
}
.footer-wrap h3 {
  margin-top: 0;
  color: #fff;
  font-size: 24px;
  margin-bottom: 35px;
  font-family: "Oswald", sans-serif;
  position: relative;
}
.footer-wrap h3:before {
  content: "";
  background: #f67f01;
  height: 2px;
  width: 50px;
  position: absolute;
  bottom: -15px;
  left: 0;
}
.footer-links {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.footer-links li {
  line-height: 28px;
  width: 50%;
}
.footer-links li a {
  text-decoration: none;
  color: #a6a6a6;
  font-size: 14px;
}
.footer-links li a:hover {
  color: #f67f01;
}
.footer-links li:before {
  content: "\f0da";
  font-family: "FontAwesome";
  padding-right: 10px;
  color: #969696;
}
.footer-address {
  color: #a6a6a6;
  font-size: 14px;
  position: relative;
  padding-left: 22px;
  margin-top: 20px;
}
.footer-address:before {
  content: "\f041";
  font-family: "FontAwesome";
  color: #a6a6a6;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  font-weight: 400;
}
.call-us {
  margin-top: 10px;
  position: relative;
  padding-left: 22px;
}
.call-us a {
  color: #a6a6a6;
  font-size: 14px;
}
.call-us:before {
  content: "\f095";
  font-family: "FontAwesome";
  font-size: 14px;
  color: #a6a6a6;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 400;
}
.fax {
  margin-top: 10px;
  position: relative;
  padding-left: 22px;
  margin-top: 20px;
}
.fax a {
  color: #a6a6a6;
  font-size: 14px;
}
.fax:before {
  content: "\f1ac";
  font-family: "FontAwesome";
  font-size: 14px;
  color: #a6a6a6;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 400;
}
.footer {
  background: #000;
  padding: 13px 0;
}
.site {
  text-align: right;
  color: #a6a6a6;
}
.site a {
  color: #bfbfbf;
}
.copyright {
  font-size: 14px;
  color: #929292;
  padding-top: 5px;
}
.footerWrp {
  border-top: 1px solid #3c3c3c;
  padding-top: 8px;
  margin-top: 15px;
}
.social {
  list-style: none;
}
.social a {
  text-decoration: none;
  font-size: 24px;
  color: #fff;
  margin: 0 2px;
}
.foot {
  text-align: right;
}
.foot li {
  display: inline-block;
  padding: 0 15px;
  position: relative;
}
.foot li:last-child {
  padding-right: 0;
}
.foot li:last-child:before {
  display: none;
}
.foot li:before {
  content: "|";
  position: absolute;
  right: -12px;
  top: 0px;
  color: #ffffff;
  font-size: 10px;
}
/* Inner-header start */
.inner-heading {
  background: url(../images/inner-heading-bg.jpg) no-repeat;
  background-size: cover;
  padding: 70px 0;
}
.inner-heading h3 {
  font-size: 40px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  margin: 0;
}
.inner-content {
  padding: 50px 0;
}
/* Contact */
.title {
  text-align: center;
  margin-bottom: 40px;
}
.title > span {
  color: #292929;
  font-size: 17px;
  margin-bottom: 10px;
}
.title h2 {
  color: #292929;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 1px;
  margin: 0;
  font-family: "Oswald", sans-serif;
}
.title > p {
  line-height: 24px;
  font-size: 14px;
}
.title span strong {
  color: #ec5938;
}
.contact > span {
  color: #999999;
  float: left;
  font-size: 50px;
  line-height: 30px;
  margin-right: 10px;
  text-align: center;
  width: 120px;
}
.fa-home:before {
  content: "\f015";
}
.information {
  overflow: hidden;
  padding-right: 70px;
}
.information strong {
  color: #000;
  display: table;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.information p {
  font-size: 13px;
  line-height: 22px;
  margin: 0;
}
.contact-wrap h4 {
  line-height: 1.8;
}
.contact-form {
  text-align: center;
}
.contact-form input,
.contact-form textarea {
  color: #8c8c8c;
  float: left;
  border: 1px solid #ddd;
  font-size: 12px;
  line-height: 32px;
  margin-bottom: 15px;
  padding: 10px 20px;
  width: 100%;
}
.contact-now .contact {
  margin-bottom: 10px;
  padding: 14px 0;
  background: #eee;
  padding-top: 14px;
}
.map {
  margin: 30px 0;
}
.contact-form .button {
  vertical-align: middle;
  z-index: 1000;
  font-size: 14px;
  background: #f67f01;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  padding: 13px 38px;
  margin-top: 20px;
  display: inline-block;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.36);
  border: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.contact-form .button:hover {
  color: #fff;
}
.contact-form .button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.contact-form .button:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* Pagination-wrap */
.pagiWrap .showreslt {
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
}
.pagiWrap .pagination {
  text-align: right;
  margin: 0;
  float: right;
}
.pagination > li:first-child a,
.pagination > li:first-child span {
  border-radius: 0;
}
.pagination > li:last-child a,
.pagination > li:last-child span {
  border-radius: 0;
}
.pagination li a:hover,
.pagination li.active a {
  background: #f67f01;
  border: 1px solid #f67f01;
  color: #fff;
}
/* inner content */
.inner-content .porfolio-wrap {
  padding: 0;
}
/* scrollToTop */
.scrollToTop {
  display: none;
}
.page-scroll {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}
.page-scroll a {
  font-size: 24px;
  color: #fff;
  background: #f67f01;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  border-radius: 6px;
}
/* media screen */
@media screen and (max-width: 1200px) {
  .slidertext1,
  .slidertext2,
  .slidertext3 {
    margin-left: 60px;
  }
}
@media screen and (max-width: 990px) {
  .slidertext1,
  .slidertext2,
  .slidertext3 {
    margin-left: 50px !important;
  }
  .quote-wrap h2 {
    text-align: center;
    margin-bottom: 20px;
  }
  .about-image {
    text-align: center;
    margin-top: 30px;
  }
  .serviceList li {
    margin-bottom: 30px;
  }
  .newletter_des {
    width: 70%;
  }
  .pagiWrap {
    margin-bottom: 30px;
  }
  .team_wrap {
    text-align: center;
  }
  .social {
    margin-bottom: 20px;
  }
  .faqs .pull-right {
    float: none !important;
  }
  .worker-image {
    text-align: center;
  }
  .four-zero-page p {
    letter-spacing: 1px;
    padding: 0;
  }
  .contact-form .button {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top-text {
    text-align: center;
  }
  .topbar-links {
    text-align: center;
    margin-top: 5px;
  }
  .logo,
  .serviceList,
  .portfolio-service,
  .team_wrap {
    text-align: center;
  }
  .navigationwrape {
    float: none;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 14px 16px;
  }
  .blogGrid li .postimg img {
    width: 100%;
  }
  .service-image {
    display: inline-block;
  }
  .about-service li {
    float: none;
    width: 100%;
  }
  .copyright,
  .foot {
    text-align: center;
  }
  .pagiWrap {
    text-align: center;
  }
  .pagiWrap .showreslt,
  .pagiWrap .pagination {
    text-align: center;
  }
  .pagination {
    margin-top: 20px !important;
  }
  .dropdown-menu {
    position: static;
    float: none;
    width: 100%;
  }
  .hero-wrapper {
    height: 400px;
  }
  .sliderTxt h1 {
    font-size: 48px;
  }
  .sliderTxt p {
    font-size: 18px;
    line-height: 20px;
  }
  .navbar-default {
    background: #f7f7f7;
    border: 1px solid #eee;
    border-top: none;
  }
}
@media screen and (max-width: 480px) {
  .portfolio-service {
    text-align: center;
  }
  .hero-wrapper {
    height: 250px;
  }
  .sliderTxt h1 {
    font-size: 24px;
  }
  .sliderTxt p {
    font-size: 14px;
  }
}
/* other css */
.csr-row {
  display: flex;
  align-items: center;
  gap: 30px;
}
.csr-row .csr-image {
  background: #fdc236;
  border-radius: 50%;
  display: flex;
  width: 300px;
  height: 300px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.csr-row .about-image {
  flex-shrink: 0;
  margin-bottom: 20px;
  border: 2px solid #f67f01;
  padding: 0px;
}
@media screen and (max-width: 576px) {
  .csr-row {
    flex-direction: column;
    margin: 0;
    gap: 0;
  }
}
