/*============================================
<=={Master Stylesheet}==>
Project Name: Bonax
Primary use: CropTheme HTML Template
Version: 1.0
============================================
<=={Table Of Contents}==>
01 - Fonts Style
02 - Variable Style
03 - Global Style
04 - BG Color Style
05 - Animation Style
06 - Preloader Style
07 - Back To Top Style
08 - video Btn Style
09 - pagination Style
10 - Main Btn Style
11 - Main Detail Btn Style
12 - Hover Style
13 - Main Section Title Style
14 - Header Style
15 - Navbar Style
16 - Banner Style
17 - About Style
18 - Services Style
19 - Projects Style
20 - Team Style
21 - testimonial Style
22 - blog Style
23 - Footer Style
24 - FAQ Style
25 - Counter Style
27 - solution Style
28 - Page Banner Style
29 - Project Style
30 - Team Details Style
31 - blog Details Style
============================================
/*
/*
02 - Variable Style
<<<<======================================================>>>>*/
/* previous colors: */
/* yellow:#ffdd07 */
/* bright blue: #03a555 */
/* orange: #f55e1a */
/* red: #ff5050 */
:root {
	--main-color:#5f940e;
	--main-color-transp-007: rgba(30, 132, 172, 0.07);
	--main-color-transp-09: rgba(6, 54, 40, 0.9);
	--dark-color:#1d1d1d;
	--darkest:#0a0a0a;
	--cta-color:#2e5d13;	
}
.inner-border h3:last-child{margin-bottom:0;line-height:1em;}
.projects-img img {width:100%;}
.menu-right-options {
	display:none;
}
.navbar-nav.m-auto{margin-right:15px!important;}
.team-social-link .controller a i{color:var(--main-color);}
.cities {
	list-style-type: none;
	line-height: 1.7em;
	padding:0;margin:0;
	border-top:1px solid var(--main-color);
	border-left:1px solid var(--main-color);
	margin-bottom:70px;
}
.cities:after {
	content: ' ';
	display: block;
	clear: both;
}
.cities li {
	width: 20%;
	float: left;
	padding: 12px 4px;
	text-align:center;
	box-sizing: border-box;
	border-right:1px solid var(--main-color);
	border-bottom:1px solid var(--main-color);
	display:block;
}
 .cities a li{color:var(--main-color);}
.cities  a li:hover {color:#ffffff;background:var(--main-color);}
@media screen and (max-width:1199px) {
	.cities li {
		width: 25%;
	}
}
@media screen and (max-width:991px) {
	.cities li {
		width: 33.333%;
	}
}
@media only screen and (max-width: 767px) {
	.cities li {
		width: 50%;
	}
}
@media only screen and (max-width: 600px) {
	.cities li {
		width: 100%;
	}
}
.text-right{text-align:right;}
.cta-wide {
    color:#fff!important;
}
 .cta-wide p{
    font-size:22px;
    line-height:2.65em;
    font-weight:500;
}
 .cta-wide .main-btn{
    background:#fff!important;
    font-size:22px;
    color:#000;
}
 .cta-wide .main-btn:hover{
    background:transparent!important;
    font-size:22px;
    color:#fff;
}
 .cta-wide .main-btn span::before, .cta-wide .main-btn span::after {
    background:#fff!important;
}
 .cta-wide .main-btn::before, .cta-wide .main-btn::after {
    background:#fff!important;
}
 .cta-wide.counter-wrap::before{
    background:var(--cta-color)
}
.cta-btn {background:var(--cta-color)!important;}
 @media screen and (max-width:991px){
     .cta-wide .text-right{
        text-align:center;
    }
     .cta-wide .main-btn{
        margin-top:15px;
    }
     .cta-wide{
        text-align:center!important;
    }
}
/*
03 - Global Style
<<<<======================================================>>>>*/
body {
  font-size: 17px;
  font-family: "Nunito", sans-serif;
  /* color: #4a4c59; */
  color: #020202;
}
a {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  text-decoration: none;
  color: #4a4c59;
}
a:hover {
  text-decoration: none;
  color: var(--main-color);
}
a:focus {
  text-decoration: none;
}
button {
  outline: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 0;
}
button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
h1, h2, h3 {
  color: var(--dark-color);
  font-weight: 700;
  text-transform:uppercase;
  font-family: "Nunito", sans-serif;
}
h3:last-child{margin-bottom:0;}
p {
  font-size: 17px;
  margin-bottom: 15px;
  line-height: 1.8;
}
p:last-child {
  margin-bottom: 0!important;
}
img {
  max-width: 100%;
  height: auto;
}
.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pt-70 {
  padding-top: 70px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-70 {
  padding-bottom: 70px;
}
.mt-30 {
  margin-top: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.ms-15 {
  margin-left: 15px;
}
.me-15 {
  margin-right: 15px;
}
.mt-minus-100 {
  margin-top: -100px;
}
/*
04 - BG Color Style
<<<<======================================================>>>>*/
.main-color-background {
  background-color: var(--main-color);
}
.light-background  {
  background-color: #f9f9f9;
}
.medium-background {
  background-color: #f9f9f9;
}
.medium-dark-background  {
  background-color: #f9f9f9;
}
.dark-background {
  background-color: var(--darkest);
}
/*
05 - Animation Style
<<<<======================================================>>>>*/
.delay-0-2s {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.delay-0-4s {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.delay-0-6s {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.delay-0-8s {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
/***************************************************************************************
06 - Preloader Style
.preloader {  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: center; -ms-flex-pack: center;     justify-content: center;  -webkit-box-align: center; -ms-flex-align: center;     align-items: center;  width: 100%;  height: 100%;  position: fixed;  top: 0;  left: 0;  right: 0;  background-color: #ffffff;  z-index: 99999;}
.preloader .content {  position: absolute;  width: 80px;  height: 80px;  -webkit-animation: spin-six 2.5s infinite cubic-bezier(0.17, 0.72, 0.55, 1.66);     animation: spin-six 2.5s infinite cubic-bezier(0.17, 0.72, 0.55, 1.66);  left: 50%;  top: 50%;  -webkit-transform: translate(-50px, -50px);     transform: translate(-50px, -50px);  }
.preloader .ball {  position: absolute;  top: 0;  left: 50%;  -webkit-transform: translate(-50%, 0);     transform: translate(-50%, 0);  width: 11%;  height: 50%;  background-color: transparent;  -webkit-transform-origin: bottom center;     transform-origin: bottom center;  overflow: visible;}
.preloader .ball:nth-of-type(2) {  -webkit-transform: translate(-50%, 0) rotate(36deg);     transform: translate(-50%, 0) rotate(36deg);}
.preloader .ball:nth-of-type(3) {  -webkit-transform: translate(-50%, 0) rotate(72deg);     transform: translate(-50%, 0) rotate(72deg);}
.preloader .ball:nth-of-type(4) {  -webkit-transform: translate(-50%, 0) rotate(108deg);     transform: translate(-50%, 0) rotate(108deg);}
.preloader .ball:nth-of-type(5) {  -webkit-transform: translate(-50%, 0) rotate(144deg);     transform: translate(-50%, 0) rotate(144deg);}
.preloader .ball:nth-of-type(6) {  -webkit-transform: translate(-50%, 0) rotate(180deg);     transform: translate(-50%, 0) rotate(180deg);}
.preloader .ball:nth-of-type(7) {  -webkit-transform: translate(-50%, 0) rotate(216deg);     transform: translate(-50%, 0) rotate(216deg);}
.preloader .ball:nth-of-type(8) {  -webkit-transform: translate(-50%, 0) rotate(252deg);     transform: translate(-50%, 0) rotate(252deg);}
.preloader .ball:nth-of-type(9) {  -webkit-transform: translate(-50%, 0) rotate(288deg);     transform: translate(-50%, 0) rotate(288deg);}
.preloader .ball:nth-of-type(10) {  -webkit-transform: translate(-50%, 0) rotate(324deg);     transform: translate(-50%, 0) rotate(324deg);}
.preloader .ball::before {  position: absolute;  content: "";  top: 0;  left: 0;  width: 100%;  height: 56%;  border-radius: 70px;  background-color: var(--main-color);}
.preloader .ball::after {  position: absolute;  content: "";  bottom: -100;  left: 0;  width: 100%;  height: 56%;  border-radius: 70px;  background-color: var(--main-color);  -webkit-animation: opacity-six 2.5s infinite linear;     animation: opacity-six 2.5s infinite linear;  opacity: 0;}
.preloader.preloader-deactivate {  visibility: hidden;}
@-webkit-keyframes spin-six {
  0% {    -webkit-transform: translate(-50%, -50%) rotate(0deg);  transform: translate(-50%, -50%) rotate(0deg);  }
  100% {    -webkit-transform: translate(-50%, -50%) rotate(360deg);  transform: translate(-50%, -50%) rotate(360deg);  }
}
@keyframes spin-six {
  0% {    -webkit-transform: translate(-50%, -50%) rotate(0deg);  transform: translate(-50%, -50%) rotate(0deg);  }
  100% {    -webkit-transform: translate(-50%, -50%) rotate(360deg);  transform: translate(-50%, -50%) rotate(360deg);  }
}
@-webkit-keyframes opacity-six {
  20% {    opacity: 1;  }
  40% {    opacity: 1;  }
  100% {    opacity: 0;  }
}
@keyframes opacity-six {
  20% {    opacity: 1;  }
  40% {    opacity: 1;  }
  100% {    opacity: 0;  }
}
**************************************************************************************/
/*
07 - Back To Top Style
<<<<======================================================>>>>*/
.back-to-top {
  background-color: var(--main-color);
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
}
/*
10 - Main Btn Style
<<<<======================================================>>>>*/
.main-btn {
  display: inline-block;
  position: relative;
  background-color: var(--main-color);
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  padding: 18px 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.main-btn::before, .main-btn::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: var(--dark-color);
  right: 0;
  top: 0;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  border-radius: 4px;
}
.main-btn::after {
  right: auto;
  left: 0;
  top: auto;
  bottom: 0;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.main-btn span {
  display: block;
}
.main-btn span::before, .main-btn span::after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: var(--dark-color);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  left: 0;
  top: 0;
  border-radius: 4px;
}
.main-btn span::after {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
}
.main-btn:hover {
  color: #ffffff;
}
.main-btn:hover::before {
  width: 100%;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.main-btn:hover::after {
  width: 100%;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.main-btn:hover span::before {
  height: 100%;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.main-btn:hover span::after {
  height: 100%;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
/*
11 - Main Detail Btn Style
<<<<======================================================>>>>*/
.main-detail-btn {
  font-size: 16px;
  color: var(--dark-color);
  display: block;
  position: relative;
  font-weight: 500;
}
.main-detail-btn i {
  position: relative;
  top: 0;
  margin-left: 5px;
  font-size: 14px !important;
  margin-bottom: 0 !important;
  display: inline-block;
  color: var(--dark-color) !important;
  margin-right: 2px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.main-detail-btn:hover {
  color: var(--main-color);
}
.main-detail-btn:hover i {
  color: var(--main-color)!important;
}
/*
12 - Hover Style
<<<<======================================================>>>>*/
.hover-style {
  position: relative;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: 1;
}
.hover-style::before, .hover-style::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: var(--main-color);
  right: 0;
  top: 0;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  border-radius: 4px;
  z-index: -1;
}
.hover-style::after {
  right: auto;
  left: 0;
  top: auto;
  bottom: 0;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.hover-style .inner-border {
  display: block;
}
.hover-style .inner-border::before, .hover-style .inner-border::after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: var(--main-color);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  left: 0;
  top: 0;
  border-radius: 4px;
  z-index: -1;
}
.hover-style .inner-border::after {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
}
.hover-style:hover::before {
  width: 100%;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.hover-style:hover::after {
  width: 100%;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.hover-style:hover .inner-border::before {
  height: 100%;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.hover-style:hover .inner-border::after {
  height: 100%;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
/*
13 - Main Section Title Style
<<<<======================================================>>>>*/
.main-section-title {
  text-align: center;
  max-width:;
  margin: -5px auto 30px;
}
.main-section-title .up-title {
  font-size: 18px;
  color: var(--main-color);
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}
.main-section-title h2 {
  font-size: 42px;
  margin-bottom: 15px;
}
.main-section-title h1 {
  font-size: 42px;
  margin-bottom: 15px;
}
.main-section-title h2:last-child {
  margin-bottom: 0;
}
.main-section-title.left-title {
  margin-left: 0;
  text-align: left;
}
/*
14 - Header Style
<<<<======================================================>>>>*/
.up-header-content {
  position: relative;
}
.up-header-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: var(--main-color);
}
.up-header-content .header-info-content {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}
.up-header-content .header-info-content li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
  padding-left: 22px;
  color: #ffffff;
  font-size: 15px;
}
.up-header-content .header-info-content li a {
  color: #ffffff;
}
.up-header-content .header-info-content li:last-child {
  margin-right: 0;
}
.up-header-content .header-social-content {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  text-align: right;
}
.up-header-content .header-social-content li {
  display: inline-block;
  margin-right: 12px;
}
.up-header-content .header-social-content li:last-child {
  margin-right: 0;
}
.up-header-content .header-social-content li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border: 1px solid #ffffff;
  border-radius: 50px;
  color: #ffffff;
  font-size: 14px;
}
.up-header-content .header-social-content li a:hover {
  background-color: var(--main-color);
  border-color: var(--main-color);
}
@media screen and (max-width:991px) {
  .up-header-content {
    background-color: var(--main-color);
    text-align: center;
  }
}

/*
15 - Navbar Style
<<<<======================================================>>>>*/
.navbar-dark {background-color:var(--dark-color)!important;}
.navbar {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.navbar.style-two {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.navbar.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.navbar.is-sticky.style-two {
  background-color: var(--dark-color);
}
.navbar-nav {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.navbar-nav.style-two .nav-item .nav-link {
  color: #ffffff;
}
.navbar-nav.style-two .nav-item .nav-link.dropdown-toggles:after {
  color: #ffffff;
}
.navbar-nav.style-two .nav-item .sub-menu .nav-link {
  color: #ffffff;
}
.navbar-nav.style-two .nav-item .sub-menu .nav-link.dropdown-toggles:after {
  color: var(--dark-color);
}
.navbar-nav .nav-item {
  display: inline-block;
  margin-right: 35px;
  position: relative;
}
.navbar-nav .nav-item:last-child {
  margin-right: 0;
}
.navbar-nav .nav-item .nav-link {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: var(--dark-color);
  text-transform: capitalize;
  padding: 20px 0;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  text-decoration: none;
  position: relative;
  font-family: "Nunito", sans-serif;
}
.navbar-nav .nav-item .nav-link.active {
  color: var(--main-color);
}
.navbar-nav .nav-item .nav-link.active.dropdown-toggles:after {
  color: var(--main-color);
}
.navbar-nav .nav-item .nav-link.dropdown-toggles {
  padding-right: 16px;
}
.navbar-nav .nav-item .nav-link.dropdown-toggles:after {
  content: "\efc2";
  font-family: IcoFont !important;
  color: var(--dark-color);
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 27px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.navbar-nav .nav-item .nav-link:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.navbar-nav .nav-item .nav-link.active:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.navbar-nav .nav-item .sub-menu {
  position: absolute;
  width: 250px;
  text-align: left;
  top: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-top: 3px solid var(--main-color);
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
  background: #ffffff;
  display: block;
  border-radius: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.navbar-nav .nav-item .sub-menu .nav-item {
  display: block;
  margin: 0;
}
.navbar-nav .nav-item .sub-menu .nav-item .nav-link {
  color: var(--dark-color);
  padding: 15px 15px;
  display: block;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 600;
}
.navbar-nav .nav-item .sub-menu .nav-item .nav-link.dropdown-toggles:after {
  right: 15px !important;
  top: 18px !important;
}
.navbar-nav .nav-item .sub-menu .nav-item .nav-link::before {
  display: none;
}
.navbar-nav .nav-item .sub-menu .nav-item .nav-link.active {
  background: var(--main-color);
  color: #ffffff;
}
.navbar-nav .nav-item .sub-menu .nav-item .nav-link:hover {
  background: var(--main-color);
  color: #ffffff;
}
.navbar-nav .nav-item .sub-menu .nav-item .sub-menu-sub {
  position: absolute;
  width: 250px;
  text-align: left;
  top: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-top: 3px solid var(--main-color);
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
  background: #ffffff;
  display: block;
  border-radius: 0;
  padding-left: 0;
  margin-bottom: 0;
  left: 250px;
  top: 0 !important;
}
.navbar-nav .nav-item .sub-menu .nav-item .sub-menu-sub .nav-item {
  display: block;
  margin: 0;
}
.navbar-nav .nav-item .sub-menu .nav-item .sub-menu-sub .nav-item .nav-link {
  color: var(--dark-color);
  padding: 15px 15px;
  display: block;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 600;
}
.navbar-nav .nav-item .sub-menu .nav-item .sub-menu-sub .nav-item .nav-link::before {
  display: none;
}
.navbar-nav .nav-item .sub-menu .nav-item .sub-menu-sub .nav-item .nav-link.active {
  background: var(--main-color);
  color: #ffffff;
}
.navbar-nav .nav-item .sub-menu .nav-item .sub-menu-sub .nav-item .nav-link:hover {
  background: var(--main-color);
  color: #ffffff;
}
.navbar-nav .nav-item .sub-menu .nav-item:hover .sub-menu-sub {
  top: 100%;
  visibility: visible;
  opacity: 1;
}
.navbar-nav .nav-item:hover .sub-menu {
  top: 100%;
  visibility: visible;
  opacity: 1;
}
.menu-slide-bar {
  position: fixed;
  overflow-y: auto;
  top: 0;
  left: -360px;
  width: 320px;
  padding: 20px;
  height: 100%;
  display: block;
  background-color: #ffffff;
  z-index: 99999;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.menu-slide-bar.show {
  left: 0;
}
.close-mobile-menu {
  margin-bottom: 15px;
}
.close-mobile-menu .close-btn {
  position: absolute;
  font-size: 25px;
  top: 24px;
  right: 20px;
  background-color: var(--dark-color);
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 31px;
  color: #ffffff;
}
.on-side {
  overflow: hidden;
}
.body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  left: -100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.body-overlay.active {
  left: 0;
}
.side-mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.side-mobile-menu ul .nav-item .nav-link {
  padding: 13px 0;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 14px;
  color: var(--dark-color);
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.side-mobile-menu ul .nav-item .nav-link:hover {
  color: var(--main-color);
  padding-left: 5px;
}
.side-mobile-menu ul .nav-item .nav-link.active {
  color: var(--main-color);
  padding-left: 5px;
}
.side-mobile-menu ul .nav-item ul {
  padding-left: 0;
  list-style: none;
}
.side-mobile-menu ul .nav-item ul .nav-item {
  padding-left: 15px;
}
.side-mobile-menu ul .nav-item ul .nav-item:hover .nav-link {
  padding-left: 20px;
}
.side-mobile-menu ul .nav-item ul .nav-item:hover .nav-link:hover {
  color: var(--main-color);
}
.side-mobile-menu ul .nav-item ul .nav-item:hover .nav-link.active {
  color: var(--main-color);
}
.side-mobile-menu ul .nav-item ul .nav-item .nav-link {
  position: relative;
  padding-left: 15px;
  text-transform: capitalize;
  font-size: 13px;
}
.side-mobile-menu ul .nav-item ul .nav-item .nav-link.active {
  color: var(--main-color);
  padding-left: 20px;
}
.side-mobile-menu ul .has-children .dropdown-toggles:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-width: 0 2px 0 0;
  border-style: solid;
  border-color: initial;
  right: 14px;
  top: 57%;
  -webkit-transform: rotate(0) translateY(-50%);
          transform: rotate(0) translateY(-50%);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.side-mobile-menu ul .has-children .dropdown-toggles:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: initial;
  right: 10px;
  top: 50%;
  -webkit-transform: rotate(0) translateY(-50%);
          transform: rotate(0) translateY(-50%);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.side-mobile-menu ul .has-children a[aria-expanded=true]:before {
  display: none;
}
.mobile-menu {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--dark-color);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  float: right;
  display: none;
}
.mobile-menu .mobile-menu-btn {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 24px;
}
.mobile-menu .mobile-menu-btn .mobile-menu-bar {
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #ffffff;
  top: 0;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition-duration: 0.275s;
          transition-duration: 0.275s;
}
.mobile-menu .mobile-menu-btn .mobile-menu-bar:before {
  display: block;
  content: "";
  top: 10px;
  -webkit-transition: opacity 0.125s ease 0.275s;
  transition: opacity 0.125s ease 0.275s;
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #ffffff;
}
.mobile-menu .mobile-menu-btn .mobile-menu-bar:after {
  display: block;
  content: "";
  top: 20px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #ffffff;
}
.mobile-menu.open {
  opacity: 1;
}

.for-mobile {
  display: none;
}
.for-mobile-options {
  display: none;
  margin-left: auto;
}
.for-mobile-options .menu-right-options {
  margin-right: 0;
}
/*
/*
16 - Banner Style
<<<<======================================================>>>>*/
.banner-section {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
  z-index: 1;
}
.banner-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner-section.bg-1 {
  background-image: url(../../assets/images/banner/banner-bg-1.jpg);
  padding-top: 90px;
  padding-bottom: 150px;
}
.banner-section.bg-2 {
  background-image: url(../../assets/images/banner/banner-bg-2.jpg);
  padding-top: 90px;
  padding-bottom: 150px;
}
.banner-section.bg-1::before {
  background-color: rgba(2, 1, 1, 0.6);
}
.banner-section.bg-2::before {
  background-color: rgba(2, 1, 1, 0.6);
}
.banner-content {
  max-width: 700px;
  position: relative;
}
.banner-content h1 {
  font-size: 84px;
  margin-bottom: 10px;
  color:#fff;
}
.banner-content h2 {
  font-size: 84px;
  margin-bottom: 10px;
  color:#fff;
}
.banner-content p {
  margin-bottom: 34px;
  font-size: 19px;
  max-width: 600px;
}
.banner-content ul {
  padding-left: 0;
  margin-bottom: 40px;
  list-style-type: none;
}
.banner-content ul li {
  display: inline-block;
  margin-right: 50px;
  position: relative;
  padding-left: 40px;
}
.banner-content ul li:last-child {
  margin-right: 0;
}
.banner-content ul li i {
  color: var(--main-color);
  font-size: 30px;
  position: absolute;
  top: -3px;
  left: 0;
}
.banner-content ul li h3 {
  font-weight: 600;
  font-size: 19px;
}
.banner-content.style-two h1 {
  color: #ffffff;
}
.banner-content.style-two h2 {
  color: #ffffff;
}
.banner-content.style-two p {
  color: #ffffff;
}
.banner-content.style-two ul li h3 {
  color: #ffffff;
}
/*
17 - Features Style
<<<<======================================================>>>>*/
.main-features-item {
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 40px 20px;
  border-bottom: 3px solid #d8d8d8;
  position: relative;
  z-index: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-bottom: 30px;
}
.main-features-item::before {
  content: "";
  position: absolute;
  bottom: -3px;
  right: 0;
  width: 0;
  height: 3px;
  background-color: var(--main-color);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.main-features-item .main-icon {
  display: inline-block;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  font-size: 40px;
  color: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 50%;
  margin-bottom: 20px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.main-features-item h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.main-features-item .shape-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 200px;
  color: rgba(58, 155, 199, 0);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.main-features-item:hover .main-icon {
  background-color: var(--main-color);
  color: #ffffff;
}
.main-features-item:hover .shape-icon {
  color: var(--main-color-transp-007);
}
.main-features-item:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}
/*
18 - About Style
<<<<======================================================>>>>*/
.about-us-img img {width:100%;}
.about-us-img {
  border-top: 5px solid var(--main-color);
  border-right: 5px solid var(--main-color);
  padding-top: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 1;
}
.about-us-img .experience {
  background-color: var(--main-color-transp-09);
  border-radius: 50%;
  display: inline-block;
  padding: 25px;
  position: absolute;
  left: 0;
  right: 0;
  max-width: 180px;
  margin: auto;
  bottom: -85px;
}
.about-us-img .experience::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 5px dashed #ffffff;
  border-radius: 50%;
  -webkit-animation: rotation 50s infinite linear;
          animation: rotation 50s infinite linear;
}
.about-us-img .experience .experience-bg {
  width: 130px;
  height: 130px;
  background-color: var(--main-color);
  text-align: center;
  color: #ffffff;
  position: relative;
  border-radius: 50%;
}
.about-us-img .experience .experience-bg span {
  font-size: 26px;
  font-weight: 600;
  text-transform:uppercase;
  font-family: "Nunito", sans-serif;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
}
/* .about-us-img.style-two { */
  /* padding: 0; */
  /* border: none; */
  /* max-width: 491px; */
  /* margin-top: 80px; */
/* } */
.about-us-img.style-two {
  padding: 0;
  border: none;
  max-width: 591px; 
  margin-top: 45px;
}
.about-us-img.style-two .experience {
  top: -75px;
  left: auto;
  right: -60px;
  bottom: auto;
}
.about-us-img.style-two .about-img-child {
  max-width: 100px;
  margin: -50px auto 0;
}
.about-us-img.style-two .about-img-child img {
  border-radius: 50%;
  border: 5px solid #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
.about-content .up-title {
  font-size: 18px;
  color: var(--main-color);
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}
.about-content h1 {
  font-size: 42px;
  margin-bottom: 30px;
}
.about-content h2 {
  font-size: 42px;
  margin-bottom: 30px;
}
.about-content p {
  /* margin-bottom: 30px; */
}
.about-content ul {
  padding-left: 0;
  margin-bottom: 30px;
  list-style: none;
}
.about-content ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  font-weight: 500;
}
.about-content ul li:last-child {
  margin-bottom: 0;
}
.about-content ul li i {
  position: absolute;
  top: 5px;
  left: 0;
  color: var(--main-color);
}
.about-content.style-two .main-btn {
  margin-top: 50px;
}
/*
19 - Services Style
<<<<======================================================>>>>*/
.services-section {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.services-section.bg-2 {
  background-color:#f9f9f9;
}
.main-services-item {
  padding: 40px;
  border: 1px solid var(--main-color);
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
}
.main-services-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: var(--main-color);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: -1;
}
.main-services-item i {
  font-size: 70px;
  color: var(--main-color);
  line-height: 1;
  margin-bottom: 15px;
  display: inline-block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.main-services-item h3 {
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 15px;
  color:var(--main-color);
}
.main-services-item h3 a {
  color: #ffffff;
}
.main-services-item p {
  color: #ffffff;
}
.main-services-item .main-detail-btn {
  color: #ffffff;
}
.main-services-item .main-detail-btn i {
  color: #ffffff;
}
.main-services-item.style-two i {
  color: var(--main-color);
}
.main-services-item.style-two h3 a {
  color: var(--dark-color);
}
.main-services-item.style-two p {
  color: #4a4c59;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.main-services-item.style-two .main-detail-btn {
  color: #4a4c59;
}
.main-services-item.style-two .main-detail-btn i {
  color: #4a4c59;
}
.main-services-item:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}
.main-services-item:hover h3 {
color:#fff
}
.main-services-item:hover i {
  color: #ffffff;
}
.main-services-item:hover.style-two i {
  color: #ffffff;
}
.main-services-item:hover.style-two h3 a {
  color: #ffffff;
}
.main-services-item:hover.style-two p {
  color: #ffffff;
}
.main-services-item:hover.style-two .main-detail-btn {
  color: #ffffff;
}
.main-services-item:hover.style-two .main-detail-btn i {
  color: #ffffff !important;
}
/*
20 - Projects Style
<<<<======================================================>>>>*/
.main-projects-item {
  position: relative;
  margin-bottom: 30px;
}
.main-projects-item .projects-img img {
	width:100%
}
.main-projects-item .projects-img {
  display: block;
  margin-bottom: -60px;
}
.main-projects-item .project-content {
  text-align: center;
  background-color: #ffffff;
  padding: 30px;
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.main-projects-item .project-content h3 {
  font-size: 25px;
}
.main-projects-item .project-content h3:last-child {
margin-bottom:0;
}
.main-projects-item .project-content h3 a {
  color: var(--dark-color);
}
.main-projects-item:hover .project-content h3 a {
  color: var(--main-color);
}
/*
21 - Team Style
<<<<======================================================>>>>*/
.team-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.team-section.bg-1 {
background-color:#fff;
}
.main-team-item {
  margin-bottom: 30px;
}
.main-team-item .team-content {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
  position: relative;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-top: -60px;
}
.main-team-item .team-content h3 {
  font-size: 22px;
}
.main-team-item .team-content h3 a {
  color: var(--dark-color);
}
.main-team-item .team-content span {
  display: block;
  color: #4a4c59;
  font-size: 14px;
}
.main-team-item .team-content .team-social-link .controller {
  width: 38px;
  height: 38px;
  line-height: 36px;
  border: 1px solid var(--main-color);
  background-color: #ffffff;
  font-size: 20px;
  text-align: center;
  position: absolute;
  top: 24px;
  right: 30px;
  color: var(--main-color);
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.main-team-item .team-content .team-social-link .controller:hover {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-color: var(--main-color);
  color: #ffffff!important;
}
.main-team-item .team-content .team-social-link .controller:hover a i{
  color: #ffffff!important;
}
.main-team-item:hover .team-content h3 a {
  color: var(--main-color);
}
/*
24 - blog Style
<<<<======================================================>>>>*/
.main-blog-item {
  margin-bottom: 30px;
}
.main-blog-item .blog-content {
  padding: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.main-blog-item .blog-content ul {
  padding-left: 0;
  margin-bottom: 10px;
  list-style: none;
}
.main-blog-item .blog-content ul li {
  font-size: 14px;
  display: inline-block;
  margin-right: 30px;
  position: relative;
}
.main-blog-item .blog-content ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  right: -20px;
  width: 10px;
  height: 1px;
  background-color: var(--dark-color);
}
.main-blog-item .blog-content ul li:last-child {
  margin-right: 0;
}
.main-blog-item .blog-content ul li:last-child::before {
  display: none;
}
.main-blog-item .blog-content h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.main-blog-item .blog-content h3 a {
  color: var(--dark-color);
}
/*
25 - Footer Style
<<<<======================================================>>>>*/
/* .footer-section { */
  /* background-color: var(--darkest); */
  /* background-image: url(../../assets/images/footer-bg.jpg); */
  /* background-position: center; */
  /* background-repeat: no-repeat; */
  /* background-size: cover; */
  /* position: relative; */
  /* z-index: 1; */
/* } */
.footer-section {
  background-color: var(--dark-color);
  position: relative;
  z-index: 1;
}
.main-footer-item {
  margin-bottom: 30px;
}
.main-footer-item .footer-logo {
  margin-bottom: 20px;
  display: block;
}
.main-footer-item h3 {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 20px;
}
.main-footer-item p {
  margin-bottom: 25px;
  color: #ffffff;
}
.main-footer-item .footer-social-content {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.main-footer-item .footer-social-content li {
  display: inline-block;
  margin-right: 12px;
}
.main-footer-item .footer-social-content li:last-child {
  margin-right: 0;
}
.main-footer-item .footer-social-content li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.06);
  border-radius: 50px;
  color: #ffffff;
  font-size: 14px;
}
.main-footer-item .footer-social-content li a:hover {
  background-color: var(--main-color);
  border-color: var(--main-color);
}
.main-footer-item .import-link {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.main-footer-item .import-link li {
  margin-bottom: 15px;
}
.main-footer-item .import-link li:last-child {
  margin-bottom: 0;
}
.main-footer-item .import-link li a {
  color: #ffffff;
}
.main-footer-item .import-link li a:hover {
  color: var(--main-color);
}
.main-footer-item .contact-info {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.main-footer-item .contact-info li {
  position: relative;
  padding-left: 30px;
  color: #ffffff;
  margin-bottom: 20px;
}
.main-footer-item .contact-info li:last-child {
  margin-bottom: 0;
}
.main-footer-item .contact-info li i {
  position: absolute;
  top: 4px;
  left: 0;
  color: var(--main-color);
}
.main-footer-item .contact-info li a {
  color: #ffffff;
}
.main-footer-item .contact-info li a:hover {
  color: var(--main-color);
}
.copy-right-section {
  background-color: var(--darkest);
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.copy-right-section p {
  color: #ffffff;
}
/*
26 - FAQ Style
<<<<======================================================>>>>*/
.faq-section {
  /* background-image: url(../../assets/images/faq-bg.jpg); */
  /* background-position: center; */
  /* background-position: center; */
  /* background-repeat: no-repeat; */
  /* background-size: cover; */
  position: relative;
  z-index: 1;
}
.faq-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	background-color:rgba(29, 29, 29, .89);
  z-index: -1;
}
.accordion-item {
  margin-bottom: 20px;
  border-radius: 4px;
  border: none;
}
.accordion-item:last-child {
  margin-bottom: 0;
}
.accordion-item .accordion-header .accordion-button {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  font-size: 22px;
  font-weight: 600;
  padding: 15px;
}
.accordion-item .accordion-header .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: var(--main-color);
  color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 4px 4px 0 0;
  border-color: #ffffff;
}
.accordion-item .accordion-header .accordion-button:not(.collapsed) i {
  background-color: #ffffff;
  color: var(--main-color);
}
.accordion-item .accordion-header .accordion-button::after {
  content: "\eab2";
  font-family: IcoFont !important;
  background-image: unset;
  font-size: 25px;
  width: auto;
  height: auto;
}
.accordion-item .accordion-header .accordion-button i {
  color: #ffffff;
  background-color: var(--main-color);
  border-radius: 50px;
  margin-right: 10px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  width: 25px;
  height: 25px;
  line-height: 27px;
  text-align: center;
  display: inline-block;
}
.accordion-item .accordion-body {
  border: none;
  border-top: none;
  border-radius: 0 0 4px 4px;
  background-color: #ffffff;
  padding: 15px;
}
.accordion-item:first-of-type .accordion-button {
  border-radius: 4px;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 4px;
}
/*
27 - Counter Style
<<<<======================================================>>>>*/
.counter-wrap {
   background-image: url(../../assets/images/shape.png); 
  background-position: center;
  background-attachment:fixed;
  position: relative;
  z-index: 1;
}
.counter-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--main-color);
  opacity: 0.9;
  z-index: -1;
}
.main-counter-item {
  text-align: center;
  margin-bottom: 30px;
}
.main-counter-item h2 {
  font-size: 40px;
  display: inline-block;
  color: #ffffff;
  line-height: 1;
  margin-top: -10px;
}
.main-counter-item h3 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: -5px;
  margin-top: 8px;
}
/*
29 - Page Banner Style
<<<<======================================================>>>>*/
.page-banner-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  z-index: 1;
  padding-top: 75px;
  padding-bottom: 75px;
}
.page-banner-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--dark-color);
  opacity:.9;
  z-index: -1;
}
.page-banner-section.bg-1 {
background-image: url(../images/shape.png);
  background-position: top center;
  background-attachment:fixed;
  background-size:100%;
}
.page-banner-content {
  /* max-width: 600px; */
  margin: auto;
  text-align: center;
}
.page-banner-content h2 {
  font-size: 50px;
  color: #ffffff;
  margin-bottom: 20px;
}
.page-banner-content h1 {
  font-size: 50px;
  color: #ffffff;
  margin-bottom: 20px;
}
.page-banner-content ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  line-height: 1;
}
.page-banner-content ul li {
  display: inline-block;
  color: var(--main-color);
  position: relative;
  margin-right: 30px;
}
.page-banner-content ul li::before {
  content: "";
  position: absolute;
  top: 0;
  right: -19px;
  width: 1px;
  height: 100%;
  background-color: var(--main-color);
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.page-banner-content ul li a {
  color: #ffffff;
}
.page-banner-content ul li a:hover {
  color: var(--main-color);
}
.page-banner-content ul li:last-child {
  margin-right: 0;
}
.page-banner-content ul li:last-child::before {
  display: none;
}
/*
30 - Contact Style
<<<<======================================================>>>>*/
.contact-map iframe {
  width: 100%;
  height: 350px;
  display: block;
}
/*
31 - Project Style
<<<<======================================================>>>>*/
/*# sourceMappingURL=style.css.map */