html {
  font-size: 15px;
}
body {
 font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  color: #111111;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
p {
  color: #6f6f6f;
  line-height: 1.8em;
  margin-bottom: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  color: #051829;
  margin: 0 0 0.4em;
}

ul {
  padding-left: 0;
  margin: 0;
  list-style-position: inside;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

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

a:focus {
  outline: none !important;
}

img {
  max-width: 100%;
  height: auto;
}
textarea{
  resize: none;
}
/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/
.style-switcher-box {
  display: none;
}
.page-wrapper {
  position: relative;
  overflow: hidden;
}

.float-right {
  float: right;
}

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

.section-padding {
  padding: 90px 0;
}
.back-to-top {
  background-color: #104d3b;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 15px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.back-to-top:hover {
  background-color: #104d3b;
}
.back-to-top i {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999 !important;
}

.fancybox-wrap {
  z-index: 99999 !important;
}

/**** style for box layout ***/
.box-layout {
  /*** style for box layout ***/
}

.section-title, .section-title-white, .section-title-s2, .section-title-s5, .section-title-s6, .section-title-s7 {
  margin-bottom: 35px;
}
.section-title h2, .section-title-white h2, .section-title-s2 h2, .section-title-s5 h2, .section-title-s6 h2, .section-title-s7 h2 {
      text-transform: uppercase;
    margin: 0;
    padding-bottom: 0.5em;
    position: relative;
    letter-spacing: 0px;
    font-size: 32px;
    font-weight: 700;
}
/*.section-title h2:before, .section-title-white h2:before, .section-title-s2 h2:before, .section-title-s5 h2:before, .section-title-s6 h2:before, .section-title-s7 h2:before {
  content: "";
  background-color: #104d3b;
  width: 80px;
  height: 2px;
  position: absolute;
  left: 70;
  bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}*/
/*.section-title-s3 h2:before, .section-title-s4 h2:before {
  content: "";
  background-color: #104d3b;
  width: 40px;
  height: 4px;
  position: absolute;
  left: 50%;
  bottom: 0;
} */
.section-title-white h2 {
  color: #fff;
}

.section-title-s2, .section-title-s5, .section-title-s6, .section-title-s7 {
  text-align: center;
}

.section-title-s2 h2, .section-title-s5 h2, .section-title-s6 h2, .section-title-s7 h2,
.section-title-s2 p, .section-title-s5 p, .section-title-s6 p, .section-title-s7 p {
  color: #fff;
}

.section-title-s2 h2:before, .section-title-s5 h2:before, .section-title-s6 h2:before, .section-title-s7 h2:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section-title-s2 h2, .section-title-s5 h2, .section-title-s6 h2, .section-title-s7 h2 {
  margin: 0 0 0.83em;
}
.section-title-s2 p, .section-title-s5 p, .section-title-s6 p, .section-title-s7 p {
  margin: 0;
}
.section-title-s3 h2, .section-title-s4 h2 {
    line-height: 1.2em;
    margin: 0.13em 0 0;
    padding-bottom: 0.3em;
    position: relative;
    font-weight: 700;
    color: #ffffff;
    font-size: 50px;
    text-transform: uppercase;
}
.section-title-s3 h6 {
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: 300;
}
.mt-0 {
  margin-top: -15px;
}
.mt-2 {
  margin-top: 20px;
}
.mt-3 {
  margin-top: 30px;
}
.mb-3 {
  margin-bottom: 30px;
}
.mb-5 {
  margin-bottom: 50px;
}
.section-title-s3 > span, .section-title-s4 > span {
  color: #9a9a9a;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.section-title-s4 h2 {
  margin: 0 0 0.83em;
}

.section-title-s5 h2, .section-title-s6 h2, .section-title-s7 h2 {
  color: #104d3b;
}

.section-title-s5 p, .section-title-s6 p, .section-title-s7 p {
  color: #6a6a6a;
}

.section-title-s6 h2, .section-title-s7 h2 {
  text-transform: none;
}

.section-title-s6 h2:before, .section-title-s7 h2:before {
  display: none;
}

.section-title-s7 h2 {
  padding-bottom: 0;
}

.theme-btn, .theme-btn-s2, .theme-btn-s3, .theme-btn-s4, .theme-btn-s5 {
    background-color: #104d3b;
    font-size: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 15px 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 50px;
    text-transform: uppercase;
}

.theme-btn:hover, .theme-btn-s2:hover, .theme-btn-s3:hover, .theme-btn-s4:hover, .theme-btn-s5:hover {
  background-color: #020b12;
  color: #fff;
}

.social-links {
  overflow: hidden;
  list-style-type: none;
}

.social-links li {
  float: left;
}

.social-links li a {
  display: block;
  text-align: center;
}

/******************************
  #blog grids
******************************/
.page-title {
  background: url("../images/page-title.jpg") center center/cover no-repeat local;
  height: 260px;
  position: relative;
  width: 100%;
}

.page-title:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.page-title .container {
  height: 100%;
  display: table;
}

.page-title .container > .row {
  vertical-align: middle;
  display: table-cell;
}

.page-title h2,
.page-title ol {
  color: #fff;
}

.page-title h2 {
  font-size: 48px;
  font-size: 3.2rem;
  font-weight: 800;
  margin: 1em 0 0.23em;
}

.page-title .breadcrumb {
  background-color: transparent;
  padding: 0;
}

.page-title .breadcrumb li {
  font-size: 18px;
  font-size: 1.2rem;
  color: #104d3b;
  margin-right: 5px;
}

.page-title .breadcrumb li a {
  color: #fff;
}

.page-title .breadcrumb li a:hover {
  color: #104d3b;
}

.page-title .breadcrumb > li + li:before {
  font-family: "FontAwesome";
  content: "\f105";
  color: #fff;
  margin-right: 5px;
}

.preloader {
  width: 100%;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10001;
}

.preloader div {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.team-grids .team-grid {
  overflow: hidden;
  position: relative;
}

.team-grids .member-pic-social {
  position: relative;
  overflow: hidden;
}

.team-grids .social {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
}

.team-grids .social-links {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 11;
  opacity: 0;
}

.team-grids .member-pic-social:hover .social-links {
  opacity: 1;
}

.team-grids .social-links > li + li {
  margin-left: 20px;
}

.team-grids .social-links li a {
  font-size: 24px;
  font-size: 1.6rem;
  color: #fff;
}

.team-grids .social-links li a:hover {
  color: #051829;
}

.team-grids .member-info {
  text-align: center;
  padding-top: 25px;
}

.team-grids .member-info h3 {
  font-size: 20px;
  margin: 0 0 15px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #104d3b;
  text-align: left;
  margin-bottom: 10px;
}
.team-grids .member-info p{
  text-align: left;
}
.team-grids .owl-controls .owl-nav {
  width: 100%;
  position: absolute;
  left: 0;
  top: 59%;
  z-index: 10;
}
.team-grids .member-info a.more {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    text-align: left;
    display: inline-block;
    background: #104d3b;
    float: left;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 14px;
}
.team-grids .member-info a.more:hover{
  background:#000;
}

.team-grids .owl-controls .owl-dots {
  position: relative;
  top: 80px;
  z-index: 10;
}

.team-grids .owl-controls .owl-nav .owl-prev,
.team-grids .owl-controls .owl-nav .owl-next {
  background: transparent;
  font-size: 24px;
  font-size: 1.6rem;
  color: #051829;
  padding: 0;
  position: absolute;
}

.team-grids .owl-controls .owl-nav .owl-prev:hover,
.team-grids .owl-controls .owl-nav .owl-next:hover {
  background: transparent;
  color: #104d3b;
}

.team-grids .owl-controls .owl-nav .owl-prev {
  left: -65px;
}

.team-grids .owl-controls .owl-nav .owl-next {
  right: -65px;
}

.team-grids .owl-controls .owl-dots .active span,
.team-grids .owl-controls .owl-dots .owl-dot:hover span {
  background: #104d3b;
}

.square-hover-effect {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.square-hover-effect .hover-1,
.square-hover-effect .hover-2,
.square-hover-effect .hover-3,
.square-hover-effect .hover-4 {
  background: #104d3b;
  width: 50%;
  height: 50%;
  position: absolute;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}

.square-hover-effect .hover-1 {
  left: 0;
  top: 0;
}

.square-hover-effect .hover-2 {
  left: 50%;
  top: 0;
}

.square-hover-effect .hover-3 {
  left: 50%;
  top: 50%;
}

.square-hover-effect .hover-4 {
  left: 0;
  top: 50%;
}

.square-hover-effect:hover .hover-1,
.square-hover-effect-parent:hover .hover-1 {
  left: 50%;
  top: 0;
  opacity: 1;
}

.square-hover-effect:hover .hover-2,
.square-hover-effect-parent:hover .hover-2 {
  left: 50%;
  top: 50%;
  opacity: 1;
}

.square-hover-effect:hover .hover-3,
.square-hover-effect-parent:hover .hover-3 {
  left: 0%;
  top: 50%;
  opacity: 1;
}

.square-hover-effect:hover .hover-4,
.square-hover-effect-parent:hover .hover-4 {
  left: 0%;
  top: 0%;
  opacity: 1;
}
.site-header .navigation {
  background-color: #fff;
  margin-bottom: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.site-header .navigation > .container {
  position: relative;
}

.site-header .navigation ul {
  list-style-type: none;
}
.site-header #navbar {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  /*** mega-menu style ***/
}

.site-header #navbar > ul li a:hover,
.site-header #navbar > ul li a:focus {
  text-decoration: none;
  color: #051829;
}


/**************************************************
  #header style 1
******************************************************/
.nav>li>a:focus, .nav>li>a:hover{
  background-color: transparent;
}
nav.navbar.topbarmenu {
    margin-bottom: 5px;
    margin-top: 10px;
    min-height: auto;
}
.header-style-5 #navbar > ul > li > a {
    padding: 15px;
}
.topbar-style-1, .topbar-style-2 {
  background-color: #051829;
  padding: 0;
}

.topbar-style-1 .topbar-contact-info, .topbar-style-2 .topbar-contact-info {
  display: inline-block;
  float: right;
}
.topbar-style-1 .topbar-contact-info > div, .topbar-style-2 .topbar-contact-info > div {
  display: inline-block;
  float: left;
  padding-left: 30px;
  position: relative;
}

.topbar-style-1 .topbar-contact-info > div > i, .topbar-style-2 .topbar-contact-info > div > i {
  font-size: 1rem;
  color: #fff;
 position: absolute;
  left: 10px;
   top: 10px;
}

.topbar-style-1 .topbar-contact-info p, .topbar-style-2 .topbar-contact-info p {
  font-size: 13px;
  color: #fff;
  line-height: 100%;
  margin: 0 0 0;
}

.topbar-style-1 .details > span, .topbar-style-2 .details > span {
  font-size: 12px;
  font-size: 0.8rem;
  color: #9a9a9a;
}

.margin {
  padding: 17px 0px;
}

.header-style-1 #navbar > ul > li > a:hover:before, .header-style-2 #navbar > ul > li > a:hover:before, .header-style-3 #navbar > ul > li > a:hover:before, .header-style-4 #navbar > ul > li > a:hover:before, .header-style-5 #navbar > ul > li > a:hover:before, .header-style-6 #navbar > ul > li > a:hover:before {
  width: 50%;
}

.topbar-style-2 .topbar-contact-info {
  float: none;
}

.topbar-style-2 .get-quote {
  float: right;
  margin-top: 12px;
}

/**************************************
  #header style 4
****************************************/
.header-style-4 .social, .header-style-5 .social {
  display: inline-block;
}
.header-style-4 .social > span, .header-style-5 .social > span {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #000;
  position: relative;
  top: 9px;
}

.header-style-4 .social-links, .header-style-5 .social-links {
  display: inline-block;
  position: relative;
  top: 15px;
  left: 8px;
}

.header-style-4 .social-links > li + li, .header-style-5 .social-links > li + li {
  margin-left: 15px;
}

.header-style-4 .social-links li a, .header-style-5 .social-links li a {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #fff;
}

.topbar-contact-info a{
  color: #fff;
  font-size: 14px;
}

/**************************************
  #header style 5
****************************************/
.header-style-5 {
  position: static;
  /*** lower topbar ***/
}

.header-style-5 .social {
  float: right;
}
.header-style-5 .topbar {
  background-color: #04442c;
}

.header-style-5 .social-links {
  top: 5px;
}

.header-style-5 .social > span {
  top: 0;
}
.header-style-5 .lower-topbar .site-logo {
  margin: 13px 0 0 0;
  text-align: center;
}
.header-style-5 .lower-topbar .awards {
  float: right;
  overflow: hidden;
  position: relative;
  top: 14px;
}

.header-style-5 .lower-topbar .awards > div {
  min-height: 43px;
  padding-left: 58px;
  position: relative;
  float: left;
}

.header-style-5 .lower-topbar .awards > div:first-child {
  margin-right: 40px;
}

.header-style-5 .lower-topbar .awards .icon {
  position: absolute;
  left: 0;
  top: -8px;
}

.header-style-5 .lower-topbar .awards .icon .fi:before {
  font-size: 44px;
  font-size: 2.93333rem;
  color: #104d3b;
}

.header-style-5 .lower-topbar .awards h4 {
  font-size: 16px;
  font-size: 1.06667rem;
  margin: 0;
}
.header-style-5 .lower-topbar .awards p {
  font-size: 12px;
  font-size: 0.8rem;
  margin: 0;
}
.header-style-5 .request-quote {
  width: 140px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 0;
  border-radius: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.header-style-5 .request-quote:hover {
  background-color: black;
  color: #fff;
}

/**************************************
  #header style 6
****************************************/

.header-style-6 .topbar-style-2 .theme-btn, .header-style-6 .topbar-style-2 .theme-btn-s2, .header-style-6 .topbar-style-2 .theme-btn-s3, .header-style-6 .topbar-style-2 .theme-btn-s4, .header-style-6 .topbar-style-2 .theme-btn-s5 {
  color: #fff;
}

/*--------------------------------------------------------------
#0.4  hero slider
--------------------------------------------------------------*/
.hero {
  position: relative;
  height: 680px;
  overflow: hidden;
  /** slider controls **/
  /*** hero slider animation ***/
}
.hero .slide {
  height: 680px;
  position: relative;
  background-repeat: no-repeat;
  position: relative;
}

.hero .slide .slider-bg {
  display: none;
}

.hero .slide:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero .slide:focus {
  outline: none;
}

.hero .slide .container {
  height: 100%;
  display: table;
  padding: 0;
}

.hero .slide .row {
  display: table-cell;
  vertical-align: middle;
}

.hero .slick-prev,
.hero .slick-next {
  background-color: #104d3b;
  width: 45px;
  height: 45px;
  z-index: 9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.hero .slick-prev:hover,
.hero .slick-next:hover {
  background-color: #000;
}

.hero .slick-prev {
  left: 5px;
  top: 38%;
}

.hero .slick-prev:before {
  font-family: "FontAwesome";
  content: "\f104";
  opacity: 1;
}

.hero .slick-next {
  right: 5px;
  top: 38%;
}

.hero .slick-next:before {
  font-family: "FontAwesome";
  content: "\f105";
  opacity: 1;
}

.hero .slick-dots {
  bottom: 30px;
  display: none !important;
}

.hero .slick-dots li,
.hero .slick-dots li button {
  width: 15px;
  height: 15px;
}

.hero .slick-dots li button {
  background-color: #104d3b;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.hero .slick-dots li button:before {
  display: none;
}

.hero .slick-dots li {
  opacity: 0.5;
}

.hero .slick-dots .slick-active {
  opacity: 1;
}

.hero .hero-slider .slide-caption > h2,
.hero .hero-slider .slide-caption > p,
.hero .hero-slider .slide-caption > .btns {
  color: #fff;
  opacity: 0;
}

.hero .hero-slider .slick-list .slick-current .slide-caption > h2 {
  -webkit-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  -moz-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  -o-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  -ms-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  animation: fadeInLeftSlow 1.5s 0.8s forwards;
}

.hero .hero-slider .slick-list .slick-current .slide-caption > p {
  -webkit-animation: fadeInLeftSlow 1.5s 1.4s forwards;
  -moz-animation: fadeInLeftSlow 1.5s 1.4s forwards;
  -o-animation: fadeInLeftSlow 1.5s 1.4s forwards;
  -ms-animation: fadeInLeftSlow 1.5s 1.4s forwards;
  animation: fadeInLeftSlow 1.5s 1.4s forwards;
}

.hero .hero-slider .slick-list .slick-current .slide-caption > .btns {
  -webkit-animation: fadeInLeftSlow 1.5s 1.8s forwards;
  -moz-animation: fadeInLeftSlow 1.5s 1.8s forwards;
  -o-animation: fadeInLeftSlow 1.5s 1.8s forwards;
  -ms-animation: fadeInLeftSlow 1.5s 1.8s forwards;
  animation: fadeInLeftSlow 1.5s 1.8s forwards;
}

.hero .hero-slider .slide-caption > h2 {
    line-height: 2.5em;
    color: #fff;
    margin-top: -16%;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 7px;
}

.hero .hero-slider .slide-caption > h2 span {
      color: #fff;
    display: block;
    font-weight: 700;
    font-size: 52px;
    letter-spacing: 1px;
}

.hero .hero-slider .slick-list .slick-current .slide-caption > p {
  font-size: 24px;
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #fff;
  margin: 0 0 1.58em;
}
.hero .hero-slider .slide-caption > .btns > a:first-child {
  margin-right: 5px;
}
.hero .hero-slider .slide-caption .slider-btn{
    background: #ffffff;
    border-radius: 0;
    margin-top: 20px;
    color: #104d3b;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 25px;
    font-size: 16px;
    display: inline-block;
    border-radius: 50px;
}

.hero .hero-slider .slide-caption .slider-btn:hover{
  background: #104d3b;
  color: #fff;
}
/**********************************
  = slider style 2
**********************************/
.hero-slider-style-2 {
  text-align: center;
  height: 75vh;
  min-height: 490px;
}

.hero-slider-style-2 .hero-slider .slick-list .slick-current .slide-caption > p {
  padding-right: 0;
}

.hero-slider-style-2 .slide {
  height: 100vh;
  min-height: 600px;
}

.hero-slider-style-2 .slide:before {
  content: "";
/*  background-color: rgba(0, 0, 0, 0.65);*/
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/*--------------------------------------------------------------
#0.5  footer
--------------------------------------------------------------*/

.site-footer .upper-footer {
  background-color: #141414;
    padding: 60px 0;
}

.site-footer .upper-footer ul {
  list-style: none;
}

.site-footer .upper-footer ul,
.site-footer .upper-footer li,
.site-footer .upper-footer p,
.site-footer .upper-footer a {
  color: #fff;
}

.site-footer .upper-footer a:hover {
  color: #104d3b;
}

.site-footer .widget > h3,
.site-footer .widget .footer-logo {
  font-size: 24px;
  font-size: cacl-rem-value(24);
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 2em;
  padding-bottom: 0.5em;
  position: relative;
}

.site-footer .widget > h3:before,
.site-footer .widget .footer-logo:before {
  content: "";
  background-color: #104d3b;
  width: 28px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 5px;
}

.site-footer .about-widget .footer-logo:before {
  display: none;
}

.site-footer .about-widget ul li {
  position: relative;
  padding-left: 38px;
  line-height: 1.78em;
}

.site-footer .about-widget ul li i {
  font-size: 24px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 3px;
}

.site-footer .about-widget ul > li + li {
  margin-top: 28px;
}
.site-footer .service-links-widget {
  overflow: hidden;
}
.site-footer .service-links-widget ul li {
  position: relative;
  padding-left: 20px;
}
.site-footer .service-links-widget ul li:before {
  font-family: "FontAwesome";
  content: "\f105";
  color: #fff;
  position: absolute;
  left: 0;
  top: -3px;
}
.site-footer .service-links-widget ul li + li {
  margin-top: 15px;
}
.site-footer .twitter-feed-widget p {
  color: #ccc;
}
.site-footer .twitter-feed-widget i {
  color: #fff;
  display: inline-block;
  padding-right: 5px;
}
.site-footer .copyright-info {
     background-color: #000000;
    padding: 5px 0;
    text-align: center;
}
.site-footer .copyright-info p {
    color: #8f8f8f;
    margin: 0;
    font-size: 14px;
}
.site-footer .copyright-info a {
  color: #104d3b;
}
.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -100%;
  z-index: 10000;
  opacity: 0;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
}
.sticky-on {
  opacity: 1;
  top: 0;
}
.header-style-3 .sticky-header {
  background-color: #0b3356;
}

.header-style-4 .sticky-header, .header-style-5 .sticky-header {
  background-color: #fff;
}

.header-style-5 .sticky-header {
  background-color: #fbfbfb;
}

.header-style-5 .sticky-header .container {
  border-radius: 0;
}

/*--------------------------------------------------------------
#0.6  services
--------------------------------------------------------------*/
.all-service-link,
.all-news-link {
  text-align: center;
  margin-top: 45px;
}
.service-slider .owl-controls {
  margin-top: 50px;
}
.services-grid-section .all-services {
  text-align: center;
  padding-top: 30px;
}
.services-grid-view {
  overflow: hidden;
  margin: 0 -15px;
}
.services-grid-view .grid {
  width: 33.33%;
  float: left;
  padding: 0 15px 30px;
}

/*--------------------------------------------------------------
#0.8    offer
--------------------------------------------------------------*/

.offer-grids {
  overflow: hidden;
  margin: 0 -15px;
}
.offer-grids .grid {
    width: 25%;
    float: left;
    padding: 0 10px;
    color: #fff;
}
.offers-in .offer-grids{
  margin-top: 5%;
}

.offer-grids > .grid:last-child {
  margin-bottom: 0;
}

.offer-grids .details > h3 {
      margin: 0 0 1em;
    font-weight: 500;
    margin-top: 15px;
    font-size: 20px;
    letter-spacing: 0px;
    margin-bottom: 10px;
}

.offer-grids .details .icon i:before {
  font-size: 45px;
}
.offer-grids .details .offer-details {
  font-weight: 600;
  color: #104d3b;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.offer-grids .details .offer-details:hover {
  color: #000;
}

.offer-section {
  padding-bottom: 145px;
}
.offer-pic {
  padding: 40px 0 0 45px;
  position: relative;
}
.offer-pic:after {
  content: "";
  width: 465px;
  height: 465px;
  border: 2px solid #104d3b;
  position: absolute;
  left: 150px;
  
}
.offer-pic img {
  position: relative;
  z-index: 2;
  top: 57px;
}

.offers-heading{
  width: 70%;
  margin: 0 auto;
}

/*--------------------------------------------------------------
#0.9    recent-projects
--------------------------------------------------------------*/
.recent-projects {
  background-color: #051829;
}

.recent-projects-grids .grid,
.projects-grid-view .grid {
  position: relative;
  overflow: hidden;
  display: inline-block;
  float: left;
}
.recent-projects-grids .project-info,
.projects-grid-view .project-info {
  background-color: rgba(5, 24, 41, 0.9);
  width: 95%;
  height: 92%;
  border: 2px solid #104d3b;
  position: absolute;
  left: -10%;
  top: 4%;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.recent-projects-grids .grid:hover .project-info,
.projects-grid-view .grid:hover .project-info {
  left: 2.5%;
  opacity: 1;
}

.recent-projects-grids .inner-info,
.projects-grid-view .inner-info {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

.recent-projects-grids .inner-info > a,
.projects-grid-view .inner-info > a {
  color: #fff;
}

.recent-projects-grids .inner-info h3,
.projects-grid-view .inner-info h3 {
  font-family: "Hind", sans-serif;
  font-size: 22px;
  font-size: 1.46667rem;
  color: #fff;
  margin: 0 0 0.2em;
  position: relative;
  top: -10px;
  opacity: 0;
  -webkit-transition: all 0.3s 0.5s;
  -o-transition: all 0.3s 0.5s;
  transition: all 0.3s 0.5s;
}

.recent-projects-grids .inner-info .tags,
.projects-grid-view .inner-info .tags {
  color: #104d3b;
  position: relative;
  top: 10px;
  opacity: 0;
  -webkit-transition: all 0.3s 0.5s;
  -o-transition: all 0.3s 0.5s;
  transition: all 0.3s 0.5s;
}
.recent-projects-grids .grid:hover .inner-info h3,
.recent-projects-grids .grid:hover .inner-info .tags,
.projects-grid-view .grid:hover .inner-info h3,
.projects-grid-view .grid:hover .inner-info .tags {
  top: 0;
  opacity: 1;
}
.recent-projects-grids .mCSB_horizontal.mCSB_inside > .mCSB_container,
.projects-grid-view .mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 80px;
}

.recent-projects-grids .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.projects-grid-view .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  max-width: 850px;
  margin: 0 auto;
}
.recent-projects-grids .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.recent-projects-grids .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.projects-grid-view .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.projects-grid-view .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 10px;
}

.recent-projects-grids .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.projects-grid-view .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: #3a444c;
}

.recent-projects-grids .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.projects-grid-view .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #104d3b;
}
.projects-grid-view-section .more-projects {
  margin-top: 30px;
  text-align: center;
}

.projects-grid-view {
  margin: 0 -15px;
}
.projects-grid-view .grid {
  width: calc(33.33% - 30px);
  margin: 0 15px 30px;
  float: left;
}

/*--------------------------------------------------------------
#1.0    about-us-faq
--------------------------------------------------------------*/
.about-us-faq {
  position: relative;
}

.about-us-faq .backhoe-loader {
  position: absolute;
  right: 0;
  top: 160px;
}

.about-us-section .btns {
  margin: 50px 0 45px;
}

.about-us-section .social > p {
  text-transform: uppercase;
}
.about-us-section .social-links a {
  font-size: 32px;
  font-size: 2.13333rem;
  color: #333;
}
.about-us-section .social-links a:hover {
  color: #104d3b;
}

.about-us-section .social-links > li + li {
  margin-left: 15px;
}
.faq-section {
  position: relative;
  z-index: 1;
}
.faq-section .faq-accordion {
  padding-top: 7px;
}

/*--------------------------------------------------------------
#1.3    news-section
--------------------------------------------------------------*/
.news-grids {
  margin: 0 -15px;
  padding-top: 20px;
  overflow: hidden;
}
.news-grids .grid {
  width: 33.33%;
  float: left;
  padding: 0 15px;
}
.news-grids .entry-details {
  padding: 20px 30px;
  border: 1px solid #e8e8e8;
}

.news-grids .entry-meta ul {
  list-style: none;
  overflow: hidden;
}

.news-grids .entry-meta ul li {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #9a9a9a;
  float: left;
}
.news-grids .entry-meta ul li a {
  color: #9a9a9a;
}

.news-grids .entry-meta ul li i {
  display: inline-block;
  color: #104d3b;
  padding-right: 4px;
}

.news-grids .entry-meta ul > li + li {
  margin-left: 15px;
}

.news-grids .entry-media img {
  border-radius: 5px;
}

.news-grids .entry-body h3 {
  font-family: "Hind", sans-serif;
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 1.3em;
  font-weight: 600;
  margin: 0.72em 0 0.83em;
}
.news-grids .entry-body h3 a {
  color: #051829;
}

.news-grids .entry-body h3 a:hover {
  color: #104d3b;
}

.news-grids .entry-body p {
  font-size: 14px;
  font-size: 0.93333rem;
  line-height: 1.57em;
}

/*--------------------------------------------------------------
#2.0    cta
--------------------------------------------------------------*/
.cta {
  position: relative;
  text-align: center;
}

.cta:before {
  content: "";
  background-color: rgba(5, 24, 41, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.cta .container {
  position: relative;
  z-index: 1;
}

.cta h2 {
  font-size: 30px;
  font-size: 2rem;
  line-height: 1.3em;
  color: #fff;
  margin-bottom: 1.33em;
}
.cta h2 span {
  color: #104d3b;
}

/*--------------------------------------------------------------
#2.1    services s2
--------------------------------------------------------------*/
.service-s2-top {
  margin-top: 10px;
}
.service-s2-tab {
  overflow: hidden;
  padding: 0;
 
}
.service-s2-tab .tablinks {
    width: 100%;
    background: #104d3b;
    margin-bottom: 30px;
}
.service-s2-tab .tablinks li {
    border: 1px solid transparent;
    margin-bottom: 2px;
    display: inline-block;
    width: 19.2%;
    text-align: center;
}

.service-s2-tab .tablinks li.active {
  padding: 10px 5px;
}
.service-s2-tab .tablinks li a {
  font-size: 16px;
  /* font-size: 1.2rem; */
  font-weight: 400;
  padding: 5px 5px;
  text-align: right;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
.service-s2-tab .tablinks li.active a span {
  visibility: visible;
  opacity: 1;
  display: inline-block;
}

.service-s2-tab .tablinks li a span {
  padding-left: 8px;
  visibility: hidden;
  display: none;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.service-s2-tab .tab-content {
    width: 100%;
    float: left;
}
.service-s2-tab .tab-pane {
  overflow: hidden;
}

.service-s2-tab .tab-pane .img-holder {
  width: 30%;
  float: left;
}
.service-s2-tab .tab-pane .img-holder img {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.service-s2-tab .tab-pane .details {
  width: 70%;
  float: right;
  padding-left: 45px;
}
.service-s2-tab .details h3 {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0 0 0.71em;
}

.service-s2-tab .details .more {
  font-weight: 600;
  color: #104d3b;
  margin-top: 5px;
}

.service-s2-tab .details .more:hover {
  color: #000;
}

.service-s2-box-grids {
  margin: 0 -15px;
}

.service-s2-box-grids .grid {
  width: 33.33%;
  float: left;
  padding: 0 15px;
}

.service-s2-box-grids .grid .inner {
  border: 2px solid #e6e6e6;
  padding: 65px 42px 60px  100px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.service-s2-box-grids .grid:hover .inner {
  border-color: #104d3b;
}

.service-s2-box-grids .inner h3 {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 600;
  margin: 0 0 1em;
  position: relative;
}

.service-s2-box-grids .inner h3 span {
  font-size: 48px;
  font-size: 3.2rem;
  font-weight: bold;
  position: absolute;
  left: -80px;
  top: -45px;
}
.service-s2-box-grids .inner h3 span:before {
  content: "";
  background-color: #104d3b;
  width: 2px;
  height: 140%;
  position: absolute;
  left: 60%;
  top: -10px;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}

.service-s2-box-grids .inner > p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
#2.2    our-team
--------------------------------------------------------------*/
.our-team-bg {
  background-color: #f6f6f6;
  padding-bottom: 170px;
  margin-bottom: 45px;
}

.our-team .team-slider {
  position: relative;
}

.our-team .owl-stage-outer {
  z-index: 10;
}


/*--------------------------------------------------------------
#2.3    fun-fact
--------------------------------------------------------------*/
.fun-fact {
  text-align: center;
  padding: 55px 0 100px;
}
.fun-fact .start-count > .col:last-child .grid:after {
  display: none;
}

.fun-fact .start-count > .col:last-child .grid {
  border-bottom: 0;
}
.fun-fact .grid {
  padding: 0 40px;
  position: relative;
}
.fun-fact .grid:after {
  content: "";
  background: #d9d9d9;
  background: -webkit-linear-gradient(top, white 0%, #d9d9d9 15%, #d9d9d9 80%, white 98%);
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(15%, #d9d9d9), color-stop(80%, #d9d9d9), color-stop(98%, white));
  background: -o-linear-gradient(top, white 0%, #d9d9d9 15%, #d9d9d9 80%, white 98%);
  background: linear-gradient(top, white 0%, #d9d9d9 15%, #d9d9d9 80%, white 98%);
  width: 2px;
  height: 105px;
  position: absolute;
  right: -15px;
  bottom: -2%;
}
.fun-fact .grid h3 {
  font-size: 60px;
  font-size: 4rem;
  margin: 0 0 3px;
}
.fun-fact .grid h3 > span:last-child {
  color: #104d3b;
}
.fun-fact .grid .fact-title {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #9a9a9a;
  margin: 0 0 1.38em;
  display: block;
}

/*--------------------------------------------------------------
#2.4    cta-newsletter
--------------------------------------------------------------*/
.cta-newsletter {
  padding: 100px 0;
  position: relative;
}
.cta-newsletter:before {
  content: "";
  background-color: rgba(5, 24, 41, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.cta-newsbox:before {
  content: "";
  background-color: rgba(5, 24, 41, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.cta-newsletter .cta-newsletter-inner h3 {
  font-size: 30px;
  font-size: 2rem;
  color: #fff;
  margin: 0 0 1.23em;
}

.cta-newsletter .cta-newsletter-inner h3 span {
  color: #104d3b;
}

.cta-newsletter .subscrib-form {
  max-width: 725px;
  position: relative;
}
.cta-newsletter .subscrib-form input {
  height: 45px;
  border: 0;
  padding-left: 25px;
  padding-right: 260px;
}
.cta-newsletter .subscrib-form button {
  background-color: #104d3b;
  width: 240px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 600;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
 
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.cta-newsletter .subscrib-form button:hover {
  background-color: #000;
  color: #fff;
}

.cta-newsletter .newsletter-ceo {
  position: absolute;
  right: 0;
  bottom: 120px;
}
.cta-newsletter .newsletter-pic {
  position: absolute;
  right: 0;
  bottom: -100px;
}
/*--------------------------------------------------------------
#3.0    features
--------------------------------------------------------------*/
.features-title {
  border: 2px solid #104d3b;
  padding: 45px 30px;
  border-radius: 5px;
}
.features-title h2 {
  font-size: 30px;
  font-size: 2rem;
  margin: 0 0 0.9em;
}
.features-title p {
  margin: 0;
}

.feature-grid {
  text-align: center;
}
.feature-grid .icon {
  background-color: #104d3b;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  margin: 0 auto 35px;
  border-radius: 50%;
}
.feature-grid .icon .fi:before {
  font-size: 50px;
  color: #000;
}

.feature-grid h3 {
  font-size: 20px;
  font-size: 1.33333rem;
  margin: 0 0 0.5em;
}

.feature-grid p {
  margin-bottom: 1.7em;
}
.feature-grid .more {
  color: #104d3b;
  font-weight: 600;
}
.features .row > .col:last-child .feature-grid {
  border: 0;
  padding: 0;
  margin: 0;
}

/*--------------------------------------------------------------
#3.1    services-s3
--------------------------------------------------------------*/
.services-s3 {
  background-color: #e8f0f7;
  padding-bottom: 70px;
}
.services-s3-grids {
  overflow: hidden;
  margin: 0 -15px;
}

.services-s3-grids .grid {
  width: 33.33%;
  float: left;
  padding: 0 15px 30px;
  position: relative;
}
.services-s3-grids .grid:hover .details {
  background-color: #e4b500;
}
.services-s3-grids .grid:hover h3 a {
  color: #fff;
}
.services-s3-grids .grid .inner {
  position: relative;
  overflow: hidden;
}
.services-s3-grids .grid .details {
  background-color: #104d3b;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.services-s3-grids .grid img {
  border-radius: 5px;
}

.services-s3-grids .grid h3 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: normal;
  margin: 0;
}
.services-s3-grids .grid h3 a {
  display: block;
  color: #051829;
  padding: 12px 18px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

/*--------------------------------------------------------------
#3.2    pricing
--------------------------------------------------------------*/
.pricing {
  text-align: center;
}

.pricing .pricing-tab {
  list-style-type: none;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 50px;
  border-radius: 5px;
}

.pricing .pricing-tab li {
  float: left;
}

.pricing .pricing-tab li a {
  display: block;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: bold;
  color: #104d3b;
  border: 2px solid #104d3b;
  padding: 15px 80px;
}
.pricing .pricing-tab li.active a {
  background-color: #104d3b;
  color: #051829;
}

.pricing .pricing-grids {
  overflow: hidden;
  margin: 0 -15px;
}

.pricing .pricing-grids .pricing-grid {
  width: 33.33%;
  float: left;
  text-align: center;
  padding: 0 15px 15px;
}
.pricing .pricing-grids .pricing-details {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 5px 5px;
}

.pricing .pricing-grids .pricing-header {
  background-color: #051829;
  padding: 40px 0;
  border-radius: 5px 5px 0 0;
  position: relative;
  overflow: hidden;
}
.pricing .pricing-grids .pricing-header h3 {
  font-size: 24px;
  font-size: 1.6rem;
  color: #104d3b;
  margin: 0;
}
.pricing .pricing-grids .pricing-header .price {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-size: 3.2rem;
  font-weight: bold;
  color: #fff;
  position: relative;
}
.pricing .pricing-grids .pricing-header .price span {
  font-size: 28px;
  font-size: 1.86667rem;
  position: relative;
  top: -13px;
}
.pricing .pricing-grids .pricing-header .sing-up {
  background-color: #104d3b;
  width: 165px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 600;
  color: #051829;
  display: inline-block;
  border-radius: 5px;
}
.pricing .pricing-grids .pricing-header .off {
  background-color: #fd3e03;
  color: #fff;
  display: block;
  padding: 0 25px;
  position: absolute;
  right: -32px;
  top: -24px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
}

.pricing .pricing-grids .pricing-body {
  padding: 40px 15px;
}

.pricing .pricing-grids .pricing-body ul {
  list-style-type: none;
}

.pricing .pricing-grids .pricing-body ul li {
  color: #6a6a6a;
}

.pricing .pricing-grids .pricing-body ul li i {
  color: #104d3b;
}

.pricing .pricing-grids .pricing-body ul > li + li {
  margin-top: 17px;
}
.pricing .pricing-grids .pricing-footer {
  border-top: 1px solid #d9d9d9;
  padding: 19px 0;
}
.pricing .pricing-grids .pricing-footer a {
  font-size: 15px;
  font-size: 1rem;
  color: #051829;
}

.pricing .pricing-grids .pricing-footer a span {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 600;
}

.pricing .pricing-grids .pricing-footer a:hover {
  color: #104d3b;
}

/*--------------------------------------------------------------
#4.0  faq-pg-section
--------------------------------------------------------------*/
.faq-pg-section .section-title-s4 p span {
  display: block;
  font-weight: 600;
}
/*--------------------------------------------------------------
#5.0  service-single-section
--------------------------------------------------------------*/
.service-single-content .title {
  position: relative;
  margin-top: 52px;
}
.service-single-content .title h3 {
  font-size: 25px;
  font-size: 1.66667rem;
  margin: 0 0 2em;
}
.service-single-content .download {
  position: absolute;
  right: 0;
  top: 0;
}
.service-single-content .download a {
  padding: 10px 20px 10px 40px;
  border: 2px solid #104d3b;
  color: #6a6a6a;
  font-weight: 600;
  position: relative;
}
.service-single-content .download a i {
  position: absolute;
  left: 20px;
}

.service-single-content .details ul {
  list-style-type: none;
  padding: 2em 0 3em;
}

.service-single-content .details ul li {
  position: relative;
  padding-left: 75px;
  font-weight: 600;
}
.service-single-content .details ul > li + li {
  margin-top: 45px;
}
.service-single-content .details ul li i {
  background-color: #104d3b;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.service-single-content .details p {
  margin-bottom: 2em;
}
/*--------------------------------------------------------------
#6.0  service-single-section
--------------------------------------------------------------*/
.project-single-section .project-single-details {
  border: 2px solid #104d3b;
  padding: 60px 50px;
  border-radius: 5px;
}
.project-single-section .project-single-details h3 {
  font-size: 25px;
  font-size: 1.66667rem;
  margin: 0 0 0.75em;
}
.project-single-section .project-info {
  list-style-type: none;
  padding-top: 40px;
}
.project-single-section .project-info li {
  font-size: 15px;
  font-size: 1rem;
}
.project-single-section .project-info li span {
  color: #051829;
  font-weight: 600;
}

.project-single-section .project-info > li + li {
  margin-top: 13px;
}

.project-single-section .project-info i {
  color: #104d3b;
  display: inline-block;
  padding-right: 5px;
}

/*--------------------------------------------------------------
#6.0  contact-pg-section
--------------------------------------------------------------*/
.contact-pg-section {
  /*** contact form ***/
}

.contact-pg-section .contact-info ul li {
  padding-left: 45px;
  position: relative;
  list-style-type: none;
}

.contact-pg-section .contact-info ul > li + li {
  margin-top: 50px;
}
.contact-pg-section .contact-info .icon {
  background-color: #104d3b;
  width: 35px;
  height: 35px;
  line-height: 38px;
  font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}

.contact-pg-section .contact-info p {
  font-size: 17px;
  font-size: 1.13333rem;
  font-weight: bold;
  line-height: 1.4em;
  color: #051829;
  margin: 0;
}
.contact-pg-section .contact-info p span {
  display: block;
  color: #969fab;
}

.contact-pg-section .location-map {
  background-color: red;
  height: 357px;
  border-radius: 10px;
}

.contact-pg-section .contact-form {
  margin-top: 70px;
}

.contact-pg-section .contact-form > div {
  margin-bottom: 40px;
}
.contact-pg-section .contact-form label {
  font-size: 22px;
  font-size: 1.46667rem;
  color: #051829;
  font-weight: 600;
}
.contact-pg-section .contact-form input,
.contact-pg-section .contact-form textarea {
  height: 45px;
  border: 2px solid #d1d7e0;
  border-radius: 10px;
}
.contact-pg-section .contact-form textarea {
  height: 230px;
}
.contact-pg-section .contact-form .submit-btn {
  margin-bottom: 0;
}

.contact-pg-section .contact-form .submit-btn button {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-size: 1.2rem;
  padding: 0;
  font-weight: 600;
}
.contact-pg-section #contact-form-s2 #loader i {
  color: #051829;
}

/*--------------------------------------------------------------
#7.0  blog-grid section
--------------------------------------------------------------*/
.blog-grid-section .news-grids {
  overflow: hidden;
  padding-top: 0;
}

.blog-grid-section .news-grids .grid {
  margin-bottom: 30px;
}

.blog-grid-section .news-grids > .grid:last-child {
  margin-top: 0;
}

.blog-grid-section .pagination-wrapper {
  margin-top: 50px;
}

/*--------------------------------------------------------------
# blog with sidebar page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#8.0  blog-with-sidebar
--------------------------------------------------------------*/
.blog-with-sidebar .news-grids {
  padding-top: 0;
}

.blog-with-sidebar .news-grids .grid {
  width: 50%;
  margin-bottom: 30px;
}
.blog-with-sidebar .news-grids > .grid:last-child {
  margin-top: 0;
}

.blog-with-sidebar .pagination-wrapper {
  margin-top: 50px;
}

/*--------------------------------------------------------------
  blog details page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#9.0  blog-single-content
--------------------------------------------------------------*/
.blog-single {
  background-color: #f2f2f2;
}

.blog-single-content ul {
  list-style: none;
}

.blog-single-content .post-title-meta .btn {
  background-color: #051829;
  font-size: 12px;
  font-size: 0.8rem;
  color: #fff;
  text-transform: uppercase;
  padding: 6px 13px;
  border: 0;
  border-radius: 0;
  cursor: auto;
}

.blog-single-content .post-title-meta h2 {
  font-size: 30px;
  font-size: 2rem;
  font-weight: blod;
  margin: 0.57em 0 0.53em;
  line-height: 1.3em;
  color: #1a1a1a;
}

.blog-single-content .post-title-meta ul {
  overflow: hidden;
  margin-bottom: 24px;
}

.blog-single-content .post-title-meta ul li {
  font-size: 14px;
  font-size: 0.93333rem;
  float: left;
  text-transform: uppercase;
  margin-right: 8px;
  padding-right: 8px;
  position: relative;
}

.blog-single-content .post-title-meta ul li:after {
  content: "/";
  color: #999999;
  position: absolute;
  right: 0;
}

.blog-single-content .post-title-meta ul li:last-child:after {
  display: none;
}

.blog-single-content .post-title-meta ul li a {
  color: #999999;
}

.blog-single-content .post-title-meta ul li a:hover {
  color: #051829;
}

.blog-single-content h3 {
  font-size: 21px;
  font-size: 1.4rem;
  color: #1a1a1a;
  margin: 0;
}
.blog-single-content p {
  font-size: 16px;
  font-size: 1.06667rem;
  margin-bottom: 15px;
}

.blog-single-content .post,
.blog-single-content .comments {
  background-color: #fff;
}
.blog-single-content .post {
  padding: 0 45px 70px 45px;
}
.blog-single-content .post h3 {
  margin: 1.9em 0 0.9em;
}

.blog-single-content .post .media {
  margin: 0 -45px 48px;
}

.blog-single-content .gallery-post {
  margin: 35px 0 0;
}

.blog-single-content .gallery-post .gallery {
  overflow: hidden;
}

.blog-single-content .gallery-post .gallery > div:first-child {
  width: 60%;
  float: left;
}

.blog-single-content .gallery-post .gallery > div:last-child {
  width: 38%;
  float: right;
}

.blog-single-content .tag-share {
  overflow: hidden;
  margin: 25px 0 15px;
  /*** share ***/
}
.blog-single-content .tag-share > div {
  display: inline-block;
  float: left;
}
.blog-single-content .tag-share > div:last-child {
  float: right;
}

.blog-single-content .tag-share > div:first-child {
  padding-left: 20px;
}

.blog-single-content .tag-share > div:first-child span {
  font-size: 15px;
  font-size: 1rem;
  font-weight: bold;
  color: #000;
  margin-right: 25px;
  position: relative;
  top: -11px;
}
.blog-single-content .tag-share ul {
  display: inline-block;
  overflow: hidden;
}

.blog-single-content .tag-share ul li {
  float: left;
  margin-right: 12px;
}

.blog-single-content .tag-share ul li:last-child {
  margin-right: 0;
}

.blog-single-content .tag-share .tag a {
  background-color: #fff;
  font-size: 14px;
  font-size: 0.93333rem;
  color: #333333;
  display: inline-block;
  text-align: center;
  padding: 7px 15px;
  text-transform: lowercase;
}
.blog-single-content .tag-share .tag a:hover {
  background-color: #104d3b;
  color: #fff;
}

.blog-single-content .tag-share .share {
  padding-bottom: 0;
}

.blog-single-content .tag-share .share li {
  opacity: 0.9;
}

.blog-single-content .tag-share .share li:hover {
  opacity: 1;
}

.blog-single-content .tag-share .share li:first-child {
  background-color: #106ed2;
}

.blog-single-content .tag-share .share li:nth-child(2) {
  background-color: #3ad0fb;
}

.blog-single-content .tag-share .share li:last-child {
  background-color: #1379bb;
}

.blog-single-content .tag-share .share a {
  font-size: 16px;
  font-size: 1.06667rem;
  color: #fff;
  display: inline-block;
  padding: 6px 15px;
}
.blog-single-content .tag-share .share a i {
  display: inline-block;
  padding-right: 4px;
}

.blog-single-content .comments {
  padding: 55px 45px 0;
  /*** .article ***/
}
.blog-single-content .comments .title {
  margin-bottom: 65px;
}

.blog-single-content .comments h3 {
  font-size: 22px;
  font-size: 1.46667rem;
  text-align: center;
  font-weight: bold;
}

.blog-single-content .comments > ol {
  padding-left: 0;
}

.blog-single-content .comments ol {
  list-style: none;
}

.blog-single-content .comments ol > li {
  margin-bottom: 35px;
}

.blog-single-content .comments ol > li:last-child {
  margin-bottom: 0;
}

.blog-single-content .comments ol > li > ol {
  margin-left: 28px;
  margin-top: 35px;
  padding: 0;
}
.blog-single-content .comments ol > li > ol > li {
  background-color: #fafafa;
  padding: 30px;
  margin-bottom: 35px !important;
}
.blog-single-content .comments ol > li > ol > li:last-child {
  margin-bottom: 0 !important;
}

.blog-single-content .comments .article {
  overflow: hidden;
}

.blog-single-content .comments .article h4 {
  font-size: 16px;
  font-size: 1.06667rem;
  margin: 0;
  text-transform: capitalize;
}

.blog-single-content .comments .article p {
  font-size: 15px;
  font-size: 1rem;
  margin-bottom: 5px;
}

.blog-single-content .comments .article .replay button {
  background-color: transparent;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: bold;
  color: #051829;
  padding: 0;
  border: 0;
  outline: 0;
}

.blog-single-content .comments .article .author-meta {
  overflow: hidden;
  margin-bottom: 5px;
}

.blog-single-content .comments .article .author-meta > div {
  display: inline-block;
}

.blog-single-content .comments .article .author-meta > div:last-child {
  font-size: 13px;
  font-size: 0.86667rem;
  color: gray;
  padding-left: 5px;
}

.blog-single-content .comments .article .author-pic {
  width: 10%;
  float: left;
}
.blog-single-content .comments .article .details {
  width: 90%;
  float: left;
}
.blog-single-content .comment-respond {
  margin-top: 75px;
}

.blog-single-content .comment-respond h3 {
  margin: 0 0 2em;
}

.blog-single-content .comment-respond form {
  margin: 0 -15px;
  position: relative;
}

.blog-single-content .comment-respond form input,
.blog-single-content .comment-respond form textarea {
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #cccccc;
}

.blog-single-content .comment-respond form textarea {
  height: 110px;
}

.blog-single-content .comment-respond form > div {
  margin-bottom: 50px;
}

.blog-single-content .comment-respond form .theme-btn-s2 {
  text-transform: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
  left: 50%;
  bottom: -100px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*--------------------------------------------------------------
  shop grid page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#10.0 products-section
--------------------------------------------------------------*/
.shop .products-grids > .col {
  margin-bottom: 30px;
}



/*--------------------------------------------------------------
  shop with sidebar page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#11.0 shop-main-content
--------------------------------------------------------------*/
.shop-with-sidebar .products-grids {
  overflow: hidden;
}

.shop-with-sidebar .products-grids .grid-wrapper {
  width: 33.33%;
  float: left;
  padding: 0 7.5px;
  margin-bottom: 20px;
}
.shop-with-sidebar .products-grids .grid {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 3px 0;
}

/*--------------------------------------------------------------
  Shop details page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#12.0 products-section
--------------------------------------------------------------*/
.shop-details-main-content .shop-single-slider-wrapper .slider-for {
  text-align: center;
}

.shop-details-main-content .shop-single-slider-wrapper .slider-for img {
  display: inline-block;
}

.shop-details-main-content .shop-single-slider-wrapper .slider-nav {
  padding: 0 25px;
  margin-top: 35px;
}

.shop-details-main-content .shop-single-slider-wrapper .slider-nav > i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
}

.shop-details-main-content .shop-single-slider-wrapper .slider-nav > i:hover {
  cursor: pointer;
}

.shop-details-main-content .shop-single-slider-wrapper .slider-nav .nav-btn-rt {
  left: auto;
  right: 0;
}

.shop-details-main-content .shop-single-slider-wrapper .slider-nav .slick-slide {
  text-align: center;
}

.shop-details-main-content .shop-single-slider-wrapper .slider-nav .slick-slide img {
  display: inline-block;
}

.shop-details-main-content .product-details {
  padding: 30px 30px 93px;
  /*** product option ***/
}
.shop-details-main-content .product-details h2 {
  font-size: 27px;
  font-size: 1.8rem;
  line-height: 1.3em;
  margin: 0 0 0.33em;
  text-transform: capitalize;
}
.shop-details-main-content .product-details .rating i {
  font-size: 16px;
  font-size: 1.06667rem;
  color: #104d3b;
}

.shop-details-main-content .product-details .price {
  font-size: 36px;
  font-size: 2.4rem;
  color: #051829;
  margin: 7px 0 14px;
}
.shop-details-main-content .product-details .price .old {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: normal;
  color: #9d9d9d;
  text-decoration: line-through;
  display: inline-block;
  margin-left: 5px;
}
.shop-details-main-content .product-details p {
  margin: 0;
}

.shop-details-main-content .product-details .product-option {
  margin-top: 45px;
}

.shop-details-main-content .product-details .product-option .p-row {
  overflow: hidden;
}

.shop-details-main-content .product-details .product-option .p-row > div {
  height: 35px;
  display: inline-block;
  float: left;
  margin-right: 15px;
}

.shop-details-main-content .product-details .product-option .p-row > div:first-child {
  width: 85px;
}

.shop-details-main-content .product-details .product-option .p-row > div:last-child .theme-btn:hover, .shop-details-main-content .product-details .product-option .p-row > div:last-child .theme-btn-s2:hover, .shop-details-main-content .product-details .product-option .p-row > div:last-child .theme-btn-s3:hover, .shop-details-main-content .product-details .product-option .p-row > div:last-child .theme-btn-s4:hover, .shop-details-main-content .product-details .product-option .p-row > div:last-child .theme-btn-s5:hover {
  background: #051829;
  border-color: #051829;
  color: #fff;
}

.shop-details-main-content .product-details .product-option .theme-btn, .shop-details-main-content .product-details .product-option .theme-btn-s2, .shop-details-main-content .product-details .product-option .theme-btn-s3, .shop-details-main-content .product-details .product-option .theme-btn-s4, .shop-details-main-content .product-details .product-option .theme-btn-s5 {
  font-size: 16px;
  font-size: 1.06667rem;
  padding: 0 10px;
  height: 35px;
  line-height: 35px;
}
.shop-details-main-content .product-details .product-option .theme-btn:before, .shop-details-main-content .product-details .product-option .theme-btn-s2:before, .shop-details-main-content .product-details .product-option .theme-btn-s3:before, .shop-details-main-content .product-details .product-option .theme-btn-s4:before, .shop-details-main-content .product-details .product-option .theme-btn-s5:before {
  display: none;
}

.shop-details-main-content .product-details .product-option .p-row > div:last-child .theme-btn, .shop-details-main-content .product-details .product-option .p-row > div:last-child .theme-btn-s2, .shop-details-main-content .product-details .product-option .p-row > div:last-child .theme-btn-s3, .shop-details-main-content .product-details .product-option .p-row > div:last-child .theme-btn-s4, .shop-details-main-content .product-details .product-option .p-row > div:last-child .theme-btn-s5 {
  background-color: #fff;
  color: #051829;
  border: 1px solid #e6e6e6;
}

.shop-details-main-content .product-details #count-product {
  border-radius: 0;
  border: 1px solid #e6e6e6;
}

.shop-details-main-content .product-details #count-product:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.shop-details-main-content .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.shop-details-main-content .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0;
  border-color: #e6e6e6;
}

.shop-details-main-content .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up:hover,
.shop-details-main-content .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down:hover {
  background-color: #051829;
  color: #fff;
}

.shop-details-main-content .product-info {
  margin-top: 75px;
  /*** tabs ***/
  /*** client review ***/
  /*** review form ***/
}

.shop-details-main-content .product-info h4 {
  font-size: 15px;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.7em;
}

.shop-details-main-content .product-info p {
  font-size: 14px;
}

.shop-details-main-content .product-info .tab-pane p:last-child {
  margin-bottom: 0;
}

.shop-details-main-content .product-info .nav-tabs {
  border: 0;
  margin-bottom: 30px;
}
.shop-details-main-content .product-info .nav-tabs li {
  margin-right: 45px;
  border: 0;
}

.shop-details-main-content .product-info .nav-tabs li:last-child {
  margin-right: 0;
}
.shop-details-main-content .product-info .nav-tabs li.active a {
  border: 0;
  outline: 0;
}

.shop-details-main-content .product-info .nav-tabs a {
  font-size: 18px;
  color: #b3b3b3;
  border: 0;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.shop-details-main-content .product-info .nav-tabs a:hover,
.shop-details-main-content .product-info .nav-tabs .active a {
  background: transparent;
  color: #051829;
}

.shop-details-main-content .product-info .client-review {
  overflow: hidden;
  margin-bottom: 30px;
}

.shop-details-main-content .product-info .client-review:last-child {
  margin-bottom: 0;
}

.shop-details-main-content .product-info .client-review .client-pic {
  width: 14%;
  float: left;
}
.shop-details-main-content .product-info .client-review .details {
  width: 86%;
  float: right;
}
.shop-details-main-content .product-info .client-review .name-rating-time {
  border-bottom: 1px solid #e6e6e6;
  margin-top: -5px;
}
.shop-details-main-content .product-info .client-review .name-rating-time > div,
.shop-details-main-content .product-info .client-review .name-rating > div {
  display: inline-block;
  font-size: 14px;
}
.shop-details-main-content .product-info .client-review .rating {
  font-size: 14px;
  padding-left: 10px;
}
.shop-details-main-content .product-info .client-review .name-rating-time .time {
  float: right;
  color: #b3b3b3;
  text-transform: uppercase;
}
.shop-details-main-content .product-info .client-review .review-body {
  padding-top: 8px;
}

.shop-details-main-content .product-info .client-review .review-body p {
  font-size: 14px;
}
.shop-details-main-content .product-info .review-form h4 {
  margin-bottom: 1.73em;
}

.shop-details-main-content .product-info .review-form form input,
.shop-details-main-content .product-info .review-form form textarea {
  border-radius: 0;
}

.shop-details-main-content .product-info .review-form form input:focus,
.shop-details-main-content .product-info .review-form form textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.shop-details-main-content .product-info .review-form form textarea {
  height: 130px;
}

.shop-details-main-content .product-info .review-form form > div {
  margin-bottom: 27px;
}

.shop-details-main-content .product-info .review-form form > div:last-child {
  margin-bottom: 0;
}

.shop-details-main-content .product-info .review-form form .rating-post > div {
  display: inline-block;
}
.shop-details-main-content .product-info .review-form form .rating-post > div:last-child {
  float: right;
}

.shop-details-main-content .product-info .review-form form .rating a {
  font-size: 14px;
  color: #cccccc;
  display: inline-block;
  margin-right: 10px;
}

.shop-details-main-content .product-info .review-form form .rating a:last-child {
  margin: 0;
}

.shop-details-main-content .product-info .review-form form .rating a:hover {
  color: #051829;
}

.shop-details-main-content .product-info .review-form form .theme-btn, .shop-details-main-content .product-info .review-form form .theme-btn-s2, .shop-details-main-content .product-info .review-form form .theme-btn-s3, .shop-details-main-content .product-info .review-form form .theme-btn-s4, .shop-details-main-content .product-info .review-form form .theme-btn-s5 {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.shop-details-main-content .upsell-product {
  padding-top: 140px;
}
.shop-details-main-content .upsell-product .title {
  margin-bottom: 50px;
}

.shop-details-main-content .upsell-product .title h2 {
  font-size: 36px;
  margin: 0;
  text-transform: capitalize;
  text-align: center;
}
.shop-details-main-content .upsell-product .title h2 span {
  color: #051829;
}

.shop-details-main-content .upsell-product-slider .grid {
  width: auto !important;
}

.shop-details-main-content .upsell-product-slider .owl-controls {
  margin: 0;
}

.shop-details-main-content .upsell-product-slider .owl-dots span {
  background-color: #fff;
  width: 12px;
  height: 12px;
  border: 2px solid #000;
  margin: 0 5px 0 0;
}

.shop-details-main-content .upsell-product-slider .owl-dots .active span {
  background-color: #051829;
  width: 14px;
  height: 14px;
  border-color: #051829;
}

.details {
  margin-top: 0;
  padding-top: 5px;
  text-align: center;
}
.details h3{
  color: #fff;
}

a.more {
  color: #000;
      text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 16px;
    font-weight: 500;
}
a.more:hover{
  color: #104d3b;
}

section.our-team.section-padding {
 
  margin-bottom: 90px;
}
p.para {
  color: #fff;
  margin-top: 20px;

}
div#navbar {
  margin-left: 55px;
}
section.our-team {
    margin-bottom: 5%;
    margin-top: 5%;
}
.chairman-text span {
  margin: 0px auto 20px;
  display: inline-block;
  color: #939393;
  font-weight: 400;
  font-size: 16px;
}
.qr-code {
  width: 100%;
  margin: 0 auto;
  background: #f3f9ff;
  position: relative;
  bottom: -60px;
  max-width: 600px;
  box-shadow: 10px -10px 3px -5px rgba(0, 0, 0, .1);
}
.qr-code ul {
  display: flex;
  padding: 20px 50px;
  list-style: none;
}
.qr-code ul p {
  margin-bottom: 12px;
  text-align: right;
  margin-right: 20px;
  font-size: 14px;
  line-height: 1.3;
  margin-top: 12px;
  color: #000;
}
.upper-footer h4 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.social-icon li {
  display: inline-block;
  font-size: 26px;
  margin-right: 10px;
}
.offer-pic.founder-img::after {
  width: 355px;
  height: 435px;
  left: 15px;
}
.offer-pic.founder-img img {
  width: 300px;
  right: 10%;
  float: right;
}
/*.chairman-profile {
    background: #f6f6f6;
    padding: 50px;
    width: 80%;
    margin: 0 auto;
}*/
.chairman-profile h2, .paper-about h2, .company-detail h2{
      font-size: 27px;
    font-weight: 700;
    color: #104d3b;
}
.founder-img {
  float: right;
  position: relative;
  left: 80px;
  top: 75px;
  z-index: 11;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.chairman-text p {
    color: #000;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 0;
}
.paper-about h4{
        text-transform: uppercase;
    font-size: 15px;
    color: #9d9d9d;
    letter-spacing: 2px;
    font-weight: 400;
}
.bg-chariman{
    margin-top: 45px;
}
.inner-pages-banner {
  height: 400px;
}
.inner-pages-banner.about-banner {
  background-image: url(../images/about-us.jpg);
  height: 100%;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
/*.paper-about {
  background: #f9f9f9;
  padding: 50px 0;
}*/
.company-profile li {
  width: 45%;
  display: inline-block;
  vertical-align: top;
  margin: 20px 15px 0px 15px;
}
.about-banner {
  min-height: 400px;
  position: relative;
}
.about-banner .about-bg {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    top: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 5px;
}
.about-banner h1, .about-banner h4 {
  color: #fff;
}
.paper-detials {
  height: 100%;
}
.verticial-text-profile {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 100%;
}
.bg-profile {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.bg-profile h4, .bg-profile h2 {
  color: #fff;
}
.paper-detials {
  padding-left: 40px;
  position: relative;
}
.paper-detials p{
  margin-bottom: 10px;
  color: #000;
}
.paper-detials::before {
  content: "\f192";
  position: absolute;
  left: 17px;
  height: 20px;
  width: 20px;
  font-family: fontawesome;
  color: #104d3b;
  top: 3px;
}
.about-mill-img{
  min-height: 430px;
  object-fit: cover;
}
.about-mill-img::after {
  content: "";
  background: red;
  width: 200px;
  height: 200px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}
.product-img {
  height: 45px;
  width: 45px;
  object-fit: cover;
  border-radius: 0;
  float: left;
  margin-right: 15px;
}
.product-detail h3 {
    font-size: 20px;
    font-weight: 700;
    color: #104d3b;
}
.product-detail {
  margin-top: 15px;
  margin-bottom: 35px;
  text-align: left;
  background: #f9f9f9;
  padding: 20px;
  border-left: 3px solid #104d3b;
}
.product-detail p {
  margin-bottom: 0px;
  width: 100%;
  display: flex;
  padding: 10px 0px 0px 10px;
  line-height: 1.5;
  font-size: 14px;
}
.management-img {
  width: 150px;
  height: 150px;
  border-radius: 100px;  
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  margin-bottom: 20px;
}
.d-flex {
  display: flex;
}
.my-3 {
  margin: 30px auto;
}
.mt-5 {
  margin-top: 50px;
}
.bg-grey {
  background: #f4f4f4;
}
.form-main label {
  font-weight: 300;
}


/*---------header home page--------*/

/*.header-style-5 .navigation, .header-style-5 .navigation .container {
    background-color: #12662a;
}*/
.site-header .navbar-header .open-btn {
    display: none;
}
div#navbar {
    margin-left: 55px;
}
.investor-sec{
  background-color: #fbfbfb;
  padding: 60px 0;
}
.about-sec .section-title-s3 {
    position: relative;
}
.about-home{
  position: absolute;
    bottom: 0;
    left: 10%;
    color: #fff;
    top: 35%;
}
.about-sec .offer-text {
    /* width: 50%; */
    /* margin-top: 8%; */
    /* margin-left: 8%; */
    background: #fff;
    box-shadow: 9px 0px 15px 0px #e7e7e7;
    width: 60%;
    /* position: absolute; */
    /* left: 0; */
    /* right: 0; */
        margin-left: -10%;
    padding: 40px;
    margin-top: 6%;
}
.about-sec{
  margin:6% auto;
    padding: 0;
}
.about-sec .offer-text h6 {
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #bbb;
    font-weight: 400;
    margin-bottom: 10px;
}
.about-sec .offer-text h2{
      color: #104d3b;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 32px;

}

.about-sec .offer-text a{
    background: #104d3b;
    color: #fff;
    border-radius: 25px;
    padding: 10px 20px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    width: 20%;
    text-align: center;
    margin-top: 20px;
}
.about-sec .offer-text a:hover{
  background-color: #080808;
}
.service-s2-tab .tablinks li.active a{
  border-bottom:3px solid #fff;
}
.offers-in{
  background:url(../images/infra.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 5%;
  padding-bottom: 5%;
}
.offers-in h2 {
    color: #fff;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 600;
}
.offers-in p{
    color: #fff;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    line-height: 1.5;
}
.details p{
  width: 100%;
}
.offers-in .row{
  width: 90%;
  margin: 0 auto;
}
.offer-grids .icon img{
  width: 13%;
}
.team-slider .owl-prev i{
  font-size: 24px;
}
.company-detail{
  margin-bottom: 5%;
  margin-top: 5%;
}
.career-forms label{
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.career-forms h3{
      color: #104d3b;
    font-weight: 700;
    font-size: 24px;
}
.career-forms input, .career-forms select, .career-forms textarea{
  border-radius: 0;
  padding: 5px;
}
.career-forms .form-check-inline{
  margin-right: 15px;
}
.career-forms .btn{
  margin-bottom: 50px;
  background: #104d3b;
    color: #fff;
    border-radius: 25px;
    padding: 10px 20px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    width: 15%;
    text-align: center;
    margin-top: 20px;
}

.career-forms .btn:hover{
  background: #000;
}
.career-btn{
  padding: 0;
}
.management-list{
  text-align: left;
}
.management-list .container{
    background: #f9f9f9;
    box-shadow: 0px 0px 5px 2px #ededed;
    padding: 60px;
}
.management-list h2{
    color: #104d3b;
    font-weight: 600;
    /* text-transform: uppercase; */
    letter-spacing: 0px;
    font-size: 30px;
    margin-left: 15px;
    margin-bottom: 30px;
}
.management-list li {
    list-style: none;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    padding: 15px;
    display: grid;
    font-size: 20px;
    font-weight: 500;
}
.management-list li span {
    color: #9f9f9f;
    font-size: 16px;
}
.management-list li b{
  display: contents;
}
.management-list h3{
    background: #e3e3e3;
    padding: 20px 15px;
    margin-bottom: 35px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}
.contact-addresses{
  background: #fbfbfb;
  padding: 15px;
  box-shadow: 2px 1px 10px 0px #ccc;
  margin: 15px;
  width: 46.5%;
  height: 380px;
}
.contact-addresses h4{
  color: #fff;
  background: #04442c;
  padding: 15px;
  margin-bottom: 25px;
}
.contact-addresses ul li{
  list-style: none;
  display: flex;
  margin-bottom: 20px;
}
.contact-addresses ul li i{
  display: inline-block;
  font-size: 20px;
  padding-right: 15px;
  color: #104d3b;
}
.contact-addresses ul li a{
  color: #000;
  display: contents;
}
/*.infrastructure img{
  width: 30%;
  margin: 6% auto;
}*/
.site-footer .twitter-feed-widget p {
    background: #fff;
    margin-top: 25px;
}
.twitter-feed-widget p a {
    display: inline-flex;
    width: 48%;
    background: #fff;
}
.bg-chariman .chariman-info h2{
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 32px;
}

.bg-chariman .chariman-info p{
  font-size: 14px;
  text-align: center;

}
/*
.eco-detail .row{
  margin-top: 7%;
  margin-left: 40px;
}
*/
.company-detail .eco-detail h2 {
    font-size: 27px;
    font-weight: 700;
    color: #104d3b;
    margin-bottom: 15px;
    margin-top: 20px;
}
.paper-about {
    background: url(../images/capacity.jpg);
    object-fit: cover;
    width: 100%;
    padding-top: 7%;
    padding-bottom: 7%;
    background-position: center;
    background-size: cover;
}
.paper-about h2{
  font-size: 32px;
}
.paper-about p{
    width: 55%;
    margin: 25px auto 0;
    color: #000;
    font-size: 18px;
}
.eco-detail{
  padding-left: 50px;
}

.manufacturing-unit{
    background: #fafafa;
    padding: 55px;
}

.manufacturing-unit h2{
  text-align: center;
  color: #104d3b;
  font-weight: 700;
  margin-bottom: 50px;
}

.manufacturing-unit h6{
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 15px;
}

.manufacturing-unit1 {
  border-right:1px solid #e0e0e0;
  padding: 10px 35px;
}

.manufacturing-unit2{
  padding: 10px 35px;
}

.management-list ul{
  display: inline-block;
  width: 100%;
  margin-top: 25px;
}

.meet-members h5{
 font-size: 18px;
    margin-top: 25px;
    margin-bottom: 10px;
}

.meet-members1{
  border-right: 1px solid #ccc;
}

.meet-members{
  padding: 10px;
}

.meet-members {
    padding: 15px 35px;
}

.management-list .management-h2{
  display: inline-block;
  width: 100%;
  margin-top: 45px;
  margin-bottom: 0;
}

/*---------investors----------*/

.investors ul li{
  list-style: none;
  padding: 20px 5px;
  border-bottom: 1px solid #ececec;
  position: relative;
}

.investors ul li a{
  color: #000;
}
.investors h3{
  background: #f4f4f4;
  padding: 20px 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #04442c;
  font-size: larger;
  font-weight: 700;
}

.investors ul{
  margin-top: 15px;
}

.investors ul li span {
    position: absolute;
    right: 0;
    bottom: 10px;
}

.investors ul li span a {
    background: #104d3b;
    color: #fff;
    border-radius: 25px;
    padding: 8px 30px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
}

.site-header #navbar > ul li a:hover > .dropdown-menu{
  display: block;
}

.nav .open>a{
  background-color: transparent !important;
}

.site-header #products-menu li{
  padding: 3px;
}

.dropdown-menu>li>a {
    display: block;
    padding: 5px 10px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #000;
    white-space: nowrap;
}
.investors ul li span a:hover{
  color: #fff;
  background:#000;
}
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
     top: -225px;
    left: 100%;
    margin-top: 0px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu{
  display: block;
}

.dropdown:hover>#products-menu{
display: block;
}

#products-menu{
  top: 55px;
  border-radius: 0;
  border:transparent;
  box-shadow: none;
}


.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
  margin-top: 6px;
  margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.infrastructure .company-detail{
  text-align: left;
}

.infrastructure .company-detail .infra2 {
    padding-top: 60px;
    border-top: 1px solid #e0e0e0;
    padding-bottom: 60px;
}
.infra1{
  padding-bottom: 60px;
}

.infrastructure .company-detail h2 {
    font-size: 42px;
    line-height: 0.6;
    letter-spacing: 0;
    padding-bottom: 20px;
}