/*
@File: Irise Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the template.

This files table contents are outlined below>>>>>

******************************************* 
** - Default-style
** - Default-btn-style
** - Section-title-style
** - Top Header-style
** - Navbar-style
** - Banner-style
** - Partner-style
** - About-style
** - Counter-style
** - Services-style
** - Faq-style
** - Benefits-style
** - Choose-style
** - Project-style
** - Team-style
** - Skill-style
** - Testimonials-style
** - Video-style
** - Blog-style
** - Pricing-style
** - Footer-style
** - Newsletter-style
** - Contact-style
** - Error-style
** - Login-style
** - Register-style
** - Password-style
** - Privacy Policy-style
** - Terms & Condition-style
** - Coming Soon-style
*******************************************
*/
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*Default-style
======================================================*/
body {
  color: #666666;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
}

img {
  max-width: 100%;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pl-15 {
  padding-left: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mlr-5 {
  margin-right: 5px;
  margin-left: 5px;
}

.mlrt-5 {
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 5px;
}

h1, h2, h3, h4, h5, h6 {
  color: #2C2C2C;
  font-family: "Jost", sans-serif;
  font-weight: 600;
}

p {
  margin-bottom: 15px;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  color: #666666;
  line-height: 1.8;
}
p:last-child {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

.owl-nav {
  margin-top: 0 !important;
}

.owl-dots {
  margin-top: 0 !important;
}

.bg-f4fbf6 {
  background-color: #f4fbf6;
}

.bg-fafafa {
  background-color: #fafafa;
}

.form-control {
  height: 50px;
  border: 1px solid rgba(37, 171, 68, 0.25);
  padding-left: 15px;
}
.form-control:focus {
  border: 1px solid #28aa4a;
  box-shadow: none;
}

textarea {
  height: auto !important;
}

/*Default-btn
======================================================*/
.default-btn {
  background-color: transparent;
  color: #2C2C2C;
  font-size: 15px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  padding: 12px 25px 12px 25px;
  border-radius: 5px;
  position: relative;
  transition: all ease 0.5s;
  display: inline-block;
  border: 1px solid rgba(40, 170, 74, 0.004);
  z-index: 1;
}
.default-btn i {
  position: relative;
  top: 5px;
  padding-left: 5px;
  font-size: 20px;
}
.default-btn::before {
  position: absolute;
  content: "";
  /* background-color: #27763c; */
  height: 0%;
  width: 0%;
  border-radius: 5px;
  bottom: 0;
  right: 0;
  transition: all ease 0.5s;
  z-index: -1;
}
.default-btn::after {
  position: absolute;
  content: "";
  background-color: #b8920a;
  height: 0%;
  width: 0%;
  border-radius: 5px;
  top: 0;
  left: 0;
  transition: all ease 0.5s;
  z-index: -1;
}
.default-btn.active {
  background-color: #094d1b;
  color: #ffffff;
  border-color:  #094d1b;
}
.default-btn.active:hover {
  background-color: #2C2C2C;
  color: #ffffff;
  /* border-color: #28aa4a; */
}
.default-btn:hover {
  color: #ffffff;
  border-color: #28aa4a;
}
.default-btn:hover::before {
  width: 100%;
  height: 100%;
}
.default-btn:hover::after {
  width: 100%;
  height: 100%;
}
.default-btn:focus {
  box-shadow: none;
}
.default-btn.style-2 {
  color: #ffffff;
}

.section-title {
  max-width: 660px;
  margin: auto auto 40px auto;
  text-align: center;
}
.section-title span {
  color: #28aa4a;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.section-title h2 {
  font-size: 40px;
  margin-bottom: 15px;
}
.section-title.style2 {
  text-align: start;
  margin-left: 0;
  margin-right: auto;
}
.section-title.style2 h2 {
  margin-bottom: 0;
}

/*Pre Loader Style
======================================================*/
.preloader {
  background: #ffffff;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
.organiaLoader {
  width: 209px;
  height: 200px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.loaderO {
  position: absolute;
  top: 52%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  z-index: 1;
  line-height: 18px;
}
.loaderO span {
  font-size: 30px;
  line-height: 14px;
  font-weight: 700;
  color: #28aa4a;
  display: inline-block;
  transition: all 0.5s;
  animation: animate 2s infinite;
}
.loaderO span:nth-child(1) {
  animation-delay: 0.1s;
}
.loaderO span:nth-child(2) {
  animation-delay: 0.3s;
}
.loaderO span:nth-child(3) {
  animation-delay: 0.5s;
}
.loaderO span:nth-child(4) {
  animation-delay: 0.7s;
}
.loaderO span:nth-child(5) {
  animation-delay: 0.9s;
}
.loaderO span:nth-child(6) {
  animation-delay: 1s;
}
.loaderO span:nth-child(7) {
  animation-delay: 1.1s;
}

@keyframes animate {
  0% {
    color: #28aa4a;
    transform: translateY(0);
    margin-left: 0;
  }
  25% {
    color: #28aa4a;
    transform: translateY(-20px);
    margin-left: 5px;
    text-shadow: 0 35px 5px rgba(40, 170, 74, 0.2);
  }
  100% {
    color: #28aa4a;
    transform: translateY(0);
    margin-left: 0;
  }
}
/*Header Style
======================================================*/
.middle-header-area {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ffffff;
}
.middle-header-area .container-fluid {
  max-width: 1520px;
}

.middle-header-logo .logo-2 {
  display: none;
}

.middle-header-right-content {
  text-align: end;
}
.middle-header-right-content ul {
  padding-left: 0;
  margin-bottom: 0;
}
.middle-header-right-content ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}
.middle-header-right-content ul li:last-child {
  margin-right: 0;
}
.middle-header-right-content .social-content li a{
  color: #fff;
    height: 35px;
    background-color: #1a1818;
    width: 35px;
    border-radius: 100%;
    text-align: center;
    transition: all 
ease 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.middle-header-right-content .social-content li a:hover{
  background-color: #b8920a;
}

/*
Navbar Area Style
======================================================*/
.desktop-nav {
  padding-top: 0;
  padding-bottom: 0;
}
.desktop-nav .navbar {
  transition: all ease 0.5s;
  z-index: 2;
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}
.desktop-nav .navbar ul {
  margin-bottom: 0;
  list-style-type: none;
}
.desktop-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-right: 0;
  padding-left: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item a {
  font-size: 16px;
  color: #1b2336;
  line-height: 1;
  position: relative;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  padding-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
}
.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle {
  padding-right: 21px;
}
.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::after {
  display: none;
}
.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::before {
  content: "\+";
  position: absolute;
  top: 0;
  right: 0;
  font-family: remixicon !important;
  line-height: 1;
  font-size: 18px;
}
.desktop-nav .navbar .navbar-nav .nav-item a:hover, .desktop-nav .navbar .navbar-nav .nav-item a:focus, .desktop-nav .navbar .navbar-nav .nav-item a.active {
  color: #043c0d;
}
.desktop-nav .navbar .navbar-nav .nav-item a i {
  font-size: 15px;
  line-height: 0;
  position: relative;
  top: 4px;
}
.desktop-nav .navbar .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item:hover a, .desktop-nav .navbar .navbar-nav .nav-item:focus a, .desktop-nav .navbar .navbar-nav .nav-item.active a {
  color: #b8920a;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
  background: #ffffff;
  position: absolute;
  visibility: hidden;
  border-radius: 0;
  display: block;
  width: 250px;
  border: none;
  z-index: 99;
  opacity: 0;
  top: 80px;
  left: 0;
  padding: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  padding: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #1b2336;
  padding: 15px;
  border-bottom: 1px dashed #ededed;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  display: block;
  position: relative;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::after {
  display: none;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::before {
  content: "\+";
  position: absolute;
  top: 14px;
  right: 13px;
  font-family: remixicon !important;
  line-height: 1;
  font-size: 17px;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #28aa4a;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  right: auto;
  left: 250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #1b2336;
  border-bottom: 1px dashed #ededed;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  position: relative;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.dropdown-toggle::after {
  display: none;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.dropdown-toggle::before {
  content: "\ea12";
  position: absolute;
  top: 14px;
  right: 13px;
  font-family: remixicon !important;
  line-height: 1;
  font-size: 17px;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #28aa4a;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  right: 250px;
  left: auto;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #28aa4a;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  right: -250px;
  left: auto;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #28aa4a;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  right: -250px;
  left: auto;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #28aa4a;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  right: -250px;
  left: auto;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #28aa4a;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  right: -250px;
  left: auto;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #1b2336;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #1b2336;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #28aa4a;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -1px;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #28aa4a;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  top: -1px;
  visibility: visible;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #28aa4a;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  top: -15px;
  visibility: visible;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #28aa4a;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #28aa4a;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
  border-bottom: none;
}
.desktop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  top: 100%;
  opacity: 1;
  margin-top: 16px;
  transform: translateY(1);
  visibility: visible;
}
.desktop-nav .navbar .others-options {
  padding-left: 40px;
}
.desktop-nav .navbar .others-options .option-item {
  display: inline-block;
  margin-left: 15px;
}
.desktop-nav .navbar .others-options.style2 .option-item {
  display: inline-block;
}
.desktop-nav .navbar .others-options.style2 .default-btn {
  top: -3px;
}
.desktop-nav .navbar .others-options.style2 .header-contact-box {
  text-align: start;
  position: relative;
  padding-left: 58px;
  transition: all ease 0.5s;
  margin-right: 30px;
  top: 10px;
}
.desktop-nav .navbar .others-options.style2 .header-contact-box p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: initial;
}
.desktop-nav .navbar .others-options.style2 .header-contact-box a {
  color: #2C2C2C;
  transition: all ease 0.5s;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.desktop-nav .navbar .others-options.style2 .header-contact-box span {
  font-size: 14px;
  color: #2C2C2C;
  font-weight: 500;
}
.desktop-nav .navbar .others-options.style2 .header-contact-box .icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 45px;
  width: 45px;
  color: #2C2C2C;
  line-height: 45px;
  background-color: #e5e5e5;
  font-size: 18px;
  color: #28aa4a;
  text-align: center;
  border-radius: 5px;
  z-index: 1;
  transition: all ease 0.5s;
}
.desktop-nav .navbar .others-options.style2 .header-contact-box .icon::before {
  position: absolute;
  content: "";
  height: 0%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background-color: #28aa4a;
  z-index: -1;
  transition: all ease 0.5s;
}
.desktop-nav .navbar .others-options.style2 .header-contact-box:hover a {
  color: #28aa4a;
}
.desktop-nav .navbar .others-options.style2 .header-contact-box:hover .icon {
  color: #ffffff;
}
.desktop-nav .navbar .others-options.style2 .header-contact-box:hover .icon::before {
  height: 100%;
}
.desktop-nav .navbar .others-options.style2 .header-contact-box.style2 .icon {
  background-color: #28aa4a;
  color: #ffffff;
}
.desktop-nav .navbar .others-options.style2 .header-contact-box.style2 .icon::before {
  background-color: #e5e5e5;
}
.desktop-nav .navbar .others-options.style2 .header-contact-box.style2:hover .icon {
  color: #28aa4a;
}
.desktop-nav .navbar .others-options.style2 .option-item .switch-box {
  position: relative;
  top: -1px;
}

/*
Banner Area Style
======================================================*/
.slider-item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 300px;
  padding-bottom: 220px;
  z-index: 1;
}
.slider-item.bg-1 {
  background-image: url(../../img/banner1.png);
}
.slider-item.bg-2 {
  background-image: url(../../img/banner2.png);
}


.slider-item .container-fluid {
  max-width: 1520px;
}
.slider-item::before {
  position: absolute;
  content: "";
  /* background: linear-gradient(90deg, #646055 28.13%, rgba(250, 250, 250, 0) 100%); */
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.hero-slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
  right: 100px;
  background-color: #ffffff;
  border: none;
  height: 55px;
  width: 55px;
  line-height: 62px;
  border-radius: 100%;
  transition: all ease 0.5s;
  font-size: 15px;
}
.hero-slider.owl-theme .owl-nav [class*=owl-] i {
  position: relative;
  top: -2px;
  left: -1px;
}
.hero-slider.owl-theme .owl-nav [class*=owl-].owl-next {
  right: 100px;
  top: 56%;
  left: auto;
}
.hero-slider.owl-theme .owl-nav [class*=owl-].owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}
.hero-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #28aa4a;
  color: #ffffff;
}

.banner-content {
  position: relative;
  max-width: 860px;
  overflow: hidden;
}
.banner-content h1 {
  font-size: 70px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 30px;
}
.banner-content p {
  margin-bottom: 35px;
  color: #eeeeee;
  font-size: 15px;
}
.banner-content .banner-btn .default-btn.style-2 {
  border-color: rgba(255, 255, 255, 0.004);
}

.owl-item.active .banner-content h1 {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.9s;
}
.owl-item.active .banner-content p {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 1.2s;
}
.owl-item.active .banner-content .default-btn {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 1.4s;
}

.banner-style-two-area {
  background-image: url(../images/banner/banner-bg-4.jpg);
  background-size: cover;
  background-position: center center;
  padding-top: 140px;
  padding-bottom: 200px;
  overflow: hidden;
}
.banner-style-two-area .container-fluid {
  max-width: 1520px;
}

.banner-content-two {
  margin-right: -50px;
}
.banner-content-two span {
  color: #28aa4a;
  font-weight: 500;
  margin-bottom: 10px;
  display: inline-block;
  font-family: "Jost", sans-serif;
}
.banner-content-two h1 {
  font-size: 70px;
  font-weight: 800;
  margin-bottom: 30px;
  color: #263238;
}
.banner-content-two p {
  margin-bottom: 35px;
  font-size: 15px;
}

.banner-image-area {
  position: relative;
}
.banner-image-area .banner-shape {
  animation: movebounce 12s linear infinite;
  position: relative;
  right: -40px;
}
.banner-image-area .banner-image {
  position: absolute;
  top: -100px;
  right: 120px;
  z-index: 22;
  animation: movebounce2 13s linear infinite;
}

.parner-overly {
  padding: 50px 40px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  position: relative;
  top: -80px;
  background-color: #ffffff;
  z-index: 1;
}

.banner-style-three-area {
  background-color: #f4fbf6;
  padding-top: 100px;
  position: relative;
  z-index: 1;
}
.banner-style-three-area .container-fluid {
  max-width: 1520px;
}
.banner-style-three-area::before {
  position: absolute;
  content: "";
  height: 100px;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: -1;
}
.banner-style-three-area .shape img {
  position: absolute;
}
.banner-style-three-area .shape img:nth-child(1) {
  left: 0;
  top: 90px;
  z-index: -1;
}
.banner-style-three-area .shape img:nth-child(2) {
  right: 0;
  top: 90px;
  z-index: -1;
}
.banner-style-three-area .shape img:nth-child(3) {
  left: 100px;
  top: 160px;
  z-index: -1;
  animation: movebounce 7s linear infinite;
}
.banner-style-three-area .shape img:nth-child(4) {
  right: 100px;
  top: 160px;
  z-index: -1;
  animation: movebounce 9s linear infinite;
}

.banner-style-three-content {
  max-width: 920px;
  margin: auto auto 40px auto;
  text-align: center;
}
.banner-style-three-content h1 {
  font-size: 50px;
  margin-bottom: 30px;
  font-weight: 800;
}
/*
About Home-Page Style
======================================================*/
.about-content .about-title {
  margin-bottom: 30px;
}
.about-content .about-title span {
  color: #28aa4a;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.about-content .about-title h2 {
  font-size: 40px;
  margin-bottom: 20px;
}
.about-content .about-features {
  margin-bottom: 35px;
}
.about-content .about-features ul {
  padding-left: 0;
  margin-bottom: 0;
}
.about-content .about-features ul li {
  list-style-type: none;
  position: relative;
  padding-left: 65px;
  margin-bottom: 25px;
}
.about-content .about-features ul li .icon {
  position: absolute;
  height: 45px;
  width: 45px;
  line-height: 45px;
  color: #2C2C2C;
  background-color: #e5e5e5;
  border-radius: 5px;
  left: 0;
  top: 5px;
  text-align: center;
  font-size: 22px;
  z-index: 1;
  transition: all ease 0.5s;
}
.about-content .about-features ul li .icon::before {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  transition: all ease 0.5s;
  left: 0;
  bottom: 0;
  background-color: #28aa4a;
  border-radius: 5px;
  z-index: -1;
}
.about-content .about-features ul li h3 {
  font-size: 20px;
  margin-bottom: 10px;
  transition: all ease 0.5s;
}
.about-content .about-features ul li:hover h3 {
  color: #28aa4a;
}
.about-content .about-features ul li:hover .icon {
  color: #ffffff;
}
.about-content .about-features ul li:hover .icon::before {
  height: 100%;
  width: 100%;
}

.about-area.style-2 {
  margin-top: -80px;
}
.about-area.style-2 .about-content .about-features ul {
  margin-bottom: 35px;
  margin-top: 35px;
}
.about-area.style-2 .about-content .about-features ul li {
  padding-left: 55px;
  margin-bottom: 30px;
}
.about-area.style-2 .about-content .about-features ul li .icon {
  height: 35px;
  width: 35px;
  line-height: 35px;
  top: 50%;
  transform: translateY(-50%);
}
.about-area.style-2 .about-content .experience {
  position: relative;
  padding-left: 95px;
  padding-bottom: 15px;
  padding-top: 15px;
}
.about-area.style-2 .about-content .experience .icon {
  position: absolute;
  height: 75px;
  width: 75px;
  line-height: 75px;
  color: #ffffff;
  background-color: #28aa4a;
  border-radius: 5px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 30px;
  transition: all ease 0.5s;
}
.about-area.style-2 .about-content .experience h3 {
  margin-bottom: 0;
}
.about-area.style-2 .about-content .experience p {
  color: #2C2C2C;
  font-weight: 500;
}

/*
Products Style
======================================================*/
.single-services-card {
  background-color: #ffffff;
  padding: 30px;
  transition: all ease 0.5s;
  position: relative;
  border-radius: 5px;
  margin-bottom: 30px;
  box-shadow: 0px 10px 30px 5px rgba(44, 44, 44, 0.05);
}
.single-services-card .services-img {
  padding-bottom: 25px;
  margin-bottom: 22px;
  border-bottom: 1px solid #eeeeee;
}
.single-services-card h3 {
  font-size: 20px;
  margin-bottom: 12px;
}
.single-services-card p {
  margin-bottom: 25px;
}
.single-services-card .number {
  position: absolute;
  height: 80px;
  width: 80px;
  line-height: 80px;
  right: 0;
  top: 0;
  background-color: #f4f4f4;
  text-align: center;
  font-size: 20px;
  color: #2C2C2C;
  font-weight: 600;
  border-radius: 0 5px 0 50px;
  transition: all ease 0.5s;
  z-index: 1;
}
.single-services-card .number::before {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  right: 0;
  top: 0;
  border-radius: 0 5px 0 50px;
  background-color: #28aa4a;
  transition: all ease 0.5s;
  z-index: -1;
}
.single-services-card:hover {
  box-shadow: 0px 10px 30px 5px rgba(44, 44, 44, 0.09);
  transform: translateY(-10px);
}
.single-services-card:hover .number {
  color: #ffffff;
}
.single-services-card:hover .number::before {
  height: 100%;
  width: 100%;
}

.single-services-box {
  background-color: #ffffff;
}
.single-services-box .services-content {
  padding: 25px 30px 30px 30px;
}
.single-services-box .services-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.single-services-box .services-content h3 a {
  color: #2C2C2C;
}
.single-services-box .services-content p {
  margin-bottom: 25px;
}

.services-slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -90px;
  background-color: #e5e5e5;
  border: none;
  height: 55px;
  width: 55px;
  line-height: 62px;
  border-radius: 100%;
  transition: all ease 0.5s;
  font-size: 15px;
}
.services-slider.owl-theme .owl-nav [class*=owl-] i {
  position: relative;
  top: -2px;
  left: -1px;
}
.services-slider.owl-theme .owl-nav [class*=owl-].owl-next {
  right: -90px;
  left: auto;
}
.services-slider.owl-theme .owl-nav [class*=owl-].owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}
.services-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #28aa4a;
  color: #ffffff;
}

.services-details-content .top-img {
  margin-bottom: 25px;
}
.services-details-content .analysis-content {
  margin-bottom: 25px;
}
.services-details-content .analysis-content h3 {
  font-size: 30px;
  margin-bottom: 15px;
}
.services-details-content .service-description {
  margin-bottom: 25px;
}
.services-details-content .service-description h3 {
  font-size: 25px;
  margin-bottom: 15px;
}
.services-details-content .service-description p {
  margin-bottom: 20px;
}
.services-details-content .planing-content h3 {
  font-size: 25px;
  margin-bottom: 15px;
}
.services-details-content .planing-content p {
  margin-bottom: 25px;
}
.services-details-content .planing-content .planing-list {
  margin-bottom: 25px;
}
.services-details-content .planing-content .planing-list ul {
  padding-left: 0;
  margin-bottom: 0;
}
.services-details-content .planing-content .planing-list ul li {
  margin-bottom: 15px;
  position: relative;
  list-style-type: none;
  padding-left: 20px;
}
.services-details-content .planing-content .planing-list ul li:last-child {
  margin-bottom: 0;
}
.services-details-content .planing-content .planing-list ul li i {
  position: absolute;
  left: 0;
  top: 0;
  color: #28aa4a;
}
.services-details-content .planing-content .planing-img {
  margin-bottom: 30px;
}

.services-category {
  padding: 30px;
  background-color: #fafafa;
  margin-bottom: 30px;
}
.services-category h3 {
  font-size: 20px;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 2px solid #28aa4a;
}
.services-category ul {
  padding-left: 0;
  margin-bottom: 0;
}
.services-category ul li {
  list-style-type: none;
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
}
.services-category ul li i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  transition: all ease 0.5s;
}
.services-category ul li a {
  color: #2C2C2C;
  font-weight: 500;
  transition: all ease 0.5s;
}
.services-category ul li:last-child {
  margin-bottom: 0;
}
.services-category ul li:hover a {
  color: #28aa4a;
}
.services-category ul li:hover i {
  color: #28aa4a;
}

/*
Who We Are Style
======================================================*/
.who-we-are-content .who-we-are-title {
  margin-bottom: 30px;
}
.who-we-are-content .who-we-are-title span {
  color: #28aa4a;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.who-we-are-content .who-we-are-title h2 {
  font-size: 40px;
  margin-bottom: 15px;
}
.who-we-are-content .who-we-are-features ul {
  padding-left: 0;
  margin-bottom: 0;
}
.who-we-are-content .who-we-are-features ul li {
  list-style-type: none;
  position: relative;
  padding-left: 65px;
  margin-bottom: 25px;
}
.who-we-are-content .who-we-are-features ul li .icon {
  position: absolute;
  height: 45px;
  width: 45px;
  line-height: 45px;
  color: #2C2C2C;
  background-color: #e5e5e5;
  border-radius: 5px;
  left: 0;
  top: 5px;
  text-align: center;
  font-size: 22px;
  z-index: 1;
  transition: all ease 0.5s;
}
.who-we-are-content .who-we-are-features ul li .icon::before {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  transition: all ease 0.5s;
  left: 0;
  bottom: 0;
  background-color: #28aa4a;
  border-radius: 5px;
  z-index: -1;
}
.who-we-are-content .who-we-are-features ul li h3 {
  font-size: 20px;
  margin-bottom: 10px;
  transition: all ease 0.5s;
}
.who-we-are-content .who-we-are-features ul li:hover h3 {
  color: #28aa4a;
}
.who-we-are-content .who-we-are-features ul li:hover .icon {
  color: #ffffff;
}
.who-we-are-content .who-we-are-features ul li:hover .icon::before {
  height: 100%;
  width: 100%;
}

.who-we-are-img {
  position: relative;
  z-index: 1;
}
.who-we-are-img .choose-img{
   display: block;
    width: 100%;
    height: auto;
    margin-top: 300px;
}
.who-we-are-img .shape-1 {
  position: absolute;
  left: 100px;
  bottom: 350px;
  z-index: -1;
  animation: movebounce2 5s linear infinite;
}

/*
Project Style
======================================================*/
.project-area {
  position: relative;
  z-index: 1;
}
.project-area .project-shape-one {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.project-area .project-shape-two {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.single-project-card {
  position: relative;
  transition: all ease 0.5s;
}
.single-project-card .project-content {
  padding: 30px;
  background-color: #ffffff;
  border-radius: 5px;
  position: absolute;
  left: 30px;
  bottom: 30px;
  transform: scaleX(0);
  transition: all ease 0.5s;
}
.single-project-card .project-content span {
  color: #28aa4a;
  margin-bottom: 10px;
  display: inline-block;
}
.single-project-card .project-content h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.single-project-card:hover .project-content {
  transform: scaleX(1);
}
.single-project-card.style2 {
  margin-bottom: 30px;
}
.single-project-card.style2 .project-content {
  max-width: 310px;
  padding: 15px 20px;
}
.single-project-card.style2 .project-content span {
  color: #2C2C2C;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 20px;
  font-family: "Jost", sans-serif;
}

.project-slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  bottom: 30px;
  right: -85px;
  background-color: #e5e5e5;
  border: none;
  height: 55px;
  width: 55px;
  line-height: 62px;
  border-radius: 100%;
  transition: all ease 0.5s;
  font-size: 16px;
}
.project-slider.owl-theme .owl-nav [class*=owl-] i {
  position: relative;
  top: -2px;
  left: -1px;
}
.project-slider.owl-theme .owl-nav [class*=owl-].owl-next {
  right: -155px;
  left: auto;
}
.project-slider.owl-theme .owl-nav [class*=owl-].owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}
.project-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #28aa4a;
  color: #ffffff;
}

.works-content {
  padding-top: 30px;
}
.works-content .works-title span {
  color: #28aa4a;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.works-content .works-title h2 {
  font-size: 40px;
  margin-bottom: 20px;
}

.single-project-box {
  position: relative;
  padding-bottom: 30px;
  padding-right: 30px;
  z-index: 1;
  margin-bottom: 40px;
}
.single-project-box .project-content {
  position: absolute;
  max-width: 310px;
  padding: 20px;
  background-color: #ffffff;
  font-family: "Jost", sans-serif;
  border-radius: 5px;
  left: 20px;
  bottom: 50px;
  font-size: 20px;
  font-weight: 600;
  color: #2C2C2C;
  transform: scaleY(0);
  transition: all ease 0.5s;
}
.single-project-box::before {
  position: absolute;
  content: "";
  border: 1px dashed #28aa4a;
  height: 94%;
  width: 95%;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.single-project-box.style-2 {
  padding-left: 30px;
  padding-right: 0;
}
.single-project-box.style-2 .project-content {
  left: 50px;
}
.single-project-box.style-2::before {
  left: 0;
  right: auto;
}
.single-project-box:hover .project-content {
  transform: scaleY(1);
}

.project-slider2.owl-theme .owl-nav [class*=owl-] {
  background-color: #e5e5e5;
  border: none;
  height: 45px;
  width: 45px;
  line-height: 52px;
  border-radius: 100%;
  transition: all ease 0.5s;
  font-size: 12px;
  margin: auto 10px;
}
.project-slider2.owl-theme .owl-nav [class*=owl-] i {
  position: relative;
  top: -2px;
  left: -1px;
}
.project-slider2.owl-theme .owl-nav [class*=owl-].owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}
.project-slider2.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #28aa4a;
  color: #ffffff;
}

/*
Team Style
======================================================*/
.single-team-card {
  margin-bottom: 30px;
}
.single-team-card .team-img {
  position: relative;
  overflow: hidden;
  transition: all ease 1s;
}
.single-team-card .team-img img {
  overflow: hidden;
  transition: all ease 1s;
}
.single-team-card .team-img .social-content {
  position: absolute;
  left: 20px;
  top: 20px;
}
.single-team-card .team-img .social-content ul {
  padding-left: 0;
  margin-bottom: 0;
}
.single-team-card .team-img .social-content ul li {
  margin-bottom: 8px;
  list-style-type: none;
  transform: translateY(30px);
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
}
.single-team-card .team-img .social-content ul li:nth-child(1) {
  transition-delay: 0.2s;
}
.single-team-card .team-img .social-content ul li:nth-child(2) {
  transition-delay: 0.3s;
}
.single-team-card .team-img .social-content ul li:nth-child(3) {
  transition-delay: 0.4s;
}
.single-team-card .team-img .social-content ul li:nth-child(4) {
  transition-delay: 0.5s;
}
.single-team-card .team-img .social-content ul li a {
  color: #2C2C2C;
  height: 35px;
  background-color: #ffffff;
  width: 35px;
  line-height: 33px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  transition: all ease 0.5s;
}
.single-team-card .team-img .social-content ul li a:hover {
  background-color: #28aa4a;
  color: #ffffff;
  border-color: #28aa4a;
}
.single-team-card .team-content {
  text-align: center;
  padding: 30px 30px 0 30px;
}
.single-team-card .team-content h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.single-team-card .team-content span {
  color: #28aa4a;
}
.single-team-card:hover .team-img img {
  transform: scale(1.05);
}
.single-team-card:hover .team-img .social-content ul li {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.single-team-card.style2 .team-img .social-content ul li a {
  background-color: #e5e5e5;
}
.single-team-card.style2 .team-img .social-content ul li a:hover {
  background-color: #28aa4a;
}

/*
Skill Style
======================================================*/
.skill-area {
  position: relative;
  z-index: 1;
}
.skill-area::before {
  position: absolute;
  content: "";
  height: 40px;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: -1;
}
.skill-area.style2::before {
  display: none;
}

.skill-content .skill-title {
  margin-bottom: 20px;
}
.skill-content .skill-title span {
  color: #28aa4a;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.skill-content .skill-title h2 {
  font-size: 40px;
  margin-bottom: 18px;
}

.skill-bar {
  margin-bottom: 15px;
}
.skill-bar .progress-title-holder {
  position: relative;
  margin-bottom: 5px;
}
.skill-bar .progress-title {
  font-size: 15px;
  font-weight: 600;
  color: #2C2C2C;
  font-family: "Jost", sans-serif;
  margin-bottom: 0 !important;
}
.skill-bar .progress-number-wrapper {
  width: 100%;
  z-index: 10;
  font-size: 11px;
  line-height: 24px;
  height: 24px;
  letter-spacing: 0px;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  color: #ffffff;
  margin-bottom: 0;
  margin-bottom: 0 !important;
}
.skill-bar .progress-number-mark {
  margin-bottom: 4px;
  border-radius: 3px;
  padding: 0 8px;
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  margin-bottom: 0 !important;
}
.skill-bar .progress-content-outter {
  height: 10px;
  background-color: #e5e5e5;
  border-radius: 0;
}
.skill-bar .progress-content {
  height: 5px;
  background-color: #28aa4a;
  border-radius: 0;
  width: 0%;
  position: relative;
  bottom: -5px;
}
.skill-bar .percent {
  margin-bottom: 0 !important;
  color: #2C2C2C !important;
  font-size: 15px;
  font-weight: 600;
}

/*
Testimonials Style
======================================================*/
.single-testimonials-card {
  padding: 20px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin: 5px;
}
.single-testimonials-card .testimonials-content {
  position: relative;
}
.single-testimonials-card .testimonials-content p {
  margin-bottom: 20px;
}
.single-testimonials-card .testimonials-content .ratings-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-bottom: 15px;
}
.single-testimonials-card .testimonials-content .ratings-list li {
  display: inline-block;
  margin-right: 3px;
}
.single-testimonials-card .testimonials-content .ratings-list li:last-child {
  margin-right: 0;
}
.single-testimonials-card .testimonials-content .ratings-list li i {
  color: #ff8a00;
}
.single-testimonials-card .testimonials-content h3 {
  font-size: 20px;
  margin-bottom: 5px;
}
.single-testimonials-card .testimonials-content span {
  color: #28aa4a;
}
.single-testimonials-card .testimonials-content .icon {
  position: absolute;
  font-size: 60px;
  right: 10px;
  bottom: -10px;
  color: #28aa4a;
  opacity: 0.1;
}

.testimonials-slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -90px;
  background-color: #e5e5e5;
  border: none;
  height: 55px;
  width: 55px;
  line-height: 62px;
  border-radius: 100%;
  transition: all ease 0.5s;
  font-size: 15px;
}
.testimonials-slider.owl-theme .owl-nav [class*=owl-] i {
  position: relative;
  top: -2px;
  left: -1px;
}
.testimonials-slider.owl-theme .owl-nav [class*=owl-].owl-next {
  right: -90px;
  left: auto;
}
.testimonials-slider.owl-theme .owl-nav [class*=owl-].owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}
.testimonials-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #28aa4a;
  color: #ffffff;
}


/*
Video Style
======================================================*/
.video-img {
  position: relative;
  overflow: hidden;
}
.video-img .video-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
}
.video-img .video-content h3 {
  font-size: 50px;
  color: #ffffff;
  margin-bottom: 30px;
}
.video-img .video-content .play-btn a {
  height: 80px;
  width: 80px;
  line-height: 80px;
  background-color: #ffffff;
  display: inline-block;
  color: #28aa4a;
  border-radius: 100%;
  position: relative;
  transition: all ease 0.5s;
}
.video-img .video-content .play-btn a::before {
  position: absolute;
  content: "";
  height: 84px;
  width: 84px;
  border-radius: 100%;
  border: 1px solid #ffffff;
  left: -2px;
  top: -2px;
  animation: ripple 7s linear infinite;
}
.video-img .video-content .play-btn:hover a::before {
  border-color: #28aa4a;
}
.video-img::before {
  position: absolute;
  content: "";
  background: rgba(17, 17, 17, 0.5);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

/*
Footer Style
======================================================*/
.start-footer-area {
  background-color: #263238;
}

.footer-logo-area {
  margin-bottom: 30px;
}
.footer-logo-area img {
  margin-bottom: 30px;
}
.footer-logo-area p {
  color: #ddd;
  margin-bottom: 25px;
}
.footer-logo-area .social-content ul {
  padding-left: 0;
  margin-bottom: 0;
}
.footer-logo-area .social-content ul li {
  margin-right: 8px;
  display: inline-block;
}
.footer-logo-area .social-content ul li:last-child {
  margin-right: 0;
}
.footer-logo-area .social-content ul li span {
   color: #ddd;
  font-weight: 500;
  padding-right: 10px;
  position: relative;
  top: -2px;
}
.footer-logo-area .social-content ul li a {
  color: #050505;
  height: 30px;
  background-color: #ddd;
  width: 30px;
  line-height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  transition: all ease 0.5s;
}
.footer-logo-area .social-content ul li a:hover {
  background-color: #b8920a;;
  color: #ffffff;
  border-color: #b8920a;;
}

.single-footer-widget {
  margin-bottom: 30px;
}
.single-footer-widget h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 30px;
}

.footer-address-area {
  padding-left: 50px;
}
.footer-address-area ul {
  padding-left: 0;
  margin-bottom: 0;
}
.footer-address-area ul li {
  list-style-type: none;
  position: relative;
  padding-left: 58px;
  transition: all ease 0.5s;
  margin-bottom: 15px;
}
.footer-address-area ul li:last-child {
  margin-bottom: 0;
}
.footer-address-area ul li p {
  margin-bottom: 3px;
  color: #ddd;
  font-weight: 500;
}
.footer-address-area ul li a {
  color: #fff;
  transition: all ease 0.5s;
  font-weight: 500;
}
.footer-address-area ul li a:hover {
  color: #b8920a;
}
.footer-address-area ul li span {
  color: #fff;
  font-weight: 500;
}
.footer-address-area ul li .icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 45px;
  width: 45px;
  color: #2C2C2C;
  line-height: 45px;
  background-color: #e5e5e5;
  font-size: 18px;
   color: #2C2C2C;
  text-align: center;
  border-radius: 5px;
  z-index: 1;
  transition: all ease 0.5s;
}
.footer-address-area ul li .icon::before {
  position: absolute;
  content: "";
  height: 0%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background-color: #b8920a;
  z-index: -1;
  transition: all ease 0.5s;
}
.footer-address-area ul li:hover .icon {
  color: #ffffff;
}
.footer-address-area ul li:hover .icon::before {
  height: 100%;
}

.footer-useful-links-area {
  padding-left: 50px;
}
.footer-useful-links-area .link-list ul {
  padding-left: 0;
  margin-bottom: 0;
}
.footer-useful-links-area .link-list ul li {
  list-style-type: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.footer-useful-links-area .link-list ul li:last-child {
  margin-bottom: 0;
}
.footer-useful-links-area .link-list ul li i {
  position: absolute;
  left: 0;
  font-size: 18px;
  top: 1px;
  color: #ddd;
  transition: all ease 0.5s;
}
.footer-useful-links-area .link-list ul li a {
  color: #ddd;
  transition: all ease 0.5s;
}
.footer-useful-links-area .link-list ul li:hover i {
  color:#b8920a;
}
.footer-useful-links-area .link-list ul li:hover a {
  color: #b8920a;
}

.footer-subscribe-area p {
  color: #ddd;
  margin-bottom: 20px;
}
.footer-subscribe-area .subscribe-form .form-control {
  background: rgba(25, 25, 25, 0.611);
  border: none;
  color: #ffffff;
  height: 55px;
}
.footer-subscribe-area .subscribe-form .form-control::-moz-placeholder {
  color: #ddd;
  font-size: 15px;
}
.footer-subscribe-area .subscribe-form .form-control::placeholder {
   color: #fff;
  font-size: 15px;
}
.footer-subscribe-area .subscribe-form .subscribe {
  width: 100%;
  margin-top: 20px;
  background-color:#b8920a;
  color: #ddd;
}

.footer-instagram-area {
  margin-bottom: 0;
}
.footer-instagram-area .instagram-img {
  position: relative;
  overflow: hidden;
  transition: all ease 0.5s;
  margin-bottom: 25px;
}
.footer-instagram-area .instagram-img img {
  overflow: hidden;
  transition: all ease 0.5s;
}
.footer-instagram-area .instagram-img .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
  transition: all ease 0.5s;
}
.footer-instagram-area .instagram-img .icon a {
  color: #ffffff;
  font-size: 18px;
  transition: all ease 0.5s;
  position: relative;
  top: 3px;
  opacity: 0;
}
.footer-instagram-area .instagram-img:hover img {
  filter: blur(2px);
  transform: scale(1.2);
}
.footer-instagram-area .instagram-img:hover .icon a {
  opacity: 1;
}


.copy-right-area {
  background-color: #263238;
  text-align: center;
}
.copy-right-area p {
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.copy-right-area p span {
  color: #fff;
}
.copy-right-area p a {
  color: #ddd;
}


/*
Go To Top Style
======================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  top: 87%;
  right: -10%;
  background-color: #28aa4a;
  z-index: 4;
  width: 45px;
  text-align: center;
  height: 55px;
  line-height: 45px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: 0.9s;
}
.go-top i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #ffffff;
  transition: 0.5s;
  font-size: 26px;
}
.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}
.go-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  z-index: -1;
  background-color: #28aa4a;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.go-top:hover {
  color: #ffffff;
  background: #2C2C2C;
}
.go-top:hover::before {
  opacity: 1;
  visibility: visible;
}
.go-top:hover i {
  color: #ffffff;
}
.go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}
.go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.go-top:focus {
  color: #ffffff;
}
.go-top:focus::before {
  opacity: 1;
  visibility: visible;
}
.go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}
.go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.go-top.active {
  transform: translateY(-95%);
  opacity: 1;
  visibility: visible;
  right: 3%;
  top: 93%;
}

.cursor-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: 2px solid #000000;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  transition: all 0.08s ease-out;
}

.mouseCursor {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}
.mouseCursor.cursor-big {
  width: 80px;
  height: 80px;
}
.mouseCursor.cursor-big.cursor-outer {
  display: none;
}

.mouseCursor.cursor-big.cursor-outer {
  display: none;
}

.cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: #2C2C2C;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.cursor-inner span {
  color: #fff;
  line-height: 80px;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}
.cursor-inner.cursor-big span {
  opacity: 1;
}

/*
About Page Style
================================================*/

/*
Banner of About Style
=====================================================*/
.banner.bg-3{
  background-image: url(../../img/banner4-about.jpg);
   padding-top: 150px;
  padding-bottom: 150px;
  z-index: 1;
   background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.banner .banner-content h1{
  color: #094d1b;
  font-size: 50px;
  font-weight: 600;
}
.breadcrumb .breadcrumb-item a{
  color: #094d1b;
}
.breadcrumb-item.active
{
  color: #b8920a;

}
/*
What We Do Style
======================================================*/
.what-we-do-content .what-we-do-title {
  margin-bottom: 30px;
}
.what-we-do-content .what-we-do-title span {
  color: #28aa4a;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.what-we-do-content .what-we-do-title h2 {
  font-size: 38px;
  margin-bottom: 17px;
  line-height: 1.4;
}
.what-we-do-content .what-we-do-title p {
  margin-bottom: 18px;
}
.what-we-do-content .what-we-do-title p:last-child {
  margin-bottom: 0;
}
.what-we-do-content .what-we-do-features {
  margin-bottom: 30px;
}
.what-we-do-content .what-we-do-features ul {
  padding-left: 0;
  margin-bottom: 0;
}
.what-we-do-content .what-we-do-features ul li {
  list-style-type: none;
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
}
.what-we-do-content .what-we-do-features ul li:last-child {
  margin-bottom: 0;
}
.what-we-do-content .what-we-do-features ul li i {
  position: absolute;
  left: 0;
  top: -2px;
  color: #28aa4a;
}
.what-we-do-content .what-we-do-features ul li h3 {
  font-size: 16px;
}
/*
About Page Style
================================================*/

/*
Banner of Contact Style
=====================================================*/
.banner.bg-4{
 background-image: url(../../img/banner5-contact.jpg);
   padding-top: 150px;
  padding-bottom: 150px;
  z-index: 1;
   background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/*
Contact-card Style
================================================*/

.single-contact-card {
  text-align: center;
  padding: 30px;
  box-shadow: 0px 6px 30px rgba(44, 44, 44, 0.05);
  transition: all ease 0.5s;
  margin-bottom: 30px;
}
.single-contact-card .icon {
  height: 70px;
  width: 70px;
  line-height: 78px;
  font-size: 30px;
  border-radius: 100%;
  text-align: center;
  background-color: #e5e5e5;
  margin: auto;
  margin-bottom: 25px;
  transition: all ease 0.5s;
}
.single-contact-card h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
.single-contact-card a {
  display: block;
  color: #666666;
  transition: all ease 0.5s;
}
.single-contact-card a:hover {
  color: #28aa4a;
}
.single-contact-card:hover {
  box-shadow: 0px 6px 30px rgba(44, 44, 44, 0.09);
}
.single-contact-card:hover .icon {
  background-color: #28aa4a;
  color: #ffffff;
}

.contact-form-area .contacts-form {
  max-width: 860px;
  margin: auto;
}
.contact-form-area .contacts-form .form-group {
  margin-bottom: 25px;
}
.contact-form-area .contacts-form .form-group .form-control {
  background-color: #f5f5f5;
  border: none;
}
.contact-form-area .contacts-form .default-btn {
  width: 100%;
}
.contact-form-area .list-unstyled {
  color: #f00f1a;
  padding-top: 5px;
}
.contact-form-area .text-danger {
  margin-top: 15px;
}

.map-area iframe {
  height: 600px;
  width: 100%;
  position: relative;
  margin-bottom: -10px;
}

/*
ContainerBoard Page Style
================================================*/

/*
Banner of ContainerBoard Style
=====================================================*/
.banner.bg-5{
  background-image: url(../../img/containerboard.jpg);
   padding-top: 150px;
  padding-bottom: 150px;
  z-index: 1;
   background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/*
KraftPaper Page Style
================================================*/

/*
Banner of KraftPaper Style
=====================================================*/
.banner.bg-6{
  background-image: url(../../img/kraft-paper.jpg);
   padding-top: 150px;
  padding-bottom: 150px;
  z-index: 1;
   background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/*
BoxBoard Page Style
================================================*/

/*
Banner of BoxBoard Style
=====================================================*/
.banner.bg-7{
  background-image: url(../../img/boxboard\ -banner.jpeg);
   padding-top: 150px;
  padding-bottom: 150px;
  z-index: 1;
   background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/*
Speciality Products Page Style
================================================*/

/*
Banner of Speciality Products Style
=====================================================*/
.banner.bg-8{
  background-image: url(../../img/tissue-2.jpg);
   padding-top: 150px;
  padding-bottom: 150px;
  z-index: 1;
   background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/*
WoodFree Paper Page Style
================================================*/

/*
Banner of WoodFree Paper Style
=====================================================*/
.banner.bg-9{
  background-image: url(../../img/slide2.jpg);
   padding-top: 150px;
  padding-bottom: 150px;
  z-index: 1;
   background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.paper-img {
        transition: 0.4s ease;
    }

    .paper-img:hover {
        transform: scale(1.05);
    }
