/*
@File: Contolib Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

******************************************* 
** - DEFAULT AREA STYLE - **

** - Preloader Area Style
** - Go Top Area Style
** - Page navigation Area Style  
** - Video wave Style

** - DEFAULT STYLE END - **

** - HOME PAGE ONE STYLE - **

** - Header Area Style
** - Contolib Nav Area Style
** - Contolib Slider Area Style
** - Feature Area Style
** - Opportunity Area Style
** - Stakeholder Area Style
** - Counter Area Style
** - Plan Area Style
** - Company Area Style
** - Branches Area Style
** - Quote Here Area Style
** - Team Area Style
** - FAQ Area Style
** - Testimonial Area Style
** - Award Area Style
** - Articles Area Style
** - Help Area Style
** - Partners Area Style
** - Subscribe Area
** - Footer Top Area Style
** - Footer Bottom Area Style

** - HOME PAGE STYLE TWO - **

** - Header Area Two Style
** - Contolib Nav Style Two Style
** - Sidebar Modal Area Style
** - Slider Area Two Style
** - Feature Area Two Style
** - More Customers Area Style
** - Financial Area Style
** - Experience Area Style
** - What We Offer Area Style
** - Partners Area Two Style
** - Study Area Two Style
** - Team Area Two Style
** - Pricing Area Style
** - Testimonial Area Two Style
** - Articles Area Style
** - Contact Info Area Two Style
** - Subscribe Area Two Style
** - download Area Style

** - HOME PAGE STYLE FOUR - **

** - Header Area Three Style
** - Featured Services-area Area Style
** - download Area Style
** - Why Choose Us Area Style
** - Counter Area Style
** - All Services Area Style
** - Projects Area Style
** - Company Area Three Style
** - Team Area Three Style
** - Testimonials Area Three Style
** - Contact Area Three Style

** - INNER PAGE STYLE - **

** - Page Title Area Style
** - Sign In & Log In  Area Style
** - Coming Soon Area Style
** - 404 Error Area Style
** - Service Details Area Style
** - Product Area Style
** - Cart Area Style
** - Checkout Area Style 
** - Shop Details Style
** - Blog Details Area Style
** - Contact Area Style
** - FAQ Page Area Style

*******************************************
/*


/*
Default Style
============================*/
@import url("https://fonts.googleapis.com/css?family=Rubik:300i,400,500,500i,700&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,700&amp;display=swap");
/*==========================
HOME ONE MAIN COLOR
============================*/
/*==========================
HOME TWO MAIN COLOR
============================*/
/*==========================
HOME THREE MAIN COLOR
============================*/
body {
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  font-family: "Rubik", sans-serif;
  color: #7f838a;
}

a {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
  color: #4424a8;
}

a:hover {
  text-decoration: none;
  color: #172541;
}

a:focus {
  text-decoration: none;
}

button {
  outline: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #172541;
  font-weight: 700;
}

h3 {
  font-size: 20px;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

p {
  font-size: 15px;
  margin-bottom: 15px;
}

p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

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

.form-control {
  height: 50px;
  color: #172541;
  border: 1px solid #e8e8e8;
  background-color: #f9f9f9;
  border-radius: 4px;
  font-size: 15px;
  padding: 10px 20px;
  width: 100%;
}

.form-control::-webkit-input-placeholder {
  color: #495057;
}

.form-control:-ms-input-placeholder {
  color: #495057;
}

.form-control::-ms-input-placeholder {
  color: #495057;
}

.form-control::placeholder {
  color: #495057;
}

.form-control:focus {
  color: #000000;
  background-color: transparent;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  outline: 0;
  border: 1px solid #4424a8;
}

.form-control:hover:focus, .form-control:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

textarea.form-control {
  height: auto;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
Go Top Style
======================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 15px;
  background-color: #172541;
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .9s;
  transition: .9s;
}

.go-top i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
}

.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.go-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #4424a8;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.go-top:hover {
  color: #ffffff;
  background-color: #4424a8;
}

.go-top:hover::before {
  opacity: 1;
  visibility: visible;
}

.go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top:focus {
  color: #ffffff;
}

.go-top:focus::before {
  opacity: 1;
  visibility: visible;
}

.go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top.active {
  top: 98%;
  -webkit-transform: translateY(-98%);
          transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
}

/*
Page-navigation Area Style
======================================================*/
.page-navigation-area {
  text-align: center;
  margin: 20px auto 0;
  display: table;
}

.page-navigation-area .page-link {
  color: #4424a8;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px #d0d0d0;
          box-shadow: 0 0 15px #d0d0d0;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  line-height: 24px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 700;
}

.page-navigation-area .page-link i {
  margin-right: -4px;
  font-size: 21px;
}

.page-navigation-area .page-link:hover {
  color: #ffffff;
  background-color: #4424a8;
  border: 1px solid #4424a8;
}

.page-navigation-area .page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.page-navigation-area .page-link.page-links i::before {
  margin-left: -4px;
}

.page-navigation-area .page-item {
  padding: 0 8px 0;
}

.page-navigation-area .page-item:first-child .page-link {
  border-radius: none;
}

.page-navigation-area .page-item:last-child .page-link {
  border-radius: none;
}

.page-navigation-area .page-item.active .page-link {
  z-index: 1;
  color: #ffffff;
  background-color: #4424a8;
  border-color: #4424a8;
}

/*
Video wave Style
======================================================*/
.video-btn {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 69px;
  text-align: center;
  border-radius: 50%;
  color: #4424a8;
  position: relative;
  top: 3px;
  z-index: 1;
  background-color: #ffffff;
}

.video-btn i {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  position: absolute;
  top: 2px;
  left: 3px;
  -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;
  width: 100%;
  height: 100%;
}

.video-btn::after, .video-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: #239f30;
}

.video-btn::before {
  -webkit-animation: ripple 1.6s ease-out infinite;
          animation: ripple 1.6s ease-out infinite;
}

.video-btn::after {
  -webkit-animation: ripple 1.6s ease-out infinite;
          animation: ripple 1.6s ease-out infinite;
}

.video-btn:hover {
  background-color: #4424a8;
}

.video-btn:hover i {
  color: #ffffff;
}

@-webkit-keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

/*
Default Btn Area Style
======================================================*/
.default-btn {
  font-size: 16px;
  color: #ffffff;
  padding: 15px 30px;
  line-height: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
  overflow: hidden;
  z-index: 1;
}

.default-btn.two {
  background-color: #4424a8;
  border-radius: 50px;
}

.default-btn.two::before {
  background-color: #239f30 !important;
}

.default-btn.three {
  background-color: #4424a8;
  border-radius: 50px;
  padding: 10px 20px;
}

.default-btn.three i {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.default-btn.three::before {
  background-image: -webkit-gradient(linear, right top, left top, from(#1a28a8), to(#03cdf4));
  background-image: linear-gradient(to left, #1a28a8 0%, #03cdf4 100%);
}

.default-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4424a8;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.default-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 250px;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, right top, left top, from(#1a28a8), to(#03cdf4));
  background-image: linear-gradient(to left, #1a28a8 0%, #03cdf4 100%);
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.default-btn i {
  display: inline-block;
  background-color: #ffffff;
  color: #186ee9;
  border-radius: 4px;
  position: relative;
  left: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 50%;
  font-size: 20px;
}

.default-btn.active {
  margin-left: 30px;
  color: #4424a8;
}

.default-btn.active::before {
  background-color: #ffffff;
}

.default-btn:hover {
  color: #ffffff;
}

.default-btn:hover i {
  color: #4424a8;
  -webkit-animation: fadeInLeft 1s linear;
          animation: fadeInLeft 1s linear;
}

.default-btn:hover::before {
  left: 200px;
}

.default-btn:hover::after {
  left: 0;
}

/*
Read More Area Style
======================================================*/
.read-more {
  line-height: 1;
  color: #4424a8;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  font-size: 13px;
}

.read-more i {
  position: relative;
  top: 2px;
  font-size: 16px;
  left: 8px;
  width: 20px;
  height: 20px;
  line-height: 19px;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
  font-weight: 600;
}

.read-more:hover {
  color: #239f30;
}

.read-more:hover i {
  color: #4424a8;
  -webkit-animation: fadeInLeft 1s linear;
          animation: fadeInLeft 1s linear;
}

/*
Section Title Area Style
======================================================*/
.section-title {
  max-width: 660px;
  margin: -8px auto 60px;
  text-align: center;
  position: relative;
}

.section-title span {
  font-size: 60px;
  display: block;
  color: #7f838a;
  text-transform: uppercase;
  text-shadow: -1px 1px 0 #e1e4e9, 1px 1px 0 #e1e4e9, 1px -1px 0 #e1e4e9, -1px -1px 0 #e1e4e9;
  letter-spacing: 3px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  margin-bottom: -30px;
}

.section-title h2 {
  font-size: 40px;
  margin-bottom: 20px;
  position: relative;
  display: block;
  text-transform: capitalize;
}

.section-title h2:last-child {
  margin-bottom: 0;
}

.section-title.three {
  margin: 0px auto 60px;
}

.section-title.three span {
  font-size: 14px;
  text-shadow: none;
  margin-bottom: 20px;
  background-image: -webkit-gradient(linear, right top, left top, from(#1a28a8), to(#03cdf4));
  background-image: linear-gradient(to left, #1a28a8 0%, #03cdf4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  position: relative;
  display: inline-block;
  padding-left: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.section-title.three span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/hone-three/shape/section-shape.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: content;
  width: 100%;
  height: 100%;
}

/*
Preloader Area Style
======================================================*/
.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #4424a8;
  top: 0;
  left: 0;
  z-index: 99999;
}

.preloader .lds-ripple {
  position: relative;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.preloader .lds-ripple div {
  position: absolute;
  border: 4px solid #ffffff;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
          animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.preloader .lds-ripple div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

@-webkit-keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

/*
Keyframes Area Style
======================================================*/
@-webkit-keyframes moveLeftBounces {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(45px);
            transform: translateX(45px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes moveLeftBounces {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(45px);
            transform: translateX(45px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes moVebounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes moVebounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@-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);
  }
}

@-webkit-keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}

@keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}

/*
Lines Area Style
======================================================*/
.lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  width: 90vw;
}

.lines .line {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  background: #186ee9;
  overflow: hidden;
}

.lines .line::after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  -webkit-animation: moveLeftBounces-one 20s linear infinite;
          animation: moveLeftBounces-one 20s linear infinite;
}

.lines .line:nth-child(1) {
  margin-left: -25%;
}

.lines .line:nth-child(1)::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.lines .line:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.lines .line:nth-child(3) {
  margin-left: 25%;
}

.lines .line-two {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  background: #186ee9;
  overflow: hidden;
}

.lines .line-two::after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  -webkit-animation: moveLeftBounces-two 20s linear infinite;
          animation: moveLeftBounces-two 20s linear infinite;
}

.lines .line-two:nth-child(1) {
  margin-left: -25%;
}

.lines .line-two:nth-child(1)::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.lines .line-two:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.lines .line-two:nth-child(3) {
  margin-left: 25%;
}

.lines .line-three {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  background: #186ee9;
  overflow: hidden;
}

.lines .line-three::after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  -webkit-animation: moveLeftBounces-one 20s linear infinite;
          animation: moveLeftBounces-one 20s linear infinite;
}

.lines .line-three:nth-child(1) {
  margin-left: -25%;
}

.lines .line-three:nth-child(1)::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.lines .line-three:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.lines .line-three:nth-child(3) {
  margin-left: 25%;
}

@-webkit-keyframes moveLeftBounces-one {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes moveLeftBounces-one {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes moveLeftBounces-two {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(900px);
            transform: translateY(900px);
  }
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes moveLeftBounces-two {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(900px);
            transform: translateY(900px);
  }
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes moveLeftBounces-three {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes moveLeftBounces-three {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.nice-select .list {
  width: 100%;
}

.nice-select .option:hover {
  background-color: #4424a8;
  color: #ffffff;
}

.nice-select .option.selected.focus {
  background-color: #172541;
  color: #4424a8;
}

/*===== DEFAULT STYLE END ======*/
/*====================================================
HOME PAGE ONE STYLE
======================================================*/
/*
Header Area Style
======================================================*/

/*
.main-nav .nav > li > a {
    border-radius: 0;
    color: #020d26;
    font-size: 16px;
    padding: 23px 17px 22px 17px;
    cursor: pointer;
    font-weight: 600;
    display: inline-block;
    position: relative;
    border: 1px solid rgba(0,0,0,.1);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-width: 0 0 0 1px;
}*/

.header-area .top-header-area {
    padding:0;
    /*padding: 15px 0;*/
    background-color: #f8f8f8;
}

.header-area .top-header-area .header-content-left li {
  display: inline-block;
  padding-right: 20px;
  color: #4424a8;
}

.header-area .top-header-area .header-content-left li:last-child {
  padding-right: 0;
}

.header-area .top-header-area .header-content-left li i {
  color: #4424a8;
  font-size: 15px;
  margin-right: 5px;
}

.header-area .top-header-area .header-content-left li a {
  color: #4424a8;
}

.header-area .top-header-area .header-content-left li a i {
  color: #4424a8;
  line-height: 1;
  margin-right: 5px;
  font-size: 15px;
  position: relative;
  top: 1px;
}

.header-area .top-header-area .header-content-left li a:hover {
  color: #4424a8;
}

.header-area .top-header-area .header-content-right {
  float: right;
}

.header-area .top-header-area .header-content-right .flag-wrap {
  display: inline-block;
}

.header-area .top-header-area .header-content-right .flag-wrap .flag-item-top {
  position: relative;
}

.header-area .top-header-area .header-content-right .flag-wrap .flag-item-top .flag-bar {
  margin-right: 30px;
}

.header-area .top-header-area .header-content-right .flag-wrap .flag-item-top .flag-bar img {
  width: 35px;
}

.header-area .top-header-area .header-content-right .flag-wrap .flag-item-top .flag-bar span {
  position: relative;
  top: 2px;
  color: #4424a8;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 15px;
  font-weight: 500;
  margin-left: 5px;
}

.header-area .top-header-area .header-content-right .flag-wrap .flag-item-top .flag-item-bottom {
  position: absolute;
  top: 100px;
  padding: 20px !important;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  width: 250px;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}

.header-area .top-header-area .header-content-right .flag-wrap .flag-item-top .flag-item-bottom::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  border-top: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  border-left: 8px solid transparent;
  top: -8px;
  left: 20px;
}

.header-area .top-header-area .header-content-right .flag-wrap .flag-item-top .flag-item-bottom .flag-item {
  margin-bottom: 10px;
}

.header-area .top-header-area .header-content-right .flag-wrap .flag-item-top .flag-item-bottom .flag-item:last-child {
  margin-bottom: 0;
}

.header-area .top-header-area .header-content-right .flag-wrap .flag-item-top .flag-item-bottom .flag-item .flag-link {
  color: #4424a8;
  display: block;
  font-size: 14px;
  font-weight: 500;
}

.header-area .top-header-area .header-content-right .flag-wrap .flag-item-top .flag-item-bottom .flag-item .flag-link img {
  width: 20px;
  margin-right: 5px;
  border-radius: 50%;
}

.header-area .top-header-area .header-content-right .flag-wrap .flag-item-top .flag-item-bottom .flag-item .flag-link:hover {
  color: #4424a8;
}

.header-area .top-header-area .header-content-right .flag-wrap .flag-item-top:hover .flag-item-bottom {
  visibility: visible;
  opacity: 1;
  top: 50px;
}

.header-area .top-header-area .header-content-right .social-icon {
  display: inline-block;
  position: relative;
  top: 8px;
}

.header-area .top-header-area .header-content-right .social-icon ul li {
  display: inline-block;
  margin-left: 5px;
}

.header-area .top-header-area .header-content-right .social-icon ul li:first-child {
  margin-left: 0;
}

.header-area .top-header-area .header-content-right .social-icon ul li a i {
  font-size: 14px;
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #e8e8e8;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.header-area .top-header-area .header-content-right .social-icon ul li a i:hover {
  background-color: #4424a8;
  color: #ffffff;
}

/*
Contolib Nav Area Style
======================================================*/
.contolib-nav-style .navbar {
  padding: 0;
}

.contolib-nav-style .navbar-area .navbar-brand {
  padding: 0;
}

.contolib-nav-style .navbar-area .main-nav {
  position: unset;
  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-top: 0;
  padding-bottom: 0;
}

    .contolib-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item a {
        border-radius: 0;
        color: #020d26;
        font-size: 16px;
        padding: 23px 17px 22px 17px;
        cursor: pointer;
        font-weight: 600;
        display: inline-block;
        position: relative;
        border: 1px solid rgba(0,0,0,.1);
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-width: 0 0 0 1px;
        text-transform: capitalize;
        /*font-weight: 500;
  font-size: 15px;
  color: #172541;
  text-transform: capitalize;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-left: 0;
  margin: 0 10px;
  position: relative;*/
    }

.contolib-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item a i {
  font-size: 15px;
  line-height: 0;
  position: relative;
  top: 3px;
}

.contolib-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item a::before {
  content: "";
  position: absolute;
  bottom: -25px;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.contolib-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
  color: #4424a8;
}

.contolib-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item a:hover i {
  -webkit-animation: rotation 0.5s linear infinite;
          animation: rotation 0.5s linear infinite;
}

.contolib-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item a.active {
  color: #4424a8;
}

.contolib-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item a.active i {
  -webkit-animation: rotation 0.5s linear infinite;
          animation: rotation 0.5s linear infinite;
}

.contolib-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu {
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  top: 100%;
  left: 0;
  padding: 0;
}

.contolib-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu::before {
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  border-top: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  border-left: 8px solid transparent;
  top: -8px;
  left: 20px;
}

.contolib-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  font-size: 14px;
  color: #172541;
  position: relative;
  padding: 10px 15px;
  border-bottom: 1px dashed #eeeeee;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.contolib-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
  float: right;
  top: 12px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.contolib-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #4424a8;
  background-color: #f3f3f3;
}

.contolib-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #4424a8;
  background-color: #f3f3f3;
}

.contolib-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 100%;
}

.contolib-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu::before {
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  border-top: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  border-left: 8px solid transparent;
  top: 35px;
  left: -11px;
  -webkit-transform: rotate(-86deg);
          transform: rotate(-86deg);
}

.contolib-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child a {
  border-bottom: none;
}

.contolib-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item:hover .dropdown-menu {
  -webkit-animation: flipInX 0.5s linear;
          animation: flipInX 0.5s linear;
}

.contolib-nav-style .navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  background-color: #313538;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
          box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 100% !important;
}

.contolib-nav-style .dropdown-toggle::after {
  display: none;
}

.contolib-nav-style .others-option .menu-menu {
  display: inline-block;
}

.contolib-nav-style .others-option .cart-wrap {
  display: inline-block;
  margin-left: 15px;
  position: relative;
  top: -1px;
}

.contolib-nav-style .others-option .cart-wrap .cart-icon {
  position: relative;
  top: 5px;
}

.contolib-nav-style .others-option .cart-wrap .cart-icon i {
  color: #4424a8;
  font-size: 18px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
  width: 27px;
  height: 27px;
  background-color: #ffffff;
  border-radius: 50%;
  line-height: 27px;
  text-align: center;
}

.contolib-nav-style .others-option .cart-wrap .cart-icon span {
  position: absolute;
  top: -9px;
  right: -4px;
  background-color: #4424a8;
  text-align: center;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  font-size: 10px;
  color: #fff;
  line-height: 16px;
}

.contolib-nav-style .others-option .cart-wrap .cart-icon:hover i {
  color: #4424a8;
}

.contolib-nav-style .others-option .search-wrap {
  display: inline-block;
  margin-left: 15px;
  position: relative;
  top: -3px;
}

.contolib-nav-style .others-option .search-wrap .other-option .search-box-item {
  display: inline-block;
  position: relative;
  color: #172541;
  cursor: pointer;
  width: 15px;
  top: 7px;
}

.contolib-nav-style .others-option .search-wrap .other-option .search-box-item i {
  display: inline-block;
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  font-size: 18px;
  border-radius: 50%;
  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);
  position: relative;
  top: 0;
  color: #4424a8;
}

.contolib-nav-style .others-option .search-wrap .other-option .search-box-item .search-overlay.search-popup {
  position: absolute;
  top: 100%;
  width: 300px;
  right: 0;
  background: #ffffff;
  z-index: 2;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}

.contolib-nav-style .others-option .search-wrap .other-option .search-box-item .search-overlay.search-popup .search-form {
  position: relative;
}

.contolib-nav-style .others-option .search-wrap .other-option .search-box-item .search-overlay.search-popup .search-form .search-input {
  display: block;
  width: 100%;
  height: 50px;
  line-height: initial;
  border: 1px solid #eeeeee;
  color: #212529;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 4px;
  padding-left: 10px;
}

.contolib-nav-style .others-option .search-wrap .other-option .search-box-item .search-overlay.search-popup .search-form .search-input:focus {
  border-color: #4424a8;
}

.contolib-nav-style .others-option .search-wrap .other-option .search-box-item .search-overlay.search-popup .search-form .search-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  background: transparent;
  border: none;
  width: 50px;
  outline: 0;
  color: #102a82;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0;
  cursor: pointer;
}

.contolib-nav-style .others-option .search-wrap .other-option .search-box-item .search-overlay.search-popup .search-form .search-button:focus {
  color: #4424a8;
}

.contolib-nav-style .others-option .search-wrap .other-option .search-box-item .search-btn {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.contolib-nav-style .others-option .search-wrap .other-option .search-box-item .search-btn:hover {
  color: #4424a8;
}

.contolib-nav-style .others-option .search-wrap .other-option .search-box-item .search-overlay {
  display: none;
}

.contolib-nav-style .others-option .search-wrap .other-option .search-box-item .close-btn {
  cursor: pointer;
  display: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #4424a8;
}

.contolib-nav-style .others-option .search-wrap .other-option .search-box-item .close-btn:hover {
  color: #4424a8;
}

.contolib-nav-style .others-option .search-wrap .other-option .search-box-item .close-btn.active {
  display: block;
}

.contolib-nav-style .others-option .subscribe {
  display: inline-block;
  display: inline-block;
  background-color: #4424a8;
  margin-left: 30px;
}

.contolib-nav-style .others-option .subscribe a {
  color: #ffffff;
  padding: 30px 50px;
}

/*
Contolib Slider Area Style
======================================================*/
.contolib-slider-area {
  background-color: #f8f8f8;
  height: 100%;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

.contolib-slider-area .container-fluid {
  max-width: 1330px;
  margin-right: unset;
}

.contolib-slider-area .contolib-slider-text {
  position: relative;
  max-width: 570px;
  margin-top: -200px;
}

.contolib-slider-area .contolib-slider-text span {
  font-size: 100px;
  display: inline-block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  text-shadow: -1px 1px 0 #ffffff, 1px 1px 0 #ffffff, 1px -1px 0 #ffffff, -1px -1px 0 #ffffff;
  letter-spacing: 3px;
  color: #f8f8f8;
  position: absolute;
  top: -50px;
  left: 0;
}

.contolib-slider-area .contolib-slider-text h1 {
  font-size: 60px;
  margin-bottom: 40px;
}

.contolib-slider-area .contolib-slider-text h1 span {
  color: #ffd797;
}

.contolib-slider-area .contolib-slider-text p {
  font-size: 16px;
  margin-bottom: 40px;
}

.contolib-slider-area .contolib-slider-text .slider-btn .price {
  color: #ffffff;
  font-size: 25px;
  margin-right: 30px;
  display: inline-block;
}

.contolib-slider-area .owl-item.active .contolib-slider-text.overflow-hidden {
  overflow: hidden;
}

.contolib-slider-area .owl-item.active .contolib-slider-text.one span {
  -webkit-animation: 1s .1s fadeInUpBig both;
          animation: 1s .1s fadeInUpBig both;
}

.contolib-slider-area .owl-item.active .contolib-slider-text.one h1 {
  -webkit-animation: 2s .2s fadeInUpBig both;
          animation: 2s .2s fadeInUpBig both;
}

.contolib-slider-area .owl-item.active .contolib-slider-text.one p {
  -webkit-animation: 3s .3s fadeInUpBig both;
          animation: 3s .3s fadeInUpBig both;
}

.contolib-slider-area .owl-item.active .contolib-slider-text.one .slider-btn {
  -webkit-animation: 4s .4s fadeInUpBig both;
          animation: 4s .4s fadeInUpBig both;
}

.contolib-slider-area .owl-item.active .contolib-slider-text.two span {
  -webkit-animation: 1s .1s fadeInDownBig both;
          animation: 1s .1s fadeInDownBig both;
}

.contolib-slider-area .owl-item.active .contolib-slider-text.two h1 {
  -webkit-animation: 2s .2s fadeInLeft both;
          animation: 2s .2s fadeInLeft both;
}

.contolib-slider-area .owl-item.active .contolib-slider-text.two p {
  -webkit-animation: 3s .3s fadeInLeft both;
          animation: 3s .3s fadeInLeft both;
}

.contolib-slider-area .owl-item.active .contolib-slider-text.two h3 {
  -webkit-animation: 4s .4s fadeInLeft both;
          animation: 4s .4s fadeInLeft both;
}

.contolib-slider-area .owl-item.active .contolib-slider-text.two .slider-btn {
  -webkit-animation: 1s .1s fadeInUpBig both;
          animation: 1s .1s fadeInUpBig both;
}

.contolib-slider-area .owl-item.active .contolib-slider-text.three span {
  -webkit-animation: 2s .2s fadeInDown both;
          animation: 2s .2s fadeInDown both;
}

.contolib-slider-area .owl-item.active .contolib-slider-text.three h1 {
  -webkit-animation: 2s .2s fadeInDown both;
          animation: 2s .2s fadeInDown both;
}

.contolib-slider-area .owl-item.active .contolib-slider-text.three p {
  -webkit-animation: 2s .2s fadeInDown both;
          animation: 2s .2s fadeInDown both;
}

.contolib-slider-area .owl-item.active .contolib-slider-text.three h3 {
  -webkit-animation: 2s .2s fadeInDown both;
          animation: 2s .2s fadeInDown both;
}

.contolib-slider-area .owl-item.active .contolib-slider-text.three .slider-btn {
  -webkit-animation: 2s .2s fadeInUp both;
          animation: 2s .2s fadeInUp both;
}

.contolib-slider-area .owl-item.active .slider-img img {
  -webkit-animation: 3s .3s fadeInLeft both;
          animation: 3s .3s fadeInLeft both;
}

.contolib-slider-area .slider-shape {
  position: absolute;
  right: 0;
  top: 0;
  background-position: right;
  max-width: 940px;
}

.contolib-slider-area .owl-theme .owl-dots {
  margin-top: 0 !important;
  display: -ms-grid;
  display: grid;
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-150px);
          transform: translateY(-150px);
}

.contolib-slider-area .owl-theme .owl-dots .owl-dot span {
  background-color: #c2b8e0;
  width: 20px;
  height: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.contolib-slider-area .owl-theme .owl-dots .owl-dot.active span {
  background-color: #4424a8;
  width: 30px;
}

/*
Feature Area Style
======================================================*/
.feature-area .row .col-lg-4:nth-child(3) .single-feature {
  border-right: none;
}

.feature-area .feature-wrap {
  position: relative;
}

.feature-area .feature-wrap .single-feature {
  border-right: 1px solid #eeeeee;
  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);
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}

.feature-area .feature-wrap .single-feature .title {
  padding-left: 80px;
  position: relative;
  margin-bottom: 55px;
}

.feature-area .feature-wrap .single-feature .title .icon {
  font-size: 60px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  color: #172541;
  z-index: 1;
}

.feature-area .feature-wrap .single-feature .title .icon::before {
  content: "";
  position: absolute;
  top: -3px;
  right: -10px;
  width: 30px;
  height: 30px;
  background-color: #c7bde5;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.feature-area .feature-wrap .single-feature .title .icon::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 10px;
  height: 10px;
  background-color: #c7bde5;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.feature-area .feature-wrap .single-feature .title h3 {
  position: relative;
  top: 23px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.feature-area .feature-wrap .feature-read-more {
  background-color: #4424a8;
  display: block;
  color: #ffffff;
  padding: 10px 30px;
  position: absolute;
  bottom: 30px;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.feature-area .feature-wrap .feature-read-more span {
  display: inline-block;
  float: right;
  position: relative;
  z-index: 1;
  font-size: 19px;
  line-height: 1.3;
  right: 5px;
}

.feature-area .feature-wrap .feature-read-more span::after {
  content: "";
  position: absolute;
  top: 2px;
  right: -5px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  z-index: -1;
  border: 1px solid #6d54bb;
}

.feature-area .feature-wrap:hover .single-feature .title h3 {
  color: #4424a8;
}

.feature-area .feature-wrap:hover .single-feature .title .icon::before {
  top: 35px !important;
  left: -8px !important;
  right: unset;
}

.feature-area .feature-wrap:hover .single-feature .title .icon::after {
  bottom: 44px;
  right: -5px !important;
  left: unset;
}

.feature-area .feature-wrap:hover .feature-read-more {
  bottom: -45px;
}

.feature-area .feature-link {
  text-align: center;
  margin-top: 30px;
}

.feature-area .feature-link p a {
  border-bottom: 1px solid #4424a8;
  color: #4424a8;
}

/*
Opportunity Area Style
======================================================*/
.single-opportunity {
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-opportunity img {
  border-radius: 4px 4px 0 0;
}

.single-opportunity .opportunity-content {
  padding: 30px;
  padding-top: 60px;
  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);
  position: relative;
}

.single-opportunity .opportunity-content .icon-style {
  font-size: 35px;
  background-color: #4424a8;
  line-height: 70px;
  width: 70px;
  height: 70px;
  display: inline-block;
  border-radius: 50%;
  color: #ffffff;
  position: absolute;
  top: -36px;
  left: 0;
  right: 0;
  margin: auto;
}

.single-opportunity .opportunity-content h3 {
  margin-bottom: 15px;
}

.single-opportunity .opportunity-content p {
  margin-bottom: 20px;
}

.single-opportunity .opportunity-content a i {
  font-size: 20px;
  position: relative;
  color: #4424a8;
  line-height: 1;
  z-index: 1;
}

.single-opportunity .opportunity-content a i::after {
  content: "";
  position: absolute;
  top: 1px;
  right: -5px;
  width: 20px;
  height: 20px;
  line-height: 15px;
  background-color: #dad3ee;
  z-index: -1;
  border-radius: 50%;
}

.single-opportunity:hover {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}

.single-opportunity:hover .opportunity-content .icon-style {
  -webkit-animation: bounce 1s linear;
          animation: bounce 1s linear;
}

/*
Stakeholder Area Style
======================================================*/
.stakeholder-area {
  padding-bottom: 170px;
}

.stakeholder-area .container-fluid {
  max-width: 1140px;
}

.stakeholder {
  background-color: #4424a8;
}

.stakeholder .stakeholder-content-wrap {
  padding: 50px;
  padding-right: 0;
}

.stakeholder .stakeholder-content-wrap .stakeholder-title {
  margin-bottom: 40px;
  color: #ffffff;
}

.stakeholder .stakeholder-content-wrap .stakeholder-title span {
  text-transform: uppercase;
  text-shadow: -1px 1px 0 #5d43b2, 1px 1px 0 #5d43b2, 1px -1px 0 #5d43b2, -1px -1px 0 #5d43b2;
  letter-spacing: 3px;
  color: #4424a8;
  font-size: 60px;
  margin-bottom: -30px;
  display: block;
  font-weight: 700;
  line-height: 1;
}

.stakeholder .stakeholder-content-wrap .stakeholder-title h2 {
  color: #ffffff;
  font-size: 40px;
  margin-bottom: 20px;
}

.stakeholder .stakeholder-content-wrap .single-stakeholder {
  margin-bottom: 30px;
}

.stakeholder .stakeholder-content-wrap .single-stakeholder .title {
  position: relative;
  padding-left: 55px;
  margin-bottom: 15px;
}

.stakeholder .stakeholder-content-wrap .single-stakeholder .title i {
  color: #917ecc;
  position: absolute;
  top: -5px;
  left: 0;
  font-size: 35px;
  line-height: 1;
}

.stakeholder .stakeholder-content-wrap .single-stakeholder .title h3 {
  color: #ffffff;
}

.stakeholder .stakeholder-content-wrap .single-stakeholder p {
  color: #ffffff;
}

.stakeholder .stakeholder-content-wrap .active {
  margin-left: 0;
  margin-top: 10px;
}

.stakeholder .stakeholder-img {
  background-image: url(../img/home-one/stakeholder-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  left: 0;
  top: 70px;
  right: -70px;
}

/*
Counter Area Style
======================================================*/
.counter-area {
  background-color: #172541;
}

.counter-area .col-lg-3:nth-child(4) .single-counter {
  border-right: none;
}

.single-counter {
  text-align: center;
  border-right: 1px dashed #37496e;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 30px;
}

.single-counter i {
  color: #ffffff;
  font-size: 50px;
  line-height: 1;
  display: block;
  margin-bottom: 25px;
}

.single-counter p {
  color: #ffffff;
  line-height: 1;
  margin-bottom: 20px;
}

.single-counter h2 {
  color: #ffffff;
  line-height: 1;
  font-size: 40px;
  margin-bottom: -10px;
}

.single-counter:hover {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}

/*
Plan Area Style
======================================================*/
.plan-area {
  background-color: #f8f8f8;
  margin-top: 100px;
  margin-bottom: 130px;
}

.plan-area .container-fluid {
  max-width: 1550px;
  margin-right: auto;
  margin-left: unset;
}

.plan-area .plan-img {
  position: relative;
}

.plan-area .plan-img .plan-shape {
  position: absolute;
  bottom: -70px;
  right: -70px;
}

.plan-area-wrap {
  padding: 30px;
}

.plan-area-wrap .plan-content .plan-title {
  margin-bottom: 40px;
}

.plan-area-wrap .plan-content .plan-title span {
  text-transform: uppercase;
  text-shadow: -1px 1px 0 #e8e8e8, 1px 1px 0 #e8e8e8, 1px -1px 0 #e8e8e8, -1px -1px 0 #e8e8e8;
  letter-spacing: 3px;
  color: #f8f8f8;
  font-size: 60px;
  margin-bottom: -30px;
  display: block;
  font-weight: 700;
  line-height: 1;
}

.plan-area-wrap .plan-content .plan-title h2 {
  font-size: 40px;
  margin-bottom: 20px;
}

.plan-area-wrap .single-progress {
  position: relative;
}

.plan-area-wrap .single-progress .progress-wrap {
  position: absolute;
  left: 0;
  top: 0;
}

.plan-area-wrap .single-progress .progress-bar {
  display: inline-block;
  background-color: transparent;
}

.plan-area-wrap .single-progress .progress-bar div span {
  color: #172541;
}

.plan-area-wrap .single-progress .progress-bar .background {
  background-color: #e5e5e5 !important;
}

.plan-area-wrap .single-progress .progress-bar .right {
  background-color: #4424a8 !important;
}

.plan-area-wrap .single-progress .progress-bar .rotate {
  background-color: #4424a8 !important;
}

.plan-area-wrap .single-progress .progress-bar .left {
  background-color: #e5e5e5 !important;
}

.plan-area-wrap .single-progress .progress-content {
  padding-left: 120px;
}

.plan-area-wrap .single-progress .progress-content h3 {
  margin-bottom: 15px;
}

/*
Company Area Style
======================================================*/
.company-area .shorting-menu {
  margin: 0 auto 40px;
  text-align: center;
}

.company-area .shorting-menu .filter {
  background-color: #c7bde5;
  padding: 10px 30px;
  color: #4424a8;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  margin: 0 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.company-area .shorting-menu .filter.active {
  background-color: #4424a8;
  color: #ffffff;
  position: relative;
  z-index: -1;
}

.company-area .shorting-menu .filter.active::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  width: 8px;
  height: 8px;
  line-height: 8px;
  border-radius: 50%;
  background-color: #4424a8;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.company-area .shorting-menu .filter.active::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0px;
  right: 0;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 50%;
  background-color: #c7bde5;
  margin: auto;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.company-area .shorting-menu .filter:hover {
  background-color: #4424a8;
  color: #ffffff;
}

.shorting .mix {
  display: none;
}

.single-company {
  margin-bottom: 30px;
}

.single-company .company-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: 15px 30px;
  max-width: 500px;
  margin: auto;
  margin-top: -25px;
  z-index: 1;
  position: relative;
  border-radius: 4px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-company .company-content a {
  font-size: 18px;
  font-weight: 600;
  display: block;
  line-height: 1.4;
}

.single-company .company-content a i {
  line-height: 1;
  position: relative;
  font-size: 25px;
  font-weight: normal;
  float: right;
  display: inline-block;
  right: 7px;
  top: 2px;
}

.single-company .company-content a i::after {
  content: "";
  position: absolute;
  top: 0px;
  right: -7px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #4424a8;
  border-radius: 50%;
}

.single-company:hover .company-content {
  max-width: 100%;
}

/*
Branches Area Style
======================================================*/
.branches-area {
  background-color: #172541;
  padding-bottom: 200px;
}

.branches-area .section-title {
  margin-bottom: 0;
}

.branches-area .section-title span {
  text-shadow: -1px 1px 0 #34415c, 1px 1px 0 #34415c, 1px -1px 0 #34415c, -1px -1px 0 #34415c;
  color: #172541;
}

.branches-area .section-title h2 {
  color: #ffffff;
}

.branches-area .section-title p {
  color: #cfd6e4;
}

.branches-area .map-img {
  position: relative;
}

.branches-area .map-img .location {
  position: absolute;
  top: 30px;
  left: 100px;
  -webkit-animation: heartBeat 1100ms infinite linear;
          animation: heartBeat 1100ms infinite linear;
}

.branches-area .map-img .location:nth-child(2).location {
  top: 115px;
  left: 140px;
  -webkit-animation: heartBeat 1200ms infinite linear;
          animation: heartBeat 1200ms infinite linear;
}

.branches-area .map-img .location:nth-child(3).location {
  top: 0;
  left: 270px;
  -webkit-animation: heartBeat 1300ms infinite linear;
          animation: heartBeat 1300ms infinite linear;
}

.branches-area .map-img .location:nth-child(4).location {
  top: 100px;
  left: 300px;
  -webkit-animation: heartBeat 1400ms infinite linear;
          animation: heartBeat 1400ms infinite linear;
}

.branches-area .map-img .location:nth-child(5).location {
  top: 30px;
  left: 400px;
  -webkit-animation: heartBeat 1500ms infinite linear;
          animation: heartBeat 1500ms infinite linear;
}

.branches-area .map-img .location:nth-child(6).location {
  top: 130px;
  left: 490px;
  -webkit-animation: heartBeat 1600ms infinite linear;
          animation: heartBeat 1600ms infinite linear;
}

.branches-area .map-img .location .span-info {
  position: relative;
}

.branches-area .map-img .location .span-info i {
  font-size: 30px;
  cursor: pointer;
  color: #ffffff;
}

.branches-area .map-img .location .span-info .location-info {
  position: absolute;
  top: -50px;
  left: -65px;
  width: 160px;
  padding: 15px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #ffffff;
  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);
  text-align: center;
}

.branches-area .map-img .location .span-info .location-info h5 {
  margin: 0;
  color: #172541;
  font-size: 15px;
  font-weight: 600;
}

.branches-area .map-img .location .span-info .location-info::before {
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  border-bottom: 0;
  border-right: 8px solid transparent;
  border-top: 8px solid #ffffff;
  border-left: 8px solid transparent;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: auto;
}

.branches-area .map-img .location .span-info:hover .location-info {
  opacity: 1;
  visibility: visible;
  top: -50px;
}

.branches-area .map-img .location:hover {
  -webkit-animation: none;
          animation: none;
}

.branches-area .map-img .location:hover:nth-child(2).location {
  -webkit-animation: none;
          animation: none;
}

.branches-area .map-img .location:hover:nth-child(3).location {
  -webkit-animation: none;
          animation: none;
}

.branches-area .map-img .location:hover:nth-child(4).location {
  -webkit-animation: none;
          animation: none;
}

.branches-area .map-img .location:hover:nth-child(5).location {
  -webkit-animation: none;
          animation: none;
}

.branches-area .map-img .location:hover:nth-child(6).location {
  -webkit-animation: none;
          animation: none;
}

/*
Quote Here Area Style
======================================================*/
.quote-here-area {
  margin-top: -100px;
}

.quote-here-form {
  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: 50px;
}

.quote-here-form h2 {
  font-size: 40px;
  margin-bottom: 40px;
}

.quote-here-form .form-group {
  position: relative;
  margin-bottom: 30px;
}

.quote-here-form .form-group i {
  position: absolute;
  top: 16px;
  left: 20px;
  line-height: 1;
  font-size: 18px;
}

.quote-here-form .form-group .form-control {
  padding: 10px 50px;
}

.quote-here-form p {
  display: inline-block;
  color: #4424a8;
  font-weight: 600;
  margin-left: 50px;
}

.quote-here-form p i {
  display: inline-block;
  margin-right: 10px;
}

.quote-here-form .default-btn {
  margin-top: 15px;
}

.quote-here-img {
  background-image: url(../img/home-one/quote-here-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

/*
Team Area Style
======================================================*/
.team-area .default-btn {
  float: right;
  margin-bottom: 60px;
}

.single-team {
  background-color: #f4f4f4;
  text-align: center;
  padding: 30px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 30px;
  overflow: hidden;
}

.single-team img {
  border-radius: 50%;
  margin-bottom: 20px;
}

.single-team .team-content span {
  display: block;
  margin-bottom: -4px;
}

.single-team ul {
  position: absolute;
  top: 60px;
  right: -20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-team ul li a {
  padding: 5px;
}

.single-team ul li a i {
  font-size: 16px;
}

.single-team ul li a i:hover {
  -webkit-animation: rubberBand 1s linear;
          animation: rubberBand 1s linear;
}

.single-team:hover {
  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);
}

.single-team:hover ul {
  right: 5px;
  -webkit-animation: lightSpeedIn 1000ms linear;
          animation: lightSpeedIn 1000ms linear;
}

/* 
FAQ Area Style
=====================================================*/
.faq-area {
  position: relative;
  background-color: #f8f8f8;
}

.faq-area .faq-accordion {
  background-color: #4424a8;
  padding: 40px;
  padding: 40px;
  max-width: 570px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 350px;
  top: 100px;
}

.faq-area .faq-accordion h2 {
  color: #ffffff;
  font-size: 35px;
  margin-bottom: 30px;
}

.faq-area .faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.faq-area .faq-accordion .accordion .accordion-item {
  display: block;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  background: #6644d0;
  margin-bottom: 20px;
}

.faq-area .faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-area .faq-accordion .accordion .accordion-title {
  padding: 12px 20px 12px 40px;
  color: #ffffff;
  position: relative;
  margin-bottom: -1px;
  display: block;
  font-size: 16px;
  border: 1px solid #6644d0;
}

.faq-area .faq-accordion .accordion .accordion-title i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  text-align: center;
  height: 100%;
  background: #6644d0;
  color: #4424a8;
  font-size: 14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #ffffff;
}

.faq-area .faq-accordion .accordion .accordion-title i::before {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.faq-area .faq-accordion .accordion .accordion-title span {
  position: absolute;
  top: 14px;
  left: 20px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #4424a8;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
}

.faq-area .faq-accordion .accordion .accordion-title.active {
  border-bottom-color: #4424a8;
}

.faq-area .faq-accordion .accordion .accordion-title.active i {
  background-color: #6644d0;
  color: #fff;
}

.faq-area .faq-accordion .accordion .accordion-title.active i::before {
  content: "\f128";
}

.faq-area .faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  padding: 20px;
  color: #ffffff;
  font-size: 14px;
}

.faq-area .faq-accordion .accordion .accordion-content.show {
  display: block;
}

.faq-area .faq-img-left {
  background-image: url(../img/home-one/faq/left-img.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  height: 740px;
}

.faq-area .faq-img-right {
  background-image: url(../img/home-one/faq/right-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  height: 740px;
}

/* 
Testimonial Area Style
=====================================================*/
.testimonial-area .section-title {
  margin-bottom: 30px;
}

.testimonial-area .owl-theme .owl-dots {
  margin-top: 30px !important;
  line-height: 1;
}

.testimonial-area .owl-theme .owl-dots .owl-dot span {
  background-color: #8c7fb3;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0 5px !important;
}

.testimonial-area .owl-theme .owl-dots .owl-dot.active span {
  background-color: #4424a8 !important;
}

.single-testimonial {
  background-color: #f9f9f9;
  padding-left: 175px;
  position: relative;
  margin-top: 30px;
}

.single-testimonial .testimonial-img {
  position: absolute;
  top: 0;
  left: 0;
}

.single-testimonial .testimonial-img .testimonial-shape {
  position: absolute;
  top: -19px;
  left: 0;
}

.single-testimonial .testimonial-content {
  padding: 30px;
}

.single-testimonial .testimonial-content span {
  color: #7a7e9a;
  font-weight: 500;
  display: block;
  margin-bottom: 13px;
}

.single-testimonial .testimonial-content ul {
  line-height: 1;
  margin-top: 10px;
}

.single-testimonial .testimonial-content ul li {
  display: inline-block;
}

.single-testimonial .testimonial-content ul li i {
  color: #ff9e21;
}

/* 
Award Area Style
=====================================================*/
.award-area {
  background-color: #172541;
}

.award-area .award-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.award-area .award-img.bg-1 {
  background-image: url(../img/home-one/award/1.png);
}

.award-area .award-img.bg-2 {
  background-image: url(../img/home-one/award/2.png);
}

.award-area .award-img.bg-3 {
  background-image: url(../img/home-one/award/3.png);
}

.award-area .award-img.bg-4 {
  background-image: url(../img/home-one/award/4.png);
}

.award-area .award-content-wrap {
  background-color: #172541;
  position: relative;
  padding: 50px;
  overflow: hidden;
}

.award-area .award-content-wrap .award-content {
  max-width: 300px;
}

.award-area .award-content-wrap .award-content span {
  color: #ffffff;
  font-size: 200px;
  font-weight: 600;
  line-height: 1;
  position: relative;
  left: -8px;
}

.award-area .award-content-wrap .award-content h5 {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.4;
}

.award-area .award-content-wrap .award-content h3 {
  color: #ffffff;
  font-size: 25px;
  margin-bottom: 20px;
}

.award-area .award-content-wrap .award-content p {
  color: #ffffff;
}

.award-area .award-content-wrap .award-content img {
  position: absolute;
  top: 30px;
  right: 30px;
  max-width: 300px;
}

/* 
Articles Area Style
=====================================================*/
.single-articles {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 30px;
}

.single-articles .articles-content {
  background-color: #f7f7f7;
  padding: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-articles .articles-content ul {
  margin-bottom: 17px;
  line-height: 1;
}

.single-articles .articles-content ul li {
  display: inline-block;
  padding-right: 20px;
  position: relative;
  line-height: 1;
}

.single-articles .articles-content ul li i {
  color: #239f30;
  margin-right: 5px;
}

.single-articles .articles-content ul li:last-child {
  padding-right: 0;
}

.single-articles .articles-content ul li:first-child::before {
  display: none;
}

.single-articles .articles-content ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: -13px;
  width: 1px;
  height: 100%;
  background-color: #7f838a;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

.single-articles .articles-content a h3 {
  margin-bottom: 20px;
  display: block;
  line-height: 1.4;
}

.single-articles:hover {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}

.single-articles:hover .articles-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);
}

/* 
Help Area Style
=====================================================*/
.help-area {
  position: relative;
}

.help-area .faq-img-left {
  background-image: url(../img/home-one/help-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  height: 740px;
}

.help-area .faq-img-right {
  background-color: #172541;
  height: 740px;
}

.help-area .help-touch-wrap {
  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;
  max-width: 570px;
  margin: auto;
  position: absolute;
  left: 300px;
  right: 0;
  top: 60px;
}

.help-area .help-touch-wrap h2 {
  font-size: 30px;
  margin-bottom: 40px;
  text-align: center;
}

.help-area .help-touch-wrap .form-group {
  position: relative;
  margin-bottom: 30px;
}

.help-area .help-touch-wrap .form-group i {
  position: absolute;
  top: 16px;
  left: 20px;
  line-height: 1;
  font-size: 18px;
}

.help-area .help-touch-wrap .form-group .form-control {
  padding: 10px 20px;
}

.help-area .help-touch-wrap .form-group .nice-select {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #f9f9f9;
  margin-bottom: 30px;
}

.help-area .help-touch-wrap .default-btn {
  margin-top: 15px;
  display: table;
  margin: auto;
}

/* 
Partners Area Style
=====================================================*/
.partners-area {
  padding-bottom: 150px;
}

.partners-area .owl-carousel .owl-item img {
  opacity: 0.5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.partners-area .owl-carousel .owl-item img:hover {
  opacity: 1;
}

.partners-item {
  text-align: center;
  line-height: 1;
}

/*
Subscribe Area
=================================================*/
.subscribe-area {
  margin-top: -50px;
  position: relative;
}

.subscribe-area .subscribe-area-wrap {
  background-color: #4424a8;
  padding: 40px;
  z-index: 1;
  position: relative;
}

.subscribe-area .subscribe-content h2 {
  font-size: 35px;
  color: #ffffff;
}

.subscribe-area .subscribe-wrap .newsletter-form {
  position: relative;
}

.subscribe-area .subscribe-wrap .newsletter-form .default-btn {
  position: absolute;
  right: 13px;
  top: 12px;
}

.subscribe-area .subscribe-wrap .form-control {
  height: 70px;
  color: #7f838a;
  border-radius: 0;
  border: none;
}

.subscribe-area .subscribe-wrap .form-control:focus {
  background-color: #ffffff;
}

.subscribe-area .subscribe-wrap #validator-newsletter {
  color: red;
  margin-top: 10px;
}

.subscribe-area .shape {
  position: absolute;
  left: 0;
  right: 160px;
  top: 55px;
  text-align: center;
  z-index: -1;
}

.subscribe-area .default-btn.three {
  padding: 5px 15px;
}

.subscribe-area .default-btn.three i {
  width: 37px;
  height: 37px;
  line-height: 37px;
}

/*
Footer Top Area Style
======================================================*/
.pt-150 {
  padding-top: 150px;
}

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

.footer-top-area {
  background-color: #172541;
}

.single-widget {
  margin-bottom: 30px;
}

.single-widget img {
  margin-bottom: 20px;
}

.single-widget h3 {
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 30px;
}

.single-widget p {
  margin-bottom: 0;
  color: #ffffff;
}

.single-widget ul li {
  color: #c0cade;
  margin-bottom: 8px;
  font-size: 15px;
}

.single-widget ul li:last-child {
  margin-bottom: 0;
}

.single-widget ul li span {
  color: #ffffff;
}

.single-widget ul li a {
  color: #c0cade;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-widget ul li a i {
  display: inline-block;
  margin-right: 2px;
  font-size: 14px;
}

.single-widget ul li a:hover {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}

.single-widget .social-area {
  margin-top: 20px;
}

.single-widget .social-area ul {
  line-height: 1;
}

.single-widget .social-area ul li {
  display: inline-block;
}

.single-widget .social-area ul li a {
  margin-right: 5px;
  width: 25px;
  height: 25px;
  line-height: 28px;
  background-color: #2f446e;
  border-radius: 4px;
  text-align: center;
}

.single-widget .social-area ul li a i {
  color: #eeeeee;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-right: 0;
}

.single-widget .social-area ul li a:hover {
  border-color: #4424a8;
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
}

.single-widget .social-area ul li a:hover i {
  color: #ffffff;
}

.single-widget .footer-btn {
  margin-top: 20px;
}

.single-widget .footer-btn li {
  display: inline-block;
  max-width: 45%;
  margin-right: 10px;
}

.single-widget .footer-btn li:last-child {
  margin-right: 0;
}

/*
Footer Bottom Area Style
======================================================*/
.footer-bottom-area {
  background-color: #2f446e;
  padding: 20px 0;
}

.footer-bottom-area .copy-right {
  text-align: center;
}

.footer-bottom-area .copy-right p {
  text-transform: capitalize;
  margin-bottom: 0;
  color: #ffffff;
}

.footer-bottom-area .copy-right p a {
  color: #239f30;
}

.footer-bottom-area .social-area {
  float: right;
}

.footer-bottom-area .social-area ul {
  line-height: 1;
}

.footer-bottom-area .social-area ul li {
  display: inline-block;
}

.footer-bottom-area .social-area ul li a {
  margin-right: 5px;
  width: 25px;
  height: 25px;
  line-height: 28px;
  background-color: #172541;
  border-radius: 4px;
  text-align: center;
}

.footer-bottom-area .social-area ul li a i {
  color: #eeeeee;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-right: 0;
}

.footer-bottom-area .social-area ul li a:hover {
  border-color: #4424a8;
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
}

.footer-bottom-area .social-area ul li a:hover i {
  color: #ffffff;
}

/*====================================================
HOME PAGE STYLE TWO
======================================================*/
/*
Header Area Two Style
======================================================*/
.header-area-two .top-header-area {
  background-color: #172541;
}

.header-area-two .top-header-area .header-content-right {
  float: unset;
}

.header-area-two .top-header-area .header-content-right .social-icon ul li a i {
  color: #bdc2cb;
  border-color: #bdc2cb;
}

.header-area-two .top-header-area .header-content-right .consulting {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: 5px;
}

.header-area-two .top-header-area .header-content-right .consulting p {
  display: inline-block;
  margin-bottom: 0;
  line-height: 1;
}

.header-area-two .top-header-area .header-content-right .consulting p a {
  color: #ffffff;
  text-decoration: underline;

}

.header-area-two .top-header-area .header-content-left {
  float: right;
  position: relative;
  top: 8px;
  font-size:13px;
}

.header-area-two .top-header-area .header-content-left li {
  color: #bdc2cb;
}

.header-area-two .top-header-area .header-content-left li i {
  color: #bdc2cb;
}

.header-area-two .top-header-area .header-content-left li a {
  color: #bdc2cb;
}

.header-area-two .top-header-area .header-content-left li a i {
  color: #bdc2cb;
}

.header-area-two .top-header-area .header-content-left li a:hover {
  color: #bdc2cb;
}

/*
Contolib Nav Style Two Style
======================================================*/
.contolib-nav-style-two .navbar-area .main-nav {
    padding-top: 15px;
    /*padding-bottom: 15px;*/
    padding-bottom: 5px;
}

.contolib-nav-style-two .navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
  color: #239f30;
}

.contolib-nav-style-two .navbar-area .main-nav nav .navbar-nav .nav-item a.active {
  color: #239f30;
}

.contolib-nav-style-two .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #239f30;
}

.contolib-nav-style-two .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #239f30;
}

.contolib-nav-style-two .others-option .menu-menu a {
  color: #239f30;
}

.contolib-nav-style-two .others-option .menu-menu a:hover {
  color: #4424a8;
}

.contolib-nav-style-two .others-option .cart-wrap .cart-icon i {
  color: #239f30;
}

.contolib-nav-style-two .others-option .cart-wrap .cart-icon span {
  background-color: #239f30;
}

.contolib-nav-style-two .others-option .search-wrap .other-option .search-box-item i {
  color: #ffffff;
  background-color: #239f30;
}

.contolib-nav-style-two .others-option .search-wrap .other-option .search-box-item i:hover {
  color: #ffffff;
}

.contolib-nav-style-two .others-option .search-wrap .other-option .search-box-item .search-btn:hover {
  color: #ffffff;
}

/*
Sidebar Modal Area Style
======================================================*/
.sidebar-modal {
  position: relative;
}

.sidebar-modal .navbar-nav li a {
  padding: 10px 0px 10px 15px;
}

.sidebar-modal .modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 450px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}

.sidebar-modal .modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
  border-radius: 0;
  border: none;
  background-color: #ffffff;
}

.sidebar-modal .modal.right .modal-body {
  padding: 30px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget {
  margin-bottom: 35px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .title {
  position: relative;
  z-index: 1;
  margin-bottom: 35px;
  color: #172541;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 5px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .title::before {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 70px;
  height: 2px;
  border-radius: 5px;
  background: #239f30;
  content: '';
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget:last-child {
  margin-bottom: 0;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul {
  padding: 0;
  margin: 0;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li {
  margin-bottom: 10px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li:last-child {
  margin-bottom: 0;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li a {
  font-size: 14px;
  color: #172541;
  font-weight: 500;
  text-transform: capitalize;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li a:hover {
  color: #239f30;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li {
  position: relative;
  font-weight: 500;
  padding-left: 45px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  color: #172541;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li span {
  font-size: 13px;
  display: block;
  font-weight: 400;
  color: #818992;
  margin-top: 5px;
  text-transform: initial;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li i {
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 29px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #172541;
  border-radius: 4px;
  font-size: 15px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li:hover i {
  color: #ffffff;
  background: #239f30;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li:last-child {
  margin-bottom: 0;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list {
  text-align: left;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li {
  display: inline-block;
  padding-right: 5px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li a i {
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
  line-height: 25px;
  border-radius: 4px;
  color: #ffffff;
  background-color: #172541;
  font-size: 12px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li a i:hover {
  background-color: #239f30;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li:hover {
  color: #239f30;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li a:hover {
  color: #ffffff;
}

.sidebar-modal .modal.right.fade.show .modal-dialog {
  right: 0;
  -webkit-animation: slideInUp 0.6s linear;
          animation: slideInUp 0.6s linear;
}

.sidebar-modal .modal.right.fade .modal-dialog {
  right: 0;
}

.sidebar-modal .modal-header {
  display: inline;
  padding: 0;
  border: none;
}

.sidebar-modal .modal-header .close {
  height: 30px;
  width: 30px;
  color: #239f30;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: none;
  opacity: 1;
}

.sidebar-modal .modal-header .close i::before {
  margin-left: 0;
  font-size: 20px;
}

.sidebar-modal .modal-header h2 {
  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 25px;
}

.sidebar-modal button:focus {
  outline: 0px;
}

/*
Slider Area Two Style
======================================================*/
.contolib-slider-area-two {
  background-color: #f8f8f8;
  position: relative;
}

.contolib-slider-area-two .contolib-slider-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.contolib-slider-area-two .contolib-slider-item.bg-1 {
  background-image: url(../img/home-two/slider/1.jpg);
}

.contolib-slider-area-two .contolib-slider-item.bg-2 {
  background-image: url(../img/home-two/slider/2.jpg);
}

.contolib-slider-area-two .contolib-slider-item.bg-3 {
  background-image: url(../img/home-two/slider/3.jpg);
}

.contolib-slider-area-two .contolib-slider-item .video {
  margin: 50px auto 0;
  display: table;
  text-align: center;
}

.contolib-slider-area-two .contolib-slider-item .video a {
  background-color: #239f30;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  margin-bottom: 10px;
}

.contolib-slider-area-two .contolib-slider-item .video a i {
  font-size: 15px;
  position: relative;
  left: 2px;
  top: 1px;
}

.contolib-slider-area-two .contolib-slider-item .video span {
  display: block;
  color: #ffffff;
  font-size: 15px;
}

.contolib-slider-area-two .contolib-slider-text {
  position: relative;
  max-width: 700px;
  margin: auto;
  text-align: center;
}

.contolib-slider-area-two .contolib-slider-text h1 {
  font-size: 60px;
  margin-bottom: 30px;
  color: #ffffff;
}

.contolib-slider-area-two .contolib-slider-text p {
  font-size: 16px;
  margin-bottom: 30px;
  color: #ffffff;
}

.contolib-slider-area-two .owl-item.active .contolib-slider-text.overflow-hidden {
  overflow: hidden;
}

.contolib-slider-area-two .owl-item.active .contolib-slider-text.one h1 {
  -webkit-animation: 1s .1s fadeInUpBig both;
          animation: 1s .1s fadeInUpBig both;
}

.contolib-slider-area-two .owl-item.active .contolib-slider-text.one p {
  -webkit-animation: 2s .2s fadeInUpBig both;
          animation: 2s .2s fadeInUpBig both;
}

.contolib-slider-area-two .owl-item.active .contolib-slider-text.one .slider-btn {
  -webkit-animation: 3s .3s fadeInUpBig both;
          animation: 3s .3s fadeInUpBig both;
}

.contolib-slider-area-two .owl-item.active .contolib-slider-text.one .video {
  -webkit-animation: 4s .4s fadeInUpBig both;
          animation: 4s .4s fadeInUpBig both;
}

.contolib-slider-area-two .owl-item.active .contolib-slider-text.two h1 {
  -webkit-animation: 1s .1s fadeInLeft both;
          animation: 1s .1s fadeInLeft both;
}

.contolib-slider-area-two .owl-item.active .contolib-slider-text.two p {
  -webkit-animation: 2s .2s fadeInLeft both;
          animation: 2s .2s fadeInLeft both;
}

.contolib-slider-area-two .owl-item.active .contolib-slider-text.two .slider-btn {
  -webkit-animation: 3s .3s fadeInUpBig both;
          animation: 3s .3s fadeInUpBig both;
}

.contolib-slider-area-two .owl-item.active .contolib-slider-text.two .video {
  -webkit-animation: 4s .4s fadeInUpBig both;
          animation: 4s .4s fadeInUpBig both;
}

.contolib-slider-area-two .owl-item.active .contolib-slider-text.three h1 {
  -webkit-animation: 1s .1s fadeInDown both;
          animation: 1s .1s fadeInDown both;
}

.contolib-slider-area-two .owl-item.active .contolib-slider-text.three p {
  -webkit-animation: 2s .2s fadeInDown both;
          animation: 2s .2s fadeInDown both;
}

.contolib-slider-area-two .owl-item.active .contolib-slider-text.three .slider-btn {
  -webkit-animation: 3s .3s fadeInUp both;
          animation: 3s .3s fadeInUp both;
}

.contolib-slider-area-two .owl-item.active .contolib-slider-text.three .video {
  -webkit-animation: 4s .4s fadeInUp both;
          animation: 4s .4s fadeInUp both;
}

.contolib-slider-area-two .owl-theme .owl-dots {
  margin-top: 0 !important;
  display: -ms-grid;
  display: grid;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}

.contolib-slider-area-two .owl-theme .owl-dots .owl-dot span {
  background-color: #4424a8;
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.contolib-slider-area-two .owl-theme .owl-dots .owl-dot.active span {
  background-color: #239f30;
  height: 15px;
}

/*
Feature Area Two Style
======================================================*/
.single-feature-two {
  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;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 30px;
}

.single-feature-two i {
  font-size: 50px;
  color: #239f30;
  line-height: 1;
  display: inline-block;
  margin-bottom: 25px;
}

.single-feature-two h3 {
  font-size: 17px;
  line-height: 1.4;
}

.single-feature-two p {
  margin-bottom: 25px;
}

.single-feature-two a i {
  font-size: unset;
  float: right;
  color: #4424a8;
}

.single-feature-two a:hover {
  color: #239f30;
}

.single-feature-two a:hover i {
  color: #239f30;
}

.single-feature-two.more {
  position: relative;
  background-color: #1f242c;
  z-index: 1;
  padding: 37px 30px;
}

.single-feature-two.more h3 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 20px;
}

.single-feature-two.more p {
  color: #ffffff;
}

.single-feature-two.more span {
  position: absolute;
  top: 0;
  left: 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;
  z-index: -1;
  color: #2c3139;
}

.single-feature-two:hover {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}

/*
More Customers Area Style
======================================================*/
.more-customers-wrap {
  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);
}

.more-customers-wrap .more-customers-content {
  padding: 30px;
}

.more-customers-wrap .more-customers-content h2 {
  font-size: 40px;
  margin-bottom: 30px;
}

.more-customers-wrap .more-customers-content p {
  margin-bottom: 20px;
}

.more-customers-wrap .more-customers-content ul {
  margin-bottom: 40px;
}

.more-customers-wrap .more-customers-content ul li {
  margin-bottom: 10px;
  font-weight: 600;
  color: #172541;
  font-size: 14px;
}

.more-customers-wrap .more-customers-content ul li i {
  color: #239f30;
  display: inline-block;
  margin-right: 8px;
}

.more-customers-wrap .more-customers-content span {
  color: #239f30;
  font-weight: 600;
  position: relative;
  top: -16px;
  margin-left: 30px;
}

.more-customers-wrap .more-customers-img {
  background-image: url(../img/home-two/more-customers-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

/*
Financial Area Style
======================================================*/
.financial-area {
  overflow: hidden;
}

.financial-img {
  text-align: center;
}

.financial-img .annual-report p {
  border: 1px dashed #239f30;
  margin-top: 50px;
  padding: 10px;
}

.financial-img .annual-report p a {
  color: #239f30;
}

.financial-area-wrap .financial-content .financial-title {
  margin-bottom: 40px;
}

.financial-area-wrap .financial-content .financial-title span {
  text-transform: uppercase;
  text-shadow: -1px 1px 0 #e8e8e8, 1px 1px 0 #e8e8e8, 1px -1px 0 #e8e8e8, -1px -1px 0 #e8e8e8;
  letter-spacing: 3px;
  color: #ffffff;
  font-size: 60px;
  margin-bottom: -30px;
  display: block;
  font-weight: 700;
  line-height: 1;
}

.financial-area-wrap .financial-content .financial-title h2 {
  font-size: 40px;
  margin-bottom: 30px;
}

.financial-area-wrap .single-progress {
  position: relative;
}

.financial-area-wrap .single-progress .progress-wrap {
  position: absolute;
  left: 0;
  top: 0;
}

.financial-area-wrap .single-progress .progress-bar {
  display: inline-block;
  background-color: transparent;
}

.financial-area-wrap .single-progress .progress-bar div span {
  color: #172541;
}

.financial-area-wrap .single-progress .progress-bar .background {
  background-color: #e5e5e5 !important;
}

.financial-area-wrap .single-progress .progress-bar .right {
  background-color: #4424a8 !important;
}

.financial-area-wrap .single-progress .progress-bar .rotate {
  background-color: #4424a8 !important;
}

.financial-area-wrap .single-progress .progress-bar .left {
  background-color: #e5e5e5 !important;
}

.financial-area-wrap .single-progress .progress-content {
  padding-left: 110px;
}

.financial-area-wrap .single-progress .progress-content h3 {
  margin-bottom: 15px;
}

.financial-area-wrap .default-btn {
  margin-top: 40px;
}

/*
Experience Area Style
======================================================*/
.experience-area {
  background-image: url(../img/home-two/experience-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.experience-area::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #ffffff;
  z-index: -1;
}

.experience-area .section-title {
  text-align: left;
  margin-right: auto;
  margin-left: unset;
}

.experience-area .section-title span {
  text-shadow: -1px 1px 0 #5ead66, 1px 1px 0 #5ead66, 1px -1px 0 #5ead66, -1px -1px 0 #5ead66;
  color: #239f30;
}

.experience-area .section-title h2 {
  color: #ffffff;
}

.experience-area .experience-wrap {
  background-color: #239f30;
  padding: 50px;
  position: relative;
  z-index: 1;
}

.experience-area .experience-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -500px;
  width: 700px;
  height: 100%;
  background-color: #239f30;
  z-index: -1;
}

.experience-area .experience-wrap .row {
  padding-left: 15px;
  padding-right: 15px;
}

.experience-area .col-lg-3:nth-child(4) .single-experience {
  border-right: none;
}

.experience-area .col-lg-3:nth-child(5) .single-experience {
  border-bottom: none;
}

.experience-area .col-lg-3:nth-child(6) .single-experience {
  border-bottom: none;
}

.experience-area .col-lg-3:nth-child(7) .single-experience {
  border-bottom: none;
}

.experience-area .col-lg-3:nth-child(8) .single-experience {
  border-right: none;
  border-bottom: none;
}

.experience-area .default-btn {
  float: right;
}

.single-experience {
  border-right: 1px solid #238c2e;
  border-bottom: 1px solid #238c2e;
  padding: 30px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}

.single-experience i {
  color: #62dd6f;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 20px;
  display: block;
}

.single-experience h3 {
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.4;
}

.single-experience .read-more {
  color: #ffffff;
}

.single-experience span {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 100px;
  color: #3e4249;
  z-index: -1;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1;
}

.single-experience:hover {
  background-color: #1f242c;
}

.single-experience:hover span {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*
What We Offer Area Style
=================================================*/
.company-us-area .company-tab-wrap {
  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: 34px;
}

.company-us-area .company-tab-wrap h2 {
  margin-bottom: 30px;
  font-size: 30px;
}

.company-us-area .company-tab-wrap .company-tab .tabs {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 33px;
}

.company-us-area .company-tab-wrap .company-tab .tabs li {
  padding: 0;
  margin-right: 30px;
  padding-bottom: 10px;
}

.company-us-area .company-tab-wrap .company-tab .tabs li a {
  padding-left: 0 !important;
}

.company-us-area .company-tab-wrap .company-tab .default-btn {
  width: unset !important;
  margin-top: 20px;
}

.company-us-area .company-tab-wrap .tab .tabs_item {
  padding: 0 !important;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.company-us-area .company-img {
  background-image: url(../img/home-two/choose-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.company-us-area .tab .tabs_item {
  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);
}

.company-us-area .tab .tabs {
  background-color: #fcfcfc;
  border-bottom: 1px solid #eeeeee;
  -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);
}

.company-us-area .tab .tabs li {
  display: inline-block;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
}

.company-us-area .tab .tabs li.current {
  border-bottom: 2px solid #239f30;
}

.company-us-area .tab .tabs li.current a {
  color: #239f30;
}

.company-us-area .tab .tabs li a {
  color: #172541;
  position: relative;
  padding-left: 35px;
}

.company-us-area .tab .tabs li a i {
  font-size: 25px;
  position: absolute;
  left: 0;
  top: -6px;
}

.tab .tabs_item {
  display: none;
}

.tab .tabs_item:first-child {
  display: block;
}

/* 
Partners Area Two Style
=====================================================*/
.partners-area-two {
  background-color: #eeeeee;
  background-image: url(../img/home-one/partners/bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.partners-area-two .section-title {
  margin: -8px auto 30px;
}

.partners-area-two .section-title h2 {
  font-size: 25px;
}

.partners-area-two .owl-carousel .owl-item img {
  opacity: 0.5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.partners-area-two .owl-carousel .owl-item img:hover {
  opacity: 1;
}

.partners-area-two .partners-wrap {
  background-color: #ffffff;
  padding: 30px;
}

/* 
Study Area Two Style
=====================================================*/
.study-area {
  overflow: hidden;
}

.single-study {
  position: relative;
  z-index: 1;
}

.single-study .study-content {
  position: absolute;
  bottom: 10px;
  left: 20px;
  right: 20px;
  margin: auto;
}

.single-study .study-content span {
  margin-bottom: 10px;
  display: block;
  color: #ffffff;
}

.single-study .study-content h3 {
  margin-bottom: 20px;
  color: #ffffff;
  line-height: 1.5;
}

.single-study::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), to(transparent));
  background-image: linear-gradient(to top, #000000, transparent);
  opacity: 0.9;
}

/* 
Team Area Two Style
=====================================================*/
.team-area-two {
  -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);
}

.team-area-two .default-btn {
  float: right;
  margin-bottom: 60px;
}

.team-wrap .owl-dots {
  margin-top: 0 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1;
}

.team-wrap .owl-dots span {
  background-color: #68ad6f;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0 7px !important;
}

.team-wrap .owl-dots .owl-dot:hover span {
  background-color: #239f30;
}

.team-wrap .owl-dots .owl-dot.active span {
  background-color: #239f30;
}

.single-team-two {
  background-color: #239f30;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-team-two .team-two-content {
  padding: 30px;
  position: relative;
  z-index: 1;
}

.single-team-two .team-two-content h3 {
  color: #ffffff;
}

.single-team-two .team-two-content span {
  color: #ffffff;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #187322;
}

.single-team-two .team-two-content ul li {
  display: inline-block;
  padding-right: 5px;
}

.single-team-two .team-two-content ul li i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #40bf4d;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-team-two .team-two-content ul li i:hover {
  background-color: #ffffff;
  color: #239f30;
}

.single-team-two .team-two-content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../img/home-two/team/shape.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.single-team-two:hover {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}

/*
Pricing Area Style
======================================================*/
.pricing-area .tab {
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
}

.pricing-area .tab .pricing-tab-wrap {
  display: inline-block;
  background-color: #239f30;
  padding: 15px 30px;
  border-radius: 50px;
  position: relative;
}

.pricing-area .tab .pricing-tab-wrap .monthly {
  position: absolute;
  top: 15px;
  left: -100px;
  color: #172541;
}

.pricing-area .tab .pricing-tab-wrap .yearly {
  position: absolute;
  top: 15px;
  right: -100px;
  color: #172541;
}

.pricing-area .tab .tabs {
  border-radius: 50px;
  display: inline-block;
  background-color: #177821;
  padding: 0;
  cursor: pointer;
}

.pricing-area .tab .tabs li {
  display: inline-block;
  padding: 0;
  font-family: "Poppins", sans-serif;
  color: #172541;
  font-size: 20px;
  font-weight: 700;
}

.pricing-area .tab .tabs li a {
  color: #239f30;
  padding: 10px 20px;
}

.pricing-area .tab .tabs li.current .monthly {
  color: #239f30;
}

.pricing-area .tab .tabs li.current .yearly {
  color: #239f30;
}

.pricing-area .tab .tabs .current {
  background-color: #ffffff;
  border-radius: 50px;
  width: 36px;
  height: 36px;
  line-height: 36px;
}

.pricing-area .tab .tabs .current a {
  color: #239f30;
}

.pricing-area .single-pricing {
  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: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.pricing-area .single-pricing .pricing-top-heading {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.pricing-area .single-pricing .pricing-top-heading h3 {
  font-size: 25px;
}

.pricing-area .single-pricing .pricing-top-heading p {
  font-weight: 600;
  font-size: 14px;
}

.pricing-area .single-pricing .pricing-wrap {
  background-color: #239f30;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 10px;
  -webkit-animation: border-transform 7s linear infinite alternate forwards;
          animation: border-transform 7s linear infinite alternate forwards;
  position: relative;
}

.pricing-area .single-pricing .pricing-wrap::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 120px;
  height: 120px;
  border: 1px solid #172541;
  border-radius: 50%;
  -webkit-animation: border-transform 7s linear infinite alternate forwards;
          animation: border-transform 7s linear infinite alternate forwards;
}

.pricing-area .single-pricing .pricing-wrap .pric-wrap {
  margin-top: 30px;
}

.pricing-area .single-pricing .pricing-wrap .pric-wrap .pric-1 {
  font-size: 25px;
}

.pricing-area .single-pricing .pricing-wrap .pric-wrap .pric-title {
  font-weight: 400;
  display: block;
}

.pricing-area .single-pricing span {
  font-size: 16px;
  color: #172541;
  font-weight: 600;
  margin: 0 auto 0;
  position: relative;
  display: inline-block;
  z-index: 1;
  line-height: 1;
  color: #ffffff;
}

.pricing-area .single-pricing ul {
  text-align: left;
  max-width: 200px;
  margin: 25px auto 25px;
}

.pricing-area .single-pricing ul li {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  padding-left: 25px;
  z-index: 1;
}

.pricing-area .single-pricing ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  background-color: #e5e5e5;
  width: 150%;
  height: 100%;
  z-index: -1;
}

.pricing-area .single-pricing ul li:nth-child(2)::before {
  display: none;
}

.pricing-area .single-pricing ul li:nth-child(4)::before {
  display: none;
}

.pricing-area .single-pricing ul li:last-child {
  margin-bottom: 0;
}

.pricing-area .single-pricing ul li i {
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 15px;
  left: 0;
  color: #239f30;
  font-size: 15px;
  line-height: 1;
}

.pricing-area .single-pricing .default-btn {
  padding: 15px 35px;
}

.pricing-area .single-pricing:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.pricing-area .single-pricing.mt-45 {
  margin-top: 45px;
}

.pricing-area .popular {
  position: absolute;
  top: -15px;
  right: -50px;
  z-index: 1;
  background-color: red;
  color: #fff;
  padding: 35px 40px 10px 35px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.pricing-area .section-title .default-btn {
  margin-top: 20px;
}

/* 
Testimonial Area Two Style
=====================================================*/
.testimonial-area-two {
  background-image: url(../img/home-two/testimonials/bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  text-align: center;
  position: relative;
}

.testimonial-area-two .section-title span {
  text-shadow: -1px 1px 0 #3f434d, 1px 1px 0 #3f434d, 1px -1px 0 #3f434d, -1px -1px 0 #3f434d;
  color: #2c2f37;
}

.testimonial-area-two .section-title h2 {
  color: #ffffff;
}

.testimonial-area-two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2a2e36;
  opacity: 0.9;
}

.testimonial-area-two .owl-thumbs.tezno-slider-thumb {
  background-color: #eeeeee;
  display: inline-block;
  margin-top: 30px;
}

.testimonial-area-two .owl-thumb-item {
  display: inline-block;
  position: relative;
  padding: 15px;
  padding-left: 100px;
  text-align: left;
  line-height: 1;
  cursor: pointer;
}

.testimonial-area-two .owl-thumb-item.active {
  background-color: #239f30;
  display: inline-block;
}

.testimonial-area-two .owl-thumb-item img {
  position: absolute;
  top: 12px;
  left: 15px;
  border-radius: 50%;
}

.testimonial-area-two .owl-thumb-item h3 {
  color: #ffffff;
  font-size: 18px;
}

.testimonial-area-two .owl-thumb-item span {
  color: #ffffff;
  font-size: 14px;
}

.testimonial-area-two .owl-thumb-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 83px;
  width: 100%;
  height: 100%;
  border-left: 1px dashed #ffffff;
}

.testimonial-area-two .single-testimonial-two {
  background-color: #f9f9f9;
  position: relative;
}

.testimonial-area-two .single-testimonial-two .testimonial-content {
  padding: 50px;
}

.testimonial-area-two .single-testimonial-two .testimonial-content h3 {
  margin-bottom: 25px;
}

.testimonial-area-two .single-testimonial-two .testimonial-content ul {
  line-height: 1;
  margin-bottom: 15px;
}

.testimonial-area-two .single-testimonial-two .testimonial-content ul li {
  display: inline-block;
}

.testimonial-area-two .single-testimonial-two .testimonial-content ul li i {
  color: #ff9e21;
}

/* 
Articles Area Style
=====================================================*/
.articles-area-two .single-articles .articles-content ul li i {
  color: #239f30;
  margin-right: 5px;
}

.articles-area-two .single-articles .articles-content ul li a {
  color: #239f30;
}

.articles-area-two .single-articles .articles-content ul li:last-child {
  padding-right: 0;
}

.articles-area-two .single-articles .articles-content ul li:first-child::before {
  display: none;
}

.articles-area-two .single-articles .articles-content ul li::before {
  background-color: #239f30;
}

.articles-area-two .single-articles .articles-content a h3 {
  margin-bottom: 20px;
  display: block;
  line-height: 1.5;
}

.articles-area-two .single-articles .articles-content .read-more {
  color: #239f30;
}

.articles-area-two .single-articles:hover {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}

.articles-area-two .single-articles:hover .articles-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);
}

/* 
Contact Info Area Two Style
=====================================================*/
.contact-info-area {
  overflow: hidden;
}

.contact-info-area #map {
  height: 100%;
}

.contact-info-area .contact-info-wrap {
  background-color: #239f30;
  padding: 50px;
  text-align: center;
}

.contact-info-area .contact-info-wrap h2 {
  color: #ffffff;
  margin-bottom: 40px;
}

.contact-info-area .contact-info-wrap .col-lg-6:nth-child(2) .single-contact-item {
  border-right: none;
}

.contact-info-area .contact-info-wrap .col-lg-6:nth-child(3) .single-contact-item {
  border-bottom: none;
}

.contact-info-area .contact-info-wrap .col-lg-6:nth-child(4) .single-contact-item {
  border-right: none;
  border-bottom: none;
}

.contact-info-area .contact-info-wrap .single-contact-item {
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 30px;
}

.contact-info-area .contact-info-wrap .single-contact-item i {
  color: #ffffff;
  font-size: 50px;
  display: block;
  margin-bottom: 25px;
  line-height: 1;
}

.contact-info-area .contact-info-wrap .single-contact-item h3 {
  color: #ffffff;
  margin-bottom: 15px;
}

.contact-info-area .contact-info-wrap .single-contact-item a {
  color: #ffffff;
  display: block;
  margin-bottom: 5px;
}

.contact-info-area .contact-info-wrap .single-contact-item a:last-child {
  margin-bottom: 0;
}

.contact-info-area .contact-info-wrap .single-contact-item span {
  color: #ffffff;
}

/* 
Subscribe Area Two Style
=====================================================*/
.subscribe-area-two {
  background-color: #dbd6cd;
}

.subscribe-area-two .section-title span {
  color: #dbd6cd;
}

.subscribe-area-two .subscribe-wrap {
  max-width: 500px;
  margin: auto;
}

.subscribe-area-two .subscribe-wrap .newsletter-form {
  position: relative;
}

.subscribe-area-two .subscribe-wrap .newsletter-form .form-control {
  border-radius: 50px;
}

.subscribe-area-two .subscribe-wrap .newsletter-form .default-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
}

.subscribe-area-two #validator-newsletter {
  color: #dc3545;
  margin-top: 10px;
  text-align: center;
}

/* 
download Area Style
=====================================================*/
.download-area {
  overflow: hidden;
}

.download-area .download-wrap {
  background-color: #239f30;
  padding: 30px;
  position: relative;
  z-index: 1;
}

.download-area .download-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  right: -400px;
  width: 400px;
  height: 100%;
  z-index: -1;
  background-color: #239f30;
}

.download-area p {
  font-weight: 600;
  color: #ffffff;
  font-size: 20px;
}

.download-area .default-btn {
  float: right;
  border-radius: 50px;
}

/* ==================================================
HOME PAGE STYLE THREE
=====================================================*/
/* 
Header Area Three Style
=====================================================*/
.header-area-three .top-header-area {
  background-color: #1f242c;
  max-width: 1140px;
  margin: auto;
}

.header-area-three .top-header-area .header-content-left li {
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.header-area-three .top-header-area .header-content-left li i {
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.header-area-three .top-header-area .header-content-left li:hover {
  color: #239f30;
}

.header-area-three .top-header-area .header-content-left li:hover i {
  color: #239f30;
}

.header-area-three .top-header-area .header-content-left li a {
  color: #ffffff;
}

.header-area-three .top-header-area .header-content-left li a i {
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.header-area-three .top-header-area .header-content-left li a:hover {
  color: #239f30;
}

.header-area-three .top-header-area .header-content-left li a:hover i {
  color: #239f30;
}

.header-area-three .top-header-area .header-content-right .social-icon ul li a i {
  color: #ffffff;
  border-color: #ffffff;
}

.header-area-three .top-header-area .header-content-right .social-icon ul li a i:hover {
  border-color: #239f30;
  color: #ffffff;
  background-color: #239f30;
}

.header-area-three .contolib-nav-style .navbar-area .navbar-brand {
  position: relative;
  left: -15px;
}

.header-area-three .contolib-nav-style .navbar-area .main-nav {
  max-width: 1140px;
  margin: auto;
  position: relative;
  background-color: transparent;
}

.header-area-three .contolib-nav-style .navbar-area .main-nav .others-option {
  position: relative;
  right: 10px;
}

.header-area-three .contolib-nav-style .navbar-area .main-nav::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 895px;
  height: 100%;
  background-color: #ffffff;
}

.header-area-three .contolib-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item a.active {
  background-image: -webkit-gradient(linear, right top, left top, from(#1a28a8), to(#03cdf4));
  background-image: linear-gradient(to left, #1a28a8 0%, #03cdf4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header-area-three .contolib-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item a.active i {
  display: inline;
  background-image: -webkit-gradient(linear, right top, left top, from(#1a28a8), to(#03cdf4));
  background-image: linear-gradient(to left, #1a28a8 0%, #03cdf4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header-area-three .contolib-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  background-image: -webkit-gradient(linear, right top, left top, from(#1a28a8), to(#03cdf4));
  background-image: linear-gradient(to left, #1a28a8 0%, #03cdf4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header-area-three .contolib-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active i {
  display: inline;
  background-image: -webkit-gradient(linear, right top, left top, from(#1a28a8), to(#03cdf4));
  background-image: linear-gradient(to left, #1a28a8 0%, #03cdf4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header-area-three .contolib-nav-style .navbar-area.is-sticky {
  background-color: #ffffff;
}

/*
Slider Area Two Style
======================================================*/
.contolib-slider-area-three {
  position: relative;
  overflow: hidden;
}

.contolib-slider-area-three .contolib-slider-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  z-index: 1;
  position: relative;
}

.contolib-slider-area-three .contolib-slider-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/hone-three/slider/2.png);
  background-repeat: no-repeat;
  background-position: right;
}

.contolib-slider-area-three .contolib-slider-item.bg-4 {
  background-image: url(../img/hone-three/slider/1.jpg);
}

.contolib-slider-area-three .contolib-slider-item.bg-5 {
  background-image: url(../img/hone-three/slider/2.jpg);
}

.contolib-slider-area-three .contolib-slider-item .video {
  margin: 150px auto 0;
  display: table;
  text-align: center;
}

.contolib-slider-area-three .contolib-slider-item .video a {
  background-color: #239f30;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  margin-bottom: 10px;
}

.contolib-slider-area-three .contolib-slider-item .video a i {
  font-size: 20px;
  position: relative;
  left: 4px;
  top: 1px;
}

.contolib-slider-area-three .contolib-slider-item .video span {
  display: block;
  color: #ffffff;
  font-size: 15px;
}

.contolib-slider-area-three .contolib-slider-text {
  position: relative;
  max-width: 700px;
  margin: 160px auto 0;
}

.contolib-slider-area-three .contolib-slider-text .slider-top-caption {
  padding-left: 50px;
  margin-bottom: 20px;
}

.contolib-slider-area-three .contolib-slider-text .slider-top-caption span {
  color: #ffffff;
  font-size: 18px;
  display: inline-block;
}

.contolib-slider-area-three .contolib-slider-text .slider-top-caption img {
  width: unset;
  position: absolute;
  left: 0;
  top: 0;
}

.contolib-slider-area-three .contolib-slider-text h1 {
  font-size: 60px;
  margin-bottom: 30px;
  color: #ffffff;
}

.contolib-slider-area-three .contolib-slider-text p {
  font-size: 16px;
  margin-bottom: 40px;
  color: #ffffff;
}

.contolib-slider-area-three .contolib-slider-text .slider-btn .call-us {
  position: relative;
  top: -20px;
  font-size: 18px;
  color: #ffffff;
  margin-left: 30px;
}

.contolib-slider-area-three .contolib-slider-text .slider-btn .call-us i {
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  padding: 15px;
  background-color: #ffffff;
  line-height: 1;
  border-radius: 50%;
  display: inline-block;
  color: #186ee9;
  margin-right: 5px;
}

.contolib-slider-area-three .owl-item.active .contolib-slider-text.overflow-hidden {
  overflow: hidden;
}

.contolib-slider-area-three .owl-item.active .contolib-slider-text.one img {
  -webkit-animation: 1s .1s fadeInUpBig both;
          animation: 1s .1s fadeInUpBig both;
}

.contolib-slider-area-three .owl-item.active .contolib-slider-text.one span {
  -webkit-animation: 1s .1s fadeInUpBig both;
          animation: 1s .1s fadeInUpBig both;
}

.contolib-slider-area-three .owl-item.active .contolib-slider-text.one h1 {
  -webkit-animation: 2s .2s fadeInUpBig both;
          animation: 2s .2s fadeInUpBig both;
}

.contolib-slider-area-three .owl-item.active .contolib-slider-text.one p {
  -webkit-animation: 3s .3s fadeInUpBig both;
          animation: 3s .3s fadeInUpBig both;
}

.contolib-slider-area-three .owl-item.active .contolib-slider-text.one .slider-btn {
  -webkit-animation: 4s .4s fadeInUpBig both;
          animation: 4s .4s fadeInUpBig both;
}

.contolib-slider-area-three .owl-item.active .contolib-slider-text.two img {
  -webkit-animation: 1s .1s fadeInLeft both;
          animation: 1s .1s fadeInLeft both;
}

.contolib-slider-area-three .owl-item.active .contolib-slider-text.two span {
  -webkit-animation: 1s .1s fadeInLeft both;
          animation: 1s .1s fadeInLeft both;
}

.contolib-slider-area-three .owl-item.active .contolib-slider-text.two h1 {
  -webkit-animation: 2s .2s fadeInLeft both;
          animation: 2s .2s fadeInLeft both;
}

.contolib-slider-area-three .owl-item.active .contolib-slider-text.two p {
  -webkit-animation: 3s .3s fadeInLeft both;
          animation: 3s .3s fadeInLeft both;
}

.contolib-slider-area-three .owl-item.active .contolib-slider-text.two .slider-btn {
  -webkit-animation: 4s .4s fadeInUpBig both;
          animation: 4s .4s fadeInUpBig both;
}

.contolib-slider-area-three .owl-theme .owl-dots {
  margin-top: 0 !important;
  display: -ms-grid;
  display: grid;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}

.contolib-slider-area-three .owl-theme .owl-dots .owl-dot span {
  background-color: #4424a8;
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.contolib-slider-area-three .owl-theme .owl-dots .owl-dot.active span {
  background-color: #239f30;
  height: 15px;
}

/*
Featured Services-area Area Style
======================================================*/
.single-featured-services {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 30px;
}

.single-featured-services .opportunity-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;
  z-index: 1;
  overflow: hidden;
}

.single-featured-services .opportunity-content::before {
  content: "";
  position: absolute;
  top: 300px;
  left: 300px;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, right top, left top, from(#1a28a8), to(#03cdf4));
  background-image: linear-gradient(to left, #1a28a8 0%, #03cdf4 100%);
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-featured-services h3 {
  margin-bottom: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-featured-services h3 i {
  background-image: -webkit-gradient(linear, right top, left top, from(#1a28a8), to(#03cdf4));
  background-image: linear-gradient(to left, #1a28a8 0%, #03cdf4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  left: 0;
  line-height: 1;
  position: relative;
  top: 1px;
  margin-right: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-featured-services p {
  margin-bottom: 22px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-featured-services .default-btn.three {
  padding: 5px 15px;
}

.single-featured-services .default-btn.three i {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.single-featured-services:hover .opportunity-content h3 {
  color: #ffffff;
}

.single-featured-services:hover .opportunity-content h3 i {
  background-image: -webkit-gradient(linear, right top, left top, from(#ffffff), to(#ffffff));
  background-image: linear-gradient(to left, #ffffff, #ffffff);
}

.single-featured-services:hover .opportunity-content p {
  color: #ffffff;
}

.single-featured-services:hover .opportunity-content .default-btn {
  color: #03cdf4;
}

.single-featured-services:hover .opportunity-content .default-btn::before {
  background-image: -webkit-gradient(linear, right top, left top, from(#ffffff), to(#ffffff));
  background-image: linear-gradient(to left, #ffffff, #ffffff);
}

.single-featured-services:hover .opportunity-content .default-btn i {
  background-image: -webkit-gradient(linear, right top, left top, from(#ffffff), to(#ffffff));
  background-image: linear-gradient(to left, #ffffff, #ffffff);
}

.single-featured-services:hover .opportunity-content::before {
  top: 0;
  left: 0;
}

.feature-link {
  text-align: center;
  margin-top: 30px;
}

.feature-link p a {
  border-bottom: 1px solid #4424a8;
  color: #4424a8;
}

/* 
download Area Style
=====================================================*/
.download-area-two {
  overflow: hidden;
}

.download-area-two .download-wrap {
  background-image: url(../img/hone-three/shape/download-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding: 30px;
  position: relative;
  z-index: 1;
}

.download-area-two .download-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #7f838a;
  opacity: 0.5;
}

.download-area-two p {
  font-weight: 600;
  color: #ffffff;
  font-size: 31px;
}

.download-area-two .default-btn {
  float: right;
  border-radius: 50px;
}

/*
Why Choose Us Area Style
======================================================*/
.why-choose-us-area {
  -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);
  overflow: hidden;
}

.why-choose-us-area .container-fluid {
  max-width: 1340px;
  margin-left: auto;
  margin-right: unset;
}

.why-choose-us-area .stakeholder-content-wrap {
  padding-top: 100px;
  padding-bottom: 100px;
}

.why-choose-us-area .stakeholder-content-wrap .stakeholder-title {
  margin-bottom: 40px;
}

.why-choose-us-area .stakeholder-content-wrap .stakeholder-title span {
  font-size: 14px;
  margin-bottom: 20px;
  display: block;
  font-weight: 700;
  line-height: 1;
  padding: 5px 0;
  position: relative;
  padding-left: 35px;
  background-image: -webkit-gradient(linear, right top, left top, from(#1a28a8), to(#03cdf4));
  background-image: linear-gradient(to left, #1a28a8 0%, #03cdf4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.why-choose-us-area .stakeholder-content-wrap .stakeholder-title span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/hone-three/shape/section-shape.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.why-choose-us-area .stakeholder-content-wrap .stakeholder-title h2 {
  font-size: 40px;
  margin-bottom: 20px;
}

.why-choose-us-area .stakeholder-content-wrap .single-choose-us {
  margin-bottom: 30px;
}

.why-choose-us-area .stakeholder-content-wrap .single-choose-us .title {
  position: relative;
  padding-left: 55px;
  margin-bottom: 15px;
}

.why-choose-us-area .stakeholder-content-wrap .single-choose-us .title i {
  background-image: -webkit-gradient(linear, right top, left top, from(#1a28a8), to(#03cdf4));
  background-image: linear-gradient(to left, #1a28a8 0%, #03cdf4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: -5px;
  left: 0;
  font-size: 35px;
  line-height: 1;
}

.why-choose-us-area .stakeholder-content-wrap .active {
  margin-left: 0;
  margin-top: 10px;
}

.why-choose-us-area .stakeholder-content-wrap .default-btn.three {
  margin-bottom: -8px;
}

.why-choose-us-area .choose-us-img {
  background-image: url(../img/home-one/stakeholder-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

/*
Counter Area Style
======================================================*/
.counter-area-three .col-lg-3:nth-child(2) .single-counter-three {
  background-color: #0b317a;
}

.counter-area-three .col-lg-3:nth-child(3) .single-counter-three {
  background-color: #032360;
}

.counter-area-three .col-lg-3:nth-child(4) .single-counter-three {
  background-color: #031840;
}

.counter-area-three .container {
  padding-left: 30px;
  padding-right: 30px;
}

.counter-area-three .single-counter-three {
  text-align: center;
  background-color: #154db9;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 30px;
  margin-bottom: 30px;
}

.counter-area-three .single-counter-three p {
  font-size: 16px;
  color: #ffffff;
}

.counter-area-three .single-counter-three h2 {
  line-height: 1;
  font-size: 40px;
  margin-bottom: 10px;
  color: #ffffff;
}

.counter-area-three .single-counter-three:hover {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}

/*
All Services Area Style
======================================================*/
.all-services-area {
  background-image: url(../img/hone-three/all-services-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.all-services-area .container {
  padding-left: 30px;
  padding-right: 30px;
}

.all-services-area .container .section-title.three {
  text-align: left;
}

.single-all-services {
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  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);
  position: relative;
}

.single-all-services .icon-style {
  font-size: 50px;
  display: inline-block;
  background-image: -webkit-gradient(linear, right top, left top, from(#1a28a8), to(#03cdf4));
  background-image: linear-gradient(to left, #1a28a8 0%, #03cdf4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
  line-height: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-all-services h3 {
  margin-bottom: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-all-services p {
  margin-bottom: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-all-services .default-btn.three {
  padding: 5px 15px;
  color: #ffffff;
  font-size: 14px;
}

.single-all-services .default-btn.three i {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.single-all-services:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 1;
  background-color: #154db9;
}

.single-all-services:hover .icon-style {
  -webkit-animation: bounce 1s linear;
          animation: bounce 1s linear;
  background-image: -webkit-gradient(linear, right top, left top, from(#ffffff), to(#ffffff));
  background-image: linear-gradient(to left, #ffffff 0%, #ffffff 100%);
}

.single-all-services:hover h3 {
  color: #ffffff;
}

.single-all-services:hover p {
  color: #ffffff;
}

.single-all-services:hover .default-btn.three {
  color: #4424a8;
}

.single-all-services:hover .default-btn.three::before {
  background-image: -webkit-gradient(linear, right top, left top, from(#ffffff), to(#ffffff));
  background-image: linear-gradient(to left, #ffffff 0%, #ffffff 100%);
}

.single-all-services:hover .default-btn.three::before i {
  background-color: #154db9;
}

/*
Projects Area Style
======================================================*/
.projects-area {
  background-color: #031840;
}

.projects-area .section-title span {
  background-image: -webkit-gradient(linear, right top, left top, from(#ffffff), to(#ffffff));
  background-image: linear-gradient(to left, #ffffff 0%, #ffffff 100%);
}

.projects-area .section-title h2 {
  color: #ffffff;
}

.single-projects {
  text-align: center;
  position: relative;
}

.single-projects .projects-content {
  background-image: -webkit-gradient(linear, right top, left top, from(#1a28a8), to(#03cdf4));
  background-image: linear-gradient(to left, #1a28a8 0%, #03cdf4 100%);
  text-align: left;
  display: inline-block;
  padding: 20px 30px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  max-width: 350px;
  margin: auto;
}

.single-projects .projects-content ul {
  display: inline-block;
  padding-right: 30px;
}

.single-projects .projects-content ul:last-child {
  padding-right: 0;
}

.single-projects .projects-content ul li {
  font-size: 16px;
  color: #ffffff;
}

.single-projects .projects-content ul .title {
  font-size: 18px;
  font-weight: 600;
}

/*
Company Area Style
======================================================*/
.company-us-area-three .tab .tabs li.current {
  border-bottom: 2px solid #4424a8;
}

.company-us-area-three .tab .tabs li.current a {
  background-image: -webkit-gradient(linear, right top, left top, from(#1a28a8), to(#03cdf4));
  background-image: linear-gradient(to left, #1a28a8 0%, #03cdf4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.company-us-area-three .company-img {
  background-image: url(../img/hone-three/what-do-img.jpg);
}

/*
Team Area Style
======================================================*/
.team-area-three .section-title {
  margin-left: 0;
}

.team-area-three .default-btn {
  float: right;
  margin-bottom: 60px;
}

.team-area-three .team-two-content {
  background-color: #154db9;
}

.team-area-three .team-two-content::before {
  display: none;
}

.team-area-three .team-two-content h3 {
  margin-top: -4px;
}

.team-area-three .team-two-content span {
  border-bottom: none;
  padding-bottom: 0;
}

.team-area-three .col-lg-3:nth-child(2) .team-two-content {
  background-color: #0b317a;
}

.team-area-three .col-lg-3:nth-child(3) .team-two-content {
  background-color: #032360;
}

.team-area-three .col-lg-3:nth-child(4) .team-two-content {
  background-color: #031840;
}

.team-area-three .skill-bar {
  margin-bottom: 30px;
}

.team-area-three .skill-bar .progress-title-holder {
  position: relative;
}

.team-area-three .skill-bar .progress-title {
  font-size: 12px;
  font-weight: 500;
}

.team-area-three .skill-bar .progress-number-wrapper {
  width: 100%;
  z-index: 10;
  font-size: 11px;
  line-height: 24px;
  height: 24px;
  letter-spacing: 0px;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  color: #ffffff;
  margin-bottom: 0;
}

.team-area-three .skill-bar .progress-number-mark {
  margin-bottom: 4px;
  border-radius: 3px;
  background-color: #ffffff;
  padding: 0 8px;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 0 !important;
}

.team-area-three .skill-bar .down-arrow {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #ffffff;
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #4424a8;
}

.team-area-three .skill-bar .progress-content-outter {
  height: 6px;
  background-color: #4424a8;
  border-radius: 0;
}

.team-area-three .skill-bar .progress-content {
  height: 6px;
  background-color: #ffffff;
  border-radius: 0;
  width: 0%;
}

.team-area-three .skill-bar .percent {
  margin-bottom: 0 !important;
  color: #4424a8 !important;
}

.team-area-three .skill-bar .down-arrow {
  margin-bottom: 0 !important;
}

.team-area-three .skill-bar .progress-title {
  margin-bottom: 0 !important;
}

.team-area-three .skill-bar .progress-number-wrapper {
  margin-bottom: 0 !important;
}

/*
Testimonials Area Three Style
======================================================*/
.testimonials-area-three .section-title {
  margin-left: 0;
  text-align: left;
  margin-bottom: 0;
}

.testimonials-area-three .section-title h2 {
  margin-bottom: 20px;
}

.testimonials-area-three .section-title p {
  margin-bottom: 30px;
}

.testimonials-area-three .single-testimonials {
  padding: 30px;
  -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);
  background-color: #f9f9f9;
  position: relative;
  z-index: 1;
}

.testimonials-area-three .single-testimonials::before {
  content: "";
  position: absolute;
  top: -105px;
  right: 0;
  background-image: url(../img/hone-three/testimonials/shape.png);
  background-position: right;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.testimonials-area-three .single-testimonials img {
  max-width: 20%;
  margin-bottom: 20px;
  border-radius: 50%;
}

.testimonials-area-three .single-testimonials ul {
  display: inline-block;
  float: right;
}

.testimonials-area-three .single-testimonials ul li {
  display: inline-block;
}

.testimonials-area-three .single-testimonials ul li i {
  color: #ff9e21;
  font-size: 20px;
}

.testimonials-area-three .owl-theme .owl-dots {
  margin-top: 10px;
  display: -ms-grid;
  display: grid;
  position: absolute;
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-35px);
          transform: translateY(-35px);
}

.testimonials-area-three .owl-theme .owl-dots .owl-dot span {
  background-color: #c5d9fe;
}

.testimonials-area-three .owl-theme .owl-dots .owl-dot.active span {
  background-color: #4424a8;
}

/*
Contact Area Three Style
======================================================*/
.contact-area-three .contact-wrap {
  background-color: #154db9;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.contact-area-three .contact-wrap h2 {
  margin-bottom: 30px;
}

.contact-area-three .contact-wrap .form-group {
  margin-bottom: 30px;
  position: relative;
}

.contact-area-three .contact-wrap .form-group .form-control {
  padding-left: 40px;
}

.contact-area-three .contact-wrap .form-group i {
  position: absolute;
  top: 12px;
  left: 20px;
  font-size: 15px;
}

.contact-area-three .contact-wrap .contact-form {
  max-width: 500px;
  background-color: #ffffff;
  padding: 30px;
  margin-left: auto;
  margin-right: 50px;
}

.contact-area-three .contact-wrap .list-unstyled {
  margin-top: 10px;
  color: #dc3545;
}

.contact-area-three .contact-wrap .text-danger {
  color: #dc3545;
  margin-top: 30px;
}

.contact-area-three #map {
  height: 100%;
}

/*==================================================== 
INNER PAGE STYLE
======================================================*/
/* 
Page Title Area Style
=====================================================*/
.page-title-area {
  position: relative;
  z-index: 1;
  padding-top: 7px;
  padding-bottom: 20px;
  background-image: -webkit-gradient(linear, right top, left top, from(#172541), to(#3cc846));
  background-image: linear-gradient(to left, #022662  0%, #58585a  100%);
  text-align: center;
}

.page-title-area .page-title-content h2 {
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
}

.page-title-area .page-title-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 3px;
  margin-bottom: 0;
}

.page-title-area .page-title-content ul li {
  display: inline-block;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  padding-right: 10px;
  padding-left: 10px;
  color: #ffffff;
}

.page-title-area .page-title-content ul li::before {
  content: "";
  position: absolute;
  top: 12px;
  right: -3px;
  background-color: #ffffff;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.page-title-area .page-title-content ul li:last-child::before {
  display: none;
}

.page-title-area .page-title-content ul li a {
  color: #ffffff;
}

.page-title-area .page-title-content ul li a:hover {
  color: #4424a8;
}

/*
Sign In & Log In  Area Style
=====================================================*/
.user-area-all-style {
  position: relative;
  z-index: 1;
}

.user-area-all-style .contact-form-action {
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
          box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  padding: 40px;
  max-width: 570px;
  margin: auto;
}

.user-area-all-style .contact-form-action .form-heading {
  margin-bottom: 33px;
}

.user-area-all-style .contact-form-action .form-heading .form-title {
  font-size: 35px;
  color: #233d63;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.user-area-all-style .contact-form-action .form-heading .form-desc {
  font-size: 18px;
  color: #677286;
  font-weight: 500;
}

.user-area-all-style .contact-form-action .form-heading .reset-desc {
  line-height: 30px;
  margin-top: 15px;
}

.user-area-all-style .contact-form-action .form-heading .reset-desc a {
  color: #239f30;
}

.user-area-all-style .contact-form-action .form-heading .reset-desc {
  font-size: 16px;
}

.user-area-all-style .contact-form-action .form-heading .reset-desc a {
  font-weight: 600;
}

.user-area-all-style .contact-form-action form .submit-btn {
  margin-top: 24px;
}

.user-area-all-style .contact-form-action form .default-btn {
  font-size: 14px;
  padding: 15px 40px;
  margin-bottom: 30px;
}

.user-area-all-style .contact-form-action form .default-btn.btn-two {
  display: table;
  margin: 0 auto 0;
  padding: 15px 40px;
}

.user-area-all-style .contact-form-action form .col-lg-4:nth-child(1) .default-btn {
  background-color: #FF5733;
}

.user-area-all-style .contact-form-action form .col-lg-4:nth-child(2) .default-btn {
  background-color: #3955bc;
  display: table;
  margin: 0 auto 30px;
}

.user-area-all-style .contact-form-action form .col-lg-4:nth-child(3) .default-btn {
  background-color: #239f30;
  float: right;
}

.user-area-all-style .contact-form-action form .reset-btn {
  margin-top: 0;
}

.user-area-all-style .contact-form-action form .form-condition {
  margin-bottom: 20px;
}

.user-area-all-style .contact-form-action form .form-condition .agree-label {
  font-weight: 600;
}

.user-area-all-style .contact-form-action form .form-condition .agree-label a {
  color: #239f30;
}

.user-area-all-style .contact-form-action form .form-group {
  margin-bottom: 30px;
}

.user-area-all-style .contact-form-action .account-desc {
  margin: 25px auto 0;
  display: table;
  font-weight: 600;
}

.user-area-all-style .contact-form-action .account-desc a {
  color: #239f30;
  margin-left: 10px;
  font-weight: 600;
}

.user-area-all-style .contact-form-action #chb1 {
  position: relative;
  top: 1px;
}

.user-area-all-style .contact-form-action #chb2 {
  position: relative;
  top: 1px;
}

.user-area-all-style .contact-form-action .forget {
  float: right;
  color: #239f30;
  font-weight: 600;
}

.user-area-all-style .contact-form-action .now-register {
  font-weight: 600;
  float: right;
  margin-bottom: 30px;
}

.user-area-all-style .contact-form-action .now-register a {
  color: #239f30;
}

.user-area-all-style .contact-form-action .now-log-in {
  color: #239f30;
  font-weight: 600;
}

.user-area-all-style .contact-form-action .now-log-in .font-q {
  font-weight: 600;
}

/* 
Coming Soon Area Style
=====================================================*/
.coming-soon-area {
  position: relative;
  height: 100vh;
  z-index: 1;
  background-color: #00095e;
}

.coming-soon-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  z-index: -1;
  background-color: #239f30;
}

.coming-soon-area .coming-soon-content {
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

.coming-soon-area .coming-soon-content h1 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 60px;
  margin-top: -18px;
}

.coming-soon-area .coming-soon-content p {
  color: #f3f3f3;
  font-size: 16px;
  max-width: 600px;
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.coming-soon-area .coming-soon-content #timer {
  margin-top: 30px;
}

.coming-soon-area .coming-soon-content #timer div {
  display: inline-block;
  color: #ffffff;
  position: relative;
  margin-left: 35px;
  margin-right: 35px;
  font-size: 45px;
  font-weight: 700;
}

.coming-soon-area .coming-soon-content #timer div span {
  display: block;
  text-transform: capitalize;
  margin-top: -15px;
  font-size: 16px;
  font-weight: normal;
}

.coming-soon-area .coming-soon-content #timer div:last-child {
  margin-right: 0;
}

.coming-soon-area .coming-soon-content #timer div:last-child::before {
  display: none;
}

.coming-soon-area .coming-soon-content #timer div:first-child {
  margin-left: 0;
}

.coming-soon-area .coming-soon-content #timer div::before {
  content: "";
  position: absolute;
  right: -50px;
  top: -10px;
  font-size: 70px;
  color: #ffffff;
}

.coming-soon-area .coming-soon-content .newsletter-form {
  position: relative;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  height: 60px;
  border: none;
  background-color: rgba(255, 255, 255, 0.3);
  padding-left: 15px;
  color: #ffffff;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 10px;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter::-webkit-input-placeholder {
  color: #ffffff;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter:-ms-input-placeholder {
  color: #ffffff;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter::-ms-input-placeholder {
  color: #ffffff;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter::placeholder {
  color: #ffffff;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter:focus {
  border-color: #239f30;
}

.coming-soon-area .coming-soon-content .newsletter-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  padding: 0 30px;
  text-transform: uppercase;
  outline: 0;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
}

.coming-soon-area .coming-soon-content .newsletter-form button::after {
  border-radius: 0;
}

.coming-soon-area .coming-soon-content .newsletter-form button::before {
  border-radius: 0;
}

.coming-soon-area .coming-soon-content .newsletter-form button:hover {
  color: #ffffff;
  background-color: #239f30;
}

.coming-soon-area .coming-soon-content .newsletter-form #validator-newsletter {
  color: #ffffff;
  font-size: 14px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  margin: 0 auto;
}

/*
404 Error Area Style
=====================================================*/
.error-area {
  padding: 50px 0;
  height: 100vh;
  text-align: center;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}

.error-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  z-index: -1;
}

.error-area .error-content-wrap {
  z-index: 1;
  position: relative;
}

.error-area .error-content-wrap h1 {
  font-size: 300px;
  line-height: 1;
}

.error-area .error-content-wrap h1 span {
  color: #239f30;
}

.error-area .error-content-wrap h3 {
  margin: 30px 0 0;
  position: relative;
  color: #ff0000;
}

.error-area .error-content-wrap p {
  margin: 20px 0 20px;
  font-size: 19px;
}

/*
Service Details Area Style
=====================================================*/
.service-sidebar-area .service-details-title {
  background-color: #6644d0;
  color: #ffffff;
  padding: 15px 20px;
  margin-bottom: 20px;
}

.service-sidebar-area .service-card {
  margin-bottom: 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);
}

.service-sidebar-area .service-list ul li {
  border-bottom: 1px dashed #eeeeee;
  padding: 11px 9px;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size:13px;
}




.service-sidebar-area .service-list ul li:last-child {
  border-bottom: none;
}

.service-sidebar-area .service-list ul li a {
  color: #172541;
  display: block;
}

.service-sidebar-area .service-list ul li .active {
  background-color: #239f30 !important;
  display: block;
}
.service-sidebar-area .service-list ul li i {
  float: right;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #239f30;
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.service-sidebar-area .service-list ul li:hover {
  background-color: #239f30;
  color: #ffffff;
}

.service-sidebar-area .service-list ul li:hover i {
  background-color: #ffffff;
  color: #239f30;
}

.service-sidebar-area .service-list ul li:hover a {
  color: #ffffff;
}

.service-sidebar-area .service-faq .faq-accordion {
  position: unset;
  padding: 0;
}

.service-sidebar-area .service-faq .faq-accordion .accordion .accordion-item {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.service-sidebar-area .service-faq .faq-accordion .accordion .accordion-title {
  font-size: 15px;
  font-weight: 600;
}

.service-sidebar-area .service-faq .faq-accordion .accordion .accordion-title span {
  top: 11px;
}

.service-sidebar-area .paint {
  margin-bottom: 15px;
}

.service-details-wrap .mb-30 {
  margin-bottom: 30px;
}

.service-details-wrap .service-img {
  margin-bottom: 30px;
}

.service-details-wrap ul {
  margin-top: 30px;
  margin-bottom: 30px;
}

.service-details-wrap ul li {
  display: inline-block;
  font-weight: 600;
  color: #172541;
  font-size: 14px;
  padding-left: 35px;
  position: relative;
}

.service-details-wrap ul li i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-color: #239f30;
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  position: absolute;
  top: 4px;
  position: absolute;
  top: 0px;
  left: 0;
}

.service-details-wrap .car-service-list-wrap {
  margin-bottom: 35px;
}

.service-details-wrap .car-service-list-wrap .car-service-list ul {
  margin: 0;
}

.service-details-wrap .car-service-list-wrap .car-service-list ul li {
  margin-bottom: 15px;
  font-size: 13px;
}

.service-details-wrap .car-service-list-wrap .car-service-list ul li:last-child {
  margin-bottom: 0;
}

.service-details-wrap .list-unstyled {
  margin: 0;
}

.service-details-wrap .list-unstyled li {
  color: #dc3545;
  padding-left: 0 !important;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}

.service-details-wrap #msgSubmit {
  margin-top: 30px;
}

.service-details-wrap .ask-question {
  text-align: center;
  padding: 30px;
  -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);
}

.service-details-wrap .ask-question h3 {
  font-size: 25px;
  margin-bottom: 30px;
}

.service-details-wrap .ask-question .form-group {
  margin-bottom: 30px;
}

.service-details-wrap .ask-question .default-btn {
  margin: auto;
  display: table;
}

/*
Product Area Style
=====================================================*/
.product-area .woocommerce-topbar {
  margin-bottom: 40px;
}

.product-area .woocommerce-topbar .woocommerce-topbar-ordering {
  text-align: right;
}

.product-area .woocommerce-topbar .woocommerce-topbar-ordering .nice-select {
  background-color: #ffffff;
  color: #239f30;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
          box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
  float: unset;
  height: unset;
  line-height: initial;
  padding: 17px 35px 13px 20px;
  font-size: 16px;
}

.product-area .woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
          box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.product-area .woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list .option {
  -webkit-transition: .6s;
  transition: .6s;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
}

.product-area .woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list .option:hover {
  background-color: #239f30 !important;
  color: #ffffff;
}

.product-area .woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list .option.selected {
  background-color: transparent;
  font-weight: 700;
}

.product-area .woocommerce-topbar .woocommerce-topbar-ordering .nice-select:after {
  right: 20px;
}

.product-area .single-product-box {
  text-align: center;
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
}

.product-area .single-product-box .product-image {
  overflow: hidden;
  position: relative;
  text-align: left;
}

.product-area .single-product-box .product-image a img {
  -webkit-transition: .6s;
  transition: .6s;
}

.product-area .single-product-box .product-image .add-to-cart-btn {
  position: absolute;
  bottom: -46px;
  left: 0;
  width: 100%;
  background-color: #172541;
  color: #ffffff;
  padding: 18px 20px 13px;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}

.product-area .single-product-box .product-image .add-to-cart-btn i {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.product-area .single-product-box .product-image .add-to-cart-btn:hover {
  background-color: #239f30;
  color: #ffffff;
}

.product-area .single-product-box .product-image .sale-btn {
  position: absolute;
  left: 20px;
  top: 20px;
  background-color: #239f30;
  color: #ffffff;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

.product-area .single-product-box .product-content {
  padding: 30px 25px;
}

.product-area .single-product-box .product-content h3 {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
}

.product-area .single-product-box .product-content h3 a {
  display: inline-block;
  color: #172541;
  text-decoration: none;
}

.product-area .single-product-box .product-content .price {
  color: #172541;
  font-weight: 600;
  font-size: 15px;
}

.product-area .single-product-box .product-content .price span {
  padding: 0 5px;
}

.product-area .single-product-box .product-content .price .old {
  text-decoration: line-through;
  color: #239f30;
  font-size: 14px;
}

.product-area .single-product-box .product-content .rating {
  margin-top: 8px;
  color: #ffb708;
  font-size: 15px;
}

.product-area .single-product-box .product-content .rating i {
  margin-right: -1px;
}

.product-area .single-product-box:hover .product-image .add-to-cart-btn {
  bottom: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: .6s;
  transition: .6s;
  text-decoration: none;
}

/* 
Cart Area Style
=====================================================*/
.cart-area .cart-table table {
  margin-bottom: 0;
}

.cart-area .cart-table table thead tr th {
  border-bottom-width: 0px;
  vertical-align: middle;
  padding: 0 0 15px;
  text-transform: uppercase;
  border: none;
  font-weight: 700;
  font-size: 16px;
}

.cart-area .cart-table table tbody tr td {
  vertical-align: middle;
  color: #666666;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  border-color: #eaedff;
  border-left: none;
  border-right: none;
}

.cart-area .cart-table table tbody tr td.product-thumbnail img {
  width: 60px;
  height: 60px;
}

.cart-area .cart-table table tbody tr td.product-thumbnail a {
  display: block;
}

.cart-area .cart-table table tbody tr td.product-name a {
  color: #666666;
  font-weight: 600;
  display: inline-block;
}

.cart-area .cart-table table tbody tr td.product-name a:hover {
  color: #172541;
}

.cart-area .cart-table table tbody tr td.product-price span {
  font-weight: 500;
}

.cart-area .cart-table table tbody tr td.product-subtotal {
  overflow: hidden;
}

.cart-area .cart-table table tbody tr td.product-subtotal .remove {
  color: #666666;
  float: right;
  position: relative;
  top: 1px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.cart-area .cart-table table tbody tr td.product-subtotal .remove i {
  font-size: 22px;
}

.cart-area .cart-table table tbody tr td.product-subtotal .remove:hover {
  color: red;
}

.cart-area .cart-table table tbody tr td.product-subtotal span {
  font-weight: 500;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter {
  max-width: 130px;
  min-width: 130px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #172541;
  width: 40px;
  height: 100%;
  line-height: 48px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter span:hover {
  color: #239f30;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
  left: 0;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
  right: 0;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter input {
  height: 45px;
  color: #172541;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
  color: #172541;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
  color: #172541;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
  color: #172541;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
  color: #172541;
}

.cart-area .cart-buttons {
  margin-top: 30px;
}

.cart-area .cart-totals {
  background: #ffffff;
  padding: 40px;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  border-radius: 0;
  margin: auto;
  margin-top: 50px;
}

.cart-area .cart-totals h3 {
  margin-bottom: 25px;
  font-weight: 700;
}

.cart-area .cart-totals ul {
  padding: 0;
  margin: 0 0 25px;
  list-style-type: none;
}

.cart-area .cart-totals ul li {
  border: 1px solid #eaedff;
  padding: 10px 15px;
  color: #323232;
  overflow: hidden;
  font-weight: 700;
}

.cart-area .cart-totals ul li:first-child {
  border-bottom: none;
}

.cart-area .cart-totals ul li:last-child {
  border-top: none;
}

.cart-area .cart-totals ul li span {
  float: right;
  color: #666666;
  font-weight: normal;
}

.cart-area .cart-area .nice-select {
  height: 50px;
  line-height: 49px;
  border-radius: 0;
  width: 100%;
  margin-bottom: 18px;
}

.cart-area .cart-wraps {
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  padding: 40px;
}

.cart-area .coupon-wrap {
  margin-top: 50px;
  background-color: #ffffff;
  padding: 40px;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}

.cart-area .coupon-wrap .nice-select .list {
  width: 100%;
}

.cart-area .coupon-wrap .nice-select .option {
  color: #172541 !important;
}

.cart-area .coupon-wrap .nice-select .option:hover {
  color: #ffffff !important;
  background-color: #1089d4 !important;
}

.cart-area .coupon-wrap select .option.focus, .cart-area .coupon-wrap .nice-select .option.selected.focus {
  background-color: #1089d4 !important;
  color: #ffffff !important;
}

.cart-area .coupon-wrap h3 {
  padding-bottom: 25px;
}

.cart-area .coupon-wrap .form-group {
  margin-bottom: 18px;
}

.cart-area .coupon-wrap .nice-select {
  height: 50px;
  width: 100%;
  margin-bottom: 19px;
  border-radius: 0;
}

.cart-area .coupon-wrap .nice-select .current {
  position: relative;
  top: 4px;
}

/* 
Checkout Area Style 
=====================================================*/
.checkout-area .user-actions {
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 18px 20px 15px;
  margin-bottom: 65px;
  border-top: 3px solid #239f30;
  position: relative;
  color: #239f30;
}

.checkout-area .user-actions::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -35px;
  width: 100%;
  height: 1px;
  background: #eeeeee;
}

.checkout-area .user-actions i {
  color: #239f30;
  margin-right: 2px;
  font-size: 20px;
  position: relative;
  top: 4px;
}

.checkout-area .user-actions span {
  display: inline-block;
  font-weight: 500;
  color: #172541;
}

.checkout-area .user-actions span a {
  display: inline-block;
  color: #239f30;
  font-size: 15px;
}

.checkout-area .user-actions span a:hover {
  color: #239f30;
}

.checkout-area .user-actions span a:focus {
  color: #239f30;
}

.checkout-area .checkout-area .title {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 700;
}

.checkout-area .billing-details {
  background-color: #ffffff;
  padding: 30px;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}

.checkout-area .billing-details .form-group {
  margin-bottom: 20px;
}

.checkout-area .billing-details .form-group label {
  display: block;
  color: #172541;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
}

.checkout-area .billing-details .form-group label .required {
  color: red;
}

.checkout-area .billing-details .form-group .nice-select {
  float: unset;
  line-height: 45px;
  color: #172541;
  padding-top: 0;
  padding-bottom: 0;
}

.checkout-area .billing-details .form-group .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.checkout-area .billing-details .form-group .nice-select .list .option {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-left: 20px;
  padding-right: 20px;
}

.checkout-area .billing-details .form-group .nice-select .list .option:hover {
  background-color: #239f30 !important;
  color: #ffffff;
}

.checkout-area .billing-details .form-group .nice-select .list .option.selected {
  background-color: transparent;
}

.checkout-area .billing-details .form-group .nice-select:after {
  right: 20px;
}

.checkout-area .billing-details .form-group .nice-select .option:hover, .checkout-area .billing-details .form-group .nice-select .option.focus, .checkout-area .billing-details .form-group .nice-select .option.selected.focus {
  background-color: #239f30 !important;
  color: #ffffff !important;
}

.checkout-area .billing-details .form-group textarea {
  padding-top: 13px;
}

.checkout-area .billing-details .form-check {
  margin-bottom: 20px;
}

.checkout-area .billing-details .form-check .form-check-label {
  color: #172541;
}

.checkout-area .billing-details .form-check label {
  position: relative;
  top: 1px;
  font-size: 14px;
  font-weight: 500;
}

.checkout-area .billing-details .col-lg-12:last-child .form-group {
  margin-bottom: 0;
}

.checkout-area .order-details .order-table {
  background-color: #ffffff;
  padding: 30px;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}

.checkout-area .order-details .order-table table {
  margin-bottom: 0;
}

.checkout-area .order-details .order-table table thead tr th {
  border-bottom-width: 0;
  vertical-align: middle;
  border-color: #eaedff;
  padding-left: 20px;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  font-weight: 700;
}

.checkout-area .order-details .order-table table tbody tr td {
  vertical-align: middle;
  color: #172541;
  border-color: #eaedff;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
}

.checkout-area .order-details .order-table table tbody tr td.product-name a {
  color: #172541;
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
}

.checkout-area .order-details .order-table table tbody tr td.product-name a:hover {
  color: #172541;
}

.checkout-area .order-details .order-table table tbody tr td.order-subtotal span {
  color: #172541;
  font-weight: 600;
}

.checkout-area .order-details .order-table table tbody tr td.order-shipping span {
  color: #172541;
  font-weight: 600;
}

.checkout-area .order-details .order-table table tbody tr td.total-price span {
  color: #172541;
  font-weight: 600;
}

.checkout-area .order-details .order-table table tbody tr td.shipping-price {
  font-weight: 600;
}

.checkout-area .order-details .order-table table tbody tr td.order-subtotal-price {
  font-weight: 600;
}

.checkout-area .order-details .order-table table tbody tr td.product-subtotal {
  font-weight: 600;
}

.checkout-area .order-details .payment-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  margin-top: 30px;
  padding: 30px;
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:checked {
  display: none;
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:checked + label {
  padding-left: 27px;
  cursor: pointer;
  display: block;
  font-weight: 600;
  color: #239f30;
  position: relative;
  margin-bottom: 8px;
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:checked + label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  background: #ffffff;
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:checked + label::after {
  content: '';
  width: 12px;
  height: 12px;
  background: #239f30;
  position: absolute;
  top: 6px;
  left: 3px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:not(:checked) {
  display: none;
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label {
  padding-left: 27px;
  cursor: pointer;
  display: block;
  font-weight: 600;
  color: #172541;
  position: relative;
  margin-bottom: 8px;
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  background: #ffffff;
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::after {
  content: '';
  width: 12px;
  height: 12px;
  background: #239f30;
  position: absolute;
  top: 6px;
  left: 3px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.checkout-area .order-details .payment-box .btn.order-btn {
  display: block;
  margin-top: 25px;
}

.checkout-area .order-details .payment-box .default-btn {
  margin-top: 20px;
  display: block;
  text-align: center;
}

/*
Shop Details Style
================================*/
.product-details-area .product-details-desc h3 {
  margin-bottom: 12px;
  font-weight: 700;
}

.product-details-area .product-details-desc p {
  margin-bottom: 0;
}

.product-details-area .product-details-desc .price {
  margin-bottom: 10px;
  color: #333333;
  font-weight: 700;
}

.product-details-area .product-details-desc .price span {
  padding: 0 5px;
}

.product-details-area .product-details-desc .price .old-price {
  text-decoration: line-through;
  color: #828893;
  font-size: 13px;
}

.product-details-area .product-details-desc .product-review {
  margin-bottom: 15px;
}

.product-details-area .product-details-desc .product-review .rating {
  display: inline-block;
  padding-right: 5px;
  font-size: 14px;
}

.product-details-area .product-details-desc .product-review .rating i {
  color: #ffba0a;
}

.product-details-area .product-details-desc .product-review .rating-count {
  display: inline-block;
  color: #333333;
  border-bottom: 1px solid #333333;
  line-height: initial;
}

.product-details-area .product-details-desc .product-review .rating-count:hover {
  color: #239f30;
  border-color: #239f30;
}

.product-details-area .product-details-desc .product-add-to-cart {
  margin-top: 20px;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter {
  max-width: 130px;
  min-width: 130px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #d0d0d0;
  width: 40px;
  height: 100%;
  line-height: 48px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter span:hover {
  color: #172541;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter span.minus-btn {
  left: 0;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter span.plus-btn {
  right: 0;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input {
  height: 45px;
  color: #333333;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input::-webkit-input-placeholder {
  color: #333333;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input:-ms-input-placeholder {
  color: #333333;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input::-ms-input-placeholder {
  color: #333333;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input::placeholder {
  color: #333333;
}

.product-details-area .product-details-desc .product-add-to-cart .default-btn {
  border: none;
  cursor: pointer;
  float: right;
}

.product-details-area .product-details-desc .product-add-to-cart .btn {
  height: 45px;
  top: -2px;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}

.product-details-area .product-details-desc .product-add-to-cart .btn i {
  margin-right: 2px;
}

.product-details-area .product-details-desc .buy-checkbox-btn {
  margin-top: 20px;
}

.product-details-area .product-details-desc .buy-checkbox-btn input {
  display: none;
}

.product-details-area .product-details-desc .buy-checkbox-btn .cbx {
  margin: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.product-details-area .product-details-desc .buy-checkbox-btn .cbx span {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.product-details-area .product-details-desc .buy-checkbox-btn .cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  -webkit-transform: scale(1);
          transform: scale(1);
  vertical-align: middle;
  border: 1px solid #ebebeb;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product-details-area .product-details-desc .buy-checkbox-btn .cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product-details-area .product-details-desc .buy-checkbox-btn .cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #333333;
  display: block;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 1;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product-details-area .product-details-desc .buy-checkbox-btn .cbx span:last-child {
  padding-left: 4px;
  color: #57647c;
}

.product-details-area .product-details-desc .buy-checkbox-btn .cbx:hover span:first-child {
  border-color: #333333;
}

.product-details-area .product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child {
  background: #333333;
  border-color: #333333;
  -webkit-animation: wave 0.4s ease;
          animation: wave 0.4s ease;
}

.product-details-area .product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}

.product-details-area .product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child:before {
  -webkit-transform: scale(3.5);
          transform: scale(3.5);
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.product-details-area .product-details-desc .buy-checkbox-btn .item:not(:first-child) {
  margin-top: 15px;
}

.product-details-area .product-details-desc .buy-checkbox-btn .btn {
  display: block;
  width: 100%;
}

.product-details-area .product-details-desc .buy-checkbox-btn .default-btn {
  text-transform: uppercase;
  display: block;
  text-align: center;
}

.product-details-area .product-details-desc .custom-payment-options {
  margin-top: 20px;
}

.product-details-area .product-details-desc .custom-payment-options span {
  display: block;
  color: #57647c;
  margin-bottom: 15px;
}

.product-details-area .product-details-desc .custom-payment-options .payment-methods a {
  display: inline-block;
}

.product-details-area .product-details-desc .custom-payment-options .payment-methods a img {
  width: 40px;
  margin-right: 5px;
}

.product-details-area .product-details-image {
  text-align: center;
  background-color: #f7f7f7;
}

.product-details-area .tab .tabs_item {
  display: none;
}

.product-details-area .tab .tabs_item:first-child {
  display: block;
}

.product-details-area .products-details-tab {
  margin-top: 50px;
}

.product-details-area .products-details-tab .tabs {
  list-style-type: none;
  margin-bottom: -1px;
  padding-left: 0;
}

.product-details-area .products-details-tab .tabs li {
  display: inline-block;
  line-height: initial;
  margin-right: 5px;
}

.product-details-area .products-details-tab .tabs li a {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  color: #333333;
  border: 1px solid #eeeeee;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 30px;
  padding-left: 48px;
  font-weight: 700;
}

.product-details-area .products-details-tab .tabs li a .dot {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 30px;
  width: 12px;
  height: 12px;
  border: 1px solid #333333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
}

.product-details-area .products-details-tab .tabs li a .dot::before {
  position: absolute;
  top: 0;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  background: #333333;
  margin: 2px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product-details-area .products-details-tab .tabs li a:hover {
  color: #ffffff;
  background-color: #239f30;
  border-color: #239f30;
}

.product-details-area .products-details-tab .tabs li a:hover .dot {
  border-color: #ffffff;
}

.product-details-area .products-details-tab .tabs li a:hover .dot::before {
  background: #ffffff;
}

.product-details-area .products-details-tab .tabs li a:focus {
  color: #ffffff;
  background-color: #239f30;
  border-color: #239f30;
}

.product-details-area .products-details-tab .tabs li a:focus .dot {
  border-color: #ffffff;
}

.product-details-area .products-details-tab .tabs li a:focus .dot::before {
  background: #ffffff;
}

.product-details-area .products-details-tab .tabs li:last-child {
  margin-right: 0;
}

.product-details-area .products-details-tab .tabs li.current a {
  color: #ffffff;
  background-color: #239f30;
  border-color: #239f30;
}

.product-details-area .products-details-tab .tabs li.current a .dot {
  border: 1px solid #ffffff;
}

.product-details-area .products-details-tab .tabs li.current a .dot::before {
  background: #ffffff;
}

.product-details-area .products-details-tab .tab_content {
  border: 1px solid #eeeeee;
  padding: 30px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content p {
  margin-bottom: 20px;
  font-size: 14px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content p:last-child {
  margin-bottom: 0;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  text-align: left;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li {
  border: 1px solid #eeeeee;
  border-bottom: none;
  padding: 10px 15px;
  color: #57647c;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li:last-child {
  border-bottom: 1px solid #eeeeee;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li span {
  display: inline-block;
  width: 30%;
  color: #333333;
  font-size: 16px;
  font-weight: 600;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content h3 {
  margin-bottom: 15px;
  font-weight: 700;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title {
  position: relative;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating {
  display: inline-block;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating .fas.fa-star {
  color: #ffba0a;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating i {
  color: #ffba0a;
  font-size: 14px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title p {
  margin-bottom: 0;
  display: inline-block;
  padding-left: 5px;
  line-height: initial;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .btn {
  position: absolute;
  right: 0;
  bottom: 10px;
  padding: 10px 11px;
  font-size: 11px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .btn:focus {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 4px;
  background-color: #172541;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments {
  margin-top: 35px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item {
  margin-top: 30px;
  position: relative;
  padding-right: 200px;
  border-top: 1px dashed #eeeeee;
  padding-top: 30px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating .fas.fa-star {
  color: #ffba0a;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating i {
  font-size: 14px;
  color: #ffba0a;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span {
  margin-bottom: 10px;
  font-size: 13px;
  display: block;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span strong {
  font-weight: 600;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item p {
  margin-bottom: 0;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link {
  position: absolute;
  right: 0;
  color: #57647c;
  top: 40px;
  text-decoration: underline;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link:hover {
  color: #ff4800;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form {
  margin-top: 30px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group {
  margin-bottom: 20px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group label {
  color: #444444;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group textarea {
  padding-top: 15px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group .form-control {
  font-size: 14px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-radius: 0;
}

/*
Blog Details Area Style
=====================================================*/
.news-details-area {
  /*
	Sidebar Widget Area Style
	================================*/
}

.news-details-area .blog-details-desc .article-image {
  position: relative;
  background-color: #172541;
}

.news-details-area .blog-details-desc .article-content {
  margin-top: 30px;
}

.news-details-area .blog-details-desc .article-content .entry-meta {
  margin-bottom: -10px;
}

.news-details-area .blog-details-desc .article-content .entry-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.news-details-area .blog-details-desc .article-content .entry-meta ul li {
  position: relative;
  display: inline-block;
  color: #239f30;
  margin-right: 21px;
  font-size: 14px;
}

.news-details-area .blog-details-desc .article-content .entry-meta ul li span {
  display: inline-block;
  color: #239f30;
  font-weight: 500;
}

.news-details-area .blog-details-desc .article-content .entry-meta ul li a {
  display: inline-block;
  color: #666666;
  font-size: 13px;
}

.news-details-area .blog-details-desc .article-content .entry-meta ul li a:hover {
  color: #239f30;
}

.news-details-area .blog-details-desc .article-content .entry-meta ul li i {
  color: #239f30;
  margin-right: 2px;
}

.news-details-area .blog-details-desc .article-content .entry-meta ul li::before {
  content: '';
  position: absolute;
  top: 11px;
  right: -15px;
  width: 6px;
  height: 1px;
  background: #239f30;
}

.news-details-area .blog-details-desc .article-content .entry-meta ul li:last-child {
  margin-right: 0;
}

.news-details-area .blog-details-desc .article-content .entry-meta ul li:last-child::before {
  display: none;
}

.news-details-area .blog-details-desc .article-content h3 {
  margin-bottom: 13px;
  margin-top: 25px;
  font-size: 25px;
}

.news-details-area .blog-details-desc .article-content .wp-block-gallery.columns-3 {
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.news-details-area .blog-details-desc .article-content .wp-block-gallery.columns-3 li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-right: 10px;
  padding-left: 10px;
}

.news-details-area .blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
  margin-bottom: 0;
}

.news-details-area .blog-details-desc .article-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}

.news-details-area .blog-details-desc .article-footer .article-tags {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.news-details-area .blog-details-desc .article-footer .article-tags span {
  display: inline-block;
  color: #239f30;
  font-size: 20px;
  margin-right: 5px;
  position: relative;
  top: 4px;
}

.news-details-area .blog-details-desc .article-footer .article-tags a {
  display: inline-block;
  color: #666666;
  font-weight: 600;
}

.news-details-area .blog-details-desc .article-footer .article-tags a:hover {
  color: #239f30;
}

.news-details-area .blog-details-desc .article-footer .article-share {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.news-details-area .blog-details-desc .article-footer .article-share .social {
  padding-left: 0;
  list-style-type: none;
  text-align: right;
  margin-bottom: 0;
}

.news-details-area .blog-details-desc .article-footer .article-share .social li {
  display: inline-block;
}

.news-details-area .blog-details-desc .article-footer .article-share .social li span {
  display: inline-block;
  margin-right: 2px;
  font-weight: 500;
  color: #666666;
}

.news-details-area .blog-details-desc .article-footer .article-share .social li a {
  display: block;
  color: #ffffff;
  width: 32px;
  height: 32px;
  line-height: 33px;
  border-radius: 50%;
  background-color: #239f30;
  text-align: center;
  font-size: 14px;
}

.news-details-area .blog-details-desc .article-footer .article-share .social li a:hover {
  -webkit-animation: rubberBand 1s linear;
          animation: rubberBand 1s linear;
}

.news-details-area .blog-details-desc .post-navigation {
  margin-top: 30px;
}

.news-details-area blockquote {
  overflow: hidden;
  background-color: #f7f7f7;
  padding: 50px !important;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  margin-top: 20px;
  border-radius: 4px;
}

.news-details-area blockquote p {
  color: #172541;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 600;
  font-size: 17px !important;
}

.news-details-area blockquote cite {
  display: none;
}

.news-details-area blockquote::before {
  color: #239f30;
  content: "\ed67";
  position: absolute;
  left: 50px;
  top: -50px;
  z-index: -1;
  font-family: 'boxicons';
  font-size: 140px;
  font-weight: 900;
  opacity: 0.5;
}

.news-details-area blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #239f30;
  margin-top: 20px;
  margin-bottom: 20px;
}

.news-details-area .post-navigation {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding-top: 20px;
  padding-bottom: 20px;
}

.news-details-area .post-navigation .navigation-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news-details-area .post-navigation .navigation-links .nav-previous {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.news-details-area .post-navigation .navigation-links .nav-previous a i {
  margin-right: 0;
  font-size: 20px;
  position: relative;
  top: 4px;
}

.news-details-area .post-navigation .navigation-links .nav-next {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
}

.news-details-area .post-navigation .navigation-links .nav-next a i {
  margin-left: 0;
  font-size: 20px;
  position: relative;
  top: 4px;
}

.news-details-area .post-navigation .navigation-links div a {
  display: inline-block;
  font-weight: 600;
  color: #172541;
}

.news-details-area .post-navigation .navigation-links div a:hover {
  color: #239f30;
}

.news-details-area .comments-area {
  padding: 25px;
  margin-top: 30px;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
  background-color: #ffffff;
}

.news-details-area .comments-area .comments-title {
  position: relative;
  margin-bottom: 30px;
  line-height: initial;
  font-size: 22px;
}

.news-details-area .comments-area .comments-title::before {
  content: '';
  height: 25px;
  width: 3px;
  left: -25px;
  position: absolute;
  background: #239f30;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.news-details-area .comments-area ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.news-details-area .comments-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.news-details-area .comments-area .comment-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.news-details-area .comments-area .children {
  margin-left: 40px;
}

.news-details-area .comments-area .comment-body {
  border-bottom: 1px solid #eeeeee;
  padding-left: 65px;
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.news-details-area .comments-area .comment-body .reply {
  margin-top: 15px;
}

.news-details-area .comments-area .comment-body .reply a {
  border: 1px solid #ded9d9;
  color: #172541;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 30px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  font-size: 13px;
  font-weight: 600;
}

.news-details-area .comments-area .comment-body .reply a:hover {
  color: #ffffff;
  background-color: #239f30;
  border-color: #239f30;
}

.news-details-area .comments-area .comment-meta {
  margin-bottom: .8em;
}

.news-details-area .comments-area .comment-author {
  font-size: 16px;
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2;
}

.news-details-area .comments-area .comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
  border-radius: 50%;
}

.news-details-area .comments-area .comment-author .fn {
  font-weight: 600;
  color: #172541;
  font-size: 14px;
}

.news-details-area .comments-area .comment-author .says {
  display: none;
}

.news-details-area .comments-area .comment-metadata {
  color: #666666;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}

.news-details-area .comments-area .comment-metadata a {
  color: #666666;
  font-size: 11px;
}

.news-details-area .comments-area .comment-metadata a:hover {
  color: #239f30;
}

.news-details-area .comments-area .comment-content p {
  font-size: 14px;
}

.news-details-area .comments-area .comment-respond {
  margin-top: 30px;
}

.news-details-area .comments-area .comment-respond .comment-reply-title {
  margin-bottom: 15px;
  position: relative;
  font-size: 22px;
}

.news-details-area .comments-area .comment-respond .comment-reply-title::before {
  content: '';
  height: 25px;
  width: 3px;
  left: -25px;
  position: absolute;
  background: #239f30;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.news-details-area .comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
  display: inline-block;
}

.news-details-area .comments-area .comment-respond .comment-form {
  overflow: hidden;
}

.news-details-area .comments-area .comment-respond .comment-form-comment {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}

.news-details-area .comments-area .comment-respond label {
  display: block;
  font-weight: 500;
  color: #172541;
  margin-bottom: 5px;
}

.news-details-area .comments-area .comment-respond input[type="datetime-local"] {
  display: block;
  width: 100%;
  background-color: #f7f7f7;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news-details-area .comments-area .comment-respond input[type="datetime-local"]:focus {
  border-color: #239f30;
}

.news-details-area .comments-area .comment-respond input[type="week"] {
  display: block;
  width: 100%;
  background-color: #f7f7f7;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news-details-area .comments-area .comment-respond input[type="week"]:focus {
  border-color: #239f30;
}

.news-details-area .comments-area .comment-respond input[type="month"] {
  display: block;
  width: 100%;
  background-color: #f7f7f7;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news-details-area .comments-area .comment-respond input[type="month"]:focus {
  border-color: #239f30;
}

.news-details-area .comments-area .comment-respond input[type="text"] {
  display: block;
  width: 100%;
  background-color: #f7f7f7;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news-details-area .comments-area .comment-respond input[type="text"]:focus {
  border-color: #239f30;
}

.news-details-area .comments-area .comment-respond input[type="email"] {
  display: block;
  width: 100%;
  background-color: #f7f7f7;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news-details-area .comments-area .comment-respond input[type="email"]:focus {
  border-color: #239f30;
}

.news-details-area .comments-area .comment-respond input[type="url"] {
  display: block;
  width: 100%;
  background-color: #f7f7f7;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news-details-area .comments-area .comment-respond input[type="url"]:focus {
  border-color: #239f30;
}

.news-details-area .comments-area .comment-respond input[type="password"] {
  display: block;
  width: 100%;
  background-color: #f7f7f7;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news-details-area .comments-area .comment-respond input[type="password"]:focus {
  border-color: #239f30;
}

.news-details-area .comments-area .comment-respond input[type="search"] {
  display: block;
  width: 100%;
  background-color: #f7f7f7;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news-details-area .comments-area .comment-respond input[type="search"]:focus {
  border-color: #239f30;
}

.news-details-area .comments-area .comment-respond input[type="tel"] {
  display: block;
  width: 100%;
  background-color: #f7f7f7;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news-details-area .comments-area .comment-respond input[type="tel"]:focus {
  border-color: #239f30;
}

.news-details-area .comments-area .comment-respond input[type="number"] {
  display: block;
  width: 100%;
  background-color: #f7f7f7;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news-details-area .comments-area .comment-respond input[type="number"]:focus {
  border-color: #239f30;
}

.news-details-area .comments-area .comment-respond textarea {
  display: block;
  width: 100%;
  background-color: #f7f7f7;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news-details-area .comments-area .comment-respond textarea:focus {
  border-color: #239f30;
}

.news-details-area .comments-area .comment-respond .comment-form-author {
  float: left;
  width: 50%;
  padding-right: 10px;
  margin-bottom: 20px;
}

.news-details-area .comments-area .comment-respond .comment-form-email {
  float: left;
  width: 50%;
  padding-left: 12px;
  margin-bottom: 20px;
}

.news-details-area .comments-area .comment-respond .comment-form-url {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.news-details-area .comments-area .comment-respond .comment-form-cookies-consent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}

.news-details-area .comments-area .comment-respond .comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 6px;
}

.news-details-area .comments-area .comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  color: #666666;
  font-weight: normal;
}

.news-details-area .comments-area .comment-respond .form-submit {
  float: left;
  width: 100%;
}

.news-details-area .comments-area .comment-respond .form-submit input {
  background: #239f30;
  border: none;
  color: #ffffff;
  padding: 14px 30px 12px;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  font-size: 14px;
}

.news-details-area .comments-area .comment-respond .form-submit input:hover {
  color: #ffffff;
  background-color: #172541;
}

.news-details-area .comments-area .comment-respond .form-submit input:focus {
  color: #ffffff;
  background-color: #239f30;
}

.news-details-area .widget-area .widget {
  margin-top: 35px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
}

.news-details-area .widget-area .widget .post-wrap {
  padding: 20px;
}

.news-details-area .widget-area .widget:first-child {
  margin-top: 0;
}

.news-details-area .widget-area .widget .widget-title {
  text-transform: capitalize;
  position: relative;
  font-size: 20px;
  margin-bottom: 0;
  background-color: #f7f7f7;
  padding: 10px 20px;
  color: #172541;
  position: relative;
}

.news-details-area .widget-area .widget .widget-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #239f30;
}

.news-details-area .widget-area .widget_search form {
  position: relative;
}

.news-details-area .widget-area .widget_search form label {
  display: block;
  margin-bottom: 0;
}

.news-details-area .widget-area .widget_search form .screen-reader-text {
  display: none;
}

.news-details-area .widget-area .widget_search form .search-field {
  background-color: transparent;
  height: 50px;
  padding: 6px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  display: block;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news-details-area .widget-area .widget_search form .search-field:focus {
  border-color: #239f30;
}

.news-details-area .widget-area .widget_search form button {
  position: absolute;
  right: 0;
  outline: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  border: none;
  color: #ffffff;
  background-color: #239f30;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.news-details-area .widget-area .widget_search form button:hover {
  background-color: #172541;
}

.news-details-area .widget-area .widget-peru-posts-thumb {
  position: relative;
  overflow: hidden;
}

.news-details-area .widget-area .widget-peru-posts-thumb .item {
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #efefef;
}

.news-details-area .widget-area .widget-peru-posts-thumb .item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.news-details-area .widget-area .widget-peru-posts-thumb .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  position: relative;
  width: 80px;
  margin-right: 15px;
}

.news-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
  position: relative;
  background-color: #172541;
}

.news-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg1 {
  background-image: url(../img/news-details/popular-posts-1.png);
}

.news-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg2 {
  background-image: url(../img/news-details/popular-posts-2.png);
}

.news-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg3 {
  background-image: url(../img/news-details/popular-posts-3.png);
}

.news-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg4 {
  background-image: url(../img/news-details/popular-posts-4.png);
}

.news-details-area .widget-area .widget-peru-posts-thumb .item .info {
  overflow: hidden;
}

.news-details-area .widget-area .widget-peru-posts-thumb .item .info span {
  display: block;
  color: #666666;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 500;
}

.news-details-area .widget-area .widget-peru-posts-thumb .item .info .title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 600;
}

.news-details-area .widget-area .widget-peru-posts-thumb .item .info .title a {
  display: inline-block;
  color: #474c40;
}

.news-details-area .widget-area .widget-peru-posts-thumb .item .info .title a:hover {
  color: #239f30;
}

.news-details-area .widget-area .widget_recent_entries ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.news-details-area .widget-area .widget_recent_entries ul li {
  position: relative;
  margin-bottom: 12px;
  color: #666666;
  padding-left: 17px;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 600;
}

.news-details-area .widget-area .widget_recent_entries ul li:last-child {
  margin-bottom: 0;
}

.news-details-area .widget-area .widget_recent_entries ul li::before {
  background: #239f30;
  position: absolute;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 7px;
}

.news-details-area .widget-area .widget_recent_entries ul li .post-date {
  display: block;
  font-size: 13px;
  color: #666666;
  margin-top: 4px;
}

.news-details-area .widget-area .widget_categories ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.news-details-area .widget-area .widget_categories ul li {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #666666;
  padding-left: 17px;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid #efefef;
}

.news-details-area .widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.news-details-area .widget-area .widget_categories ul li::before {
  background: #239f30;
  position: absolute;
  height: 10px;
  width: 10px;
  content: '';
  left: 0;
  top: 8px;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.news-details-area .widget-area .widget_categories ul li a {
  display: block;
  color: #666666;
  font-weight: normal;
  font-size: 14px;
}

.news-details-area .widget-area .widget_categories ul li a span {
  float: right;
  font-size: 13px;
}

.news-details-area .widget-area .widget_categories ul li a:hover {
  color: #239f30;
}

.news-details-area .widget-area .widget_categories ul li .post-count {
  float: right;
}

.news-details-area .widget-area .widget_meta ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.news-details-area .widget-area .widget_meta ul li {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #666666;
  padding-left: 17px;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #efefef;
}

.news-details-area .widget-area .widget_meta ul li a {
  color: #7f838a;
}

.news-details-area .widget-area .widget_meta ul li a:hover {
  color: #239f30;
}

.news-details-area .widget-area .widget_meta ul li:last-child {
  margin-bottom: 0;
}

.news-details-area .widget-area .widget_meta ul li::before {
  background: #239f30;
  position: absolute;
  height: 10px;
  width: 10px;
  content: '';
  left: 0;
  top: 8px;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.news-details-area .widget-area .widget_tag_cloud .widget-title {
  margin-bottom: 0;
}

.news-details-area .widget-area .tagcloud a {
  display: inline-block;
  color: #666666;
  font-weight: normal;
  font-size: 14px !important;
  padding: 7px 10px;
  border: 1px dashed #eeeeee;
  margin-top: 10px;
  margin-right: 10px;
}

.news-details-area .widget-area .tagcloud a:hover {
  background-color: #239f30;
  color: #ffffff;
}

.news-details-area .widget-area .tagcloud a:focus {
  background-color: #239f30;
  color: #ffffff;
  border-color: #239f30;
}

.news-details-area .widget-area .widget_services_list ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
  background-color: #ffffff;
}

.news-details-area .widget-area .widget_services_list ul li a {
  display: block;
  position: relative;
  border-bottom: 1px solid #eeeeee;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 35px;
  color: #5d6576;
  z-index: 1;
  font-weight: 500;
}

.news-details-area .widget-area .widget_services_list ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #252920;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.news-details-area .widget-area .widget_services_list ul li a i {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.news-details-area .widget-area .widget_services_list ul li a:hover {
  background-color: #239f30;
  color: #ffffff;
  padding-left: 20px;
}

.news-details-area .widget-area .widget_services_list ul li a:hover::before {
  opacity: 1;
  visibility: visible;
  width: 5px;
}

.news-details-area .widget-area .widget_services_list ul li a.active {
  background-color: #239f30;
  color: #ffffff;
  padding-left: 20px;
}

.news-details-area .widget-area .widget_services_list ul li a.active::before {
  opacity: 1;
  visibility: visible;
  width: 5px;
}

.news-details-area .widget-area .widget_services_list ul li:last-child a {
  border-bottom: none;
}

.news-details-area .widget-area .widget_download ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
  background-color: #ffffff;
}

.news-details-area .widget-area .widget_download ul li a {
  display: block;
  position: relative;
  border-bottom: 1px solid #eeeeee;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 35px;
  color: #5d6576;
  z-index: 1;
  font-weight: 500;
}

.news-details-area .widget-area .widget_download ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #252920;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.news-details-area .widget-area .widget_download ul li a i {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.news-details-area .widget-area .widget_download ul li a:hover {
  background-color: #239f30;
  color: #ffffff;
  padding-left: 20px;
}

.news-details-area .widget-area .widget_download ul li a:hover::before {
  opacity: 1;
  visibility: visible;
  width: 5px;
}

.news-details-area .widget-area .widget_download ul li a.active {
  background-color: #239f30;
  color: #ffffff;
  padding-left: 20px;
}

.news-details-area .widget-area .widget_download ul li a.active::before {
  opacity: 1;
  visibility: visible;
  width: 5px;
}

.news-details-area .widget-area .widget_download ul li:last-child a {
  border-bottom: none;
}

.news-details-area .widget-area .info time {
  font-size: 13px;
  color: #929292;
  display: block;
  margin-bottom: 4px;
}

/*
Contact Area Style
=====================================================*/
.contact-area {
  margin-top: -30px;
  position: relative;
  z-index: 1;
}

.contact-area .section-title {
  margin-bottom: 30px;
}

.contact-area .section-title h2 {
  font-size: 30px;
}

.contact-area .contact-wrap {
  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;
  text-align: center;
}

.contact-area .contact-wrap .form-group {
  margin-bottom: 30px;
}

.contact-area .contact-wrap .text-danger {
  color: #dc3545 !important;
  margin-top: 30px;
}

.contact-area .contact-wrap .text-success {
  color: #28a745 !important;
}

.contact-area .contact-wrap .list-unstyled {
  text-align: left;
  margin-top: 10px;
  color: #dc3545 !important;
}

.contact-area .quick-contact {
  background-color: #4424a8;
  padding: 30px;
}

.contact-area .quick-contact h3 {
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 20px;
  margin-top: -4px;
}

.contact-area .quick-contact ul li {
  font-size: 18px;
  position: relative;
  color: #ffffff;
  padding-left: 35px;
  font-weight: 600;
  margin-bottom: 15px;
}

.contact-area .quick-contact ul li:last-child {
  margin-bottom: 0;
}

.contact-area .quick-contact ul li i {
  position: absolute;
  left: 0;
  top: -4px;
  font-size: 25px;
}

.contact-area .quick-contact ul li span {
  display: block;
  font-weight: 400;
  font-size: 15px;
}

.contact-area .quick-contact ul li a {
  display: block;
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
}

.map-area #map {
  height: 500px;
}

/*
FAQ Page Area Style
=====================================================*/
.faq-page .faq-accordion {
  right: 0;
}

/*
Testimonials Area Style
=====================================================*/
.testimonials-area-three .single-testimonials.mb-30 {
  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);
}

.pricing-page .tab .pricing-tab-wrap {
  margin-bottom: 60px;
}
/*# sourceMappingURL=style.css.map */



/*
 * Shortcode: styled-icons.less
 * -----------------------------------------------
*/
/* common style */
.styled-icons a {
    color: #333333;
    font-size: 18px;
    height: 32px;
    line-height: 32px;
    width: 32px;
    float: left;
    margin: 5px 7px 5px 0;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .styled-icons a:hover {
        color: #666666;
    }

.styled-icons.icon-gray a {
    background-color: #eeeeee;
    color: #555555;
    display: block;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    width: 36px;
}

    .styled-icons.icon-gray a:hover {
        color: #bbbbbb;
    }

.styled-icons.icon-gray.icon-bordered a {
    background-color: transparent;
    border: 2px solid #eeeeee;
}

    .styled-icons.icon-gray.icon-bordered a:hover {
        border: 2px solid #d5d5d5;
    }

.styled-icons.icon-dark a {
    background-color: #333333;
    color: #eeeeee;
    display: block;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    width: 36px;
}

    .styled-icons.icon-dark a:hover {
        color: #5e5e5e;
    }

.styled-icons.icon-dark.icon-bordered a {
    background-color: transparent;
    border: 2px solid #111111;
    color: #111111;
}

    .styled-icons.icon-dark.icon-bordered a:hover {
        background-color: #111111;
        border-color: #111111;
        color: #fff;
    }

.styled-icons.icon-bordered a {
    border: 1px solid #777777;
}

    .styled-icons.icon-bordered a:hover {
        background-color: #777777;
        color: #fff;
    }

.styled-icons.icon-rounded a {
    border-radius: 3px;
}

.styled-icons.icon-circled a {
    border-radius: 50%;
}

.styled-icons.icon-sm a {
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin: 2px 7px 2px 0;
    width: 30px;
}

.styled-icons.icon-md a {
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    width: 50px;
}

.styled-icons.icon-lg a {
    font-size: 32px;
    height: 60px;
    line-height: 60px;
    width: 60px;
}

.styled-icons.icon-xl a {
    font-size: 60px;
    height: 120px;
    line-height: 120px;
    width: 120px;
}

.styled-icons li {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
}


.line-bottom {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.line-bottom::after {
    bottom: -1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}
.tab-slider .nav.nav-pills a:hover, .tab-slider .nav.nav-pills a.active, .custom-nav-tabs > li > a:hover, .widget .tags a:hover, .progress-item .progress-bar, .small-title .title::after, .title-icon::before, .title-icon::after, .testimonial .item::after, .drop-caps.colored-square p:first-child::first-letter, .drop-caps.colored-rounded p:first-child::first-letter, .list-icon.theme-colored.square li i, .list-icon.theme-colored.rounded li i, .working-process.theme-colored a, .widget.dark .tags a:hover, .blog-posts .post .entry-content .post-date.right, .horizontal-tab-centered .nav-pills > li > a:hover, .horizontal-tab-centered .nav-pills > li.active > a, .horizontal-tab-centered .nav-pills > li.active > a:hover, .horizontal-tab-centered .nav-pills > li.active > a:focus, .owl-theme.dot-theme-colored .owl-controls .owl-dot span, .pagination.theme-colored li.active a, .section-title .both-side-line::after, .section-title .both-side-line::before, .section-title .top-side-line::after, .section-title .left-side-line::before, .section-title .right-side-line::before, .product .tag-sale, .owl-theme .owl-dots .owl-dot.active span, .icon-box:hover .icon, .title-icon::after, .title-icon::before, .line-bottom-double-line::after, .line-bottom-double-line::before, .line-bottom::after, .line-bottom-no-border::after, .line-bottom-centered::after, .line-bottom-centered::before, .title-dots span, .team-block:hover .info-new, .campaign .thumb .overlay-donate-now:hover {
    background: #00788a;
}








.owl-none .owl-nav {
    display: none
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
    margin-top: 20px;
    text-align: center
}

    .owl-theme .owl-nav .disabled {
        opacity: .5;
        cursor: default
    }

.owl-theme .owl-dots {
    text-align: center
}

    .owl-theme .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1
    }

        .owl-theme .owl-dots .owl-dot span {
            width: 10px;
            height: 10px;
            margin: 5px 7px;
            background: #d6d6d6;
            display: block;
            -webkit-backface-visibility: visible;
            -webkit-transition: opacity .2s ease;
            -moz-transition: opacity .2s ease;
            -ms-transition: opacity .2s ease;
            -o-transition: opacity .2s ease;
            transition: opacity .2s ease;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px
        }

        .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
            background: #869791
        }

.owl-theme.dots-style-1 .owl-dots .owl-dot span, .owl-theme.dots-style-2 .owl-dots .owl-dot span {
    background: rgba(0, 0, 0, .2);
    width: 10px;
    height: 10px;
    margin: 5px
}

.owl-theme.dots-style-1 .owl-dots .owl-dot.active span, .owl-theme.dots-style-1 .owl-dots .owl-dot:hover span {
    background: #000
}

.owl-theme.dots-style-3 .owl-dots {
    margin-top: 30px;
    position: unset;
    right: auto;
    text-align: center;
    top: auto;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: auto
}

    .owl-theme.dots-style-3 .owl-dots .owl-dot span {
        height: 8px;
        width: 8px;
        margin: 0
    }

    .owl-theme.dots-style-3 .owl-dots .owl-dot {
        border: 1px solid;
        border-radius: 20px;
        display: inline-block;
        margin: 4px;
        padding: 3px
    }

        .owl-theme.dots-style-3 .owl-dots .owl-dot.active, .owl-theme.dots-style-3 .owl-dots .owl-dot:hover {
            border: 1px solid #ff3b68
        }

            .owl-theme.dots-style-3 .owl-dots .owl-dot.active span, .owl-theme.dots-style-3 .owl-dots .owl-dot:hover span {
                background-color: #ff3b68
            }

.owl-item.dots-style-3 .slide-content-box {
    opacity: 0
}

.owl-item.active.dots-style-3 .slide-content-box {
    opacity: 1;
    transition: all 2s ease 2s;
    -moz-transition: all 2s ease 2s;
    -webkit-transition: all 2s ease 2s;
    -o-transition: all 2s ease 2s
}

.owl-btn-top-c .owl-nav {
    text-align: center
}

.owl-btn-top-l .owl-nav {
    text-align: left
}

    .owl-btn-top-l .owl-nav .owl-prev {
        margin-left: 0
    }

.owl-btn-top-r .owl-nav {
    text-align: right
}

    .owl-btn-top-r .owl-nav .owl-next {
        margin-right: 0
    }

.owl-btn-top-lr .owl-nav {
    text-align: left
}

    .owl-btn-top-lr .owl-nav .owl-next {
        margin-right: 0;
        float: right
    }

.owl-btn-full .owl-next, .owl-btn-full .owl-prev {
    padding: 40px 8px
}

.owl-btn-center-lr .owl-nav {
    margin: 0
}

.owl-btn-center-lr + .owl-theme .owl-nav {
    margin: 0
}

.owl-btn-center-lr .owl-nav .owl-next, .owl-btn-center-lr .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.owl-btn-center-lr .owl-nav .owl-next {
    left: auto;
    right: 0
}

.owl-carousel .owl-item img {
    transform-style: inherit
}

.owl-btn-1 .owl-next, .owl-btn-1 .owl-prev, .owl-btn-2 .owl-next, .owl-btn-2 .owl-prev, .owl-btn-3 .owl-next, .owl-btn-3 .owl-prev {
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
    margin: 0 10px !important;
    padding: 0;
    text-align: center;
    width: 40px
}

.owl-btn-2 .owl-next, .owl-btn-2 .owl-prev, .owl-btn-3 .owl-next, .owl-btn-3 .owl-prev {
    margin: 0 -70px !important
}

.owl-btn-3 .owl-next, .owl-btn-3 .owl-prev {
    background-color: rgba(0, 0, 0, 0);
    color: #000;
    font-size: 35px;
    height: auto;
    width: auto;
    opacity: .2
}

    .owl-btn-3 .owl-next:hover, .owl-btn-3 .owl-prev:hover {
        background-color: rgba(0, 0, 0, 0);
        color: #000;
        opacity: 1
    }

.owl-btn-3.btn-white .owl-next, .owl-btn-3.btn-white .owl-prev {
    color: #fff
}

    .owl-btn-3.btn-white .owl-next:hover, .owl-btn-3.btn-white .owl-prev:hover {
        color: #fff
    }

.owl-btn-4 {
    overflow: hidden
}

    .owl-btn-4 .owl-next, .owl-btn-4 .owl-prev {
        background: #fff none repeat scroll 0 0;
        border-radius: 30px;
        box-shadow: 0 0 20px 7px rgba(0, 0, 0, .5);
        color: #000;
        font-size: 24px;
        height: 50px;
        line-height: 50px;
        margin: 0 -10px !important;
        overflow: hidden;
        padding: 0;
        width: 50px;
        opacity: .7
    }

        .owl-btn-4 .owl-next:hover, .owl-btn-4 .owl-prev:hover {
            background: #fff none repeat scroll 0 0;
            color: #000;
            opacity: 1
        }

#sync2 .owl-item.active.current .item img {
    outline: 5px solid rgba(0, 0, 0, .2);
    outline-offset: -9px
}

.owl-dots-none .owl-dots {
    display: none
}

.owl-dots-black-big.owl-theme .owl-dots .owl-dot span, .owl-dots-black-full.owl-theme .owl-dots .owl-dot span, .owl-dots-primary-big.owl-theme .owl-dots .owl-dot span, .owl-dots-primary-full.owl-theme .owl-dots .owl-dot span, .owl-dots-white-big.owl-theme .owl-dots .owl-dot span, .owl-dots-white-full.owl-theme .owl-dots .owl-dot span {
    opacity: .5;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    margin: 4px
}

.owl-dots-primary-big.owl-theme .owl-dots .owl-dot span, .owl-dots-primary-full.owl-theme .owl-dots .owl-dot span {
    background-color: var(--color-primary)
}

.owl-dots-black-big.owl-theme .owl-dots .owl-dot span, .owl-dots-black-full.owl-theme .owl-dots .owl-dot span {
    background-color: #333
}

.owl-dots-white-big.owl-theme .owl-dots .owl-dot span, .owl-dots-white-full.owl-theme .owl-dots .owl-dot span {
    background-color: #f5f5f5
}

.owl-dots-black-full.owl-theme .owl-dots .owl-dot.active span, .owl-dots-primary-full.owl-theme .owl-dots .owl-dot.active span, .owl-dots-white-full.owl-theme .owl-dots .owl-dot.active span {
    opacity: 1;
    width: 25px
}

.owl-dots-black-big.owl-theme .owl-dots .owl-dot.active span, .owl-dots-primary-big.owl-theme .owl-dots .owl-dot.active span, .owl-dots-white-big.owl-theme .owl-dots .owl-dot.active span {
    width: 14px;
    height: 14px;
    opacity: 1;
    margin: 0 4px 2px 4px
}

@media only screen and (max-width:1200px) {
    .owl-btn-2 .owl-next, .owl-btn-2 .owl-prev, .owl-btn-3 .owl-next, .owl-btn-3 .owl-prev {
        margin: 0 10px !important
    }
}




/*********/

.t-center, .t-center.row, .t-center > .row {
    text-align: center;
    justify-content: center;
}


.t-center a, a:hover, a:focus, button, button:hover, button:focus {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.click-effect {
    overflow: hidden;
    position: relative;
}

.border-gray2, .border-gray2-hover:hover {
    border-color: #e1e1e1 !important;
}

.border-1 {
    border-width: 1px;
}

.sm-py {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.slow {
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    transition: all 0.3s !important;
}

.bt-1, .bb-1, .bl-1, .br-1, .border-1, .border-2, .border-3, .border-4, .border-5 {
    border-style: solid;
}

.c-pointer {
    cursor: pointer;
}

.block, .block-links > a, .all-block-links a {
    display: block;
}

.xxs-mt {
    margin-top: 15px !important;
}

.bold-subtitle {
    font-weight: 700;
    letter-spacing: -0.8px;
}

a, a:hover, a:focus, button, button:hover, button:focus {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .dis-block{display:block}.bg-img-fix{background-size:cover}.bg-secondry{background-color:#152332}.text-gray-dark{color:#9a9a9a}.main-slider .button-lg{padding:15px 30px}.owl-none .owl-nav{display:none}.client-logo ul{margin:0 -10px}.client-logo ul li{display:inline-block;float:left;padding:0 10px;width:33.33%;margin-bottom:20px}.client-logo img{width:100%}.dlab-bnr-inr .dz_error-404-area{height:100vh}.table-responsive{overflow-x:unset}@media only screen and (max-width:1280px){.blog-info li{font-size:13px}.table-responsive{overflow-x:auto}}@media only screen and (max-width:767px){.dlab-tabs.vertical .tab-pane{padding:0}.footer-bottom .text-left,.footer-bottom .text-right{text-align:center}}.skew-content-box ul li a{color:#fff;font-size:14px;width:auto;padding:0 10px;line-height:24px}.skew-content-box{display:inline;left:-1px;padding:5px 20px;position:absolute;top:-15px;width:auto}.skew-content-box:after{background-color:inherit;content:"";height:100%;position:absolute;right:-10px;top:0;transform:skewX(20deg);-moz-transform:skewX(20deg);-webkit-transform:skewX(20deg);-o-transform:skewX(20deg);width:20px;z-index:1}@media only screen and (max-width:767px){.main-slider .button-lg{font-size:14px;padding:8px 10px}}footer .footer-bottom .fa-heart{animation:2.5s ease 0s normal none infinite running animateHeart;font-size:16px}@keyframes animateHeart{0%{transform:scale(1)}5%{transform:scale(1.2)}10%{transform:scale(1.1)}15%{transform:scale(1.25)}50%{transform:scale(1)}100%{transform:scale(1)}}.overlay-primary-dark:after,.overlay-primary-light:after,.overlay-primary-middle:after{background:var(--color-primary);background:-moz-linear-gradient(45deg,var(--color-primary) 8%,var(--color-hover) 100%);background:-Winkit-linear-gradient(45deg,var(--color-primary) 8%,var(--color-hover) 100%);background:linear-gradient(45deg,var(--color-primary) 8%,var(--color-hover) 100%)}.h4,.h5,.h6,h4,h5,h6{font-weight:600}.box-sort{background-color:#fff;border:1px solid #ebedf2;border-radius:4px}.box-sort .box-sort-in{border-top:1px solid #ebedf2}.dis-tbl{display:table}.dis-tbl-cell{display:table-cell;vertical-align:middle}.widget.bg-white{border:1px solid #ebedf2}.dlab-social-icon.dlab-social-icon-lg li a{color:#fff;font-size:14px;height:35px;line-height:34px;padding:0;width:35px}.dlab-social-icon-lg.dlab-social-icon li{display:inline-block;font-size:12px;padding:0}.dlab-social-icon-lg.dlab-social-icon.border li a{border:1px solid rgba(255,255,255,.05)}.contact-style-1 input{height:50px}.contact-style-1 .site-button{height:50px;width:100%}.contact-style-1 .form-control{padding:10px 20px;border-radius:4px}.contact-style-1 .form-control:focus,.contact-style-1 .form-control:hover{border-color:silver}.contact-style-1 h2{margin-top:0}.contact-style-1 .border-1{border:1px solid #eee}.contact-style-1 .dlab-social-icon-lg{border-top:1px solid #eee;padding-top:20px;text-align:left;width:100%;margin:0}.contact-style-1 .dlab-social-icon-lg a{text-align:center}.contact-style-1 .dlab-social-icon-lg li a:hover{background:#fff;color:#000;border:1px solid #eee}.contact-style-1 .form-group{margin-bottom:25px}.counter{position:relative}.about-progress-box .about-progress-bar{height:5px;border-radius:5px;width:100%;overflow:hidden}.about-progress-box .about-progress{height:5px;border-radius:5px}.about-progress-box{margin-bottom:30px}.faq-1 .panel{margin-bottom:20px;transition:all .5s}.faq-1 .acod-title a{padding:20px 40px 20px 20px;color:#000}.faq-1 .panel:hover{box-shadow:0 0 15px 1px rgba(0,0,0,.1);transition:all .5s}.faq-1 .acod-head a::after{top:50%;transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);right:20px}.faq-video{position:relative}.faq-video .play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);font-size:65px}.title-box{font-weight:500}.faq-2 .panel .acod-body,.faq-2 .panel .acod-head a{border-width:1px 0}.faq-2 .panel .acod-head a{padding:20px 40px 20px 0;color:#000}.faq-2 .panel .acod-content{margin:20px 0}.about-8-service .icon-bx-wraper{border:1px solid rgba(255,255,255,.1);background-color:rgba(255,255,255,.05);border-radius:8px}.choses-info{border-top:1px solid rgba(255,255,255,.1);position:relative;z-index:1;text-align:center}.choses-info-content [class*=col-]{border-right:1px solid rgba(255,255,255,.1)}.choses-info-content [class*=col-]:last-child{border-right:0}.inquiry-form .form-control{border-width:0 0 1px;font-size:16px}.inquiry-form .input-group-addon{border-width:0 0 1px;font-size:18px;padding:9px 0 3px;vertical-align:top;border-bottom:1px solid #e1e6eb}.inquiry-form{box-shadow:5px 5px 20px 0 rgba(0,0,0,.05);border-radius:0;margin-top:0;height:100%;background:#fff;padding:30px;border-radius:4px}.icon-bx-wraper.expertise{border:2px solid rgba(0,0,0,.1);border-radius:4px;background-color:rgba(0,0,0,.01)}.inquiry-form.box-shadow{box-shadow:0 0 30px 0 rgba(0,0,0,.3)}.contact-page-9 .icon-bx-wraper{background-color:rgba(255,255,255,.05);border:1px solid #505050}.inquiry-form.contact-project{margin-top:-50px}.chosesus-content .list-checked li{margin-bottom:10px}.contact-full .dlab-bnr-inr{padding-bottom:0}.inquiry-form.inner{padding:20px}.dz_error-404 .dz_error{border-radius:50%;font-size:70px;font-weight:700;height:200px;line-height:200px;margin:20px 0;text-align:center;width:200px}.dz_error-405 .dz_error{color:#dfdfdf;font-family:poppins;font-size:200px;font-weight:700;line-height:200px}.dz_error-404 .error-head{font-weight:600;letter-spacing:1px;margin-bottom:10px}.dz_error-405 .error-head{font-size:50px;font-weight:700}.dz_error-405 .error-content{font-size:21px;font-weight:500}@media only screen and (max-width:1024px){.inquiry-form{padding:30px}.dz_error-405 .dz_error{font-size:150px;line-height:150px}.title-box span{display:none}}@media only screen and (max-width:767px){.testimonials .testimonial-content{padding-left:0}.choses-info-content h4{font-size:14px;margin-bottom:0}.choses-info-content h2{font-size:28px;line-height:35px;margin-bottom:0}.inquiry-form.contact-project{margin-top:0}.inquiry-form{padding:20px}.choses-info-content>div{padding:20px 15px}.portfolio .filters .btn a{clear:both;display:table-cell;padding:5px 20px;text-align:center}.dz_error-404 .dz_error{font-size:35px;height:100px;line-height:100px;margin:auto;width:100px}.dz_error-404 .error-head{font-size:24px;margin-bottom:5px}.dz_error-405 .dz_error{font-size:120px;line-height:120px}.dz_error-405 .error-head{font-size:35px;margin:10px 0}.dz_error-405 .dlab-divider{margin:15px 0}.dz_error-405 .col-lg-5.m-tb30{margin-bottom:0}.dz_error-404 [class*=col-].m-tb30{margin-top:0;margin-bottom:20px}}@media only screen and (max-width:360px){.dz_error-404 p{font-size:14px;margin-bottom:15px}.dz_error-404 .error-head{font-size:22px;margin-bottom:10px;line-height:32px}.dz_error-405 .col-lg-5.m-tb30{margin-top:0}}.portfolio .site-filters{margin-bottom:30px}.portfolio .dlab-gallery-box{margin-bottom:0;padding:7px}.portfolio .btn{font-size:12px}.portfolio .dlab-box:hover .dlab-img-overlay1::before,.portfolio .dlab-img-overlay1:hover::before{opacity:.8}.portfolio p{margin:0}.portfolio p small{opacity:.7}.portfolio .dlab-box:hover .overlay-icon,.portfolio .ow-portfolio:hover .overlay-icon{margin-top:0;transition:all .2s;opacity:1}.portfolio .dlab-box .overlay-icon,.portfolio .ow-portfolio .overlay-icon{margin-top:15px;transition:all .2s;opacity:0}.portfolio .icon-bx-xs{border-radius:50%}.portfolio .icon-bx-xs{width:46px;height:46px;line-height:46px}.portfolio-ic a{color:#000}.portfolio-ic .dez-info a:hover{color:#24c4dd}.portfolio-ic a:hover{color:#fff}.portfolio-ic a:hover i{background:0 0;border:2px solid #fff}.portfolio-ic .overlay-icon a{margin:0 7px}.portfolio .owl-next,.portfolio .owl-next:hover,.portfolio .owl-prev,.portfolio .owl-prev:hover{background-color:#fff;color:#000;padding:17px 17px}.img-content-style-2 .link-list,.img-hvr-content-style-1 .link-list,.img-hvr-content-style-3 .link-list,.img-hvr-content-style-4 .link-list{position:absolute;bottom:20px;right:20px;text-align:right;margin:0}.img-hvr-content-style-2 .link-list{right:20px;top:20px;position:absolute}.img-hvr-content-style-2 .dlab-info-has-text,.img-hvr-content-style-4 .dlab-info-has-text{position:absolute;bottom:20px;left:20px;text-align:left}.dlab-divider.margin-0{margin-top:0;margin-bottom:0}.img-hvr-content-style-3 .dlab-info-has-text{position:absolute;top:20px;left:20px;text-align:left}.no-hover .overlay-bx{opacity:1;visibility:visible}.no-hover[class*=dlab-img-overlay]:after,.no-hover[class*=dlab-img-overlay]:before{opacity:.5}.img-content-style-1 .overlay-icon .link-list a i{background-color:rgba(0,0,0,0)}.img-content-style-3 .link-list{list-style:none;position:absolute;top:20px;right:20px}.content-box-style .dlab-img-overlay12:before{opacity:.2}.content-box-style.style1 .box-visible{transform:scale(0);-o-transform:scale(0);-moz-transform:scale(0);-webkit-transform:scale(0);visibility:hidden;transition:all .5s;-moz-transition:all .5s;-webkit-transition:all .5s}.content-box-style.style1:hover .box-visible{transform:scale(1);-o-transform:scale(1);-moz-transform:scale(1);-webkit-transform:scale(1);visibility:visible}#masonry{width:100%}.subscribe-form .form-control:focus{border-color:rgba(255,255,255,.8);background-color:rgba(0,0,0,0)}.footer-info-bar .icon-bx-wraper.bx-style-1{background:#fff}.footer-info-bar .icon-bx-wraper.bx-style-1 .dlab-tilte,.footer-info-bar .icon-bx-wraper.bx-style-1 .icon-sm,.footer-info-bar .icon-bx-wraper.bx-style-1 p{color:#000}@media only screen and (max-width:1024px){.footer-info-bar .icon-content p{font-size:12px}.footer-info-bar [class*=col-]{padding-left:5px;padding-right:5px}.footer-info-bar .icon-bx-wraper{padding:20px}}@media only screen and (max-width:600px){.footer-info-bar [class*=col-]{padding-left:15px;padding-right:15px}}.mfp-bg{z-index:9999999}.mfp-wrap{z-index:9999999}.lg-actions .lg-next,.lg-actions .lg-prev,.lg-sub-html,.lg-toolbar{background-color:var(--color-primary)}.lg-outer .lg-img-wrap,.lg-outer .lg-item,.lg-outer .lg-thumb-outer,.lg-outer .lg-toogle-thumb{background-color:var(--color-secondry)}#lg-counter,.lg-actions .lg-next,.lg-actions .lg-prev,.lg-outer .lg-toogle-thumb,.lg-toolbar .lg-icon{color:#fff}.check-km{cursor:pointer}.features-box .dlab-info .dlab-title{font-size:20px;line-height:30px;margin-bottom:10px}.features-box .dlab-info .dlab-title a{color:var(--color-primary)}.features-box .dlab-info p{margin-bottom:15px}.features-info .title{font-size:30px;font-weight:600;text-transform:capitalize;line-height:40px;padding-right:30px;margin-bottom:30px}.service-info{max-width:780px;margin:auto}.service-info .title{font-size:36px;font-weight:600;line-height:50px}.service-info p{font-size:16px;line-height:30px;margin-bottom:0}.call-action{padding:50px 0}.call-action .title{font-weight:600;font-size:30px;margin-bottom:5px}.call-action.style1{padding:30px 0}.call-action.style1 .title{font-size:24px}.about-service2{padding-top:150px;padding-bottom:150px}.home-slider.style1 .title{font-size:36px;font-weight:600;letter-spacing:2px;line-height:50px;max-width:600px;margin:0 auto 15px}.home-slider.style1 p{font-size:16px;max-width:700px;margin:0 auto 20px}.home-slider.style2 .title{font-size:45px;letter-spacing:1px;line-height:56px;max-width:700px;margin:0 auto 20px}.service-box.style1{background-color:#fff;padding:40px 35px;box-shadow:0 20px 30px rgba(0,0,0,.05);text-align:center;position:relative;margin:10px 0 40px}.service-box.style1 .title{font-size:22px;line-height:30px;margin-bottom:0;font-weight:600}.service-box.style1:hover:after{width:100%;transform-origin:right;-moz-transform-origin:right;-webkit-transform-origin:right;-ms-transform-origin:right;-o-transform-origin:right;right:auto;left:0}.service-box.style1:after{content:"";height:5px;background:var(--color-primary);width:0;position:absolute;bottom:0;right:-1px;transition:all .8s;-moz-transition:all .8s;-webkit-transition:all .8s;-ms-transition:all .8s;-o-transition:all .8s}.service-box.style2{padding:60px;align-self:center;align-items:center;flex-wrap:wrap;display:flex;height:100%}.service-box.style2 .title span{font-weight:400}.service-box.style2 .title{font-size:45px;line-height:55px;font-weight:700}.service-box.style2 p{font-size:16px}.about-industry .img-cover{min-height:500px}.service-box.style3 .icon-bx-wraper{padding:50px 30px;background:#fff;margin-bottom:30px;box-shadow:5px 5px 20px 0 rgba(0,0,0,.05);z-index:1}.service-box.style3 .icon-bx-wraper:before{content:attr(data-name);position:absolute;font-size:100px;right:30px;top:30px;line-height:80px;font-weight:700;color:#000;opacity:.05;transition:all .5s;-moz-transition:all .5s;-webkit-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s}.service-box.style3 .icon-lg i{font-size:70px;line-height:70px;color:var(--color-primary);transition:all .5s;-moz-transition:all .5s;-webkit-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s}.service-box.style3 .dlab-tilte{font-size:20px;font-weight:600;color:#000;margin-bottom:15px;line-height:30px}.service-box.style3 .icon-lg{margin-bottom:25px}.service-box.style3 .icon-bx-wraper:after{content:"";height:100%;width:0;background-color:var(--color-primary);position:absolute;bottom:0;right:0;z-index:-1;transform-origin:left;-moz-transform-origin:left;-ms-transform-origin:left;-webkit-transform-origin:left;-o-transform-origin:left;transition:all .8s;-moz-transition:all .8s;-webkit-transition:all .8s;-ms-transition:all .8s;-o-transition:all .8s}.service-box.style3 .icon-bx-wraper:hover,.service-box.style3 .icon-bx-wraper:hover .dlab-tilte,.service-box.style3 .icon-bx-wraper:hover .icon-lg i,.service-box.style3 .icon-bx-wraper:hover:before{color:#fff}.service-box.style3 .icon-bx-wraper:hover:before{opacity:.2}.service-box.style3 .icon-bx-wraper:hover:after{width:100%;left:0;right:auto;transform-origin:right;-moz-transform-origin:right;-ms-transform-origin:right;-webkit-transform-origin:right;-o-transform-origin:right}.widget-blog .dlab-post-header .post-title{font-size:18px;font-weight:600;line-height:26px}.widget-blog .widget-post{border-bottom:1px solid #e9e9e9;padding:0 0 20px;margin-bottom:20px}.widget-post .dlab-post-media{width:125px}.date-style-2 .dlab-info{position:unset}.date-style-2 .post-date{top:20px;border-radius:5px;width:65px;font-family:Poppins,sans-serif}.date-style-2 .post-date>strong:after{content:unset}.date-style-2 .post-date strong{font-size:16px;padding:5px 5px 0}.date-style-2 .post-date span{padding:0 5px 8px;text-transform:capitalize}.video-bx.style1{position:relative}.video-bx.style1 .play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.video-bx .play-btn{font-size:70px}.project-box.style1{position:relative}.project-box.style1 .project-info{position:absolute;left:0;bottom:0;padding:25px}.project-box.style1 .project-info .dlab-tilte{margin-bottom:0}.project-box.style1 .project-info .dlab-tilte a,.project-box.style1 .project-info-hover .dlab-tilte a{color:#fff}.project-box.style1 .project-info-hover{position:absolute;top:0;left:0;bottom:0;right:0;background-color:var(--color-primary);padding:30px;color:#fff;opacity:0;transition:all .5s}.project-box.style1:hover .project-info-hover{opacity:1;transition:all .5s}.project-box.style1 .project-info-hover .dlab-tilte{font-size:22px;line-height:30px;margin:15px 0}.blog-post-content{margin:0}.blog-post-content [class*=col-]{padding:0}.blog-post-content .blog-post .dlab-info{border:1px solid rgba(0,0,0,.1);border-width:1px 0 1px 1px;padding:35px;transition:all .5s}.blog-post-content [class*=col-]:last-child .blog-post .dlab-info{border-right:1px solid rgba(0,0,0,.1)}.blog-post-content .blog-post:hover .dlab-info{background-color:#edf5f8;transition:all .5s}.blog-post-content .blog-post .dlab-post-text p{font-size:15px;line-height:26px}.blog-post-content .blog-post .dlab-post-text{margin-bottom:20px;margin-top:15px}.blog-post-content .blog-post .dlab-post-meta{margin-bottom:15px}.about-history .title{font-size:30px;font-weight:700;margin-bottom:15px}.about-history{padding-right:50px}.about-history p{font-size:15px;line-height:26px}.about-history-carousel,.history-box{position:relative}.history-box .dlab-media{width:65%}.history-box .history-info .title{font-size:24px;color:#fff;margin-bottom:20px}.history-box .history-info{background-color:var(--color-primary);padding:40px;color:#fff;width:55%;position:absolute;right:0;bottom:0}.history-box .history-info p{margin-bottom:0;font-size:15px;line-height:26px}.about-history-carousel .owl-nav{position:absolute;right:0;top:0}.counter-fly-box{margin:-100px 0 10px;z-index:99;position:relative;background-color:#fff;padding:30px 30px 10px}.about-bx-2 .ext{text-decoration:underline;font-weight:500;font-size:24px;color:var(--color-primary)}.about-bx-2 .title{font-size:38px;line-height:50px}.counter-style-5{padding:50px 20px;border-radius:10px;border:1px solid rgba(255,255,255,.2);position:relative;overflow:hidden;transition:all .8s;-moz-transition:all .8s;-webkit-transition:all .8s;-ms-transition:all .8s;-o-transition:all .8s;z-index:1}.counter-style-5 .counter{font-size:60px;line-height:60px;font-weight:600;letter-spacing:3px;margin-bottom:10px}.counter-style-5 p{font-size:18px;text-transform:uppercase;font-weight:500}.counter-style-5:hover{transform:translateY(-15px);-moz-transform:translateY(-15px);-webkit-transform:translateY(-15px);-ms-transform:translateY(-15px);-o-transform:translateY(-15px);border-color:var(--color-primary)}.counter-style-5:after{content:"";height:0;width:100%;background-color:var(--color-primary);position:absolute;top:0;right:0;z-index:-1;transform-origin:top;-moz-transform-origin:top;-ms-transform-origin:top;-webkit-transform-origin:top;-o-transform-origin:top;transition:all .8s;-moz-transition:all .8s;-webkit-transition:all .8s;-ms-transition:all .8s;-o-transition:all .8s}.counter-style-5:hover .dlab-separator{background:#fff!important}.counter-style-5:hover:after{height:100%;top:auto;bottom:0;transform-origin:bottom;-moz-transform-origin:bottom;-ms-transform-origin:bottom;-webkit-transform-origin:bottom;-o-transform-origin:bottom}.counter-staus-box .section-head .title{font-size:40px;line-height:55px;font-weight:700;color:#fff}.counter-staus-box .play-btn{font-size:18px;line-height:70px;text-transform:uppercase;font-weight:600;margin-bottom:40px;color:#fff;display:inline-block;margin-top:30px}.counter-staus-box .play-btn span{width:70px;height:70px;line-height:70px;text-align:center;background-color:var(--color-primary);display:inline-block;border-radius:70px;color:#fff;font-size:22px;margin-right:15px;position:relative}.dlab-team1{position:relative;overflow:hidden;border-radius:4px;box-shadow:5px 5px 30px 0 rgba(0,0,0,.1);transition:all .5s}.dlab-team1 .dlab-info{position:absolute;bottom:-55px;background:#fff;width:100%;padding:20px 30px;text-align:center;transition:all .8s;-moz-transition:all .8s;-webkit-transition:all .8s;-ms-transition:all .8s;-o-transition:all .8s}.dlab-team1 .dlab-position{display:block;text-transform:uppercase;font-weight:600;font-size:14px;letter-spacing:1px;color:var(--color-primary)}.dlab-team1 .dlab-social-icon{display:block;margin-top:20px}.dlab-team1 .dlab-title{font-size:20px;margin-top:0;margin-bottom:10px;font-weight:600}.dlab-team1 .dlab-info:after{content:"";width:15px;height:15px;background:#fff;position:absolute;top:-7px;left:50%;transform:translateX(-50%) rotate(45deg);-moz-transform:translateX(-50%) rotate(45deg);-webkit-transform:translateX(-50%) rotate(45deg);-ms-transform:translateX(-50%) rotate(45deg);-o-transform:translateX(-50%) rotate(45deg)}.dlab-team1:hover .dlab-info{bottom:0;background:var(--color-primary);transition:all .8s;-moz-transition:all .8s;-webkit-transition:all .8s;-ms-transition:all .8s;-o-transition:all .8s}.dlab-team1:hover .dlab-position{color:#fff;opacity:.6}.dlab-team1:hover .dlab-title a{color:#fff}.dlab-team1:hover .dlab-social-icon li a{color:#fff;border:1px solid rgba(255,255,255,.2)}.dlab-team1 .dlab-social-icon li a{width:32px;height:32px;border:1px solid rgba(0,0,0,.2);border-radius:4px;font-size:16px;line-height:30px;padding:0}.dlab-team1:hover .dlab-info:after{background:var(--color-primary)}.testimonial-1 .testimonial-text p{font-size:20px;line-height:40px;color:#737984}.testimonial-1 .testimonial-name{font-size:20px;color:#fff;line-height:35px;margin-bottom:5px}.testimonial-1 .testimonial-text{max-width:980px;margin:auto}.quote-icon{max-width:100px;margin-left:auto;margin-right:auto}.blog-post.post-style-1{background:#fff;border-radius:4px;overflow:hidden;box-shadow:0 0 20px 0 rgba(0,0,0,.1)}.blog-post.post-style-1 .dlab-post-meta li:after{content:none}.blog-post.post-style-1 .dlab-post-meta{border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:12px;position:relative}.blog-post.post-style-1 .dlab-post-meta:after{content:"";width:50px;height:2px;background:var(--color-primary);position:absolute;bottom:-1px;left:0}.blog-post.post-style-1 .dlab-post-info{padding:30px}.blog-post.post-style-1 .dlab-post-text{margin-bottom:0}.blog-post.post-style-1 .post-title{margin-top:20px;margin-bottom:5px;font-weight:600;line-height:34px;font-size:20px}.blog-post.post-style-1 .dlab-post-readmore{margin-top:15px;margin-bottom:0}.blog-post.post-style-1 .dlab-post-meta li:last-child:after{content:""}.blog-post.post-style-1 .dlab-post-meta li:after{content:"|";display:inline-block;font-weight:400;margin-left:5px;opacity:.5}.post-style-2 .dlab-post-info{margin-top:20px}.post-style-2 .dlab-post-title .post-title{margin-top:0;margin-bottom:15px;font-weight:500}.post-style-2 .dlab-post-meta{margin-bottom:10px}.contact-no-area .title{margin-top:0;font-size:60px;color:#fff;font-weight:500;line-height:80px;margin-bottom:40px}.contact-no p{margin-bottom:0;font-size:14px;opacity:.8}.contact-no .no{font-size:35px;line-height:45px;margin-bottom:0;color:#fff;font-weight:500;margin-top:0}.contact-no{color:#fff;display:flex;align-items:center}.contact-no .contact-right .site-button{padding:15px 30px}.contact-no .contact-right{padding-left:40px}.contact-no .contact-left{padding-right:40px;border-right:3px solid}.counter-box h2{font-size:45px;padding:30px 15px}.contact-img-bx img{width:100%;position:absolute;right:0;bottom:-80px}.service-media-bx{padding:25px;background-color:#fff;border-radius:4px;box-shadow:6px 6px 35px 0 rgba(0,0,0,.05);transition:all .8s;-moz-transition:all .8s;-webkit-transition:all .8s;-ms-transition:all .8s;-o-transition:all .8s}.service-media-bx:hover{transform:translateY(-15px);-moz-transform:translateY(-15px);-webkit-transform:translateY(-15px);-ms-transform:translateY(-15px);-o-transform:translateY(-15px)}.service-media-bx:after{content:"";height:4px;width:0;background-color:var(--color-primary);position:absolute;bottom:0;right:0;z-index:1;transform-origin:left;-moz-transform-origin:left;-ms-transform-origin:left;-webkit-transform-origin:left;-o-transform-origin:left;transition:all .8s;-moz-transition:all .8s;-webkit-transition:all .8s;-ms-transition:all .8s;-o-transition:all .8s}.service-media-bx:hover:after{width:100%;left:0;right:auto;transform-origin:right;-moz-transform-origin:right;-ms-transform-origin:right;-webkit-transform-origin:right;-o-transform-origin:right}.service-media-bx .dlab-title a{color:#000}.service-media-bx p{color:#8e8e99;line-height:30px;margin-bottom:15px}.service-media-bx .dlab-title{font-weight:600;margin-top:0;margin-bottom:10px;font-size:20px;line-height:34px}.service-media-bx .dlab-info{padding:35px 0 20px 0}.service-media-bx .site-button{text-transform:uppercase;font-weight:600;padding:12px 30px}.about-ser-carousel.owl-carousel .owl-stage-outer{overflow:inherit}.about-ser-carousel.owl-carousel .owl-stage-outer .owl-item{opacity:.2}.about-ser-carousel.owl-carousel .owl-stage-outer .owl-item.active{opacity:1}.ft-contact{background:var(--color-primary);border-radius:10px;display:flex}.ft-contact .ft-contact-bx{flex:0 0 33.33%;max-width:33.33%;position:relative;padding:25px 40px 25px 120px;z-index:1}.ft-contact .ft-contact-bx .title{margin:0 0 10px 0;font-size:22px;font-weight:500;color:#fff}.ft-contact .ft-contact-bx:last-child:after{content:none}.ft-contact .ft-contact-bx:after{content:"";height:100%;width:50px;position:absolute;right:-15px;top:0;z-index:-1;background-image:url(../images/icon/right.png);background-size:contain;background-position:right;background-repeat:no-repeat;opacity:.5}.ft-contact .ft-contact-bx p{color:#fff;line-height:28px;margin-bottom:0;font-size:16px}.ft-contact .ft-contact-bx img{width:55px;height:55px;position:absolute;left:45px;top:36px;transition:all .8s;-moz-transition:all .8s;-webkit-transition:all .8s;-ms-transition:all .8s;-o-transition:all .8s}.ft-contact .ft-contact-bx:hover img{transform:scale(1.2)}.site-footer.style1 .dlab-newsletter:after{content:"";background:#191f23;position:absolute;z-index:-1;width:100%;height:70px;left:0;bottom:0}.site-footer.style1 .dlab-newsletter{overflow-x:hidden;background-color:#fff;position:relative;z-index:1}.site-footer.style1 .footer-top{background:#191f23;background-size:cover;background-position:center;padding:70px 0 30px 0}.site-footer.style1 .footer-line{position:relative}.site-footer.style1 .footer-bottom{background-color:#191f23;font-size:14px;border-top:1px solid #303639;padding:0}.site-footer.style1 .footer-bottom ul{margin:0}.site-footer.style1 .footer-bottom a{padding:0 4px;color:#999}.site-footer.style1 .footer-title{margin:0;font-size:24px;font-weight:500;padding-bottom:20px;margin-bottom:30px;position:relative;color:#fff}.site-footer.style1 .footer-title:after{content:"";background:var(--color-primary);width:40px;height:2px;position:absolute;bottom:0;left:0}.site-footer.style1 .widget_about p{margin-bottom:20px}.site-footer.style1 .widget_about a{text-decoration:underline;font-size:16px;font-weight:500;letter-spacing:1px}.site-footer.style1 .list-2 li{width:50%;float:left;padding:0 0 12px 0;font-size:16px}.site-footer.style1 .list-2 li:before{content:none}.site-footer.style1 .list-2 li a{text-decoration:underline}.site-footer.style1 .widget_subscribe p{margin-bottom:20px;font-size:16px;line-height:28px}.site-footer.style1 .widget.widget_about p{font-size:16px;line-height:28px}.site-footer.style1 .widget_subscribe .input-group .form-control{height:60px;border-radius:4px 0 0 4px;border:0;padding:10px 30px}.site-footer.style1 .widget_subscribe .input-group .input-group-addon .site-button{height:60px;border-radius:0 4px 4px 0;font-size:18px;padding:15px 25px}.site-footer.style1 .widget_subscribe .input-group .input-group-addon{padding:0;border:0;background:0 0}.site-footer.style1 .footer-bottom-in{display:flex;justify-content:space-between}.site-footer.style1 .footer-bottom-in .footer-bottom-logo a img{height:50px}.site-footer.style1 .footer-bottom-in .footer-bottom-logo a{display:inline-block;background:#d9d9d9;padding:10px 20px}.site-footer.style1 .footer-bottom-in .dlab-social-icon li:first-child a{border-left:1px solid #303639}.site-footer.style1 .footer-bottom-in .dlab-social-icon li a{padding:0;width:60px;height:70px;font-size:20px;color:#3b4044;border-right:1px solid #303639;line-height:70px}.portfolio .check-km i{background-color:#fff;color:#000;cursor:pointer}.portfolio .check-km:hover i{background:0 0;border:2px solid #fff;color:#fff}.video-play-icon a{width:80px;height:80px;border-radius:80px;text-align:center;line-height:80px;color:#fff;box-shadow:0 0 0 10px rgba(238,49,49,.2);display:block;font-size:28px;margin:auto;transition:all .5s;-moz-transition:all .5s;-webkit-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s}.video-bx{position:relative;z-index:1;border-radius:6px;overflow:hidden}.video-bx .video-play-icon{position:absolute;z-index:2;top:50%;left:50%;transform:translate(-50% ,-50%);-moz-transform:translate(-50% ,-50%);-webkit-transform:translate(-50% ,-50%);-ms-transform:translate(-50% ,-50%);-o-transform:translate(-50% ,-50%)}.video-section{background-repeat:no-repeat;background-position:right bottom}.blog-post.blog-single .dlab-post-meta{margin-bottom:0}.blog-post.blog-single .dlab-post-title .post-title{margin-top:10px;margin-bottom:10px}ol.comment-list li.comment p{line-height:24px;font-size:14px}ol.comment-list li.comment .comment-meta{text-transform:capitalize;font-size:14px;line-height:20px}ol.comment-list li.comment .comment-meta a{margin-left:5px}ol.comment-list li.comment .comment-author .fn{color:#000;font-size:18px;text-transform:capitalize;font-weight:600}ol.comment-list li.comment .comment-author{margin-bottom:5px}ol.comment-list li.comment .reply a{font-size:14px;font-weight:600}.comments-area .comment-form p input[type=submit]{cursor:pointer}ol.commentlist li .meta strong{font-size:16px;font-weight:600;color:#000;margin-right:5px}ol.commentlist li .description p{font-size:14px;line-height:24px}ol.commentlist li .meta span{color:#000;font-size:14px}.shop-service-info p{font-size:14px;line-height:24px}.dlab-info-has.no-hover .dlab-post-meta{margin-bottom:0}.dlab-info-has.no-hover .dlab-post-title .post-title{margin-top:0}.ow-entry-title{font-size:18px;text-transform:capitalize}.ow-carousel-entry .ow-entry-text p{font-size:14px;line-height:24px}.box-about-list .icon-bx-wraper{border-radius:8px;border:1px solid rgba(0,0,0,.2);padding:30px 30px;background:rgba(0,0,0,.2);transition:all .5s;-moz-transition:all .5s;-webkit-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s}.box-about-list .img-cover{height:100%}.box-about-list .icon-bx-wraper p{opacity:.8;font-size:15px;line-height:26px}.box-about-list .icon-bx-wraper .dlab-tilte{color:#fff;font-weight:500;text-decoration:underline}.box-about-list .icon-bx-wraper:hover{background-color:#fff;border:1px solid rgba(255,255,255,.2)}.box-about-list .icon-bx-wraper:hover .dlab-tilte,.box-about-list .icon-bx-wraper:hover .text-white,.box-about-list .icon-bx-wraper:hover p{color:#000!important}.ext-sidebar-menu ul.menu li a{background:#fff;display:block;border-radius:4px;padding:15px 25px;margin-bottom:10px;color:#000;font-weight:600;border:1px solid rgba(0,0,0,.1);box-shadow:5px 12px 20px 0 rgba(0,0,0,.05);transition:all .5s;-moz-transition:all .5s;-webkit-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s}.ext-sidebar-menu ul.menu li{display:block;padding:0!important;border:0}.ext-sidebar-menu ul.menu li:before{content:none}.ext-sidebar-menu ul.menu li.active a,.ext-sidebar-menu ul.menu li:hover a,.ext-sidebar-menu.sidebar-widget ul.menu li.current-menu-item a,.ext-sidebar-menu.sidebar-widget ul.menu li:hover a{background:var(--color-primary);color:#fff}.download-file{background:var(--color-primary);color:#fff;padding:25px 25px 20px 20px;border-radius:4px}.download-file ul li a{background:#000;color:#fff;display:block;margin-bottom:10px;border-radius:4px;width:100%;padding:15px;text-transform:uppercase;font-size:14px;font-weight:600;text-align:center}.download-file ul li a .text{display:inline;position:relative;margin-right:3px}.download-file .title{color:#fff;margin-top:0;margin-bottom:20px;text-align:center;font-size:20px;font-weight:600}.widget_getintuch-pro-details .pro-details strong{font-weight:600;color:#000;font-size:15px}.widget_getintuch-pro-details{background-color:#f5f5f5;padding:30px 30px 0}.widget_getintuch-pro-details .pro-details{padding-left:55px;margin-bottom:30px;font-weight:600;position:relative;color:#000;font-size:15px}.widget_getintuch-pro-details .pro-details i{background-color:var(--color-primary);height:40px;width:40px;color:#fff;border-radius:50px;line-height:40px;font-size:16px;top:0}.gallery-filters .check-km i{font-size:20px;color:#fff}.overlay-icon .check-km i.icon-bx-xs{background-color:#fff;color:var(--color-hover)}.testimonial-1 .testimonial-name{color:#737984!important}.testimonial-1.text-white .testimonial-name,.testimonial-1.text-white .testimonial-text p{color:rgba(255,255,255,.8)!important}.dlab-box ul li .check-km i{color:var(--color-primary)}.code-box{box-shadow:none;margin:0 0 25px;padding:20px;color:#fff;background-color:#191f23;white-space:pre;text-shadow:0 1px 0 #000;border-radius:5px;border-bottom:1px solid #555;max-height:700px}.code-box.active{user-select:all}.footer-box,.header-box{border:1px solid rgba(0,0,0,.05);border-radius:8px;padding:20px 40px 0 40px;margin-bottom:50px;background:rgba(0,0,0,.01)}.footer-box .title,.header-box .title{font-size:50px;font-weight:600;text-transform:uppercase;letter-spacing:3px;color:var(--color-primary);margin-bottom:20px}.header-box p{font-size:16px;line-height:28px;color:#000;opacity:.9}#copyButton.btn{position:absolute;right:30px;top:15px;background:#eee;color:#000;text-transform:uppercase;font-weight:500;font-size:12px;letter-spacing:1px;padding:4px 10px}#copyButton.btn.active{background:#449cff;color:#fff}.project-list{margin-bottom:50px}.project-owbx{padding:20px 20px 15px 20px;background:rgba(0,0,0,.02);border:1px solid rgba(0,0,0,.1);border-radius:8px;text-align:center;position:relative;margin:20px 0;transition:all .8s;-moz-transition:all .8s;-webkit-transition:all .8s;-ms-transition:all .8s;-o-transition:all .8s}.project-owbx .title{margin:0;font-size:16px;color:#000;font-weight:500;line-height:28px}.project-owbx i{font-size:50px;color:var(--color-primary);margin-bottom:10px;line-height:50px;display:inline-block}.active.current .project-owbx{background:var(--color-primary);box-shadow:0 0 40px -20px var(--color-primary)}.active.current .project-owbx .title,.active.current .project-owbx i{color:#fff}.active.current .project-owbx:after{content:"";background:var(--color-primary);width:20px;height:20px;position:absolute;bottom:-18px;transform:rotate(45deg) translate(-50%);left:50%;transition:all .8s;-moz-transition:all .8s;-webkit-transition:all .8s;-ms-transition:all .8s;-o-transition:all .8s}.roboto-condensed h1,.roboto-condensed h2,.roboto-condensed h3,.roboto-condensed h4,.roboto-condensed h5,.roboto-condensed h6{font-family:'Roboto Condensed',sans-serif}.box-header.header-transparent .main-bar{border:0}.box-header.site-header .main-bar .container{background:#fff}.box-header.header-transparent .extra-nav .site-button-link,.box-header.header-transparent .header-nav .nav>li>a,.box-header.header-transparent .navbar-toggler{color:#000}.box-header.header-transparent .top-bar{padding:12px 0}.box-header .dlab-topbar-right .site-button-link{color:#fff;font-size:14px}.box-header.header-transparent .top-bar{border-bottom:0}.box-header.header-transparent .top-bar.text-black .dlab-topbar-left li a,.box-header.header-transparent .top-bar.text-black .topbar-social li a.site-button-link{color:#000}.box-header.header-transparent .top-bar .dlab-topbar-left li a:hover,.box-header.header-transparent .top-bar .topbar-social li a.site-button-link:hover{color:var(--color-primary)}.box-header .extra-nav{padding:0;border:0}.box-header .dlab-topbar-left ul li a{font-size:14px}.box-header .dlab-topbar-right .site-button-link i{margin:0}@media only screen and (min-width:991px){.box-header .header-nav .nav>li>a{padding:22px 10px 22px 10px}}.box-header .header-nav .nav>li>a{border:0;font-family:'Roboto Condensed',sans-serif}.box-header .extra-nav .site-button{height:68px;display:flex;align-items:center;margin-right:-16px;padding:0 30px;margin-left:30px;position:relative;font-family:'Roboto Condensed',sans-serif}.box-header .extra-nav .site-button:after{content:"";width:40px;height:100%;position:absolute;left:-12px;background:var(--color-primary);transform:skew(-20deg);-moz-transform:skew(-20deg);-webkit-transform:skew(-20deg);-ms-transform:skew(-20deg);-o-transform:skew(-20deg);top:0;transition:all .8s linear;-moz-transition:all .8s linear;-webkit-transition:all .8s linear;-ms-transition:all .8s linear;-o-transition:all .8s linear}.box-header.header-transparent .is-fixed .main-bar{background-color:transparent;box-shadow:none}.box-header .extra-nav .site-button:hover:after{background:var(--color-hover);transition:all .8s linear}.box-header.site-header .is-fixed .main-bar .container{box-shadow:0 0 50px 0 rgba(0,0,0,.1)}.about-year{display:flex;align-items:center;margin-bottom:30px}.const-about .section-head.style2,.exhibition-bx .section-head{margin-bottom:30px}.about-year span{font-size:85px;color:#000;font-weight:600;position:relative;z-index:1;font-family:'Roboto Condensed',sans-serif;border:5px solid;width:120px;height:150px;text-align:center;display:flex;align-items:center;justify-content:center}.about-year p{font-family:'Roboto Condensed',sans-serif;margin-bottom:0;font-size:18px;line-height:28px;margin-left:20px;color:#000;text-transform:uppercase}.list-details li{color:#000;display:flex;justify-content:space-between;padding:10px 0;border-top:1px solid rgba(0,0,0,.1)}.list-details li:first-child{border-top:0}.list-details{list-style:none;margin:0;padding:0;max-width:430px}.project-slider:after{content:"";background:#ebebeb;height:100%;width:calc(50% - 80px);position:absolute;top:0;left:0}.project-slider .about-content{max-width:600px;padding-left:45px}.portbox3{border-radius:6px;margin-bottom:10px}.portbox1 .portinner,.portbox3 .overlay-bx{transform:scale(.2);-webkit-transform:scale(.2);-moz-transform:scale(.2);-ms-transform:scale(.2);-o-transform:scale(.2);transition:all .8s;-moz-transition:all .8s;-webkit-transition:all .8s;-o-transition:all .8s;-ms-transition:all .8s}.portbox1 .overlay-bx,.portbox3 .overlay-bx{display:flex;flex-direction:column;align-items:center;justify-content:center}.portbox1:hover .portinner,.portbox3:hover .overlay-bx{transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1)}.portbox3 .portinner{max-width:250px;width:250px;min-width:250px;position:absolute;z-index:1;top:50%;transform:translate(-50%,-50%);left:50%}.portbox3 .portinner .port-up{background:#fff;border-radius:6px;padding:20px}.portbox3 .portinner .port-down{background:var(--color-primary);position:absolute;top:50px;height:100%;width:calc(100% + 20px);vertical-align:bottom;display:flex;align-items:end;text-align:center;flex-direction:row;border-radius:6px;z-index:-1;left:-10px}.portbox3 .portinner .port-up span{text-transform:uppercase;font-weight:600;color:#5e5e5e;font-family:Montserrat;font-size:14px}.portbox3 .portinner .port-up .port-title{margin-bottom:0}.portbox3 .portinner .port-down a{width:100%;color:#000;font-weight:400;font-family:Montserrat;text-transform:uppercase;font-weight:600;font-size:14px;padding:15px;position:absolute;left:0;bottom:0}.portbox3 .portinner .port-down a.btn-link:hover i{text-decoration:none}.filters2 ul{display:flex;margin:0 -10px}.filters2 ul li{flex:0 0 25%;max-width:25%;min-width:25%;width:25%;margin:0;border:0;padding:0 10px}.filters2 ul li a i{margin-right:10px;color:var(--color-primary);font-size:40px;line-height:40px}.filters2 ul li a{width:100%;margin:0;display:flex;padding:12px 10px;font-size:22px;color:#000;border-bottom:3px solid #eee;align-items:center;justify-content:center;font-family:'Roboto Condensed',sans-serif;position:relative}.filters2 ul li a:after{content:"";height:3px;background:var(--color-primary);width:0;position:absolute;bottom:-3px;right:-1px;transition:all .8s;-moz-transition:all .8s;-webkit-transition:all .8s;-ms-transition:all .8s;-o-transition:all .8s}.filters2 ul li.active a:after,.filters2 ul li.active a:hover:after{width:100%;transform-origin:right;-moz-transform-origin:right;-webkit-transform-origin:right;-ms-transform-origin:right;-o-transform-origin:right;right:auto;left:0}.project-info-box{position:relative}.project-info-box .project-content{background:#fff;position:absolute;left:0;top:50%;padding:40px 50px;width:500px;transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);-webkit-transform:translateY(-100%);opacity:0;transition:all .8s;-moz-transition:all .8s;-webkit-transition:all .8s;-ms-transition:all .8s;-o-transition:all .8s}.active .project-info-box .project-content{opacity:1;transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);-webkit-transform:translateY(-50%)}.project-carousel-1 .owl-nav{display:flex;align-items:center;position:absolute;right:20px;bottom:20px}.project-carousel-1 .owl-next,.project-carousel-1 .owl-prev{padding:0;background:0 0;font-family:Oswald,sans-serif;font-size:16px;text-transform:uppercase;color:#fff;display:flex;align-items:center;letter-spacing:5px;margin:0 15px;text-shadow:2px 2px 0 rgba(0,0,0,.1)}.project-carousel-1 .owl-next i,.project-carousel-1 .owl-prev i{font-size:22px}.section-head.style2 .title{font-weight:600;font-size:40px;margin-bottom:10px}.section-head.style2 p{padding-top:0;font-size:15px;line-height:26px}.sr-iconbox .dlab-tilte{font-weight:600;margin-bottom:10px}.sr-iconbox.style2{padding:20px;transition:all .8s;-o-transition:all .8s;-ms-transition:all .8s;-webkit-transition:all .8s;-moz-transition:all .8s}.sr-iconbox.style2:hover{background:#fff;box-shadow:0 0 30px 0 rgba(0,0,0,.2)}.img-ho1{position:relative;z-index:1}.img-ho1:after{content:"";width:100%;height:100%;position:absolute;right:0;top:0;border:20px solid;z-index:-1;transition:all .8s;-moz-transition:all .8s;-ms-transition:all .8s;-o-transition:all .8s;-webkit-transition:all .8s}.img-ho1:hover:after{right:-15px;top:-15px}.img-ho1 img{transition:all .8s;-moz-transition:all .8s;-ms-transition:all .8s;-o-transition:all .8s;-webkit-transition:all .8s}.img-ho1:hover img{transform:translate(-15px,15px);-moz-transform:translate(-15px,15px);-ms-transform:translate(-15px,15px);-webkit-transform:translate(-15px,15px);-o-transform:translate(-15px,15px)}.service-box-3 .dlab-info{position:absolute;bottom:-25px;width:calc(100% - 40px);left:20px;z-index:1}.service-box-3 .title{background-color:var(--color-primary);margin-top:0;border-radius:4px;font-size:18px;color:#fff;padding:12px 50px 12px 30px;position:relative;font-weight:500;margin-bottom:0}.service-box-3 .title a{color:#fff}.service-box-3 .title:after{content:"\f105";width:40px;height:40px;background:#fff;position:absolute;right:6px;color:#000;text-align:center;top:50%;transform:translateY(-50%);line-height:40px;font-family:FontAwesome}.service-box.style4 .title{font-size:20px;font-weight:500;color:#000;line-height:32px}.service-box.style4{background:#fff;padding:30px 50px 40px 50px;border-radius:4px;text-align:center}.service-box.style4 .no{background-color:#eee;width:50px;height:50px;line-height:50px;font-size:22px;color:#000;border-radius:50px;margin-left:auto;margin-right:auto;transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-webkit-transition:all .5s;-o-transition:all .5s}.service-box.style4:hover .no{background-color:var(--color-primary);color:#fff}.our-team .social-list li{display:inline-block;font-size:16px;margin:0 2px}.our-team .social-list{padding:0;margin:10px 0 0}.our-team .team-title-bx{margin-top:20px}.our-team .title{font-size:24px;margin-bottom:5px;line-height:35px}.exhibition-carousel:after{content:"";position:absolute;width:calc(100% - 70px);height:100%;right:0;top:0;background-color:#f8991d;z-index:-1}.exhibition-carousel{padding:20px 50px 20px 0;position:relative;z-index:1}.exhibition-carousel .owl-dots{position:absolute;right:18px;top:50%;transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%)}.exhibition-carousel .owl-dot{width:12px;height:12px;background:#fff;border-radius:20px;margin:10px 0}.exhibition-carousel .owl-dot.active{background:var(--color-primary)}.exhibition-bx .title{font-size:50px;line-height:58px}.portbox1{transition:all .5s;transform:scale(1)}.portbox1>img{transform:scale(1.05);transition:all .5s}.portbox1 .overlay-bx{display:flex;flex-direction:column;align-items:center;justify-content:center}.portbox1 .portinner{transform:scale(.2);-webkit-transform:scale(.2);-moz-transform:scale(.2);-ms-transform:scale(.2);-o-transform:scale(.2);transition:all .5s;-moz-transition:all .5s;-webkit-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s}.portbox1.style1 .overlay-bx .port-title{font-size:30px;line-height:32px;margin-bottom:15px}.portbox1.style1 .portinner span{text-transform:uppercase;font-size:10px;letter-spacing:5px;font-weight:500}.portbox1 .overlay-bx span{display:block;margin-bottom:10px}.portbox1 .overlay-bx .port-title a{color:#fff}.portbox1:hover{transform:scale(1.05);box-shadow:0 20px 40px 0 rgba(0,0,0,.2)}.portbox1:hover>img{transform:scale(1)}.portbox1:hover .portinner{transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1)}.latest-project-info{padding:100px 130px}.latest-project-info h2{font-size:50px;line-height:60px}.latest-project-info p{color:rgba(255,255,255,.75);font-weight:300}.sr-iconbox1{padding:50px 30px;background:#fff;text-align:center;border-radius:4px}.sr-iconbox1 .dlab-tilte{font-weight:500;font-size:22px;margin-bottom:10px;line-height:32px}.sr-iconbox1 p{color:#000;font-size:15px;opacity:.7}.sr-iconbox1 .icon-lg{position:relative;z-index:1}.sr-iconbox1 .icon-lg:after{content:"";width:100%;height:100%;background:#6a1a1f;position:absolute;left:0;z-index:-1;border-radius:10px 10px 10px 10px;transform:scale(1.3) rotate(15deg);opacity:.05}@media only screen and (max-width:1024px){.service-box.style2{padding:30px}.service-box.style2 .title{font-size:36px;line-height:44px;margin-bottom:15px}.team-box-type .team-p-info li{font-size:14px}.team-box-type .team-mamber-img{width:40%}.team-box-type p{font-size:14px;line-height:24px;margin-bottom:5px}.team-box-type .team-info-box ul{margin:10px 0}.team-box-type .team-info-box h4.dlab-title{font-size:18px;margin-bottom:5px}.team-box-type .team-info-box{padding:10px 15px}.about-progress .max-w700,.box-about-list .max-w700{padding:30px}}@media only screen and (max-width:991px){.our-story h2.title{font-size:36px;line-height:46px}.our-story h4.title{font-size:20px;line-height:30px}.call-action .title,.call-action p,.call-action.style1 .title{text-align:center}.call-action .site-button,.call-action.style1 .site-button{margin:10px auto 0}.team-box-type .team-info-box{padding:10px 30px}.team-box-type .team-info-box h4.dlab-title{font-size:22px;margin-bottom:12px}.about-progress .max-w700,.box-about-list .max-w700{padding:40px 0}.our-story-thum{display:none}.inquiry-form.contact-project{height:auto;margin-bottom:20px}.chosesus-content{padding-top:50px}.choses-info-content [class*=col-]{border-bottom:1px solid rgba(255,255,255,.1)}.inquiry-form.inner{padding:30px}.dz_error-405 .text-center{text-align:left!important}.dz_error-404-area{display:table-cell!important}.dlab-bnr-inr h1{margin-bottom:10px}.dlab-bnr-inr.dlab-bnr-inr-sm .dlab-bnr-inr-entry{padding-top:160px}}@media only screen and (max-width:767px){.service-info .title{font-size:30px;line-height:40px;margin-bottom:15px}.team-info-box,.team-mamber-img{display:table-cell}.team-box-type .team-info-box h4.dlab-title{font-size:18px;margin-bottom:5px}.team-box-type .team-info-box{padding:15px 20px}.dlab-bnr-inr.dlab-bnr-inr-sm .dlab-bnr-inr-entry{height:250px;padding-top:65px}.pricingtable-wrapper.style2 .pricingtable-bx{margin-top:10px;margin-bottom:15px}.about-progress .max-w700,.box-about-list .max-w700{padding:30px}.dz_error-404 .dz_error{margin:0}.dlab-tabs.vertical .tab-pane{padding-left:20px}}@media only screen and (max-width:360px){.service-box.style2 .title{font-size:30px;line-height:40px;margin-bottom:10px}.site-footer.style1 .footer-bottom-in .footer-bottom-logo a img{height:30px}.site-footer.style1 .footer-bottom-in .dlab-social-icon li a{width:40px;height:50px;font-size:15px;line-height:50px}.site-footer.style1 .footer-top{padding:50px 0 25px 0}.site-footer.style1 .footer-title{padding-bottom:15px;margin-bottom:25px}.site-footer.style1 .widget_subscribe .input-group .form-control{height:50px;padding:10px 20px}.site-footer.style1 .widget_subscribe .input-group .input-group-addon .site-button{height:50px;font-size:14px;padding:12px 20px}.our-story h2.title{font-size:26px;line-height:36px;margin-bottom:10px}.our-story>span{font-size:18px;margin-bottom:5px}.call-action .title,.call-action.style1 .title{font-size:20px;line-height:30px}.call-action p{font-size:14px;line-height:24px;margin-bottom:10px}.section-head .title{font-size:28px;line-height:38px}.section-head p{line-height:26px}.testimonial-8 .testimonial-text{padding:20px}.dlab-tabs .tab-content p,.testimonial-8 .testimonial-text p{font-size:14px;line-height:26px}.testimonial-8 .testimonial-pic{margin-right:10px;width:70px;height:70px}.testimonial-8 .testimonial-name{padding-top:10px}.home-slider.style1 .title{font-size:24px;line-height:34px;margin:0 auto 10px}.home-slider.style1 p,.pricingtable-wrapper.style2 p{font-size:14px}.dlab-bnr-inr.dlab-bnr-inr-md.home-banner1{height:450px}.team-box-type .team-mamber-img{width:100%;display:unset}.video-infobx h2.title{font-size:24px;margin-bottom:10px;line-height:34px}.dlab-bnr-inr{height:180px}.box-about-list h2{font-size:24px;line-height:38px}.box-about-list .icon-bx-wraper{padding:20px}.box-about-list .icon-bx-wraper h4.dlab-tilte{font-size:18px;line-height:28px}.about-progress .max-w700{padding:30px 0 10px}.chosesus-content h3{font-size:18px;line-height:28px;margin-bottom:30px}.about-8-service .section-head .title-box{font-size:24px;line-height:34px;margin-bottom:10px}.service-main-title .title{font-size:22px}.dz_error-405 .dz_error{font-size:100px;line-height:100px}.dz_error-405 .text-center{margin-bottom:15px}.dz_error-405 .error-content,.inner-text p,.inner-text ul li,.testimonial-1 .testimonial-text p,blockquote{font-size:16px;line-height:28px}.testimonial-1 .testimonial-name{font-size:16px;line-height:26px;margin-bottom:0}.testimonial-10 .testimonial-pic{height:100px;width:100px}.testimonial-10{padding-left:120px}.dlab-tabs .nav-tabs>li>a .title-head{display:none}.dlab-tabs.vertical .nav-tabs{width:60px}.dlab-tabs.vertical .tab-content{margin-left:59px}.dlab-tabs.vertical.right .tab-content{margin-right:59px}.sort-title{margin-bottom:25px}.add-box h2,.item-add.add-style-2 h2,.item-add.add-style-3 h2{font-size:24px;line-height:34px}.item-add .add-box h5,.item-add.add-style-2 h5,.item-add.add-style-3 h5{font-size:16px;margin-bottom:5px}}.frame-box{background-image:url(../images/background/bg12.jpg);background-attachment:unset!important}.area-frame{margin-bottom:100px}.frame-box .site-footer,.frame-box h1,.frame-box h2,.frame-box h3,.frame-box h4,.frame-box h5,.frame-box h6{font-family:'Roboto Condensed',sans-serif;font-weight:700}.frame-box p{font-family:Poppins,sans-serif}.frame-box .area-frame .container{background:#fff;position:relative;padding:30px}.frame-box .area-frame .container:after{content:"";background-image:url(../images/background/border-bg-top.png),url(../images/background/border-bg-bottom.png),url(../images/background/border-bg-left.png),url(../images/background/border-bg-right.png);background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;background-position:top,bottom,left,right;height:calc(100% + 44px);position:absolute;width:calc(100% + 44px);left:-22px;top:-22px;z-index:-1;display:block}.frame-box .page-wraper{background:rgba(0,0,0,0)}.frame-box .page-content{padding-bottom:0}.frame-box .icon-bx-xs{background:#fff}.frame-box .site-header.center .container>.logo-header{position:absolute;transform:translate(-50%);-moz-transform:translate(-50%);-webkit-transform:translate(-50%);-ms-transform:translate(-50%);-o-transform:translate(-50%);position:absolute;left:50%;text-align:center;top:25px;z-index:1}.frame-box .site-header.center .logo-header a{display:block}.frame-box .header-nav .nav>li:hover>a{background-color:var(--color-primary);color:#fff!important}.frame-box .header-nav .nav>li.active>a,.frame-box .header-nav .nav>li>a:hover{background-color:var(--color-secondry)}.frame-box .header-nav .nav>li>a{color:#fff;font-size:15px;padding:12px 20px;cursor:pointer;font-weight:600;display:inline-block;background:var(--color-primary);margin:0 2px;border-radius:4px;font-family:'Roboto Condensed',sans-serif}.frame-box .main-bar{width:100%;position:relative;padding:65px 0;background-color:rgba(0,0,0,0)}.frame-box .top-bar{position:relative;background:#fff;font-size:15px;padding:8px 0 2px 0}.frame-box .top-bar:after{content:"";background-image:url(../images/background/border-bg-bottom.png);position:absolute;bottom:-22px;width:100%;height:22px;left:0}.frame-box .topbar-social ul{display:inline-block}.frame-box .topbar-social li a{color:#fff}.frame-box .is-fixed .main-bar{position:fixed;top:0;box-shadow:0 0 10px 0 rgba(0,0,0,.2);background:#fff;padding:10px 0}.frame-box .site-header.center .is-fixed .container>.logo-header{background:var(--color-primary);padding:8px 15px 8px;top:0;height:90px;width:125px;border-radius:0 0 15px 15px}.frame-box .header-nav .nav>li.active>a:after,.frame-box .header-nav .nav>li:hover>a:after{content:none}.frame-box .header-nav .logo-header,.frame-box .is-fixed .logo-header .logo1,.frame-box .logo-header .logo2{display:none}.frame-box .site-header .main-bar .container{position:static}.frame-box .is-fixed .logo-header .logo2,.frame-box .logo-footer>a{display:block}.frame-box .site-header.center .logo-header img{height:auto;position:relative;width:100%;z-index:2}.frame-box .site-header.center .is-fixed .container>.logo-header img{height:auto;width:100%}.frame-box .logo-header{width:150px;height:150px}.frame-box .slide-content-box .slider-title{font-size:50px;color:#fff;line-height:64px;margin-bottom:10px;font-weight:600;text-shadow:0 0 20px rgba(0,0,0,.4)}.frame-box .slide-content-box p{font-family:'Roboto Condensed',sans-serif;font-size:21px;font-weight:400;color:#fff;margin:0 auto;line-height:30px}.frame-box .slide-content-area{max-width:650px;padding-left:100px}.frame-box .slide-content-box{position:relative;top:50%;text-align:left;transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-webkit-transform:translateY(-50%);transition:all 1s ease .5s;-webkit-transition:all 1s ease .5s;-o-transition:all 1s ease .5s;-moz-transition:all 1s ease .5s}.frame-box .owl-slider.owl-theme .owl-dots .owl-dot.active span{background:var(--color-primary)}.frame-box .owl-slider.owl-theme .owl-dots .owl-dot span{width:16px;height:16px;background:0 0;border:3px solid #fff;margin:5px 5px}.frame-box .owl-slider.owl-theme .owl-dots{position:absolute;bottom:0;width:100%;padding:10px 0}.frame-box .owl-slider{overflow:hidden;border-radius:6px}.frame-box .about-box{padding:10px;border:2px dashed;border-radius:14px;background:#fff}.frame-box .about-bx strong{font-weight:700;text-transform:uppercase}.frame-box .project-bx{background-image:url(../images/pattern/pt1.jpg);padding:10px;border-radius:10px;height:100%}.frame-box .project-bx .media{overflow:hidden;border-radius:8px}.frame-box .project-bx .info .title{font-weight:600;margin:0}.frame-box .project-bx .info{padding:10px 20px 5px 15px}.frame-box .project-bx .info .title a{color:var(--color-primary)}.frame-box .owl-project .owl-stage{display:flex;flex-wrap:wrap}.frame-box .owl-project .owl-stage .item{height:100%}.frame-box .service-list li:after{content:"\f00c";font-family:FontAwesome;background-color:var(--color-primary);width:45px;height:45px;color:#fff;position:absolute;text-align:center;line-height:45px;border-radius:45px;left:0;top:15px;transition:all .5s;-moz-transition:all .5s;-webkit-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s}.frame-box .service-list li:hover:after{background-color:var(--color-hover)}.frame-box .service-list li{font-family:'Roboto Condensed',sans-serif;font-size:18px;line-height:28px;color:#000;padding-left:60px;position:relative;padding-top:10px;padding-bottom:10px;border-bottom:1px solid rgba(0,0,0,.1);min-height:78px;display:flex;align-items:center}.frame-box .testimonial-text p{font-family:'Roboto Condensed',sans-serif;font-size:24px;color:#6c6979;line-height:40px}.frame-box .item .testimonial-1 .testimonial-position{color:var(--color-primary);font-family:'Roboto Condensed',sans-serif;text-transform:capitalize;font-size:16px;font-weight:300}.frame-box .testimonial-1 .testimonial-name{font-family:'Roboto Condensed',sans-serif;color:#000;font-size:21px;margin-top:5px}.frame-box .client-carousel .owl-nav .owl-prev{left:70px}.frame-box .client-carousel .owl-nav .owl-next{right:70px}.frame-box .gallery{margin:0;padding:0;list-style:none}.frame-box .gallery .dlab-box{overflow:hidden;border-radius:8px}.frame-box .gallery.video-gallery .dlab-box .overlay-bx{visibility:visible;opacity:1}.frame-box .gallery.video-gallery .dlab-box .overlay-bx i{background:#fff;width:35px;height:35px;line-height:35px;border-radius:35px;padding:0 0 0 4px}.frame-box .gallery-bx>div:last-child{padding-left:30px}.frame-box .gallery-bx>div:first-child{padding-right:30px;border-right:1px solid rgba(0,0,0,.1)}.frame-box .ft-contact{background-color:transparent;display:block}.frame-box .footer-top{background:#282828;background-size:cover;background-position:center;padding:80px 0 30px;position:relative}.frame-box .footer-top:after{content:"";background-image:url(../images/background/border-bg-dark-top.png);position:absolute;top:-22px;width:100%;height:22px;left:0}.frame-box .footer-title{font-size:24px;font-weight:500;margin-bottom:40px;color:#fff;padding-bottom:15px;position:relative}.frame-box .footer-title:after{content:"";width:60px;height:3px;background:var(--color-primary);position:absolute;bottom:0;left:0}.frame-box .widget_getintuch i{position:absolute;left:0;top:5px;text-align:center;font-size:18px;width:40px;height:40px;background:#363636;border:1px solid rgba(255,255,255,.05);border-radius:4px;line-height:38px;color:#fff}.frame-box .ft-social li{display:inline-block}.frame-box .ft-contact li{color:#fff;padding:5px 0}.frame-box .footer-bottom{background-color:#282828;padding:20px 0;border-top:1px solid rgba(255,255,255,.1)}.frame-box footer .footer-bottom,.frame-box footer li,.frame-box footer p{font-size:16px;line-height:28px;font-weight:500}.frame-box footer a,.frame-box footer a:visited,.frame-box footer ul span{color:#aaa}.frame-box .ft-social .site-button{color:#fff}.frame-box .widget_getintuch li{margin-bottom:20px;position:relative;line-height:28px;padding-left:55px}.header-white-transparent{background-color:rgba(255,255,255,.3)}.cargo-banner{height:100vh;text-align:left}.cargo-banner .title{font-size:55px;font-weight:600;line-height:70px;margin-bottom:30px}.cargo-banner .dlab-bnr-inr-entry{display:table-cell;vertical-align:bottom}.banner-form{border-bottom:5px solid rgba(255,255,255,.3)}.banner-form .bootstrap-select .dropdown-toggle,.banner-form .form-control,.banner-form .site-button{border-radius:4px;height:55px;padding:14px 20px;font-size:15px}.banner-form .bootstrap-select.btn-group .dropdown-toggle .caret{font-size:15px;top:22px;right:20px}.cargo-banner .bottom-link{padding:25px 0 60px 0}.cargo-banner .bottom-link h4{margin-bottom:0;font-weight:500}.service-box.style5{background-color:#fff}.service-box.style5 .icon-content{padding:20px 30px;display:flex;align-items:center}.service-box.style5 .dlab-tilte{font-size:24px;font-weight:500;line-height:36px;margin-bottom:0}.service-box.style5 .icon-content .link-btn{background-color:var(--color-primary);width:50px;height:50px;border-radius:50px;max-width:50px;min-width:50px;text-align:center;line-height:50px;font-size:30px;color:#fff;font-weight:300;margin-left:auto}.service-box.style6 .icon-bx{position:absolute;left:0;bottom:0;border-radius:0;z-index:99}.service-box.style6 .icon-bx:after{height:100%;content:"";width:100%;right:-10px;bottom:0;position:absolute;z-index:-1;transform:skew(19deg)}.service-box.style6 .icon-bx.bg-primary:after{background-color:var(--color-primary)}.service-box.style6 .icon-bx.icon-bx-sm{width:60px;height:60px;line-height:65px;text-align:center}.service-box.style6 .dlab-tilte{margin-bottom:10px}@media only screen and (max-width:1200px){.cargo-banner .title{font-size:50px;line-height:60px;margin-bottom:30px}.cargo-banner .bottom-link{padding:30px 0}.service-box.style5 .icon-content{padding:30px}.service-box.style5 h2.dlab-tilte{font-size:24px;line-height:36px}}@media only screen and (max-width:991px){.cargo-banner .title{font-size:40px;line-height:50px}.banner-form .bootstrap-select .dropdown-toggle,.banner-form .form-control,.banner-form .site-button{height:50px;padding:10px 15px;font-size:16px}.banner-form{padding-bottom:10px}.cargo-banner .bottom-link{padding:20px 0}.cargo-banner .dlab-bnr-inr-entry{padding-bottom:0}.filters2 ul li a i{font-size:30px;line-height:30px}.filters2 ul li a{font-size:18px}.filters2 ul{display:flex;flex-wrap:wrap}.filters2 ul li{flex:0 0 50%;width:50%;max-width:50%;min-width:50%}}@media only screen and (max-width:767px){.portbox3:hover .overlay-bx{padding:20px}.portbox3 .portinner .port-up h3.port-title{font-size:18px;line-height:28px}.portbox3 .portinner .port-up span{font-size:12px}}@media only screen and (max-width:591px){.cargo-banner .title{font-size:30px;line-height:40px;margin-bottom:20px}.cargo-banner .bottom-link h4{font-size:16px}.cargo-banner .bottom-link{padding:15px 0}.cargo-banner .banner-form .row{margin-left:-5px;margin-right:-5px}.cargo-banner .banner-form [class*=col-]{padding-left:5px;padding-right:5px}.form-group{margin-bottom:10px}.service-box.style5 h2.dlab-tilte{font-size:22px;line-height:32px}.service-box.style5 .icon-content{padding:25px}}.header-curve.ext-header .middle-bar.bg-dark .service-list ul li .title{color:#fff}.header-curve.ext-header .extra-nav:after,.header-curve.ext-header .extra-nav:before,.header-curve.ext-header .logo-header:after,.header-curve.ext-header .logo-header:before,.social-curve:after,.social-curve:before{background-color:var(--color-primary)}.header-curve.ext-header .logo-header:before{-webkit-transform:skew(-30deg);-moz-transform:skew(-30deg);-o-transform:skew(-30deg);-ms-transform:skew(-30deg);transform:skew(-30deg);right:-140px;width:100%}.header-curve.ext-header .middle-bar{padding:0;border-bottom:0}.header-curve.ext-header .middle-bar .logo-header{padding:20px 0}.header-curve.ext-header .container-fluid{padding-left:50px;padding-right:50px}.header-curve.ext-header .extra-nav{position:relative;width:20%;top:1px}.header-curve.ext-header .extra-nav:before,.social-curve:before{-webkit-transform:skew(30deg);-moz-transform:skew(30deg);-o-transform:skew(30deg);-ms-transform:skew(30deg);transform:skew(30deg)}.header-curve.ext-header .extra-nav:after,.header-curve.ext-header .extra-nav:before,.social-curve:after,.social-curve:before{content:"";position:absolute;bottom:0;height:100%;z-index:-1}.header-curve.ext-header .extra-nav:before{width:100%;left:-25px}.header-curve.ext-header .extra-nav:after{width:100%;right:-50px}.header-curve.ext-header .extra-nav .site-button-link{color:#fff;font-size:14px}.header-curve.ext-header .header-nav .nav>li.active>a,.header-curve.ext-header .header-nav .nav>li.current-menu-item>a{background-color:transparent}.social-curve{position:relative;padding:20px 30px;width:100%;margin:0 0 -15px}.social-curve:before{width:100%;left:-50%;z-index:0}.social-curve .social-icon li a{color:#fff!important;font-size:18px}.social-curve .social-icon{z-index:99;position:relative}.social-curve .social-icon .title{color:#fff;font-size:18px;text-transform:capitalize;letter-spacing:1px}.header-curve.ext-header.style2 .logo-header:after,.header-curve.ext-header.style2 .logo-header:before{content:unset}.header-curve.ext-header.style2 .extra-nav{height:65px;top:0;transform:unset}.header-curve.ext-header.style2 .extra-nav:before{-webkit-transform:skew(-30deg);-moz-transform:skew(-30deg);-o-transform:skew(-30deg);-ms-transform:skew(-30deg);transform:skew(-30deg)}.header-curve.ext-header.style2.white .header-nav .nav>li.active>a{color:var(--color-primary)!important}.slider-tabs .slider-box{position:relative}.slider-tabs .slider-box .slider-content p{color:#fff;font-size:18px;font-family:Teko,sans-serif;font-weight:300;letter-spacing:1px;line-height:30px;margin-bottom:35px;max-width:700px}.slider-box .slider-content{position:absolute;z-index:99;left:50%;top:50%;width:1170px;transform:translate(-50%,-50%)}.slider-tabs .slider-box .slider-content .title{font-size:70px;font-family:Teko,sans-serif;line-height:70px;font-weight:500;margin-bottom:10px;color:#fff;text-transform:uppercase}.slider-tabs .slide-tabs{position:absolute;bottom:0;width:100%;padding:20px 10px}.slider-tabs .dlab-thum-bx img{height:100vh;object-fit:cover}.slider-tabs .tab-box .content-box .title{font-size:20px;line-height:28px;font-weight:500;color:#000;margin-bottom:4px;text-transform:capitalize;letter-spacing:1px}.slider-tabs .tab-box .content-box p{color:#000;margin-bottom:0;opacity:.85;font-weight:400;font-size:14px}.slider-tabs .tab-box .icon-box i{font-size:35px;line-height:35px;color:#000}.slider-tabs .tab-box{position:relative;padding:15px 15px 15px 80px;background-color:#fff;border:1px solid rgba(255,255,255,.2);border-right:1px solid rgba(0,0,0,.1);transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;-webkit-transition:all .5s;cursor:pointer}.slider-tabs .tab-box .icon-box{position:absolute;left:20px;top:25px}.slider-tabs .owl-item.current.active .tab-box{background:var(--color-primary);color:#000}.slider-tabs .owl-item.current.active .tab-box .content-box .title,.slider-tabs .owl-item.current.active .tab-box .content-box p,.slider-tabs .owl-item.current.active .tab-box .icon-box i{color:#fff}.service-box-4 .service-images{position:relative;padding:20px 20px 0}.service-box-4 .service-images img{width:220px;box-shadow:rgba(0,0,0,.1) 0 0 30px 0;border-radius:500px;border-width:10px;border-style:solid;border-color:#fff;border-image:initial;transition:all .5s ease 0s}.service-box-4:hover .service-images img{border-width:10px;border-style:solid;border-color:var(--color-primary);border-image:initial}.service-box-4 .service-images i{font-size:40px;width:70px;height:70px;border-radius:40px;position:absolute;bottom:10px;line-height:70px;right:10px;background:#fff;color:var(--color-primary);box-shadow:0 0 10px 0 rgba(0,0,0,.2)}.service-box-4 .service-content .title{font-weight:500;font-size:20px;line-height:32px;margin-bottom:5px}.section-head.style1 .title{font-size:50px;font-weight:600;line-height:60px;font-family:poppins;color:#000}.about-info1 p,.section-head.style1 p{color:#768492;line-height:28px;font-size:16px}.latest-project-info.style1{padding:70px 70px 10px}.latest-project-info.style1 .list-check li p{font-size:16px}.latest-project-info.style1 .list-check li:before{top:20px}.video-bx.radius-no{border-radius:0}.dlab-services-box{padding:50px}.service-year{font-size:130px;line-height:140px;font-weight:600;margin-bottom:0}.service-year small{font-size:22px;line-height:22px;text-transform:uppercase;font-weight:600}.request-form{margin-top:-178px}.request-form form{background-color:#fff;padding:30px 30px 20px;box-shadow:0 0 41px 5px rgba(0,0,0,.1)}.request-form .request-form-header{background-color:var(--color-primary);padding:20px 50px 20px 100px;position:relative}.request-form .request-form-header i{position:absolute;left:30px;font-size:45px;top:14px;color:#fff}.request-form .request-form-header p{color:#fff;margin-bottom:0;font-size:14px}.request-form .request-form-header h2{color:#fff;font-size:24px;margin-bottom:0;line-height:30px}.request-form label{position:absolute;font-size:16px;font-weight:400;color:#606060;top:5px;left:0;transition:all .5s;font-family:Poppins,sans-serif;text-transform:capitalize}.request-form .form-control{background-color:transparent;border-width:0;border-bottom-color:#771cb8;padding:0;font-size:16px;font-weight:400;color:#000;position:relative;padding:15px 0}.request-form .input-group:after{width:100%;height:2px;content:"";border-radius:0;box-shadow:none;bottom:0;background:var(--color-primary);display:block}.request-form .focused label{font-size:12px;top:-10px;left:0;color:#707070}.dlab-box.project-bx.dlab-team2 .dlab-info.bg-dark{background-color:#1f0404}.dlab-box.project-bx.dlab-team2 .dlab-info.bg-dark .dlab-title a{color:#fff}.header-sidenav .full-sidenav{position:fixed;right:-300px;width:300px;top:0;z-index:999988;background:#fff;height:100vh;display:flex;flex-direction:column;justify-content:space-between;transition:all .5s;-webkit-transition:all .5s;-ms-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;left:auto}.header-sidenav .full-sidenav .mCSB_container{display:flex;flex-direction:column;justify-content:space-between;min-height:100%}.header-sidenav .full-sidenav.active{right:0}.header-sidenav .full-sidenav .nav{margin-bottom:auto}.header-sidenav .header-nav.full-sidenav .nav>li>a{color:#000}.header-sidenav .header-nav.full-sidenav .nav>li>a:after{content:none}.header-sidenav .header-nav.full-sidenav .logo-header,.header-sidenav .header-nav.full-sidenav .nav,.header-sidenav .header-nav.full-sidenav .social-menu{float:none;width:100%}.header-sidenav .header-nav.full-sidenav .logo-header{height:auto;padding:50px 40px 30px 40px}.header-sidenav.header-nav.full-sidenav .logo-header a{width:170px;display:block}.header-sidenav .header-nav.full-sidenav .nav>li:hover>.mega-menu,.header-sidenav .header-nav.full-sidenav .nav>li:hover>.sub-menu,.header-sidenav .header-nav.full-sidenav .nav>li>.mega-menu,.header-sidenav .header-nav.full-sidenav .nav>li>.sub-menu{opacity:1;visibility:visible;position:unset}.header-sidenav .header-nav.full-sidenav .nav>li>.mega-menu,.header-sidenav .header-nav.full-sidenav .nav>li>.sub-menu{box-shadow:none;-webkit-transition:unset;-moz-transition:unset;-ms-transition:unset;-o-transition:unset;transition:unset}.header-sidenav .header-nav .nav>li .sub-menu{width:100%;padding:0}.header-sidenav .header-nav .nav>li .sub-menu li a{color:#8799a3;padding:10px 40px}.header-sidenav .header-nav .nav>li>a{padding:12px 40px;width:100%;font-size:18px}.header-sidenav .social-menu{padding:40px}.header-sidenav .social-menu ul{margin:0;padding:0;list-style:none;margin-bottom:15px}.header-sidenav .social-menu .copyright-head{margin-bottom:0;color:#ccc}.header-sidenav .social-menu ul li{display:inline-block}.header-sidenav .social-menu ul li a{color:#bbc7cd;font-size:18px;padding-right:15px}.header-sidenav .social-menu ul li a:hover{color:#8799a3}.header-sidenav .header-nav.full-sidenav .mCustomScrollBox{width:100%}.header-sidenav .menu-close i{color:#fff;font-size:24px;position:absolute;right:320px;top:20px}.header-sidenav .menu-close{position:fixed;height:100vh;width:0;background:#3a3a3a;top:0;right:0;opacity:0;transition:all .5s;-webkit-transition:all .5s;-ms-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;filter:blur(300px);cursor:pointer;overflow:hidden;z-index:9999}.header-sidenav .menu-close.active{width:100%;opacity:.8;filter:blur(0)}.header-sidenav .header-transparent .is-fixed .main-bar{position:fixed;background-color:rgba(255,255,255,.9)}.header-sidenav .header-full .container-fluid{padding-left:30px;padding-right:30px}.header-sidenav .site-header ul,.site-header ol{margin-bottom:0;list-style:none}.header-sidenav .extra-nav ul li{list-style:none}.header-sidenav .extra-nav,.header-sidenav .is-fixed .extra-nav{background-color:var(--color-primary);margin:0;padding:0}.header-sidenav .extra-nav .extra-cell{margin:0}.header-sidenav .menu-icon{padding:0;width:70px;height:71px;text-align:center;display:flex;justify-content:center;align-items:center}.header-sidenav .menu-icon-in{width:30px;height:22px;position:relative;-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;cursor:pointer;display:inline-block}.header-sidenav .menu-icon-in span{display:block;position:absolute;height:3px;width:100%;opacity:1;left:0;-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out;background-color:#fff;border-radius:10px}.header-sidenav .menu-icon-in span:nth-child(1){top:0;width:60%}.header-sidenav .menu-icon-in span:nth-child(2){top:50%;transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%)}.header-sidenav .menu-icon-in span:nth-child(3){bottom:0;width:85%}.header-sidenav .menu-icon:hover .menu-icon-in span:nth-child(1),.header-sidenav .menu-icon:hover .menu-icon-in span:nth-child(2),.header-sidenav .menu-icon:hover .menu-icon-in span:nth-child(3){width:100%}.header-sidenav.header-transparent .main-bar{background-color:transparent;border:0}.header-sidenav.header-transparent .is-fixed .main-bar{background-color:rgba(0,0,0,.9)}.header-sidenav .header-nav.full-sidenav .nav>li>a.scroll.active{color:var(--color-primary)}.dlab-team3{background:#fff;padding:10px 10px;border-radius:4px}.dlab-team3 .dlab-info{text-align:center;padding:20px 0}.dlab-team3 .dlab-info .dlab-title{font-size:18px;margin-bottom:5px}.dlab-team3 .dlab-info .dlab-position{display:block;text-transform:uppercase;font-size:14px;letter-spacing:2px;font-weight:600;color:#000;opacity:.3;margin-bottom:10px}.dlab-team3 .dlab-info .dlab-social-icon li a{width:30px;height:30px;background:#000;font-size:12px;line-height:30px;padding:0;border:0;border-radius:40px;color:#fff}.dlab-team11 .dlab-media{width:240px;height:240px;margin:auto;border-radius:240px;overflow:hidden;padding:10px;border:2px dashed}.dlab-team11 .dlab-info{background:var(--color-primary);padding:10px 15px;border-radius:8px;margin-top:15px;text-align:center}.dlab-team11 .dlab-media img{border-radius:100%}.dlab-team11 .dlab-title{margin:0}.dlab-team11 .dlab-title a{color:#fff}.dlab-team11 .dlab-position{color:#fff;text-transform:capitalize}.dlab-team11-area.dots-theme.owl-theme .owl-dots .owl-dot span{width:16px;height:16px;background:0 0;border:3px solid #bcbcbc;margin:5px 5px}.dlab-team11-area.dots-theme.owl-theme .owl-dots .owl-dot.active span{border:3px solid var(--color-primary)}.testimonial-1.testimonial-box{background:#fff;text-align:left;padding:20px 30px;border:1px solid rgba(0,0,0,.1);border-radius:8px;box-shadow:0 0 30px 0 rgba(0,0,0,.1);margin:30px 0}.testimonial-1.testimonial-box .testimonial-detail{border-top:1px solid rgba(0,0,0,.1);padding:20px 30px 4px 30px;margin:20px -30px 0 -30px;position:relative}.testimonial-1.testimonial-box .review li{display:inline-block;color:#ffc000}.testimonial-1.testimonial-box .testimonial-text{padding:0}.testimonial-1.testimonial-box .testimonial-text p{font-size:16px;line-height:28px}.testimonial-1.testimonial-box .review{top:20px;margin:0;padding:0;list-style:none;position:absolute;right:30px}.testimonial-1.testimonial-box .testimonial-name{font-size:22px;color:#000!important;margin-bottom:5px}.hex-box .hex{fill:transparent;stroke:var(--color-primary);stroke-width:3}.hex-box .icon-box{position:relative}.hex-box .icon-box i{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:36px;height:70px}.btn.youtube.outline{color:#ce201f}.h100{height:100%}.header-nav .nav>li.homedemo .mega-menu{display:flex;flex-wrap:wrap;overflow-y:scroll;border-radius:0}.header-nav .nav>li.homedemo .mega-menu>li{flex:0 0 20%;max-width:25%}.header-nav .nav>li.homedemo .mega-menu>li:after{content:none}.header-nav .nav>li.homedemo .mega-menu>li>a{border:0;padding-bottom:0}.header-nav .nav>li.homedemo .mega-menu>li>a img{box-shadow:0 10px 20px rgba(0,0,0,.17);margin-bottom:15px;transition:all .5s;width:100%;-moz-transition:all .5s;-webkit-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s}.header-nav .nav>li.homedemo .mega-menu>li:hover>a img{transform:translateY(-10px);-moz-transform:translateY(-10px);-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);-o-transform:translateY(-10px)}.header-nav .nav>li.homedemo .mega-menu>li>a span{display:block;text-transform:capitalize;font-size:16px}.header-nav .nav>li.homedemo .mega-menu>li:nth-child(2n){background:rgba(0,0,0,.04)}.header-nav .dlab-social-icon{display:none}@media only screen and (max-width:1200px){.frame-box .header-nav .nav>li>a{font-size:14px;padding:10px 16px;margin:0 1px}.header-curve.ext-header .logo-header:before{right:-50px}.header-curve.ext-header .service-list ul li i{left:7px;font-size:30px;line-height:38px}.header-curve.ext-header .service-list ul li{padding:0 0 0 45px;margin-left:10px}.header-curve.ext-header .service-list ul li .title{font-size:16px}.header-curve.ext-header .extra-nav:before{left:-5px}.header-curve.ext-header .extra-nav .extra-cell{float:right}.service-box-4 .service-images img{width:100%}.request-form .request-form-header{padding:20px 30px 20px 80px}.request-form .request-form-header h2{font-size:20px;line-height:26px}.request-form .request-form-header i{font-size:36px}.request-form{margin-top:-174px}.list-check.list-2.rounded.border[class*=list-] li{padding:10px 20px 10px 45px}}@media only screen and (max-width:991px){.header-curve.ext-header .extra-nav:after,.header-curve.ext-header .extra-nav:before{content:none}.header-sidenav .header-nav.full-sidenav .nav>li>a{padding:8px 0;border:0}.header-sidenav .header-nav.full-sidenav .logo-header a{text-align:left}.header-sidenav .header-nav.full-sidenav .logo-header{padding:30px 40px 30px 28px}.header-sidenav .social-menu{padding:10px 30px 20px 30px}.header-nav .dlab-social-icon.ind-social ul{margin-bottom:5px}.header-nav .dlab-social-icon.ind-social li a{color:#111}.header-nav .dlab-social-icon.ind-social p{color:#111}.header-nav .dlab-social-icon{display:block;margin:0;margin-top:30px;margin-bottom:15px}.header-nav .dlab-social-icon li{color:#000;font-size:16px}.ft-contact .ft-contact-bx{padding:20px 20px 20px 75px}.ft-contact .ft-contact-bx img{width:35px;height:35px;left:25px}.ft-contact .ft-contact-bx p{line-height:26px;font-size:14px}.ft-contact .ft-contact-bx .title{margin:0 0 5px 0;font-size:18px;line-height:24px}.project-list{margin-bottom:0}.about-year span{font-size:70px;width:110px;height:120px}.section-head.style2 .title{font-size:30px}.about-year{margin-bottom:15px}.const-about .section-head{margin-bottom:30px}.project-info-box .project-content{padding:15px 20px 10px;width:350px}.project-info-box .list-details li{padding:8px 0;font-size:14px}.latest-project-info{padding:50px}.social-curve:before{left:-40%}.header-curve.ext-header .extra-nav:after{right:-100px}.header-curve.ext-header .extra-nav{width:30%}.header-curve.ext-header .navbar-toggler{z-index:99;position:relative}.frame-box .slide-content-area{max-width:500px;padding-left:50px}.frame-box .slide-content-box .slider-title{font-size:36px;line-height:46px}.frame-box .slide-content-box p{font-size:18px;line-height:28px}.frame-box .site-header.center .logo-header img{height:100px;width:100px}.frame-box .site-header.center .navbar-toggler{margin:16px 0 18px 15px}.frame-box .main-bar{padding:55px 0}.frame-box .site-header.center .navbar-nav>li{display:block;float:left;width:100%}.frame-box .header-nav .nav>li>a{background-color:#fff;color:#000;display:block;padding:8px 0;border-radius:0;font-size:18px;font-family:Roboto;font-weight:500}.frame-box .header-nav .nav>li:hover>a{border-radius:0;background-color:transparent;color:#000!important}.frame-box .header-nav .nav>li.active>a,.frame-box .header-nav .nav>li>a:hover{background-color:transparent;color:#000!important;border-radius:0}.frame-box .mo-left .header-nav .logo-header img{height:auto;width:150px}.frame-box .mo-left .header-nav .logo-header{display:block;float:none;height:90px;max-width:100%;padding:20px 15px 20px;width:100%;position:unset;left:0;transform:unset}.frame-box .site-header.center .is-fixed .container>.logo-header{z-index:0}.header-transparent.box-header .navbar-toggler span{background-color:#000}.header-transparent.box-header .navbar-toggler{margin:26px 0 18px 35px}.box-header .header-nav .nav>li>a{font-family:Roboto;border-bottom:1px solid rgba(0,0,0,.1)}.request-form{margin-top:0}.latest-project-info.style1{padding:50px 50px 0}.header-nav .nav>li.homedemo .mega-menu{margin:0;padding:10px 0}.header-nav .nav>li.homedemo .mega-menu>li>a{display:block;padding:5px 0 5px 15px;position:relative}.header-nav .nav>li.homedemo .mega-menu>li>a:after{content:"\f105";font-family:FontAwesome;width:auto;height:auto;background:0 0;top:3px;color:#000;font-size:18px;position:absolute;left:0;font-weight:700}.header-nav .nav>li.homedemo .mega-menu,.header-nav .nav>li.homedemo .mega-menu>li>a img{display:none;border-bottom:1px solid rgba(0,0,0,.1)}.header-nav .nav>li.homedemo.open .mega-menu{display:block}.header-nav .nav>li.homedemo .mega-menu>li{flex:0 0 100%;max-width:100%}.header-nav .nav>li.homedemo .mega-menu>li>a span{display:block;text-transform:capitalize;font-size:16px;font-weight:400;color:#505050}.header-nav .nav>li.homedemo .mega-menu>li:nth-child(2n){background:0 0}.frame-box .top-bar{padding:8px 0 8px 0}}@media only screen and (max-width:767px){.header-sidenav .menu-icon-in span{height:2px}.header-sidenav .menu-icon-in{width:20px;height:16px}.header-sidenav .menu-icon{width:50px;height:50px}.contact-no-area .title{font-size:36px;line-height:50px;margin-bottom:20px}.counter-style-5{padding:30px 15px}.counter-style-5 .counter{font-size:36px;line-height:46px;margin-bottom:5px}.counter-staus-box .section-head .title{font-size:36px;line-height:46px}.counter-style-5 p{font-size:14px}.counter-style-5 .icon-xl i{font-size:50px;line-height:50px}.counter-staus-box .play-btn{margin-bottom:20px}.service-media-bx .dlab-info{padding:25px 0 10px 0}.service-media-bx{padding:15px}.ft-contact .ft-contact-bx:after{content:unset}.ft-contact .ft-contact-bx{flex:0 0 100%;max-width:100%;padding:25px 20px 5px 75px}.ft-contact{padding-bottom:20px}.project-slider .about-content{padding-top:30px}.project-slider:after{content:unset}.project-info-box .project-media img{height:300px;object-fit:cover}.project-carousel-1 .owl-nav{right:0;bottom:10px}.project-info-box .project-content{width:300px}.project-carousel-1 .owl-next,.project-carousel-1 .owl-prev{font-size:14px;letter-spacing:1px;margin:0 10px}.social-curve:before{left:-30%}.header-curve.ext-header .extra-nav{width:35%;padding:11px 0}.frame-box .slide-content-area{max-width:100%;padding-left:35px;padding-right:100px}.frame-box .slide-content-box .slider-title{font-size:30px;line-height:40px}.frame-box .slide-content-box p{font-size:16px;line-height:26px}.frame-box .area-frame .container{padding:15px;border-radius:10px}.frame-box .area-frame .container:after,.frame-box .top-bar:after{content:unset}.frame-box .main-bar{padding:25px 0}.frame-box .dlab-topbar-right{display:none}.section-head.style1 .title{font-size:36px;line-height:46px}.header-transparent.box-header .is-fixed .navbar-toggler,.header-transparent.box-header .navbar-toggler{margin:17px 0 15px 20px}.box-header .extra-nav .site-button,.box-header .is-fixed .extra-nav .site-button{height:50px}.box-header.site-header .extra-nav,.box-header.site-header .is-fixed .extra-nav{padding:0}.dlab-services-box{padding:30px}.service-year{font-size:100px;line-height:120px}.latest-project-info.style1{padding:30px 30px 0}.list-check.list-2.rounded.border[class*=list-] li{width:100%}}@media only screen and (max-width:591px){.site-filters .button-sm{font-size:12px;padding:5px 15px}.contact-no-area .title{font-size:26px;line-height:40px;margin-bottom:10px}.contact-no .no{font-size:20px;line-height:30px}.contact-no .contact-right .site-button{padding:12px 24px;font-size:12px}.contact-no .contact-left{padding-right:15px}.contact-no .contact-right{padding-left:15px}.counter-staus-box .section-head .title{font-size:28px;line-height:40px}.service-media-bx .dlab-title{font-size:20px;line-height:30px}.service-media-bx .dlab-info{padding:25px 0 15px 0}.service-media-bx{padding:10px}.ft-contact{margin:0 0}.service-box.style1{padding:30px;margin:10px 20px 25px}.service-box.style1 .title{font-size:18px;line-height:28px}.project-owbx{padding:20px 15px 15px;margin:20px 0 30px}.project-slider .about-content{padding-left:0}.project-info-box .project-media img{height:350px}.service-box.style4{padding:30px}.row.sp15,.sp15{margin-left:0;margin-right:0}.latest-project-info{padding:30px}.latest-project-info h2{font-size:30px;line-height:40px;margin-bottom:10px}.social-curve{padding:15px 0}.social-curve:before{left:-10%}.social-curve .social-icon .title{font-size:16px}.social-curve .social-icon li a{font-size:16px;padding:2px}.box-header .extra-nav .site-button,.frame-box .slide-content-area,.header-curve.ext-header .extra-nav{display:none}.header-curve.ext-header .container-fluid{padding-left:15px;padding-right:15px}.frame-box .area-frame .container{padding:15px}.frame-box .service-list li:after{width:35px;height:35px;line-height:35px}.frame-box .service-list li{font-size:16px;line-height:26px;padding-left:50px}.frame-box .testimonial-text p{font-size:16px;line-height:28px}.frame-box .container>.logo-header,.frame-box .site-header.center .container>.logo-header img{height:60px;width:100px}.frame-box .main-bar{padding:20px 0 20px}.frame-box .area-frame{margin-bottom:0}.frame-box .section-full:last-child{margin-bottom:0}.section-head.style1 .title{font-size:30px;line-height:40px}.section-head.style1 p{font-size:14px}.box-header.header-transparent .main-bar{padding:0 15px}.request-form .form-group{margin-bottom:15px}}.dlab-team4{text-align:center}.dlab-team4 .dlab-media{border-radius:50%;overflow:hidden;position:relative}.dlab-team4 .dlab-media:after,.dlab-team4 .dlab-media:before{content:"";width:100%;height:100%;border-radius:50%;border:13px solid #e6e5e5;position:absolute;top:0;left:0}.dlab-team4 .dlab-media:after{border-color:var(--color-primary) #e6e5e5 #e6e5e5 var(--color-primary);z-index:1;transform:rotate(-10deg);transition:all .8s ease 0s;-moz-transition:all .8s ease 0s;-webkit-transition:all .8s ease 0s;-ms-transition:all .8s ease 0s;-o-transition:all .8s ease 0s}.dlab-team4:hover .dlab-media:after{transform:rotate(350deg)}.dlab-team4 img{width:100%;height:auto}.dlab-team4 .dlab-title{font-size:20px;font-weight:700;color:#222;padding-bottom:15px;margin:15px 0 10px 0;position:relative}.dlab-team4 .dlab-title:after{content:"";width:30px;height:2px;background:#222;margin:0 auto;position:absolute;bottom:0;left:0;right:0}.dlab-team4 .dlab-position{display:block;font-size:16px;font-style:italic;color:#777;margin-bottom:10px}.dlab-team4 .dlab-social-icon li a.site-button.gray-light. .dlab-team5 .dlab-social-icon li a{background-color:#e0e0e0;color:#999;line-height:30px;margin:0 1px}.dlab-team4 .dlab-social-icon li a.site-button:hover,.dlab-team5 .dlab-social-icon li a.site-button:hover{background:var(--color-primary);color:#fff}.dlab-team5{text-align:center;overflow:hidden;position:relative;z-index:1}.dlab-team5 .dlab-border-left:after,.dlab-team5 .dlab-border-left:before,.dlab-team5 .dlab-border-right:after,.dlab-team5 .dlab-border-right:before{content:"";width:50px;height:50px;background:var(--color-primary);position:absolute;z-index:-1}.dlab-team5 .dlab-border-left:after{left:0;top:0}.dlab-team5 .dlab-border-left:before{bottom:0;left:0}.dlab-team5 .dlab-border-right:before{right:0;bottom:0}.dlab-team5 .dlab-border-right:after{top:0;right:0}.dlab-team5 .dlab-media{margin:5px;position:relative;border:3px solid #fff;transition:all .5s ease 0s}.dlab-team5:hover .dlab-media{border-color:#33343e}.dlab-team5 .dlab-media:after{content:"";width:100%;height:0;background:#33343e;position:absolute;top:0;left:0;opacity:0;transform-origin:0 0 0;transition:all .5s ease 0s}.dlab-team5:hover .dlab-media:after{height:100%;opacity:.85}.dlab-team5 img{width:100%;height:auto}.dlab-team5 .dlab-info{width:100%;position:absolute;top:-50%;left:0;transition:all .5s ease .2s}.dlab-team5:hover .dlab-info{top:50%;transform:translateY(-50%)}.dlab-team5 .dlab-title a{color:#fff}.dlab-team5 .dlab-title{font-size:18px;font-weight:600;margin:0 0 5px 0}.dlab-team5 .dlab-position{font-size:14px;color:#fff;line-height:26px;text-transform:capitalize;display:block;margin-bottom:10px}.dlab-team6{background:#000;text-align:center;box-shadow:0 0 3px rgba(0,0,0,.3);overflow:hidden;position:relative}.dlab-team6 img{width:100%;height:auto;transition:all .55s ease 0s}.dlab-team6:hover img{opacity:.5}.dlab-team6 .dlab-info{padding:5px 10px 10px;position:absolute;top:50%;left:50%;opacity:0;transform:rotate(45deg) translate(-50%,-50%);transform-origin:0 0;transition:all .55s ease 0s}.dlab-team6:hover .dlab-info{opacity:1}.dlab-team6 .dlab-info:after,.dlab-team6 .dlab-info:before{content:"";width:400px;height:2px;background:var(--color-primary);position:absolute;top:0;left:10px;transform:translateX(100%);transition:all .55s ease 0s}.dlab-team6 .dlab-info:after{top:auto;left:auto;bottom:0;right:10px;transform:translateX(-100%)}.dlab-team6:hover .dlab-info:after,.dlab-team6:hover .dlab-info:before{transform:translate(0,0);transition-delay:.15s}.dlab-team6 .dlab-title{font-size:20px;font-weight:600;color:#fff;margin:0 0 5px;line-height:26px}.dlab-team6 .dlab-title:after,.dlab-team6 .dlab-title:before{content:"";width:2px;height:300px;background:var(--color-primary);position:absolute;top:10px;right:0;transform:translateY(100%);transition:all .55s ease 0s}.dlab-team6 .dlab-title:after{top:auto;right:auto;bottom:10px;left:0;transform:translateY(-100%)}.dlab-team6:hover .dlab-title:after,.dlab-team6:hover .dlab-title:before{transform:translate(0,0)}.dlab-team6 .dlab-position{display:block;padding:5px 10px;background:var(--color-primary);font-size:17px;font-weight:700;margin-bottom:10px;color:#fff;text-transform:capitalize}.team-carousel .owl-item.active.center .dlab-team7{background-color:#fff;box-shadow:5px 5px 20px 0 rgba(0,0,0,.1);transition:all .5s;transform:scale(1.05)}.dlab-team7{padding:30px;text-align:center;border-radius:10px;margin:30px 0;transition:all .5s}.dlab-team7 .dlab-media{border-radius:50%;overflow:hidden;margin-bottom:20px}.dlab-team7 .dlab-title{line-height:24px;margin-bottom:5px}.dlab-team7 .dlab-position{display:block;margin-bottom:10px}.dlab-team8 .dlab-title{margin-bottom:5px;margin-top:15px}.dlab-team8 .dlab-info{text-align:center}.dlab-team8 .dlab-media{position:relative}.dlab-team8:hover .dlab-media .dlab-social-icon{opacity:1;transition:all .5s}.dlab-team8 .dlab-media .dlab-social-icon{position:absolute;left:0;top:0;display:flex;width:100%;height:100%;flex-wrap:wrap;margin:0;opacity:1;transition:all .5s}.dlab-team8 .dlab-media .dlab-social-icon li{width:50%;position:relative}.dlab-team8 .dlab-media .dlab-social-icon li a{border-radius:0;width:100%;height:100%;font-size:24px;padding:30px;position:relative;transition:all .5s}.dlab-team8 .dlab-media .dlab-social-icon li a:before{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.dlab-team8 .dlab-media .dlab-social-icon li:nth-child(1) a{top:-100%}.dlab-team8:hover .dlab-media .dlab-social-icon li:nth-child(1) a{top:0;transition:all .5s}.dlab-team8 .dlab-media .dlab-social-icon li:nth-child(4) a{bottom:-100%}.dlab-team8:hover .dlab-media .dlab-social-icon li:nth-child(4) a{bottom:0;transition:all .5s}.dlab-team8 .dlab-media .dlab-social-icon li:nth-child(2) a{right:-100%}.dlab-team8:hover .dlab-media .dlab-social-icon li:nth-child(2) a{right:0;transition:all .5s}.dlab-team8 .dlab-media .dlab-social-icon li:nth-child(3) a{left:-100%}.dlab-team8:hover .dlab-media .dlab-social-icon li:nth-child(3) a{left:0;transition:all .5s}.dlab-team9 .dlab-title a{color:#fff;display:block;padding:25px 10px}.dlab-team9 .dlab-media.dlab-media-right .dlab-info-has{background-color:var(--color-primary);border-radius:20px 0 0 20px;top:50px;transition:all .8s;-webkit-transition:all .8s;-moz-transition:all .8s;-o-transition:all .8s}.dlab-team9 .dlab-social-icon li a{vertical-align:middle;padding:7px 5px;height:auto;width:auto;font-size:16px}.dlab-team9 .dlab-info{position:unset}.dlab-team9 .dlab-title{background-color:var(--color-primary);font-weight:500;bottom:0;position:absolute;color:#fff;display:block;left:0;font-size:14px;letter-spacing:3px;height:100%;transition:all .8s;writing-mode:tb-rl;top:0;margin:0;transform-origin:left;text-align:right;line-height:24px;text-transform:uppercase;opacity:.8;-ms-opacity:.8}.testimonial-11{display:flex;align-items:center;padding:0 100px 30px}.testimonial-11 .testimonial-pic{width:250px;height:auto;border:0;min-width:250px;margin-right:30px;border-radius:10px;overflow:hidden}.testimonial-11 .testimonial-text{padding:0 0 15px}.testimonial-11 .testimonial-name{font-size:20px;line-height:30px}.testimonial-11 .testimonial-text p{line-height:32px;font-size:18px;font-style:italic}.owl-btn-white .owl-nav .owl-next,.owl-btn-white .owl-nav .owl-prev{color:#fff;opacity:.8}.testimonial-10 .testimonial-text,.testimonial-9 .testimonial-text{margin-bottom:10px}.testimonial-10 .testimonial-text p,.testimonial-9 .testimonial-text p{font-size:16px}.testimonial-10 .testimonial-name,.testimonial-9 .testimonial-name{font-size:18px;text-transform:capitalize}.testimonial-10 .testimonial-position,.testimonial-9 .testimonial-position{text-transform:capitalize;font-size:14px;color:var(--color-primary)}.testimonial-11.testimonial-box{background-color:#fff;box-shadow:5px 5px 30px 0 rgba(0,0,0,.1);margin:30px 100px;padding:40px}.testimonial-11.testimonial-box .testimonial-pic{border-radius:0}.testimonial-11.testimonial-box .quote-left:before,.testimonial-11.testimonial-box .quote-right:after{font-size:50px;color:rgba(0,0,0,.1)}.testimonial-11.testimonial-box .testimonial-detail{padding:50px 85px}.testimonial-11.testimonial-box .quote-left:before{left:20px;top:0}.testimonial-11.testimonial-box .quote-right:after{top:auto;right:50px;bottom:50px}.testimonial-11.testimonial-box .testimonial-text p{line-height:28px;font-size:16px}.owl-btn-2.radius-no .owl-nav .owl-next,.owl-btn-2.radius-no .owl-nav .owl-prev{border-radius:0}.owl-btn-2.owl-btn-md .owl-nav .owl-next,.owl-btn-2.owl-btn-md .owl-nav .owl-prev{height:60px;width:60px;line-height:60px;font-size:24px}.testimonial-box-carousel .owl-nav .owl-prev{left:140px}.testimonial-box-carousel .owl-nav .owl-next{right:140px}.testimonial-12{display:flex}.testimonial-12 .testimonial-pic{padding:0;width:200px;min-width:200px;height:200px;border:0;margin:30px -80px 30px 0}.testimonial-12 .testimonial-text{padding:0}.testimonial-12 .testimonial-detail{background-color:var(--color-primary);padding:50px 30px 50px 110px}.testimonial-12 h4.testimonial-name{font-size:22px}.testimonial-12 .testimonial-position{font-size:16px;letter-spacing:1px;margin-bottom:10px}.testimonial-num-count{width:750px;margin:auto}.owl-num-count .owl-dots{text-align:right;counter-reset:li}.owl-num-count .owl-dots{text-align:right;counter-reset:li;justify-content:flex-end;display:flex}.owl-num-count .owl-dots .owl-dot{display:flex;align-items:center;padding:5px;cursor:pointer;font-size:18px}.owl-num-count .owl-dots .owl-dot span{margin:0;width:0;border-radius:0;height:2px;transition:all .5s;margin-left:5px}.owl-num-count .owl-dots .owl-dot.active:before{color:#000}.owl-num-count .owl-dots .active.owl-dot span{width:40px;background-color:#000}.owl-num-count .owl-dots .owl-dot:before{content:counter(li,decimal);counter-increment:li;font-weight:500;color:#a0a0a0}.testimonial-13{border:1px solid rgba(0,0,0,.09);box-shadow:5px 25px 35px -35px #736d6d;margin:40px 15px 20px;border-radius:10px;background-color:#fff;transition:all .5s}.testimonial-13 .testimonial-detail{padding:25px 0 20px 20px;border-top:1px solid rgba(0,0,0,.09)}.testimonial-13 .testimonial-pic{width:70px;height:70px;border:0;float:left;margin-right:15px}.testimonial-13 .testimonial-text{padding:85px 25px 25px}.testimonial-13 .quote-left:before{font-size:50px;color:var(--color-primary);top:-75px}.testimonial-13-area.owl-theme .owl-dots{margin-top:0}.owl-item.active.center .testimonial-13 .testimonial-text{background-color:transparent;color:#6f6f6f}.owl-item.active.center .testimonial-13{margin-top:0;transition:all .5s}.testimonial-14{border:10px solid;padding:40px 0 25px 0;margin:30px 30px 10px;text-align:center;position:relative}.testimonial-14 .testimonial-detail{padding:7px 0;margin:0 -30px 20px;border:7px solid #fff;background:var(--color-secondry);font-size:22px;font-weight:700;color:#fff;letter-spacing:1px;text-transform:uppercase;position:relative}.testimonial-14 .testimonial-detail:before{content:"";border-top:15px solid;border-left:15px solid transparent;border-bottom:15px solid transparent;position:absolute;bottom:-37px;left:0}.testimonial-14 .testimonial-detail:after{content:"";border-top:15px solid;border-right:15px solid transparent;border-bottom:15px solid transparent;position:absolute;bottom:-37px;right:0}.testimonial-14.quote-left:before{width:100px;height:100px;line-height:100px;background:#fff;margin:0 auto;font-size:70px;font-weight:900;color:var(--color-primary);position:absolute;top:-60px;left:0;right:0}.bg-gray .testimonial-14.quote-left:before{background:#f7f9fb}.testimonial-14 .testimonial-detail{border-color:#f7f9fb}.testimonial-15{margin:0 0 20px;position:relative}.testimonial-15 .testimonial-pic{width:70px;height:70px;border:3px solid #fff;float:left;margin-right:15px}.testimonial-15:after{content:"";width:1px;height:100%;position:absolute;right:-2px;background:#fff;top:0;opacity:.2}.testimonial-15 .testimonial-text{padding:40px 30px 20px 0}.testimonial-15 .testimonial-text p{font-size:18px;font-weight:300;line-height:32px}.testimonial-15 .testimonial-name{margin-top:10px}.testimonial-15 .testimonial-detail{padding:0}.testimonial-15 .quote-left:before,.testimonial-15 .quote-right:after{font-size:24px;line-height:24px;color:var(--color-primary)}.testimonial-15 .quote-right:before{top:0}.testimonial-15 .quote-right:after{top:auto;bottom:0;right:30px}.testimonial-15 .testimonial-position{color:var(--color-primary)}.testimonial-15.text-white .quote-left:before,.testimonial-15.text-white .quote-right:after,.testimonial-15.text-white .testimonial-position{color:rgba(255,255,255,.8)}.section-full.bg-black .testimonial-15 .quote-left:before,.section-full.bg-black .testimonial-15 .quote-right:after,.section-full.bg-secondry .testimonial-15 .quote-left:before,.section-full.bg-secondry .testimonial-15 .quote-right:after{color:var(--color-primary)}.portfolio-style1{position:relative;overflow:hidden}.portfolio-style1 .portfolio-info .title{font-size:26px}.portfolio-style1 .portfolio-info{position:absolute;left:0;bottom:-100%;padding:30px 200px 30px 30px;transition:all .8s;z-index:99}.portfolio-style1 .portfolio-info .title a,.portfolio-style1 .portfolio-info p{color:#fff}.portfolio-style1 .portfolio-info p{margin-bottom:0}.project-carousel .owl-item.active.center .portfolio-style1 .portfolio-info{transition:all .8s;bottom:0}.project-carousel .owl-item.active.center .portfolio-style1 .dlab-img-overlay1:before{opacity:.5}.call-action.style2 h2.title{font-size:36px;line-height:46px;font-family:poppins;font-weight:700;letter-spacing:1px;margin-bottom:15px}.call-action.style2{padding:0}.call-action.style2 h3{font-size:26px;font-weight:600;font-family:poppins;line-height:36px;margin-bottom:15px}.call-action.style2 i.call-icon{font-size:100px;margin-bottom:50px;position:relative}.call-action.style2 i.call-icon:after{content:"\f10b";font-size:45%;color:var(--color-primary);position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.service-box-5 .dlab-info{margin-top:20px}.service-box-5 .icon-bx{float:left;margin-right:20px}.service-box-5 .dlab-info .title{font-size:20px;margin-bottom:5px}.service-box-5 .dlab-info p{line-height:26px}.site-footer.style2 .footer-top{background-color:#fff;position:relative}.site-footer.style2 .recent-posts-entry .widget-post{border-bottom:1px solid rgba(0,0,0,.09);padding-bottom:20px;margin-bottom:20px}.site-footer.style2 .recent-posts-entry .post-title{line-height:30px;font-size:18px;font-weight:600}.site-footer.style2 .footer-title,.site-footer.style2 .recent-posts-entry .post-date strong,.site-footer.style2 .recent-posts-entry .post-title a,.site-footer.style2 .widget .list-2 li a,.site-footer.style2 .widget_getintuch li{color:#000}.site-footer.style2 .container-fluid{padding-left:50px;padding-right:50px}.site-footer.style2 .subscribe-form input{border:1px solid rgba(0,0,0,.1);margin-right:0}.site-footer.style2 .subscribe-form .input-group-btn{padding-left:0}.site-footer.style2 .widget{padding:0 5px;z-index:1;position:relative}.site-footer.style2 .footer-top:after{content:"";position:absolute;top:0;bottom:0;left:0;width:33.33%;background-color:#f1f1f1;z-index:0}.site-footer.style2 .widget .list-2 li{padding:8px 8px 8px 20px;font-size:16px;color:#000;font-weight:600}.site-footer.style2 .widget p{font-size:16px;line-height:28px;color:#747477}.site-footer.style2 .widget.widget_about{padding:0 50px 0 5px}.site-footer.style2 .widget.widget_getintuch li i{color:var(--color-primary);top:0}.site-footer.style2 .footer-logo{margin-bottom:30px;width:200px}.site-footer.style2 .widget.widget_getintuch{border-top:1px solid rgba(0,0,0,.1);padding:20px 0 0;margin-top:20px}.site-footer.style2 .widget.widget_getintuch li{font-size:15px;line-height:24px;text-transform:capitalize;color:#747477}.site-footer.style2 .site-button-link i{margin-left:0}@media only screen and (max-width:1024px){.site-footer.style2 .footer-top{padding:60px 0 0}.site-footer.style2 .container-fluid{padding-left:15px;padding-right:15px}.site-footer.style2 .widget.widget_about{padding:0 5px}.testimonial-box-carousel .owl-nav .owl-next{right:60px}.testimonial-box-carousel .owl-nav .owl-prev{left:60px}.testimonial-11.testimonial-box{padding:30px}.testimonial-11.testimonial-box .quote-left:before,.testimonial-11.testimonial-box .quote-right:after{font-size:36px}.testimonial-11.testimonial-box .testimonial-detail{padding:50px}.testimonial-11 .testimonial-pic{margin-right:15px}.testimonial-num-count{width:100%;padding:0 50px}.header-nav .nav>li .sub-menu.right{right:0;left:auto}.portfolio-style1 .portfolio-info{padding:30px}.dlab-quik-search span{right:30px}.dlab-quik-search.On form{max-width:100%;padding:0 30px}.box-header .extra-nav .site-button{height:65px}}@media only screen and (max-width:991px){.site-footer.style2 .footer-top:after{content:unset}.testimonial-11{padding:0 60px 30px}.testimonial-11 .testimonial-text p{line-height:30px;font-size:16px}.testimonial-11 .testimonial-pic{width:150px;min-width:150px;margin-right:20px}.testimonial-11.testimonial-box{margin:20px 40px}.testimonial-box-carousel .owl-nav .owl-next{right:0}.testimonial-box-carousel .owl-nav .owl-prev{left:0}.testimonial-12 .testimonial-pic{width:150px;min-width:150px;height:150px;margin:25px -80px 25px 0}.testimonial-12 .testimonial-detail{padding:25px 25px 25px 100px}.dlab-team4{padding:0 50px}.dlab-team6 .dlab-position{font-size:14px;font-weight:500;margin-bottom:5px}.dlab-team6 .dlab-title{font-size:16px;line-height:22px}.header-nav .nav>li:active>a,.header-nav .nav>li:focus>a,.header-nav .nav>li:hover>a{color:#313444!important}.frame-box .gallery-bx>div:last-child{padding-left:15px}.frame-box .gallery-bx>div:first-child{padding-right:15px;border-right:0}.frame-box .section-head{margin-bottom:30px}.frame-box .content-inner,.frame-box .content-inner-1{padding-top:60px}.frame-box .client-carousel .owl-nav .owl-prev{left:0}.frame-box .client-carousel .owl-nav .owl-next{right:0}.portfolio-style1 .portfolio-info p{font-size:14px;line-height:24px}.portfolio-style1 .portfolio-info{padding:30px 250px 30px 30px}.site-footer.footer-full .p-tb60{padding-bottom:30px}.footer-box .title,.header-box .title{font-size:30px;letter-spacing:1px;margin-bottom:10px;line-height:40px}}@media only screen and (max-width:767px){.site-footer.style2 .widget{margin-bottom:30px}.site-footer.style2 .footer-top{padding:40px 0 0}.site-footer.style2 .widget.widget_about{margin-bottom:40px}.site-footer.style2 .widget .subscribe-form{margin-top:15px}.testimonial-11 .testimonial-pic{width:100px;min-width:100px;margin-right:15px}.testimonial-11 .testimonial-text p,.testimonial-11.testimonial-box .testimonial-text p,.testimonial-15 .testimonial-text p{line-height:26px;font-size:14px}.testimonial-11{padding:0 50px 10px}.testimonial-11 .testimonial-name{font-size:16px;line-height:26px;margin-bottom:0}.testimonial-11.testimonial-box .quote-left:before,.testimonial-11.testimonial-box .quote-right:after{font-size:30px}.testimonial-11.testimonial-box .quote-left:before{left:0}.testimonial-11.testimonial-box .quote-right:after{right:0}.testimonial-11.testimonial-box .testimonial-detail{padding:45px 10px 0 0}.testimonial-11.testimonial-box{padding:20px}.testimonial-11.testimonial-box{margin:15px 25px}.owl-btn-2.owl-btn-md .owl-nav .owl-next,.owl-btn-2.owl-btn-md .owl-nav .owl-prev{height:45px;width:45px;line-height:45px;font-size:20px}.testimonial-box-carousel .owl-nav .owl-next{right:-10px}.testimonial-box-carousel .owl-nav .owl-prev{left:-10px}.testimonial-12 .testimonial-detail{padding:70px 30px 30px;text-align:center}.testimonial-12{display:block}.testimonial-12 .testimonial-pic{width:100px;min-width:100px;height:100px;margin:0 auto -50px;display:block}.dlab-team7 .dlab-title{line-height:24px;font-size:18px}.dlab-team4{padding:0 10px}.frame-box .content-inner,.frame-box .content-inner-1{padding-top:30px}.frame-box .testimonial-text p{font-size:18px;line-height:30px}.frame-box .service-list{margin-bottom:0}.box-header .extra-nav .site-button{height:50px}.banner-form .bootstrap-select.btn-group .dropdown-toggle .caret{top:19px}.cargo-banner .title{font-size:36px;line-height:46px}.portfolio-style1 .portfolio-info{padding:30px}.call-action.style2 i.call-icon{font-size:70px;margin-bottom:20px}.call-action.style2 h2.title{font-size:30px;line-height:40px;margin-bottom:10px}.call-action.style2 h3{font-size:24px;line-height:34px;margin-bottom:10px}.contact-action{padding:50px 0 20px}.contact-action.style2{padding-bottom:50px}.footer-box .title,.header-box .title{margin-top:20px}}@media only screen and (max-width:591px){.site-footer.style2 .recent-posts-entry .post-title{line-height:28px;font-size:16px}.site-footer.style2 .recent-posts-entry .widget-post{padding-bottom:15px;margin-bottom:15px}.site-footer.style2 .widget .list-2 li{padding:5px 5px 5px 20px;font-size:14px}.site-footer.style2 .footer-logo{margin-bottom:20px;width:180px}.testimonial-11{display:block}.testimonial-num-count{padding:0}.testimonial-14 .testimonial-detail{margin:0 -30px 0}.testimonial-14 .testimonial-text{padding:15px 15px 0}.dlab-team4{padding:0 30px}.service-box-2 .dlab-info{padding:20px 10px 10px}.frame-box .footer-title{margin-bottom:20px}.contact-action{padding:30px 0 0}.testimonial-10 .testimonial-pic{position:relative}.testimonial-10{padding-left:0;text-align:center}.site-footer .widget .m-b30{margin-bottom:15px}.banner-form .bootstrap-select .dropdown-toggle,.banner-form .form-control,.banner-form .site-button{height:45px;font-size:15px}.banner-form .bootstrap-select.btn-group .dropdown-toggle .caret{top:17px}.cargo-banner .title{font-size:26px;line-height:36px}.portfolio-style1 .portfolio-info{padding:20px}.portfolio-style1 .portfolio-info .title{font-size:20px;line-height:30px;margin-bottom:10px}.site-footer.footer-full .p-tb60{padding-top:50px;padding-bottom:20px}.testimonial-11{padding:0 10px 10px;text-align:center}.testimonial-11-area .owl-nav{display:none}.contact-action.style2{padding-bottom:30px}.pricingtable-style2-area{margin-top:0}.content-inner{padding-bottom:0;padding-top:30px}.inquiry-form .form-control{font-size:14px}.inquiry-form .form-group{margin-bottom:15px}.counter-style-5 p{font-size:12px}.counter-style-5{padding:30px 10px}.footer-box .title,.header-box .title{font-size:24px;margin-bottom:10px;line-height:34px}.footer-box,.header-box{padding:20px 20px 0 20px}}.dlab-social-icon.border,.dlab-tabs.bg-tabs.vertical.border,.dlab-tabs.bg-tabs.vertical.right.border,.dlab-tabs.border,.dlab-tabs.border-top,.dlab-tabs.border-tp.border.bg-tabs,.dlab-tabs.border.bg-tabs,.dlab-tabs.vertical.border,.dlab-tabs.vertical.right.border{border:0!important}.inquiry-form .input-group-addon textarea{border-bottom:0}.portfolio-ic .check-km i.icon-bx-xs{color:#000!important}.portfolio-ic .check-km i.icon-bx-xs:hover{background:0 0!important;border:2px solid #fff;color:#fff!important}.navstyle2 .header-nav .nav>li.active>a:after,.navstyle2 .header-nav .nav>li:hover>a:after{background-color:transparent}.white.btnhover13:hover::after,.white.btnhover14:hover::after,.white.btnhover15:hover::after{background-color:#f4f4f4}.footer-top.bg-primary .subscribe-form .form-control::placeholder{color:#fff}[type=button]:focus{outline:0}.inquiry-form .bootstrap-select{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.inquiry-form .bootstrap-select .dropdown-toggle{border-width:0 0 1px 0!important;border-radius:0;font-size:16px;color:#777;border-color:#e1e6eb!important;padding-left:12px}.inquiry-form .bootstrap-select.btn-group .dropdown-menu{border:0;box-shadow:-5px 5px 10px 0 rgba(0,0,0,.1)}.inquiry-form .bootstrap-select div.dropdown-menu ul li a{padding:8px 15px;font-size:14px}@media (min-width:1200px){.container{max-width:1200px}}@media only screen and (max-width:991px){.header-nav .nav>li .mega-menu,.header-nav .nav>li .sub-menu,.header-nav .nav>li ul{background:0 0!important}.dlab-bnr-inr-entry{display:table-cell;vertical-align:middle}.frame-box .mo-left .header-nav .logo-header:after{content:none}}@media only screen and (max-width:767px){.dlab-topbar-left ul li:after{right:0}.frame-box .footer-top{padding:40px 0 15px;margin-top:10px}.frame-box .ft-contact{padding-bottom:0}.frame-project-area .m-t40,.frame-sr-list-area .m-t40{margin-top:20px}.gallery-bx .m-t20{margin-top:10px}.site-footer.map-footer .p-tb60{padding:35px 10px}.site-filters{margin-bottom:15px}.service-box-4-area.m-b30{margin-bottom:0}.portbox3 .portinner{max-width:80%;width:80%;min-width:80%}.area-frame{margin-bottom:50px}.frame-box .site-header.center .container>.logo-header{top:5px}.section-content.box-sort-in.m-t80{margin-top:0}.section-content.box-sort-in.p-t50.p-t10{padding-top:0;padding-bottom:0}.section-content.box-sort-in.p-tb50{padding-top:0;padding-bottom:0}.dlab-accordion.faq-1.m-b30,.pricing-table-title{margin-bottom:0}.pricing-table-box-area .section-content.p-tb30{padding-top:0}.dz_error-405 .widget{margin-bottom:10px}.section-full.p-b80{padding-bottom:50px}.alert-box-area .dlab-divider,.tabs-box-area .dlab-divider,.team-box-area .dlab-divider{margin:0}.pricing-table-box-area .pricingtable-row.m-b30,.pricing-table-col-gap .pricingtable-wrapper{margin-bottom:0}}@media only screen and (max-width:591px){.service-box.style3 .icon-bx-wraper{padding:35px 30px}.about-industry .img-cover{min-height:300px}.counter-staus-box .play-btn{margin-top:0}.frame-box .site-header.center .container>.logo-header{top:15px}form .g-recaptcha{margin-bottom:-25px}.shop-cart .dropdown-menu.cart-list{top:50px}.shop-account h2{font-size:28px;line-height:38px;margin-bottom:25px}.blog-md.blog-post .dlab-pfost-media,.blog-md.blog-post .dlab-post-info{margin-bottom:0}.pagination-bx{margin-bottom:10px}.pagination-bx.m-b30{margin-bottom:30px}.alignleft,.alignright{margin-left:0;margin-right:0;width:100%}blockquote{margin-top:25px;margin-bottom:25px}}::-moz-selection{color:#fff}::selection{color:#fff}