/**
* Template Name: Groovin - v4.1.0
* Template URL: https://bootstrapmade.com/groovin-free-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}
/*p {text-align: justify; }*/
a {
  color: #5c9f24;
  text-decoration: none;
}

a:hover {
  color: #74c92d;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #5c9f24;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6fc02c;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: rgba(0, 0, 0, 0.75);
  transition: all 0.5s;
  z-index: 997;
  height: 90px;
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  /*letter-spacing: 1px;*/
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 80px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar > ul > li {
  white-space: nowrap;
  padding: 10px 0 10px 22px;
}

.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4px;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  transition: 0.3s;
  text-transform: uppercase;
  position: relative;
}

.navbar a i, .navbar a:focus i {
  font-size: 15px;
  line-height: 0;
  margin-left: 5px;
}

.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #5c9f24;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #fff;
}

/*.navbar .getstarted {
  padding: 8px 25px;
  margin-left: 12px;
  border-radius: 4px;
  color: #fff;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  border: 2px solid #5c9f24;
}

.navbar .getstarted:hover {
  color: #fff;
  background: #5c9f24;
}

.navbar .getstarted:hover:before, .navbar li:hover > .getstarted:before {
  visibility: hidden;
}
*/
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 22px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 3px 20px;
  font-size: 15px;
  font-weight: 500;
  text-transform: none;
  color: #088623;
}

.navbar .dropdown ul a i {
  font-size: 15px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #FFB321;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #21FF3B;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #5c9f24;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(17, 17, 17, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #2a2a2a;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #5c9f24;
}

.navbar-mobile > ul > li {
  white-space: nowrap;
  padding: 0;
}

.navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile .getstarted {
  margin: 15px;
  color: #5c9f24;
  padding-left: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #0CB020;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  background-color: rgba(17, 17, 17, 0.8);
  overflow: hidden;
  padding: 0;
}

#hero .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  transition: 0.3;
}

#hero .carousel-item::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .carousel-content {
  text-align: center;
  font-size: 1.2em;
  text-shadow: 2px 1px 1px #000000;
}

#hero h2 {
  color: #fff;
  /*margin-top: 80px;*/
  margin-bottom: 30px;
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
}

#hero h2 span {
  color: #5c9f24;
     
}

#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

.section-title3 p {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 auto 30px auto;
  text-align: center;
  color: #ffffff;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: .6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #5c9f24;
}

#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px 12px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  text-transform: uppercase;
  border: 2px solid #5c9f24;
  background: #5c9f24;
}

#hero .btn-get-started:hover {
  background: #6ab82a;
  border-color: #6ab82a;
  color: #fff;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

/* NEW STYLE */

.video {
  height: 100vh;
  position: inherit !important;
  display: flex;
  justify-content: center;
}

.video-area-video .block h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 2px;
}
.video-area-video .block p {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  margin-bottom: 2px;
}
.video-area-video .block .btn-main {
  margin-top: 2px;
}
.1stcol {
    width: 100%;
}


.title3 {
  padding-bottom: 50px;
  overflow: hidden;
}
.title3 h2 {
  font-weight: 600;
  font-size: 35px;
  color: #232323;
}
.title3 p {
  color: #848484;
  margin: 0 auto;
}
.title3.title-white h2 {
  color: #fff;
}
/* END NEW STYLE */
/*--------------------------------------------------------------
# Index Section
--------------------------------------------------------------*/

/*-End Index section ------------------------------------------------------------- 

# Sections General
--------------------------------------------------------------*/
section {
  padding: 0px 0;
}

.section-bg {
  background-color: #fff; /*background of index page*/
}

.section-title {
  text-align: center;
  padding-bottom: 10px;
}
.para-title {
  margin-top: 15px;
  text-align: left;
  padding-bottom: 20px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 45px;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #5c9f24;
}
.para-title h2 {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 0;
  color: #5c9f24;
}
.para-title2 h2 {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 0;
  color: #ff0000;
}
.para-title2 h2 {
  font-size: 32px;
  font-weight: 200;
  text-transform: uppercase;
  margin-left: 20px;
  margin-bottom: 5px;
  padding-top: 20px;
  padding-bottom: 0;
  color: #ffffff;
}
.para-title3 h2 {
  font-size: 32px;
  font-weight: 200;
  text-transform: uppercase;
  margin-left: 20px;
  margin-bottom: 5px;
  padding-top: 30px;
  padding-bottom: 0;
  color: #ffffff;
}

.parafont {
    display:inline;
    font-size: 1em;
}
.parafont2 {
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin-left: 20px;
  padding-top: 5px;
  padding-right: 25px;
}
.parafont3 {
    display:inline;
    font-size: 0.8em;
    line-height: 0.8em;
}
.parafont4 {
    display:inline;
    font-size: 1em;
    color: #f00;
}
.lifont {
    font-size: 0.9em;
    font-weight: 600;
}

.notetext {
 text-align: center;
 font-size: 1em;
 font-weight: 600;
 width: 100%;
 color: #78797A;
 border: 5px #F00 solid;
 border-top-left-radius: 1em;
 border-top-right-radius: 1em;
 border-bottom-left-radius: 1em;
 border-bottom-right-radius: 1em;
 padding: 10px 10px;
}

.section-title p {
  margin-bottom: 0;
}

.section-title2 {
  text-align: center;
  padding-bottom: 10px;
}

.section-title2 h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 0;
  color: #5c9f24;
}

.section-title2 p {
  text-align: left;
  margin-bottom: 0;
}
.section-title3 p {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 0;
  text-align: center;
  color: #ffffff;
}

/*.col-md-4,.col-md-2 {
background-color: #F5F29F;
padding: 20px;
border: 1px solid #000000;
}*/

.txttitle {
background-color: #F5F29F;
font-size: 1em;
font-weight: 700;
color: #ff0000;
}
.style1 {
	font-weight:bold;
}

*/ video section */

#vid {
  width: 100%;
  height: auto;
  padding: 45px 0px;
  background: #111;
}
.ltxt {
    
  margin-top: 50px;
  margin-bottom: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.2em;
  font-weight: 700;
  color: #7a7978;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
#navigation {
	background:#ffffff;
	display:block;
	float:left;
	width:185px;
	margin-left:5px;
	margin-top:0;
}

#wrapper {
	float:left;
	width:988px;
	margin-top:0;
}

#navigation {
	background:#ffffff;
	display:block;
	float:left;
	width:185px;
	margin-left:5px;
	margin-top:0;
}

.about .content {
  padding: 10px 0;
}

.about .content h2 {
  font-weight: 700;
  font-size: 54px;
}
.about .content h3 {
  font-weight: 700;
  font-size: 34px;
}

.about .content p {
  margin-bottom: 0;
  text-align: left;
  font-weight: 300;
}

.about .content .icon-box {
  margin-top: 5px;
}

.about .content .icon-box h4 {
  font-size: 40px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.about .content .icon-box i {
  font-size: 8px;
  float: left;
  color: #5c9f24;
}

.about .content .icon-box p {
  font-size: 14px;
  color: #848484;
  margin-left: 60px;
}
.txtbox {
  font-size: 26px;
  text-shadow: 0px 2px 15px rgba(213, 214, 214, 1);
  color: #000000;
  font-weight: 400;
  margin: 25px 20px 0px 0px;
  padding: 25px 25px 0px 140px;
  height:160px;
}
.txtbox2 {
  font-size: 24px;
  text-shadow: 0px 2px 15px rgba(213, 214, 214, 1);
  color: #000000;
  font-weight: 300;
  margin: 5px 20px 0px 5px;
  padding: 25px 5px 10px 0px;
  height:180px;
  border-right: 2px solid #f00;
}
.col-sm-4 {
background-color: #D6D5D3;
padding: 5px 5px 5px 0px;
}
col-sm-2 {
background-color: #D6D5D3;
  border-left: 5px solid #f00;
}
.imgposition{
  margin: 25px 0 25px 50px;
}
/*.txtbox2 {
  background-image: url(../images/env bg.jpg);
  text-align: center;
  font-size: 36px;
  /*text-shadow: 0px 2px 15px rgba(213, 214, 214, 1);*/
  color: #ffffff;
  font-weight: 200;
  margin: 30px 0 0px 20px;
  padding: 60px 25px 35px 25px;
  height:200px;
}*/

.padding-0{
    padding-right:0;
    padding-left:0;
}



/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(182, 223, 245, 0.8), rgba(5, 74, 133, 0.4)), 
  url("../images/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 120px 0px;
}

.cta h3 {
  position: relative;
  color: #ffffff;
  font-size: 35px;
  font-weight: 100;
  text-align: center;
  padding: 8px 0px;
  text-shadow: 2px 4px 10px 0 rgba(0, 34, 51, 0.05), 2px 4px 10px 0 rgba(0, 34, 51, 0.05);
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
/* END CTA */

@media (max-width: 991px) {
  .about .image {
    text-align: center;
  }
  .about .image img {
    max-width: 80%;
  }
}

@media (max-width: 667px) {
  .about .image img {
    max-width: 100%;
  }
}
@media (min-width:576px)
/*--------------------------------------------------------------
    
/* Latest News area css
============================================================================================ */

.downloads {
  padding: 5px 0px 5px 0px;
}

.latest_news_area .main_c_b_title {
  padding-bottom: 35px;
}

.latest_news_item .news_image {
  overflow: hidden;
  position: relative;
}

.latest_news_item .news_image img {
  max-width: 100%;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.latest_news_item .news_image .l_date {
  background: #ffcd00;
  text-align: center;
  color: #000;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 8px 8px;
}

.latest_news_item .news_image .l_date h5 {
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.latest_news_item .news_image .l_date h6 {
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
}

.latest_news_item .news_content {
  text-align: center;
  border-left: 1px solid #b8b8b8;
  border-right: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  overflow: hidden;
  clear: both;
  padding: 0px 5px 5px 5px;
}

.latest_news_item .news_content h4 {
  font-size: 20px;
  line-height: 28px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #31353d;
  padding-top: 12px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.latest_news_item .news_content h4:hover {
  color: #ffcd00;
}

.latest_news_item .news_content h6 {
  font-size: 12px;
  color: #444444;
  font-family: "Open Sans", sans-serif;
  padding: 10px 0px 25px 0px;
}

.latest_news_item .news_content h6 a {
  font-size: 12px;
  color: #444444;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.latest_news_item .news_content h6 a:hover {
  color: #ffcd00;
}

.latest_news_item .news_content p {
  text-align: left;
  font-size: 14px;
  color: #000000;
  line-height: 16px;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 5px;
}

.latest_news_item .news_content .pull-left a {
  color: #31353d;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.latest_news_item .news_content .pull-left a:hover {
  color: #ffcd00;
}

.latest_news_item .news_content .pull-right a {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #31353d;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.latest_news_item .news_content .pull-right a i {
  padding-left: 3px;
}

.latest_news_item .news_content .pull-right a:hover {
  color: #ffcd00;
}

.latest_news_item:hover .news_image img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

/* End Latest News area css
============================================================================================ */
    
    
# Tabs
--------------------------------------------------------------*/
/* Tabs*/
/*section {
    padding: 60px 0;
}

section .section-title3 {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}
#tabs{
	background: #007b5e;
    color: #eee;
}
#tabs h6.section-title3{
    color: #eee;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #f3f3f3;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid !important;
    font-size: 20px;
    font-weight: bold;
}

#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #eee;
    font-size: 20px;
}
*/
.card {
    background-color: #ffffff;
    border: 1px solid rgba(0, 34, 51, 0.1);
    box-shadow: 2px 4px 10px 0 rgba(0, 34, 51, 0.05), 2px 4px 10px 0 rgba(0, 34, 51, 0.05);
    border-radius: 0.15rem;
}

/* Tabs Card */

.tab-card {
  border:1px solid #eee;
}

.tab-card-header {
  background:none;
}
/* Default mode */
.tab-card-header > .nav-tabs {
  border: none;
  margin: 0px;
}
.tab-card-header > .nav-tabs > li {
  margin-right: 2px;
}
.tab-card-header > .nav-tabs > li > a {
  border: 0;
  border-bottom:2px solid transparent;
  margin-right: 0;
  color: #737373;
  padding: 2px 15px;
}

.tab-card-header > .nav-tabs > li > a.show {
    border-bottom:2px solid #007bff;
    color: #007bff;
}
.tab-card-header > .nav-tabs > li > a:hover {
    color: #007bff;
}

.tab-card-header > .tab-content {
  padding-bottom: 0;
}

/*--------------------------------------------------------------<!-- END TABBED PANEL -->

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
/* START OF WELCOME*/
.welcome .content {
  padding: 10px 0;
}
.gfg {
    margin: 3%;
    position: relative;
        }
  
.onboard{
height:556px;
background-image: url("../images/bg1.jpg");
width:100%;
color: #F9DF07;
padding: 70px 0 0 30px;
}
.construction{
height:550px;
background-image:url(../images/bg8.jpg);
width: 100%; height: 490px; z-index: 999;
padding: 10px 10px 0 5px;
}
.geotech{
height:550px;
background-image:url(../images/bg9.jpg);
width: 100%; height: 500px; z-index: 999;
padding: 10px 10px 0 5px;
}

.onboardimg {
    margin-left: 5px;
    display: inline;
}
.onboardimg2 {
    margin-left: 390px;
    display: inline;
}

.onboard0{
width:100%;
height:500px;
background-image:url(../images/bg1.jpg);
width: 100%; height: 400px; z-index: 999;
background-size:cover;
color: #F9DF07;
padding: 10px 0 0 30px;
}
.newspaper2 {
  column-count: 2;
  column-gap: 40px;
  column-rule: 1px solid #000000;  
  margin-top: 50px; 
  font-size: .9em;
  font-weight: 700;
  color: #000;
  margin-bottom: 50px;
}

.first-txt {
    position: absolute;
    display: inline-block;
    width: 320px;
    margin-top: 70px;
    margin-left: 15px;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    }
  .second-txt {
    width: 400px;
    margin-top: 0px;
    margin-left: 200px;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    }
  
.right-txt {
    position: relative;
    float:right;
    width: 500px;
    margin-top: 0px;
    margin-left: 50px;
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    }

.right-txt2 {
    position: relative;
    float:right;
    width: 500px;
    margin-top: 100px;
    margin-left: 50px;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    }
.second-txt {
    position: absolute;
    margin-top: 15px;
    width: 250px;
    bottom: 100px;
    left: 230px;
    color: #ffffff;
    }

.second-txt2 {
    position: absolute;
    margin-top: 15px;
    width: 250px;
    bottom: 100px;
    left: 230px;
    color: #000000;
    }

.title {
  position: absolute;
  margin-left: 230px;
  margin-top: 10px;
  font-weight: 700;
  font-size: 28px;
  color: #000;    
}
.title2 {
  position: absolute;
  margin-top: 0px;
  font-weight: 700;
  font-size: 28px;
  color: #000000;    
}

.read { 
  position: absolute;   
    margin-left: 150px;
    display: inline-block;
    margin-top: 300px;
}
.read2 { 
    position: relative;  
    float: right;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 5px;
}
    .fil1 {fill:#482A10}
    .fil0 {fill:#FCB913}

.designimgtxt {
    position: relative;
    width: 300px;
    font-size: .8em;
    line-height:1em;
    color: #f00;
}

.captiontxt {
    position: relative;
    font-size: .9em;
    font-weight: 700;
    line-height:16px;
    color: #f00;
}

.paraback {
    background-color: #A32E1A;
    border: 2px double #ffffff;
    font-family: "Times New Roman", Times, serif;
    font-size: .9em;
    font-style: italic;
    color: #ffffff;
    padding: 5px 15px 5px 15px;
}
.hr {
	margin-top:1.42857143em;
	margin-bottom:1.42857143em;
	border:3;
	border-top: 3px solid #FD1C05;
    padding-bottom: 5px;
}

.card-title {    
    font-family: "Roboto", sans-serif;
    font-size: .8em;
    font-style: normal;
    color: #F3170C;
    padding-top: 5px;
}
.card-text {       
    font-family: "Roboto", sans-serif;
    font-size: .9em;
    font-style: normal;
    color: #000;
    padding-top: 5px;
}

/*
/* END OF WELCOME */

/* === section spacer === */

section.spacer {
	padding:20px 0 50px 0;
	color:#fcfcfc;
}

.spacer.green,.section.green {
	background:#1bac91;
}

.spacer.green,.section.green h4 {
	color:#fff;
}

.spacer.yellow,.section.yellow  {
	background:#ffe873;
}
.spacer.orange,.section.orange {
	background:#f36f36;
}

section.spacer.bg1 {
	background: url(../images/bg9.jpg) 50% 0 no-repeat fixed;
	width:100%;
	height:500px;
	margin-bottom: 10px;
}
section.spacer.bg2 {
	background: url(../images/bg7.jpg) 50% 0 no-repeat fixed;
	width:100%;
	height:350px;
	margin-bottom: 5px;
}
section.spacer.bg2 p{
	padding-top: 1px;   
    font-family: "Roboto", sans-serif; 
    font-size: 14px;
    font-weight: 500;
    color: #000000;
}

section.spacer.bg3 {
	background: url(../images/bgCon.jpg) 100% 0 no-repeat fixed;
	width:100%;
	height:460px;
	margin-bottom: 10px;
	padding-top: 25px;
    color: #000000;
}
section.spacer.bg3 p{
	padding-top: 1px;   
    font-family: "Roboto", sans-serif; 
    font-size: 14px;
    font-weight: 500;
}

section.spacer.bg3 ol li + li::before {
  padding-right: 20px;
  color: #444444;
}

section.spacer.bg4 {
	padding-top: 10px;  
	background: url(../images/bg8.jpg) 50% 0 no-repeat fixed;
	width:100%;
	height:475px;
	margin-bottom: 10px;
  color: #000;	
}

.clients_area {
  width: 100%;
  background: #f5f5f5;
}
.clients_area h2{
  font-family: "Roboto", sans-serif;  
  font-weight: 400; 
  padding: 20px 0px 10px 30px;
  
}
.clients_area p{
  font-family: "Roboto", sans-serif;  
  font-weight: 450; 
  font-size: 1em;    
  padding: 5px 0px 5px 30px;
}

section.spacer blockquote.large:before {
	color:#eee;
	opacity:0.8;
}

section.spacer blockquote cite {
	color:#555;
}

.hide-text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 1em;
}
.alignright {
	text-align: right;
}
.alignleft {
	text-align: left;
}
.aligncenter {
	text-align: center;
}
.medium {
	font-weight: normal;
}
/* END SPACER */


/*# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs {
  padding: 5px 0;
  background: #f6f6f6;
  min-height: 30px;
  margin-top: 80px;
}

.breadcrumbs2 {
  padding: 5px 0;
  background: #f6f6f6;
  min-height: 30px;
  margin-top: 6px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #444444;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
  text-align: left;
}

.services .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  color: #5c9f24;
  overflow: hidden;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
}

.services .icon i {
  font-size: 36px;
  line-height: 0;
}

.services:hover .icon {
  box-shadow: 0px 0 25px rgba(92, 159, 36, 0.3);
}

.services .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 14px;
  position: relative;
  padding-bottom: 15px;
}

.services .title a {
  color: #444444;
  transition: 0.3s;
}

.services .title a:hover {
  color: #5c9f24;
}

.services .title::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #5c9f24;
  bottom: 0;
  left: calc(50% - 25px);
}

.services .description {
  line-height: 24px;
  font-size: 14px;
  text-align: justify;
}
.box2 {
  margin: 0px 0 20px;
  padding: 15px 5px 15px 5px;
  height:200px;
  background-color: azure;
  box-shadow: 0px 2px 15px rgba(255, 0, 0, 0.5);
  transition: all ease-in-out 0.3s;
}
.box2 h4 {
  font-size: 20px;
  font-weight: 600;
  padding: 0;
  margin: 5px 0;
  color: #CA4E4E;
}
 
/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .box {
  height: 365px;
  padding: 5px 10px 0px 10px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
}

.why-us .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #8ed851;
}

.why-us .box h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 5px 0;
  color: #2a2a2a;
}

/* Index Page */
.why-us .box p {
  text-align: justify;
  color: #000000;
  font-size: 15px;
  margin: 2px;
  padding: 0;
}

.why-us .box:hover {
  background: #5c9f24;
  padding: 5px 5px 0px 5px;
  box-shadow: 10px 15px 10px rgba(0, 0, 0, 0.18);
}

.why-us .box:hover span, .why-us .box:hover h4, .why-us .box:hover p {
  color: #fff;
}


/* ----------------PROJECTS -----------------*/

.projects .box {
  padding: 5px 0px;
}

.projects .box span {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #8ed851;
}

.projects .box h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 5px 0;
  color: #2a2a2a;
}

.projects p {
  text-align: left;
  color: #000000;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.ollist {  
  font-family: "Poppins", sans-serif;
  font-size: .8em;
  list-style:disc;
}
.txtcolor {
   color: #ff0000; 
}
/*.projects .box:hover {
  background: #5c9f24;
  padding: 10px 10px 10px 10px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}

.projects .box:hover span, .why-us .box:hover h4, .projects .box:hover p {
  color: #fff;
}*/

/* END PROJECTS */

/*------------------------------------*\
	Events
\*------------------------------------*/
.proj {
	position:relative;
	margin:5px 0px;
}

.proj .proj-img {
	position:absolute;
    padding: 5px 5px;
	background-color: #f2f2f2;
    border: 5px solid #cccccc;
	width: 100px;
}

.proj .proj-img img {
	width:100%;
}

.proj .proj-day {
	position: absolute;
	top: 0;
	width: 60px;
	height: 60px;
	background: #f36700;
	text-align: center;
}

.proj .proj-day span {
	color: #FFF;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: 0;
	right: 0;
	font-weight: 700;
}

.proj  .proj-day:after , .proj  .proj-day:before{
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	position:absolute;
	bottom:-20px;
}

.proj  .proj-day:before {
	left:0;
	border-width: 20px 60px 0 0;
	border-color: #f36500 transparent transparent;
}

.proj  .proj-day:after {
	right:0;
	border-width: 0 60px 20px 0;
	border-color: transparent #f36500 transparent;
}

.proj .proj-content {
	min-height: 100px;
	padding-left: 110px;
}

.proj .proj-content h3 {
	margin-top:0px;
}

.eventhead {
	margin-top:0px;
    color: #059CEB;
}
.proj .proj-content h5 {
	margin-top:0px;
}

.proj .proj-content p {
	margin-top:0px;
	font-size: 0.9em;
}

.pagecenter {
    font-weight: 500;
	border-width: 5px 0px 0 0;
	border-color: #cccccc transparent transparent;
}
.twoColumns{
    text-align: justify;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
}

.padding-0{
    padding-right:0;
    padding-left:0;
}
.headcol {
    
    font-family: "Open Sans", sans-serif;
    font-size: 1em;  
    font-weight: 600;
    color: #C834D1;
}
/*------------------------------------------------------------------
    Blog
-------------------------------------------------------------------*/

/*.un-box{
	padding: 10px 0px;
	background-color: #f2f3f5;
}
.un-inner{
	background: #ffffff;
	text-align: center;
	margin-bottom: 10px;
	border: 10px solid #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
}

.un-img{
	overflow: hidden;
}
.un-img img{
	transition: all 0.9s ease 0s;
}
.un-inner:hover .un-img img{
	-moz-transform: scale(1.5) rotate(-10deg);
	-webkit-transform: scale(1.5) rotate(-10deg);
	-ms-transform: scale(1.5) rotate(-10deg);
	-o-transform: scale(1.5) rotate(-10deg);
	transform: scale(1.5) rotate(-10deg);
}
.un-inner a{
	border-radius: 2px;
	transition: .2s;
	letter-spacing: 1px;
	padding: 10px 18px;
	background: #ffffff;
	color: #12557f;
	font-size: 12px;
	display: inline-block;
	line-height: 12px;
}

.un-inner a.new-btn-d.br-2{
	border: 2px solid #FF0000;
	line-height: 10px;
    font-size: 1em;  
    font-weight: 700;
}

.un-inner a.new-btn-d::before{
	background: rgba(18,85,127,0.2);
	line-height: 10px;
}

.un-inner a:hover{
	color: #ff0000;
	background: rgba(220,220,220,0.2);
}

.un-inner .item-meta{
	background: #EB8D07;
}
.un-inner .item-meta a{
	background: #EB8D07;
	color: #ffffff;
	display: inline-block;
	border: none;
}
.un-inner .item-meta span{
	color: #ffffff;
	background: #00cb86;
	display: inline-block;
	padding: 5px;
}

.un-inner h2{
	margin-top: 10px;
}

.un-inner h3{
	margin-top: 12px;
}

.un-inner h4{
	margin-top: 12px;
}
.un-inner h5{
  margin-top: 12px;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;  
  font-weight: 700;
  text-align: left; 
  color: #0CB6D5;
}
.un-inner h6{
	color: #ffffff;
}

.un-inner p{
  font-family: "Open Sans", sans-serif;
  font-size: .9em;    
  color: #585555;
  text-align: justify;
}
.clearfix{
	clear:both;
	}
.hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 30px;
  overflow: visible;
}
*/

/*--------------------------------------------------------------
# Company
--------------------------------------------------------------*/
.company-area {
  background: #F5F4F1;
  height: auto;
  width: 100%;
  padding-bottom: 30px;
}

.company-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 20px;
  padding-top: 50px;
  padding-bottom: 0;
  color: #5c9f24;
}

.company-text h4 a {
  font-size: 18px;
  font-weight: 500;
  color: #5D785F;
  text-decoration: none;
}

.company-text h4 {
  font-size: 18px;
  color: #444;
  margin-bottom: 15px;
}

.company-btn {
  border-bottom: 1px dotted #444;
  color: #444;
  text-decoration: none;
}

.company-btn {
  border-bottom: 1px dotted #444;
  color: #444;
  display: inline-block;
  padding: 0 1px 5px 0;
  position: relative;
  text-decoration: none;
}

.company-btn {
  position: relative;
}

.company-btn::after {
  content: "\f178";
  font-family: fontawesome;
  position: absolute;
  right: -20px;
  top: 1px;
  transition: all 0.3s ease 0s;
}

.company-btn:hover::after {
  right: -30px;
}

.company-btn:hover {
  color: #333;
  text-decoration: none;
}

.company_meta span.date_type i {
  margin-left: 5px;
}

.company-meta span.comments-type {
  margin-left: 5px;
}

.company-meta span i {
  padding-right: 10px;
}

.company-content .company-meta {
  border-bottom: 1px dotted #333;
}

.company-meta {
  border-bottom: 1px dotted #fff;
  padding: 10px 0;
}

.company-type > a, .date-type, .company-meta span.comments-type {
  color: #333;
  letter-spacing: 1px;
  margin-right: 5px;
}

.company-meta .comments-type i {
  padding-right: 0 !important;
}

.company-content-right .comments-type > a, .company-content-right .date-type, .company-content-right .company-meta span.comments-type, .company-content-right .company-text p {
  color: #fff;
  letter-spacing: 1px;
}

.single-company .ready-btn {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px 12px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  text-transform: uppercase;
  border: 2px solid #5c9f24;
  background: #5c9f24;
}

.single-company .ready-btn:hover {
  border: 1px solid #3EC1D5;
  color: #fff;
}


/*# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 10px 0 10px;
}

.team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #343a40;
  position: relative;
}
.team .member2 {
  text-align: justify;
  font-family: "Open Sans", sans-serif;
  font-size: .9em;
  line-height: 1.5em;
  margin-bottom: 10px;
  padding: 2px 8px 2px 7px;
  background: #D5EAD8;
  position: relative;
  border: 2px solid #0ABB20;
}
.team .member3 {
  text-align: justify;
  font-family: "Open Sans", sans-serif;
  font-size: .9em;
  line-height: 1.4em;
  margin-bottom: 10px;
  padding: 2px 8px 2px 7px;
  background: #D5EAD8;
  position: relative;
  border: 2px solid #0ABB20;
}
.team .member4 {
  text-align: justify;
  font-family: "Open Sans", sans-serif;
  font-size: .9em;
  line-height: 1.4em;
  margin-bottom: 10px;
  padding: 2px 8px 2px 8px;
  background: #D5EAD8;
  position: relative;
  border: 2px solid #0ABB20;
}
.team .member .member-info {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

.team .member .member-info-content {
  margin-top: -50px;
  transition: margin 0.2s;
}

.team .member:hover .member-info {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: 0.4s;
}
.team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}
.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}
.team p {
    text-align: justify;
}
.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}
.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  transition: color 0.3s;
  color: #fff;
}

.team .member .social a:hover {
  color: #5c9f24;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #5c9f24;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(42, 42, 42, 0.7);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(42, 42, 42, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
  font-weight: 700;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #8ed851;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #5c9f24;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5c9f24;
}

.portfolio-details .portfolio-info {
  padding: 20px;
  box-shadow: 0px 0 30px rgba(42, 42, 42, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}



/*--------------------------------------------------------------
# Equip
--------------------------------------------------------------*/
.equip {
  background: #fff;
  padding: 60px 0;
}

.equip .item {
  text-align: center;
  margin-bottom: 20px;
  background: #343a40;
  position: relative;
}

.equip .item .item-info {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

.equip .item .item-info-content {
  margin-top: -50px;
  transition: margin 0.2s;
}

.equip .item:hover .item-info {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: 0.4s;
}

.equip .item:hover .item-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

.equip .item h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

.equip .item span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

.equip .item .social {
  margin-top: 15px;
}

.equip .item .social a {
  transition: color 0.3s;
  color: #fff;
}

.equip .item .social a:hover {
  color: #5c9f24;
}

.equip .item .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  background: #fff;
  padding: 20px 0;
}

.faq h1 {
    font-size: 24px;
    color: #07941b;
}
.faq .h4 {color:#c10912}

.faq .faq-list {
 background-color: rgba(0, 0, 0, 0.1);
 padding: 0 0px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li + li {
  margin-top: 20px;
}

.faq .faq-list li {
  padding: 0px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: inline-block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-right-arrow {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 10px;
  color: #c10912;
}

.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  font-size: .9em;
  margin-bottom: 0;
  padding: 10px 0 0 0;
  color: #000000;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #479407;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
/*# Contact
--------------------------------------------------------------*/
.contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

.contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #5c9f24;
}

.contact .contact-info address, .contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

.contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

.contact .contact-info a {
  color: #000;
}

.contact .contact-info a:hover {
  color: #5c9f24;
}

.contact .contact-address, .contact .contact-phone, .contact .contact-email {
  margin-bottom: 20px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  height: auto;
  padding: 10px 15px;
  border-radius: 4px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #5c9f24;
}

.contact .php-email-form button[type="submit"] {
  background: #5c9f24;
  border: 0;
  padding: 10px 30px 12px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #6ab82a;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (min-width: 768px) {
  .contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .contact .contact-address, .contact .contact-phone, .contact .contact-email {
    padding: 20px 0;
  }
}


/*# Footer
--------------------------------------------------------------*/
#footer {
  background: #111111;
  padding: 30 0 10px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: #1d1d1d;
  border-bottom: 1px solid #2f2f2f;
  padding: 30px 0 10px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 5px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #2a2a2a;
  color: #fff;
  line-height: 1;
  padding: 5px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 24px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #5c9f24;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 5px;
}

#footer .footer-top .footer-links {
  margin-bottom: 10px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #8ed851;
  font-size: 18px;
  line-height: .9em;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: .9em;
}

#footer .footer-top .footer-links ul a:hover {
  color: #81d33d;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 10px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #5c9f24;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #6ab82a;
}

#footer .copyright {
  text-align: center;
  padding-top: 10px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .txtcolor {
    color: #45B3E1;
}
