body {
	margin: 0;
	padding: 0;
	font-family: 'Mulish', sans-serif;
	font-size: 15px;
}

/*
Primary color: #071e70
Secondary color: #39b7e6
*/

/*------------------------------------------------------------
	Global
------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	color: #000000;
	font-weight: 700;
}
p {
	color: #000;
    font-size: 17px;
}
a:hover{
	text-decoration: none;
}
li{
	list-style-type: none;
}
.c-btn {
	background-color: #fff;
	/* color: #fff; */
	/* padding: 0.2rem 0.3rem; */
}
.c-btn:hover {
	color: #fff;
	background-color: #ffffff;
}
.mr0 {
	margin: 0;
}
.pd0 {
	padding: 0;
}
.mrt10 {
	margin-top: 10px;
}
.mrt20 {
	margin-top: 20px;
}
.mrt30 {
	margin-top: 30px;
}
.mrt40 {
	margin-top: 40px;
}
.mrb10 {
	margin-bottom: 10px;
}
.mrb20 {
	margin-bottom: 20px;
}
.mrb30 {
	margin-bottom: 30px;
}
.mrb40 {
	margin-bottom: 40px;
}
.pdt10 {
	padding-top: 10px;
}
.pdt20 {
	padding-top: 20px;
}
.pdb10 {
	padding-bottom: 10px;
}
.pdb20 {
	padding-bottom: 20px;
}
.section-entry {
	padding: 5rem 0;
}
.section-entry-1 {
	padding: 3rem 1rem;
}
.relative {
	position: relative;
}
.width100 {
	width: 100%;
}
.txtct {
	text-align: center;
}
.txtrt {
	text-align: right;
}
.txtupr {
	text-transform: uppercase;
}
.dflex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
/* .section {
	transition: all 1s ease;
} */
/* .section-hidden {
	opacity: 0;
	transform: translateY(8rem);
} */

.bg-cl {
	background-color: #f6f6f6;

}

/*------------------------------------------------------------
	Components
------------------------------------------------------------*/

/* Modal */
.nav-item-modal {
	display: flex;
	align-items: center;
}
.nav-link.c-btn {
	color: #000!important;
	line-height: unset;
	padding: 0.5rem 1rem !important;
}
.digi-modal {
	width: 500px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	padding: 5rem;
	box-shadow: 0 4rem 6rem rgba(0, 0, 0, 0.3);
	z-index: 10000;
	transition: all 0.5s;
	background-color: #fff;
}
.digi-modal-overlay {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(4px);
	z-index: 100;
	transition: all 0.5s;
}
.btn-close-modal {
	font-family: inherit;
	color: inherit;
	position: absolute;
	top: 0.5rem;
	right: 2rem;
	font-size: 4rem;
	cursor: pointer;
	border: none;
	background: none;
}
.hidden {
	opacity: 0;
	visibility: hidden;
}


/*-------------------------------------------------------------
	Navbar
-------------------------------------------------------------*/

.navbar {
	background-color: #000000!important;
}
.logo-img {
	width: 175px;
}
.nav-item {
	padding-left: 1rem;
}
.nav-link {
	color: #ffff!important;
	line-height: 50px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
	font-size: 13px;
	font-weight: 600;
}
.customNav {
	animation: navSlide 1s ease forwards;
	background-color: #000!important;
	-webkit-box-shadow: 0 2px 6px -1px rgba(0,0,0,0.2);
	box-shadow: 0 2px 6px -1px rgba(0,0,0,0.2);
	position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
@keyframes navSlide {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0%);
	}
}

.d-imgtext-title {
	font-size: 22px;
    font-weight: 400;
}
.d-imgtext-title-head {
    font-size: 22px;
    font-weight: 400;
    color: #1f6300;
}
.d-head-title {
	font-weight: 600;
    text-transform: uppercase;
}
.hm-about-wrap {
    margin-top: -4.2rem;

}
.c-btn-read {
	background-color: #1f6300;
    color: #fff;
    border: 0;
    border-radius: 0;
}
/* .line-hr {
	border: 10px solid green;
} */
button:focus {
    outline: transparent;
    outline: transparent;
}
.line {
	height: 1px;
    width: 444px;
    position: absolute;
    background-color: grey;
    bottom: 0;
    left: 13px;
}
.hm-money-back {
	display: flex;
}
.hm-money-back img {
	height: 40px;
    width: 40px;
	margin-right: 1rem;;
}
.hm-smartphone {
	display: flex;
}
.hm-smartphone img {
    height: 39px;
	margin-right: 1rem;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: transparent;
    border-radius: 0.25rem;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 600;
    color: #fff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-bottom: solid 2px #585858;
    text-transform: uppercase;
    font-size: 14px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: -36px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 17px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #000;
    background-clip: padding-box;
    border: none;
    text-align: center;
    border-radius: 0.25rem;
    line-height: 37px;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #000;
    text-decoration: none;
    background-color: #fff;
}

/* Icon 1 */

.animated-icon1, .animated-icon2, .animated-icon3 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }
  
  .animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  
  .animated-icon1 span {
    background: #fff;
  }
  
  .animated-icon2 span {
    background: #e3f2fd;
  }
  
  .animated-icon3 span {
    background: #f3e5f5;
  }
  
  .animated-icon1 span:nth-child(1) {
   top: 0px;
  }
  
  .animated-icon1 span:nth-child(2) {
    top: 10px;
  }
  
  .animated-icon1 span:nth-child(3) {
    top: 20px;
  }
  
  .animated-icon1.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  
  .animated-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }
  
  .animated-icon1.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  
  /* Icon 3*/
  
  .animated-icon2 span:nth-child(1) {
    top: 0px;
  }
  
  .animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
    top: 10px;
  }
  
  .animated-icon2 span:nth-child(4) {
    top: 20px;
  }
  
  .animated-icon2.open span:nth-child(1) {
    top: 11px;
    width: 0%;
    left: 50%;
  }
  
  .animated-icon2.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .animated-icon2.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  .animated-icon2.open span:nth-child(4) {
    top: 11px;
    width: 0%;
    left: 50%;
  }
  
  /* Icon 4 */
  
  .animated-icon3 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  
  .animated-icon3 span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  
  .animated-icon3 span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  
  .animated-icon3.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 8px;
  }
  
  .animated-icon3.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  
  .animated-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 21px;
    left: 8px;
  }

/*---------------------------------------------------------------------------------------------------------------------
	Carousel
---------------------------------------------------------------------------------------------------------------------*/

.myCarouselCaption {
    right: 50%;
    bottom: 50%;
    transform: translateY(50%);
    left: 10%;
    color: #000;
    text-align: left;
}
.myCarouselCaption h5 {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 600;
}
.myCarouselCaption p {
	padding-right: 100px;
}
/*---------------------------------------------------------------------------------------------------------------------
	Home
---------------------------------------------------------------------------------------------------------------------*/

.main-wrapper {
	position: relative;
	overflow: hidden;
	/* margin-top: 88px; */
}

.mb2 {
	margin-bottom: 1.5rem;
}

.d-imgtext-inner-cover {
	height: 100%;
}

.d-imgtext-img-cover {
	background-image: url('../img/office.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.d-imgtext-link-wrap {
	margin-top: 2rem;
}

.card-wrap {
	margin-top:4rem

}


.gsupport-icon-wrap {
	padding: 1.5rem;
}

.gsupport-icon-wrap i {
	font-size: 50px;
	color: #fac952;
}

.t-itcard-inner-cover {
	position: relative;
	height: 100%;
	background-color: #f5f5f5
}

.t-itcard-body-wrap {
	background-color: #f5f5f5;
	padding: 1rem 1.5rem 4rem;
}

.t-itcard-title-wrap {
	padding: 0.5rem;
}

.t-itcard-title {
	text-align: center;
}

.t-itcard-text {
	text-align: center;
}

.t-itcard-footer-wrap {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #f5f5f5;
	text-align: center;
	padding: 1rem ;
}
.hm-service-wrap {
    text-align: center;
}
.hm-service-wrap h4 {
	font-weight: 600;
    color: #1f6300;
}
.hm-service-wrap-testimonial h4 {
    font-weight: 600;
    color: #000;
}

.hm-service-wrap h2 {
	font-weight: 700;
}
.head-main {
    font-weight: 700;
    font-size: 31px;
	text-transform: uppercase;
}
.gsupport-icon-wrap {
	margin-top: -71px;

}
.gsupport-icon-wrap img {
    padding: 10px;
    background-color: #049855;
    border-radius: 50%;
    box-shadow: 3px 3px 3px #908c8c;
    width: 55px;
    height: 55px;
}
.gsupport-inner-cover {
	transition: 0.3s;
    box-shadow: 0px 3px 10px 0px rgb(41 45 194 / 8%);
    position: relative;
    height: 100%;
	background-color: #ffffff;
	padding: 1rem;
	text-align: center;
}
.gsupport-inner-cover:hover {
	background-repeat: no-repeat;
    background-color: #049855;
    background-size: cover;

}
.gsupport-inner-cover:hover p {
    color: #fff;
}
.gsupport-inner-cover:hover h5 {
    color: #fff;
}


.gsupport-text-wrap h5 {
	color: #000;
}   
.service-bg {
	background-image: url(../img/service-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 10rem;
}

.hm-bg-txt {
	background-color: #ffff;
    position: relative;
    margin-top: -3rem;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-bottom: 3rem;

}
.bg-img-txt-home {
    padding: 18px;
}
.bg-img-txt-home {
	font-weight : 500;
}
.image-bg-txt {
	display: block;
	width: 100%;
	height: auto;
  }
  
  .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #038447;
  }
  .card-wrap-overlay:hover .overlay {
	opacity: 0.7;
  }
  
  .text {
	color: white;
	font-size: 20px;
	position: absolute;
	top: 80%;
    left: 25%;
    font-weight: 800;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
  }
  .service-home-content p {
    font-size: 18px;
    margin-top: 23px;
  }
  .bg-img-txt-home p {
        color:#038447;
  }
  
  .video-wrap {
    margin-top: 2rem;
  }

  .hm-mrg-tp {
    margin-top: 4rem;
  }
  .btn:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #000;
}

.hm-margn-top {
    margin-top: 3rem;
}

.hm-bg-text-wrap p {
text-align: center;
color: #fff;
font-weight: 700;
}

.hm-bg-text-wrap h1 {
    text-align: center;
    color: #fff;
    font-weight: 700;
}

.btn-link:hover {
    background-color: #006638;
}

/*---------------------------------------------------------------------------------------------------------------------
	About
---------------------------------------------------------------------------------------------------------------------*/

.page-nav-wrap {
	padding: 1rem 0;
}

.page-nav-section {
	text-align: center;
}

.page-nav-link {
	display: block;
    border: 1px solid #071e70;
    padding: 0.5rem 1rem;
	color: #071e70;
	font-weight: 600;
	font-size: 18px;
}

.about-section {
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 50px;
	color: #fff;
	font-weight: bold;
}

.about-section1 {
	background-color: rgb(218, 15, 15);
}

.about-section2 {
	background-color: rgb(218, 198, 15);
}

.about-section3 {
	background-color: rgb(15, 218, 66);
}

.about-section4 {
	background-color: rgb(15, 154, 218);
}
.icon-box-wrapper {
    margin-bottom: 20px;
    display: flex;
}
.wgl-infobox-content_wrapper {
    padding-left: 20px;
}
.widget-wrap:hover {
    box-shadow: 9px 12px 38px 0px rgb(0 0 0 / 10%);
}
.wgl-icon img {
	height: auto;
    width: 375px;
}
.about-side-img {
	position: relative;
}
.ab-side-img {
	position: absolute;
    top: 16rem;
    right: 8rem;
}
.ab-info-wrap {
	background-image: url(../img/bg-12-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.contact-title1 {
	color: #fff;
	font-weight: 700;
}
.about-main-heading {
    font-size: 30px;
    font-weight: 700;
}
.details-info a {
    color: #fff;
}
.main-content-wrap {
    margin-top: 2rem;
}

.about-side-img img {
    border-radius: 10px;
}
.img-radius {
    border-radius: 10px;
}

.btn-link {
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    text-transform: capitalize;
}

.ab-ahead-other {
    background-color: #f2f2f2;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgb(4 152 85);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.company-ul-wrap {
    line-height: 50px;
    padding-left: 0;
}
.company-ul-wrap li i {
    font-weight: 800;
}
.company-ul-wrap {
    font-size: 17px;
}

.cl-company-wrap {
    background-image: url(../img/compnay-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.safety-wrapper {
    line-height: 36px;
    font-size: 17px;
    padding-left: 0;
}
.wgl-infobox_title {
    font-weight: 700;
}

.ab-container-main-wrap {
    background-image: url(../img/background-texture.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}


/*---------------------------------------------------------------------------------------------------------------------
	Products
---------------------------------------------------------------------------------------------------------------------*/

.tab-component-section {
	padding: 5rem 0;
}

.tabs-title-wrap {
	text-align: center;
}

.tabs-section {
	max-width: 100rem;
	margin: 5rem auto 0 auto;
	background-color: #e9e9e9;
}

.tabs-sc-container {
	display: flex;
	justify-content: center;
}

.tabs-sc-btn {
	margin-right: 2.5rem;
	transform: translateY(-50%);
	border-radius: 50px;
}

.tabs-sc-btn span {
	margin-right: 1rem;
	font-weight: 600;
	display: inline-block;
}

.tabs-sc-btn-1 {
	background-color: #ffae19;
}

.tabs-sc-btn-1:hover {
	background-color: #ef9c03;
}

.tabs-sc-btn-2 {
	background-color: #35e753;
}

.tabs-sc-btn-2:hover {
	background-color: #16bb32;
}

.tabs-sc-btn-3 {
	background-color: #ff728b;
	margin: 0;
}

.tabs-sc-btn-3:hover {
	background-color: #e5536d;
}

.tabs-sc-btn-active {
	transform: translateY(-66%);
}

.tabs-sc-content {
	display: none;
	padding: 2.5rem 7rem 6.5rem 7rem;
}

.tabs-sc-content-active {
	display: block;
}

.tabs-sc-header {
	font-size: 1.8rem;
	font-weight: 500;
	align-self: center;
}

.align-c {
    display: flex;
    align-items: center;
}
.pro-content-wrap h2 {
    font-weight: 700;
    text-transform: uppercase;
}
.item1 img, .item3 img {
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}
.solar-pro-img {
    transform-origin: 0 0;
    transition: transform .25s, visibility .25s ease-in ;
    overflow: hidden;
    transition-delay: 1s, 250ms;
  
}
.solar-pro-img img:hover {
    transform: scale(1.1);
    transition: all 0.5s ease-out;
}
.solar-pro-card {
    box-shadow: rgba(0, 0, 0, 8%) 0px 10px 50px;
    border: none;
    margin-top: 3rem;
}

.btn-pro {
    --color: #00A97F;
    --color2: rgb(255 255 255);
    padding: 0.3em 1.3em;
    background-color: transparent;
    border-radius: 0;
    border: 0.3px solid var(--color);
    transition: .5s;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
    color: var(--color);
}
   
   .btn-pro::after, .btn-pro::before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    transform: skew(90deg) translate(-50%, -50%);
    position: absolute;
    inset: 50%;
    left: 25%;
    z-index: -1;
    transition: .5s ease-out;
    background-color: var(--color);
   }
   
   .btn-pro::before {
    top: -50%;
    left: -25%;
    transform: skew(90deg) rotate(180deg) translate(-50%, -50%);
   }
   
   .btn-pro:hover::before {
    transform: skew(45deg) rotate(180deg) translate(-50%, -50%);
   }
   
   .btn-pro:hover::after {
    transform: skew(45deg) translate(-50%, -50%);
   }
   
   .btn-pro:hover {
    color: var(--color2);
   }
   
   .btn-pro:active {
    filter: brightness(.7);
    transform: scale(.98);
   }
   .solar-card-body {
    text-align: center;
    text-transform: uppercase;
   }
   .solar-wrapper {
    background-color: #75757526;
   }
   .card-title-pro {
    color: #000;
    margin-bottom: 1.5rem;

   }

   .fontweight-txt {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
   }
   .table td, .table th {
    padding: 0.75rem;
    vertical-align: top;
    /* border-top: 1px solid #dee2e6; */
    border: solid #f0e159 1px;
    text-transform: uppercase;
}
.table {
    margin-top: 5rem;
}
.automotive-wrap-img {
    display: flex;  
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    margin-top: 3rem;
}

/*---------------------------------------------------------------------------------------------------------------------
	Contact
---------------------------------------------------------------------------------------------------------------------*/

#mail-msg-alert {
	margin-bottom: 3rem;
}
#mail-msg-alert button.btn {
	display: table;
	margin: 0 auto;
}
#mail-msg {
	color: #fff;
}
#mail-msg:hover {
	text-decoration: none;
}
.contact-card-title {
	color: #fff;
	font-weight: 700;
	text-align: center;
}
.phone-title {
	color: #fff;
	text-align: center;
}
.phone-icon p {
color: #fff;
}
.phone-icon, .location-icon, .email-icon {
	display: flex;
    justify-content: center;
}
.phone-icon,.location-icon, .email-icon i {
    font-size: 44px;
    margin-bottom: 1.5rem;
	color: #fff;
}
.card-contact-wrap {
	border: none;
	box-shadow: 0px 3px 10px 0px rgb(41 45 194 / 8%);
	transition: all 300ms ease-in-out;
}

.card-contact-wrap  {
	background-image: url(../img/contact-01.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    transition: transform .5s, filter 1.5s ease-in-out;
}
.card-contact-wrap:hover{
    transform: scale(1.1);
}
.location-wrap {
	background-image: url(../img/contact-02.jpg);
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.email-wrap {
	background-image: url(../img/contact-03.jpg);
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.time-wrap {
	background-image: url(../img/office-time.jpg);
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

label {
	font-weight: normal;
    padding-bottom: 5px;
    margin-bottom: 0;
    color: #6a747b;
    font-size: 13px;
}
.contact-title {
	color: #049855;
    font-weight: 800;
    font-size: 20px;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.c-btn-read-submit {
	background-color: #1f6300;
    color: #fff;
    border: 0;
    border-radius: 0;
    width: 120px;
    font-size: 19px;
}
.c-btn-read :hover {
    color: #fff;
}

.phone-title a {
    color: #fff;
}

.phone-serive-wrap {
    margin-top: 1rem;
}
.phone-serive-wrap p a {
color: #000;
font-weight: 700;
}
.email-serive-wrap {
    margin-top: 0.8rem;
}
.email-serive-wrap p a {
    color: #000;
    font-weight: 700;
    }



/*---------------------------------------------------------------------------------------------------------------------
	Footer
---------------------------------------------------------------------------------------------------------------------*/

.top-footer-wrapper {
	position: relative;
}
.scroll-top {
	position: absolute;
	top: 5px;
	right: 20px;
	color: #fff !important;
	cursor: pointer;
}
.scroll-top:hover {
	color: #f7f7f7 !important;
}
.bottom-footer-wrapper {
	background-color: #ffffff;
	padding: 1rem 0;
}
.footer-copyright-text {
	margin-bottom: 0;
	text-align: center;
	font-size: 0.85rem;
	color: #000;
}
.creator-link {
	color: #d3ab2a;
}
.creator-link:hover {
	color: #000;
}
.footer-wrapper {
    padding: 3rem 0 0;
   background-color: #049855;
}
.footer-social-list {
    padding: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
}
.footer-social-list li a i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: #ffff;
    border-radius: 50%;
    text-align: center;
	color: #049855;
}
.footer-inner-content h5 {
    color: #fff;
    font-weight: 700;
}
.footer-list {
	padding-left: 0;
}

.footer-list li a {
    color: #fff;
    line-height: 34px;

}
.footer-address p {
	color: #fff;

}
.lead {
    font-weight: 600;
}
/* .footer-address p, span, a {
    margin: 10px;
} */
.text-black {
	color: #fff!important;
	text-transform: lowercase!important;
}
.footer-address span ,a{
    color: #fff;
}
.subscribe {
	display: block;
    width: 100%;
    height: calc(0.8em + 0.75rem + 3px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 16.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.footer-subscribe {
    text-transform: uppercase;
    color: #049855;
    font-weight: 700;
    border: navajowhite;
    margin-top: 16px;
    font-size: 14px;
    padding: 3px 13px;
}
.scroll-top {
	background-color: #000;
    font-size: 18px;
    padding: 16px;
    border-radius: 30px;
}



/* client-logo */
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.footer-para {
    
    color: #000;
}


/*-----Testimonial-------*/

.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.html);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    min-height: 375px;
    position: relative;
    background: url(../img/testimonial-bg.jpg);
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
        background-size: cover;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
    color: #000000;
    font-size: 20px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 22px;
}

.testimonial .carousel {
	padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}
/* ------testimonial  close-------*/


/*----------- gallery ------------------*/
.gallery-card-img {
    border: none;
    overflow: hidden;
    margin-top: 1rem;
}
.gallery-card-img img {
    transition: transform .5s, filter 1.5s ease-in-out;
}
.gallery-card-img:hover img {
  transform: scale(1.1);
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff!important;
    background-color: #1f6300;
    line-height: 30px;
    font-weight: 600;
}
.nav-pills .nav-link {
    border-radius: 0.25rem;
    border: solid 2px #1f6300;
    color: #000!important;
    font-weight: 600;
    line-height: 30px;
}

.service-container-wrapper {
    background-color: #dcdbdb66;
}
.icon-box-wrapper {
    align-items: center;
    display: flex;
    margin-bottom: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 26px 30px 26px 30px;
}

.wgl-icon {
    padding: 7px;
    background-color: #049855;
    color: #ffffff;
    border-radius: 50%;
}

.safety-wrap-heading {
    margin-bottom: 1.5rem;
    font-weight: 700;
}