/*
@File: Robtic Template Style

* 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 CSS
** - Home One CSS
** - Home Two CSS
** - Home Three CSS
** - About CSS
** - Service Details CSS
** - Project Details CSS
** - Blog Details CSS
** - Contact CSS
** - FAQ CSS
** - 404 Error CSS
** - Coming Soon CSS
** - Privacy Policy CSS
** - Preloader CSS
** - Back to Top CSS
*/
@import url("../../../../css2");
@import url("../../../../css2-1");
/*-- Default CSS --*/
body {
  font-family: "Roboto", sans-serif;
  color: #000;
  background-color: #fff;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
  font-family: "Poppins", sans-serif;
}

p {
  line-height: 1.8;
}

a {
  transition: 0.5s all ease;
  text-decoration: none;
}

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-70 {
  padding-bottom: 70px;
}


.pt-100 {
  padding-top: 100px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-45 {
  padding-bottom: 45px;
}


.pb-100 {
  padding-bottom: 100px;
}

button:focus {
  outline: 0;
}

.btn.focus, .btn:focus {
  box-shadow: none;
}

/*-- End Default CSS --*/
/*----- Home One CSS -----*/
/*-- Header Top --*/
.header-top-area {
  background-color: #699960;
  padding-top: 7px;
  padding-bottom: 7px;
}
.header-top-area .header-top-item ul {
  margin: 0;
  padding: 0;
  margin-right: -47px;
}
.header-top-area .header-top-item ul li {
  list-style-type: none;
  display: inline-block;
}
.header-top-area .header-top-item ul li a {
  display: inline-block;
}
.header-top-area .header-top-item ul li i {
  display: inline-block;
}
.header-top-area .header-top-item .header-left ul li {
  margin-right: 22px;
}
.header-top-area .header-top-item .header-left ul li:nth-child(2) i {
  position: relative;
  top: 2px;
}
.header-top-area .header-top-item .header-left ul li:nth-child(3) {
  margin-right: 0;
}
.header-top-area .header-top-item .header-left ul li:nth-child(3) i {
  position: relative;
  top: 2px;
}
.header-top-area .header-top-item .header-left ul li i {
  color: #ffffff;
  margin-right: 3px;
  font-size: 18px;
}
.header-top-area .header-top-item .header-left ul li a {
  font-size: 14px;
  color: #ffffff;
}
.header-top-area .header-top-item .header-left ul li a:hover {
  color: #fa5f0b;
}
.header-top-area .header-top-item .header-right {
  text-align: right;
}
.header-top-area .header-top-item .header-right ul li {
  margin-right: 15px;
}
.header-top-area .header-top-item .header-right ul li:last-child {
  margin-right: 0;
}
.header-top-area .header-top-item .header-right ul li a {
  border-radius: 50%;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  width: 25px;
  height: 25px;
  line-height: 25px;
}
.header-top-area .header-top-item .header-right ul li a i {
  line-height: 25px;
}
.header-top-area .header-top-item .header-right ul li a:hover {
  color: #fa5f0b;
  background-color: #ffffff;
}

/*-- End Header Top --*/
.buy-now-btn {
  left: 20px;
  z-index: 99;
  top: 50%;
  position: fixed;
  transform: translateY(-50%);
  border-radius: 30px;
  display: inline-block;
  color: #ffffff;
  background-color: #82b440;
  padding: 10px 20px 10px 42px;
  box-shadow: 0 1px 20px 1px #82b440;
  font-size: 13px;
  font-weight: 600;
  display:none;
}
.buy-now-btn img {
  top: 50%;
  left: 20px;
  width: 15px;
  position: absolute;
  transform: translateY(-50%);
}
.buy-now-btn:hover {
  background-color: #fa5f0b;
  color: #ffffff;
}

/*-- Navbar --*/
.navbar-light .navbar-brand {
  z-index: 2;
}
.navbar-light .navbar-brand .white-logo {
  display: none;
}

.navbar-area .main-nav {
  background-color: #fff;
  padding-top: 0px;
  padding-bottom: 0px;
  transition: 0.5s all ease;
}
.navbar-area .main-nav:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 39px;
  height: 100%;
  width: 29%;
  border-left: 0px solid transparent;
  border-top: 88px solid #fff;
  border-right: 130px solid transparent;
  transition: 0.5s all ease;
}
.navbar-area .main-nav .navbar-light {
  padding-left: 0;
  padding-right: 0;
}
.navbar-area .main-nav .navbar-light .navbar-nav {
  margin-left: auto;
  margin-right: auto;
}
.navbar-area .main-nav .navbar-light .navbar-nav .nav-item:hover a {
  color: #000;
}
.navbar-area .main-nav .navbar-light .navbar-nav .nav-item a {
  font-weight:500;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  transition: 0.5s all ease;
}
.navbar-area .main-nav .navbar-light .navbar-nav .nav-item a:before {
  position: absolute;
  content: "";
  top: 9px;
  left: -12px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
  transition: 0.5s all ease;
  opacity: 0;
}
.navbar-area .main-nav .navbar-light .navbar-nav .nav-item a::after {
  display: none;
}
.navbar-area .main-nav .navbar-light .navbar-nav .nav-item a:hover, .navbar-area .main-nav .navbar-light .navbar-nav .nav-item a:focus, .navbar-area .main-nav .navbar-light .navbar-nav .nav-item a.active {
  color: #000;
}
.navbar-area .main-nav .navbar-light .navbar-nav .nav-item a:hover:before, .navbar-area .main-nav .navbar-light .navbar-nav .nav-item a:focus:before, .navbar-area .main-nav .navbar-light .navbar-nav .nav-item a.active:before {
  opacity: 1;
}
.navbar-area .main-nav .navbar-light .navbar-nav .nav-item .dropdown-menu {
  background: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 3px solid #282828;
}
.navbar-area .main-nav .navbar-light .navbar-nav .nav-item .dropdown-menu .nav-item a {
  color: #282828;
  font-size: 15px;
}
.navbar-area .main-nav .navbar-light .navbar-nav .nav-item .dropdown-menu .nav-item a:before {
  display: none;
}
.navbar-area .main-nav .navbar-light .navbar-nav .nav-item .dropdown-menu .nav-item a:hover, .navbar-area .main-nav .navbar-light .navbar-nav .nav-item .dropdown-menu .nav-item a.active {
  color: #fa5f0b;
}
.navbar-area .main-nav.menu-shrink {
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: 0px 0px 20px 0px #f1f1f1;
}
.navbar-area .main-nav.menu-shrink:before {
  border-top: 80px solid #fff;
}

.side-nav a {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  background-color: #699960;
  border-radius: 5px;
  padding: 6px 20px;
  position: relative;
  z-index: 1;
}
.side-nav a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  left: 0;
  top: 0;
  background-color: #282828;
  border-radius: 5px 5px 0 0;
  transition: 0.5s all ease;
  opacity: 0;
  z-index: -1;
}
.side-nav a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  left: 0;
  bottom: 0;
  background-color: #282828;
  border-radius: 0 0 5px 5px;
  transition: 0.5s all ease;
  opacity: 0;
  z-index: -1;
}
.side-nav a:hover {
  color: #ffffff;
}
.side-nav a:hover:before {
  opacity: 1;
  height: 50%;
}
.side-nav a:hover:after {
  opacity: 1;
  height: 50%;
}

/*-- End Navbar --*/
/*-- Banner --*/
.banner-img-one {
  background-image: url("../img/home-one/banner-main.jpg");
}

.banner-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 750px;
  position: relative;
  z-index: 1;
}
.banner-area:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.7995722053) 23%, rgba(148, 187, 233, 0) 100%);
  opacity: 0.75;
  z-index: -1;
}
.banner-area .banner-content {
  position: relative;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 50px;
}
.banner-area .banner-content h1 {
  font-weight: 600;
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 25px;
}
.banner-area .banner-content p {
  font-weight: 500;
  font-size: 19px;
  margin-bottom: 30px;
  color: #ffffff;
}
.banner-area.banner-area-video {
  overflow: hidden;
  z-index: 1;
}
.banner-area.banner-area-video .background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: -2;
}
.banner-area.banner-area-video .d-table {
  position: relative;
  z-index: 3;
}

.cmn-btn {
 /* display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #fa5f0b;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 12px 20px;
  position: relative;
  z-index: 1;*/
  display: inline-block;
    font-size: 12px;
    font-weight: 500;
    color: #fa5f0b;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 5px 10px;
    position: relative;
    z-index: 1;
    line-height: 17px;

}
.cmn-btn:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  left: 0;
  top: 0;
  background-color: #282828;
  border-radius: 5px 5px 0 0;
  transition: 0.5s all ease;
  opacity: 0;
  z-index: -1;
}
.cmn-btn:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  left: 0;
  bottom: 0;
  background-color: #282828;
  border-radius: 0 0 5px 5px;
  transition: 0.5s all ease;
  opacity: 0;
  z-index: -1;
}
.cmn-btn i {
  display: inline-block;
  font-size: 18px;
  position: relative;
  top: 3px;
}
.cmn-btn:hover {
  color: #ffffff;
}
.cmn-btn:hover:before {
  opacity: 1;
  height: 50%;
}
.cmn-btn:hover:after {
  opacity: 1;
  height: 50%;
}

/*-- End Banner --*/
/*-- About --*/
.section-title {
  margin-bottom: 35px;
  text-align: center;
}
.section-title .sub-title {
  display: inline-block;
  color: #fa5f0b;
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 8px;
}
.section-title h2 {
  font-weight: 600;
  font-size: 28px;
  color: #282828;
  text-transform: capitalize;
}

.about-area {
    padding-top: 40px;
    padding-bottom: 50px;
}

.about-area .section-title {
  /*text-align: left;*/
  margin-bottom: 30px;
}
.about-area .about-content p {
  color: #282828;
  font-weight: 500;
  margin-bottom: 18px;
}
.about-area .about-content ul {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.about-area .about-content ul li {
  list-style-type: none;
  display: block;
  font-weight: 500;
  margin-bottom: 15px;
}
.about-area .about-content ul li:last-child {
  margin-bottom: 0;
}
.about-area .about-content ul li i {
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 50%;
  font-size: 15px;
  text-align: center;
  color: #fa5f0b;
  background-color: #f2f4fd;
  margin-right: 8px;
  transition: 0.5s all ease;
}
.about-area .about-content ul li:hover i {
  color: #ffffff;
  background-color: #fa5f0b;
}
.about-area .about-content img {
  display: inline-block;
  margin-right: 25px;
  border-right: 3px solid #fa5f0b;
  padding-right: 25px;
}
.about-area .about-content img:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.about-area .about-img-wrap {
  position: relative;
}
.about-area .about-img-wrap .about-img-slider .about-img-item img {
  width: unset !important;
  max-width: 450px;
}
.about-area .about-img-wrap .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
  position: absolute;
  right: 85px;
  top: 180px;
  max-width: 20px;
}
.about-area .about-img-wrap .owl-theme .owl-dots .owl-dot span {
  background: #fbad86;
}
.about-area .about-img-wrap .owl-theme .owl-dots .owl-dot.active span {
  background: #ffffff;
}
.about-area .about-img-wrap .about-shape img {
  position: absolute;
}
.about-area .about-img-wrap .about-shape img:nth-child(1) {
  top: -25px;
  left: 0;
}
.about-area .about-img-wrap .about-shape img:nth-child(2) {
  bottom: -55px;
  right: 0;
  z-index: 1;
}
.about-area .about-img-wrap .about-shape img:nth-child(3) {
  top: -65px;
  right: 25px;
}
.about-area .about-img-wrap .about-shape img:nth-child(4) {
  top: 255px;
  right: -50px;
}
.about-area .about-img-wrap .about-year {
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8509803922);
  border-left: 5px solid #02111e;
  display: inline-block;
  padding: 35px 60px;
  position: absolute;
  left: 0;
  bottom: -36px;
}
.about-area .about-img-wrap .about-year h2 {
  font-size: 58px;
  color: #02111e;
  font-weight: 700;
  margin-bottom: 0;
}
.about-area .about-img-wrap .about-year h2 span {
  font-size: 38px;
}

/*-- End About --*/
/*-- Service --*/
.service-area {
  /*background-image: url("../img/home-one/service-bg.jpg");*/
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
}
.service-area:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #428f33/*#010006*/;
  opacity: 0.7;
}
.service-area .section-title {
  position: relative;
}
.service-area .section-title h2 {
  color: #000;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.service-area .section-title h2 span {
  color: #fa5f0b;
}

.service-item {
  text-align: center;
  padding: 30px 20px 28px;
  border-radius: 10px;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  transition: 0.5s all ease;
  margin-bottom: 30px;
 /* opacity: 0.8;*/
}
.service-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  bottom: 0;
  left: 0;
  background-color: #ffc208;
  transition: 0.5s all ease;
  border-radius: 10px;
  z-index: -1;
}
.service-item:hover {
  transform: translate(0, -10px);
}
.service-item:hover:before {
  height: 100%;
}
.service-item:hover img:nth-child(1) {
  opacity: 0;
}
.service-item:hover img:nth-child(2) {
  opacity: 0.5;
}
.service-item:hover i {
  border: 1px solid #000;
}
.service-item:hover h3 a {
  color: #000;
}
.service-item:hover p {
  color: #000;
}

 
.service-item:hover .service-link {
  color: #000;
}
.service-item img {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  z-index: -1;
  margin-left: auto;
  margin-right: auto;
  transition: 0.5s all ease;
}
.service-item img:nth-child(1) {
  opacity: 0.5;
}
.service-item img:nth-child(2) {
  opacity: 0;
}
.service-item i {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px dotted #fa5f0b;
  color: #fa5f0b;
  font-size: 35px;
  margin-bottom: 15px;
  transition: 0.5s all ease;
}

.service-item img {
  display: inline-block;
  /*width: 100%;*/
  height: 250px;
  line-height: 70px;
  /*border-radius: 50%;*/
 /* background-color: #ffffff;*/
/* background-color:rgb(255,255,255, 0.5);
  border: 2px solid  #e5d300;*/
  color: #fa5f0b;
  font-size: 35px;
  margin-bottom: 15px;
  transition: 0.5s all ease;
}



.service-item h3 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 8px;
  transition: 0.5s all ease;
  margin-top:223px;
}
.service-item h3 a {
  color: #282828;
}
.service-item h3 a:hover {
  color: #282828;
}
.service-item p {
  margin-bottom: 12px;
  transition: 0.5s all ease;
}
.service-item .service-link {
  display: inline-block;
  color: #016016;
  font-weight: 500;
  font-size: 14px;
}
.service-item .service-link:hover {
  color: #282828;
}

/*-- End Service --*/
/*-- Counter --*/
.counter-area {
  background-color: #f2f2f2;
  padding-bottom: 140px;
}
.counter-area .counter-text {
  margin-bottom: 30px;
}
.counter-area .counter-text h2 {
  margin-bottom: 0;
  color: #000000;
  font-weight: 600;
  font-size: 29px;
}

.counter-item {
  margin-bottom: 30px;
  border-radius: 8px;
  border: 2px dotted #ffc208;
  text-align: center;
  padding: 25px 10px 22px;
}
.counter-item h3 {
  margin-bottom: 10px;
}
.counter-item h3 span {
  color: #000000;
  font-weight: 700;
  font-size: 30px;
}
.counter-item p {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  margin-bottom: 0;
}

/*-- End Counter --*/
/*-- Foreign --*/
.foreign-area {
  overflow: hidden;
  position: relative;
  top: -70px;
}
.foreign-area .foreign-slider {
 /* left: calc((100% - 510px) / 2);*/
  position: relative;
}
.foreign-area .foreign-slider .owl-prev {
  width: 30px;
  height: 30px;
  line-height: 30px !important;
  border-radius: 50% !important;
  color: #ffffff !important;
  background-color: #fa5f0b !important;
  text-align: center;
  font-size: 25px !important;
  transition: 0.5s all ease;
}
.foreign-area .foreign-slider .owl-prev i {
  line-height: 30px !important;
}
.foreign-area .foreign-slider .owl-prev:hover {
  background-color: #282828 !important;
}
.foreign-area .foreign-slider .owl-next {
  width: 30px;
  height: 30px;
  line-height: 30px !important;
  border-radius: 50% !important;
  color: #ffffff !important;
  background-color: #fa5f0b !important;
  text-align: center;
  font-size: 25px !important;
  transition: 0.5s all ease;
}
.foreign-area .foreign-slider .owl-next i {
  line-height: 30px !important;
}
.foreign-area .foreign-slider .owl-next:hover {
  background-color: #282828 !important;
}
.foreign-area .owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  left: -115px;
  top: 210px;
}

.foreign-item {
  padding-bottom: 25px;
  box-shadow: 0px 10px 10px 0px rgba(221, 221, 221, 0.2);
  margin-bottom: 30px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 5px;
  background-color: #ffffff;
}
.foreign-item img {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 5px;
  display: block;
}
.foreign-item .foreign-bottom {
  border-left: 3px solid #fa5f0b;
  padding-left: 10px;
}
.foreign-item .foreign-bottom h3 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 5px;
}
.foreign-item .foreign-bottom h3 a {
  color: #282828;
}
.foreign-item .foreign-bottom h3 a:hover {
  color: #e5d300;
}
.foreign-item .foreign-bottom span {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #699960;
}

/*-- End Foreign --*/
/*-- Team --*/
.team-area {
  background-image: url("../img/home-one/team-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f6f6f6;
}
.team-area .container {
  position: relative;
  top: 100px;
}

.team-item {
  text-align: center;
  margin-bottom: 30px;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.2);
  background-color: #ffffff;
  padding-bottom: 30px;
  border-radius: 0 0 20px 20px;
  border-bottom: 2px solid #fa5f0b;
  transition: 0.5s all ease;
}
.team-item:hover {
  background-color: #fff1f1;
  transform: translate(0, -10px);
}
.team-item img {
  margin-bottom: 25px;
}
.team-item h3 {
  color: #282828;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 8px;
}
.team-item span {
  display: block;
  font-weight: 500;
  font-size: 15px;
  color: #8f9090;
  margin-bottom: 12px;
}
.team-item ul {
  margin: 0;
  padding: 0;
}
.team-item ul li {
  list-style-type: none;
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
}
.team-item ul li a {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background-color: #fa5f0b;
  color: #ffffff;
  font-size: 18px;
}
.team-item ul li a i {
  line-height: 30px;
}
.team-item ul li a:hover {
  background-color: #282828;
}

/*-- End Team --*/
/*-- Benefit --*/
.benefit-area {
  background-image: url("../img/home-one/benefit-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 170px;
}
.benefit-area .benefit-content {
  background-color: #02111e;
  padding: 40px 170px 50px 60px;
  max-width: 905px;
  margin-left: auto;
  position: relative;
  top: 100px;
}
.benefit-area .benefit-content .section-title {
  text-align: left;
  margin-bottom: 25px;
}
.benefit-area .benefit-content .section-title h2 {
  color: #ffffff;
}
.benefit-area .benefit-content p {
  color: #ffffff;
  margin-bottom: 25px;
}
.benefit-area .benefit-content .benefit-inner {
  margin-bottom: 30px;
  position: relative;
}
.benefit-area .benefit-content .benefit-inner i {
  display: inline-block;
  color: #fa5f0b;
  font-size: 45px;
  position: absolute;
  top: -10px;
  left: 0;
}
.benefit-area .benefit-content .benefit-inner h4 {
  margin-bottom: 0;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  max-width: 240px;
  padding-left: 65px;
}
.benefit-area .benefit-content .cmn-btn {
  margin-top: 10px;
  color: #ffffff;
  background-color: #fa5f0b;
}
.benefit-area .benefit-content .benefit-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  animation: benefit-shape 10s infinite linear;
}

@keyframes benefit-shape {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-50px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
/*-- End Benefit --*/
/*-- Partner --*/
.partner-area {
  margin-top: 200px;
}
.partner-area .partner-wrap {
  position: relative;
  background-color: #fa5f0b;
  border-radius: 10px;
  padding: 40px 50px 45px;
}
.partner-area .partner-wrap .partner-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  animation: partner-ani 10s infinite linear;
}
.partner-area .partner-wrap .partner-content .section-title {
  text-align: left;
  margin-bottom: 0;
}
.partner-area .partner-wrap .partner-content .section-title h2 {
  color: #ffffff;
  margin-bottom: 0;
}
.partner-area .partner-wrap .partner-btn {
  text-align: right;
}
.partner-area .partner-wrap .partner-btn .cmn-btn {
  background-color: #ffffff;
  color: #282828;
}
.partner-area .partner-wrap .partner-btn .cmn-btn:hover {
  color: #ffffff;
}

@keyframes partner-ani {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(50px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
/*-- End Partner --*/
/*-- Cost --*/
.cost-area .cost-content {
  background-color: #ffffff;
  z-index: 1;
}
.cost-area .cost-content .section-title {
  text-align: left;
  margin-bottom: 20px;
}
.cost-area .cost-content p {
  margin-bottom: 20px;
}
.cost-area .cost-content ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.cost-area .cost-content ul li {
  list-style-type: none;
  display: inline-block;
  flex: 0 0 15%;
  max-width: 15%;
}
.cost-area .cost-content ul li:last-child {
  flex: 0 0 70%;
  max-width: 70%;
  margin-left: 15px;
}
.cost-area .cost-content ul li h4 {
  font-weight: 500;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: #303442;
  margin-bottom: 5px;
}
.cost-area .cost-content ul li span {
  display: block;
  font-size: 14px;
  color: #303442;
}
.cost-area .cost-img img {
  width: 100%;
}

/*-- End Cost --*/
/*-- Blog --*/
.blog-item {
  margin-bottom: 30px;
  position: relative;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.6196078431);
  overflow: hidden;
}
.blog-item:hover .blog-inner {
  bottom: 0;
  opacity: 1;
}
.blog-item a {
  display: block;
}
.blog-item a img {
  width: 100%;
}
.blog-item span {
  display: inline-block;
  font-size: 13px;
  color: #060f1e;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 20px;
}
.blog-item .blog-inner {
  position: absolute;
  bottom: -95px;
  left: 0;
  right: 0;
  background-color: #ffffff;
  padding: 15px 10px 18px 20px;
  transition: 0.5s all ease;
  opacity: 0;
}
.blog-item .blog-inner h3 {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 20px;
}
.blog-item .blog-inner h3 a {
  color: #282828;
  line-height: 25px;
}
.blog-item .blog-inner h3 a:hover {
  color: #fa5f0b;
}
.blog-item .blog-inner .blog-link {
  display: inline-block;
  color: #fa5f0b;
  font-weight: 500;
  font-size: 14px;
}
.blog-item .blog-inner .blog-link i {
  display: inline-block;
  font-size: 16px;
  position: relative;
  top: 2px;
}
.blog-item .blog-inner .blog-link:hover {
  color: #282828;
}

/*-- End Blog --*/
/*-- Footer --*/
footer {
  background-image: url("../img/home-one/footer-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
footer:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #060f1e;
  opacity: 0.92;
}

.footer-item {
  position: relative;
  margin-bottom: 30px;
}
.footer-item .footer-logo .logo-link {
  display: block;
  margin-bottom: 18px;
}
.footer-item .footer-logo p {
  margin-bottom: 20px;
  color: #ffffff;
}
.footer-item .footer-logo ul {
  margin: 0;
  padding: 0;
}
.footer-item .footer-logo ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}
.footer-item .footer-logo ul li:last-child {
  margin-right: 0;
}
.footer-item .footer-logo ul li a {
  width: 35px;
  height: 35px;
  text-align: center;
  color: #000;
  font-size: 18px;
  background-color: #ffc208;
  border-radius: 50%;
  display: block;
}
.footer-item .footer-logo ul li a i {
  line-height: 35px;
}
.footer-item .footer-logo ul li a:hover {
  color: #e8693d;
  background-color: #ffffff;
}
.footer-item .footer-service h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #ffffff;
}
.footer-item .footer-service ul {
  margin: 0;
  padding: 0;
}
.footer-item .footer-service ul li {
  list-style-type: none;
  display: block;
  transition: 0.5s all ease;
  margin-bottom: 10px;
}
.footer-item .footer-service ul li:last-child {
  margin-bottom: 0;
}
.footer-item .footer-service ul li:hover {
  padding-left: 10px;
}
.footer-item .footer-service ul li a {
  display: block;
  color: #ffffff;
}
.footer-item .footer-service ul li a:hover {
  color: #e5d300;
}
.footer-item .footer-touch h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #ffffff;
}
.footer-item .footer-touch ul {
  margin: 0;
  padding: 0;
}
.footer-item .footer-touch ul li {
  list-style-type: none;
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 12px;
}
.footer-item .footer-touch ul li:last-child {
  margin-bottom: 0;
}
.footer-item .footer-touch ul li i {
  display: inline-block;
  color: #e8693d;
  font-size: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
.footer-item .footer-touch ul li h4 {
  font-weight: 500;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 5px;
  color: #ffffff;
}
.footer-item .footer-touch ul li a {
  display: block;
  color: #cdcccc;
}
.footer-item .footer-touch ul li a:hover {
  color: #e8693d;
}
.footer-item .footer-touch ul li span {
  display: block;
  color: #cdcccc;
}

/*-- End Footer --*/
/*-- Copyright --*/
.copyright-area {
  background-color: #428f33;
  padding-top: 6px;
  padding-bottom: 5px;
  text-align: center;
}
.copyright-area .copyright-item p {
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 0;
}
.copyright-area .copyright-item p a {
  display: inline-block;
  font-weight: 600;
  color: #ffc208;
}
.copyright-area .copyright-item p a:hover {
  color: #ffffff;
}

/*-- End Copyright --*/
/*----- End Home One CSS -----*/
/*----- Home Two CSS -----*/
/*-- Banner --*/
.banner-img-two {
  background-image: url("../img/home-two/banner-bg.jpg");
}
.banner-img-two .banner-content {
  text-align: left;
  margin-left: 0;
}
.banner-img-two .banner-content h1 {
  font-weight: 700;
}
.banner-img-two .banner-content .cmn-btn {
  background-color: #fa5f0b;
  color: #ffffff;
}
.banner-img-two .banner-img {
  position: relative;
  top: 30px;
  animation: banner-ani 10s infinite linear;
}

@keyframes banner-ani {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-50px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
/*-- End Banner --*/
/*-- Logo --*/
.logo-area {
  background-color: #f6f6f6;
}
.logo-area .col-lg-5 {
  flex: 0 0 20% !important;
  max-width: 20% !important;
}
.logo-area .logo-item {
  margin-bottom: 30px;
  text-align: center;
}
.logo-area .logo-item img {
  filter: grayscale(100%);
  transition: 0.5s all ease;
}
.logo-area .logo-item img:hover {
  filter: grayscale(0%);
}

/*-- End Logo --*/
/*-- Offer --*/
.offer-area {
  background-color: #f6f6f6;
}
.offer-area .section-title h2 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.offer-area .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
}
.offer-area .owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 7px;
  background: #facbb1;
}
.offer-area .owl-theme .owl-dots .owl-dot.active span {
  background: #fa5f0b;
  width: 25px;
}

.offer-item {
  text-align: center;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px 25px 30px;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.2);
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  position: relative;
}
.offer-item .offer-shape {
  position: absolute;
  left: 15px;
  bottom: 15px;
}
.offer-item .offer-top img {
  animation: border-transform-default 10s linear infinite alternate forwards;
  transition: 0.5s all ease;
  border: 6px solid #fa5f0b;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.offer-item .offer-top i {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px dotted #fa5f0b;
  color: #fa5f0b;
  font-size: 35px;
  margin-bottom: 15px;
  transition: 0.5s all ease;
  margin-top: -60px;
}
.offer-item .offer-bottom h3 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 8px;
}
.offer-item .offer-bottom h3 a {
  color: #282828;
}
.offer-item .offer-bottom h3 a:hover {
  color: #fa5f0b;
}
.offer-item .offer-bottom p {
  margin-bottom: 12px;
}
.offer-item .offer-bottom .offer-link {
  display: inline-block;
  font-weight: 500;
  color: #fa5f0b;
  font-size: 14px;
}
.offer-item .offer-bottom .offer-link i {
  display: inline-block;
  font-size: 17px;
  position: relative;
  top: 3px;
}
.offer-item .offer-bottom .offer-link:hover {
  color: #282828;
}

@keyframes border-transform-default {
  0%, to {
    border-radius: 65% 86% 80% 69%/59% 55% 95% 89%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
/*-- End Offer --*/
/*-- About --*/
.about-area-two {
  padding-bottom: 145px;
}
.about-area-two .about-content .section-title {
  text-align: left;
}
.about-area-two .about-content .counter-inner {
  margin-bottom: 20px;
}
.about-area-two .about-content .counter-inner h3 {
  margin-bottom: 5px;
  font-size: 38px;
  color: #fa5f0b;
}
.about-area-two .about-content .counter-inner h3 .odometer {
  font-family: "Poppins", sans-serif;
}
.about-area-two .about-content .counter-inner h3 .target {
  margin-left: -7px;
}
.about-area-two .about-content .counter-inner p {
  font-weight: 500;
  color: #282828;
  margin-bottom: 0;
}
.about-area-two .about-content .about-p {
  margin-bottom: 25px;
  padding-right: 110px;
}
.about-area-two .about-content .cmn-btn {
  color: #ffffff;
  background-color: #fa5f0b;
}
.about-area-two .about-img {
  position: relative;
}
.about-area-two .about-img img:nth-child(1) {
  animation: about-ani 10s linear infinite alternate forwards;
}
.about-area-two .about-img img:nth-child(2) {
  position: absolute;
  left: 0;
  bottom: -100px;
}

@keyframes about-ani {
  0%, to {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
/*-- End About --*/
/*-- Job --*/
.job-area {
  background-color: #020e1d;
  position: relative;
}
.job-area .job-shape {
  position: absolute;
  right: 50px;
  top: 135px;
  animation: benefit-shape 10s infinite linear;
}
.job-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.job-area .container-fluid .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}
.job-area .job-img {
  background-image: url("../img/home-two/job1.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.job-area .job-img img {
  display: none;
}
.job-area .job-content {
  padding: 75px 30px 45px 60px;
  max-width: 695px;
}
.job-area .job-content .section-title {
  text-align: left;
  position: relative;
  z-index: 1;
}
.job-area .job-content .section-title h2 {
  color: #ffffff;
}
.job-area .job-content p {
  margin-bottom: 30px;
  color: #ffffff;
  z-index: 1;
  position: relative;
}
.job-area .job-content ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.job-area .job-content ul li {
  list-style-type: none;
  display: inline-block;
  flex: 0 0 50%;
  max-width: 50%;
  background-color: #152130;
  border-radius: 8px;
  color: #ffffff;
  font-weight: 500;
  font-size: 17px;
  max-width: 230px;
  padding: 10px 15px 15px;
  margin-right: 30px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.job-area .job-content ul li:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  left: 0;
  bottom: 0;
  background-color: #fa5f0b;
  transition: 0.5s all ease;
  border-radius: 8px;
  z-index: -1;
}
.job-area .job-content ul li i {
  display: inline-block;
  font-size: 24px;
  position: relative;
  top: 4px;
}
.job-area .job-content ul li:hover:before {
  height: 100%;
}

/*-- End Job --*/
/*-- Foreign --*/
.foreign-area-two {
  background-image: url("../img/home-two/foreign-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 100px;
}
.foreign-area-two:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #071320;
  opacity: 0.8;
}
.foreign-area-two .container {
  position: relative;
  top: 100px;
}
.foreign-area-two .section-title {
  max-width: 550px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.foreign-area-two .section-title h2 {
  color: #ffffff;
}
.foreign-area-two .foreign-item {
  margin-left: 0;
  margin-right: 0;
}

/*-- End Foreign --*/
/*-- Benefit --*/
.benefit-area-two {
  background-image: unset;
}
.benefit-area-two .benefit-shape {
  display: none;
}
.benefit-area-two .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.benefit-area-two .container-fluid .col-lg-7 {
  padding-left: 0;
  padding-right: 0;
}
.benefit-area-two .container-fluid .col-lg-5 {
  padding-left: 0;
  padding-right: 0;
}
.benefit-area-two .benefit-content {
  background-color: unset;
  padding: 0;
  max-width: 760px;
  margin-left: auto;
  top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 30px;
}
.benefit-area-two .benefit-content .section-title h2 {
  color: #282828;
}
.benefit-area-two .benefit-content p {
  color: #4e4e4e;
}
.benefit-area-two .benefit-content .benefit-inner h4 {
  color: #282828;
}
.benefit-area-two .benefit-img {
  background-image: url("../img/home-two/benefit-main.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.benefit-area-two .benefit-img img {
  display: none;
  width: 100%;
}

/*-- End Benefit --*/
/*-- Social --*/
.social-area {
  padding-bottom: 160px;
}
.social-area .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}
.social-area .social-img {
  background-image: url("../img/home-two/social-main.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  margin-left: 15px;
}
.social-area .social-img img {
  display: none;
  width: 100%;
}
.social-area .social-content {
  background-color: #02111e;
  padding: 55px 40px 55px;
  position: relative;
  top: 60px;
  margin-left: -70px;
  margin-bottom: 0;
}
.social-area .social-content .section-title {
  text-align: left;
  margin-bottom: 25px;
}
.social-area .social-content .section-title h2 {
  color: #ffffff;
  font-size: 35px;
}
.social-area .social-content p {
  margin-bottom: 30px;
  color: #ffffff;
  font-weight: 500;
  font-size: 28px;
  font-family: "Poppins", sans-serif;
  line-height: 42px;
}
.social-area .social-content .cmn-btn {
  color: #ffffff;
  background-color: #fa5f0b;
}

/*-- End Social --*/
/*-- Testimonial --*/
.testimonial-area {
  background-color: #f2f2f2;
  position: relative;
}
.testimonial-area .testimonial-shape {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: 70px;
  margin-left: auto;
  margin-right: auto;
}
.testimonial-area .section-title {
  position: relative;
  z-index: 1;
}
.testimonial-area .section-title h2 {
  color: #000000;
}
.testimonial-area .testimonial-item {
  position: relative;
  z-index: 1;
}
.testimonial-area .testimonial-item .testimonial-top {
  border: 1px dashed #36424d;
 /* padding: 40px 65px 40px 30px;*/
 padding:10px 12px 12px 18px;
  margin-bottom: 30px;
  background-color: rgba(2, 17, 30, 0.5098039216);
}
.testimonial-area .testimonial-item .testimonial-top p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 0;
}
.testimonial-area .testimonial-item .testimonial-top i {
  display: inline-block;
  font-size: 30px;
  position: absolute;
  top: 18px;
  right: 30px;
  color: #fa5f0b;
}
.testimonial-area .testimonial-item ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  padding-left: 40px;
}
.testimonial-area .testimonial-item ul li {
  list-style-type: none;
  display: inline-block;
  flex: 0 0 10%;
  max-width: 10%;
}
.testimonial-area .testimonial-item ul li:last-child {
  flex: 0 0 50%;
  max-width: 50%;
  margin-left: 15px;
}
.testimonial-area .testimonial-item ul li img {
  width: 50px !important;
}
.testimonial-area .testimonial-item ul li h4 {
  color: #ffffff;
  margin-bottom: 3px;
  font-weight: 500;
  font-size: 18px;
}
.testimonial-area .testimonial-item ul li span {
  display: block;
  color: #ffffff;
  font-size: 14px;
}

/*-- End Testimonial --*/
/*-- Blog --*/
.blog-area-two .blog-item {
  overflow: unset;
  transition: 0.5s all ease;
}
.blog-area-two .blog-item:hover {
  transform: translate(0, -10px);
}
.blog-area-two .blog-item .blog-inner {
  position: relative;
  bottom: 0;
  opacity: 1;
}
.blog-area-two .blog-item .blog-inner h3 {
  font-size: 20px;
}
.blog-area-two .blog-item .blog-inner h3 a {
  line-height: 28px;
}

/*-- End Blog --*/
/*-- Book --*/
.book-area .row {
  background-color: #fa5f0b;
  overflow: hidden;
}
.book-area .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}
.book-area .book-img {
  background-image: url("../img/home-two/book-main.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.book-area .book-img img {
  display: none;
  width: 100%;
}
.book-area .book-content {
  padding-top: 65px;
  padding-bottom: 70px;
  max-width: 385px;
  position: relative;
  padding-left: 10px;
}
.book-area .book-content:before {
  position: absolute;
  content: "";
  bottom: 39px;
  left: -263px;
  border-left: 0 solid transparent;
  border-top: 224px solid #fa5f0b;
  border-right: 309px solid transparent;
  transform: rotate(90deg);
  z-index: 1;
}
.book-area .book-content h3 {
  font-weight: 600;
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 20px;
}
.book-area .book-content a {
  display: inline-block;
  font-weight: 500;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 15px 25px;
}
.book-area .book-content a:hover {
  color: #fa5f0b;
  background-color: #ffffff;
}

/*-- End Book --*/
/*----- End Home Two CSS -----*/
/*----- Home Three CSS -----*/
/*-- Header Top --*/
.header-top-area-two .header-top-item .header-left ul li i {
  color: #fa5f0b;
}
.header-top-area-two .header-top-item .header-right ul li a {
  color: #fa5f0b;
  border: 1px solid #fa5f0b;
}
.header-top-area-two .header-top-item .header-right ul li a:hover {
  color: #ffffff;
  background-color: #fa5f0b;
}

/*-- End Header Top --*/
/*-- Header Contact --*/
.header-contact-area {
  padding-top: 20px;
  padding-bottom: 20px;
}
.header-contact-area .logo a {
  display: block;
}
.header-contact-area .logo .white-logo {
  display: none;
}
.header-contact-area .side-nav {
  text-align: right;
}
.header-contact-area .side-nav a {
  color: #ffffff;
  background-color: #fa5f0b;
  text-align: right;
}
.header-contact-area .contact-item {
  text-align: center;
}
.header-contact-area .contact-item ul {
  margin: 0;
  padding: 0;
}
.header-contact-area .contact-item ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
  padding-left: 50px;
  text-align: left;
  margin-right: 10px;
}
.header-contact-area .contact-item ul li:last-child {
  margin-right: 0;
}
.header-contact-area .contact-item ul li i {
  position: absolute;
  top: 0;
  left: 0;
  color: #fa5f0b;
  display: inline-block;
  font-size: 40px;
}
.header-contact-area .contact-item ul li h4 {
  color: #4e4e4e;
  font-weight: 500;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 5px;
}
.header-contact-area .contact-item ul li h4 a {
  display: inline-block;
  color: #4e4e4e;
}
.header-contact-area .contact-item ul li h4 a:hover {
  color: #fa5f0b;
}
.header-contact-area .contact-item ul li span {
  display: block;
  font-size: 12px;
  color: #4e4e4e;
}

/*-- End Header Contact --*/
/*-- Navbar --*/
.nav-area-two .main-nav {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
}
.nav-area-two .main-nav:before {
  display: none;
}
.nav-area-two .main-nav .navbar-light {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fa5f0b;
  padding-right: 25px;
}
.nav-area-two .main-nav .navbar-light:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 39px;
  height: 100%;
  width: 27%;
  border-top: 84px solid #fff;
  border-left: 120px solid transparent;
  transition: 0.5s all ease;
}
.nav-area-two .main-nav .navbar-light .nav-shape img {
  left: 0;
  right: unset;
  top: 0;
  max-width: 80%;
}
.nav-area-two .main-nav .navbar-nav {
  margin-left: 25px !important;
}
.nav-area-two .main-nav.menu-shrink {
  padding-top: 0;
  padding-bottom: 0;
}
.nav-area-two .main-nav.menu-shrink .navbar-light {
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.368627451);
}
.nav-area-two .main-nav.menu-shrink {
  box-shadow: none;
}

.side-nav-two .modal-btn {
  padding: 0;
  transform: rotate(180deg);
  position: relative;
  top: -6px;
}
.side-nav-two .modal-btn:hover span:nth-child(2) {
  width: 25px;
}
.side-nav-two .modal-btn:hover span:nth-child(3) {
  width: 15px;
}
.side-nav-two .modal-btn span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #282828;
  margin-bottom: 5px;
  transition: 0.5s all ease;
}

#myModalRight {
  z-index: 99999;
  padding-right: 0 !important;
}
#myModalRight .btn-close:focus {
  box-shadow: none;
  border: 0;
}

.modal.modal-right .modal-dialog {
  max-width: 380px;
  min-height: 100vh;
}
.modal.modal-right.show .modal-dialog {
  transform: translate(0, 0);
}
.modal.modal-right .modal-content {
  height: 100vh;
  overflow-y: auto;
  border-radius: 0;
}
.modal.modal-left .modal-dialog {
  transform: translate(-100%, 0);
  margin: 0 auto 0 0;
}
.modal.modal-right .modal-dialog {
  transform: translate(100%, 0);
  margin: 0 0 0 auto;
}

.search-icon {
  font-size: 24px;
  position: relative;
  top: 3px;
  color: #282828;
  border: 0;
  outline: none;
  transition: 0.5s all ease;
  background-color: transparent;
  margin-right: 5px;
}
.search-icon:hover {
  color: #fa5f0b;
}

.search-toggle .search-icon.icon-close {
  display: none;
}

.search-toggle.opened .search-icon.icon-search {
  display: none;
}

.search-toggle.opened .search-icon.icon-close {
  display: block;
}

.nav-srh {
  position: relative;
  display: inline-block;
  margin-right: 5px;
}
.nav-srh .search-area {
  position: absolute;
  right: 8px;
  bottom: -105px;
  z-index: 5;
  transition: 0.5s all ease;
  max-height: 0;
  overflow: hidden;
  background-color: #ffffff;
}
.nav-srh .search-area .search-icon {
  vertical-align: middle;
  position: absolute;
  right: 30px;
  top: 28px;
  background-color: transparent;
  font-size: 20px;
  color: #515151;
  transition: 0.5s all ease;
}
.nav-srh .search-area .search-icon:hover {
  color: #fa5f0b;
}
.nav-srh .search-area .src-input {
  outline: none;
  padding-left: 20px;
  margin: 0;
  width: 300px;
  background-color: rgba(221, 221, 221, 0.5019607843);
  border: 1px solid #ddd;
  font-size: 16px;
  height: 45px;
  border-radius: 0;
}
.nav-srh .search-area.opened {
  max-height: 100px;
  padding: 20px 25px;
  box-shadow: 0px 0px 15px rgba(221, 221, 221, 0.5019607843);
}

.modal-body {
  padding: 40px 30px 50px;
}
.modal-body h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #000;
}
.modal-body p {
  color: #545555;
  font-size: 14px;
  margin-bottom: 20px;
}
.modal-body .image-area {
  margin-bottom: 10px;
}
.modal-body .image-area .col-lg-4 {
  padding-right: 5px;
  margin-right: -5px;
}
.modal-body .image-area a {
  display: block;
  margin-bottom: 15px;
}
.modal-body .image-area a img {
  width: 100%;
}
.modal-body .modal-item {
  margin-bottom: 30px;
}
.modal-body .social-area {
  text-align: center;
}
.modal-body .social-area h3 {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 600;
  color: #000;
}
.modal-body .social-area ul {
  margin: 0;
  padding: 0;
}
.modal-body .social-area ul li {
  list-style-type: none;
  display: inline-block;
}
.modal-body .social-area ul li a {
  display: block;
  color: #fa5f0b;
  border: 1px solid #fa5f0b;
  width: 32px;
  height: 32px;
  line-height: 34px;
  border-radius: 50%;
  margin-right: 3px;
  margin-left: 3px;
  font-size: 16px;
  text-align: center;
}
.modal-body .social-area ul li a:hover {
  color: #ffffff;
  background-color: #fa5f0b;
}

/*-- End Navbar --*/
/*-- Banner --*/
.banner-img-three {
  background-image: url("../img/home-three/banner-bg.jpg");
}
.banner-img-three .cmn-btn {
  color: #ffffff;
  background-color: #fa5f0b;
}

/*-- End Banner --*/
/*-- About --*/
.about-area-three .about-img-wrap .about-year h2 {
  color: #fa5f0b;
}
.about-area-three .about-img-wrap .about-year h2 span {
  color: #02111e;
}

/*-- End About --*/
/*-- Service --*/
.service-area-two {
  background-color: #020e1d;
  background-image: unset;
}
.service-area-two .section-title h2 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
}
.service-area-two:before {
  display: none;
}
.service-area-two .service-item {
  background-color: #061b2f;
  background-image: url("../img/home-three/service-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}
.service-area-two .service-item:hover .service-link {
  color: #fa5f0b;
}
.service-area-two .service-item:hover:after {
  opacity: 0.8;
}
.service-area-two .service-item:before {
  display: none;
}
.service-area-two .service-item:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #061b2f;
  z-index: -1;
  border-radius: 10px;
  transition: 0.5s all ease;
}
.service-area-two .service-item i {
  border: 1px solid #ffffff;
}
.service-area-two .service-item h3 a {
  color: #ffffff;
}
.service-area-two .service-item h3 a:hover {
  color: #fa5f0b;
}
.service-area-two .service-item p {
  color: #ffffff;
}
.service-area-two .service-item .service-link:hover {
  color: #ffffff;
}

/*-- End Service --*/
/*-- Benefit --*/
.benefit-area-three {
  margin-top: 0;
  position: relative;
}
.benefit-area-three .benefit-content {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  right: -45px;
  background-color: #fff;
  z-index: 1;
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 810px;
  padding-right: 60px;
}
.benefit-area-three .benefit-img-two {
  background-image: url("../img/home-three/benefit-main.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.benefit-area-three .benefit-img-two img {
  display: none;
}

/*-- End Benefit --*/
/*-- Offer --*/
.offer-area-two {
  background-color: #ffffff;
}
.offer-area-two .section-title {
  margin-bottom: 5px;
}
.offer-area-two .offer-item {
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.2);
  margin-top: 30px;
}
.offer-area-two .offer-item .offer-top img {
  animation: none;
  border: none;
  width: 100%;
  max-width: 100%;
  margin-bottom: 18px;
}

/*-- End Offer --*/
/*-- Job --*/
.job-area-two {
  background-color: #f6f6f6;
}
.job-area-two .job-content .section-title h2 {
  color: #282828;
}
.job-area-two .job-content p {
  color: #4e4e4e;
}
.job-area-two .job-content ul li {
  color: #fa5f0b;
  background-color: #ffffff;
  transition: 0.5s all ease;
}
.job-area-two .job-content ul li:hover {
  color: #ffffff;
}

/*-- End Job --*/
/*-- Social --*/
.social-area-two {
  padding-bottom: 100px;
}
.social-area-two .social-img {
  background-image: url("../img/home-three/social-main.jpg");
}
.social-area-two .social-content {
  top: 0;
  margin-top: 35px;
  margin-bottom: 35px;
  padding: 55px 110px 55px 40px;
}

/*-- End Social --*/
/*-- Logo --*/
.logo-area-two {
  background-color: #ffffff;
}

/*-- End Logo --*/
/*----- End Home Three CSS -----*/
/*----- About CSS -----*/
/*-- Page Title --*/
.page-title-area {
  background-image: url("../img/page-title-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
  background-attachment: fixed;
}
.page-title-area:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #699960;
  opacity: 0.7;
}
.page-title-area .title-item {
  text-align: center;
  position: relative;
  margin-top: 65px;
}
.page-title-area .title-item h2 {
  color: #ffffff;
  font-weight: 500;
  font-size: 35px;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
}
.page-title-area .title-item ul {
  margin: 0;
  padding: 0;
}
.page-title-area .title-item ul li {
  list-style-type: none;
  display: inline-block;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
}
.page-title-area .title-item ul li a {
  display: inline-block;
  color: #ffffff;
}
.page-title-area .title-item ul li a:hover {
  color: #fa5f0b;
}
.page-title-area .title-item ul li span {
  display: inline-block;
  margin-right: 3px;
  margin-left: 3px;
}







.page-title-area2 {
  background-image: url("../img/page-title-bg2.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
  background-attachment: fixed;
}
.page-title-area2:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #699960;
  opacity: 0.7;
}
.page-title-area2 .title-item {
  text-align: center;
  position: relative;
  margin-top: 65px;
}
.page-title-area2 .title-item h2 {
  color: #ffffff;
  font-weight: 500;
  font-size: 35px;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
}
.page-title-area2 .title-item ul {
  margin: 0;
  padding: 0;
}
.page-title-area2 .title-item ul li {
  list-style-type: none;
  display: inline-block;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
}
.page-title-area2 .title-item ul li a {
  display: inline-block;
  color: #ffffff;
}
.page-title-area2 .title-item ul li a:hover {
  color: #fa5f0b;
}
.page-title-area2 .title-item ul li span {
  display: inline-block;
  margin-right: 3px;
  margin-left: 3px;
}



.page-title-area3 {
  background-image: url("../img/page-title-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
  background-attachment: fixed;
}
.page-title-area3:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #699960;
  opacity: 0.7;
}
.page-title-area3 .title-item {
  text-align: center;
  position: relative;
  margin-top: 65px;
}
.page-title-area3 .title-item h2 {
  color: #ffffff;
  font-weight: 500;
  font-size: 35px;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
}
.page-title-area3 .title-item ul {
  margin: 0;
  padding: 0;
}
.page-title-area3 .title-item ul li {
  list-style-type: none;
  display: inline-block;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
}
.page-title-area3 .title-item ul li a {
  display: inline-block;
  color: #ffffff;
}
.page-title-area3 .title-item ul li a:hover {
  color: #fa5f0b;
}
.page-title-area3 .title-item ul li span {
  display: inline-block;
  margin-right: 3px;
  margin-left: 3px;
}



.page-title-area4 {
  background-image: url("../img/contact-banner.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
  background-attachment: fixed;
}
.page-title-area4:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #699960;
  opacity: 0.7;
}
.page-title-area4 .title-item {
  text-align: center;
  position: relative;
  margin-top: 65px;
}
.page-title-area4 .title-item h2 {
  color: #ffffff;
  font-weight: 500;
  font-size: 35px;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
}
.page-title-area4 .title-item ul {
  margin: 0;
  padding: 0;
}
.page-title-area4 .title-item ul li {
  list-style-type: none;
  display: inline-block;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
}
.page-title-area4 .title-item ul li a {
  display: inline-block;
  color: #ffffff;
}
.page-title-area4 .title-item ul li a:hover {
  color: #fa5f0b;
}
.page-title-area4 .title-item ul li span {
  display: inline-block;
  margin-right: 3px;
  margin-left: 3px;
}




/*-- End Page Title --*/
/*-- Job --*/
.job-area-three .job-img {
  background-image: url("../img/about-job-main.jpg");
}

/*-- End Job --*/
/*-- Offer --*/
.offer-area-three {
  background-color: #ffffff;
}

/*-- End Offer --*/
/*----- End About CSS -----*/
/*----- Service CSS -----*/
.service-area-three {
  background-color: #ffffff;
}

/*----- End Service CSS -----*/
/*----- Service Details CSS -----*/
.service-details-area .service-details-item .service-details-img {
  margin-bottom: 50px;
}
.service-details-area .service-details-item .service-details-img h2 {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 31px;
  color:#699960;
  
}
.service-details-area .service-details-item .service-details-img p {
  margin-bottom: 15px;
}
.service-details-area .service-details-item .service-details-img img {
  margin-top: 10px;
}
.service-details-area .service-details-item .service-details-robot h2 {
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 15px;
}
.service-details-area .service-details-item .service-details-robot p {
  margin-bottom: 20px;
}
.service-details-area .service-details-item .service-details-robot .robot-left {
  margin-bottom: 30px;
}
.service-details-area .service-details-item .service-details-robot .robot-left ul {
  margin: 0;
  padding: 0;
}
.service-details-area .service-details-item .service-details-robot .robot-left ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 15px;
}
.service-details-area .service-details-item .service-details-robot .robot-left ul li:last-child {
  margin-bottom: 0;
}
.service-details-area .service-details-item .service-details-robot .robot-left ul li:hover i {
  background-color: #282828;
}
.service-details-area .service-details-item .service-details-robot .robot-left ul li i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  background-color: #fa5f0b;
  margin-right: 5px;
  transition: 0.5s all ease;
}
.service-details-area .service-details-item .service-details-robot .robot-right {
  margin-bottom: 30px;
}
.service-details-area .service-details-item .service-details-robot .robot-right img {
  width: 100%;
}
.service-details-area .service-details-item .service-details-cat {
  margin-bottom: 50px;
}
.service-details-area .service-details-item .service-details-cat h3 {
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 35px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.2);
  position: relative;
}
.service-details-area .service-details-item .service-details-cat h3:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  left: 0;
  bottom: -2px;
  background-color: #fa5f0b;
}
.service-details-area .service-details-item .service-details-cat ul {
  margin: 0;
  padding: 0;
}
.service-details-area .service-details-item .service-details-cat ul li {
  list-style-type: none;
  display: block;
  background-color: rgba(221, 221, 221, 0.2);
  padding: 12px 25px;
  text-align: center;
  border-left: 3px solid #fa5f0b;
  border-right: 3px solid #fa5f0b;
  margin-bottom: 15px;
}
.service-details-area .service-details-item .service-details-cat ul li:last-child {
  margin-bottom: 0;
}
.service-details-area .service-details-item .service-details-cat ul li a {
  color: #282828;
  display: block;
  font-weight: 500;
}
.service-details-area .service-details-item .service-details-cat ul li a:hover {
  color: #fa5f0b;
}
.service-details-area .service-details-item .service-details-form h3 {
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 35px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.2);
  position: relative;
}
.service-details-area .service-details-item .service-details-form h3:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  left: 0;
  bottom: -2px;
  background-color: #fa5f0b;
}
.service-details-area .service-details-item .service-details-form .form-group {
  margin-bottom: 30px;
}
.service-details-area .service-details-item .service-details-form .form-group .form-control {
  height: 45px;
  background-color: rgba(221, 221, 221, 0.2);
  border: 1px solid #ddd;
  border-radius: 3px;
  padding-left: 20px;
  font-size: 14px;
}
.service-details-area .service-details-item .service-details-form .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #ddd;
}
.service-details-area .service-details-item .service-details-form .form-group textarea {
  height: auto !important;
  padding-top: 15px;
}
.service-details-area .service-details-item .service-details-form .service-form-btn {
  color: #ffffff;
  background-color: #fa5f0b;
  border-radius: 3px;
  padding: 12px 25px;
  transition: 0.5s all ease;
  font-weight: 500;
}
.service-details-area .service-details-item .service-details-form .service-form-btn:hover {
  background-color: #282828;
}

/*----- End Service Details CSS -----*/
/*----- Project CSS -----*/
.offer-area-four .offer-item {
  margin-left: 0;
  margin-right: 0;
}

.team-area-two {
  background-image: unset;
  background-color: #ffffff;
}
.team-area-two .container {
  top: 0;
}

/*----- End Project CSS -----*/
/*----- Project Details CSS -----*/
.project-details-item {
  margin-bottom: 30px;
}
.project-details-item .project-details-img {
  margin-bottom: 40px;
}
.project-details-item .project-details-img img {
  margin-bottom: 25px;
}
.project-details-item .project-details-img p {
  margin-bottom: 15px;
}
.project-details-item .project-details-img ul {
  margin: 0;
  padding: 0;
}
.project-details-item .project-details-img ul li {
  list-style-type: none;
  display: block;
  font-weight: 500;
  font-size: 18px;
  color: #001430;
  margin-bottom: 12px;
}
.project-details-item .project-details-img ul li:last-child {
  margin-bottom: 0;
}
.project-details-item .project-details-img ul li i {
  color: #fa5f0b;
  display: inline-block;
  font-size: 20px;
  margin-right: 3px;
  position: relative;
  top: 4px;
}
.project-details-item .project-details-content img {
  margin-bottom: 30px;
}
.project-details-item .project-details-content p {
  margin-bottom: 15px;
}
.project-details-item .project-details-content p:last-child {
  margin-bottom: 0;
}
.project-details-item .project-details-content .video-wrap {
  position: relative;
}
.project-details-item .project-details-content .video-wrap img {
  display: block;
  width: 100%;
}
.project-details-item .project-details-content .video-wrap a {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  color: #ffffff;
  font-size: 40px;
  border-radius: 50%;
  background-color: #fa5f0b;
  position: absolute;
  left: 0;
  right: 0;
  top: 38%;
  margin-left: auto;
  margin-right: auto;
}
.project-details-item .project-details-content .video-wrap a i {
  line-height: 60px;
}
.project-details-item .project-details-content .video-wrap a:hover {
  background-color: #282828;
}
.project-details-item .project-details-mec {
  margin-bottom: 50px;
}
.project-details-item .project-details-mec h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 35px;
  padding-bottom: 10px;
  position: relative;
  border-bottom: 1px solid rgba(221, 221, 221, 0.2);
}
.project-details-item .project-details-mec h3:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  left: 0;
  bottom: -2px;
  background-color: #fa5f0b;
}
.project-details-item .project-details-mec ul {
  margin: 0;
  padding: 0;
}
.project-details-item .project-details-mec ul li {
  list-style-type: none;
  display: block;
}
.project-details-item .project-details-mec ul li a {
  display: block;
  color: #3d3d3d;
  padding: 8px 10px 8px 0;
  position: relative;
}
.project-details-item .project-details-mec ul li a i {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
}
.project-details-item .project-details-mec ul li a:hover {
  background-color: #ebf1fe;
  padding: 8px 10px 8px 10px;
}
.project-details-item .project-details-form {
  margin-bottom: 50px;
}
.project-details-item .project-details-form h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 35px;
  padding-bottom: 10px;
  position: relative;
  border-bottom: 1px solid rgba(221, 221, 221, 0.2);
}
.project-details-item .project-details-form h3:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  left: 0;
  bottom: -2px;
  background-color: #fa5f0b;
}
.project-details-item .project-details-form .form-group {
  margin-bottom: 10px;
  position: relative;
}
.project-details-item .project-details-form .form-group label {
  position: absolute;
  top: 8px;
  right: 10px;
  color: #02111e;
  font-size: 20px;
  margin-bottom: 0;
}
.project-details-item .project-details-form .form-group .form-control {
  height: 40px;
  border-radius: 0;
  border: 1px solid transparent;
  background-color: #f4f7fe;
  padding-left: 10px;
  font-size: 12px;
}
.project-details-item .project-details-form .form-group .form-control:focus {
  border: 1px solid #282828;
  box-shadow: none;
}
.project-details-item .project-details-form .form-group textarea {
  height: auto !important;
  padding-top: 10px;
}
.project-details-item .project-details-form .form-group ::-moz-placeholder {
  color: #a6a5a5;
}
.project-details-item .project-details-form .form-group ::placeholder {
  color: #a6a5a5;
}
.project-details-item .project-details-form .project-form-btn {
  border-radius: 0;
  background-color: #fa5f0b;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  width: 100%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: 0.5s all ease;
}
.project-details-item .project-details-form .project-form-btn:hover {
  background-color: #282828;
}
.project-details-item .project-details-click {
  position: relative;
}
.project-details-item .project-details-click img {
  display: block;
  width: 100%;
}
.project-details-item .project-details-click a {
  font-weight: 500;
  color: #fa5f0b;
  background-color: #ffffff;
  padding: 14px 20px;
  display: inline-block;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  max-width: 135px;
  margin-left: auto;
  margin-right: auto;
}
.project-details-item .project-details-click a:hover {
  background-color: #282828;
  color: #ffffff;
}

/*----- End Project Details CSS -----*/
/*----- Blog Details CSS -----*/
.blog-details-item {
  margin-bottom: 30px;
}
.blog-details-item .blog-details-name {
  margin-bottom: 30px;
}
.blog-details-item .blog-details-name .details-user {
  margin-bottom: 16px;
}
.blog-details-item .blog-details-name .details-user ul {
  margin: 0;
  padding: 0;
}
.blog-details-item .blog-details-name .details-user ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}
.blog-details-item .blog-details-name .details-user ul li:last-child {
  margin-right: 0;
}
.blog-details-item .blog-details-name .details-user ul li span {
  display: inline-block;
  font-size: 13px;
  color: #9b9b9b;
}
.blog-details-item .blog-details-name .details-user ul li a {
  display: inline-block;
  color: #777676;
  font-size: 13px;
}
.blog-details-item .blog-details-name .details-user ul li a:hover {
  color: #fa5f0b;
}
.blog-details-item .blog-details-name h2 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 15px;
}
.blog-details-item .blog-details-name p {
  margin-bottom: 35px;
}
.blog-details-item .blog-details-name img {
  display: block;
  margin-bottom: 30px;
}
.blog-details-item .blog-details-name .details-item {
  margin-bottom: 30px;
}
.blog-details-item .blog-details-name .details-item ul {
  margin: 0;
  padding: 0;
}
.blog-details-item .blog-details-name .details-item ul li {
  list-style-type: none;
  display: block;
  font-weight: 500;
  font-size: 18px;
  color: #001430;
  margin-bottom: 18px;
}
.blog-details-item .blog-details-name .details-item ul li:last-child {
  margin-bottom: 0;
}
.blog-details-item .blog-details-name .details-item ul li i {
  color: #fa5f0b;
  display: inline-block;
  font-size: 22px;
  position: relative;
  top: 3px;
  margin-right: 3px;
}
.blog-details-item .blog-details-quote {
  margin-bottom: 30px;
}
.blog-details-item .blog-details-quote blockquote {
  background-color: #f4f4f4;
  border-left: 3px solid #fa5f0b;
  font-style: italic;
  font-size: 20px;
  color: #0c0c39;
  position: relative;
  padding: 45px 30px 35px 60px;
  margin-bottom: 30px;
}
.blog-details-item .blog-details-quote blockquote i {
  font-size: 30px;
  color: #fa5f0b;
  display: inline-block;
  position: absolute;
  top: 30px;
  left: 25px;
}
.blog-details-item .blog-details-quote ul {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.blog-details-item .blog-details-quote ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}
.blog-details-item .blog-details-quote ul li:last-child {
  margin-right: 0;
}
.blog-details-item .blog-details-quote ul li span {
  display: inline-block;
  font-size: 14px;
  color: #9b9b9b;
  margin-right: 15px;
}
.blog-details-item .blog-details-quote ul li a {
  display: inline-block;
  color: #504f4f;
  font-size: 14px;
  background-color: #f4f0f0;
  padding: 12px 20px;
}
.blog-details-item .blog-details-quote ul li a:hover {
  color: #ffffff;
  background-color: #282828;
}
.blog-details-item .details-head h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 35px;
  padding-bottom: 10px;
  position: relative;
  border-bottom: 1px solid rgba(221, 221, 221, 0.2);
}
.blog-details-item .details-head h3:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  left: 0;
  bottom: -2px;
  background-color: #fa5f0b;
}
.blog-details-item .blog-details-search {
  margin-bottom: 50px;
}
.blog-details-item .blog-details-search .form-group {
  position: relative;
  margin-bottom: 0;
}
.blog-details-item .blog-details-search .form-group .form-control {
  height: 50px;
  border: 1px solid #a8a8a8;
  padding-left: 20px;
  font-size: 15px;
  border-radius: 0;
}
.blog-details-item .blog-details-search .form-group .form-control:focus {
  border: 1px solid #a8a8a8;
  box-shadow: none;
}
.blog-details-item .blog-details-search .form-group ::-moz-placeholder {
  color: #9b9b9b;
}
.blog-details-item .blog-details-search .form-group ::placeholder {
  color: #9b9b9b;
}
.blog-details-item .blog-details-search .form-group .blog-details-src-btn {
  transition: 0.5s all ease;
  color: #706f6f;
  font-size: 25px;
  position: absolute;
  top: 8px;
  right: 15px;
  padding: 0;
}
.blog-details-item .blog-details-search .form-group .blog-details-src-btn:hover {
  color: #fa5f0b;
}
.blog-details-item .blog-details-service {
  margin-bottom: 50px;
}
.blog-details-item .blog-details-service ul {
  margin: 0;
  padding: 0;
}
.blog-details-item .blog-details-service ul li {
  list-style-type: none;
  display: block;
}
.blog-details-item .blog-details-service ul li a {
  display: block;
  color: #3d3d3d;
  padding: 8px 10px 8px 0;
  position: relative;
}
.blog-details-item .blog-details-service ul li a i {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
}
.blog-details-item .blog-details-service ul li a:hover, .blog-details-item .blog-details-service ul li a.active {
  background-color: #ebf1fe;
  padding: 8px 10px 8px 10px;
}
.blog-details-item .blog-details-post {
  margin-bottom: 50px;
}
.blog-details-item .blog-details-post ul {
  margin: 0;
  padding: 0;
}
.blog-details-item .blog-details-post ul li {
  list-style-type: none;
  display: block;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.blog-details-item .blog-details-post ul li:last-child {
  margin-bottom: 0;
}
.blog-details-item .blog-details-post ul li img {
  display: inline-block;
  flex: 0 0 30%;
  max-width: 30%;
}
.blog-details-item .blog-details-post ul li .post-inner {
  padding-left: 15px;
  flex: 0 0 65%;
  max-width: 65%;
}
.blog-details-item .blog-details-post ul li .post-inner span {
  display: block;
  font-size: 14px;
  color: #6b6a6a;
  font-family: "Poppins", sans-serif;
  margin-bottom: 8px;
}
.blog-details-item .blog-details-post ul li .post-inner a {
  display: block;
  color: #0c0c39;
}
.blog-details-item .blog-details-post ul li .post-inner a:hover {
  color: #fa5f0b;
}
.blog-details-item .blog-details-robot {
  position: relative;
}
.blog-details-item .blog-details-robot img {
  display: block;
  width: 100%;
}
.blog-details-item .blog-details-robot a {
  font-weight: 500;
  color: #282828;
  background-color: #ffffff;
  padding: 14px 20px;
  display: inline-block;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  max-width: 135px;
  margin-left: auto;
  margin-right: auto;
}
.blog-details-item .blog-details-robot a:hover {
  background-color: #282828;
  color: #ffffff;
}

.blog-area-three {
  border-top: 1px solid #f1f1f1;
  padding-top: 30px;
}
.blog-area-three .section-title {
  margin-bottom: 20px;
  text-align: left;
}
.blog-area-three .section-title h2 {
  font-weight: 600;
  font-size: 24px;
}
.blog-area-three .blog-item .blog-inner {
  padding: 20px 10px 18px 25px;
}
.blog-area-three .blog-item .blog-inner p {
  margin-bottom: 10px;
}
.blog-area-three .blog-dettails-p {
  max-width: 865px;
  margin-bottom: 0;
}

.blog-details-area .blog-details-comment h3 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
  display: inline-block;
}
.blog-details-area .blog-details-comment ul {
  margin: 0;
  padding: 0;
}
.blog-details-area .blog-details-comment ul li {
  list-style-type: none;
  display: block;
  position: relative;
  max-width: 907px;
  padding-bottom: 45px;
  margin-bottom: 35px;
  border-bottom: 1px solid #e3e3e3;
}
.blog-details-area .blog-details-comment ul li:nth-child(2) {
  margin-left: 70px;
}
.blog-details-area .blog-details-comment ul li:nth-child(3) {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.blog-details-area .blog-details-comment ul li img {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.blog-details-area .blog-details-comment ul li .comment-inner {
  padding-left: 85px;
  position: relative;
}
.blog-details-area .blog-details-comment ul li .comment-inner h4 {
  font-size: 16px;
  color: #373636;
  margin-bottom: 8px;
  font-weight: 500;
}
.blog-details-area .blog-details-comment ul li .comment-inner span {
  display: block;
  font-size: 12px;
  color: #9b9b9b;
  margin-bottom: 15px;
}
.blog-details-area .blog-details-comment ul li .comment-inner p {
  margin-bottom: 0;
  font-size: 15px;
}
.blog-details-area .blog-details-comment ul li .comment-inner a {
  display: inline-block;
  font-size: 14px;
  color: #9b9b9b;
  position: absolute;
  top: 20px;
  right: 0;
}
.blog-details-area .blog-details-comment ul li .comment-inner a:hover {
  color: #fa5f0b;
}
.blog-details-area .blog-details-form {
  background-color: #f4f4f4;
  padding: 30px 60px 40px;
}
.blog-details-area .blog-details-form h3 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}
.blog-details-area .blog-details-form .form-group {
  margin-bottom: 20px;
}
.blog-details-area .blog-details-form .form-group .form-control {
  border-radius: 0;
  border: 0;
  background-color: #ffffff;
  padding-left: 20px;
  font-size: 15px;
  height: 50px;
}
.blog-details-area .blog-details-form .form-group .form-control:focus {
  box-shadow: none;
  border: 0;
}
.blog-details-area .blog-details-form .form-group ::-moz-placeholder {
  color: #9b9b9b;
}
.blog-details-area .blog-details-form .form-group ::placeholder {
  color: #9b9b9b;
}
.blog-details-area .blog-details-form .form-group textarea {
  height: auto !important;
  padding-top: 10px;
}
.blog-details-area .blog-details-form .blog-details-form-btn {
  border-radius: 0;
  color: #ffffff;
  background-color: #fa5f0b;
  padding: 15px 25px;
  transition: 0.5s all ease;
}
.blog-details-area .blog-details-form .blog-details-form-btn:hover {
  background-color: #282828;
}

/*----- End Blog Details CSS -----*/
/*----- Contact CSS -----*/
.contact-area .contact-item {
  margin-bottom: 30px;
}
.contact-area .contact-left h3 {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 600;
}
.contact-area .contact-left p {
  margin: 0;
  font-size: 14px;
  margin-bottom: 25px;
}
.contact-area .contact-left ul {
  margin: 0;
  padding: 0;
}
.contact-area .contact-left ul li {
  list-style-type: none;
  display: block;
  color: #282828;
  font-size: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.4117647059);
  padding-bottom: 20px;
}
.contact-area .contact-left ul li:last-child {
  margin-bottom: 0;
}
.contact-area .contact-left ul li i {
  font-size: 21px;
  color: #282828;
  margin-right: 5px;
  position: relative;
  bottom: -5px;
}
.contact-area .contact-left ul li a {
  display: inline-block;
  color: #282828;
}
.contact-area .contact-left ul li a:hover {
  color: #fa5f0b;
}
.contact-area .contact-right h3 {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 600;
}
.contact-area .contact-right .form-group {
  margin-bottom: 25px;
}
.contact-area .contact-right .form-group .form-control {
  border: 1px solid #fa5f0b;
  border-radius: 0;
  height: 50px;
  padding-left: 25px;
  font-size: 14px;
}
.contact-area .contact-right .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #282828;
}
.contact-area .contact-right .form-group textarea {
  height: auto !important;
  padding-top: 15px;
}
.contact-area .contact-right .form-group ::-moz-placeholder {
  color: #282828;
}
.contact-area .contact-right .form-group ::placeholder {
  color: #282828;
}
.contact-area .contact-right .form-group .list-unstyled {
  color: #dc3545;
  margin-top: 10px;
  font-size: 14px;
}
.contact-area .contact-right .contact-btn {
  background-color: #fa5f0b;
  color: #ffffff;
  width: 100%;
  border-radius: 0;
  padding: 12px 0;
  text-transform: uppercase;
  transition: 0.5s all ease;
  opacity: 1;
  font-weight: 600;
}
.contact-area .contact-right .contact-btn:hover {
  background-color: #282828;
}
.contact-area .contact-right .text-danger {
  font-size: 20px;
  margin-top: 12px;
  color: #dc3545;
}
.contact-area .contact-right .text-success {
  font-size: 20px;
  margin-top: 12px;
  color: #28a745;
}

.map-area #map {
  width: 100%;
  height: 450px;
  display: block;
  border: 0;
}

/*----- End Contact CSS -----*/
/*----- FAQ CSS -----*/
.faq-area .faq-head h2 {
  margin-bottom: 35px;
  font-weight: 600;
  font-size: 30px;
  margin-top: -7px;
}
.faq-area .faq-wrap {
  margin-bottom: 50px;
}
.faq-area .faq-wrap:last-child {
  margin-bottom: 30px;
}
.faq-area .accordion {
  padding-left: 0;
  margin: 0;
  padding: 0;
}
.faq-area .accordion p {
  font-size: 16px;
  display: none;
  padding: 20px 45px 15px 20px;
  margin-bottom: 0;
}
.faq-area .accordion a {
  color: #232323;
  font-size: 17px;
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 600;
  padding: 15px 0 15px 18px;
  border: 1px solid #232323;
  border-radius: 8px 8px 0 0;
}
.faq-area .accordion a:hover {
  color: #282828;
}
.faq-area .accordion a:after {
  position: absolute;
  right: 20px;
  content: "+";
  top: 10px;
  color: #232323;
  font-size: 25px;
  font-weight: 700;
}
.faq-area .accordion li {
  position: relative;
  list-style-type: none;
  margin-bottom: 30px;
}
.faq-area .accordion li:first-child {
  border-top: 0;
}
.faq-area .accordion li:last-child {
  margin-bottom: 0;
}
.faq-area .accordion li a.active {
  color: #ffffff;
  background-color: #fa5f0b;
  border: 1px solid #fa5f0b;
}
.faq-area .accordion li a.active:after {
  content: "-";
  font-size: 25px;
  color: #ffffff;
}

/*----- End FAQ CSS -----*/
/*----- Error CSS -----*/
.error-item {
  height: 600px;
  text-align: center;
}
.error-item h1 {
  font-size: 130px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #282828;
}
.error-item p {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 35px;
  color: #282828;
}
.error-item p i {
  display: inline-block;
}
.error-item span {
  display: block;
  color: #646464;
}
.error-item a {
  display: inline-block;
  color: #ffffff;
  background-color: #fa5f0b;
  padding: 20px 45px;
  margin-top: 70px;
  font-size: 18px;
}
.error-item a:hover {
  background-color: #000000;
}

/*----- End Error CSS -----*/
/*----- Coming Soon CSS -----*/
.coming-item {
  height: 100vh;
  text-align: center;
}
.coming-item h1 {
  font-size: 75px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 20px;
}
.coming-item p {
  margin-bottom: 40px;
  max-width: 865px;
  margin-left: auto;
  margin-right: auto;
}
.coming-item .coming-wrap {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.coming-item .coming-wrap .coming-inner {
  text-align: center;
  background-color: #efefef;
  padding-top: 15px;
  padding-bottom: 12px;
  margin-bottom: 30px;
}
.coming-item .coming-wrap .coming-inner h3 {
  font-size: 40px;
  font-weight: 600;
  color: #232323;
  margin-bottom: 0;
}
.coming-item .coming-wrap .coming-inner p {
  font-size: 16px;
  margin-bottom: 0;
}
.coming-item ul {
  margin: 0;
  padding: 0;
}
.coming-item ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 2px;
  margin-left: 2px;
}
.coming-item ul li a {
  display: block;
  color: #ffffff;
  background-color: #fa5f0b;
  width: 35px;
  height: 35px;
  line-height: 39px;
  border-radius: 50%;
  font-size: 16px;
}
.coming-item ul li a:hover {
  background-color: #282828;
}

/*----- End Coming Soon CSS -----*/
/*----- Privacy Policy CSS -----*/
.privacy-area {
  padding-bottom: 50px;
}

.privacy-item {
  margin-bottom: 50px;
}
.privacy-item h2 {
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}
.privacy-item p {
  margin-bottom: 0;
}
.privacy-item ul {
  margin: 0;
  padding: 0;
}
.privacy-item ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 18px;
}
.privacy-item ul li i {
  display: inline-block;
  font-size: 20px;
  position: relative;
  bottom: -2px;
}
.privacy-item ul li:last-child {
  margin-bottom: 0;
}

/*----- End Privacy PolicyCSS -----*/
/*----- Preloader CSS -----*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #fa5f0b;
}

.spinner {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  margin: 100px auto;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
/*----- End Preloader CSS -----*/
/*----- Back to Top CSS ------*/
#toTop {
  position: fixed;
  bottom: 30px;
  right: 0;
  cursor: pointer;
  display: none;
  z-index: 10;
}

.back-to-top-btn i {
  background: #428f33;
  color: #ffffff;
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  font-size: 25px;
  border-radius: 50%;
  transition: 0.5s all ease;
  margin-right: 28px;
  box-shadow: 0px 0px 14px 0px #fa5f0b;
}
.back-to-top-btn i:hover {
  background: #282828;
  color: #ffffff;
  box-shadow: 0px 0px 14px 0px #282828;
}

/*----- End Back to Top CSS -----*/
.about-area .about-img-wrap .about-shape img:nth-child(4) {
  right: 15px;
}/*# sourceMappingURL=style.css.map */









.pb-90 {
    padding-bottom: 90px;
}
.pt-120 {
    padding-top: 120px;
}

/*----------------------------------------*/
/*  03. ABout CSS START
/*----------------------------------------*/
.ab-tab-info {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ab-tab-info {
    margin-bottom: 80px;
  }
}

.ab-left-content {
  margin-left: 75px;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ab-left-content {
    margin-left: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ab-left-content {
    margin-left: 0;
  }
}
.ab-left-content .abd-text {
  font-weight: var(--tp-fw-medium);
  color: var(--tp-heading-primary);
}
.ab-left-content .ab-author h5 {
  font-size: 16px;
  line-height: 26px;
}
.ab-left-content .ab-author h5 span {
  color: #fa5f0b;
  font-weight: var(--tp-fw-regular);
}
.ab-left-content .ab-author-2 h5 {
  color: #fa5f0b;
}

.absp-text {
  display: flex;
  width: 270px;
  padding: 30px;
  box-shadow: 10px 16px 32px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 6px;
  position: absolute;
}
@media (max-width: 575px) {
  .absp-text {
    display: none;
  }
}
.absp-text i {
  font-size: 50px;
  color: #ffc208;
  margin-right: 20px;
}
.absp-text .absp-info h5 {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 0;
  color: #699960;
}
.absp-text .absp-info .absm-title {
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  color: var(--tp-grey-4);
}

.absp-text-1 {
  top: -35px;
  left: -5px;
}

.absp-text-2 {
  bottom: -50px;
  right: -65px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .absp-text-2 {
    right: -10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .absp-text-2 {
    right: -25px;
  }
}

.ab-image.w-img {
  margin-left: 80px;
}
@media (max-width: 575px) {
  .ab-image.w-img {
    margin-left: 0;
  }
}

.sm-text {
  font-size: 18px;
  line-height: 26px;
}

.about__info {
  border-bottom: 1px solid var(--tp-border-2);
}
.about__info-quote {
  font-size: 18px;
  line-height: 26px;
  color: var(--tp-heading-primary);
  font-weight: var(--tp-fw-medium);
}
.about__list-item {
  display: flex;
  align-items: center;
}
.about__list-item i {
  font-size: 70px;
  color: #fa5f0b;
  margin-right: 20px;
}
.about__list-item-title {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}
.about__right {
  margin-right: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__right {
    margin-right: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about__right {
    margin-right: 0;
  }
}
.about__right-2 {
  margin-left: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__right-2 {
    margin-left: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about__right-2 {
    margin-left: 0;
    margin-top: 55px;
  }
}
.about__image {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .about__image {
    margin-top: 40px;
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about__image {
    margin-top: 40px;
    margin-bottom: 55px;
  }
}
.about__image-big img {
  border-radius: 6px;
}
@media (max-width: 575px) {
  .about__image-big img {
    max-width: 100%;
  }
}
.about__image-small {
  position: absolute;
  right: 0;
  bottom: -28%;
}
.about__image-small img {
  width: 300px;
  height: 300px;
  border: 10px solid var(--tp-common-white);
  border-radius: 6px;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
}
@media (max-width: 575px) {
  .about__image-small {
    display: none;
  }
}
.about__image-small-2 {
  bottom: -15%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__image-small-2 {
    bottom: -40%;
  }
}
.about__image-small-2 img {
  width: 370px;
  height: 370px;
}
.about__image-shape {
  position: absolute;
  left: 40px;
  bottom: -25%;
}
.about__image-shape span {
  width: 50px;
  height: 50px;
  background: #fa5f0b;
  display: inline-block;
  border-radius: 6px;
}
.about__image-2 {
  margin-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about__image-2 {
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__image-2 img {
    max-width: 100%;
  }
}
.about__area .abs__info {
  padding-left: 130px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about__area .abs__info {
    margin-bottom: 70px;
  }
}
.about__area .abs__image-2 {
  position: absolute;
  top: -50px;
  left: 0;
  z-index: -1;
}
.about__area .abs__image-2 img {
  width: 250px;
  height: 250px;
}
.about__area .abs__image-3 {
  position: absolute;
  bottom: -15px;
  left: 12%;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__area .abs__image-3 {
    bottom: -60px;
  }
}
.about__area .abs__image-3 img {
  width: 100px;
  height: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__area-2 {
    padding-top: 120px;
  }
}
.about__sm-image .sm-image__item {
  position: relative;
  overflow: hidden;
}
.about__sm-image .sm-image__item img {
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.about__sm-image .sm-image__item:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
   
}
.about__sm-image .sm-image__content {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  background-color: rgba(222, 32, 33, 0.9);
  border-radius: 6px;
  transition: 0.3s;
}
.about__sm-image .sm-image__content .sm-number {
  position: absolute;
  top: 55%;
  transform: translateY(-55%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.about__sm-image .sm-image__content .sm-number a {
  font-size: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--tp-common-white);
  font-weight: var(--tp-fw-sbold);
}
.about__sm-image .sm-image__content .sm-number a span {
  font-size: 36px;
  color: var(--tp-common-white);
}
.about__sm-image .sm-image__content .sm-number p {
  font-size: 16px;
  color: var(--tp-common-white);
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 26px;
}
.about__sm-image-df {
  transform: translateY(-30px);
}

.st-right-border {
  padding-left: 20px;
  border-left: 1px solid var(--tp-border-2);
}

@media (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px) {
  .company__about {
    overflow: hidden;
  }
}
.company__about-tab .about-tabs {
  justify-content: space-around;
  border: 0;
  background: var(--tp-heading-primary);
  width: 100%;
}
.company__about-tab .about-tabs .abst-item {
  width: 33.33%;
  background-color: var(--tp-heading-primary);
  display: flex;
  justify-content: space-evenly;
}
.company__about-tab .about-tabs .abst-item-link {
  border: 0;
  background: inherit;
  font-size: 14px;
  color: var(--tp-common-white);
  text-transform: uppercase;
  font-weight: var(--tp-fw-medium);
  padding: 25px 10px;
  width: 100%;
}
.company__about-tab .about-tabs .abst-item-link i {
  margin-left: 15px;
  visibility: hidden;
  opacity: 0;
}
.company__about-tab .about-tabs .abst-item-link.active {
  background: #fa5f0b;
  position: relative;
}
.company__about-tab .about-tabs .abst-item-link.active::before {
  position: absolute;
  content: "";
  left: 50%;
  right: 0;
  bottom: -8px;
  width: 15px;
  height: 8px;
  background: #fa5f0b;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.company__about-tab .about-tabs .abst-item-link.active i {
  visibility: visible;
  opacity: 1;
}
.company__sm-about span {
  width: 120px;
  height: 120px;
  line-height: 120px;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  background: var(--tp-common-white);
  display: inline-block;
  border-radius: 50%;
  font-size: 20px;
  font-weight: var(--tp-fw-medium);
  color: var(--tp-heading-primary);
  margin-bottom: 70px;
}
.company__sm-about p {
  font-size: 20px;
  line-height: 28px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .company__sm-about p {
    font-size: 18px;
  }
}


.sdf__item {
  padding: 40px;
  border: 1px solid var(--tp-border-2);
  display: flex;
  border-radius: 6px;
  position: relative;
  background: var(--tp-common-white);
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sdf__item {
    padding: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sdf__item {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .sdf__item {
    padding: 20px;
  }
}
.sdf__item::before {
  position: absolute;
  content: "";
  left: 10px;
  right: 10px;
  border-radius: 6px;
  height: 100%;
  bottom: 10px;
  z-index: -2;
  border: 1px solid var(--tp-border-2);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.sdf__item:hover::before {
  bottom: -10px;
  visibility: visible;
  opacity: 1;
  z-index: -1;
}
.sdf__item:hover {
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
}
.sdf__icon {
  margin-right: 20px;
}
.sdf__icon i {
  font-size: 50px;
  color: #fa5f0b;
}
.sdf__text h6 {
  font-size: 20px;
  line-height: 30px;
}
.sdf__text p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

.animate {
  position: relative;
}
.animate::before {
  content: "";
  display: inline-block;
  width: 125px;
  height: 125px;
  padding: 30px;
  border-radius: 50%;
  position: absolute;
  border: 1px solid var(--tp-border-2);
  top: -2px;
  left: -2px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  animation-name: popupBtn;
  animation-duration: 1.6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.animate::after {
  content: "";
  display: inline-block;
  width: 120;
  height: 120;
  padding: 30px;
  border-radius: 50%;
  position: absolute;
  border: 1px solid var(--tp-border-2);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 0;
  animation-name: popupBtn;
  animation-duration: 1.8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

/*----------------------------------------*/
/*  03. Banner CSS START
/*----------------------------------------*/


/*----------------------------------------*/
/*  00. Fact CSS START
/*----------------------------------------*/
.fact__bg {
  background: var(--tp-heading-primary);
  position: relative;
  z-index: 1;
}
.fact__bg::before {
  position: absolute;
  content: "";
  background: #fa5f0b;
  width: 35%;
  left: 0;
  height: 100%;
  z-index: -1;
  top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .fact__bg::before {
    display: none;
  }
}
.fact__image img {
  border-radius: 6px;
}
.fact__info {
  margin-left: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fact__info {
    margin-left: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .fact__info {
    margin-left: 0;
    margin-top: 50px;
  }
}
.fact__info .section__wrapper h4 {
  color: #ffffff;
}
.fact__info .section__wrapper .r-text span {
  color: #60666d;
}
.fact__content-item {
  display: flex;
  align-items: center;
}
.fact__content-item-des h6 {
  font-size: 24px;
  color: #ffffff;
}
.fact__content-item-des p {
  color: #aeb4ba;
  margin-bottom: 0;
}
.fact__content-item-border {
  border-bottom: 1px solid #545a60;
}
.fact__content .fc-text {
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
}
.fact__progress-circular {
  margin-right: 30px;
}
.fact__progress-circular .knob {
  color: #ffffff !important;
  font-size: 24px !important;
  font-weight: var(--tp-fw-sbold) !important;
}





/*.tp-btn {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #fa5f0b;
    border-color: transparent;
    color: #ffffff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    height: 60px;
    line-height: 56px;
    padding: 0px 40px;
    border: 2px solid #fa5f0b;
    border-style: solid;
    box-shadow: none;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    text-align: center;
    z-index: 1;
    position: relative;
    margin-top: 13px;
}*/










@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section__wrapper .section__title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .section__wrapper .section__title {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .section__wrapper .section__title {
    font-size: 26px;
  }
}
.section__wrapper-2 .section__title {
  margin-left: 0;
}
.section__wrapper-2 .sm-title-d {
  color: var(--tp-common-white);
  font-size: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section__wrapper-2 .sm-title-d {
    font-size: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .section__wrapper-2 .sm-title-d {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .section__wrapper-2 .sm-title-d {
    font-size: 26px;
  }
}
.section__wrapper-2::before {
  display: none;
}
.section__wrapper-2 .st-meta {
  font-size: 14px;
  color: var(--tp-theme-1);
  background: var(--tp-theme-2);
  padding: 2px 10px;
  border-radius: 6px;
  display: inline-block;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
}
.section__wrapper-2 .st-meta-2 {
  font-size: 14px;
  color: var(--tp-theme-1);
  background: var(--tp-common-white);
  padding: 2px 10px;
  border-radius: 6px;
  display: inline-block;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
}
.section__wrapper-2 .st-meta-3 {
  font-size: 14px;
  color: var(--tp-common-white);
  background: var(--tp-theme-1);
  padding: 2px 10px;
  border-radius: 6px;
  display: inline-block;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
}
.section__wrapper-3::before {
  background: #545a60;
}
.section__wrapper .r-text {
  position: absolute;
  left: -5%;
  bottom: 32%;
  transform: rotate(-90deg);
}
.section__wrapper .r-text span {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: var(--tp-fw-sbold);
  color: var(--tp-grey-1);
  letter-spacing: 1px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section__wrapper .r-text span {
    font-size: 12px;
  }
}
.section__title {
  font-size: 30px;
  line-height: 1.3;
  padding-top: 20px;
  color: #699960;
  
  /*margin-left: 30px;*/
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section__title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .section__title {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .section__title {
    font-size: 26px;
  }
}

.section-2__wrapper .st-1 {
  font-size: 14px;
  font-weight: var(--tp-fw-sbold);
  display: inline-block;
  color: var(--tp-theme-1);
  position: relative;
  margin-bottom: 5px;
}
.section-2__wrapper .st-1::before {
  position: absolute;
  content: "";
  background: var(--tp-theme-1);
  width: 40px;
  height: 2px;
  top: 50%;
  right: -50px;
}
.section-2__wrapper .st-2 {
  font-size: 16px;
  font-weight: var(--tp-fw-sbold);
  display: inline-block;
  color: var(--tp-theme-1);
  position: relative;
  margin-bottom: 5px;
}
.section-2__wrapper .st-2::before {
  position: absolute;
  content: "";
  background: var(--tp-theme-1);
  width: 70px;
  height: 2px;
  top: 50%;
  right: -80px;
}
.section-2__wrapper .st-2::after {
  position: absolute;
  content: "";
  background: var(--tp-theme-1);
  width: 70px;
  height: 2px;
  top: 50%;
  left: -80px;
}
.section-2__wrapper .section__title {
  font-size: 60px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-2__wrapper .section__title {
    font-size: 40px;
  }
}
.section-2__wrapper .section__title-sd {
  font-size: 50px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-2__wrapper .section__title-sd {
    font-size: 40px;
  }
}
.section-2__wrapper .section__title-sm {
  font-size: 40px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-2__wrapper .section__title-sm {
    font-size: 30px;
  }
}


.benefit-area2 {
	margin:0;
}
.benefit-content2 {
	margin:0;
}


.benefit-area2 .benefit-content2 .benefit-inner i {
  display: inline-block;
  color: #fa5f0b;
  font-size: 45px;
  position: absolute;
  top: -10px;
  left: 0;
}
.benefit-area2 .benefit-content2 .benefit-inner h4 {
  margin-bottom: 0;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  max-width: 240px;
  padding-left: 65px;
}
.benefit-area2 .benefit-content2 .cmn-btn {
  margin-top: 10px;
  color: #000;
  background-color: #e5d300;
}

.benefit-area2 .benefit-content2 .cmn-btn:hover {
  margin-top: 10px;
  color: #fff;
  background-color: #000;
}

.benefit-area2 .benefit-content2 .benefit-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  animation: benefit-shape 10s infinite linear;
}



.banner-area {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 750px;
    position: relative;
    z-index: 1;
}
.banner-img-one {
    background-image: url(../img/home-one/banner-main.jpg);
}

 
.divider2, .parallax2 {
    background-repeat: repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    /*overflow: hidden;*/
    width: 100%;
}

.layer-overlayb.overlay-dark-b::before {
    /* background-color: rgba(12, 14, 43, 0.5); */
}
.layer-overlayb::before {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

 
 .layer-overlayb {
   background-image:url(../img/bg-about.jpg);
}


.section-head.style-6 .sub-title {
    color: #f42223;
    font-size: 1.125rem;
    display: inline-block;
    border-bottom: 3px solid #f42223;
}




button__link {
    color: #fff;
}

.btn-primary, .wp-block-button__link {
    border-color: #f42223;
    background-color: #f42223;
}



.section-head {
    margin-bottom: 40px;
}

.section-head {
  margin-bottom: 40px; }
  @media only screen and (max-width: 1199px) {
    .section-head {
      margin-bottom: 30px; } }
  .section-head h1, .section-head .h1, .section-head h2, .section-head .h2, .section-head h3, .section-head .h3, .section-head h4, .section-head .h4, .section-head h5, .section-head .h5, .section-head h6, .section-head .h6 {
    font-family: var(--font-family-title); }
  .section-head p {
    font-size: 15px;
    line-height: 1.5; }
  .section-head.text-center p {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto; }
	
	
	
	
	
	
	
	.icon-bx-wraper.style-1 {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px; }
  .icon-bx-wraper.style-1 .sep-tl {
    left: 30px;
    top: 30px; }
  .icon-bx-wraper.style-1 .sep-br {
    right: 30px;
    bottom: 30px; }
  .icon-bx-wraper.style-1 .sep-tr {
    right: 30px;
    top: 30px; }
  .icon-bx-wraper.style-1 .sep-bl {
    left: 30px;
    bottom: 30px; }
  .icon-bx-wraper.style-1 .title {
    color: #fff; }
    .icon-bx-wraper.style-1 .title a {
      color: inherit; }
  .icon-bx-wraper.style-1 .sub-title {
    letter-spacing: 3px;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 0; }

.icon-bx-wraper.style-2 {
  margin-bottom: 30px;
  padding: 0 30px; }
  @media only screen and (max-width: 1199px) {
    .icon-bx-wraper.style-2 {
      padding: 0; } }
  .icon-bx-wraper.style-2 .icon-bx {
    font-size: 30px;
    border-radius: 8px;
    width: 60px;
    height: 60px;
    min-width: 60px;
    line-height: 60px;
    margin-top: 8px;
    box-shadow: 0 5px 15px 0 var(--rgba-primary-4); }
    .icon-bx-wraper.style-2 .icon-bx i {
      vertical-align: unset; }
  .icon-bx-wraper.style-2:hover .icon-bx {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s; }

.icon-bx-wraper.style-3 {
  align-items: center;
  display: flex; }
  .icon-bx-wraper.style-3 .icon-lg {
    margin-right: 25px; }

.icon-bx-wraper.style-4 {
  background: #fff;
  padding: 25px;
  align-items: center;
  display: flex;
  border-radius: var(--border-radius-base);
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s; }
  .icon-bx-wraper.style-4 .dz-title {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 2px;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s; }
    @media only screen and (max-width: 1400px) {
      .icon-bx-wraper.style-4 .dz-title {
        font-size: 36px; } }
  .icon-bx-wraper.style-4 .icon-cell {
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s; }
  .icon-bx-wraper.style-4 .icon-lg {
    line-height: 1;
    margin-bottom: 0;
    margin-right: 15px; }
    .icon-bx-wraper.style-4 .icon-lg i {
      font-size: 50px;
      -webkit-transition: all 0.8s;
      -ms-transition: all 0.8s;
      transition: all 0.8s; }
  .icon-bx-wraper.style-4 p {
    color: var(--title);
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s; }
  .icon-bx-wraper.style-4:hover {
    background-color: #f42223);
    transform: translateY(-5px); }
    .icon-bx-wraper.style-4:hover p,
    .icon-bx-wraper.style-4:hover .dz-title {
      color: #fff; }
    .icon-bx-wraper.style-4:hover .icon-cell i {
      color: #fff; }

.icon-bx-wraper.style-5 {
  display: flex;
  align-items: center; }
  .icon-bx-wraper.style-5 .icon-bx {
    margin-right: 20px; }

.icon-bx-wraper.style-6 {
  background: #fff;
  padding: 40px 40px 70px 40px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  box-shadow: 0 2px 60px 0 rgba(0, 0, 0, 0.1);
  border-radius: var(--border-radius-base);
  overflow: hidden; }
  .icon-bx-wraper.style-6 .icon-cell {
    color: #f42223);
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s; }
  .icon-bx-wraper.style-6 .dz-title {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .icon-bx-wraper.style-6 .dz-title:after {
      content: "";
      width: 100%;
      height: 1px;
      background: #000;
      position: absolute;
      bottom: 0;
      left: 0;
      opacity: 0.1; }
  .icon-bx-wraper.style-6 .btn, .icon-bx-wraper.style-6 .wp-block-button__link {
    padding: 0;
    width: 60px;
    height: 60px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 40px;
    justify-content: center;
    border-radius: var(--border-radius-sm) var(--border-radius-sm) 0 0; }
    .icon-bx-wraper.style-6 .btn i, .icon-bx-wraper.style-6 .wp-block-button__link i {
      font-size: 24px; }
  .icon-bx-wraper.style-6:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s; }
  @media only screen and (max-width: 575px) {
    .icon-bx-wraper.style-6 {
      padding: 30px 30px 70px 30px; }
      .icon-bx-wraper.style-6 .btn, .icon-bx-wraper.style-6 .wp-block-button__link {
        left: 30px; } }
  .icon-bx-wraper.style-6.active, .icon-bx-wraper.style-6:hover {
    box-shadow: 0 2px 60px 0 var(--rgba-primary-4);
    color: #fff; }
    .icon-bx-wraper.style-6.active .icon-cell, .icon-bx-wraper.style-6:hover .icon-cell {
      color: #fff; }
    .icon-bx-wraper.style-6.active .dz-title, .icon-bx-wraper.style-6:hover .dz-title {
      color: #fff; }
      .icon-bx-wraper.style-6.active .dz-title:after, .icon-bx-wraper.style-6:hover .dz-title:after {
        background: #fff;
        opacity: 0.3; }
    .icon-bx-wraper.style-6.active:after, .icon-bx-wraper.style-6:hover:after {
      background: var(--rgba-primary-9); }
    .icon-bx-wraper.style-6.active .btn, .icon-bx-wraper.style-6.active .wp-block-button__link, .icon-bx-wraper.style-6:hover .btn, .icon-bx-wraper.style-6:hover .wp-block-button__link {
      background: #fff;
      border-color: #fff;
      color: #f42223); }
  .icon-bx-wraper.style-6 .icon-lg {
    line-height: 1;
    margin-bottom: 25px; }

.icon-bx-wraper.style-7 {
  min-height: 70px; }
  .icon-bx-wraper.style-7 .icon-bx-sm {
    width: 70px;
    height: 70px;
    min-width: 70px;
    line-height: 70px;
    border: 1px solid var(--rgba-primary-2);
    border-radius: var(--border-radius-sm); }
    .icon-bx-wraper.style-7 .icon-bx-sm i {
      font-size: 35px; }
  .icon-bx-wraper.style-7 p {
    font-size: 18px; }
  @media only screen and (max-width: 767px) {
    .icon-bx-wraper.style-7 {
      margin-bottom: 20px; }
      .icon-bx-wraper.style-7 p {
        font-size: 16px; } }

.icon-bx-wraper.style-8 {
  padding: 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: var(--border-radius-base); }
  .icon-bx-wraper.style-8:after {
    content: "";
    height: 100%;
    width: 0;
    background-color: #f42223);
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -webkit-transform-origin: left;
    -o-transform-origin: left; }
  .icon-bx-wraper.style-8 .icon-lg {
    line-height: 1; }
  .icon-bx-wraper.style-8 .sub-title {
    font-size: 15px;
    font-weight: 500; }
  .icon-bx-wraper.style-8:not([class*='bg-white']) .dz-title {
    color: #fff; }
  .icon-bx-wraper.style-8:not([class*='bg-white']) p {
    color: #fff;
    opacity: 0.7; }
  .icon-bx-wraper.style-8:not([class*='bg-white']) .sub-title {
    color: #fff;
    opacity: 0.4; }
  @media only screen and (max-width: 575px) {
    .icon-bx-wraper.style-8 {
      padding: 35px; } }
  .icon-bx-wraper.style-8.active:after, .icon-bx-wraper.style-8:hover:after {
    width: 100%;
    left: 0;
    right: auto;
    transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -webkit-transform-origin: right;
    -o-transform-origin: right; }

.icon-bx-wraper.style-9 .icon-bx {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  z-index: 1; }
  .icon-bx-wraper.style-9 .icon-bx i {
    font-size: 34px; }
  .icon-bx-wraper.style-9 .icon-bx:after {
    content: "";
    height: 100%;
    width: 100%;
    border-radius: 50%;
    transform: scale(0);
    background-color: #f42223);
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1; }

.icon-bx-wraper.style-9 .list-num {
  background-color: #f42223);
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-weight: 500;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -5px;
  color: #fff;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s; }

.icon-bx-wraper.style-9.active .list-num, .icon-bx-wraper.style-9:hover .list-num {
  background-color: #fff;
  color: #f42223); }

.icon-bx-wraper.style-9.active .icon-bx .icon-cell, .icon-bx-wraper.style-9:hover .icon-bx .icon-cell {
  color: #fff; }

.icon-bx-wraper.style-9.active .icon-bx:after, .icon-bx-wraper.style-9:hover .icon-bx:after {
  transform: scale(1); }

.icon-bx-wraper.style-10 {
  padding: 30px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s; }
  .icon-bx-wraper.style-10 .icon-bx {
    border: 1px solid;
    border-color: #f42223);
    margin-right: 25px;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    border-radius: var(--border-radius-sm); }
  .icon-bx-wraper.style-10 p {
    font-size: 18px; }
  .icon-bx-wraper.style-10 i,
  .icon-bx-wraper.style-10 p,
  .icon-bx-wraper.style-10 .dz-title {
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s; }
  .icon-bx-wraper.style-10.active, .icon-bx-wraper.style-10:hover {
    background-color: #f42223); }
    .icon-bx-wraper.style-10.active .dz-title,
    .icon-bx-wraper.style-10.active p,
    .icon-bx-wraper.style-10.active i, .icon-bx-wraper.style-10:hover .dz-title,
    .icon-bx-wraper.style-10:hover p,
    .icon-bx-wraper.style-10:hover i {
      color: #fff; }
    .icon-bx-wraper.style-10.active .icon-bx, .icon-bx-wraper.style-10:hover .icon-bx {
      border-color: #fff; }
  @media only screen and (max-width: 575px) {
    .icon-bx-wraper.style-10 {
      padding: 20px; }
      .icon-bx-wraper.style-10 .icon-bx {
        margin-right: 20px; }
      .icon-bx-wraper.style-10 p {
        font-size: 16px; } }

.icon-bx-wraper.style-11 .btn-link {
  font-weight: 600; }
  .icon-bx-wraper.style-11 .btn-link i {
    margin-left: 8px;
    font-size: 13px; }

.icon-bx-wraper.style-11 .icon-bx {
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius-sm); }
  .icon-bx-wraper.style-11 .icon-bx:after {
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    background-color: #f42223);
    width: 100%;
    border-radius: inherit;
    position: absolute;
    transform: scale(0); }
  .icon-bx-wraper.style-11 .icon-bx i {
    font-size: 35px;
    position: relative;
    z-index: 1; }
  .icon-bx-wraper.style-11 .icon-bx svg {
    z-index: 1;
    position: relative; }
    .icon-bx-wraper.style-11 .icon-bx svg path,
    .icon-bx-wraper.style-11 .icon-bx svg rect {
      fill: #f42223); }
  .icon-bx-wraper.style-11 .icon-bx.radius {
    border-radius: 100%; }
  .icon-bx-wraper.style-11 .icon-bx.shadow {
    box-shadow: 0px 0 30px 0 var(--rgba-primary-1) !important; }

.icon-bx-wraper.style-11:hover .icon-bx i {
  color: #fff; }

.icon-bx-wraper.style-11:hover .icon-bx svg path,
.icon-bx-wraper.style-11:hover .icon-bx svg rect {
  fill: #fff; }

.icon-bx-wraper.style-11:hover .icon-bx:after {
  transform: scale(1); }

.icon-bx-wraper.style-12 {
  display: flex;
  align-items: center;
  z-index: 1; }
  .icon-bx-wraper.style-12:after {
    content: attr(data-name);
    position: absolute;
    font-size: 100px;
    font-weight: 600;
    width: 100%;
    line-height: 1;
    text-align: center;
    letter-spacing: 10px;
    z-index: -1;
    color: #fff;
    text-shadow: 0 0 1px #f42223), 0 0 1px #f42223), 0 0 1px #f42223);
    opacity: 0.7;
    display: block; }
    @media only screen and (max-width: 1199px) {
      .icon-bx-wraper.style-12:after {
        font-size: 80px; } }
  .icon-bx-wraper.style-12:hover .counter, .icon-bx-wraper.style-12:hover:after {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }
  .icon-bx-wraper.style-12 .title {
    margin-bottom: 0;
    font-weight: 500;
    padding-left: 20px; }
    @media only screen and (max-width: 1199px) {
      .icon-bx-wraper.style-12 .title {
        font-size: 20px; } }
  .icon-bx-wraper.style-12 .counter {
    font-weight: 700;
    font-size: 70px;
    line-height: 1;
    margin: 0; }
    @media only screen and (max-width: 1199px) {
      .icon-bx-wraper.style-12 .counter {
        font-size: 50px; } }
  @media only screen and (max-width: 575px) {
    .icon-bx-wraper.style-12 {
      margin-bottom: 50px; } }

.icon-bx-wraper.style-13 {
  display: flex;
  align-items: center; }
  .icon-bx-wraper.style-13 .icon-bx {
    background-color: #fff;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
    line-height: 78px; }
    .icon-bx-wraper.style-13 .icon-bx:after {
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      transition: all 0.5s;
      content: "";
      height: 100%;
      left: 0;
      top: 0;
      background-color: #f42223;
      width: 100%;
      border-radius: 50%;
      position: absolute;
      transform: scale(0); }
    .icon-bx-wraper.style-13 .icon-bx.border {
      border-color: inherit !important; }
    .icon-bx-wraper.style-13 .icon-bx i {
      font-size: 35px;
      position: relative;
      z-index: 1; }
    .icon-bx-wraper.style-13 .icon-bx.shadow {
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) !important; }
  .icon-bx-wraper.style-13 .title {
    font-size: 20px; }
  .icon-bx-wraper.style-13 p {
    font-size: 18px; }
  .icon-bx-wraper.style-13:hover .icon-bx i {
    color: #fff; }
  .icon-bx-wraper.style-13:hover .icon-bx:after {
    transform: scale(1.2); }

.icon-bx-wraper.style-14 {
  background: #fff;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s; }
  .icon-bx-wraper.style-14:hover {
    transform: translateY(-15px); }
  .icon-bx-wraper.style-14 .icon-media {
    margin-bottom: 25px; }
  .icon-bx-wraper.style-14 .icon-content .dz-title {
    margin-bottom: 15px; }

.icon-bx-wraper.style-15 {
  border-color: #e1e1e1;
  height: calc(100% - 30px);
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 1; }
  .icon-bx-wraper.style-15 [class*="icon-bx-"] {
    background: var(--rgba-primary-1);
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s; }
  .icon-bx-wraper.style-15 .icon-bx-sm {
    height: 80px;
    width: 80px;
    min-width: 80px;
    line-height: 80px; }
    .icon-bx-wraper.style-15 .icon-bx-sm i {
      font-size: 40px; }
  .icon-bx-wraper.style-15 [class*="icon-bx-"] svg path,
  .icon-bx-wraper.style-15 [class*="icon-bx-"] svg circle {
    fill: #f42223; }
  .icon-bx-wraper.style-15 .title a {
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s; }
  .icon-bx-wraper.style-15:after {
    height: 0;
    bottom: 0;
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    background: #f42223;
    z-index: -1;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s; }
  .icon-bx-wraper.style-15:before {
    height: 0;
    bottom: 0;
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    background: #212529;
    z-index: 0;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s; }
  .icon-bx-wraper.style-15:hover {
    border-color: #f42223;
    box-shadow: 1px 1.732px 60px 0px var(--rgba-primary-3);
    color: #fff; }
    .icon-bx-wraper.style-15:hover [class*="icon-bx-"] {
      background: #fff; }
    .icon-bx-wraper.style-15:hover .title a {
      color: #fff; }
    .icon-bx-wraper.style-15:hover:after {
      height: 100%; }
    .icon-bx-wraper.style-15:hover:before {
      height: 5px; }

.icon-bx-wraper.style-16 {
  display: flex;
  align-items: center;
  padding: 20px 30px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  border-radius: var(--border-radius-base); }
  .icon-bx-wraper.style-16 p {
    font-size: 18px; }
  .icon-bx-wraper.style-16:after {
    content: attr(data-name);
    position: absolute;
    font-size: 80px;
    right: 10px;
    bottom: 5px;
    line-height: 1;
    font-weight: 700;
    color: #000;
    opacity: .05;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s; }
  .icon-bx-wraper.style-16:hover {
    box-shadow: 0 5px 60px 0 rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px); }
    .icon-bx-wraper.style-16:hover:after {
      transform: scale(2);
      -moz-transform: scale(2);
      -webkit-transform: scale(2);
      -ms-transform: scale(2);
      -o-transform: scale(2); }

.icon-bx-wraper.style-17 {
  padding: 50px 35px;
  background: #fff;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  border-radius: var(--border-radius-base); }
  .icon-bx-wraper.style-17 .icon-xl {
    position: relative;
    width: auto;
    line-height: 1;
    z-index: 1; }
  .icon-bx-wraper.style-17 [class*="icon-"] svg path,
  .icon-bx-wraper.style-17 [class*="icon-"] svg circle {
    fill: #f42223; }
  .icon-bx-wraper.style-17:after {
    content: "";
    position: absolute;
    height: 350px;
    width: 100px;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    background: var(--rgba-primary-4);
    right: -100px;
    bottom: -20px;
    transform: rotate(15deg);
    box-shadow: 0 -16px 0 30px var(--rgba-primary-1), 0 -16px 0 60px var(--rgba-primary-1), 0 -16px 0 90px var(--rgba-primary-1); }
  .icon-bx-wraper.style-17 .title a,
  .icon-bx-wraper.style-17 p {
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s; }
  .icon-bx-wraper.style-17:hover {
    background: #1e1d23;
    transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px); }
    .icon-bx-wraper.style-17:hover .title a {
      color: #fff; }
    .icon-bx-wraper.style-17:hover p {
      color: #fff; }
    .icon-bx-wraper.style-17:hover:after {
      background: rgba(255, 255, 255, 0.4);
      box-shadow: 0 -16px 0 30px rgba(255, 255, 255, 0.1), 0 -16px 0 60px rgba(255, 255, 255, 0.1), 0 -16px 0 90px rgba(255, 255, 255, 0.1);
      opacity: 0.5;
      transform: rotate(15deg) scale(1.5); }
  @media only screen and (max-width: 767px) {
    .icon-bx-wraper.style-17 {
      padding: 20px; } }

.icon-bx-wraper.style-18 {
  box-shadow: 0 0 95px 0px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 0.25rem;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s; }
  .icon-bx-wraper.style-18:hover {
    transform: translateY(-10px); }
  .icon-bx-wraper.style-18.center .icon-bx-sm {
    margin-left: auto;
    margin-right: auto; }
  .icon-bx-wraper.style-18 .icon-bx-sm {
    margin-top: -70px;
    margin-bottom: 20px;
    box-sizing: border-box;
    position: relative;
    top: 0px;
    display: block;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1); }
    .icon-bx-wraper.style-18 .icon-bx-sm i {
      font-size: 40px; }
  .icon-bx-wraper.style-18 .icon-content .dz-title {
    margin-bottom: 10px; }
  .icon-bx-wraper.style-18 .icon-content p {
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 1.4; }
    @media only screen and (max-width: 1199px) {
      .icon-bx-wraper.style-18 .icon-content p {
        font-size: 16px; } }

.icon-bx-wraper.style-19 {
  align-items: center;
  display: flex;
  position: relative;
  padding: 10px; }
  .icon-bx-wraper.style-19::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 5%;
    z-index: 0;
    height: 100%;
    background: #428f33;
    border-radius: var(--border-radius-sm); }
  .icon-bx-wraper.style-19 .icon-lg {
    position: relative;
    z-index: 2;
    border-radius: var(--border-radius-sm);
    margin-right: 20px; }
    .icon-bx-wraper.style-19 .icon-lg .icon-cell {
      width: 41px;
      height: 37px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .icon-bx-wraper.style-19 .icon-lg .icon-cell i {
        font-size: 25px; }
  .icon-bx-wraper.style-19 p {
    margin: 0;
    font-weight: 500; }
  @media only screen and (max-width: 767px) {
    .icon-bx-wraper.style-19::before {
      width: 16%; } }

.icon-bx-wraper.style-20 {
  display: flex;
  align-items: center;
  padding: 10px 0 10px 10px; }
  .icon-bx-wraper.style-20::after, .icon-bx-wraper.style-20::before {
    content: '';
    position: absolute;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    z-index: 0; }
  .icon-bx-wraper.style-20::after {
    top: 0px;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #f42223;
    border-right: 0;
    opacity: 1;
    border-radius: var(--border-radius-sm); }
  .icon-bx-wraper.style-20::before {
    top: 0;
    right: 15px;
    background: #f42223;
    height: 60%;
    padding: 16px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0 50px 50px 0;
    opacity: 0; }
    @media only screen and (max-width: 991px) {
      .icon-bx-wraper.style-20::before {
        height: 80%; } }
    @media only screen and (max-width: 575px) {
      .icon-bx-wraper.style-20::before {
        height: 72%;
        box-shadow: 0, 0, 0, 1rem rgba(0, 0, 0, 0.1); } }
  .icon-bx-wraper.style-20 .icon-content {
    position: relative;
    overflow: visible;
    box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.15);
    z-index: 2;
    border-radius: var(--border-radius-sm);
    padding: 32px;
    width: 100%; }
    .icon-bx-wraper.style-20 .icon-content::before {
      content: ' ';
      position: absolute;
      top: 50%;
      left: -1px;
      transform: translateY(-50%);
      background: #f42223;
      width: 0;
      opacity: 0;
      height: 35px;
      z-index: 0;
      clip-path: polygon(0% 0%, 20% 0, 69% 50%, 19% 100%, 0% 100%);
      -webkit-transition: all 0.8s;
      -ms-transition: all 0.8s;
      transition: all 0.8s; }
    .icon-bx-wraper.style-20 .icon-content .title {
      margin-bottom: 0; }
    .icon-bx-wraper.style-20 .icon-content p {
      padding-right: 20px; }
    @media only screen and (max-width: 575px) {
      .icon-bx-wraper.style-20 .icon-content {
        padding: 20px; }
        .icon-bx-wraper.style-20 .icon-content::before {
          height: 30px; } }
  .icon-bx-wraper.style-20 .icon-bx {
    background: #f42223;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    margin-left: -40px;
    position: relative;
    z-index: 4;
    opacity: 1;
    min-width: 70px;
    height: 60px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s; }
    .icon-bx-wraper.style-20 .icon-bx .dz-title {
      color: #fff;
      font-weight: 700;
      font-size: 1.5rem;
      color: #FFFFFF;
      margin: 0; }
    .icon-bx-wraper.style-20 .icon-bx p {
      font-size: 12px;
      font-weight: 600;
      text-transform: uppercase;
      color: #fff;
      margin-top: -6px; }
  .icon-bx-wraper.style-20:hover::after, .icon-bx-wraper.style-20.active::after {
    width: 80%;
    opacity: 1; }
  .icon-bx-wraper.style-20:hover::before, .icon-bx-wraper.style-20.active::before {
    opacity: 1; }
  .icon-bx-wraper.style-20:hover .icon-content::before, .icon-bx-wraper.style-20.active .icon-content::before {
    width: 40px;
    opacity: 1; }
    @media only screen and (max-width: 575px) {
      .icon-bx-wraper.style-20:hover .icon-content::before, .icon-bx-wraper.style-20.active .icon-content::before {
        width: 25px; } }
  .icon-bx-wraper.style-20:hover .icon-bx, .icon-bx-wraper.style-20.active .icon-bx {
    opacity: 1; }

.icon-bx-wraper.style-21 {
  position: relative;
  display: inline-block;
  padding: 20px 56px 20px 30px;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  align-items: center;
  display: flex;
  border-radius: var(--border-radius-sm); }
  @media only screen and (max-width: 1199px) {
    .icon-bx-wraper.style-21 {
      padding: 18px; } }
  .icon-bx-wraper.style-21:nth-child(2) {
    margin-left: 5rem; }
  .icon-bx-wraper.style-21:nth-child(1) {
    margin-right: 4rem; }
  .icon-bx-wraper.style-21:nth-child(3) {
    margin-right: 4rem; }
  @media only screen and (max-width: 575px) {
    .icon-bx-wraper.style-21 {
      width: 100%;
      margin-left: 0 !important; } }
  .icon-bx-wraper.style-21::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.1);
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius-sm);
    z-index: 1;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s; }
  .icon-bx-wraper.style-21 .data-text {
    position: absolute;
    top: -60px;
    left: -20px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: white;
    -webkit-text-stroke-width: 1px;
    font-family: 'inter';
    font-size: 100px;
    z-index: 0; }
    @media only screen and (max-width: 575px) {
      .icon-bx-wraper.style-21 .data-text {
        top: -50px;
        left: -10px;
        font-size: 72px; } }
  .icon-bx-wraper.style-21 .icon-lg {
    z-index: 4;
    position: relative; }
    .icon-bx-wraper.style-21 .icon-lg .icon-cell {
      -webkit-transition: all 0.8s;
      -ms-transition: all 0.8s;
      transition: all 0.8s; }
    .icon-bx-wraper.style-21 .icon-lg img {
      width: 60px;
      height: 60px; }
  .icon-bx-wraper.style-21 .icon-content {
    z-index: 4;
    position: relative;
    padding-left: 15px; }
    .icon-bx-wraper.style-21 .icon-content .dz-title {
      color: #fff;
      font-size: 1.25rem;
      font-weight: 600;
      line-height: normal; }
      @media only screen and (max-width: 575px) {
        .icon-bx-wraper.style-21 .icon-content .dz-title {
          font-size: 1.2rem; } }
    .icon-bx-wraper.style-21 .icon-content p {
      font-weight: 400;
      font-size: 14px;
      color: #FFFFFF;
      margin: 0; }
      @media only screen and (max-width: 1199px) {
        .icon-bx-wraper.style-21 .icon-content p {
          font-size: 0.875rem; } }
  .icon-bx-wraper.style-21:hover .icon-cell {
    color: #fff !important; }
  .icon-bx-wraper.style-21:hover:before {
    background: #f42223; }
	
	
	.m-b30 {
    margin-bottom: 30px;
}

.m-b40 {
    margin-bottom: 40px;
}

.m-b50 {
    margin-bottom: 50px;
}

.content-inner {
    padding-top: 40px;
    padding-bottom: 11px;
}
.m-b20 {
    margin-bottom: 20px;
}
/*.content-area-2 .map-iframe::after {
    content: ' ';
    position: absolute;
    top: 0;
	left:0;
    right: 0;
    width: 50%;
    height: 100%;
    border: 20px solid #F00;
    border-left: 0;
    border-radius: var(--border-radius-sm);
}
*/

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: #ffc208 !important;
}

.footer-item .footer-logo h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #ffffff;
}



/*.overlay-primary-dark:before, .overlay-white-dark:before, .overlay-gradient-dark:before, .overlay-black-dark:before {
    opacity: 0.9;
}
.overlay-black-light:before, .overlay-black-middle:before, .overlay-black-dark:before {
    background: #1e1d23;
}
.overlay-black-light:before, .overlay-black-middle:before, .overlay-black-dark:before, .overlay-gradient-light:before, .overlay-gradient-middle:before, .overlay-gradient-dark:before, .overlay-white-light:before, .overlay-white-middle:before, .overlay-white-dark:before, .overlay-primary-light:before, .overlay-primary-middle:before, .overlay-primary-dark:before, .overlay-primary:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}



section-head.style-6 .sub-title {
    color: #1e1d23;
    font-size: 1.125rem;
    display: inline-block;
    border-bottom: 3px solid #1e1d23;
}



.content-area-2 .dz-form.style-6 .input-group .form-control, .content-area-2 .dz-form.style-6 .input-group .wp-block-categories-dropdown select, .wp-block-categories-dropdown .content-area-2 .dz-form.style-6 .input-group select, .content-area-2 .dz-form.style-6 .input-group .wp-block-archives-dropdown select, .wp-block-archives-dropdown .content-area-2 .dz-form.style-6 .input-group select, .content-area-2 .dz-form.style-6 .input-group .comment-respond .comment-form p.comment-form-author input, .comment-respond .comment-form p.comment-form-author .content-area-2 .dz-form.style-6 .input-group input, .content-area-2 .dz-form.style-6 .input-group .comment-respond .comment-form p.comment-form-email input, .comment-respond .comment-form p.comment-form-email .content-area-2 .dz-form.style-6 .input-group input, .content-area-2 .dz-form.style-6 .input-group .comment-respond .comment-form p.comment-form-url input, .comment-respond .comment-form p.comment-form-url .content-area-2 .dz-form.style-6 .input-group input, .content-area-2 .dz-form.style-6 .input-group .comment-respond .comment-form p textarea, .comment-respond .comment-form p .content-area-2 .dz-form.style-6 .input-group textarea {
    border: none;
    outline: none;
    background: transparent;
    border-bottom: 2px solid #e0e0e0;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    font-size: 16px;
    color: #000;
}

.content-area-2 .map-iframe::after {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    border: 20px solid #1e1d23;
    border-left: 0;
    border-radius: var(--border-radius-sm);
}*/



.dz-form .form-control, .dz-form .wp-block-categories-dropdown select, .wp-block-categories-dropdown .dz-form select, .dz-form .wp-block-archives-dropdown select, .wp-block-archives-dropdown .dz-form select, .dz-form .comment-respond .comment-form p.comment-form-author input, .comment-respond .comment-form p.comment-form-author .dz-form input, .dz-form .comment-respond .comment-form p.comment-form-email input, .comment-respond .comment-form p.comment-form-email .dz-form input, .dz-form .comment-respond .comment-form p.comment-form-url input, .comment-respond .comment-form p.comment-form-url .dz-form input, .dz-form .comment-respond .comment-form p textarea, .comment-respond .comment-form p .dz-form textarea {
    border-radius: var(--border-radius-sm);
}
.form-control, .wp-block-categories-dropdown select, .wp-block-archives-dropdown select, .comment-respond .comment-form p.comment-form-author input, .comment-respond .comment-form p.comment-form-email input, .comment-respond .comment-form p.comment-form-url input, .comment-respond .comment-form p textarea {
    height: 60px;
    border: 1px solid #cccccc;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 400;
    color: #777777;
    transition: all 0.3s ease-in-out;
    background: #fff;
    border-radius: var(--border-radius-sm);
}



.btn.w-100, .w-100.wp-block-button__link, .btn.btn-block, .btn-block.wp-block-button__link {
    width: 100%;
    justify-content: center;
}
.btn.btn-primary, .wp-block-button__link {
    color: #000;
}
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: pointer;
}
.btn-primary, .wp-block-button__link {
    border-color: #ffc208;
    background-color: #ffc208;
}
.btn, .wp-block-button__link {
    padding: 18px 30px;
    display: inline-flex;
    border-radius: var(--border-radius-lg);
    font-size: 15px;
    font-weight: 400;
    position: relative;
    line-height: 1.5;
    align-items: center;
    overflow: hidden;
}


.work__area-two {
    background: #171717;
}
.section-pb-90 {
    padding-bottom: 0px;
}
.section-pt-120 {
    padding-top: 22px;
}

.section__title-three .sub-title {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #f66300;
    line-height: 1;
    margin-bottom: 15px;
}

.section__title.white-title .title {
    color: #ffffff;
}
@media (max-width: 1500px) {
    .section__title .title {
        font-size: 35px;
    }
}
.section__title .title {
    font-size: 25px;
    line-height: 1.2;
    margin: 0 0 64px 0px;
    text-transform: uppercase;
    font-weight: 600;
}








/*=============================
        13. Work
===============================*/
.work__area {
  background: var(--tg-color-gray-2);
  padding: 195px 0 260px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .work__area {
    padding: 170px 0 200px;
  }
}
@media (max-width: 991.98px) {
  .work__area {
    padding: 140px 0 150px;
  }
}
@media (max-width: 767.98px) {
  .work__area {
    padding: 100px 0;
  }
}
.work__area-two {
  background: #171717;
}
.work__inner-wrap {
  margin: 0 30px;
  background: var(--tg-theme-secondary);
}
@media (max-width: 1500px) {
  .work__inner-wrap {
    margin: 0 20px;
  }
}
@media (max-width: 767.98px) {
  .work__inner-wrap {
    margin: 0 10px;
  }
}
.work__item {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  padding-right: 85px;
}
@media (max-width: 1500px) {
  .work__item {
    padding-right: 70px;
  }
}
@media (max-width: 1199.98px) {
  .work__item {
    padding-right: 0;
  }
}
.work__item-wrap .row [class*=col-]:nth-child(odd) {
  margin-top: 90px;
}
@media (max-width: 991.98px) {
  .work__item-wrap .row [class*=col-]:nth-child(odd) {
    margin-top: 0;
  }
}
.work__item-wrap .row [class*=col-]:nth-child(even) .work__arrow {
  transform: rotate(22deg);
  top: 100px;
}
.work__item-wrap .row [class*=col-]:last-child .work__arrow {
  display: none;
}
.work__item:hover .work__icon {
  transform: translateY(5px);
}
.work__item-two {
  margin-bottom: 25px;
}
.work__thumb img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .work__thumb img {
    height: 280px;
  }
}
.work__content {
  text-align: center;
}
.work__content .title {
  margin-bottom: 45px;
  font-size: 72px;
  line-height: 1.1;
}
@media (max-width: 1500px) {
  .work__content .title {
    font-size: 68px;
  }
}
@media (max-width: 1199.98px) {
  .work__content .title {
    font-size: 55px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .work__content .title {
    font-size: 46px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .work__content .title {
    font-size: 50px;
    margin-bottom: 25px;
  }
}
.work__content-two .title {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: 600;
}
.work__content-two p {
  margin-bottom: 15px;
}
.work__content-two .link-btn {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  gap: 5px;
}
.work__content-two .link-btn i {
  font-size: 14px;
}
.work__content-two .link-btn:hover {
  gap: 8px;
}
.work__content-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: var(--tg-theme-secondary);
  position: relative;
}
.work__content-three {
  background: var(--tg-theme-secondary);
  padding: 25px 30px;
  position: relative;
  position: absolute;
  left: 100px;
  bottom: 0;
  right: 0;
  z-index: 2;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .work__content-three {
    padding: 25px 20px;
    left: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .work__content-three {
    padding: 25px 25px;
  }
}
.work__content-three::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  width: 170px;
  height: 1030px;
  z-index: -2;
  opacity: 0.55;
  background: linear-gradient(180deg, #262626 8.61%, rgba(18, 18, 18, 0) 100%);
}
.work__content-three span {
  display: block;
  text-transform: uppercase;
  color: #f66300;
  letter-spacing: 0.65px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
}
.work__content-three .title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
}
@media (max-width: 1199.98px) {
  .work__content-three .title {
    font-size: 22px;
  }
}
.work__content-three p {
  margin-bottom: 0;
}
.work__btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-content: center;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .work__btn {
    gap: 20px;
  }
}
.work__icon {
  width: 150px;
  height: 150px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 60px;
  color: #f66300;
  line-height: 0;
  position: relative;
  margin: 0 auto 30px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 1199.98px) {
  .work__icon {
    width: 130px;
    height: 130px;
  }
}
.work__icon span {
  width: 40px;
  height: 40px;
  background: #ffc208;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
}
.work__icon-two {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: #ffffff;
  line-height: 0;
  color: #f66300;
  font-size: 55px;
}
@media (max-width: 1199.98px) {
  .work__icon-two {
    width: 80px;
    height: 80px;
    font-size: 45px;
  }
}
.work__arrow {
  position: absolute;
  right: -30px;
  top: 22px;
  transform: rotate(-22deg);
  color: #ffffff;
}
@media (max-width: 1500px) {
  .work__arrow {
    right: -40px;
  }
}
@media (max-width: 1199.98px) {
  .work__arrow {
    right: -55px;
  }
}
@media (max-width: 991.98px) {
  .work__arrow {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .work__arrow svg {
    width: 80px;
  }
}
.work__wrapper {
  position: relative;
}
@media (max-width: 767.98px) {
  .work__img-wrap {
    display: none;
  }
}
.work__img-wrap .list-wrap li {
  position: absolute;
  z-index: -1;
}
.work__img-wrap .list-wrap li img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  object-fit: cover;
}
.work__img-wrap .list-wrap li:nth-child(1) {
  left: 10%;
  top: -2%;
}
@media (max-width: 1199.98px) {
  .work__img-wrap .list-wrap li:nth-child(1) {
    left: 5%;
    top: -56%;
  }
}
@media (max-width: 991.98px) {
  .work__img-wrap .list-wrap li:nth-child(1) {
    display: none;
  }
}
.work__img-wrap .list-wrap li:nth-child(1)::before {
  content: "";
  width: 184px;
  height: 184px;
  position: absolute;
  right: -10px;
  bottom: -10px;
  z-index: -1;
  border: 1px solid var(--tg-border-1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.work__img-wrap .list-wrap li:nth-child(1) img {
  width: 150px;
  height: 150px;
}
.work__img-wrap .list-wrap li:nth-child(2) {
  left: -2%;
  bottom: 4%;
}
@media (max-width: 1500px) {
  .work__img-wrap .list-wrap li:nth-child(2) {
    left: 0;
  }
}
@media (max-width: 991.98px) {
  .work__img-wrap .list-wrap li:nth-child(2) {
    bottom: auto;
    top: -63%;
  }
}
.work__img-wrap .list-wrap li:nth-child(2)::before {
  content: "";
  width: 130px;
  height: 130px;
  position: absolute;
  right: -7px;
  bottom: -7px;
  z-index: -1;
  border: 1px solid var(--tg-border-1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 991.98px) {
  .work__img-wrap .list-wrap li:nth-child(2)::before {
    width: 100px;
    height: 100px;
  }
}
.work__img-wrap .list-wrap li:nth-child(2) img {
  width: 100px;
  height: 100px;
}
@media (max-width: 991.98px) {
  .work__img-wrap .list-wrap li:nth-child(2) img {
    width: 80px;
    height: 80px;
  }
}
.work__img-wrap .list-wrap li:nth-child(3) {
  left: 210px;
  bottom: -140px;
}
@media (max-width: 1199.98px) {
  .work__img-wrap .list-wrap li:nth-child(3) {
    left: 110px;
  }
}
@media (max-width: 991.98px) {
  .work__img-wrap .list-wrap li:nth-child(3) {
    left: 30px;
    bottom: -90px;
  }
}
.work__img-wrap .list-wrap li:nth-child(3) img {
  width: 80px;
  height: 80px;
}
.work__img-wrap .list-wrap li:nth-child(4) {
  right: 10%;
  top: -2%;
}
@media (max-width: 1199.98px) {
  .work__img-wrap .list-wrap li:nth-child(4) {
    right: 5%;
    top: -56%;
  }
}
@media (max-width: 991.98px) {
  .work__img-wrap .list-wrap li:nth-child(4) {
    display: none;
  }
}
.work__img-wrap .list-wrap li:nth-child(4)::before {
  content: "";
  width: 184px;
  height: 184px;
  position: absolute;
  left: -10px;
  bottom: -10px;
  z-index: -1;
  border: 1px solid var(--tg-border-1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.work__img-wrap .list-wrap li:nth-child(4) img {
  width: 150px;
  height: 150px;
}
.work__img-wrap .list-wrap li:nth-child(5) {
  right: -2%;
  bottom: 4%;
}
@media (max-width: 1500px) {
  .work__img-wrap .list-wrap li:nth-child(5) {
    right: 0;
  }
}
@media (max-width: 991.98px) {
  .work__img-wrap .list-wrap li:nth-child(5) {
    bottom: auto;
    top: -63%;
  }
}
.work__img-wrap .list-wrap li:nth-child(5)::before {
  content: "";
  width: 130px;
  height: 130px;
  position: absolute;
  left: -7px;
  bottom: -7px;
  z-index: -1;
  border: 1px solid var(--tg-border-1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 991.98px) {
  .work__img-wrap .list-wrap li:nth-child(5)::before {
    width: 100px;
    height: 100px;
  }
}
.work__img-wrap .list-wrap li:nth-child(5) img {
  width: 100px;
  height: 100px;
}
@media (max-width: 991.98px) {
  .work__img-wrap .list-wrap li:nth-child(5) img {
    width: 80px;
    height: 80px;
  }
}
.work__img-wrap .list-wrap li:nth-child(6) {
  right: 210px;
  bottom: -140px;
}
@media (max-width: 1199.98px) {
  .work__img-wrap .list-wrap li:nth-child(6) {
    right: 110px;
  }
}
@media (max-width: 991.98px) {
  .work__img-wrap .list-wrap li:nth-child(6) {
    right: 30px;
    bottom: -90px;
  }
}
.work__img-wrap .list-wrap li:nth-child(6) img {
  width: 80px;
  height: 80px;
}

.ptb-29 {
    padding-top: 29px;
    padding-bottom: 24px;
}







.divider, .parallax {
    background-repeat: repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
}









 @font-face {
    font-family: 'Playfair Display SC Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Playfair Display SC Regular'), url('PlayfairDisplaySC-Regular.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Playfair Display SC Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Playfair Display SC Italic'), url('PlayfairDisplaySC-Italic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Playfair Display SC Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Playfair Display SC Bold'), url('PlayfairDisplaySC-Bold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Playfair Display SC Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Playfair Display SC Bold Italic'), url('PlayfairDisplaySC-BoldItalic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Playfair Display SC Black';
    font-style: normal;
    font-weight: normal;
    src: local('Playfair Display SC Black'), url('PlayfairDisplaySC-Black.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Playfair Display SC Black Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Playfair Display SC Black Italic'), url('PlayfairDisplaySC-BlackItalic.woff') format('woff');
    }


hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid #959595 !important;
    opacity: .25;
}




.table>tbody>tr.info>td, .table>tbody>tr.info>th, .table>tbody>tr>td.info, .table>tbody>tr>th.info, .table>tfoot>tr.info>td, .table>tfoot>tr.info>th, .table>tfoot>tr>td.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>thead>tr.info>th, .table>thead>tr>td.info, .table>thead>tr>th.info {
    background-color: #fbf4e5 !important;
}



