/*==========================================================================
Font
========================================================================== */
/*==========================================================================
Color
========================================================================== */
/*==========================================================================
Background
========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;600;700;800;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&amp;display=swap");
.thin-bg {
  background: #FAFAFA;
}

/*==========================================================================
Pack
========================================================================== */
body {
  font-family: "Roboto", sans-serif;
  color: #828187;
  font-size: 16px;
  line-height: 26px;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
a:hover {
  text-decoration: none;
  color: inherit;
}

a,
button {
  outline: medium none;
  color: inherit;
  text-decoration: none;
}

a,
button,
i {
  text-decoration: none;
  color: inherit;
}

a:focus,
.button:focus {
  text-decoration: none;
  color: #ffff;
  outline: none;
}

ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Maven Pro", sans-serif;
  color: #091B29;
  padding: 0;
  margin: 0;
}

h2 {
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
  color: #091B29;
}

@media (max-width: 1199px) {
  h2 {
    font-size: 36px;
    line-height: 46px;
  }
}

@media (max-width: 575px) {
  h2 {
    font-size: 24px;
    line-height: 34px;
  }
}

h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: #091B29;
}

h4,
h5,
h6 {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #091B29;
}

i::before {
  position: relative;
  top: 1px;
}

input,
input:hover,
input:focus,
input[type=text],
input[type=email],
textarea,
textarea:hover,
textarea:focus,
button,
button:hover,
button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0px;
  outline: none;
}

.form-control:focus {
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.section-title {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 55px;
}

.section-padding {
  padding: 130px 0px;
}

@media (max-width: 575px) {
  .section-padding {
    padding: 100px 0px;
  }
}

.s-table {
  height: 100%;
  width: 100%;
  display: table;
}

.s-tablec {
  display: table-cell;
  vertical-align: middle;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.o-hidden {
  overflow: hidden;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.p-relative {
  position: relative;
}

.t-center {
  text-align: center;
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

.theme-banner-btn,
.price-btn,
.theme-btn {
  display: inline-block;
  background: #06ac5b;
  color: #ffff;
  font-size: 18px;
  line-height: 28px;
  padding: 14px 31px;
  font-family: "Maven Pro", sans-serif;
  font-weight: 500;
  z-index: 3;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
}

.price-btn::before,
.theme-banner-btn::before,
.theme-btn::before {
  background: #091B29;
  content: "";
  position: absolute;
  bottom: auto;
  top: 0;
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}

.theme-banner-btn:hover::before,
.price-btn:hover::before,
.theme-btn:hover::before {
  bottom: 0;
  top: auto;
  height: 100%;
}

.theme-banner-btn::before {
  background: #ffff;
}

.theme-btn:hover {
  color: #ffff;
}

.theme-banner-btn:hover {
  color: #091B29;
}

.price-btn {
  border: 2px solid #06ac5b;
  padding: 12px 29px;
  background: none;
  color: #06ac5b;
}

.price-btn:hover {
  color: #ffff;
}

.price-btn::before {
  background: #06ac5b;
}

/*==========================================================================
Preloader CSS
========================================================================== */
.spinner {
  width: 80px;
  height: 80px;
  position: relative;
  margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.theme-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #091B29;
  z-index: 9999999999;
}

.theme-loader .spinner {
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
}

.section-top {
  background: #d5f3e4;
  padding: 2px 25px;
  border-radius: 50px;
  font-family: "Maven Pro", sans-serif;
  font-weight: 600;
  color: #06ac5b;
  margin-bottom: 10px;
  display: inline-block;
}

/*==========================================================================
Scroll Top CSS
========================================================================== */
.scroll-top {
  background: #06ac5b;
  bottom: 1%;
  color: #ffff;
  font-size: 20px;
  height: 50px;
  line-height: 55px;
  position: fixed;
  right: 1%;
  text-align: center;
  width: 50px;
  z-index: 9;
  cursor: pointer;
  display: none;
  border-radius: 50%;
}

/*==========================================================================
Video Animation CSS
========================================================================== */
@-webkit-keyframes animation {
  100% {
    left: 125%;
  }
}
@keyframes animation {
  100% {
    left: 125%;
  }
}

@-webkit-keyframes rotateY {
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

@keyframes rotateY {
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.swiper-button-prev.slide-prev::after,
.swiper-button-next.slide-next::after {
  display: none;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.mt-0 {
  margin-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.mr-0 {
  margin-right: 0px;
}

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

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

.pl-0 {
  padding-left: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.mt-5 {
  margin-top: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mr-5 {
  margin-right: 5px;
}

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

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

.pl-5 {
  padding-left: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

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

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

.pl-10 {
  padding-left: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mr-15 {
  margin-right: 15px;
}

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

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

.pl-15 {
  padding-left: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

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

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

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.mr-25 {
  margin-right: 25px;
}

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

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

.pl-25 {
  padding-left: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-30 {
  margin-right: 30px;
}

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

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

.pl-30 {
  padding-left: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.mr-35 {
  margin-right: 35px;
}

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

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

.pl-35 {
  padding-left: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mr-40 {
  margin-right: 40px;
}

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

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

.pl-40 {
  padding-left: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.mr-45 {
  margin-right: 45px;
}

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

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

.pl-45 {
  padding-left: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-50 {
  margin-right: 50px;
}

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

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

.pl-50 {
  padding-left: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mb-55 {
  margin-bottom: 55px;
}

.ml-55 {
  margin-left: 55px;
}

.mr-55 {
  margin-right: 55px;
}

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

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

.pl-55 {
  padding-left: 55px;
}

.pr-55 {
  padding-right: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.mr-60 {
  margin-right: 60px;
}

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

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

.pl-60 {
  padding-left: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mb-65 {
  margin-bottom: 65px;
}

.ml-65 {
  margin-left: 65px;
}

.mr-65 {
  margin-right: 65px;
}

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

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

.pl-65 {
  padding-left: 65px;
}

.pr-65 {
  padding-right: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.ml-70 {
  margin-left: 70px;
}

.mr-70 {
  margin-right: 70px;
}

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

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

.pl-70 {
  padding-left: 70px;
}

.pr-70 {
  padding-right: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mb-75 {
  margin-bottom: 75px;
}

.ml-75 {
  margin-left: 75px;
}

.mr-75 {
  margin-right: 75px;
}

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

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

.pl-75 {
  padding-left: 75px;
}

.pr-75 {
  padding-right: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.ml-80 {
  margin-left: 80px;
}

.mr-80 {
  margin-right: 80px;
}

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

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

.pl-80 {
  padding-left: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mb-85 {
  margin-bottom: 85px;
}

.ml-85 {
  margin-left: 85px;
}

.mr-85 {
  margin-right: 85px;
}

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

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

.pl-85 {
  padding-left: 85px;
}

.pr-85 {
  padding-right: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.ml-90 {
  margin-left: 90px;
}

.mr-90 {
  margin-right: 90px;
}

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

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

.pl-90 {
  padding-left: 90px;
}

.pr-90 {
  padding-right: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mb-95 {
  margin-bottom: 95px;
}

.ml-95 {
  margin-left: 95px;
}

.mr-95 {
  margin-right: 95px;
}

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

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

.pl-95 {
  padding-left: 95px;
}

.pr-95 {
  padding-right: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ml-100 {
  margin-left: 100px;
}

.mr-100 {
  margin-right: 100px;
}

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

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

.pl-100 {
  padding-left: 100px;
}

.pr-100 {
  padding-right: 100px;
}

@media (max-width: 991px) {
  .lg-mb-0 {
    margin-bottom: 0px;
  }
  .lg-mt-0 {
    margin-top: 0px;
  }
  .lg-ml-0 {
    margin-left: 0px;
  }
  .lg-pt-0 {
    padding-top: 0px;
  }
  .lg-pb-0 {
    padding-bottom: 0px;
  }
  .lg-pl-0 {
    padding-left: 0px;
  }
  .lg-pr-0 {
    padding-right: 0px;
  }
  .lg-mb-5 {
    margin-bottom: 5px;
  }
  .lg-mt-5 {
    margin-top: 5px;
  }
  .lg-ml-5 {
    margin-left: 5px;
  }
  .lg-pt-5 {
    padding-top: 5px;
  }
  .lg-pb-5 {
    padding-bottom: 5px;
  }
  .lg-pl-5 {
    padding-left: 5px;
  }
  .lg-pr-5 {
    padding-right: 5px;
  }
  .lg-mb-10 {
    margin-bottom: 10px;
  }
  .lg-mt-10 {
    margin-top: 10px;
  }
  .lg-ml-10 {
    margin-left: 10px;
  }
  .lg-pt-10 {
    padding-top: 10px;
  }
  .lg-pb-10 {
    padding-bottom: 10px;
  }
  .lg-pl-10 {
    padding-left: 10px;
  }
  .lg-pr-10 {
    padding-right: 10px;
  }
  .lg-mb-15 {
    margin-bottom: 15px;
  }
  .lg-mt-15 {
    margin-top: 15px;
  }
  .lg-ml-15 {
    margin-left: 15px;
  }
  .lg-pt-15 {
    padding-top: 15px;
  }
  .lg-pb-15 {
    padding-bottom: 15px;
  }
  .lg-pl-15 {
    padding-left: 15px;
  }
  .lg-pr-15 {
    padding-right: 15px;
  }
  .lg-mb-20 {
    margin-bottom: 20px;
  }
  .lg-mt-20 {
    margin-top: 20px;
  }
  .lg-ml-20 {
    margin-left: 20px;
  }
  .lg-pt-20 {
    padding-top: 20px;
  }
  .lg-pb-20 {
    padding-bottom: 20px;
  }
  .lg-pl-20 {
    padding-left: 20px;
  }
  .lg-pr-20 {
    padding-right: 20px;
  }
  .lg-mb-25 {
    margin-bottom: 25px;
  }
  .lg-mt-25 {
    margin-top: 25px;
  }
  .lg-ml-25 {
    margin-left: 25px;
  }
  .lg-pt-25 {
    padding-top: 25px;
  }
  .lg-pb-25 {
    padding-bottom: 25px;
  }
  .lg-pl-25 {
    padding-left: 25px;
  }
  .lg-pr-25 {
    padding-right: 25px;
  }
  .lg-mb-30 {
    margin-bottom: 30px;
  }
  .lg-mt-30 {
    margin-top: 30px;
  }
  .lg-ml-30 {
    margin-left: 30px;
  }
  .lg-pt-30 {
    padding-top: 30px;
  }
  .lg-pb-30 {
    padding-bottom: 30px;
  }
  .lg-pl-30 {
    padding-left: 30px;
  }
  .lg-pr-30 {
    padding-right: 30px;
  }
  .lg-mb-35 {
    margin-bottom: 35px;
  }
  .lg-mt-35 {
    margin-top: 35px;
  }
  .lg-ml-35 {
    margin-left: 35px;
  }
  .lg-pt-35 {
    padding-top: 35px;
  }
  .lg-pb-35 {
    padding-bottom: 35px;
  }
  .lg-pl-35 {
    padding-left: 35px;
  }
  .lg-pr-35 {
    padding-right: 35px;
  }
  .lg-mb-40 {
    margin-bottom: 40px;
  }
  .lg-mt-40 {
    margin-top: 40px;
  }
  .lg-ml-40 {
    margin-left: 40px;
  }
  .lg-pt-40 {
    padding-top: 40px;
  }
  .lg-pb-40 {
    padding-bottom: 40px;
  }
  .lg-pl-40 {
    padding-left: 40px;
  }
  .lg-pr-40 {
    padding-right: 40px;
  }
  .lg-mb-45 {
    margin-bottom: 45px;
  }
  .lg-mt-45 {
    margin-top: 45px;
  }
  .lg-ml-45 {
    margin-left: 45px;
  }
  .lg-pt-45 {
    padding-top: 45px;
  }
  .lg-pb-45 {
    padding-bottom: 45px;
  }
  .lg-pl-45 {
    padding-left: 45px;
  }
  .lg-pr-45 {
    padding-right: 45px;
  }
  .lg-mb-50 {
    margin-bottom: 50px;
  }
  .lg-mt-50 {
    margin-top: 50px;
  }
  .lg-ml-50 {
    margin-left: 50px;
  }
  .lg-pt-50 {
    padding-top: 50px;
  }
  .lg-pb-50 {
    padding-bottom: 50px;
  }
  .lg-pl-50 {
    padding-left: 50px;
  }
  .lg-pr-50 {
    padding-right: 50px;
  }
  .lg-mb-55 {
    margin-bottom: 55px;
  }
  .lg-mt-55 {
    margin-top: 55px;
  }
  .lg-ml-55 {
    margin-left: 55px;
  }
  .lg-pt-55 {
    padding-top: 55px;
  }
  .lg-pb-55 {
    padding-bottom: 55px;
  }
  .lg-pl-55 {
    padding-left: 55px;
  }
  .lg-pr-55 {
    padding-right: 55px;
  }
  .lg-mb-60 {
    margin-bottom: 60px;
  }
  .lg-mt-60 {
    margin-top: 60px;
  }
  .lg-ml-60 {
    margin-left: 60px;
  }
  .lg-pt-60 {
    padding-top: 60px;
  }
  .lg-pb-60 {
    padding-bottom: 60px;
  }
  .lg-pl-60 {
    padding-left: 60px;
  }
  .lg-pr-60 {
    padding-right: 60px;
  }
  .lg-mb-65 {
    margin-bottom: 65px;
  }
  .lg-mt-65 {
    margin-top: 65px;
  }
  .lg-ml-65 {
    margin-left: 65px;
  }
  .lg-pt-65 {
    padding-top: 65px;
  }
  .lg-pb-65 {
    padding-bottom: 65px;
  }
  .lg-pl-65 {
    padding-left: 65px;
  }
  .lg-pr-65 {
    padding-right: 65px;
  }
  .lg-mb-70 {
    margin-bottom: 70px;
  }
  .lg-mt-70 {
    margin-top: 70px;
  }
  .lg-ml-70 {
    margin-left: 70px;
  }
  .lg-pt-70 {
    padding-top: 70px;
  }
  .lg-pb-70 {
    padding-bottom: 70px;
  }
  .lg-pl-70 {
    padding-left: 70px;
  }
  .lg-pr-70 {
    padding-right: 70px;
  }
}

@media (max-width: 767px) {
  .md-mb-0 {
    margin-bottom: 0px;
  }
  .md-pt-0 {
    padding-top: 0px;
  }
  .md-pb-0 {
    padding-bottom: 0px;
  }
  .md-pl-0 {
    padding-left: 0px;
  }
  .md-pr-0 {
    padding-right: 0px;
  }
  .md-mb-5 {
    margin-bottom: 5px;
  }
  .md-pt-5 {
    padding-top: 5px;
  }
  .md-pb-5 {
    padding-bottom: 5px;
  }
  .md-pl-5 {
    padding-left: 5px;
  }
  .md-pr-5 {
    padding-right: 5px;
  }
  .md-mb-10 {
    margin-bottom: 10px;
  }
  .md-pt-10 {
    padding-top: 10px;
  }
  .md-pb-10 {
    padding-bottom: 10px;
  }
  .md-pl-10 {
    padding-left: 10px;
  }
  .md-pr-10 {
    padding-right: 10px;
  }
  .md-mb-15 {
    margin-bottom: 15px;
  }
  .md-pt-15 {
    padding-top: 15px;
  }
  .md-pb-15 {
    padding-bottom: 15px;
  }
  .md-pl-15 {
    padding-left: 15px;
  }
  .md-pr-15 {
    padding-right: 15px;
  }
  .md-mb-20 {
    margin-bottom: 20px;
  }
  .md-pt-20 {
    padding-top: 20px;
  }
  .md-pb-20 {
    padding-bottom: 20px;
  }
  .md-pl-20 {
    padding-left: 20px;
  }
  .md-pr-20 {
    padding-right: 20px;
  }
  .md-mb-25 {
    margin-bottom: 25px;
  }
  .md-pt-25 {
    padding-top: 25px;
  }
  .md-pb-25 {
    padding-bottom: 25px;
  }
  .md-pl-25 {
    padding-left: 25px;
  }
  .md-pr-25 {
    padding-right: 25px;
  }
  .md-mb-30 {
    margin-bottom: 30px;
  }
  .md-pt-30 {
    padding-top: 30px;
  }
  .md-pb-30 {
    padding-bottom: 30px;
  }
  .md-pl-30 {
    padding-left: 30px;
  }
  .md-pr-30 {
    padding-right: 30px;
  }
  .md-mb-35 {
    margin-bottom: 35px;
  }
  .md-pt-35 {
    padding-top: 35px;
  }
  .md-pb-35 {
    padding-bottom: 35px;
  }
  .md-pl-35 {
    padding-left: 35px;
  }
  .md-pr-35 {
    padding-right: 35px;
  }
  .md-mb-40 {
    margin-bottom: 40px;
  }
  .md-pt-40 {
    padding-top: 40px;
  }
  .md-pb-40 {
    padding-bottom: 40px;
  }
  .md-pl-40 {
    padding-left: 40px;
  }
  .md-pr-40 {
    padding-right: 40px;
  }
  .md-mb-45 {
    margin-bottom: 45px;
  }
  .md-pt-45 {
    padding-top: 45px;
  }
  .md-pb-45 {
    padding-bottom: 45px;
  }
  .md-pl-45 {
    padding-left: 45px;
  }
  .md-pr-45 {
    padding-right: 45px;
  }
}

@media (max-width: 575px) {
  .sm-mb-0 {
    margin-bottom: 0px;
  }
  .sm-mt-0 {
    margin-top: 0px;
  }
  .sm-pt-0 {
    padding-top: 0px;
  }
  .sm-pb-0 {
    padding-bottom: 0px;
  }
  .sm-pl-0 {
    padding-left: 0px;
  }
  .sm-pr-0 {
    padding-right: 0px;
  }
  .sm-mb-5 {
    margin-bottom: 5px;
  }
  .sm-mt-5 {
    margin-top: 5px;
  }
  .sm-pt-5 {
    padding-top: 5px;
  }
  .sm-pb-5 {
    padding-bottom: 5px;
  }
  .sm-pl-5 {
    padding-left: 5px;
  }
  .sm-pr-5 {
    padding-right: 5px;
  }
  .sm-mb-10 {
    margin-bottom: 10px;
  }
  .sm-mt-10 {
    margin-top: 10px;
  }
  .sm-pt-10 {
    padding-top: 10px;
  }
  .sm-pb-10 {
    padding-bottom: 10px;
  }
  .sm-pl-10 {
    padding-left: 10px;
  }
  .sm-pr-10 {
    padding-right: 10px;
  }
  .sm-mb-15 {
    margin-bottom: 15px;
  }
  .sm-mt-15 {
    margin-top: 15px;
  }
  .sm-pt-15 {
    padding-top: 15px;
  }
  .sm-pb-15 {
    padding-bottom: 15px;
  }
  .sm-pl-15 {
    padding-left: 15px;
  }
  .sm-pr-15 {
    padding-right: 15px;
  }
  .sm-mb-20 {
    margin-bottom: 20px;
  }
  .sm-mt-20 {
    margin-top: 20px;
  }
  .sm-pt-20 {
    padding-top: 20px;
  }
  .sm-pb-20 {
    padding-bottom: 20px;
  }
  .sm-pl-20 {
    padding-left: 20px;
  }
  .sm-pr-20 {
    padding-right: 20px;
  }
  .sm-mb-25 {
    margin-bottom: 25px;
  }
  .sm-mt-25 {
    margin-top: 25px;
  }
  .sm-pt-25 {
    padding-top: 25px;
  }
  .sm-pb-25 {
    padding-bottom: 25px;
  }
  .sm-pl-25 {
    padding-left: 25px;
  }
  .sm-pr-25 {
    padding-right: 25px;
  }
  .sm-mb-30 {
    margin-bottom: 30px;
  }
  .sm-mt-30 {
    margin-top: 30px;
  }
  .sm-pt-30 {
    padding-top: 30px;
  }
  .sm-pb-30 {
    padding-bottom: 30px;
  }
  .sm-pl-30 {
    padding-left: 30px;
  }
  .sm-pr-30 {
    padding-right: 30px;
  }
  .sm-mb-35 {
    margin-bottom: 35px;
  }
  .sm-mt-35 {
    margin-top: 35px;
  }
  .sm-pt-35 {
    padding-top: 35px;
  }
  .sm-pb-35 {
    padding-bottom: 35px;
  }
  .sm-pl-35 {
    padding-left: 35px;
  }
  .sm-pr-35 {
    padding-right: 35px;
  }
  .sm-mb-40 {
    margin-bottom: 40px;
  }
  .sm-mt-40 {
    margin-top: 40px;
  }
  .sm-pt-40 {
    padding-top: 40px;
  }
  .sm-pb-40 {
    padding-bottom: 40px;
  }
  .sm-pl-40 {
    padding-left: 40px;
  }
  .sm-pr-40 {
    padding-right: 40px;
  }
  .sm-mb-45 {
    margin-bottom: 45px;
  }
  .sm-mt-45 {
    margin-top: 45px;
  }
  .sm-pt-45 {
    padding-top: 45px;
  }
  .sm-pb-45 {
    padding-bottom: 45px;
  }
  .sm-pl-45 {
    padding-left: 45px;
  }
  .sm-pr-45 {
    padding-right: 45px;
  }
}

/*==========================================================================
About
========================================================================== */
.about__area-left {
  margin: 0 auto;
  margin-left: 0;
}

.about__area-left-content {
  position: absolute;
  right: 20px;
  background: #06ac5b;
  bottom: -62px;
  border-radius: 60px;
  text-align: center;
  padding: 28px 65px 42px 60px;
}

.about__area-left-content h2 {
  color: #ffff;
  font-size: 60px;
  line-height: 70px;
}

.about__area-left-content p {
  color: #ffff;
  font-size: 20px;
  line-height: 30px;
}

.about__area-left-image {
  position: relative;
}

.about__area-left-image-img-1 {
  position: relative;
  max-width: 393px;
  margin: 0 auto;
  top: 60px;
  margin-right: 45px;
}

.about__area-left-image-img-2 {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 335px;
  border-bottom: 15px solid #ffff;
  border-right: 15px solid #ffff;
}

.about__area-right h2 {
  max-width: 500px;
}

.about__area-right p {
  max-width: 490px;
}

.about__area-title-item-icon {
  width: 100px;
  height: 100px;
  display: inline-block;
  border-radius: 50%;
  background: #FAFAFA;
  text-align: center;
  line-height: 98px;
  margin-right: 20px;
}

.about__area-title-item-icon img {
  max-width: 45px;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.about__area-title-item-content h5 {
  font-size: 19px;
  line-height: 29px;
  font-weight: 700;
  max-width: 200px;
  margin-bottom: 5px;
}

.about__area-title-item-content p {
  max-width: 290px;
}

.about__area-title-item:hover img {
  -webkit-animation: rotateY 0.9s ease 0s;
          animation: rotateY 0.9s ease 0s;
}

@media (max-width: 991px) {
  .about__area-left-image-img-1 {
    margin-right: 0;
  }
}

@media (max-width: 427px) {
  .about__area-left-content h2 {
    font-size: 50px;
  }
  .about__area-left-content p {
    font-size: 18px;
  }
  .about__area-left-image-img-2 {
    max-width: 233px;
  }
  .about__area-title-item-icon {
    -webkit-writing-mode: sideways-lr;
        -ms-writing-mode: sideways-lr;
            writing-mode: sideways-lr;
  }
}

/*==========================================================================
Banner
========================================================================== */
.banner__area-prev {
  display: none;
  -webkit-transition: .4s;
  transition: .4s;
}

.banner__area-content {
  padding-top: 185px;
  padding-bottom: 166px;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}

.banner__area-content h1 {
  color: #ffff;
  font-size: 90px;
  line-height: 100px;
  font-weight: 800;
  margin-bottom: 25px;
}

.banner__area-content p {
  color: #ffff;
  font-size: 18px;
  line-height: 30px;
  max-width: 800px;
  margin: 0 auto;
}

.banner__area-content-area {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: -webkit-transform 2000ms ease;
  transition: -webkit-transform 2000ms ease;
  transition: transform 2000ms ease;
  transition: transform 2000ms ease, -webkit-transform 2000ms ease;
  opacity: 0;
}

.banner__area-swiper-image {
  background-color: #091B29;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 20s ease-out 0s;
  transition: all 20s ease-out 0s;
  -webkit-transform: scale(1);
          transform: scale(1);
  bottom: 0;
  z-index: 1;
  text-align: center;
}

.banner__area-swiper-image::after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #091B29;
  opacity: 0.8;
}

.banner__area-video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 25px;
  height: 26px;
  display: block;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  margin-left: -35px;
}

.banner__area-video-icon::before {
  position: absolute;
  content: '';
  width: 60px;
  height: 60px;
  display: block;
  top: 50%;
  left: 50%;
  z-index: 0;
  background: #ffff;
  border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
}

.banner__area-video-icon::after {
  position: absolute;
  content: '';
  background: #ffff;
  top: 50%;
  left: 50%;
  display: block;
  z-index: 1;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.banner__area-video-icon span {
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 20px solid #06ac5b;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  display: block;
}

.banner__area:hover .banner__area-prev {
  display: block;
}

.banner__area-button {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: -webkit-transform 2000ms ease;
  transition: -webkit-transform 2000ms ease;
  transition: transform 2000ms ease;
  transition: transform 2000ms ease, -webkit-transform 2000ms ease;
  opacity: 0;
}

.banner__area.swiper-slide-active .banner__area-content-area {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}

.banner__area.swiper-slide-active .banner__area-button {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}

.banner__area.swiper-slide-active .banner__area-swiper-image {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.swiper-button-prev.slide-prev i::before,
.swiper-button-next.slide-next i::before {
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  background: #06ac5b;
  color: #ffff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.swiper-button-prev.slide-prev:hover i::before,
.swiper-button-next.slide-next:hover i::before {
  background: #ffff;
  color: #091B29;
}

.swiper-button-prev.slide-prev {
  left: 50px;
}

.swiper-button-next.slide-next {
  right: 50px;
}

@media (max-width: 991px) {
  .banner__area-content {
    padding: 140px 0 160px 0;
  }
  .banner__area-content h1 {
    font-size: 74px;
    line-height: 84px;
  }
}

@media (max-width: 767px) {
  .banner__area-content {
    padding: 140px 0 155px 0;
  }
  .banner__area-content h1 {
    font-size: 54px;
    line-height: 64px;
  }
}

@media (max-width: 575px) {
  .banner__area-content h1 {
    font-size: 35px;
    line-height: 45px;
  }
}

@media (max-width: 359px) {
  .banner__area-content h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

/*==========================================================================
Blog Single
========================================================================== */
.blog__area-single-tag-area {
  padding: 30px 0;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}

.blog__area-single-content {
  padding: 25px 0;
}

.blog__area-single-content .list li:last-child {
  margin-bottom: 30px;
}

.blog__area-single-content .list li {
  font-weight: 600;
  position: relative;
  font-family: "Maven Pro", sans-serif;
  margin-bottom: 8px;
  display: list-item;
  color: #091B29;
}

.blog__area-single-content .list li i {
  color: #06ac5b;
  margin-right: 5px;
}

.blog__area-single-content ul li {
  display: inline-block;
  font-weight: 500;
  font-family: "Maven Pro", sans-serif;
  margin-bottom: 5px;
  margin-right: 20px;
}

.blog__area-single-content ul li i {
  color: #06ac5b;
  margin-right: 5px;
}

.blog__area-single-content ul li:last-child {
  margin-right: 0;
}

.blog__area-single-content h2 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 30px;
}

.blog__area-single-content h2 a {
  color: #091B29;
  -webkit-transition: .4s;
  transition: .4s;
  text-transform: none;
  margin-bottom: 10px;
}

.blog__area-single-content h2 a:hover {
  color: #06ac5b;
}

.blog__area-single-content h5 {
  font-family: "Roboto", sans-serif;
  padding: 40px;
  background: #FAFAFA;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  font-style: italic;
  border-left: 3px solid #06ac5b;
  position: relative;
}

.blog__area-single-content h5 i {
  position: absolute;
  right: 10%;
  bottom: 15%;
  content: '';
  font-size: 60px;
  color: #06ac5b;
  opacity: 10%;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}

.blog__area-single-content-top {
  border-bottom: 1px solid rgba(189, 188, 191, 0.35);
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.blog__area-single-tags-area-share ul li:last-child {
  margin: 0;
}

.blog__area-single-tags-area-share ul li {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 10px;
}

.blog__area-single-tags-area-share ul li a i {
  color: #06ac5b;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #FAFAFA;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 14px;
  margin: 0;
}

.blog__area-single-tags-area-share ul li a i:hover {
  background: #06ac5b;
  color: #ffff;
}

.blog__area-single-tags ul li {
  display: inline-block;
  margin-right: 5px;
}

.blog__area-single-tags ul li a {
  display: inline-block;
  background: #FAFAFA;
  padding: 6px 13px;
  color: #091B29;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.blog__area-single-tags ul li a:hover {
  background: #06ac5b;
  color: #ffff;
}

.blog__area-single-comment h3 {
  text-align-last: left;
}

.blog__area-single-comment-area-item {
  background: #FAFAFA;
  padding: 30px;
}

.blog__area-single-comment-area-item-user {
  float: left;
  margin-top: 8px;
}

.blog__area-single-comment-area-item-user img {
  width: 100%;
  border-radius: 50%;
}

.blog__area-single-comment-area-item-details {
  overflow: hidden;
  padding-left: 30px;
}

.blog__area-single-comment-area-item-details-name {
  position: relative;
  overflow: hidden;
}

.blog__area-single-comment-area-item-details-name p {
  font-size: 14px;
}

.blog__area-single-comment-area-item-details-name a {
  position: absolute;
  top: 0;
  background: #06ac5b;
  font-weight: 600;
  right: 0;
  padding: 5px 18px;
  color: #ffff;
  border-radius: 3px;
  display: inline-block;
}

/*==========================================================================
Blog List
========================================================================== */
.blog__area-list-content {
  padding: 25px 35px;
  background: #FAFAFA;
}

.blog__area-list-content ul {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(189, 188, 191, 0.35);
}

.blog__area-list-content ul li {
  display: inline-block;
  font-weight: 500;
  font-family: "Maven Pro", sans-serif;
  margin-bottom: 5px;
  margin-right: 20px;
}

.blog__area-list-content ul li i {
  color: #06ac5b;
  margin-right: 5px;
}

.blog__area-list-content ul li:last-child {
  margin-right: 0;
}

.blog__area-list-content a {
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Maven Pro", sans-serif;
  color: #091B29;
  -webkit-transition: .3s;
  transition: .3s;
  display: inline-block;
}

.blog__area-list-content a:hover {
  color: #06ac5b;
}

.blog__area-list-content h3 a {
  color: #091B29;
  -webkit-transition: .4s;
  transition: .4s;
  text-transform: none;
  margin-bottom: 10px;
}

.blog__area-list-content h3 a:hover {
  color: #06ac5b;
}

.blog__area-search {
  -webkit-box-shadow: 0 0 70px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 70px rgba(0, 0, 0, 0.08);
}

.blog__area-search-box {
  position: relative;
  width: 100%;
}

.blog__area-search-box input[type="text"] {
  color: #091B29;
  display: block;
  height: 60px;
  font-size: 14px;
  background: #ffff;
  outline: 0;
  padding-left: 20px;
  padding-right: 60px;
  position: relative;
  width: 100%;
  border: none;
}

.blog__area-search-box button {
  display: block;
  height: 60px;
  width: 60px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  background: #06ac5b;
  border: none;
  color: #ffff;
  border-radius: 3px;
  font-size: 20px;
  line-height: 60px;
}

.blog__area-post {
  -webkit-box-shadow: 0 0 70px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 70px rgba(0, 0, 0, 0.08);
  padding: 40px 30px;
  background: #ffff;
}

.blog__area-post ul i {
  color: #06ac5b;
  font-size: 14px;
  position: relative;
  top: 2px;
  margin-right: 7px;
}

.blog__area-post ul span {
  font-size: 14px;
}

.blog__area-post ul li {
  position: relative;
  font-size: 14px;
  padding-left: 95px;
  padding-bottom: 25px;
  overflow: hidden;
}

.blog__area-post ul li img {
  position: absolute;
  left: 0;
  top: 5px;
  width: 80px;
  height: 80px;
}

.blog__area-post ul li h4 {
  font-size: 17px;
  line-height: 27px;
}

.blog__area-post ul li a {
  color: #091B29;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog__area-post ul li a:hover {
  color: #06ac5b;
}

.blog__area-tag {
  -webkit-box-shadow: 0 0 70px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 70px rgba(0, 0, 0, 0.08);
  padding: 40px 30px;
  background: #ffff;
}

.blog__area-tag ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.blog__area-tag ul li a {
  display: inline-block;
  background: #FAFAFA;
  padding: 8px 15px;
  color: #091B29;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.blog__area-tag ul li a:hover {
  background: #06ac5b;
  color: #ffff;
}

/*==========================================================================
Blog
========================================================================== */
.blog__area-item {
  -webkit-transition: .5s;
  transition: .5s;
  border-bottom: 2px solid #FAFAFA;
}

.blog__area-item:hover {
  border-bottom: 2px solid #06ac5b;
  border-radius: 5px;
}

.blog__area-item:hover .blog__area-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.blog__area-item:hover .blog__area-image::before {
  -webkit-animation: animation 0.85s;
          animation: animation 0.85s;
}

.blog__area-image {
  position: relative;
  overflow: hidden;
}

.blog__area-image::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 20%;
  height: 100%;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  background: rgba(255, 255, 255, 0.246);
}

.blog__area-date {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #06ac5b;
  width: 70px;
  height: 65px;
  text-align: center;
  padding: 11px 0;
}

.blog__area-date h3 {
  color: #ffff;
  font-size: 20px;
  line-height: 20px;
}

.blog__area-date p {
  color: #ffff;
  font-size: 16px;
  line-height: 26px;
}

.blog__area-content {
  padding: 25px 35px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
}

.blog__area-content ul li {
  display: inline-block;
  font-weight: 500;
  font-family: "Maven Pro", sans-serif;
  margin-bottom: 10px;
  margin-right: 20px;
}

.blog__area-content ul li i {
  color: #06ac5b;
  margin-right: 5px;
}

.blog__area-content ul li:last-child {
  margin-right: 0;
}

.blog__area-content a {
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Maven Pro", sans-serif;
  color: #41404A;
  -webkit-transition: .3s;
  transition: .3s;
  display: inline-block;
}

.blog__area-content a:hover {
  color: #06ac5b;
}

.blog__area-content h3 a {
  color: #41404A;
  -webkit-transition: .4s;
  transition: .4s;
  text-transform: none;
  margin-bottom: 10px;
}

.blog__area-content h3 a:hover {
  color: #06ac5b;
}

.blog__area-content p {
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(189, 188, 191, 0.35);
  margin-bottom: 25px;
}

.blog__area-pagination ul li:last-child {
  margin: 0;
}

.blog__area-pagination ul li {
  display: inline-block;
  margin-right: 15px;
}

.blog__area-pagination ul li .active {
  background: #06ac5b;
  color: #ffff;
}

.blog__area-pagination ul li a {
  color: #091B29;
  background: #FAFAFA;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog__area-pagination ul li a:hover {
  background: #06ac5b;
  color: #ffff;
}

@media (max-width: 1199px) {
  .blog__area-content {
    padding: 25px 30px;
  }
  .blog__area-content h3 a {
    font-size: 19px;
    line-height: 29px;
  }
  .blog__area-single-tags ul li a {
    font-size: 15px;
    padding: 5px 10px;
  }
  .blog__area-single-tag-area h6 {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 991px) {
  .blog__area-post ul li {
    margin-bottom: 20px;
  }
}

@media (max-width: 423px) {
  .blog__area-post ul li {
    margin-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .blog__area-content p::before {
    top: 55px;
  }
}

@media (max-width: 360px) {
  .blog__area-pagination ul li {
    margin-right: 6px;
  }
}

@media (max-width: 575px) {
  .blog__area-single-comment {
    text-align: center;
  }
  .blog__area-single-comment-area-item-user {
    float: none;
    margin-top: 8px;
  }
  .blog__area-single-comment-area-item-user img {
    max-width: 80px;
    height: auto;
    margin-bottom: 10px;
  }
  .blog__area-single-comment-area-item-details {
    padding-left: 0;
  }
  .blog__area-single-comment-area-item-details-name a {
    position: inherit;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .blog__area-list-content {
    padding: 25px 20px;
  }
}

/*==========================================================================
Choose
========================================================================== */
.choose__ua {
  background-color: #FAFAFA;
  background-position: center;
  background-size: cover;
  background-repeat: repeat;
  position: relative;
}

.choose__ua-left {
  position: absolute;
  background-position: center left;
  background-size: cover;
  background-repeat: repeat;
  left: 0;
  top: 0;
  bottom: 0;
  width: 47%;
  height: 100%;
}

.choose__ua-icon-box {
  padding: 30px;
  max-width: 470px;
  -webkit-transition: .4s;
  transition: .4s;
}

.choose__ua-icon-box.active {
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
}

.choose__ua-icon-box ul li i::before {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #06ac5b;
  text-align: center;
  color: #ffff;
  margin-right: 20px;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
}

.choose__ua-icon-box ul li h5 {
  margin-bottom: 5px;
}

.choose__ua-icon-box ul li P {
  max-width: 300px;
}

.choose__ua-icon-box:hover {
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
}

.choose__ua-right {
  max-width: 560px;
}

@media (max-width: 991px) {
  .choose__ua-left {
    display: none;
  }
}

@media (max-width: 360px) {
  .choose__ua-icon-box ul li i::before {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 25px;
  }
  .choose__ua-icon-box {
    padding: 20px;
  }
}

/*==========================================================================
Contact
========================================================================== */
.contact__list-item {
  padding: 60px 40px;
  background: #FAFAFA;
  -webkit-transition: .3s;
  transition: .3s;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact__list-item:hover {
  background: #06ac5b;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact__list-item:hover p {
  color: #ffff;
}

.contact__list-item:hover img {
  -webkit-animation: rotateY 0.9s ease 0s;
          animation: rotateY 0.9s ease 0s;
}

.contact__list-item-icon {
  width: 90px;
  height: 90px;
  line-height: 90px;
  display: inline-block;
  border-radius: 50%;
  background: #ffff;
  text-align: center;
  margin-bottom: 30px;
}

.contact__list-item-icon img {
  max-width: 45px;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.contact__list-item p {
  font-size: 18px;
  line-height: 28px;
  color: #091B29;
  font-family: "Maven Pro", sans-serif;
  font-weight: 500;
}

.contact__form-box {
  -webkit-box-shadow: 0 0 75px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 75px rgba(0, 0, 0, 0.08);
  background: #ffff;
  padding: 60px 40px;
}

.contact__form-title {
  max-width: 650px;
}

.contact__form-group input {
  width: 100%;
  height: 58px;
  background: #FAFAFA;
  padding-left: 25px;
  border: 2px solid #FAFAFA;
  border-radius: 3px;
}

.contact__form-group textarea {
  width: 100%;
  background: #FAFAFA;
  padding: 20px;
  padding-left: 25px;
  resize: none;
  height: auto;
  border: 2px solid #FAFAFA;
  border-radius: 3px;
}

.contact__form-group input:focus {
  border: 2px solid #06ac5b;
}

.contact__form-group textarea:focus {
  border: 2px solid #06ac5b;
}

.contact__map iframe {
  width: 100%;
  height: 650px;
  margin-top: -200px;
  margin-bottom: -10px;
}

/*==========================================================================
Counter
========================================================================== */
.counter__area {
  border-bottom: 1px solid rgba(189, 188, 191, 0.35);
  max-width: 1170px;
  margin: 0 auto;
}

.counter__area-item ul li h2 {
  margin-bottom: 10px;
}

.counter__area-item ul li p {
  font-size: 18px;
  line-height: 28px;
  color: #091B29;
}

.counter__area-item ul li i::before {
  width: 70px;
  height: 70px;
  background: #FAFAFA;
  line-height: 75px;
  color: #06ac5b;
  font-size: 35px;
  margin-right: 20px;
  display: inline-block;
  text-align: center;
}

@media (max-width: 1199px) {
  .counter__area-item ul li p {
    font-size: 16px;
    line-height: 26px;
  }
  .counter__area-item ul li i::before {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

/*==========================================================================
Development 
========================================================================== */
.development__area {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: repeat;
}

.development__area::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: #091B29;
  opacity: 0.8;
}

.development__area-title {
  max-width: 860px;
  margin: 0 auto;
}

.development__area-title h2 {
  color: #ffff;
}

/*==========================================================================
Faq CSS
==========================================================================*/
.faq__area-about {
  padding: 130px 0 325px 0;
  background: #FAFAFA;
}

.faq__area-about-faq {
  padding: 130px 0;
  background: #FAFAFA;
}

.faq__area-image {
  position: absolute;
  right: -150px;
}

.faq__area-collapse {
  background: #FAFAFA;
  -webkit-box-shadow: 0 0 100px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 100px rgba(0, 0, 0, 0.08);
  padding: 50px;
}

.faq__area-collapse-item {
  border-left: 3px solid #06ac5b;
  margin-bottom: 20px;
  background: #ffff;
  padding: 0 25px;
}

.faq__area-collapse-item-card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  cursor: pointer;
  padding: 15px 0;
}

.faq__area-collapse-item-card-header h3 {
  font-size: 18px;
  line-height: 28px;
}

.faq__area-collapse-item-card-header i {
  color: #091B29;
}

.faq__area-collapse-item-card-header-content {
  padding: 0px 0 20px 0;
}

.faq__area-collapse-item-card-header-content p {
  max-width: 430px;
}

.faq__area-collapse-faq {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.faq__area-content-p p {
  max-width: none;
}

@media (max-width: 1199px) {
  .faq__area-about {
    padding: 130px 0 275px 0;
  }
  .faq__area-collapse {
    padding: 40px;
  }
  .faq__area-collapse-item-card-header h3 {
    font-size: 17px;
    line-height: 27px;
    font-weight: 500;
  }
  .faq__area-collapse-item-card-header-content {
    padding: 0px 0 20px 0;
  }
  .faq__area-collapse-item-card-header-content p {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .faq__area-about {
    padding: 130px 0 130px 0;
  }
  .faq__area-image {
    display: none;
  }
}

@media (max-width: 510px) {
  .faq__area-collapse {
    padding: 20px;
  }
  .faq__area-collapse-item {
    padding: 0 20px;
  }
  .faq__area-collapse-item-card-header h3 {
    font-size: 13px;
    line-height: 23px;
    font-weight: 500;
  }
  .faq__area-collapse-item-card-header i {
    font-size: 14px;
  }
  .faq__area-collapse-item-card-header-content p {
    font-size: 13px;
  }
}

/*==========================================================================
Footer
========================================================================== */
.footer__area {
  background: #091B29;
}

.footer__area-content p {
  color: #ffff;
  padding: 10px  30px 0 0;
}

.footer__area-logo a img {
  max-width: 135px;
  margin-bottom: 25px;
}

.footer__area-title h3 {
  color: #ffff;
  margin-bottom: 50px;
  position: relative;
}

.footer__area-title h3::before {
  position: absolute;
  content: '';
  height: 2px;
  background: #828187;
  bottom: -25px;
  left: 0;
  width: 150px;
  opacity: 20%;
}

.footer__area-title h3::after {
  position: absolute;
  content: '';
  height: 4px;
  background: #06ac5b;
  bottom: -26px;
  left: 0;
  width: 40px;
}

.footer__area-footer-menu ul li {
  margin-bottom: 15px;
}

.footer__area-footer-menu ul li a {
  color: #ffff;
  -webkit-transition: .4s;
  transition: .4s;
  position: relative;
  left: 0;
}

.footer__area-footer-menu ul li a:hover {
  color: #06ac5b;
  left: 5px;
}

.footer__area-footer-gallery-item {
  margin: 3px;
  overflow: hidden;
  position: relative;
}

.footer__area-footer-gallery-item::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 20%;
  height: 100%;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  background: rgba(255, 255, 255, 0.246);
}

.footer__area-footer-gallery-item:hover::before {
  -webkit-animation: animation 0.85s;
          animation: animation 0.85s;
}

.footer__area-footer-gallery-item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.footer__area-contact-info-item-icon i {
  color: #06ac5b;
  margin-right: 10px;
  font-size: 18px;
}

.footer__area-contact-info-item-text a {
  color: #ffff;
}

.footer__area-bottom {
  background: #091B29;
  border-top: 1px solid #6f6f6f4f;
}

.footer__area-bottom-left p {
  color: #ffff;
}

.footer__area-bottom-left a {
  color: #06ac5b;
  font-weight: 500;
}

.footer__area-bottom-right ul li i {
  margin-right: 15px;
  background: #41404A;
  color: #ffff;
  display: block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  border-radius: 50%;
  -webkit-transition: .3s;
  transition: .3s;
}

.footer__area-bottom-right ul li i:hover {
  background: #06ac5b;
}

.footer__area-footer-widget form input {
  width: 100%;
  height: 56px;
  background: #ffff;
  padding-left: 25px;
  margin-bottom: 20px;
}

.footer__area-footer-widget form button {
  width: 100%;
}

@media (max-width: 1199px) {
  .fo-b {
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .footer__area-contact-info-item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 767px) {
  .footer__area-bottom-left {
    text-align: center;
  }
  .footer__area-bottom-right {
    text-align: center;
  }
}

/*==========================================================================
Top Bar
========================================================================== */
.top_bar {
  background: #091B29;
  padding: 8px 0;
}

.top_bar-home {
  padding: 12px 0;
}

.top_bar-left li {
  color: #ffff;
  margin-right: 25px;
  position: relative;
}

.top_bar-left li::before {
  position: absolute;
  width: 2px;
  content: '';
  height: 20px;
  background: #BDBCBF;
  right: -12px;
  top: 7px;
}

.top_bar-left li:last-child::before {
  display: none;
}

.top_bar-left li:last-child {
  margin: 0;
}

.top_bar-left i::before {
  background: #ffff;
  color: #06ac5b;
  width: 34px;
  height: 34px;
  display: inline-block;
  text-align: center;
  line-height: 34px;
  border-radius: 50%;
  margin-right: 10px;
}

.top_bar-left ul li {
  display: inline-block;
}

.top_bar-right-social i {
  color: #ffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top_bar-right-social i:hover {
  color: #06ac5b;
}

.top_bar-right-social li {
  margin-right: 15px;
  display: inline-block;
  position: relative;
}

.top_bar-right-social li:last-child::before {
  position: absolute;
  width: 2px;
  height: 20px;
  background: #BDBCBF;
  content: '';
  right: -17px;
  top: 2px;
}

.top_bar-right-social li:last-child {
  margin: 0;
  padding: 0;
}

.top_bar-right-language .nice-select {
  background: none;
  border: 0;
  padding: 0 30px;
  padding-right: 20px;
  height: 22px;
  line-height: 22px;
  -webkit-transition: .3s;
  transition: .3s;
  color: #ffff;
  font-size: 15px;
}

.top_bar-right-language .nice-select::after {
  width: 8px;
  height: 8px;
  right: 0;
  border-bottom: 2px solid #ffff;
  border-right: 2px solid #ffff;
}

.top_bar-right-language .nice-select .list {
  background: #ffff;
  margin-top: 14px;
  width: 130px;
  -webkit-transition: .3s;
  transition: .3s;
  right: 0;
}

.top_bar-right-language .nice-select .option {
  color: #091B29;
  -webkit-transition: .3s;
  transition: .3s;
}

.nice-select .nice-select .nice-select .option.selected.focus {
  background: #FAFAFA;
  font-weight: 500;
}

/* ==========================================================================
Main Menu
========================================================================== */
.header_menu {
  background: #ffff;
}

.header_menu-sticky {
  display: none;
}

.header_menu-sticky-main-menu ul {
  text-align: right;
}

.header_menu-sticky-main-menu ul li {
  display: inline-block;
  position: relative;
}

.header_menu-sticky-main-menu ul li:hover > a {
  color: #06ac5b;
}

.header_menu-sticky-main-menu ul li:hover ul {
  opacity: 1;
  visibility: visible;
  top: 100px;
  z-index: 999;
}

.header_menu-sticky-main-menu ul li:hover ul li ul {
  opacity: 0;
}

.header_menu-sticky-main-menu ul li:hover ul li:hover ul {
  opacity: 1;
  visibility: visible;
  top: 0;
  border-top: 3px solid #06ac5b;
}

.header_menu-sticky-main-menu ul li:hover ul > li:hover ul {
  top: -17px;
}

.header_menu-sticky-main-menu ul li:hover ul li:hover ul li a {
  border-bottom: 1px solid #DDDDDD;
}

.header_menu-sticky-main-menu ul li:hover ul li:hover ul li:last-child a {
  border: none;
  padding: 0;
}

.header_menu-sticky-main-menu ul li ul > li:last-child > a {
  padding-bottom: 0;
}

.header_menu-sticky-main-menu ul li a {
  color: #091B29;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  padding: 36px 30px;
  -webkit-transition: .4s;
  transition: .4s;
}

.header_menu-sticky-main-menu ul li ul {
  background: #ffff;
  border-top: 2px solid #06ac5b;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: left;
  top: 125px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 200px;
  z-index: -1;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
}

.header_menu-sticky-main-menu ul li ul li {
  display: block;
}

.header_menu-sticky-main-menu ul li ul li:hover > a {
  color: #06ac5b;
  margin-left: 30px;
}

.header_menu-sticky-main-menu ul li ul li a {
  padding: 0px;
  padding-bottom: 14px;
  margin: 14px 24px;
  text-transform: none;
  border-bottom: 1px solid #DDDDDD;
  color: #091B29;
}

.header_menu-sticky-main-menu ul li ul li ul {
  right: 100%;
}

.header_menu-sticky-main-menu ul li ul li:last-child a {
  border: none;
}

.header_menu-sticky-main-menu ul li:last-child a {
  padding-right: 0px;
}

.header_menu-sticky-menu {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
  -webkit-animation: header_sticky 1.1s;
          animation: header_sticky 1.1s;
  background: #ffff;
  display: block;
}

@-webkit-keyframes header_sticky {
  0% {
    top: -250px;
  }
  100% {
    top: 0;
  }
}

@keyframes header_sticky {
  0% {
    top: -250px;
  }
  100% {
    top: 0;
  }
}

.header_menu-logo a img {
  max-width: 135px;
}

.header_menu-one {
  padding: 32px 0;
}

.header_menu-main-menu ul {
  text-align: right;
}

.header_menu-main-menu ul li {
  display: inline-block;
  position: relative;
}

.header_menu-main-menu ul li:hover > a {
  color: #06ac5b;
}

.header_menu-main-menu ul li:hover ul {
  opacity: 1;
  visibility: visible;
  top: 80px;
  z-index: 999;
}

.header_menu-main-menu ul li:hover ul li ul {
  opacity: 0;
}

.header_menu-main-menu ul li:hover ul li:hover ul {
  opacity: 1;
  visibility: visible;
  top: 0;
  border-top: 3px solid #06ac5b;
}

.header_menu-main-menu ul li:hover ul > li:hover ul {
  top: -17px;
}

.header_menu-main-menu ul li:hover ul li:hover ul li a {
  border-bottom: 1px solid #DDDDDD;
}

.header_menu-main-menu ul li:hover ul li:hover ul li:last-child a {
  border: none;
  padding: 0;
}

.header_menu-main-menu ul li ul > li:last-child > a {
  padding-bottom: 0;
}

.header_menu-main-menu ul li a {
  color: #091B29;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  padding: 36px 30px;
  -webkit-transition: .4s;
  transition: .4s;
}

.header_menu-main-menu ul li ul {
  background: #ffff;
  border-top: 2px solid #06ac5b;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: left;
  top: 125px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 200px;
  z-index: -1;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
}

.header_menu-main-menu ul li ul li {
  display: block;
}

.header_menu-main-menu ul li ul li:hover > a {
  color: #06ac5b;
  margin-left: 30px;
}

.header_menu-main-menu ul li ul li a {
  padding: 0px;
  padding-bottom: 14px;
  margin: 14px 24px;
  text-transform: none;
  border-bottom: 1px solid #DDDDDD;
  color: #091B29;
}

.header_menu-main-menu ul li ul li ul {
  right: 100%;
}

.header_menu-main-menu ul li ul li:last-child a {
  border: none;
}

.header_menu-main-menu ul li:last-child a {
  padding-right: 0px;
}

.header_menu-icon > a::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 14px;
  width: 2px;
  height: 10px;
  background-color: #091B29;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header_menu-icon > a::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  width: 10px;
  height: 2px;
  background-color: #091B29;
}

.header_menu-icon:hover > a::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  opacity: 0;
}

.header_menu .responsive-menu {
  display: none;
}

.header_menu-home-menu {
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
  z-index: 6;
  background: #ffff;
  z-index: 6;
  position: relative;
  margin-bottom: -72px;
  margin-top: 33px;
}

.header_menu-home-menu ul {
  text-align: left;
}

.header_menu-home-menu ul li a {
  padding: 26px 35px;
}

.header_menu-home-one span {
  position: relative;
}

.header_menu-home-one span::before {
  position: absolute;
  content: '';
  right: 54px;
  top: -10px;
  width: 2px;
  height: 37px;
  background: #DDDDDD;
}

.header_menu-home-one li i::before {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50%;
  background: #06ac5b;
  text-align: center;
  line-height: 50px;
  color: #ffff;
  font-size: 20px;
  margin-right: 10px;
}

.header_menu-sticky-left {
  position: relative;
  left: 23%;
  top: 0;
}

.header_menu-sticky-all-menu {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
  -webkit-animation: header_sticky 1.1s;
          animation: header_sticky 1.1s;
  background: #ffff;
  display: block;
}

@media (max-width: 1199px) {
  .header_menu-home-one span::before {
    right: 25px;
  }
  .header_menu-sticky-left {
    left: 8px;
  }
  .header_menu-sticky-main-menu ul li a {
    padding: 36px 25px;
  }
  .top_bar-right li:last-child::before {
    display: none;
  }
}

@media (max-width: 991px) {
  .header_menu-one {
    display: none;
  }
  .header_menu-sticky {
    display: block;
    padding: 27px 0 0 0;
  }
  .header_menu-sticky-all {
    padding: 27px 0 0 0;
  }
  .header_menu-btn {
    display: none;
  }
  .header_menu-icon > a::after {
    display: none;
  }
  .header_menu-icon > a::before {
    display: none;
  }
  .header_menu-home-one {
    display: none;
  }
  .header_menu-logo a img {
    max-width: 120px;
    z-index: 9;
    position: relative;
  }
  .menu-search {
    display: none;
  }
  .responsive-menu {
    display: block;
  }
}

@media (max-width: 767px) {
  .md-center {
    text-align: center;
  }
  .top_bar-right li:last-child::before {
    display: none;
  }
}

@media (max-width: 408px) {
  .top_bar-left li {
    margin-right: 5px;
    font-size: 14px;
  }
  .top_bar-left li::before {
    display: none;
    margin: 0;
  }
}

@media (max-width: 359px) {
  .top_bar-left i::before {
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin-right: 5px;
  }
}

/*==========================================================================
Search Box CSS
==========================================================================*/
.search-box {
  position: fixed;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background: #091B29;
  z-index: 999;
  -webkit-transition: .4s;
  transition: .4s;
  display: none;
  margin: 0 auto;
}

.search-box form {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 55%;
}

.search-box input {
  background-color: transparent;
  width: 100%;
  padding: 10px 0;
  color: #ffff;
  border: 0;
  border-bottom: 1px solid #ffff;
}

.search-box input:focus {
  border-bottom: 1px solid #06ac5b;
}

.search-box button {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: transparent;
  text-align: center;
  font-size: 22px;
  color: #06ac5b;
  border: 0;
  outline: none;
}

.search-box.active {
  width: 100%;
  left: 0;
}

.search-box-icon {
  position: absolute;
  right: 50px;
  top: 50px;
  font-size: 22px;
  color: #ffff;
  cursor: pointer;
}

/*==========================================================================
Menu Box CSS
==========================================================================*/
.hamburger-popup {
  position: fixed;
  width: 460px;
  height: 100%;
  right: 0;
  overflow: auto;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  top: 0;
  background: #ffff;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 80px 50px;
}

.hamburger-popup.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  right: 0;
}

.hamburger-popup .hamburger-close-btn {
  font-size: 13px;
  position: absolute;
  top: 30px;
  right: 30px;
  background: #06ac5b;
  width: 35px;
  color: #ffff;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}

.hamburger-popup .hamburger-close-btn img {
  max-width: 15px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.hamburger-popup .hamburger-close-btn:hover img {
  -webkit-animation: rotate 0.9s ease 0s;
          animation: rotate 0.9s ease 0s;
}

.menu-icon ul li {
  text-align: right;
  margin: 0 30px 0 auto;
}

.menu-icon ul li:last-child {
  margin: 0;
}

.menu-icon ul li:last-child i {
  color: #091B29;
}

.hamburger-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 20, 20, 0.7);
  z-index: 99999;
  display: none;
  -webkit-transition: .4s;
  transition: .4s;
}

.hamburger-overlay.show {
  display: block;
}

.hamburger-icon i::before,
.responsive-menu i::before,
.search-icon.open i::before {
  cursor: pointer;
}

.menu-box .contact-info .contact-box {
  margin-bottom: 30px;
}

.menu-box .contact-info .contact-box i {
  float: left;
  font-size: 25px;
  color: #06ac5b;
  margin-right: 15px;
}

.social-icon li i {
  margin-right: 15px;
  background: #091B29;
  color: #ffff;
  display: block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  -webkit-transition: .3s;
  transition: .3s;
}

.social-icon li i:hover {
  background: #06ac5b;
}

/*==========================================================================
Responsive Menu Css
========================================================================== */
.responsive-menu {
  position: absolute;
  top: -13px;
  right: 0;
  width: 100%;
}

.mean-container a.meanmenu-reveal {
  color: #091B29;
  width: 25px;
  height: 31px;
  -webkit-transition: all 0s ease-out 0s;
  transition: all 0s ease-out 0s;
  top: -2px;
}

.mean-container a.meanmenu-reveal span {
  background: #091B29;
  margin-top: 6px;
}

.mean-container .mean-bar {
  background: transparent;
  padding: 0;
  z-index: 4;
}

.mean-container .mean-bar a i {
  font-size: 22px;
  padding-top: 4px;
  display: block;
}

.mean-container .mean-nav {
  background: #FAFAFA;
  margin-top: 68px;
}

.mean-container .mean-nav li:first-child > a {
  border: none;
}

.mean-container .mean-nav ul li a.mean-expand {
  background: #06ac5b;
  height: 28px;
  color: #ffff;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #06ac5b;
}

.mean-container .mean-nav ul li a,
.mean-container .mean-nav ul li li a,
.mean-container .mean-nav li li:first-child > a {
  color: #091B29;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  border-top: 1px solid #DDDDDD;
  opacity: 1;
}

/*==========================================================================
Projects Details
========================================================================== */
.project__area__details-left-content h3 {
  padding: 25px 0;
}

.project__area__details-left-content h3 a {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #091B29;
}

.project__area__details-left-content p {
  margin-bottom: 25px;
  color: #41404A;
}

.project__area__details-left-content-list {
  border-bottom: 1px solid rgba(189, 188, 191, 0.35);
  margin-bottom: 30px;
}

.project__area__details-left-content-list ul li {
  margin-bottom: 10px;
  color: #41404A;
}

.project__area__details-left-content-list ul li i {
  color: #06ac5b;
  margin-right: 10px;
}

.project__area__details-right-item {
  -webkit-box-shadow: 0 0 70px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 70px rgba(0, 0, 0, 0.08);
  background: #ffff;
  padding: 40px 30px;
}

.project__area__details-right-item-details ul li:last-child {
  margin: 0;
}

.project__area__details-right-item-details ul li {
  margin-bottom: 15px;
}

.project__area__details-right-item-details ul li i {
  color: #06ac5b;
  font-size: 14px;
  margin-right: 7px;
}

.project__area__details-right-item-details ul li span {
  color: #091B29;
  font-weight: 500;
  margin-right: 10px;
}

.project__area__details-right-item-details ul li a {
  color: #41404A;
}

.project__area__details-right-item-details-help-contact-icon i::before {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #FAFAFA;
  color: #06ac5b;
  font-size: 22px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 15px;
}

.project__area__details-right-item-details-help-contact-text a {
  color: #41404A;
}

/*==========================================================================
Projects
========================================================================== */
.project__area-item {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.project__area-item img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.project__area-item:hover .project__area-overly {
  opacity: 1;
  bottom: 30px;
}

.project__area-item:hover .project__area-overly-page {
  opacity: 1;
  bottom: 30px;
}

.project__area-item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.project__area-item::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 20%;
  height: 100%;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  background: rgba(255, 255, 255, 0.246);
}

.project__area-item:hover::before {
  -webkit-animation: animation 0.85s;
          animation: animation 0.85s;
}

.project__area-overly-page {
  position: absolute;
  left: 30px;
  bottom: 0px;
  background: #06ac5b;
  right: 30px;
  padding: 30px;
  border-radius: 3px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 3;
}

.project__area-overly-page h3 {
  color: #ffff;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 10px;
}

.project__area-overly-page p {
  color: #ffff;
}

.project__area-overly-page-icon a {
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.project__area-overly-page-icon a i::before {
  background: #ffff;
  height: 40px;
  width: 40px;
  color: #06ac5b;
  display: block;
  line-height: 40px;
  text-align: center;
  border-radius: 2px;
  font-size: 20px;
}

.project__area-overly {
  position: absolute;
  left: 30px;
  bottom: 0px;
  background: #06ac5b;
  right: 30px;
  padding: 50px;
  border-radius: 3px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 3;
}

.project__area-overly h3 {
  color: #ffff;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 10px;
}

.project__area-overly p {
  color: #ffff;
}

.project__area-icon a {
  display: block;
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.project__area-icon a i::before {
  background: #ffff;
  height: 60px;
  width: 60px;
  color: #06ac5b;
  display: block;
  line-height: 60px;
  text-align: center;
  border-radius: 2px;
  font-size: 30px;
}

@media (max-width: 1450px) {
  .project__area-overly {
    right: 30px;
    padding: 30px;
  }
  .project__area-overly h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
  }
  .project__area-icon a {
    right: 30px;
  }
  .project__area-icon a i::before {
    height: 40px;
    line-height: 40px;
    width: 40px;
    font-size: 20px;
  }
}

@media (max-width: 1199px) {
  .project__area-overly {
    right: 30px;
    padding: 30px;
  }
  .project__area-overly h3 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0;
  }
  .project__area-icon a {
    right: 30px;
  }
  .project__area-icon a i::before {
    height: 40px;
    line-height: 40px;
    width: 40px;
    font-size: 20px;
  }
  .project__area .lg-mb-30 {
    margin-bottom: 30px;
  }
}

@media (max-width: 390px) {
  .project__area-overly {
    right: 20px;
    left: 20px;
    padding: 25px 20px;
  }
  .project__area-overly-page {
    right: 20px;
    left: 20px;
    padding: 25px 20px;
  }
  .project__area-overly-page h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
  }
  .project__area-overly h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
  }
  .project__area-overly-page h3 {
    font-size: 19px;
    line-height: 29px;
  }
  .project__area-overly-page-icon a {
    right: 30px;
  }
  .project__area-overly-page-icon a i::before {
    height: 30px;
    line-height: 30px;
    width: 30px;
    font-size: 18px;
  }
  .project__area-icon a {
    right: 30px;
  }
  .project__area-icon a i::before {
    height: 30px;
    line-height: 30px;
    width: 30px;
    font-size: 18px;
  }
}

.page__banner {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #091B29;
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 140px;
  padding-bottom: 90px;
}

.page__banner::after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #091B29;
  opacity: 0.8;
}

.page__banner-content h1 {
  color: #ffff;
  font-size: 45px;
  line-height: 55px;
  font-weight: 800;
}

.page__banner-menu {
  background: #ffff;
  padding: 12px 30px;
  border-radius: 3px;
  position: relative;
  top: 115px;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.08);
  text-align: center;
  margin: 0 auto;
  max-width: 300px;
}

.page__banner-menu ul li:last-child {
  color: #06ac5b;
}

.page__banner-menu ul li {
  display: inline-block;
  color: #091B29;
  font-weight: 600;
}

.page__banner-menu ul li i::before {
  color: #091B29;
  font-size: 20px;
  margin-right: 10px;
  top: 3px;
}

.page__banner-menu ul li a {
  color: #091B29;
}

@media (max-width: 575px) {
  .page__banner-content h1 {
    font-size: 38px;
    line-height: 48px;
    font-weight: 700;
  }
}

/*==========================================================================
Blog
========================================================================== */
.pricing__area {
  background: #FAFAFA;
  padding: 240px 0 305px 0;
}

.pricing__area-pricing {
  padding: 130px 0;
  background: #FAFAFA;
}

.pricing__area-services {
  padding: 130px 0;
  background: #ffff;
}

.pricing__area-item {
  background: #ffff;
  padding: 35px 35px;
  -webkit-box-shadow: 0 0 70px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 70px rgba(0, 0, 0, 0.08);
}

.pricing__area-item-icon {
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 50%;
  background: #FAFAFA;
  text-align: center;
  line-height: 78px;
  color: #06ac5b;
  margin-right: 20px;
}

.pricing__area-item-icon img {
  max-width: 40px;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.pricing__area-item:hover img {
  -webkit-animation: rotateY 0.9s ease 0s;
          animation: rotateY 0.9s ease 0s;
}

.pricing__area-price {
  position: relative;
}

.pricing__area-price::before {
  position: absolute;
  content: '';
  bottom: -34px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #DDDDDD;
}

.pricing__area-price ul li h3 {
  font-size: 30px;
  line-height: 40px;
}

.pricing__area-price ul li h5 {
  font-size: 24px;
  line-height: 34px;
  color: #06ac5b;
}

.pricing__area-price ul li span {
  font-size: 14px;
  line-height: 24px;
}

.pricing__area-content ul li {
  color: #41404A;
  margin-bottom: 12px;
}

.pricing__area-content ul li i {
  color: #06ac5b;
  margin-right: 10px;
  font-size: 14px;
  line-height: 24px;
}

@media (max-width: 1199px) {
  .pricing__area-item {
    background: #ffff;
    padding: 30px 25px;
  }
}

/*==========================================================================
Services Details
========================================================================== */
.services__details {
  background: #FAFAFA;
}

.services__details-widget-category {
  -webkit-box-shadow: 0 0 70px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 70px rgba(0, 0, 0, 0.08);
  padding: 40px 30px;
  background: #ffff;
}

.services__details-widget-category ul li {
  margin-bottom: 10px;
  padding: 15px;
  background: #FAFAFA;
  position: relative;
}

.services__details-widget-category ul li::before {
  background: #06ac5b;
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  width: 0;
  height: 100%;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.services__details-widget-category ul li:hover {
  cursor: pointer;
}

.services__details-widget-category ul li:hover::before {
  left: 0;
  right: auto;
  width: 100%;
}

.services__details-widget-category ul li:hover a {
  color: #ffff;
  margin-left: 4px;
}

.services__details-widget-category ul li:hover i::before {
  color: #ffff;
}

.services__details-widget-category ul li a {
  color: #091B29;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  z-index: 2;
}

.services__details-widget-category ul li a i::before {
  float: right;
  -webkit-transition: .8s;
  transition: .8s;
  font-size: 15px;
  color: #06ac5b;
  top: 4px;
}

.services__details-widget-hours {
  padding: 40px 30px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.services__details-widget-hours::after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #091B29;
  opacity: 0.8;
}

.services__details-widget-hours h3 {
  color: #ffff;
  position: relative;
  z-index: 2;
}

.services__details-widget-hours ul {
  position: relative;
  z-index: 2;
}

.services__details-widget-hours ul li {
  color: #ffff;
  padding: 5px;
}

.services__details-widget-hours ul li p {
  float: right;
  color: #ffff;
}

.services__details-content h4 a {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #091B29;
}

.services__details-content p {
  margin-bottom: 25px;
  color: #41404A;
}

.services__details-content ul li {
  margin-bottom: 10px;
  color: #41404A;
}

.services__details-content ul li i {
  color: #06ac5b;
  margin-right: 10px;
}

.services__details-services h4 {
  position: relative;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  border-top: 1px solid rgba(189, 188, 191, 0.35);
}

.services__details-counter {
  padding: 30px 30px 5px 30px;
  background: #ffff;
}

/*==========================================================================
Services
========================================================================== */
.services__area {
  background-color: #FAFAFA;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.services__area-item {
  background: #ffff;
  padding: 40px 35px;
  -webkit-transition: .4s;
  transition: .4s;
  position: relative;
}

.services__area-item:hover {
  background: #06ac5b;
}

.services__area-item:hover::after {
  background-image: url("img/white-2.png");
}

.services__area-item:hover h3 {
  color: #ffff;
}

.services__area-item:hover p {
  color: #ffff;
}

.services__area-item:hover a {
  color: #ffff;
  text-decoration: underline;
}

.services__area-item a {
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Maven Pro", sans-serif;
  color: #091B29;
  -webkit-transition: .3s;
  transition: .3s;
  display: inline-block;
  position: relative;
}

.services__area-item p {
  -webkit-transition: .3s;
  transition: .3s;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(189, 188, 191, 0.35);
  margin-bottom: 25px;
}

.services__area-item h3 {
  -webkit-transition: .3s;
  transition: .3s;
}

.services__area-item::after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  background-image: url("img/services-2.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 60%;
  height: 150px;
}

.services__area-item-icon {
  width: 100px;
  height: 100px;
  display: inline-block;
  border-radius: 50%;
  background: #FAFAFA;
  text-align: center;
  line-height: 98px;
  color: #06ac5b;
}

.services__area-item-icon img {
  max-width: 45px;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.services__area-item:hover img {
  -webkit-animation: rotateY 0.9s ease 0s;
          animation: rotateY 0.9s ease 0s;
}

@media (max-width: 427px) {
  .services__area-item-icon {
    width: 90px;
    height: 90px;
    line-height: 88px;
  }
  .services__area-item-icon img {
    max-width: 40px;
  }
  .services__area-item h3 {
    font-size: 20px;
    line-height: 30px;
  }
}

/*==========================================================================
Skill 
========================================================================== */
.skill__area {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: repeat;
}

.skill__area::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: #091B29;
  opacity: 0.8;
}

.skill__area-title {
  max-width: 560px;
}

.skill__area-title h2 {
  color: #ffff;
}

.skill__area-video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 25px;
  height: 26px;
  display: block;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  margin-left: -35px;
}

.skill__area-video-icon::before {
  position: absolute;
  content: '';
  width: 60px;
  height: 60px;
  display: block;
  top: 50%;
  left: 50%;
  z-index: 0;
  background: #ffff;
  border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
}

.skill__area-video-icon::after {
  position: absolute;
  content: '';
  background: #ffff;
  top: 50%;
  left: 50%;
  display: block;
  z-index: 1;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.skill__area-video-icon span {
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 20px solid #06ac5b;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  display: block;
}

.skilbar__area-box {
  background: #ffff;
  padding: 50px;
  top: 110px;
  left: 0;
}

.skilbar__area-content {
  position: relative;
}

.skilbar__area-content h5 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

.skilbar__area-count {
  position: absolute;
  top: 0;
  right: 0;
}

.skilbar__area-inner {
  width: 100%;
  height: 10px;
  background: #FAFAFA;
  margin-top: 10px;
  position: relative;
  border-radius: 5px 0 0 5px;
}

.skilbar__area-bar {
  height: 10px;
  position: absolute;
  width: 0;
  top: 0px;
  left: 0px;
  background: #06ac5b;
  -webkit-transition: 3.5s;
  transition: 3.5s;
  border-radius: 5px 0 0 5px;
}

@media (max-width: 767px) {
  .skill__area-video-icon {
    position: inherit;
    margin: 50px 0px -65px 30px;
  }
}

/*==========================================================================
Team
========================================================================== */
.team__area-team-content {
  padding: 25px 30px;
  background: #ffff;
  margin-top: -30px;
  position: relative;
  z-index: 3;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.team__area-about {
  padding: 240px 0 130px 0;
}

.team__area-image-img {
  position: relative;
  overflow: hidden;
}

.team__area-image-img::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 20%;
  height: 100%;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  background: rgba(255, 255, 255, 0.246);
}

.team__area-item:hover .team__area-icon {
  opacity: 1;
  left: 30px;
}

.team__area-item:hover .team__area-image-img::before {
  -webkit-animation: animation 0.85s;
          animation: animation 0.85s;
}

.team__area-item:hover .team__area-content {
  background: #06ac5b;
}

.team__area-item:hover .team__area-content h3 {
  color: #ffff;
}

.team__area-item:hover .team__area-content p {
  color: #ffff;
}

.team__area-item:hover .team__area-team-content {
  background: #06ac5b;
}

.team__area-item:hover .team__area-team-content h3 {
  color: #ffff;
}

.team__area-item:hover .team__area-team-content p {
  color: #ffff;
}

.team__area-icon {
  position: absolute;
  top: 30px;
  left: 0px;
  opacity: 0;
  -webkit-transition: .7s;
  transition: .7s;
  z-index: 10;
}

.team__area-icon ul li i::before {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: #ffff;
  background: #06ac5b;
  -webkit-transition: .6s;
  transition: .6s;
  margin-bottom: 10px;
}

.team__area-icon ul li i:hover::before {
  background: #ffff;
  color: #091B29;
}

.team__area-content {
  padding: 25px 30px;
  background: #ffff;
  margin-top: -30px;
  position: relative;
  z-index: 3;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.team__area-content h3 {
  -webkit-transition: .3s;
  transition: .3s;
}

.team__area-content p {
  -webkit-transition: .3s;
  transition: .3s;
  color: #41404A;
}

@media (max-width: 1199px) {
  .team__area {
    padding: 130px 0 100px 0;
  }
  .team__area-content {
    padding: 20px 14px;
  }
  .team__area-content h3 {
    font-size: 22px;
    line-height: 32px;
  }
  .team__area .lg-mb-75 {
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .team__area {
    padding: 130px 0 100px 0;
  }
  .team__area .lg-mb-75 {
    margin-bottom: 30px;
  }
  .lg-mb-75 {
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .team__area {
    padding: 130px 0 100px 0;
  }
  .team__area-team {
    padding: 130px 0 180px 0;
  }
}

/*==========================================================================
Testimonial
========================================================================== */
.testimonial__area-mt-175 {
  margin-top: -175px;
}

.testimonial__area-bg {
  background: #091B29;
  padding: 60px;
  padding-right: 0;
}

.testimonial__area-image::after {
  position: absolute;
  content: '';
  border: 3px solid #fff;
  width: 140px;
  height: 345px;
  left: 45px;
  bottom: -55px;
  -webkit-transform: rotate(36deg);
          transform: rotate(36deg);
  border-radius: 80px;
  z-index: -1;
  opacity: 20%;
}

.testimonial__area-image img {
  max-width: 230px;
  height: auto;
  border-radius: 50%;
}

.testimonial__area-content {
  max-width: 550px;
}

.testimonial__area-content :first-child {
  color: #ffff;
  font-size: 16px;
}

.testimonial__area-content p {
  font-size: 15px;
  color: #06ac5b;
}

.testimonial__area-content h5 {
  font-weight: 700;
  color: #ffff;
}

.testimonial__area-content i {
  position: absolute;
  right: 25%;
  bottom: 0;
  font-size: 40px;
  color: #DDDDDD;
  opacity: 15%;
}

.pagination-area {
  position: absolute;
  right: 50px;
  top: 33%;
  z-index: 2;
}

.pagination-area::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 10px;
  bottom: 40%;
  left: 2px;
  background: #091B29;
  z-index: 2;
}

.pagination-area .dots span {
  display: list-item;
  height: 60px;
  width: 5px;
  background: #ffff;
  position: relative;
  opacity: 20%;
  border-radius: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.pagination-area .dots span.swiper-pagination-bullet-active {
  height: 60px;
  width: 5px;
  background: #06ac5b;
  opacity: 100%;
  border-radius: 0;
}

@media (max-width: 1199px) {
  .testimonial__area-image::after {
    width: 130px;
    height: 290px;
    left: 30px;
    bottom: -45px;
  }
}

@media (max-width: 991px) {
  .testimonial__area-bg {
    padding: 30px;
  }
  .testimonial__area-image::after {
    width: 100px;
    height: 210px;
    left: 15px;
    bottom: -35px;
  }
  .pagination-area {
    display: none;
  }
}

@media (max-width: 767px) {
  .testimonial__area-bg {
    padding: 30px;
  }
  .testimonial__area-image::after {
    display: none;
  }
}

@media (max-width: 575px) {
  .testimonial__area-bg {
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */