@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}


  html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
  }

  li{
	text-decoration: none;
	list-style: none;
}


menu, ol, ul {
  margin: 12px 0;
  padding: 0;
}
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: #ffffff;
}
body {
    margin: 0;
    line-height: 1.7;
  }
  .mb-60 {
    margin-bottom: 60px !important;
  }

.theme-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 0;
}
.theme-btn .btn-title {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*Btn Style One*/
.btn-style-one {
  position: relative;
  font-size: 12px;
  line-height: 24px;
  padding: 15px 30px;
  font-weight: 600;
  letter-spacing: 0.1em;
  overflow: hidden;
  text-transform: uppercase;
  color: #ffffff;
  background: #8cbc43;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.btn-style-one:before, .btn-style-one:after {
  content: "";
  background-color: #1d2f41;
  height: 50%;
  width: 0;
  
  position: absolute;
  z-index: -1;
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.btn-style-one:before {
  top: 0;
  left: 0;
  right: auto;
}
.btn-style-one:after {
  bottom: 0;
  right: 0;
  left: auto;
}
.btn-style-one:hover .btn-title {
  color: #ffffff;
}
.btn-style-one:hover:before {
  width: 100%;
  right: 0;
  left: auto;
}
.btn-style-one:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
.btn-style-one.light {
  background: #ffffff;
  color: #1d2f41;
  font-weight: 500;
}
.btn-style-one.light:before, .btn-style-one.light:after {
  background: #1d2f41;

}
.btn-style-one.bg-theme-color3 {
  background: #4476a8;
}
.btn-style-one.bg-theme-color3:before, .btn-style-one.bg-theme-color3:after {
  background: #8cbc43;
}
.btn-style-one.bg-theme-color4 {
  background: #ecf0f4;
  color: #1d2f41;
}
.btn-style-one.bg-theme-color4:before {
  background: #1d2f41;
}
/* pre-loader */
.loader-container{
  position: fixed;
  top:0; left:0;
  z-index: 10000;
  background: #030724;
  display: flex;
  align-items: center;
  justify-content: center;
  height:100%;
  width:100%;
}

.loader-container.fade-out{
  top:-120%;
}
.bg-overlay {
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  z-index: 0;
}
.bg-overlay:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(8, 12, 36, 0.9);
  z-index: -1;
}
.bg-overlay .container {
  position: relative;
  z-index: 2;}

  /*-----------------------------------------
    ## video 
------------------------------------------*/
.video-thumb-wrap {
  position: relative;
  
}
.video-thumb-wrap img {
  width: 100%;

}
.video-thumb-wrap .video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.video-play-btn {
  border-radius: 0%;
  background: #8cbc43;
  width: 60px;
  height: 60px;
  display: inline-block;
  line-height: 64px;
  position: relative;
  text-align: center;
  -webkit-animation: ripple-white3 2.5s linear infinite;
          animation: ripple-white3 2.5s linear infinite;
  z-index: 3;
}
.video-play-btn:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 0%;
  background: transparent;
  border: 1px solid #8cbc43;
  top: -10px;
  left: -10px;
}
.video-play-btn svg,
.video-play-btn i {
  color: #fff;
  margin-left: 4px;
  font-size: 20px;
}



@keyframes ripple-white3 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 100px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 100px rgba(255, 255, 255, 0);
  }
}
/* section */
.section-padding30 {
  padding-top: 195px;
  padding-bottom: 180px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding30 {
    padding-top: 150px;
    padding-bottom: 140px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding30 {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-padding30 {
    padding-top: 65px;
    padding-bottom: 70px;
  }
}

@media (max-width: 575px) {
  .section-padding30 {
    padding-top: 65px;
    padding-bottom: 70px;
  }
}


/* Sub Header Style */

.sub-header {
	background-color: #111111;
	height: 46px;
	line-height: 46px;
}

.sub-header ul li {
	display: inline-block;
}

.sub-header ul.left-info li {
	border-left: 1px solid rgba(250,250,250,0.3);
	padding: 0px 20px;
}

.sub-header ul.left-info li:last-child {
	border-right: 1px solid rgba(250,250,250,0.3);
}

.sub-header ul.left-info li i {
	margin-right: 10px;
	font-size: 18px;
}

.sub-header ul.left-info li a {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}

.sub-header ul.right-icons {
	float: right;
}

.sub-header ul.right-icons li {
	margin-right: -4px;
	width: 46px;
	display: inline-block;
	text-align: center;
	border-right: 1px solid rgba(250,250,250,0.3);
}

.sub-header ul.right-icons li:first-child {
	border-left: 1px solid rgba(250,250,250,0.3);
}

.sub-header ul.right-icons li a {
	color: #fff;
	transition: all 0.3s;
}

.sub-header ul.right-icons li a:hover {
	opacity: 0.75;
}
/*------------------------------------------------
    ## Section title
------------------------------------------------*/


/* line 969, C:/Users/HP/Desktop/jun-2020/280.Industrial_HTML/assets/scss/_common.scss */
.section-tittle span {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 22px;
  color: #8cbc43;
  text-transform: capitalize;
  display: inline-block;
  color: #fff;
}

@media (max-width: 575px) {
  /* line 969, C:/Users/HP/Desktop/jun-2020/280.Industrial_HTML/assets/scss/_common.scss */
  .section-tittle span {
    font-size: 14px;
    text-align: left;
  }
}


/* line 1016, C:/Users/HP/Desktop/jun-2020/280.Industrial_HTML/assets/scss/_common.scss */
.element {
  background-color: #8cbc43;
  color: white;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-animation: skew 3s infinite;
  animation: skew 3s infinite;
  animation-direction: normal;
  -webkit-transform: skew(20deg);
  transform: skew(20deg);
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  padding: 5px 17px;
}

@-webkit-keyframes skew {
  0% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
  }
  100% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
  }
}

@keyframes skew {
  0% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
  }
  100% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
  }
}


.section-title {
  margin-bottom: 40px;
  position: relative;
}
.section-title .subtitle {
  font-weight: 600;
  font-size: 16px;
  color:  #030724;
  background: #213800;
  height: 46px;
  line-height: 46px;
  border-radius: 20px;
  display: inline-block;
  position: relative;
  z-index: 0;
  padding: 0 30px;
  margin-bottom: 19px;
}
.section-tittle h2{
  font-family: "Rajdhani",sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 20px;
}
.section-title .subtitle:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: -webkit-fill-available;
  width: -webkit-fill-available;
  background: #8cbc43;
  border-radius: 0 0 20px 20px;
  z-index: -1;
  margin: 0 2px 2px;
}

.section-title .title {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 30px;
  font-weight: 900;
  position: relative;
  z-index: 0;
  color: #ecf0f4;
}
.section-title .content {
  margin-top: 17px;
  margin-bottom: 0;
  color: #ecf0f4;
}
.section-title .content.left-line {
  border-left: 5px solid #8cbc43;
  padding-left: 50px;
}

img {
  max-width: 100%;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    height: 80px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    padding: 16px 0;
    background:  #030724;
  }
  
  #header .logo h3 {
    font-size: 24px;
    margin: 0;
    padding: 10px 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
  }
  
  #header .logo h3 a, #header .logo h3 a:hover {
    color: #fff;
    text-decoration: none;
  }
  
  #header .logo h3 a span, #header .logo h3 a:hover span {
    color: #67B3e4;
  }
  
  #header .logo img {
    padding: 0;
    margin: 0;
    max-height: 40px;
  }
  
  /*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
  /* Desktop Navigation */
  .nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .nav-menu > ul > li {
    position: relative;
    white-space: nowrap;
    float: left;
    
  }
  
  .nav-menu ul {
    border-radius: 6px;
  }
  
  .nav-menu a {
    display: block;
    position: relative;
    color: #8cbc43;
    padding: 10px 15px;
    transition: 0.3s;
    font-size: 16px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
  }
  
  .nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
    color: #8cbc43;
    text-decoration: none;
  }
  

  
  .outer-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
.outer-box .theme-btn {
    margin-left: 40px;
    font-size: 12px;
    text-transform: uppercase;
  }
  .nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% - 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #030724;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
  }
  
  .nav-menu .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  
  .nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
  }
  
  .nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    color: #8cbc43;
  }
  
  .nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
    color: #8cbc43;
  }
  
  .nav-menu .drop-down > a:after {
    content: "\f107";
    font-family: "fontawesome";
    padding-left: 5px;
  }
  
  .nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
  }
  
  .nav-menu .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
  }
  
  .nav-menu .drop-down .drop-down > a {
    padding-right: 35px;
  }
  
  .nav-menu .drop-down .drop-down > a:after {
    content: "\f105";
    font-family: "fontawesome";
    position: absolute;
    right: 15px;
  }
  
  @media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
      right: -90%;
    }
    .nav-menu .drop-down .drop-down:hover > ul {
      right: -100%;
    }
    .nav-menu .drop-down .drop-down > a:after {
      content: "\f105";
    }
  }
  
  
  /* Mobile Navigation */
  .mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
  }
  
  .mobile-nav-toggle i {
    color: #8cbc43;
  }
  
  .mobile-nav {
    position: fixed;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background:  #030724;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0;
  }
  
  .mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .mobile-nav a {
    display: block;
    position: relative;
    color: #213b52;
    padding: 10px 20px;
    font-weight: 500;
    outline: none;
    transition: 0.3s;
  }
  
  .mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
    color: #8cbc43;
    text-decoration: none;
  }
  
  .mobile-nav .drop-down > a:after {
    content: "\f107";
    font-family: "fontawesome";
    padding-left: 10px;
    position: absolute;
    right: 15px;
    color: #8cbc43;;
  }
  
  .mobile-nav .active.drop-down > a:after {
    content: "\f105";
    font-family: "fontawesome";
    color: #8cbc43;;
  }
  
  .mobile-nav .drop-down > a {
    padding-right: 35px;
  }
  
  .mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
  }
  
  .mobile-nav .drop-down li {
    padding-left: 20px;
  }
  
  .mobile-nav .outer-box a {
    margin: 15px;
    padding: 8px 25px 10px 25px;
    text-align: center;
  }
  

  .mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(18, 33, 46, 0.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
  }
  
  .mobile-nav-active {
    overflow: hidden;
  }
  
  .mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible;
  }
  
  .mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
  }
  
    .sticky-wrapper {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      z-index: 999 !important;
    }
    
    .sticky-wrapper.is-sticky .header-two {
      background-color: #051922;
      padding: 15px 0;
    }
  /* header-section end */

/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

#section-1 {
  margin-top: 0px;
  height: 100vh;
  min-height: 700px;
  color: #fff;
  background-color: #222;
  position: relative;
}
#section-1 .content-slider {
  position: relative;
  width: 100%;
  height: 100%;
}
#section-1 .content-slider input {
  display: none;
}
#section-1 .content-slider .slider {
  position: relative;
  width: inherit;
  height: inherit;
  overflow: hidden;
}
#section-1 .content-slider .slider .banner {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
  width: inherit;
  height: inherit;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: all 0.5s ease;
}


#section-1 .content-slider .slider .banner .banner-inner-wrapper {
  height: 100%;
  box-sizing: border-box;
}
#section-1 .content-slider .slider .banner .banner-inner-wrapper .main-caption {
  top: 40%;
  transform: translateY(-50%);
    margin-left: 0;
    margin-top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 40px;
    margin-right: 15%;
    position: relative;

}
#section-1 .content-slider .slider .banner .banner-inner-wrapper img {
width: 100px;
height: 100px;
display: inline;
}
#section-1 .content-slider .slider .banner .banner-inner-wrapper h2 {
  font-weight: 700;
  font-family:  "Yantramanav", sans-serif;
  font-size: 66px;
  color: #fff;
  margin-bottom: 20px;
}
#section-1 .content-slider .slider .banner .banner-inner-wrapper h1 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
}
#section-1 .content-slider .slider .banner .banner-inner-wrapper .learn-more-button a:hover {
  color: #8cbc43;
  border-color: #8cbc43;
  transition: 0.3s;
}
#section-1 .content-slider .slider #top-banner-1 {
  background: url('../img/banner-01.png') no-repeat center center;
  background-size: cover;
}
#section-1 .content-slider .slider #top-banner-2 {
  background: url('../img/banner-02.png') no-repeat center center;
  background-size: cover;
}
#section-1 .content-slider .slider #top-banner-3 {
  background: url('../img/banner-03.png') no-repeat center center;
  background-size: cover;
}
#section-1 .content-slider .slider #top-banner-4 {
  background: url('../img/banner-04.png') no-repeat center center;
  background-size: cover;
}
#section-1 .content-slider nav {
  position: absolute;
  bottom: 30px;
  width: 100%;
  z-index: 10;
  text-align: center;
}
#section-1 .content-slider nav .controls {
  display: block;
  width: 70%;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  color: #8cbc43;
}
#section-1 .content-slider nav .controls label {
  position: relative;
  display: inline-block;
  width: 19.5%;
  height: 3.1em;
  overflow: hidden;
  margin: 0 1em;
  padding-top: 1em;
  text-align: left;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  color: #f6eac5;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s;
}
#section-1 .content-slider nav .controls label .progressbar {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: #f6eac5;
  z-index: 100;
}
#section-1 .content-slider nav .controls label .progressbar .progressbar-fill {
  position: inherit;
  width: inherit;
  height: inherit;
  margin-left: -100%;
  background: #8cbc43;
}
#section-1 .content-slider nav .controls label span.text {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  width: 100%;
}
#section-1 .content-slider nav .controls label:hover {
  color: #8cbc43;
}
#section-1 .content-slider #banner1:checked ~ .slider #top-banner-1,
#section-1 .content-slider #banner2:checked ~ .slider #top-banner-2,
#section-1 .content-slider #banner3:checked ~ .slider #top-banner-3,
#section-1 .content-slider #banner4:checked ~ .slider #top-banner-4 {
  opacity: 1;
  z-index: 1;
}
#section-1 .content-slider #banner1:checked ~ nav label:nth-of-type(1),
#section-1 .content-slider #banner2:checked ~ nav label:nth-of-type(2),
#section-1 .content-slider #banner3:checked ~ nav label:nth-of-type(3),
#section-1 .content-slider #banner4:checked ~ nav label:nth-of-type(4) {
  cursor: default;
  color: #fff;
  transition: all 0.5s;
}
#section-1 .content-slider #banner1:checked ~ nav label:nth-of-type(1) .progressbar,
#section-1 .content-slider #banner2:checked ~ nav label:nth-of-type(2) .progressbar,
#section-1 .content-slider #banner3:checked ~ nav label:nth-of-type(3) .progressbar,
#section-1 .content-slider #banner4:checked ~ nav label:nth-of-type(4) .progressbar {
  background: #fff;
}
#section-1 .content-slider #banner1:checked ~ nav label:nth-of-type(1) .progressbar-fill,
#section-1 .content-slider #banner2:checked ~ nav label:nth-of-type(2) .progressbar-fill,
#section-1 .content-slider #banner3:checked ~ nav label:nth-of-type(3) .progressbar-fill,
#section-1 .content-slider #banner4:checked ~ nav label:nth-of-type(4) .progressbar-fill {
  animation: progressBarFill 5s linear;
}
/* Animations */
@keyframes progressBarFill {
  from {
    margin-left: -100%;
  }
  to {
    margin-left: 0;
  }
}
/************** feature-wrap ***************/
.feature-area {
  background:  #030724;
  -webkit-box-shadow: 0px 4px 50px rgba(0, 35, 90, 0.1);
          box-shadow: 0px 4px 50px rgba(0, 35, 90, 0.1);
  border-radius: 20px;
  padding: 40px;
  position: relative;
  top: 60px;
  z-index: 2;
  box-shadow: 0 2px 14px 0 rgb(0 0 0 / 7%);
}


.featured-icon-box {
  padding: 30px 40px 35px;
  background-color: #ecf0f4;
}
.featured-icon-box:before{
  background-color: #8cbc43;
}


.featured-icon-box:hover .featured-icon .cmt-icon {
    transform: rotateY(360deg);
    transition: 0.7s;
    transition: all 500ms ease;
}
.featured-icon-box:hover .bottom_icon{
    transform: translateX(10px);
    transition: 0.3s;
    transition: all 500ms ease;
}
 .featured-icon-box:after,
.featured-icon-box:before {
    content: '';
    position: absolute;
    height: 2px;
    left: 0px;
    width: 100px;
    right: auto;
    top: 0;
    transition: .7s all ease;
}
.featured-icon-box:before {
   width: 2px;
   height: 100%;
   left: 0;
   opacity: 0;
}
.featured-icon-box .featured-desc:after{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-bottom: 34px solid #8cbc43;
    border-left: 30px solid transparent;
    right:0px;
    bottom: 0px;
    transition: .7s all ease;
}
 .featured-icon-box:hover .featured-desc:after{
    border-bottom: 14px solid #8cbc43;
    border-left: 10px solid transparent;
    transition: .7s all ease;
}

 .featured-icon-box:hover:after {
    width: 100%;
    transition: .7s all ease;
}
 .featured-icon-box:hover:before{
    height: 100%;
    opacity: 1;

}
.featured-icon-box .featured-icon .cmt-icon {
  height: 60px;
  width: 60px;
  line-height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
 
    background: #8cbc43;
    border-radius: 50%;
}
.featured-icon-box .featured-icon .cmt-icon:after {
  position: absolute;
  content: "";
  left: -2px;
  top: -2px;
  background:#030724;
  height: 60px;
  border-radius: 50%;
  width: 60px;
  z-index: -1;
}
.featured-icon-box .featured-icon .cmt-icon img {
  margin: auto;
  width: auto;
  
}
.featured-icon-box .featured-title h3{
  line-height:30px;
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
  color: #202426;}


.featured-icon-box .featured-title h3:hover{
  color: #8cbc43;

}
.featured-icon-box .featured-content {
  padding-top: 15px;
}
.featured-icon-box:after{
  background-color: #8cbc43;

}



/************** about-thumb-wrap ***************/
.about-low-area {
  background: url(../img/bg_about.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 50px 0;
}

.about-low-area .about-caption p {
  font-size: 16px;
  color: #64676c;
  line-height: 1.6;
  margin-bottom: 58px;
  padding-right: 50px;
}
.about-low-area .section-title .title{ color: #030724;}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-low-area .about-caption p {
    padding-right: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-low-area .about-caption p {
    padding-right: 0px;
  }
}

@media (max-width: 575px) {
  .about-low-area .about-caption p {
    padding-right: 0px;
  }
}


.about-low-area .about-right-cap {
  position: relative;
}
.single-about-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 9px;
}
.single-about-wrap .icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 15px;
}
.single-about-wrap h6 {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
}
.about-low-area .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #030724;
  margin-top: 25px;
  padding-top: 30px;
}
.about-low-area .btn-wrap .btn {
  margin-top: 0;
}
@media (max-width: 575px) {
  .about-low-area .about-right-cap {
    padding-top: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-low-area .about-right-cap {
    padding-top: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-low-area .about-right-cap {
    padding-top: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-low-area .about-right-cap {
    padding-top: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-low-area .about-right-cap {
    padding-top: 50px;
  }
}
.about-low-area .about-right-cap .about-right-img img {
  width: 100%;
  margin-bottom: 15px;
}

.about-low-area .about-right-cap .img-cap {
  position: absolute;
  bottom: -7px;
  left: -33px;
  width: 179px;
  height: 180px;
  padding: 31px 10px;
  background: #8cbc43;
  text-align: center;
}

@media (max-width: 575px) {
  .about-low-area .about-right-cap .img-cap {
    left: 0;
    width: 128px;
    height: 145px;
    padding: 8px 10px;
  }
}
.about-low-area .about-right-cap .img-cap::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 31px 34px;
  border-color: transparent transparent #8cbc43 transparent;
  position: absolute;
  top: -29px;
  content: "";
  right: 0;
}

.about-low-area .about-right-cap .img-cap span {
  color: #fff;
  font-size: 64px;
  font-weight: 900;
  margin-bottom: 0;
  line-height: 83px;
}

.about-low-area .about-right-cap .img-cap p {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 19px;
  
}

.about-low-area .about-right-cap p {
  font-size: 22px;
  color: #140C40;
  font-weight: 300;
  padding-right: 13px;
  line-height: 1.5;
}

.about-low-area .about-right-cap .about-right-cap2 {
  margin-bottom: 0px;
}

@media (max-width: 575px) {
  .about-low-area .about-right-cap .about-right-cap2 {
    margin-bottom: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-low-area .about-right-cap .about-right-cap2 {
    margin-bottom: 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-low-area .about-right-cap .about-right-cap2 {
    margin-bottom: 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-low-area .about-right-cap .about-right-cap2 {
    margin-bottom: 0px;
  }
}

@media (max-width: 575px) {
  .about-caption {
    margin-bottom: 35px;
  }
}



/* ===============================================
    Service
------------------------*/

.Service-icon-box.style4{
  padding: 67px 45px 42px;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  margin: 20px 0;
  background-color: #fff;
  box-shadow: 0 2px 14px 0 rgb(0 0 0 / 7%);
}
.Service-icon-box.style4 .Service-icon{
  text-align: center;
  padding-left: 0;
  margin-bottom: 15px;
  line-height: 50px;
  display: inline-block;
  position: relative;
  transition: all .5s ease-in-out 0s;
}
.Service-icon-box.style4 .Service-icon .cmt-icon{
  width: 80px;
  height: 46px;
  background: #f7f7f7;
  margin-bottom:0;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
 }
 .Service-icon-box.style4 .Service-icon .cmt-icon img{
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
 }
 .cmt-icon.cmt-icon_element-onlytxt { height: auto; width: auto; line-height: 1;}
.cmt-icon.cmt-icon_element-onlytxt img {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    transform: translate(0,0);
}
/** icon-size-lg **/
.cmt-icon.cmt-icon_element-size-lg { height: 78px; width: 78px; line-height: 78px; }
.cmt-icon.cmt-icon_element-size-lg img { font-size: 50px; }

.Service-icon-box.style4 .Service-icon::before {
  content: "";
  position: absolute;
  top: -23px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 26px solid #f7f7f7;
}
.Service-icon-box.style4 .Service-icon::after {
  content: "";
  position: absolute;
  bottom: -27px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 28px solid #f7f7f7;
}
.Service-icon-box.style4 .Service-title{padding-top: 30px;}
.Service-icon-box.style4 .Service-title h3{
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 30px;
  color: #8cbc43;
}
.Service-icon-box.style4:before,
.Service-icon-box.style4:after{
  content: '';
  position: absolute;
  height: 100px;
  top: 0;
  opacity: 1;
  width: 10px;
  right: 30px;
  left: auto;
  transition: all 500ms ease;
}
.Service-icon-box.style4:before{
  background-color: #8cbc43;
}
.Service-icon-box.style4:after{
  background-color: #030724;
}
.Service-icon-box.style4:hover:before{height: 70px; opacity: 1;}
.Service-icon-box.style4:after{
  height: 70px;
  right: 50px;
  width: 5px;
}
.Service-icon-box.style4:hover:after{height: 100px;}
.Service-icon-box.style4:hover .Service-icon{transform: rotateY(360deg);}

.Service-icon-box .Service-desc:after{
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-bottom: 34px solid #8cbc43;
  border-left: 30px solid transparent;
  right:0px;
  bottom: 0px;
  transition: .7s all ease;
}
.Service-icon-box:hover .Service-desc:after{
  border-bottom: 14px solid #8cbc43;
  border-left: 10px solid transparent;
  transition: .7s all ease;
}
.slick_slider .slick-prev.slick-arrow:hover,
.slick_slider .slick-next.slick-arrow:hover{
  background-color: #8cbc43;
}
.slick_slider .slick-prev.slick-arrow:hover:before,.slick_slider .slick-next.slick-arrow:hover:before{
  color: #fff;
}
.slick_slider.slick-dotted .slick-dots li button:before,.cmt-pagination .page-numbers{
  background-color: #fff;
}
.slick-dotted { border: 0; outline: 0; }
.slick_slider.slick-dotted .slick-dots{
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: -50px;
    text-align: right;
    margin: 0;
    z-index: 22;
}
.slick_slider.slick-dotted .slick-dots li{
  display: inline-block;
  list-style: none;
  line-height: 0;
}
.slick_slider.slick-dotted .slick-dots li button:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 3px;
  width: 8px;
  height: 8px;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto;
  content: unset;    
}

.slick-dots li button {
  display: inline-block;
  width: 10px;
  height: 10px;
  line-height: 10px;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 10px 0 0;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: rgba(32,37,39,.20);
  font-size: 0;
  padding: 0;

}
button, input[type="submit"], input[type="button"], input[type="reset"] {
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  line-height: 21px;
  font-weight: 500;
  padding: 11px 40px 11px;
  border: 2px solid transparent;
  border-radius: 0;
  color: #fff;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer;
  outline: none!important;
  -webkit-font-smoothing: antialiased;
}
.mt-25 { margin-top: 25px; }
.slick-dots li.slick-active button {
  background: transparent;
  width: 15px;
  height: 15px;
  text-align: center;
  border: 3px solid #8cbc43;
}

/*<------dots style1------->*/
.slick_slider.slick-dot-style1.slick-dotted .slick-dots{
    display:block;
    position: absolute;
    right:70px;
    top: 45%;
    bottom: auto;
}

.slick-dot-style1 .slick-dots li button {
  display:block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
  margin: 5px 0 0 ;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: transparent;
  font-size: 0;
  padding: 0;
  
}
.slick-dot-style1 .slick-dots li.slick-active button {
  background: #fff;
  text-align: center;
  border: 2px solid #fff;
}
.slick_slider.slick-dot-style1.slick-dotted .slick-dots li {display: block;}



/*style1*/
.slick_slider.slick-arrows-style1 .slick-prev,.slick_slider.slick-arrows-style1 .slick-next{
  font-size: 0;
  line-height: 0;
  position: absolute;
  top:75%;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: 1px solid #dbdae4;
  outline: none;
  background: transparent;
}
.slick_slider.slick-arrows-style1 .slick-prev{ right:70px; }
.slick_slider.slick-arrows-style1 .slick-next{ right: 15px; }
.slick_slider.slick-arrows-style1 .slick-arrow:hover{ border:0;}


/*******why-choose-us-area********/
.wcu-area {
  padding: 330px 0 227px;
}
.wcu-area .img-1 {
  position: absolute;
  top: 69px;
  left: 37px;
}
.wcu-area .img-2 {
  position: absolute;
  bottom: -28px;
  right: 0;
}



.single-wcu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 22px;
}
.single-wcu-wrap .icon {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 5px 0 0 5px;
  z-index: 0;
  margin-right: 15px;
}
.single-wcu-wrap .icon img{
  max-width: 40px;
}
.single-wcu-wrap .icon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  height: 50px;
  width: 50px;
  border: 1px solid #8cbc43;
  border-radius: 50%;
  z-index: -1;
}
.single-wcu-wrap .details h6 {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 10px;
}
.single-wcu-wrap .details p {
  color: #D6D6D6;
  line-height: 26px;
  margin-bottom: 0;
}
.single-wcu-wrap.style-2 .icon {
  height: 50px;
  width: 50px;
  background: #8cbc43;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  z-index: 1;
  padding: 0;
  margin-top: 10px;
}
.single-wcu-wrap.style-2 .icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #8cbc43;
  z-index: -1;
  border: 0;
  border-radius: 50%;
}
.single-wcu-wrap.style-2 .icon:after {
  background: #fff;
  z-index: -2;
  top: -5px;
  left: -5px;
  border: 0;
}
/*****fact-counter-area******/
.fact-area .fact-counter-area {
  -webkit-transform: translate(0px, -120px);
          transform: translate(0px, -120px);
  margin-bottom: -120px;
}

.fact-counter-area {
  border-top: 5px solid #8cbc43;
  padding: 39px 45px 11px;
  -webkit-transform: translate(0px, -114px);
          transform: translate(0px, -114px);
  margin-bottom: -114px;
}

.single-fact-wrap {
  position: relative;
  margin-bottom: 30px;
  padding-left: 15px;
}
.single-fact-wrap:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  height: 140px;
  width: 4px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: #8cbc43;
}
.single-fact-wrap h2 {
  color: #8cbc43;
  font-weight: 700;
  font-size: 44px;
  line-height: 57px;
  margin-bottom: 8px;
}
.single-fact-wrap h5 {
  line-height: 31px;
  color: #fff;
  margin-bottom: 10px;
}
.single-fact-wrap p {
  line-height: 26px;
  color: #D6D6D6;
  margin-bottom: 0;
}

/* transport-services-section */
.transport-services-section .section-title2 .title-header h2{
  font-size: 40px;
  line-height: 60px;  
  font-weight: 700;
}
.transport-services-section {
color: #fff;
padding: 90px 0;
position: relative;

}

.bg-img8 {
    background-image: url(../img/row-bgimage-8.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.transport-services-section  .section-title2 .title-header h3 {
  font-family: "Roboto",sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 8px;
  color: #fff;
}
.pd-top-115 {
  padding-top: 115px;
}
.feat-icon-box{
  position: relative; margin: 15px 0;
}
.feat-icon-box.style6 .cmt-icon{
  border-radius: 50%;
}
.feat-icon-box.style6 .cmt-icon i{font-size: 30px;}
.feat-icon-box.style6 .feat-content{position: relative;
  padding-left:45px;}
.feat-icon-box.style6 .feat-content .feat-desc{
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;   
}
.feat-icon-box.style6 .feat-content .feat-title h3 a{
  font-size: 32px;
  line-height: 1;
  margin-bottom: 0;
  font-weight: 700;
  color: #fff;
}
.feat-icon-box.style6 .feat-content .feat-title h3 a:hover{
  color: #030724;
}

.pulse{
  background: #344e0c;
height: 67px;
width: 67px; 
border-radius:50%;
display: flex;
justify-content: center;
align-items: center;
position: relative;
}
.pulse::before{

  content:"";
  position: absolute;
  width: calc(100% + 40px); 
  height: calc(100% + 40px); 
  border: 2px solid #344e0c;
  border-radius: 50%;
  animation: animate 1.5s
  linear infinite;

} 
.pulse::after{
  content:"";
  position: absolute;
  width: calc(100% + 40px); 
  height: calc(100% + 40px); 
  border: 2px solid #344e0c;
  border-radius: 50%;
  animation: animate 1.5s
  linear infinite;
  animation-delay: 0.4s;
}
@keyframes animate{
  0%{
    transform: scale(0.5);
    opacity: 0;
  }
  50%{
    transform: scale(1);
    opacity: 1;
  }
  100%{
    transform: scale(1.4);
    opacity: 0;
  }
}
/* ===============================================
    18.Tab
------------------------*/

.bg-img14 {
  background-image: url(../img/row-bgimage-14.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 991px){
.tab-title {
    margin-bottom: 20px;
}}
@media (max-width: 1199px){
.res-1199-pl-15 {
    padding-left: 15px;
}}

.pr-15 {
    padding-right: 15px;
}

.tab-title {
  position: relative;
  margin-bottom: 30px;
}
.tab-title h3 {
  font-family: "Roboto",sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 8px;
  color: #8cbc43;
}
.tab-title h2{
font-family: "Rajdhani",sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 10px;  
}

.cmt-tabs ul.tabs{
  width:100%; 
  padding: 0;
  margin: 0;
}
.cmt-tabs ul.tabs li{ 
  position: relative;
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}
.cmt-tabs ul.tabs li:last-child{
  margin-bottom: 0;
}
.cmt-tabs .content-tab {
  background-color: #fff;
  box-shadow: 0 2px 14px 0 rgb(0 0 0 / 7%);
  padding:60px 40px 40px;
  margin-top: 30px;
  border-radius: 10px;
}
.cmt-tabs .content-tab .content-inner {
  display: none;
}
.cmt-tabs .content-tab .content-inner.active {
  display: block;
}

 .cmt-tabs ul.tabs li{margin:10px 5px 15px 10px; display: inline-block;width: auto; }
 .cmt-tabs ul.tabs li:first-child{margin-left: 0;}
 .cmt-tabs ul.tabs li a {
   display: block;
   cursor: pointer;
   padding: 20px 30px;
   background-color: #fff;
   -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 7%);
   -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.07);
   box-shadow: 0 0 10px 0 rgb(0 0 0 / 7%);
   font-size: 20px;
   line-height: 25px;
   width: auto;
   position: relative;
   z-index: 3;
   border-radius: 5px;
   -webkit-transition:all 200ms ease-in;
   transition: all 200ms ease-in;
   font-family: 'Rajdhani', sans-serif;
   font-weight: 700;
   color:#666;
  }
.cmt-tabs ul.tabs li a img{
  font-size: 15px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 15px;
}
.cmt-tabs .content-tab{position: relative;z-index: 10;}
 .cmt-tabs ul.tabs {
  text-align: center;
  margin: 0;
   padding: 0; 
}
.cmt-tabs .content-inner h3{
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 15px; font-weight: 700; color: #202426; font-family: 'Rajdhani', sans-serif;}
  .mb-25 { margin-bottom: 25px;}
  .mb-15 { margin-bottom: 15px; }

.cmt-list .cmt-list-title{
  display: inline-block;
}

.cmt-list{margin: 0px 0 16px;}
.cmt-list li{
    position:relative;
    padding-bottom:10px;
    font-size:15px;
    line-height:26px; 
} 
.cmt-list li i{ font-size: 16px;}
.cmt-list li:last-child{padding-bottom:0}

.cmt-list  li i{
    position: absolute;
    top: 12px;
    left: 3px;
    font-size: 16px;
    font-weight:700;
    color: #8cbc43;
}
.cmt-list li{
  position: relative;
  padding: 7px 0;
  border-bottom: 1px solid #ebebeb!important;
  width: 95%;
}

.cmt-list .tab-list-li-content{display:inline-block;padding-left:27px}
.tab-list-li-content {
    display: inline-block;
    padding-left: 28px;
    font-weight: 500;
    color: #111111;
    font-size: small;
}

/*---------------------
  Team
-----------------------*/

.team {
	padding-top: 120px;
	padding-bottom: 90px;
}

.team__btn {
	text-align: right;
}

.team__item {
	height: 480px;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}

.team__item:after {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(17, 17, 17, 0.9);
	content: "";
	z-index: -1;
	opacity: 0;
	-webkit-transition: all, 0.5s, ease-out, 0.5s;
	-o-transition: all, 0.5s, ease-out, 0.5s;
	transition: all, 0.5s, ease-out, 0.5s;
}

.team__item:hover:after {
	opacity: 1;
}

.team__item:hover .team__text .team__title {
	border-bottom: 1px solid rgba(183, 183, 183, 0.2);
	padding: 0 0 32px;
	margin-bottom: 34px;
	opacity: 0;
	visibility: hidden;
	position: relative;
	bottom: initial;
	opacity: 1;
	visibility: visible;
}

.team__item:hover .team__text p {
	opacity: 1;
	visibility: visible;
}

.team__item:hover .team__text .team__social {
	opacity: 1;
	visibility: visible;
	bottom: 34px;
}

.team__text {
	height: 100%;
	position: relative;
	padding: 35px 30px 40px;
}

.team__text .team__title {
	position: absolute;
	left: 0;
	bottom: 42px;
	width: 100%;
	padding: 0 30px;
	-webkit-transition: all, 0.7s, ease-out, 0.7s;
	-o-transition: all, 0.7s, ease-out, 0.7s;
	transition: all, 0.7s, ease-out, 0.7s;
}

.team__text .team__title h5 {
	color: #ffffff;
	font-weight: 900;
	font-family: "Poppins", sans-serif;
	margin-bottom: 6px;
}

.team__text .team__title span {
	font-size: 14px;
	color: #8cbc43;
  font-weight: 900;
}

.team__text p {
	color: #b7b7b7;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all, 0.7s, ease-out, 0.7s;
	-o-transition: all, 0.7s, ease-out, 0.7s;
	transition: all, 0.7s, ease-out, 0.7s;
}

.team__text .team__social {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0 30px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all, 0.7s, ease-out, 0.7s;
	-o-transition: all, 0.7s, ease-out, 0.7s;
	transition: all, 0.7s, ease-out, 0.7s;
}

.team__text .team__social a {
	display: inline-block;
	font-size: 20px;
	color: #ffffff;
	margin-right: 34px;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.team__text .team__social a:last-child {
	margin-right: 0;
}

.team__text .team__social a:hover {
	color: #8cbc43;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
  position: relative;

}
.team .section-title .title {
    color: #030724;
}


/*** 

====================================================================
	Testimonial Section  Two
====================================================================

***/


section > .container,
section > .container-fluid {
  padding-top: 120px;
  padding-bottom: 120px;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}
.testimonial-section-two {
  position: relative;
  padding: 100px 0 100px;
}
.testimonial-section-two .bg-layer {
  position: absolute;
  left: 0;
  top: 15px;
  height: 100%;
  width: 100%;
  background-image: url(../img/pattern-8.png);
  background-position: center;
  background-repeat: no-repeat;
}
.testimonial-section-two .carousel-outer {
  position: relative;
  padding: 0 35px;
}

.testimonial-block-two {
  position: relative;
  padding: 15px 15px;
  margin-bottom: 15px;
}
.testimonial-block-two .inner-box {
  position: relative;
  margin-left: 75px;
  background-color: #fff;
  padding: 35px 70px;
  padding-left: 120px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.testimonial-block-two .inner-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 7px;
  background: -webkit-gradient(linear, left top, left bottom, from(#8cbc43), to(#030724));
  background: linear-gradient(#8cbc43, #030724);
  content: "";
}
.testimonial-block-two .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.testimonial-block-two .image-box {
  position: absolute;
  top: 50px;
  left: -75px;
  height: 160px;
  width: 160px;
  background: -webkit-gradient(linear, left top, left bottom, from(#8cbc43), to(#030724));
  background: linear-gradient(#8cbc43, #030724);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  padding: 8px;
  border-radius: 50%;
}
.testimonial-block-two .image-box .image {
  position: relative;
  display: inline-block;
  height: 144px;
  width: 144px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 0;
  border: 7px solid #fff;
}
.testimonial-block-two .image-box .image img {
  height: 100%;
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-block-two .content-box {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-block-two .content-box .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 30px;
  color: #8cbc43;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: 5px;
}
.testimonial-block-two .content-box .rating i {
  margin: 0 1px;
}
.testimonial-block-two .content-box .text {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  color: #73787d;
  margin-bottom: 15px;
}
.testimonial-block-two .content-box .name {
  margin-bottom: 2px;
}
.testimonial-block-two .content-box .designation {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #8cbc43;
  font-weight: 400;
}
.testimonial-block-two .content-box .icon {
  position: absolute;
  right: -20px;
  bottom: 15px;
}
/*** 

====================================================================
    News Section
====================================================================

***/
.news-section {
  position: relative;
  padding: 120px 0 90px;
  overflow: hidden;
}
.title a {
  color: inherit;
}
.news-block {
  position: relative;
  margin-bottom: 30px;
}
.news-block .inner-box {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.news-block .inner-box:hover .image-box .image a:after {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.news-block .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.news-block .image-box {
  position: relative;
}
.news-block .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.news-block .image-box .image img {
  display: block;
  width: 100%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.news-block .image-box .image a:after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.news-block .image-box .date {
  position: absolute;
  left: 0px;
  bottom: 30px;
  z-index: 1;
  width: 106px;
  height: 77px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 30px;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
  overflow: hidden;
}
.news-block .image-box .date b {
  color: #fff;
  font-weight: 500;
}
.news-block .image-box .date:before {
  position: absolute;
  right: 0px;
  top: 0;
  height: 170px;
  width: 170px;
  background-color: #8cbc43;
  border-radius: 50%;
  content: "";
  z-index: -1;
}
.news-block .content-box {
  position: relative;
  margin-top: -30px;
  margin-right: 20px;
  padding: 25px 30px 0;
  background-color: #fff;
  border: 1px solid #e6e8ed;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
          box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  border-bottom: 0;
}
.news-block .content-box .post-info {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}
.news-block .content-box .post-info li {
  position: relative;
  font-size: 14px;
  line-height: 25px;
  color: #767676;
  font-weight: 400;
  margin-right: 14px;
}
.news-block .content-box .post-info li i {
  margin-right: 2px;
  color: #8cbc43;
  font-size: 14px;
}
.news-block .content-box .title {
  margin-bottom: 0;
}
.news-block .content-box .title:hover {
  color: #8cbc43;
}
.news-block .content-box .read-more {
  position: relative;
  padding: 15px 0;
  font-size: 12px;
  line-height: 25px;
  color: #73787d;
  font-weight: 500;
  border-top: 1px solid #d9e0e6;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.1em;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.news-block .content-box .read-more i {
  margin-left: 10px;
  margin-top: 5px;
  color: #73787d;
  font-size: 16px;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.news-block .content-box .read-more:hover {
  color: #8cbc43;
}
.news-block .content-box .read-more:hover i {
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
  opacity: 0;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a:hover {
  color: #8cbc43;
}

/*--------------------------------------------------
    ##Footer
---------------------------------------------------*/
.footer-area {
  position: relative;
  background-color: #080C24;
  padding-bottom: 50px;
}
.footer-area.style-2 .footer-top {
  padding: 0;
  border-color: rgba(255, 255, 255, 0.1);
}
.footer-area .footer-top {
  background-position: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 37px 0 0px;
  margin-bottom: 120px;
}
.footer-area .footer-top .single-footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 33px;
}
.footer-area .footer-top .single-footer-top:after {
  content: "";
  position: absolute;
  right: 0;
  top: -38px;
  height: 160px;
  width: 61px;
  background: url(../img/rectangle.png);
}
.footer-area .footer-top .single-footer-top .icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 80px;
  width: 80px;
  border-radius: 5px;
  background: #8cbc43;
  line-height: 80px;
  text-align: center;
  position: relative;
  margin: 6px 20px 0 6px;
}
.footer-area .footer-top .single-footer-top .icon img{
max-width: 60%;
}
.footer-area .footer-top .single-footer-top .icon:after {
  content: "";
  position: absolute;
  background: #8cbc43;
  opacity: 0.3;
  height: 80px;
  width: 80px;
  border-radius: 5px;
  left: -6px;
  top: -6px;
}
.footer-area .footer-top .single-footer-top .details h6 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 4px;
}
.footer-area .footer-top .single-footer-top .details p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #D6D6D6;
  margin-bottom: 0;
}
.footer-area .widget {
  position: relative;
  z-index: 2;
  margin-bottom: 70px;
}
.footer-area .widget-title {
  padding-bottom: 13px;
  margin-bottom: 26px;
  position: relative;
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  color: #F8F8F8;
}
.footer-area .widget-title:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 3px;
  bottom: 0px;
  left: 0;
  background: linear-gradient(90.09deg, #8cbc43 -7.63%, rgba(250, 67, 24, 0) 99.84%);
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
  z-index: -1;
}
.footer-area .widget_about .thumb {
  margin-bottom: 13px;
}
.footer-area .widget_about .thumb img{
  max-width: 34%;
}

.footer-area .widget_about .details p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 30px;
}
.footer-area .widget_nav_menu ul {
  margin: 0;
  padding: 0;
}
.footer-area .widget_nav_menu ul li {
  list-style: none;
  position: relative;
  color: #D6D6D6;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
}
.footer-area .widget_nav_menu ul li i, .footer-area .widget_nav_menu ul li svg {
  margin-right: 3px;
}
.footer-area .widget_nav_menu ul li + li {
  margin-top: 16px;
}
.footer-area .widget_nav_menu ul li:hover:after {
  background:#8cbc43;
}

.footer-bottom-area {
  background: #161922;
  padding: 21.5px 0;
}
.footer-bottom-area p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 0;
}
.footer-bottom-area p a {
  color: #8cbc43;
}
.footer-bottom-area ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-bottom-area ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  display: inline-block;
}
.footer-bottom-area ul li + li {
  border-left: 1px solid #fff;
  padding-left: 9px;
  margin-left: 6px;
}

.footer-top-subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-top-subscribe h3 {
  color: #fff;
  margin-bottom: 0;
  padding: 50px 0 47px;
}
.footer-top-subscribe .media-left {
  margin-left: 78px;
  padding-left: 80px;
  padding-right: 58px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-top-subscribe .thumb {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.footer-top-subscribe .single-subscribe-inner {
  min-width: 360px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.footer-area .copyright-area-inner {
  padding: 20px;
}
.footer-bottom-area .copyright-area span{
  color: #8cbc43;
}
.footer-area .footer-top .widget.widget_nav_menu ul li a {
  font-size: 14px;
}
/********* social-media *********/
.social-media {
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 2;
}
.social-media li {
  display: inline-block;
  margin: 0 4px;
}
.social-media li a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background: #fff;
  color: #3F517E;
}
.social-media li a:hover {
  color: #fff;
  background: #8cbc43;
}
.social-media li:first-child {
  margin-left: 0;
}
.social-media li:last-child {
  margin-right: 0;
}
.social-media.style-border li a {
  background: transparent;
  border: 1px solid #FFFFFF;
  color: #fff;
}
.social-media.style-border li a i, .social-media.style-border li a svg {
  margin-right: 0;
}
.social-media.style-border li a:hover {
  background: #8cbc43;
  border-color: #8cbc43;
  color: #fff;
}
.widget_subscribe p {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 23px;
}
.widget_subscribe .single-subscribe-inner {
  height: 60px;
  line-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.widget_subscribe .single-subscribe-inner input {
  height: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  border: 0;
  padding: 0 20px;
  width: 100%;
}
.widget_subscribe .single-subscribe-inner .btn {
  padding: 0 21px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.widget_subscribe .single-subscribe-inner .btn:after {
  left: -56%;
}
.btn-base {
  color: #fff;
  background: #8cbc43;
  line-height: 60px;
}
.btn-base:active, .btn-base:focus, .btn-base:hover {
  color: #fff;
  background: #8cbc43;
}
.btn-base:active:after, .btn-base:focus:after, .btn-base:hover:after {
  background: #8cbc43;
}
.btn {
  height: 60px;
  line-height: 58px;
  padding: 0 30px;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  border: 0;
  font-size: 18px;
  font-family: var(--heading-font);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 500;
  border-radius: 0px;
  z-index: 0;
}
/*-----------------------------------------
    ## Breadcumb 
------------------------------------------*/
.breadcrumb-area {
  padding: 296px 0 171px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.breadcrumb-area .breadcrumb-inner {
  position: relative;
  z-index: 2;
  display: inline-block;
}
.breadcrumb-area .page-title {
  font-weight: 900;
  font-size: 64px;
  line-height: 83px;
  margin-bottom: 0px;
  color: #fff;
}
.breadcrumb-area .page-list {
  margin: 0;
  padding: 0;
  color: #fff;
  display: inline-block;
}
.breadcrumb-area .page-list li {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  list-style: none;
  display: inline-block;
  position: relative;
  color: #fff;
}
.breadcrumb-area .page-list li + li {
  padding-left: 23px;
  margin-left: 5px;
}
.breadcrumb-area .page-list li a {
  color: #8cbc43;
}
.breadcrumb-area .page-list li:after {
  position: absolute;
  left: 0;
  top: 1px;
  content: "\f061";
  color: #8cbc43;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}
.breadcrumb-area .page-list li:first-child {
  padding-left: 0;
}
.breadcrumb-area .page-list li:first-child:after {
  display: none;
}
/*-----------------------------------------
    ## progress-bar
------------------------------------------*/
.progress-bar-section .cmt-progress-bar .progress-bar-title{
  color: #202426;
}

.cmt-textcolor-grey,.progress-bar-section .cmt-progress-bar .progress-bar-percent{
  color: #888;
}

.progress-bar-section .cmt-progress-bar .progress-bar-inner{
  background-color: #f6f6f6;
}
.cmt-progress-bar { position: relative;margin-top: 30px;}
.cmt-progress-bar:first-child{ margin-top: 0px;}
.cmt-progress-bar .progress-bar-title {
    top: -38px;
    left: 0;
    font-size: 18px;
    line-height: 28px;
    text-shadow: none;
    font-weight: 600;
    font-family:'Rajdhani', sans-serif;
    margin-bottom: 10px;
    padding-right: 40px;
}
.cmt-progress-bar .progress-bar-percent {
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 2;
    text-shadow: none;
    font-size: 16px;
    font-weight: 600;
  
    
}
.progress-bar-section .cmt-progress-bar .progress-bar-percent{
  color: #888;
}
.cmt-progress-bar .progress-bar {
    border-radius: 0;
    height: 4px;
    position: relative;
    overflow: visible;
}
.cmt-progress-bar .progress-bar-inner {
    height: 4px;
    width: 100%;
}
.cmt-progress-bar .progress-bar:before {
    position: absolute;
    content: '';
    width: 13px;
    height: 13px;
    bottom: -5px;
    right: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0 0 10px 0 rgb(0 43 92 / 8%);
}
.progress-section{
background-color: #fff;
box-shadow: 0 2px 14px 0 rgb(0 0 0 / 7%);
padding: 45px 50px 50px;
}
.progress-bar{
  background-color: #8cbc43;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px){
  .progress-bar{
    margin-right: 0px!important;
}
}
.bg-img6 {
  background-image: url(../img/row-bgimage-6.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


/*-----------------------------------------
    ##faqs
------------------------------------------*/
.faqs .row {
	position: relative;
  }
  
  
  .faqs #accordion-1 {
	padding-right: 15px;
  }
  
  .faqs #accordion-2 {
	padding-left: 15px;
  }
  
  @media(max-width: 767.98px) {
	.faqs .row::after {
		display: none;
	}
	
	.faqs #accordion-1,
	.faqs #accordion-2 {
		padding: 0;
	}
	
	.faqs #accordion-2 {
		padding-top: 15px;
	}
  }
  
  .faqs .card {
	margin-bottom: 15px;
	border: none;
	border-radius: 0;
  }
  
  .faqs .card:last-child {
	margin-bottom: 0;
  }
  
  .faqs .card-header {
	padding: 0;
	border: none;
	background: #ffffff;
  }
  
  .faqs .card-header a {
	display: block;
	padding: 10px 25px;
	width: 100%;
	color: #121518;
	font-size: 16px;
	line-height: 40px;
  font-weight: 700;
	border: 1px solid rgba(0, 0, 0, .1);
	transition: .5s;
  }
  
  .faqs .card-header [data-toggle="collapse"][aria-expanded="true"] {
	background:#8cbc43;
  }
  
  .faqs .card-header [data-toggle="collapse"]:after {
	font-family: 'font Awesome 5 Free';
	content: "\f067";
	float: right;
	color: #8cbc43;
	font-size: 12px;
	font-weight: 900;
	transition: .5s;
  }
  
  .faqs .card-header [data-toggle="collapse"][aria-expanded="true"]:after {
	font-family: 'font Awesome 5 Free';
	content: "\f068";
	float: right;
	color: #030f27;
	font-size: 12px;
	font-weight: 900;
	transition: .5s;
  }
  
  .faqs .card-body {
	padding: 20px 25px;
	font-size: 16px;
  font-weight: 600;
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, .1);
	border-top: none;
  }
/*-----------------------------------------
    ##service-area 
------------------------------------------*/
  .service-area .section-title .subtitle.style-2 {
    background-size: 95% 100%;
  }
  .service-area.style-2 .single-service-wrap {
    margin-top: 0;
    -webkit-transform: none;
            transform: none;
    margin-bottom: 40px;
  }
  .service-area.style-2 .single-service-wrap .details {
    padding: 40px 29px 30px;
  }
  
  .single-service-wrap {
    -webkit-transform: translate(0px, 50%);
            transform: translate(0px, 50%);
    margin-top: -210px;
    z-index: 1;
    position: relative;
  }
  .single-service-wrap:hover .thumb:before, .single-service-wrap:hover .thumb:after {
    border-color: transparent transparent transparent #8cbc43;
  }
  .single-service-wrap:hover .details {
    background: #8cbc43;
  }
  .single-service-wrap:hover .details p,
  .single-service-wrap:hover .details h5 {
    color: #fff;
  }
  .single-service-wrap:hover .details p {
    border-bottom-color: #fff;
  }
  .single-service-wrap:hover .details .btn-wrap .read-more-text {
    color: #fff;
  }
  .single-service-wrap:hover .details .btn-wrap .read-more-text span {
    background: #fff;
    color: #8cbc43;
  }
  .single-service-wrap .thumb {
    margin: 0 30px;
    position: relative;
    z-index: 0;
  }
  .single-service-wrap .thumb:after {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 40px 0 0 39px;
    border-color: transparent transparent transparent #fff;
    bottom: 68px;
    left: -30px;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .single-service-wrap .thumb:before {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 40px 0 0 39px;
    border-color: transparent transparent transparent #fff;
    bottom: 68px;
    right: -30px;
    -webkit-transform: translate(0px, -175%);
    transform: rotate(270deg);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    z-index: -1;
  }
  .single-service-wrap .thumb img {
    width: 100%;
  }
  .single-service-wrap .thumb .icon {
    height: 70px;
    width: 70px;
    background: #8cbc43;
    border-radius: 50%;
    text-align: center;
    line-height: 68px;
    position: relative;
    right: 20px;
    margin-left: auto;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    margin-bottom: -70px;
  }
  .single-service-wrap .thumb .icon img {
    width: auto;
  }
  .single-service-wrap .details {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 6px 30px rgba(0, 35, 90, 0.08);
            box-shadow: 0px 6px 30px rgba(0, 35, 90, 0.08);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    padding: 32px 29px 30px;
  }
  .single-service-wrap .details h5 {
    margin-bottom: 8px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    line-height: 31px;
  }
  .single-service-wrap .details p {
    line-height: 26px;
    border-bottom: 1px solid rgba(8, 12, 36, 0.15);
    padding-bottom: 17px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-bottom: 20px;
  }
  .single-service-wrap .details .btn-wrap .read-more-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    color: var(--heading-color);
  }
  .single-service-wrap .details .btn-wrap .read-more-text:after {
    display: none;
  }
  .single-service-wrap .details .btn-wrap .read-more-text span {
    display: inline-block;
    height: 26px;
    width: 26px;
    line-height: 26px;
    border-radius: 50%;
    margin-left: auto;
    text-align: center;
    background: #8cbc43;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    color: #fff;
  }
  
  .service-details-wrap .thumb .icon {
    height: 70px;
    width: 70px;
    background: #030724;
    border-radius: 50%;
    text-align: center;
    line-height: 68px;
    position: relative;
    right: 50px;
    margin-left: auto;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    margin-bottom: -70px;
  }
  .service-details-wrap .thumb .icon img {
    width: 80%;
  }
  .service-details-wrap h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    margin-top: 28px;
    margin-bottom: 9px;
  }
  .service-details-wrap p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 18px;
  }
  .service-details-wrap p.last-para {
    margin-bottom: -8px;
  }
  .service-details-wrap .subtitle {
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 16px;
    margin-bottom: 21px;
    line-height: 39px;
  }
  .service-details-wrap .list-inner-wrap li {
    position: relative;
    padding-left: 29px;
    line-height: 26px;
  }
  .service-details-wrap .list-inner-wrap li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    background: #fff;
    border: 4px solid #8cbc43;
    height: 14px;
    width: 14px;
  }
  .service-details-wrap .video-thumb-wrap .video-play-btn {
    -webkit-animation: none;
            animation: none;
  }
  .service-details-wrap .video-thumb-wrap .video-play-btn:after {
    height: 100px;
    width: 100px;
    background: #8cbc43;
    opacity: 0.3;
    border: 0;
    left: -20px;
    top: -20px;
  }
  
  .sidebar-area .widget {
    margin-bottom: 40px;
    border-radius: 0px;
    background: rgba(8, 12, 36, 0.1);
    padding: 40px;
  }
  .sidebar-area .widget .widget-title {
    margin-bottom: 48px;
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    position: relative;
    display: inline-block;
  }
  .sidebar-area .widget .widget-title:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 3px;
    bottom: -16px;
    left: 0;
    background: #8cbc43;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .sidebar-area .widget .widget-title span {
    position: absolute;
    height: 3px;
    width: 3px;
    background: #080C24;
    bottom: -14.5px;
    left: 65px;
  }
  .sidebar-area .widget .widget-title span:after {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    bottom: 0px;
    left: 8px;
    background: #080C24;
  }
  .sidebar-area .widget .widget-title.style-white {
    color: #fff;
  }
  .sidebar-area .widget .widget-title.style-white:after {
    background: #fff;
  }
  .sidebar-area .widget .widget-title.style-white span {
    background: #fff;
  }
  .sidebar-area .widget .widget-title.style-white span:after {
    background: #fff;
  }
  
  /**********widget-search**********/
  .widget_search .search-form {
    position: relative;
    background: #fff;
    border-radius: 0px;
    height: 55px;
    line-height: 55px;
    overflow: hidden;
  }
  
  .widget_search .search-form .form-group {
    margin-bottom: 0;
  }
  
  .widget_search .search-form input {
    width: 100%;
    border: 0;
    height: 55px;
    background: #fff;
    padding: 0 48px 0 20px;
  }
  
  .widget_search .search-form input:focus {
    border: 0;
    outline: 0;
  }
  
  .widget_search .search-form button {
    position: absolute;
    right: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 0 20px;
    top: 0;
    color: #8cbc43;
    height: 55px;
  }
  
  .widget_search .search-form button:active, .widget_search .search-form button:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: 0;
  }
  .widget_support,
.widget_download,
.widget_catagory {
  padding: 34px 40px 40px !important;
}
.widget_support ul,
.widget_download ul,
.widget_catagory ul {
  padding-left: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-top: 0px;
}

.widget_download ul li,
.widget_catagory ul li {
  list-style: none;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  margin-bottom: 10px;
  margin-top: 0px;
}
.widget_download ul li:last-child,
.widget_catagory ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.widget_catagory ul li a {
  position: relative;
  color: #565969;
  padding: 18px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  border-radius: 0px;
  background: rgba(8, 12, 36, 0.1);
}
.widget_catagory ul li a span {
  display: inline-block;
  margin-left: auto;
}

.widget_download ul li a:hover,
.widget_catagory ul li a:hover {
  background: #8cbc43;
  color: #fff;
}

.widget_catagory ul li a i {
  padding-right: 5px;
}

.widget_catagory ul li:last-child {
  margin-bottom: 0;
}

/******widget-download*******/
.widget_download ul li a {
  position: relative;
  color:#565969;
  padding: 20.5px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  border-radius: 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(8, 12, 36, 0.1);
}
.widget_download ul li a i, .widget_download ul li a svg {
  margin-right: 6px;
  color: var(--main-color);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.widget_download ul li a:hover i, .widget_download ul li a:hover svg {
  color: #fff;
}
/******widget-support*******/
.widget_support {
  padding-bottom: 34px !important;
}
.widget_support .widget-title:after {
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}
.widget_support .widget-title span {
  left: 151px !important;
}
.widget_support p {
  color: #fff;
  margin-bottom: 28px;
}
.widget_support p.contact {
  font-weight: 600;
  margin-bottom: 7px;
  line-height: 26px;
}
.widget_support p.contact i, .widget_support p.contact svg {
  margin-right: 10px;
}


 /*-----------------------------------------
    ##contact
------------------------------------------*/

.contact-page{
  background-image: url('../img/row-bgimage-12.png');
  background-repeat: no-repeat;
  background-position: right top;
  background-color: #fff;
}
@media only screen and (max-width: 767px){
  .contact-page .section-title h2{
    font-size: 28px;
    line-height: 38px;
}}
.contact-page .section-title h2 {
    font-family: "Rajdhani",sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 10px;
    color: #000;
}
.text-left {
    text-align: left!important;
}
.pr-140 {
  padding-right: 140px;
}
.pt-30 {
  padding-top: 30px;
}
.mb-20 {
  margin-bottom: 20px;
}
.fs-24 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #202426;
  font-family: 'Rajdhani', sans-serif;
}
.fs_16 {
  font-size: 16px;
  line-height: 26px;
}
strong {
  font-weight: 600;
}

@media only screen and (max-width: 991px)
{
  .res-991-mb-30 {
    margin-bottom: 30px!important;
}
}
.contactform-style{
box-shadow: 0 2px 14px 0 rgb(0 0 0 / 7%);
background-color: #fff;
padding: 50px 50px 55px;
position: sticky;
}

.contactform  input[type="email"], .contactform input[type="text"],
 textarea,.contactform select {
  padding: 12px 50px 12px;
  border-radius: 0;
  border: 1px solid rgba(119,119,119,.2);
  margin-bottom: 15px;
  
}


.contactform  .checkbox-item {
  padding: 15px 0 15px;
  text-align: center;
  font-size: 14px;
  margin: 0 15px;
  color: #202426;
  background-color: #f6f6f6;
    width: 100%!important;
}
.contactform-style  .title{
  text-align: center;
  font-size:28px;
  line-height:38px;
  background-color: #f6f6f6;
}

.contact-page .contactform textarea, .contact-page .contactform .form-control, .contact-page .contactform input[type="text"] ,select{
  font-family: inherit;
  -webkit-transition: border linear .2s,box-shadow linear .2s;
  -moz-transition: border linear .2s,box-shadow linear .2s;
  -o-transition: border linear .2s,box-shadow linear .2s;
  transition: border linear .2s,box-shadow linear .2s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  vertical-align: middle;
  width: 100%;
  color: #888;
  padding: 12px 20px;
  border-radius: 0px;
  font-weight: 400;
  background-color: #f6f6f6;
  text-transform: inherit;
  font-size: 15px;
  outline: none;
  line-height: inherit;
  letter-spacing: 0px;
  border: 2px solid rgba(119,119,119,.2);
  margin-bottom: 20px;
  padding-top: 10px;
}
.wrap-form label {
  display: block;
}

@media (max-width: 375px){
  .contact-page .contactform {
    padding: 29px 20px 20px;
}
}
.contact-page .contactform .btn-style-one{
margin-top: 20px;
}
.contact-page .contactform input[type="checkbox"] {
  position: relative;
  margin-right: 10px;
}
.contact-page .contactform input[type="checkbox"]{
  margin: 4px 10px 0 5px;
  margin-top: 1px \9;
  line-height: normal;
}
.contact-page .contactform input[type="checkbox"]:before {
  content: "";
  margin-top: -2px;
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  top: 0;
  left: 0;
  background-color: #fff;
  border: 2px solid #8cbc43;
  border-radius: 0;
}
.contact-page .contactform input[type="checkbox"]:checked:after {
  content: "";
  border: solid #8cbc43;
  border-width: 0 3px 3px 0;
   -webkit-transform: rotate(45deg); 
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  position: absolute;
  left: 6px;
  width: 6px;
  height: 10px;
  background-color: transparent!important;
}
.contact-page .contactform input[type="checkbox"]:checked:after{color: #8cbc43;}  
.modal-content{
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0,0,0,0.6)), url(../img/bg_1.jpg) ;
  background-repeat: no-repeat; 	
  background-size: cover;
 background-position:center;
 padding: 4px;
 width: 100%;
}
.google-map__one {
  position: relative;
  display: block;
  border: none;
  height: 450px;
  width: 100%;
  mix-blend-mode: luminosity;
}
.modal-content .close {
color: #8cbc43;
text-shadow: none;
opacity: 0.5;
font-size: 26px;
font-weight: normal;
}
.modal-content .close:hover {
opacity: 0.8;
}


.request-quote-inner {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 50px rgba(8, 12, 36, 0.1);
          box-shadow: 0px 10px 50px rgba(8, 12, 36, 0.1);
  position: relative;
  top: -168px;
  margin-bottom: -168px;
}
.request-quote-inner .nav-pills {
  background: #161922;
}
.request-quote-inner .nav-pills .nav-item {
  width: 50%;
}
.request-quote-inner .nav-pills .nav-item .nav-link {
  width: 100%;
  height: 80px;
  padding: 0;
  border-radius: 0;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  background: #161922;
}
.request-quote-inner .nav-pills .nav-item .nav-link.active {
  background: #8cbc43;
}
.request-quote-inner .nav-pills .nav-item .nav-link img {
  margin-right: 15px;
}
.request-quote-inner .tab-content .tab-pane {
  padding: 46px 50px 50px;
}
.request-quote-inner .tab-content .tab-pane .subtitle {
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 14px;
}
.request-quote-inner .tab-content .tab-pane .single-check-list {
  margin: 0 0 40px 0;
  padding: 0;
  list-style: none;
}
.request-quote-inner .tab-content .tab-pane .single-check-list li {
  display: inline-block;
}
.request-quote-inner .tab-content .tab-pane .single-check-list li + li {
  margin-left: 30px;
}
.request-quote-inner .tab-content .tab-pane .btn {
  height: 55px;
  line-height: 55px;
  font-size: 14px;
}

.quote-wrap {
  padding: 31px 40px 40px;
  margin-left: 26px;
}
.quote-wrap h4 {
  color: #fff;
  line-height: 40px;
  margin-bottom: 17px;
}
.quote-wrap p {
  color: #fff;
  line-height: 26px;
  margin-bottom: 48px;
}
.quote-wrap .btn {
  height: 55px;
  line-height: 55px;
  color: #8cbc43;
  font-size: 14px;
}
.quote-wrap .btn:hover {
  background: #080C24;
  color: #fff;
}
.quote-wrap .btn:hover:after {
  background: #080C24;
}
.single-input-inner {
  margin-bottom: 24px;
  position: relative;
}

.single-input-inner.style-border input {
  border: 1px solid #D6D6D6 !important;
  background: transparent;
  height: 55px;
  padding: 0 20px;
}
.single-input-inner input {
  width: 100%;
  height: 60px;
  border: 0;
  border-radius: 0px;
  padding: 0 40px;
  font-size: 14px;
  background: rgba(8, 12, 36, 0.06);
  color:  #565969;
}

.single-select-inner {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.single-select-inner label {
  font-weight: 400;
  font-size: 14px;
  color:  #565969;
  margin-bottom: 0px;
  position: absolute;
  top: 0;
  left: 20px;
  height: 60px;
  line-height: 60px;
}
.single-select-inner .single-select {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: 0 !important;
  border-radius: 0px;
  font-size: 14px;
  color:  #565969;
  background: rgba(8, 12, 36, 0.06);
  padding: 0 30px 0 40px;
}
.single-select-inner .single-select::-webkit-input-placeholder {
  color:  #565969;
}
.single-select-inner .single-select::-moz-placeholder {
  color:  #565969;
}
.single-select-inner .single-select:-ms-input-placeholder {
  color:  #565969;
}
.single-select-inner .single-select::-ms-input-placeholder {
  color:  #565969;
}
.single-select-inner .single-select::placeholder {
  color:  #565969;
}
.single-select-inner .single-select:after {
  right: 20px;
  height: 7px;
  width: 7px;
  border-color:  #565969;
}
.single-select-inner .single-select .list {
  width: 100%;
}
.single-select-inner.style-border .single-select {
  border: 1px solid #D6D6D6 !important;
  background: transparent;
  height: 55px;
  line-height: 55px;
  padding: 0 20px;
}
.single-select-inner.style-bg .single-select {
  background: #F7FAFC;
}
.single-select-inner.style-bg .single-select::-webkit-input-placeholder {
  color: #3F517E;
}
.single-select-inner.style-bg .single-select::-moz-placeholder {
  color: #3F517E;
}
.single-select-inner.style-bg .single-select:-ms-input-placeholder {
  color: #3F517E;
}
.single-select-inner.style-bg .single-select::-ms-input-placeholder {
  color: #3F517E;
}
.single-select-inner.style-bg .single-select::placeholder {
  color: #3F517E;
}
.single-check-wrap {
  font-size: 14px;
  margin: 0;
  line-height: 26px;
}
.single-check-wrap .form-check-input {
  border-radius: 0;
  border: 1px solid #D6D6D6;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  height: 20px;
  width: 20px;
}
.single-check-wrap .form-check-input:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  height: 8px;
  width: 8px;
  background: #8cbc43;
  opacity: 0;
  z-index: 1;
}
.single-check-wrap .form-check-input:checked[type=checkbox] {
  background: transparent;
}
.single-check-wrap .form-check-input:checked[type=checkbox]::after {
  opacity: 1;
}
.single-check-wrap label {
  margin-left: 10px;
}


.form-check{
display:block;
min-height:1.5rem;
padding-left:1.5em;
margin-bottom:.125rem
}
.form-check .form-check-input{
float:left;
margin-left:-1.5em
}
.form-check-input{
width:1em;
height:1em;
margin-top:.25em;
vertical-align:top;
background-color:#fff;
background-repeat:no-repeat;
background-position:center;
background-size:contain;
border:1px solid rgba(0,0,0,.25);
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
-webkit-print-color-adjust:exact;
color-adjust:exact
}
.form-check-input[type=checkbox]{border-radius:.25em}
.form-check-input[type=radio]{border-radius:50%}
.form-check-input:active{filter:brightness(90%)}
.form-check-input:focus{
border-color:#8cbc43;
outline:0;
box-shadow:0 0 0 .25rem rgba(13,110,253,.25)
}
.form-check-input:checked{
background-color:#8cbc43;
border-color:#8cbc43}

/*------------------------------------------------
    ## Back Top
------------------------------------------------*/
.back-to-top {
  position: fixed;
  left: 35px;
  bottom: 60px;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #8cbc43;
  background-position: center;
  background-size: cover;
  text-align: center;
  line-height: 40px;
  z-index: 99;
  font-size: 25px;
  cursor: pointer;
  display: none;
  -webkit-animation: backto-top-bounce 4s infinite ease-in-out;
          animation: backto-top-bounce 4s infinite ease-in-out;
}


@-webkit-keyframes backto-top-bounce {
  0% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-5px);
  }
}
@keyframes backto-top-bounce {
  0% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-5px);
  }
}