:root {
  --main-color: #FF7B02;
  --grey-black:#1A1B22;
  --heading-color:#000;
  --text-color: #1E1E1E;
  --white-color:#fff;
  --black-color:#000;
  --main-font: 'Inter', sans-serif;
  --heading-font: 'Montserrat', sans-serif;
  --button-font: 'Inter', sans-serif;
}
html, body{
  font-family: var(--main-font);
}
a{
  text-decoration: none;
}
.container-fluid{
padding: 0 4%;
}
@media (min-width:1650px){
  .container{
      max-width: 1500px;
  }
}
h1, h2, h3, h5, h6{
font-family: var(--heading-font);
}
p{
  font-family: var(--main-font);
}
.main_menu_hdr{
  background: #fff;
  z-index: 99;
  position: relative;
  width: 100%;
  left: 0;
  top: 0px;
}
.left_top{
  display: flex;
  justify-content: flex-start;
}
.main_menu {
  display: block;
  position: relative;
  background: #fff;
  padding-left: 70px;
  border-radius: 15px;
}
.main_menu .navigation.navbar{
  padding: 0;
}
.container-menu {
  width:80%;
  margin:0 auto;
}
.logo{
  display: block;
  padding: 0px;
}
.logo a{
  position: relative;
  z-index: 1;
  width: 200px;
  display: block;
}
.logo a img{
  width: 100%;
}
.right_login{
  padding: 9px 120px 9px 10px;
}
.right_top{
  display: block;
}
.call a{
  color: var(--white-color);
  text-decoration: none;
  font-size: 20px;
}
.icon_c a{
  color: var(--main-color);
  padding: 15px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  font-size: 15px;
  background: rgb(255 123 2 / 20%);
}
.login{
  position: relative;
}
.login i{
  font-size: 25px;
  color: var(--main-color);
  margin-right: 12px;
}
.login span{
  font-size: 13px;
  line-height: 19px;
  text-transform: uppercase;
}
.login a{
  color: var(--grey-black);
  text-decoration: none;
  transition: all ease-in 0.3s;
  font-size: 18px;
  font-weight: 700;
  text-transform: lowercase;
}
.right_btm{
  background: var(--heading-color);
  position: relative;
  padding: 0 80px 0 0;
}
.right_btm:before{
  content: '';
  position: absolute;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  width: 28px;
  height: 100%;
  left: -28px;
  top: 0;
  background: var(--heading-color);
}
.banner_sec{
  width: 100%;
  background-size: cover;
  position: relative;
}
.slide .slide__img:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 30%);
}

@media (min-width: 992px) {
  .slider, .slide {
    height: 90vh;
  }
}
.slide {
  position: relative;
  transition: 1s;
}
.slide .slide__img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  .slide .slide__img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
.slide .slide__img img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  transition: all 1s ease;
  object-fit: cover;
}
.slide .slide__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width:40%;
}
.slide .slide__content.slide__content__left {
  left: 20%;
  transform: translate(-20%, -50%);
}
.slide .slide__content.slide__content__right {
  right: 15%;
  left: auto;
  transform: translate(5%, -50%);
}
.slide .slide__content--headings {
  color: #FFF;
}
.slide .slide__content--headings h2 {
  font-size: 4.5rem;
  margin: 10px 0;
  animation:fadeInLeft 0.5s both 1.5s;
}
.slide .slide__content--headings h5 {
  margin: 10px 0;
}
.slide .slide__content--headings .animated {
  transition: all 0.5s ease;
}
.slide .slide__content--headings .top-title {
  font-family: var(--main-font);
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  animation:fadeInLeft 1s both 1.5s;
}
.slide .slide__content--headings .title {
  font-size: 90px;
  font-weight: 700;
  text-transform: uppercase;
}
.slidebottomleft{
  animation:fadeInUp 1.5s both 1.5s;
}
.slick-dotted .slick-slider {
margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  top: 50%;
  right: 34px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 50px;
  transform: translate(0px, -50%);
}
.slick-dots li {
position: relative;
display: inline-block;
margin: 0px;
padding: 0;
cursor: pointer;
}
.slick-dots li button {
border: 0;
display: block;
outline: none;
line-height: 0px;
font-size: 0px;
color: transparent;
padding: 5px;
cursor: pointer;
transition: all 0.3s ease;
}
.slick-dots li button:hover, .slick-dots li button:focus {
outline: none;
}

.simple-dots .slick-dots li {
width: 20px;
height: 20px;
}
.simple-dots .slick-dots li button {
border-radius: 50%;
background-color: white;
opacity: 0.25;
width: 20px;
height: 20px;
}
.simple-dots .slick-dots li button:hover, .simple-dots .slick-dots li button:focus {
opacity: 1;
}
.simple-dots .slick-dots li.slick-active button {
color: white;
opacity: 0.75;
}

.stick-dots .slick-dots li {
height: 3px;
width: 50px;
}
.stick-dots .slick-dots li button {
  position: relative;
  background-color: white;
  opacity: 1;
  width: 35px;
  height: 3px;
  padding: 0;
  border-radius: 30px;
}
.stick-dots .slick-dots li button:hover, .stick-dots .slick-dots li button:focus {
opacity: 1;
}
.stick-dots .slick-dots li.slick-active button {
color: var(--main-color);
opacity: 1;
width: 50px;
background: var(--main-color);
}
.stick-dots .slick-dots li.slick-active button:hover, .stick-dots .slick-dots li.slick-active button:focus {
opacity: 1;
}


.slider .slide.slick-active{
  animation:Slick-FastSwipeIn 1s both;
}

/* ==== Slider Image Transition === */
@keyframes Slick-FastSwipeIn{
    0%{transform:rotate3d(0,1,0,150deg) scale(0)  perspective(400px);} 
    100%{transform:rotate3d(0,1,0,0deg) scale(1) perspective(400px);} 
}

@-webkit-keyframes ProgressDots{from{width:0px;}to{width:100%;}}
@keyframes ProgressDots{from{width:0px;}to{width:100%;}}

/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
from {
  transform: scale3d(1, 1, 1);
  transition: 1s;
}
to {
  transform: scale3d(1.1, 1.1, 1.1);
  transition: 1s;
}
}
@keyframes zoomInImage {
from {
  transform: scale3d(1, 1, 1);
  transition: 1s;
}
to {
  transform: scale3d(1.1, 1.1, 1.1);
  transition: 1s;
}
}
.zoomInImage {
-webkit-animation-name: zoomInImage;
animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
from {
  transform: scale3d(1.1, 1.1, 1.1);
  transition: 1s;
}
to {
  transform: scale3d(1, 1, 1);
  transition: 1s;
}
}
@keyframes zoomOutImage {
from {
  transform: scale3d(1.1, 1.1, 1.1);
  transition: 1s;
}
to {
  transform: scale3d(1, 1, 1);
  transition: 1s;
}
}
.zoomOutImage {
-webkit-animation-name: zoomOutImage;
animation-name: zoomOutImage;
transition: 1s;
}
.slick-nav {
--active: #fff;
--border: rgba(255, 255, 255, .12);
width: 44px;
height: 44px;
position: absolute;
cursor: pointer;
top: calc(50% - 44px);
}
.slick-nav.prev-arrow {
  left: auto;
  transform: scaleX(-1);
  z-index: 1;
  right: 3%;
  top: 38%;
}
.slick-nav.next-arrow {
left: auto;
right: 3%;
}
.slick-nav i {
display: block;
position: absolute;
margin: -10px 0 0 -10px;
width: 20px;
height: 20px;
left: 50%;
top: 50%;
}
.slick-nav i:before, .slick-nav i:after {
content: "";
width: 10px;
height: 2px;
border-radius: 1px;
position: absolute;
left: 50%;
top: 50%;
background: var(--main-color);
margin: -1px 0 0 -5px;
display: block;
transform-origin: 9px 50%;
}
.slick-nav i:before {
transform: rotate(-40deg);
}
.slick-nav i:after {
transform: rotate(40deg);
}
.slick-nav:before, .slick-nav:after {
content: "";
display: block;
position: absolute;
left: 1px;
right: 1px;
top: 1px;
bottom: 1px;
border-radius: 50%;
border: 2px solid var(--main-color);
}
.slick-nav svg {
width: 44px;
height: 44px;
display: block;
position: relative;
z-index: 1;
color: var(--main-color);
stroke-width: 2px;
stroke-dashoffset: 126;
stroke-dasharray: 126 126 0;
transform: rotate(0deg);
}
.slick-nav:hover i:before, .slick-nav:hover i:after {
  background: var(--white-color);
  z-index: 1;
}
.slick-nav:hover:before, .slick-nav:hover:after {
  background: var(--main-color);
}


.slick-nav.animate svg {
-webkit-animation: stroke 1s ease forwards 0.3s;
animation: stroke 1s ease forwards 0.3s;
}
.slick-nav.animate i {
-webkit-animation: arrow 1.6s ease forwards;
      animation: arrow 1.6s ease forwards;
}
.slick-nav.animate i:before {
-webkit-animation: arrowUp 1.6s ease forwards;
      animation: arrowUp 1.6s ease forwards;
}
.slick-nav.animate i:after {
-webkit-animation: arrowDown 1.6s ease forwards;
animation: arrowDown 1.6s ease forwards;
}
@-webkit-keyframes stroke {
52% {
  transform: rotate(-180deg);
  stroke-dashoffset: 0;
}
52.1% {
  transform: rotate(-360deg);
  stroke-dashoffset: 0;
}
100% {
  transform: rotate(-180deg);
  stroke-dashoffset: 126;
}
}
@keyframes stroke {
52% {
transform: rotate(-180deg);
stroke-dashoffset: 0;
}
52.1% {
transform: rotate(-360deg);
stroke-dashoffset: 0;
}
100% {
transform: rotate(-180deg);
stroke-dashoffset: 126;
}
}
@-webkit-keyframes arrow {
0%, 100% {
transform: translateX(0);
opacity: 1;
}
23% {
transform: translateX(17px);
opacity: 1;
}
24%, 80% {
transform: translateX(-22px);
opacity: 0;
}
81% {
opacity: 1;
transform: translateX(-22px);
}
}
@keyframes arrow {
0%, 100% {
transform: translateX(0);
opacity: 1;
}
23% {
transform: translateX(17px);
opacity: 1;
}
24%, 80% {
transform: translateX(-22px);
opacity: 0;
}
81% {
opacity: 1;
transform: translateX(-22px);
}
}
@-webkit-keyframes arrowUp {
0%, 100% {
transform: rotate(-40deg) scaleX(1);
}
20%, 80% {
transform: rotate(0deg) scaleX(0.1);
}
}
@keyframes arrowUp {
0%, 100% {
transform: rotate(-40deg) scaleX(1);
}
20%, 80% {
transform: rotate(0deg) scaleX(0.1);
}
}
@-webkit-keyframes arrowDown {
0%, 100% {
transform: rotate(40deg) scaleX(1);
}
20%, 80% {
transform: rotate(0deg) scaleX(0.1);
}
}
@keyframes arrowDown {
0%, 100% {
transform: rotate(40deg) scaleX(1);
}
20%, 80% {
transform: rotate(0deg) scaleX(0.1);
}
}
/*-------- button Effect-------*/
.red_btn {
display: inline-block;
box-sizing: border-box;
padding: 15px 40px;
border-radius: 30px;
position: relative;
color: var(--white-color);
background: var(--main-color);
text-transform: uppercase;
text-decoration: none;
overflow: hidden;
border: none;
}
.red_btn span {
font-weight: 500;
position: relative;
font-family: var(--button-font);
letter-spacing: 2px;
color: var(--white-color); 
}
.red_btn:before {
content: "";
height: 0;
width: 100%;
transform: translateX(0%);
position: absolute;
bottom: 0;
left: 0;
background: var(--heading-color);
border-radius: 30px;
transition: all ease-in 0.3s;
}
.red_btn:hover:before{
bottom: 0;
transition: all ease-in 0.3s;
height: 100%;
}
.red_btn:hover span{
color: var(--white-color);  
}
.red_btn.white_bg{
color: var(--black-color);
background: var(--white-color);
}
.red_btn.white_bg:before {
background: rgb(255 255 255 / 50%);
}
.red_btn.white_bg span{
color: var(--black-color);
}
.red_btn.black_bg{
color: var(--white-color);
background: var(--black-color);
}
.red_btn.black_bg:before {
background: var(--main-color);
}
.red_btn.black_bg span{
color: var(--white-color);
}
/*-------- button Effect-------*/
.heading_hp h2{
  font-size: 45px;
  font-weight: 600;
  color: var(--heading-color);
  position: relative;
  text-transform: uppercase;
}
.heading_hp h2 span{
  color: var(--main-color);
}
.heading_hp h6{
  font-weight: 600;
  color: var(--main-color);
  margin-bottom: 0px;
  text-transform: uppercase;
}
.heading_hp p{
  font-size: 15px;
  color: rgb(0 0 0 / 100%);
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 25px;
}
.heading_hp.text_white h2, .heading_hp.text_white p{
  color: var(--white-color);
}
.bg_white_bb{
  padding: 50px;
  margin-top: -200px;
  background: #fff;
  box-shadow: 0 0 50px rgb(0 0 0 / 10%);
  position: relative;
}
.top_sun{
  position: absolute;
  top: 0;
  left: 0;
  font-size: 70px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 800;
  color: rgb(30 30 30 / 10%);
}
.border_h2 h2{
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.border_h2 h2::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background: var(--main-color);
  left: -184px;
  bottom: 0;
}
.bg_cannabis{
  position: absolute;
  width: 390px;
  height: 557px;
  right: 6%;
  bottom: 0;
  z-index: 1;
}
.bg_cannabis img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.coose_img_bg{
  width: 300px;
  height: 300px;
  position: relative;
  border-radius: 50%;
  z-index: 1;
}
.coose_img_bg span{
  background: linear-gradient(0deg, var(--main-color) 50%, transparent 50%);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: block;
  padding: 10px;
}
.coose_img_bg span img{  
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.suncrop_sec{
  position: relative;
}
.counter_js{
  position: relative;
}
.counter_js #counter {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  padding-left: 0;
  list-style: none;
}
.counter_js #counter li {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding: 40px 0;
}
.counter_js #counter li:before{
  content: '';
  position: absolute;
  width: 1px;
  height: 80%;
  right: -20px;
  top: 0;
  background: #fff;
}
.counter_js #counter li:after{
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  right: -23px;
  border-radius: 50%;
  top: 80%;
  background: #fff;
}
.counter_js #counter li:last-child:before, .counter_js #counter li:last-child:after{
  content: none;
}
.count, .font_plus{
  font-size: 45px;
  color: #fff;
}
.counter_js #counter li span.count{
  display: block;
  text-align: center;
}
.about_counter{
  padding: 0 50px 25px;
  background: linear-gradient(116deg, #FF8602, #FEC600);
  clip-path: polygon(30% 0%, 94% 0%, 100% 43%, 100% 70%, 100% 100%, 6% 100%, 0% 60%, 0 0);
}

.before_service_form{
	background:#f2f2f2;
	padding:50px 0;
}
.form_services .form-control{
	padding:10px;
}

.about_sec{
  padding: 100px 0;
}
.progress-section .task-progress {
  margin: 1.5rem 0;
}
.progress-section .task-progress p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #1e1e1e;
  margin-bottom: 5px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.progress-section span {
  color: #1e1e1e;
}
.progress-section .progress {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0px;
  height: 10px;
}
.progress-section .progress::-webkit-progress-bar {
  background-color: #f0f0f0;
}
.progress-section .progress::-webkit-progress-bar,
.progress-section .progress::-webkit-progress-value {
  border-radius: 0px;
}
.progress-section .progress::-moz-progress-bar {
  border-radius: 0px;
}
.progress-section .progress1::-webkit-progress-value {
  background: var(--main-color);
}
.emergency_color li{
  color: rgb(0 0 0 / 100%);
  margin-bottom: 7px;
}

.img_part{
  position: relative;
}
.img1{
  width: 100%;
  clip-path: polygon(76% 0, 100% 26%, 100% 100%, 0 100%, 0 0);
}
.img2 img, .img1 img{
  width: 100%;
}
.img2{
  position: absolute;
  left: -156px;
  bottom: -120px;
  width: 300px;
}


.real_solution_sec{
  padding: 100px 0;
  position: relative;
}
.tow_box_j{
  width: 100%;
  background: #F8F8F8;
  transition: all ease-in 0.3s;
  position: relative;
  min-height: 300px;
	margin-bottom:30px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.tow_box_j:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 8px;
  width: 80%;
  background: var(--main-color);
}
.solution_img{
  width: 100%;
  height: 300px;
  z-index: 1;
  position: relative;
}
.solution_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px;
  clip-path: polygon(0 0, 100% 0, 77% 100%, 0% 100%);
}
.box_solution{
  padding: 15px 15px 15px 0;
  position: relative;
}
.round_btn {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--white-color);
  transition: all ease-in 0.3s;
  background: var(--black-color);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  bottom: -30px;
}
.round_btn:hover{
  background: var(--main-color);
  transition: all ease-in 0.3s;
  color: var(--white-color);
}
.box_solution h4{
  font-size: 26px;
  color: var(--heading-color);
  transition: all ease-in 0.3s;
}
.box_solution p{
  transition: all ease-in 0.3s;
}
.tow_box_j:hover{
  transition: all ease-in 0.3s;
}

.bg_step{
  width: 260px;
  position: absolute;
  left: 0;
  top: -111px;
}
.bg_step img{
  width: 100%;
}
.bg_cannabis_right {
  position: absolute;
  right: 0;
  width: 200px;
  height: 500px;
  top: 50%;
  transform: translate(0px, -50%);
}
.bg_cannabis_right img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gallery_sec{
  width: 100%;
  padding: 80px 0;
  background: #F8F8F8;
}
.gallery_sec .nav.nav-pills{
  justify-content: center;
  align-items: center;
}
.gallery_sec .nav-pills .nav-link{
  border-radius: 30px;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  padding: 10px 35px;
  margin: 0 5px;
}
.gallery_sec .nav-pills .nav-link.active{
  background: var(--main-color);
  color: var(--white-color);
}
.gallery_sec .tab-content a{
  width: 100%;
  height: 300px;
  display: block;
}
.gallery_sec .tab-content a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.call_to_action{
  padding: 100px 0;
}
.best_opinion{
  width: 100%;
  position: relative;  
  padding: 50px 88px;
}
.best_opinion:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--white-color);
  clip-path: polygon(9% 0%, 100% 0%, 91% 100%, 0% 100%);
}
.best_relative{
  position: relative;
  z-index: 1;
}
.best_opinion h3{
  font-size: 35px;
  font-weight: 600;
}
.news_update{
  padding: 100px 0;
}
.left_news .left_noimg:first-child{
  border-bottom: 1px solid rgb(0 0 0 / 10%);
  margin-bottom: 15px;
}
.left_noimg{
  background: var(--white-color);
}
.left_noimg span{
  font-size: 14px;
  color: rgb(30 30 30 / 50%);
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
}
.left_noimg h4{
  color: #1e1e1e;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-left: 15px;
  line-height: 25px;
  letter-spacing: 2px;
}
.left_noimg h4:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: var(--main-color);
}
.new_box{
  width: 100%;
  background: var(--white-color);
}
.news_text span{
  font-size: 14px;
  color: rgb(30 30 30 / 50%);
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
}
.news_text h4{
  color: #1e1e1e;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-left: 15px;
  line-height: 25px;
  letter-spacing: 2px;
}
.news_text h4:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: var(--main-color);
}
.news_text{
  padding: 30px;
  width: 85%;
  margin-top: -52px;
  z-index: 9999;
  display: block;
  position: relative;
  background: var(--white-color);
}
.news_img{
  width: 100%;
  height: 300px;
  display: block;
}
.news_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer_sec{
  background: #1E1E1E;
  padding: 80px 0 0px;
}
.read_more_ftr{
  color: var(--main-color);
  font-size:14px;
  margin-bottom: 20px;
  display: inline-block;
}
.ftr_logo_sec .ftr_logo{
  width: 250px;
  display: block;
  margin-bottom: 20px;
}
.ftr_logo_sec a img{
  width: 100%;
}
.ftr_logo_sec p{
  color: var(--white-color);
  margin-bottom: 0;
}
.ftr_logo_sec ul{
  display: flex;
  list-style: none;
  padding-left: 0;
}
.ftr_logo_sec ul li{
  padding-right: 5px;
}
.ftr_logo_sec ul li a{
  background: linear-gradient(45deg, rgb(255 134 2 / 20%), rgb(254 198 0 / 20%));
  width: 35px;
  height: 35px;
  display: flex;
  color: var(--main-color);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all ease-in 0.3s;
}
.ftr_logo_sec ul li a:hover{
  color: var(--white-color);
  background: rgb(255 255 255 / 20%);
  transition: all ease-in 0.3s;
}
.find-us h4{
  color: var(--white-color);
  margin-bottom: 25px;
  font-size: 25px;
}
.find-us p{
  color: var(--white-color);
}
.add-icon span i{
  color: var(--main-color);
}
.add-text h4{
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 18px; 
  color: var(--white-color);
  font-family: var(--text-font);
  margin-bottom: 5px;
}
.add-text p, .add-text a{
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: var(--white-color);
  text-decoration: none;
  font-family: var(--text-font);
}
.add-icon{
  padding-right: 20px;
}
.add{
  padding-bottom: 20px;
}
.ftr-frm form .form-group .form-control{
  background: rgb(255 255 255 / 10%);
  border-radius: 0px;
  border: none;
  margin-bottom: 12px;
  color: var(--white-color);
  padding: 15px;
}
.margin_h4 h4{
  margin-bottom: 5px;
}
.ftr-frm form .form-group textarea.form-control{
  border-radius: 0px;
}
.ftr-frm .form-group .form-control::-webkit-input-placeholder { /* Edge */
  font-weight: 400;
  font-size: 12px;
  line-height: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: var(--text-font);
  color: rgb(255 255 255 / 50%);
}
.ftr-frm .form-group .form-control:-ms-input-placeholder { /* Internet Explorer */
  font-weight: 400;
  font-size: 12px;
  line-height: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: var(--text-font);
  color: rgb(255 255 255 / 50%);
}
.ftr-frm .form-group .form-control::placeholder {
  font-weight: 400;
  font-size: 12px;
  line-height: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: var(--text-font);
  color: rgb(255 255 255 / 50%);
}
.quick_links {
  width: 100%;
  display: block;
  border-bottom: 1px solid rgb(255 255 255 / 10%);
  margin-bottom: 15px;
  padding-bottom: 0;
}
.quick_links h5{
  color: var(--white-color);
  margin-bottom: 0;
  padding-bottom: 15px;
}
.quick_links_ul ul{
  display: flex;
  justify-content: center;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.quick_links_ul ul li{
  margin-bottom: 10px;
  padding: 0 20px;
}
.quick_links_ul ul li a{
  color: var(--white-color);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 3px;
}
.border_btm_ftr{
  border-bottom: 1px solid rgb(255 255 255 / 29%);
  margin-bottom: 15px;
  padding-bottom: 7px;
}
.border_right ul li{
  border-right: 1px solid rgb(255 255 255 / 70%);
}
.border_right ul li:last-child{
  border-right: 0;
}
.copy_1{
  width: 100%;
  display: block;
  padding: 15px 0;
  text-align: center;
  background: #343434;
  margin-top: 45px;
}
.copy_1 p{
  color: rgb(255 255 255 / 50%);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.copy_1 p a{
  text-decoration: none;
  color: rgb(255 255 255 / 50%);
}
/*------------- Inner Page ----------------- */


.inner_banner_sec {
  padding: 160px 0;
  position: relative
}
.inner_banner_sec::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.inner_banner_ontent {
  position: relative;
  z-index: 9
}
.inner_banner_ontent h1{
  font-size: 48px;
  font-family: var(--heading-font);
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.inner_banner_ontent h4 {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: var(--heading-font);
  font-size: 60px;
  font-weight: 300
}
.inner_banner_ontent p{
  color: var(--white-color);
}
.about_counter_sec{
  padding: 100px 0;
  background: #F5F5F5;
}


.abt_counter.counter_js #counter{
  display: block;
}
.white_box_count .count, .white_box_count .font_plus{
  color: #000;
  font-weight: 800;
}
.white_box_count{
  text-align: center;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 23px rgb(0 0 0 / 10%);
  padding: 25px 15px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 20px;
}



.exp-team {
  padding: 100px 0px 50px;
}

.exp-team-img img {
  width: 100%;
  border-radius: 0px;
}

.exp-team-img-inr {
  background: rgb(30 30 30 / 80%);
  width: 80%;
  height: 80%;
  box-shadow: 50px 64px 84px 0px rgba(200, 205, 216, 0.24);
  border-radius: 0px;
  text-align: center;
  padding: 50px 30px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
}

.exp-team-img-inr h4 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  color: var(--white-color);
  padding: 20px 0px;
}

.exp-team-img-inr h4 span {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: var(--white-color);
  display: block;
  padding: 10px 0px;
}

.exp-social {
  text-align: center;
}

.exp-team-img {
  position: relative;
  transition: ease all 0.5s;
}

.exp-team-img-inr {
  visibility: hidden;
  opacity: 0;
  transition: ease all 0.5s;
}

.exp-team-img:hover .exp-team-img-inr {
  visibility: visible;
  opacity: 1;
  transition: ease all 0.5s;
}

.social-icon ul {
  padding: 0;
}

.social-icon ul li {
  display: inline-block;
  margin-right: 5px;
}

.social-icon ul li span {
  background: linear-gradient(45deg, rgb(255 134 2 / 20%), rgb(254 198 0 / 20%));
  color: var(--main-color);
  width: 35px;
  height: 35px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all ease-in 0.3s;
}

.social-icon ul li a {
  text-decoration: none;
}
.social-icon ul li a:hover span{
  background: rgb(244 244 244 / 20%);
  color: var(--white-color);
}
.inner_service_sec{
  padding: 100px 0;
}
.ser_img_inr{
  width: 100%;
  height: 400px;
  display: block;  
}
.poli_right{
  clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
}
.poli_left{
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 24% 99%);
}
.ser_img_inr img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service_tow{
  padding-top: 100px;
}
.services_two a{
  width: 100%;
  height: 350px;
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.services_two img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services_two a:before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, black, transparent);
}
.services_two a:after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 8px;
  background: var(--main-color);
  transition: all ease-in 0.3s;
}
.services_two h5{
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 90%;
  transform: translate(-50%, 0px);
  text-align: center;
  color: #fff;
  transition: all ease-in 0.3s;
}
.services_two a:hover:after{
  width: 100%;
  transition: all ease-in 0.3s;
}
.services_two a:hover h5{
  color: var(--main-color);
  transition: all ease-in 0.3s;
}


.gallery_img{
  width: 80%;
  margin: 0 auto;
}
.gall_big{
  width: 100%;
  height: 400px;
}
.gall_big img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gall_small{
  width: 100%;
  padding: 15px
}
.gall_small img{
  width: 100%;
}



.contact-us{
  position: relative;
}
.contact-wrap-main{
margin: 50px 0px;
}
.contact-left h2{
font-size: 70px;
font-weight: 600;
}
.contact-left p{
  font-size: 20px;
}
.contact-form{
margin: 20px 0px;  
padding: 0px 60px 0px 0px;
}
.contact-us .form-group-wrap{
margin: 14px 0px;
}
.contact-us .contact-form .form-control{
padding: 15px 10px;
}
.contact-us .contact-form .send-msg .btn{
  background: var(--main-color);
  color: #000;
  font-size: 16px;
  box-shadow: none;
  outline: none;
  padding: 10px 0px;
  width: 100%;
}
.contact-right{
  position: relative;
  padding: 27px 40px;
  box-shadow: 10px 25px 50px rgb(0 0 0 / 13%);
  border-radius: 10px;
  margin-top: 50px;
}
.contact-info{
 margin-bottom: 48px;   
 padding: 30px 0px;
 border-bottom: 1px solid rgb(0 0 0 / 50%);
}
.contact-info:last-child{
border: none;
margin: 0px;  
}
.contact-us .con-icon{
  width: 60px;
  height: 60px;
  background: var(--main-color);
  padding: 10px;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;  
  text-align: center;
  margin-right: 20px;
}
.contact-us .con-text{
margin-top: 10px;
}
.contact-us .con-text a{
color: #161723;
text-decoration: none;
font-size: 17px;
}
.contact-us .con-text h3{
font-size: 17px;
font-weight: 600;
letter-spacing: 5px;
}
.map-sec iframe{
filter: grayscale(1);
}
.find-us .wpcf7-response-output{
	color:#fff;
}

.wpcf7-spinner{
	display:none !important;
}

