/*-----------------------------------------------------------------------------------
    Template Name: Queak 
    Template URI: http://pratik.geniusocean.com
    Description: Cleaning Service HTML Template
    Author: MegaSoftSolutions
    Author URI: https://themeforest.net/user/megasoftsolutions/portfolio
    Version: 1.0
-----------------------------------------------------------------------------------
    CSS INDEX
    ===================
    01. Theme default CSS
	02. Header
    03. Hero
	04. Footer
-----------------------------------------------------------------------------------*/
/*===========================
    1. COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css?family=Heebo:300,400,500,700|Poppins:400,500,500i,600i,700,700i|Rubik&display=swap");
body {
  font-family: "Heebo", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #83868c;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus,
.slick-initialized .slick-slide:focus {
  text-decoration: none;
  outline: none;
}

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

i,
span,
a {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #13287d;
  margin: 0px;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
  font-weight:200;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  
}

p {
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  color: #83868c;
  margin: 0px;
  font-family: "Heebo", sans-serif;
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

/*others common css here*/
/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #1428a0;
  padding: 0 43px;
  font-size: 15px;
  line-height: 50px;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  font-family: "Poppins", sans-serif;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: #1428a0;
}

.main-btn:hover {
  background-color: #279e64;
  color: #fff;
  border-color: #279e64;
}

.main-btn.main-btn-2 {
  background-color: #279e64;
  color: #fff;
  border-color: #279e64;
}

.main-btn.main-btn-2:hover {
  background-color: #ffc600;
  border-color: #ffc600;
  color: #222;
}

.main-btn.main-btn-3 {
  background-color: #fff;
  color: #13287d;
  border-color: #fff;
}

.main-btn.main-btn-3:hover {
  background-color: #279e64;
  border-color: #279e64;
  color: #fff;
}

.main-btn.play-btn {
  border: none;
  background-color: transparent;
  padding: 0;
  color: #fff;
  position: relative;
  padding-left: 70px;
}

.main-btn.play-btn i {
  height: 50px;
  width: 50px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.section-title img {
  padding-bottom: 25px;
}

.section-title .title {
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  font-family: "Poppins", sans-serif;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title .title {
    font-size: 40px;
    line-height: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title .title {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .section-title .title {
    font-size: 28px;
    line-height: 38px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title .title {
    font-size: 40px;
    line-height: 50px;
  }
}

.section-title span {
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #666;
  padding-top: 15px;
  padding-bottom: 47px;
  font-size:22px;
}

.section-title.section-title-2 span {
  padding-top: 0;
  padding-bottom: 15px;
}

.section-title.section-title-2 .title {
  padding-bottom: 49px;
}







/*===========================
    HEADER css 
===========================*/
.header-area .header-top {
  border-bottom: 1px solid #e1e3e6;
  height: 80px;
}

.header-area .header-top .header-top-item .header-info ul li {
  display: inline-block;
  position: relative;
}

.header-area .header-top .header-top-item .header-info ul li span {
  font-size: 15px;
  color: #83868c;
}

.header-area .header-top .header-top-item .header-info ul li span span {
  font-size: 16px;
}

.header-area .header-top .header-top-item .header-info ul li i {
  position: absolute;
  left: -40px;
  top: 0;
  font-size: 24px;
  color: #279e64;
}

.header-area .header-top .header-top-item .header-info ul li:last-child {
  margin-left: 100px;
}

.header-nav {
  position: absolute;
  top: 80px;
  right: 0;
  left: 0;
  z-index: 99;
  background: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav {
    padding: 15px 0;
  }
}

@media (max-width: 767px) {
  .header-nav {
    padding: 15px 0;
  }
}

.header-nav.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
  z-index: 999;
  -webkit-animation: sticky 1.2s;
          animation: sticky 1.2s;
}

.header-nav.sticky .navbar .navbar-nav .nav-item a {
  line-height: 80px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav.sticky .navbar .navbar-nav .nav-item a {
    line-height: 40px !important;
  }
}

@media (max-width: 767px) {
  .header-nav.sticky .navbar .navbar-nav .nav-item a {
    line-height: 40px !important;
  }
}

.header-nav.sticky .navbar .navbar-nav .nav-item .sub-menu li a {
  line-height: 30px !important;
}

.header-nav .navigation .navbar {
  position: relative;
  padding: 0;
}

.header-nav .navigation .navbar .country-flag img {
  border: 5px solid #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(60, 110, 203, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(60, 110, 203, 0.2);
}

.header-nav .navigation .navbar .navbar-toggler {
  border: 0;
}

.header-nav .navigation .navbar .navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #222;
  margin: 5px 0;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.header-nav .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}

.header-nav .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.header-nav .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-collapse {
    position: absolute;
    top: 130%;
    left: 0;
    width: 100%;
    background-color: #279e64;
    z-index: 8;
    padding: 10px 16px;
    -webkit-box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);
  }
}

@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-collapse {
    position: absolute;
    top: 130%;
    left: 0;
    width: 100%;
    background-color: #279e64;
    z-index: 8;
    padding: 10px 16px;
    -webkit-box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav {
    margin-right: 0;
  }
}

.header-nav .navigation .navbar .navbar-nav .nav-item {
  position: relative;
}

.header-nav .navigation .navbar .navbar-nav .nav-item a {
  font-size: 18px;
  font-weight: 500;
  color: #13287d;
  text-transform: capitalize;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin: 0 12px;
  line-height: 90px;
  padding: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item a {
    color: #fff;
  }
}

@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item a {
    color: #fff;
  }
}

.header-nav .navigation .navbar .navbar-nav .nav-item a > i {
  margin-left: 2px;
  position: relative;
  top: 1px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item a > i {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item a > i {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item a {
    font-size: 14px;
    padding: 0 5px;
    margin: 0 6px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item a {
    padding: 0;
    display: block;
    border: 0;
    margin: 0;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item a {
    padding: 0;
    display: block;
    border: 0;
    margin: 0;
    line-height: 40px;
  }
}

.header-nav .navigation .navbar .navbar-nav .nav-item a span {
  padding-left: 5px;
  font-size: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item a span {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item a span {
    display: none;
  }
}

.header-nav .navigation .navbar .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}

.header-nav .navigation .navbar .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu {
  position: absolute;
  left: 0;
  top: 110%;
  width: 200px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 99;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    top: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: none;
    right: auto;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all none ease-out 0s;
    transition: all none ease-out 0s;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: left;
    border-top: 0;
  }
}

@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    top: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: none;
    right: auto;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all none ease-out 0s;
    transition: all none ease-out 0s;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: left;
    border-top: 0;
  }
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li {
  position: relative;
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li .sub-nav-toggler {
  color: #13287d;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a {
  display: block;
  padding: 8px 24px;
  position: relative;
  color: #7e7e7e;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 0;
  margin: 0 0;
  line-height: 30px;
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a i {
  float: right;
  font-size: 14px;
  margin-top: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a i {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a i {
    display: none;
  }
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a .sub-nav-toggler i {
  display: inline-block;
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li .sub-menu {
  right: auto;
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li .sub-menu {
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li .sub-menu {
    padding-left: 30px;
  }
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li:hover .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li:hover .sub-nav-toggler {
  color: #fff;
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li:hover > a {
  background-color: #279e64;
  color: #fff !important;
}

.header-nav .navigation .navbar .navbar-nav .nav-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
    display: inline-block;
    position: absolute;
    top: -14px;
    right: 0;
    padding: 10px 14px;
    font-size: 16px;
    background: none;
    border: 0;
    color: #fff;
  }
}

@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
    display: inline-block;
    position: absolute;
    top: -14px;
    right: 0;
    padding: 10px 14px;
    font-size: 16px;
    background: none;
    border: 0;
    color: #fff;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-btn {
    position: absolute;
    right: 70px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-btn {
    position: absolute;
    right: 70px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

header .header-social ul li {
  display: inline-block;
}

header .header-social ul li a {
  height: 40px;
  width: 40px;
  background: #eaebee;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #13287d;
  margin-right: 8px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

header .header-social ul li a:hover {
  background: #279e64;
  color: #fff;
}

.header-area.header-absolute {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background-color: transparent;
}

.header-area.header-absolute .header-top .header-top-item .header-info ul li {
  padding-left: 40px;
}

.header-area.header-absolute .header-top .header-top-item .header-info ul li span {
  color: #fff;
}

.header-area.header-absolute .header-top .header-top-item .header-info ul li i {
  left: 0;
  color: #fff;
}

.header-area.header-absolute .header-top .header-top-item .header-contact-info p {
  color: #fff;
  padding-right: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area.header-absolute .header-top .header-top-item .header-contact-info p {
    display: none;
  }
}

.header-area.header-absolute .header-nav {
  background-color: transparent;
  position: unset;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area.header-absolute .header-nav .navigation .navbar {
    padding-right: 60px;
  }
}

@media (max-width: 767px) {
  .header-area.header-absolute .header-nav .navigation .navbar {
    padding-right: 60px;
  }
}

.header-area.header-absolute .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu li a {
  color: #7e7e7e;
}

.header-area.header-absolute .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu li:hover a {
  background-color: #13287d;
}

.header-area.header-absolute .header-nav .navigation .navbar .navbar-nav .nav-item a {
  color: #fff;
}

.header-area.header-absolute .header-nav .navigation .navbar .navbar-social ul li a {
  background-color: #59659b;
  color: #fff;
}

.header-area.header-absolute .header-nav .navigation .navbar .navbar-social ul li a:hover {
  background-color: #279e64;
}

.header-area.header-absolute .header-nav .navigation .navbar .navbar-social ul li:last-child a {
  margin-right: 0;
}

.header-area.header-absolute .header-nav .navigation .navbar .navbar-toggler {
  position: absolute;
  right: 0;
}

.header-area.header-absolute .header-nav .navigation .navbar .navbar-toggler .toggler-icon {
  background: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area.header-absolute .header-nav .navigation .navbar .navbar-collapse {
    background-color: #13287d;
  }
}

@media (max-width: 767px) {
  .header-area.header-absolute .header-nav .navigation .navbar .navbar-collapse {
    background-color: #13287d;
  }
}

.header-area.header-absolute .header-nav.sticky {
  position: fixed;
  background-color: #13287d;
}

.header-area.header-absolute .header-top {
  border-color: #525e95;
}

@-webkit-keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}

@keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}

/*===========================
    BANNER css 
===========================*/
.banner-area {
  height: 850px;
  margin-top: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area {
    height: 700px;
  }
}

@media (max-width: 767px) {
  .banner-area {
    height: 600px;
  }
}

.banner-area .banner-content span {
  font-size: 18px;
  font-weight: 600;
  color: #ffc600;
}

.banner-area .banner-content span img {
  padding-right: 19px;
}

.banner-area .banner-content .title {
  font-size: 70px;
  font-weight: 700;
  color: #fff;
  line-height: 85px;
  padding-top: 17px;
  padding-bottom: 33px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner-area .banner-content .title {
    font-size: 60px;
    line-height: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area .banner-content .title {
    font-size: 52px;
    line-height: 62px;
  }
}

@media (max-width: 767px) {
  .banner-area .banner-content .title {
    font-size: 38px;
    line-height: 48px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-area .banner-content .title {
    font-size: 60px;
    line-height: 70px;
  }
}

.banner-area .banner-content p {
  color: #fff;
  line-height: 28px;
  opacity: 0.7;
  padding-right: 42px;
  padding-bottom: 55px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner-area .banner-content p {
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area .banner-content p {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .banner-area .banner-content p {
    padding-right: 0;
  }
}

.banner-area .banner-content ul li {
  display: inline-block;
}

.banner-area .banner-content ul li:first-child {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .banner-area .banner-content ul li a {
    padding: 0 20px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-area .banner-content ul li a {
    padding: 0 43px;
    font-size: 15px;
  }
}

.banner-area.banner-two {
  height: 960px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner-area.banner-two {
    height: 850px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area.banner-two {
    height: 1300px;
  }
}

@media (max-width: 767px) {
  .banner-area.banner-two {
    height: 1130px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-area.banner-two {
    height: 1150px;
  }
}

.banner-area.banner-two::before, .banner-area.banner-two::after {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #13287d;
  content: '';
  z-index: -2;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  border-bottom-left-radius: 150px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 101%);
          clip-path: polygon(0 0, 100% 0, 100% 90%, 0 101%);
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner-area.banner-two::before, .banner-area.banner-two::after {
    border-bottom-left-radius: 65px;
  }
}

.banner-area.banner-two::after {
  background-image: url(../images/banner-bg-2.jpg);
  background-size: cover;
  background-position: center;
  z-index: -3;
}




.banner-area.banner-two .banner-shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-image: url(../images/shape/banner-shape.jpg);
  background-repeat: no-repeat;
  z-index: -1;
}


.banner-area.banner-two .banner-content {
  padding-bottom: 125px;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area.banner-two .banner-content {
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .banner-area.banner-two .banner-content {
    padding-bottom: 70px;
  }
  .banner-area.banner-two .banner-content ul li a.play-btn {
    padding-left: 65px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-area.banner-two .banner-content .title {
    font-size: 48px;
    line-height: 58px;
  }
}

.banner-area.banner-two .banner-form {
  padding-left: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner-area.banner-two .banner-form {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area.banner-two .banner-form {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .banner-area.banner-two .banner-form {
    padding-left: 0;
  }
}

.banner-area.banner-two .banner-form .banner-form-inner {
  padding: 40px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(10, 27, 95, 0.1);
          box-shadow: 0px 10px 20px 0px rgba(10, 27, 95, 0.1);
}

@media (max-width: 767px) {
  .banner-area.banner-two .banner-form .banner-form-inner {
    padding: 30px;
  }
}

.banner-area.banner-two .banner-form .banner-form-inner .title {
  font-size: 30px;
  color: #13287d;
  margin-bottom: 20px;
}

.banner-area.banner-two .banner-form .banner-form-inner input,
.banner-area.banner-two .banner-form .banner-form-inner select,
.banner-area.banner-two .banner-form .banner-form-inner .nice-select,
.banner-area.banner-two .banner-form .banner-form-inner textarea {
  width: 100%;
  height: 55px;
  border-radius: 3px;
  background-color: #eeeff2;
  border: none;
  line-height: 55px;
  padding-left: 20px;
}

.banner-area.banner-two .banner-form .banner-form-inner textarea {
  height: 120px;
}

.banner-area.banner-two .banner-form .banner-form-inner button {
  width: 100%;
  background-color: #279e64;
  color: #fff;
  border: none;
  height: 55px;
  border-radius: 3px;
  margin-top: 20px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.banner-area.banner-two .banner-form .banner-form-inner button:hover {
  background-color: #13287d;
}

/*===========================
    FEATURE css 
===========================*/
.feature-area {
  position: relative;
}

.feature-area .feature-item {
  border: 1px solid #dcdfe2;
  padding-top: 60px;
  padding-bottom: 45px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.feature-area .feature-item i {
  height: 70px;
  width: 70px;
  border-radius: 5px;
  text-align: center;
  line-height: 70px;
  color: #fff;
  font-size: 40px;
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.feature-area .feature-item i::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #0a134a;
  border-radius: 5px;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.feature-area .feature-item i span {
  position: absolute;
  left: -10px;
  top: -10px;
  background: #eeeff2;
  border-radius: 5px;
  z-index: -2;
  height: 70px;
  width: 70px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.feature-area .feature-item .title {
  font-size: 22px;
  color: #13287d;
  padding-top: 35px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.feature-area .feature-item p {
  font-size: 15px;
  color: #83868c;
  padding: 23px 35px 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .feature-area .feature-item p {
    padding: 23px 30px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-area .feature-item p {
    padding: 23px 45px 0;
  }
}

@media (max-width: 767px) {
  .feature-area .feature-item p {
    padding: 23px 12px 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .feature-area .feature-item p {
    padding: 23px 35px 0;
  }
}

.feature-area .feature-item.active {
  background: #1428a0;
  border-color: #1428a0;
}

.feature-area .feature-item.active i {
  color: #0a134a;
}

.feature-area .feature-item.active i::after {
  background: #fff;
}

.feature-area .feature-item.active i span {
  background: #0a134a;
}

.feature-area .feature-item.active .title {
  color: #fff;
}

.feature-area .feature-item.active p {
  color: #fff;
}

.feature-area .feature-item.style-two {
  padding: 0;
  padding-right: 70px;
  border: none;
}

.feature-area .feature-item.style-two i {
  margin-left: 10px;
}

.feature-area .feature-item.style-two p {
  padding: 0;
  padding-top: 20px;
}

.feature-area .feature-item.style-three {
  padding: 0 20px;
  border: none;
}

.feature-area .feature-item.style-three p {
  padding: 0;
  padding-top: 20px;
}

.feature-area .shape-1 {
  position: absolute;
  top: 180px;
  left: 40px;
}

.feature-area .shape-2 {
  position: absolute;
  top: 180px;
  right: 40px;
}

.feature-area .shape-3 {
  position: absolute;
  bottom: 180px;
  left: 40px;
}

.feature-area .shape-4 {
  position: absolute;
  bottom: 180px;
  right: 40px;
}

/*===========================
   ABOUT css 
===========================*/
.about-area {
  background: #eff2f7;
  position: relative;
}

@media (max-width: 767px) {
  .about-area {
    padding-top: 650px;
  }
}

.about-area::before {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  height: 100%;
  width: 45%;
  background-image: url(../images/about-side.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area::before {
    width: 37%;
  }
}

@media (max-width: 767px) {
  .about-area::before {
    width: 100%;
    height: 600px;
  }
}

.about-area .about-content span {
  color: #279e64;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  padding-bottom: 16px;
}

.about-area .about-content .title {
  font-size: 48px;
  line-height: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-area .about-content .title {
    font-size: 38px;
    line-height: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area .about-content .title {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .about-area .about-content .title {
    font-size: 28px;
    line-height: 38px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-area .about-content .title {
    font-size: 40px;
    line-height: 50px;
  }
}

.about-area .about-content p {
  font-size: 22px;
  font-weight:400;
  line-height: 27px;
  padding-top: 27px;
  padding-bottom: 29px;
}

.about-area .about-experience .about-item p {
  font-size: 15px;
  line-height: 27px;
  margin-left: -10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area .about-experience .about-item p {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .about-area .about-experience .about-item p {
    margin-left: 0;
  }
}

.about-area .about-experience .about-item .title {
  font-size: 36px;
  line-height: 36px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-area .about-experience .about-item .title {
    font-size: 26px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area .about-experience .about-item .title {
    padding-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .about-area .about-experience .about-item .title {
    padding-bottom: 15px;
    font-size: 28px;
    line-height: 32px;
  }
}

.about-area .about-experience .about-item .title span {
  font-size: 80px;
  color: #279e64;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area .about-experience .about-item .title span {
    padding-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .about-area .about-experience .about-item .title span {
    padding-bottom: 25px;
  }
}

.about-area.design-two {
  background: transparent;
}

@media (max-width: 767px) {
  .about-area.design-two {
    padding-top: 124px;
  }
}

.about-area.design-two::before {
  display: none;
}

.about-area.design-two .about-img {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area.design-two .about-img {
    text-align: center;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .about-area.design-two .about-img {
    text-align: center;
    margin-bottom: 50px;
  }
}

.about-area.design-two .about-img .about-shape {
  position: absolute;
  right: -40px;
  top: -40px;
  z-index: -1;
  height: 100%;
}

@media (max-width: 767px) {
  .about-area.design-two .about-img .about-shape {
    right: 0;
  }
}

/*===========================
    SERVICE css 
===========================*/
.services-area {
  padding-top: 127px;
}

.services-area .services-item .services-thumb img {
  width: 100%;
}

.services-area .services-item .services-content {
  border: 1px solid #dcdfe2;
  border-top: 0;
  padding: 35px 30px 40px;
}

.services-area .services-item .services-content .title {
  font-size: 22px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.services-area .services-item .services-content p {
  font-size: 15px;
  line-height: 27px;
  padding-top: 16px;
  padding-bottom: 20px;
}

.services-area .services-item .services-content a {
  font-size: 15px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #13287d;
}

.services-area .services-item .services-content a i {
  height: 45px;
  width: 45px;
  background: #fff;
  text-align: center;
  line-height: 45px;
  color: #13287d;
  margin-left: 18px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.services-area .services-item:hover .services-content .title {
  color: #279e64;
}

.services-area .services-item:hover .services-content a i {
  background: #279e64;
  color: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(39, 158, 100, 0.5);
          box-shadow: 0px 10px 30px 0px rgba(39, 158, 100, 0.5);
}

.services-area.services-area-two {
  padding-top: 130px;
  background-color: #eff2f7;
  background-image: url(../images/service-bg.jpg);
  background-position: center;
  background-size: cover;
}

.services-area.services-area-two .services-item-2 {
  background-color: transparent;
  border: 1px solid #dcdfe2;
  border-radius: 5px;
  padding: 30px 55px 55px 55px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .services-area.services-area-two .services-item-2 {
    padding: 25px;
  }
}

.services-area.services-area-two .services-item-2 .services-thumb {
  font-size: 80px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  color: #279e64;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.services-area.services-area-two .services-item-2 .services-thumb .icon-shape {
  position: absolute;
  left: 50px;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.services-area.services-area-two .services-item-2 .services-content {
  padding: 0;
  border: none;
}

.services-area.services-area-two .services-item-2 .services-content i {
  background: transparent;
}

.services-area.services-area-two .services-item-2 .services-content,
.services-area.services-area-two .services-item-2 .services-content .title,
.services-area.services-area-two .services-item-2 .services-content p,
.services-area.services-area-two .services-item-2 .services-content i,
.services-area.services-area-two .services-item-2 .services-content a {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.services-area.services-area-two .services-item-2.active {
  background-color: #279e64;
}

.services-area.services-area-two .services-item-2.active .services-thumb {
  color: #fff;
}

.services-area.services-area-two .services-item-2.active .services-thumb .icon-shape {
  opacity: 0.15;
}

.services-area.services-area-two .services-item-2.active .services-content .title,
.services-area.services-area-two .services-item-2.active .services-content a,
.services-area.services-area-two .services-item-2.active .services-content p {
  color: #fff;
}

.services-area.services-area-two .services-item-2.active .services-content i {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}

/*===========================
    COUNTER css 
===========================*/
.counter-area {
  padding-bottom: 88px;
}

.counter-area .counter-item i {
  height: 120px;
  width: 120px;
  text-align: center;
  line-height: 120px;
  border-radius: 50%;
  border: 2px dashed #fff;
  color: #fff;
  font-size: 55px;
}

.counter-area .counter-item .title {
  color: #fff;
  font-weight: 700;
  color: #fff;
  font-size: 56px;
  padding-top: 21px;
  padding-bottom: 5px;
}

.counter-area .counter-item span {
  font-size: 15px;
  color: #fff;
}

/*===========================
    PLAY css 
===========================*/
.play-area {
  z-index: 11;
  position: relative;
}

.play-area .play-thumb {
  position: relative;
  width: 100%;
  height: 557px;
  background-position: center;
  background-size: cover;
}

.play-area .play-thumb .play-item {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(39, 158, 100, 0.5);
}

.play-area .play-thumb .play-item a {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 95px;
  width: 95px;
  text-align: center;
  line-height: 95px;
  background-color: rgba(253, 253, 253, 0.7);
  border-radius: 50%;
  font-size: 18px;
  color: #279e64;
}

.play-area .play-quote {
  background: #13287d;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.play-area .play-quote form {
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .play-area .play-quote {
    padding: 37px 20px 44px;
  }
}

@media (max-width: 767px) {
  .play-area .play-quote {
    padding: 37px 20px 52px;
  }
}

.play-area .play-quote .quote-title .title {
  color: #fff;
  font-size: 30px;
  text-transform: capitalize;
  padding-bottom: 13px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .play-area .play-quote .quote-title .title {
    font-size: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .play-area .play-quote .quote-title .title {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .play-area .play-quote .quote-title .title {
    font-size: 26px;
  }
}

.play-area .play-quote .play-input .input-box input {
  width: 100%;
  background: #fff;
  line-height: 55px;
  border: 0;
  border-radius: 5px;
  padding-left: 20px;
  font-size: 14px;
  color: #83868c;
}

.play-area .play-quote .play-input .input-box input::-webkit-input-placeholder {
  opacity: 1;
}

.play-area .play-quote .play-input .input-box input:-ms-input-placeholder {
  opacity: 1;
}

.play-area .play-quote .play-input .input-box input::-ms-input-placeholder {
  opacity: 1;
}

.play-area .play-quote .play-input .input-box input::placeholder {
  opacity: 1;
}

.play-area .play-quote .play-input .input-box textarea {
  width: 100%;
  height: 105px;
  background: #fff;
  border: 0;
  border-radius: 5px;
  padding-left: 20px;
  padding-top: 15px;
  font-size: 14px;
  color: #83868c;
}

.play-area .play-quote .play-input .input-box textarea::-webkit-input-placeholder {
  opacity: 1;
}

.play-area .play-quote .play-input .input-box textarea:-ms-input-placeholder {
  opacity: 1;
}

.play-area .play-quote .play-input .input-box textarea::-ms-input-placeholder {
  opacity: 1;
}

.play-area .play-quote .play-input .input-box textarea::placeholder {
  opacity: 1;
}

.play-area .play-quote .play-input .input-box button {
  width: 100%;
  background: #ffc600;
  border: 0;
  border-radius: 5px;
  line-height: 55px;
  color: #83868c;
  margin-top: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #222;
}

.play-area .play-quote .play-input .input-box .nice-select {
  width: 100%;
  margin-bottom: 20px;
  line-height: 55px;
  height: 55px;
  border: 0;
}

.play-area .play-quote .play-input .input-box .nice-select .list {
  margin-top: 0;
  width: 100%;
}

/*===========================
   CHOOSE css 
===========================*/
.choose-us-area {
 
  padding-top: 100px;
  padding-bottom: 123px;
  position: relative;
  z-index: 10;
}

.choose-us-area .choose-us-content .choose-us-content-item span {
  font-size: 24px;
  color:#666;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  padding-bottom: 16px;
}

.choose-us-area .choose-us-content .choose-us-content-item .title {
  font-size: 48px;
  line-height: 60px;
  padding-bottom: 17px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .choose-us-area .choose-us-content .choose-us-content-item .title {
    font-size: 40px;
    line-height: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose-us-area .choose-us-content .choose-us-content-item .title {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .choose-us-area .choose-us-content .choose-us-content-item .title {
    font-size: 28px;
    line-height: 38px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .choose-us-area .choose-us-content .choose-us-content-item .title {
    font-size: 40px;
    line-height: 50px;
  }
}

.choose-us-area .choose-us-content .choose-us-content-item p {
  padding-bottom: 50px;
}

.choose-us-area .choose-us-content .choose-item .choose-item-1 {
  width: 50%;
}

.choose-us-area .choose-us-content .choose-item .choose-item-1 i {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  background: #b7e3ce;
  border-radius: 50%;
  font-size: 38px;
  color: #13287d;
  margin-bottom: 25px;
}

.choose-us-area .choose-us-content .choose-item .choose-item-1 p {
  padding-right: 20px;
  padding-top: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose-us-area .choose-us-content .choose-item .choose-item-1 p {
    padding-right: 100px;
  }
}

.choose-us-area .choose-us-content .choose-item .choose-item-1.choose-item-2 i {
  background: #ede0b3;
}

.choose-us-area .choose-thumb {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose-us-area .choose-thumb {
    display: none;
  }
}

@media (max-width: 767px) {
  .choose-us-area .choose-thumb {
    display: none;
  }
}

.choose-us-area .choose-thumb img {
  width: 75%;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .choose-us-area .choose-thumb img {
    width: 60%;
  }
}

/*===========================
    PROJECT css 
===========================*/
.finished-Poject-area {
  padding-top: 123px;
}

.finished-Poject-area .project-menu ul li {
  display: inline-block;
  cursor: pointer;
  line-height: 40px;
  color: #13287d;
  border: 1px solid #dcdfe2;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  padding: 0 38px;
  margin-right: 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .finished-Poject-area .project-menu ul li {
    padding: 0 28px;
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .finished-Poject-area .project-menu ul li {
    padding: 0 12px;
    font-size: 13px;
    margin-right: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .finished-Poject-area .project-menu ul li {
    padding: 0 26px;
  }
}

.finished-Poject-area .project-menu ul li.active {
  background: #279e64;
  color: #fff;
  border-color: #279e64;
}

.finished-Poject-thumb {
  position: relative;
  overflow: hidden;
  z-index: 10;
}

.finished-Poject-thumb img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.finished-Poject-thumb::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(19, 40, 125, 0.9);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 5;
  opacity: 0;
}

.finished-Poject-thumb .hover-action {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  z-index: 6;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  visibility: hidden;
  opacity: 0;
}

.finished-Poject-thumb .hover-action a {
  height: 55px;
  width: 55px;
  border-radius: 50%;
  line-height: 55px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 18px;
  margin: 0 4px;
}

.finished-Poject-thumb .hover-action a:hover {
  background-color: #279e64;
  border-color: #279e64;
}

.finished-Poject-thumb:hover .hover-action {
  visibility: visible;
  opacity: 1;
}

.finished-Poject-thumb .finished-Poject-content {
  position: absolute;
  left: 30px;
  bottom: 30px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 6;
  opacity: 0;
}

.finished-Poject-thumb .finished-Poject-content .title {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .finished-Poject-thumb .finished-Poject-content .title {
    font-size: 18px;
  }
}

.finished-Poject-thumb .finished-Poject-content a {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-top: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .finished-Poject-thumb .finished-Poject-content a {
    margin-top: 10px;
  }
}

.finished-Poject-thumb .finished-Poject-content a i {
  margin-left: 13px;
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 45px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.finished-Poject-thumb .finished-Poject-content a:hover i {
  background: #279e64;
}

.finished-Poject-thumb:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.finished-Poject-thumb:hover::before {
  opacity: 1;
}

.finished-Poject-thumb:hover .finished-Poject-content {
  opacity: 1;
}

.finished-Poject-content.no-hover {
  margin-top: 20px;
}

.finished-Poject-content.no-hover span.project-date {
  font-size: 14px;
  font-weight: 500;
  padding-top: 10px;
}

/*===========================
    EXPERTISE css 
===========================*/
.expertise-area .expertise-thumb {
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .expertise-area .expertise-thumb {
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .expertise-area .expertise-thumb {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .expertise-area .expertise-thumb {
    margin-right: 0;
  }
}

.expertise-area .expertise-thumb img {
  width: 100%;
}

.expertise-area .expertise-thumb .expertise-item {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #ffc600;
  padding: 0 56px;
  border-radius: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .expertise-area .expertise-thumb .expertise-item {
    padding: 0 30px;
  }
}

.expertise-area .expertise-thumb .expertise-item .title {
  color: #fff;
  font-size: 45px;
  padding-top: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .expertise-area .expertise-thumb .expertise-item .title {
    padding-top: 10px;
    font-size: 36px;
  }
}

.expertise-area .expertise-thumb .expertise-item span {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .expertise-area .expertise-thumb .expertise-item span {
    padding-bottom: 15px;
  }
}

.expertise-area .expertise-content span {
  color: #279e64;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 767px) {
  .expertise-area .expertise-content span {
    margin-top: 40px;
  }
}

.expertise-area .expertise-content .title {
  font-size: 48px;
  line-height: 60px;
  padding-top: 16px;
  padding-bottom: 43px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .expertise-area .expertise-content .title {
    font-size: 42px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .expertise-area .expertise-content .title {
    font-size: 36px;
    line-height: 44px;
  }
}

@media (max-width: 767px) {
  .expertise-area .expertise-content .title {
    font-size: 28px;
    line-height: 38px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .expertise-area .expertise-content .title {
    font-size: 40px;
    line-height: 50px;
  }
}

.expertise-area.service-page {
  background-color: #eff2f7;
  position: relative;
}

.expertise-area.service-page .expertise-thumb {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 44%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .expertise-area.service-page .expertise-thumb {
    position: unset;
    margin-bottom: 55px;
    width: 100%;
    height: 500px;
    margin-top: -130px;
  }
}

@media (max-width: 767px) {
  .expertise-area.service-page .expertise-thumb {
    position: unset;
    margin-bottom: 55px;
    width: 100%;
    height: 500px;
    margin-top: -130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.expertise-area.service-page .expertise-thumb .expertise-item {
  background-color: #279e64;
  position: unset;
  display: inline-block;
  padding: 40px 30px;
}

.expertise-area.service-page .expertise-thumb .expertise-item h3 {
  font-size: 27px;
  line-height: 36px;
  padding: 0;
}

.expertise-area.service-page .expertise-thumb .expertise-item h3 span {
  display: inline-block;
  padding: 0;
  font-size: 60px;
}

.skills {
  position: relative;
}

.skills .skill-item {
  position: relative;
  margin-bottom: 46px;
}

.skills .skill-item .skill-header {
  position: relative;
  margin-bottom: 10px;
}

.skills .skill-item .skill-header .skill-title {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
  color: #13287d;
  opacity: 0.8;
  padding-bottom: 10px;
}

.skills .skill-item .skill-header .skill-percentage {
  position: absolute;
  right: 0;
  top: 1px;
  font-size: 15px;
  font-weight: 600;
  color: #ff5e14;
}

.skills .skill-item .skill-header .skill-percentage .count-box {
  font-weight: 500;
  font-size: 15px;
  font-family: "Heebo", sans-serif;
  color: #13287d;
}

.skills .skill-item .skill-header .skill-percentage .count-box span {
  font-weight: 500;
  font-size: 15px;
  font-family: "Heebo", sans-serif;
  color: #13287d;
}

.skills .skill-item:last-child {
  margin-bottom: 0;
}

.skills .skill-item .skill-bar {
  position: relative;
  width: 100%;
}

.skills .skill-item .skill-bar .bar-inner {
  position: relative;
  width: 100%;
  border-top: 15px solid #eeeff2;
  border-bottom: 15px solid #eeeff2;
  border-radius: 0px;
}

.skills .skill-item .skill-bar .bar-inner .bar {
  position: absolute;
  left: 0;
  top: -12px;
  width: 0;
  height: 30px;
  background: #279e64;
  -webkit-transition: all 2000ms ease;
  transition: all 2000ms ease;
  border-radius: 0px;
  margin-top: -3px;
}

.skills .skill-item.item-2 .skill-bar .bar-inner .bar {
  background: #ffc600;
}

.skills .skill-item.item-3 .skill-bar .bar-inner .bar {
  background: #13287d;
}

/*===========================
    FEEDBACK css 
===========================*/
.feedback-area {
  padding-top: 123px;
}

.feedback-area .section-title .title {
  font-size: 40px;
  line-height: 50px;
}

@media (max-width: 767px) {
  .feedback-area .section-title .title {
    font-size: 28px;
    line-height: 38px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .feedback-area .section-title .title {
    font-size: 40px;
    line-height: 50px;
  }
}

.feedback-area .feedback-item .feedback-content {
  padding: 26px 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feedback-area .feedback-item .feedback-content {
    padding: 26px 28px;
  }
}

@media (max-width: 767px) {
  .feedback-area .feedback-item .feedback-content {
    padding: 26px 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feedback-area .feedback-item .feedback-content p {
    font-size: 16px;
  }
}

.feedback-area .feedback-item i {
  font-size: 44px;
  color: #e3e5e6;
}

.feedback-area .feedback-info {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #dcdfe2;
  position: relative;
  padding-left: 120px;
}

@media (max-width: 767px) {
  .feedback-area .feedback-info {
    padding-left: 100px;
  }
}

.feedback-area .feedback-info img {
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767px) {
  .feedback-area .feedback-info img {
    left: 20px;
  }
}

.feedback-area .feedback-active .slick-arrow {
  position: absolute;
  top: 0;
  right: 0;
  height: 55px;
  width: 55px;
  text-align: center;
  line-height: 55px;
  border-radius: 50%;
  background: #fff;
  top: -160px;
  font-size: 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.feedback-area .feedback-active .slick-arrow:hover {
  background: #279e64;
  color: #fff;
}

.feedback-area .feedback-active .slick-arrow.prev {
  right: 70px;
}

.feedback-area .feedback-active.about-page .slick-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -25px;
  z-index: 1;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 15, 56, 0.1);
          box-shadow: 0px 10px 30px 0px rgba(0, 15, 56, 0.1);
  color: #13287d;
}

.feedback-area .feedback-active.about-page .slick-arrow:hover {
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feedback-area .feedback-active.about-page .slick-arrow {
    right: -15px;
  }
}

@media (max-width: 767px) {
  .feedback-area .feedback-active.about-page .slick-arrow {
    right: -15px;
  }
}

.feedback-area .feedback-active.about-page .slick-arrow.prev {
  right: auto;
  left: -25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feedback-area .feedback-active.about-page .slick-arrow.prev {
    left: -15px;
    right: auto;
  }
}

@media (max-width: 767px) {
  .feedback-area .feedback-active.about-page .slick-arrow.prev {
    left: -15px;
    right: auto;
  }
}

.feedback-area.feedback-area-two .section-title span,
.feedback-area.feedback-area-two .section-title .title {
  color: #fff;
}

.feedback-area.feedback-area-two .feedback-item {
  position: relative;
  min-height: 380px;
  border-radius: 3px;
  padding: 40px 292px 40px 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .feedback-area.feedback-area-two .feedback-item {
    padding: 40px 190px 40px 40px;
  }
}

@media (max-width: 767px) {
  .feedback-area.feedback-area-two .feedback-item {
    padding: 40px;
  }
}

.feedback-area.feedback-area-two .feedback-item .feedback-content,
.feedback-area.feedback-area-two .feedback-item .feedback-info {
  padding: 0;
}

.feedback-area.feedback-area-two .feedback-item .feedback-info {
  margin-top: 35px;
  border: none;
}

.feedback-area.feedback-area-two .feedback-item .feedback-info h5 {
  font-size: 22px;
  margin-bottom: 10px;
}

.feedback-area.feedback-area-two .feedback-item .feedback-info span {
  font-size: 15px;
}

.feedback-area.feedback-area-two .feedback-item .feedback-img {
  position: absolute;
  bottom: 0;
  right: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .feedback-area.feedback-area-two .feedback-item .feedback-img {
    max-width: 48%;
  }
}

@media (max-width: 767px) {
  .feedback-area.feedback-area-two .feedback-item .feedback-img {
    display: none;
  }
}

/*===========================
    BLOG css 
===========================*/
.blog-area .section-title .title {
  font-size: 38px;
  line-height: 48px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-area .section-title .title {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .blog-area .section-title .title {
    font-size: 28px;
    line-height: 38px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-area .section-title .title {
    font-size: 40px;
    line-height: 50px;
  }
}

.blog-area .blog-item .blog-thumb img {
  width: 100%;
}

.blog-area .blog-item .blog-content {
  border: 1px solid #dcdfe2;
  padding: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-area .blog-item .blog-content {
    padding: 30px 20px;
  }
}

.blog-area .blog-item .blog-content span {
  color: #83868c;
  font-size: 14px;
  font-weight: 500;
}

.blog-area .blog-item .blog-content span span {
  color: #13287d;
}

.blog-area .blog-item .blog-content .title {
  font-size: 22px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  line-height: 36px;
  padding-top: 14px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-area .blog-item .blog-content .title {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-area .blog-item .blog-content .title {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .blog-area .blog-item .blog-content .title {
    font-size: 20px;
    line-height: 28px;
  }
}

.blog-area .blog-item .blog-content a {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #13287d;
  margin-top: 30px;
}

.blog-area .blog-item .blog-content a i {
  padding-left: 35px;
}

.blog-area .blog-item.blog-item-two .title {
  margin-bottom: 20px;
}

.blog-area .blog-item.blog-item-two .blog-thumb {
  position: relative;
}

.blog-area .blog-item.blog-item-two .blog-thumb .blog-cat {
  position: absolute;
  left: 25px;
  top: 25px;
  z-index: 1;
  background-color: #279e64;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
  padding: 10px 30px;
  text-transform: uppercase;
  border-radius: 30px;
}

.brand-area .brand-item {
  text-align: center;
}

.brand-area .brand-item img {
  display: inline-block;
}

.blog-loop .single-blog {
  margin-bottom: 50px;
}

.blog-loop .single-blog .blog-thumb {
  position: relative;
}

.blog-loop .single-blog .blog-thumb .blog-cat {
  position: absolute;
  left: 30px;
  top: 30px;
  width: 130px;
  height: 40px;
  text-align: center;
  line-height: 44px;
  background-color: #279e64;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 30px;
  color: #fff;
}

.blog-loop .single-blog .blog-meta li {
  display: inline-block;
  font-weight: 500;
}

.blog-loop .single-blog .blog-meta li.blog-tags a {
  color: #13287d;
}

.blog-loop .single-blog .blog-meta li a, .blog-loop .single-blog .blog-meta li {
  color: #83868c;
}

.blog-loop .single-blog .title {
  font-size: 36px;
  line-height: 50px;
  margin-bottom: 20px;
}

.blog-loop .single-blog .title a {
  color: #13287d;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-loop .single-blog .title {
    font-size: 35px;
    line-height: 45px;
  }
}

@media (max-width: 767px) {
  .blog-loop .single-blog .title {
    font-size: 20px;
    line-height: 30px;
  }
}

.blog-loop .single-blog .read-more {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #13287d;
  margin-top: 30px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.blog-loop .single-blog .read-more i {
  margin-left: 40px;
  height: 46px;
  width: 46px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  line-height: 46px;
}

.blog-loop .single-blog .read-more:hover i {
  background-color: #279e64;
  color: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(39, 158, 100, 0.5);
          box-shadow: 0px 10px 30px 0px rgba(39, 158, 100, 0.5);
}

.blog-loop .single-blog.video-post .video-popup {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 96px;
  width: 96px;
  text-align: center;
  line-height: 96px;
  background-color: #fff;
  color: #279e64;
  border-radius: 50%;
  font-size: 18px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.blog-loop .single-blog.no-thumb {
  background-color: #eeeff2;
  padding: 40px 25px;
}

.blog-loop .single-blog.no-thumb .blog-thumb .blog-cat {
  position: unset;
}

/*===========================
    Feature List css
===========================*/
.feature-list-area .feature-content {
  padding-top: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .feature-list-area .feature-content {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-list-area .feature-content {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .feature-list-area .feature-content {
    margin-bottom: 50px;
  }
}

.feature-list-area .feature-content span {
  color: #279e64;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  padding-bottom: 15px;
}

.feature-list-area .feature-content .title {
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-list-area .feature-content .title {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .feature-list-area .feature-content .title {
    font-size: 28px;
    line-height: 38px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .feature-list-area .feature-content .title {
    font-size: 40px;
    line-height: 50px;
  }
}

.feature-list-area .feature-content a.main-btn {
  margin-top: 50px;
}

.feature-list-area .feature-list-wrap {
  position: relative;
  padding-left: 450px;
}

@media (max-width: 767px) {
  .feature-list-area .feature-list-wrap {
    padding-left: 0;
  }
}

.feature-list-area .feature-list-wrap .feature-list-img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

@media (max-width: 767px) {
  .feature-list-area .feature-list-wrap .feature-list-img {
    position: unset;
    margin-bottom: 40px;
  }
}

.feature-list-area .feature-list-wrap .feature-list li {
  margin-bottom: 20px;
}

.feature-list-area .feature-list-wrap .feature-list li i {
  color: #279e64;
  font-size: 40px;
  margin-bottom: 10px;
}

.feature-list-area .feature-list-wrap .feature-list li h4 {
  color: #13287d;
  margin-bottom: 20px;
}

/*===========================
    EXPERT CSS
===========================*/
.expert-items {
  position: relative;
}

.expert-items img {
  width: 100%;
}

.expert-items .expert-content {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  visibility: hidden;
  width: 100%;
}

.expert-items .expert-content h4 {
  color: #13287d;
  line-height: 32px;
  margin-bottom: 20px;
}

.expert-items .expert-content .expert-position {
  font-size: 15px;
}

.expert-items .expert-content .expert-social {
  margin-bottom: 40px;
  margin-top: 30px;
}

.expert-items .expert-content .expert-social li {
  display: inline-block;
  margin: 0px 4px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .expert-items .expert-content .expert-social li {
    margin: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .expert-items .expert-content .expert-social li {
    margin: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .expert-items .expert-content .expert-social li {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .expert-items .expert-content .expert-social li {
    margin: 0;
  }
}

.expert-items .expert-content .expert-social li a {
  height: 40px;
  width: 40px;
  border: 1px solid #279e64;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  line-height: 40px;
  font-size: 14px;
  color: #279e64;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.expert-items .expert-content .expert-social li a::before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  background-color: #279e64;
  z-index: -1;
  content: '';
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.expert-items .expert-content .expert-social li a:hover {
  color: #fff;
}

.expert-items .expert-content .expert-social li a:hover::before {
  opacity: 1;
  visibility: visible;
  width: 100%;
  height: 100%;
}

.expert-items::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  content: '';
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  visibility: hidden;
}

.expert-items:hover::before {
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px;
  opacity: 0.9;
  visibility: visible;
}

.expert-items:hover .expert-content {
  opacity: 1;
  visibility: visible;
}

.our-expert-area .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom:80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .our-expert-area .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
	
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .our-expert-area .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
	 padding-bottom:80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-expert-area .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
	 padding-bottom:80px;
  }
}

@media (max-width: 767px) {
  .our-expert-area .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
	 padding-bottom:80px;
  }
}

/*===========================
    FAQ CSS
===========================*/
.faq-area {
  position: relative;
  min-height: 1015px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .faq-area {
    min-height: auto;
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .faq-area {
    max-height: 900px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-area {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 80px;
    min-height: 1450px;
  }
}

.faq-area .faq-img {
  position: absolute;
  left: 80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 50%;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .faq-area .faq-img {
    max-width: 30%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .faq-area .faq-img {
    max-width: 32%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-area .faq-img {
    left: 50%;
    top: 130px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    max-width: 380px;
  }
}

@media (max-width: 767px) {
  .faq-area .faq-img {
    display: none;
  }
}

.faq-wrap {
  position: relative;
}

.faq-wrap .faq-title span {
  color: #279e64;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  padding-bottom: 16px;
}

.faq-wrap .faq-title .title {
  font-size: 48px;
  line-height: 60px;
}

@media (max-width: 767px) {
  .faq-wrap .faq-title .title {
    font-size: 28px;
    line-height: 38px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .faq-wrap .faq-title .title {
    font-size: 40px;
    line-height: 50px;
  }
}

.faq-wrap .faq-accordion .card {
  border: none;
  border-bottom: 1px solid #dcdfe2 !important;
}

.faq-wrap .faq-accordion .card .card-header {
  background-color: transparent;
  border: none;
  padding: 40px 0;
  position: relative;
}

.faq-wrap .faq-accordion .card .card-header button {
  font-size: 22px;
  color: #13287d;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  border: none;
  background-color: transparent;
  width: 100%;
  text-align: left;
}

.faq-wrap .faq-accordion .card .card-header button .open-icon,
.faq-wrap .faq-accordion .card .card-header button .close-icon {
  position: absolute;
  height: 45px;
  width: 45px;
  right: 0;
  top: 50%;
  line-height: 45px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.faq-wrap .faq-accordion .card .card-header button .close-icon {
  display: none;
}

.faq-wrap .faq-accordion .card .card-header button .open-icon {
  display: block;
}

.faq-wrap .faq-accordion .card .card-header button.active-accordion .close-icon {
  display: block;
}

.faq-wrap .faq-accordion .card .card-header button.active-accordion .open-icon {
  display: none;
}

@media (max-width: 767px) {
  .faq-wrap .faq-accordion .card .card-header button {
    font-size: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .faq-wrap .faq-accordion .card .card-header button {
    font-size: 22px;
  }
}

.faq-wrap .faq-accordion .card .card-header:hover .open-icon,
.faq-wrap .faq-accordion .card .card-header:hover .close-icon,
.faq-wrap .faq-accordion .card .card-header button.active-accordion .open-icon,
.faq-wrap .faq-accordion .card .card-header button.active-accordion .close-icon {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(39, 158, 100, 0.5);
          box-shadow: 0px 10px 30px 0px rgba(39, 158, 100, 0.5);
  background-color: #279e64;
  color: #fff;
}

.faq-wrap .faq-accordion .card .card-body {
  padding: 0 0 40px 0;
}

.faq-wrap .faq-accordion .card:last-child {
  border: none !important;
}

/*===========================
   Pricing
===========================*/
.single-pricing-box {
  margin-bottom: 30px;
  padding: 50px;
  background-color: #eff2f7;
  text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-pricing-box {
    padding: 40px 30px;
  }
}

.single-pricing-box .title {
  font-size: 30px;
  margin-bottom: 30px;
}

.single-pricing-box .main-btn {
  border: 1px solid #dcdfe2;
  background-color: #fff;
  margin-top: 25px;
  margin-bottom: 40px;
}

.single-pricing-box .pricing-icon {
  font-size: 75px;
  color: #279e64;
}

.single-pricing-box p {
  font-family: "Rubik", sans-serif;
}

.single-pricing-box .price-tag {
  font-size: 48px;
  line-height: 60px;
  display: block;
  color: #13287d;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-top: 40px;
}

.single-pricing-box:hover .main-btn {
  background-color: #279e64;
  color: #fff;
  border-color: #279e64;
}

.single-pricing-box.bg-white .main-btn {
  background-color: #eff2f7;
  color: #13287d;
}

.single-pricing-box.bg-white:hover .main-btn {
  background-color: #279e64;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-tab-btn {
    margin-bottom: 45px;
  }
}

@media (max-width: 767px) {
  .pricing-tab-btn {
    margin-bottom: 45px;
  }
}

.pricing-tab-btn span {
  color: #279e64;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  padding-bottom: 16px;
}

.pricing-tab-btn .title {
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .pricing-tab-btn .title {
    font-size: 42px;
    line-height: 52px;
  }
}

@media (max-width: 767px) {
  .pricing-tab-btn .title {
    font-size: 28px;
    line-height: 38px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pricing-tab-btn .title {
    font-size: 40px;
    line-height: 50px;
  }
}

.pricing-tab-btn ul {
  margin-top: 55px;
}

.pricing-tab-btn ul .main-btn {
  margin-right: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .pricing-tab-btn ul .main-btn {
    padding: 0 35px;
  }
}

.pricing-tab-btn ul .main-btn.active, .pricing-tab-btn ul .main-btn:hover {
  background-color: #13287d;
  border-color: #13287d;
  color: #fff;
}

/*===========================
    Breadcrumb css
===========================*/
.breadcrumbs-section {
  position: relative;
  z-index: 1;
}

.breadcrumbs-section .breadcrumbs-text {
  text-align: center;
}

.breadcrumbs-section .breadcrumbs-text,
.breadcrumbs-section .breadcrumbs-text a,
.breadcrumbs-section .breadcrumbs-text h1 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.breadcrumbs-section .breadcrumbs-text h1 {
  font-size: 70px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.breadcrumbs-section .breadcrumbs-text h1::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  height: 2px;
  width: 80px;
  content: '';
}

@media (max-width: 767px) {
  .breadcrumbs-section .breadcrumbs-text h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

.breadcrumbs-section .breadcrumbs-text ul li {
  display: inline-block;
  position: relative;
  font-size: 15px;
  margin-right: 6px;
  padding-right: 5px;
}

.breadcrumbs-section .breadcrumbs-text ul li::after {
  position: absolute;
  right: -5px;
  top: 50%;
  content: '/';
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.breadcrumbs-section .breadcrumbs-text ul li:last-child::after {
  display: none;
}

.breadcrumbs-section::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: #13287d;
  z-index: -1;
  opacity: 0.6;
}

/*===========================
    Inner Pages
===========================*/
.about-page-content .about-title span,
.about-page-content .about-title h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.about-page-content .about-title span {
  font-size: 16px;
  color: #279e64;
  padding-bottom: 25px;
}

.about-page-content .about-title h2 {
  font-size: 48px;
  line-height: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-page-content .about-title h2 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .about-page-content .about-title h2 {
    font-size: 28px;
    line-height: 38px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-page-content .about-title h2 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-page-content .about-list {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .about-page-content .about-list {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-page-content .about-list {
    margin-top: 40px;
  }
}

.about-page-content .about-list ul li {
  margin-bottom: 30px;
  padding-left: 35px;
  position: relative;
}

.about-page-content .about-list ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background-color: #279e64;
  color: #fff;
  content: '\f00c';
  font-family: 'Font Awesome 5 Pro';
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  font-weight: 900;
}

.about-page-content .about-video {
  height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .about-page-content .about-video {
    height: 400px;
  }
}

.about-page-content .about-video::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  z-index: -1;
  opacity: 0.6;
}

.about-page-content .about-video a {
  height: 96px;
  width: 96px;
  line-height: 96px;
  border-radius: 50%;
  background-color: #fff;
  color: #279e64;
  text-align: center;
}

.cta-section {
  background-color: #279e64;
  padding: 80px 0;
}

.cta-section a,
.cta-section h2,
.cta-section p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.cta-section .cta-text h2 {
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-section .cta-text h2 {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .cta-section .cta-text h2 {
    font-size: 28px;
    line-height: 38px;
    text-align: center;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cta-section .cta-text h2 {
    font-size: 40px;
    line-height: 50px;
  }
}

.cta-section .cta-text p {
  font-size: 22px;
  font-weight: 400;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-section .cta-text p {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .cta-section .cta-text p {
    font-size: 16px;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-section .cta-links {
    text-align: center !important;
    margin-top: 45px;
  }
}

@media (max-width: 767px) {
  .cta-section .cta-links {
    text-align: center !important;
    margin-top: 45px;
  }
}

.cta-section .cta-links a {
  padding: 0 38px;
  margin-bottom: 10px;
}

.cta-section .cta-links a.main-btn {
  color: #111111;
  margin-bottom: 0;
}

/*===========================
   Shop
===========================*/
.shop-wrapper-top select,
.shop-wrapper-top .nice-select,
.shop-wrapper-top input {
  border: 1px solid #dcdfe2;
  border-radius: 3px;
  padding: 0 20px;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
}

.shop-wrapper-top ::-webkit-input-placeholder {
  font-size: 14px;
}

.shop-wrapper-top :-ms-input-placeholder {
  font-size: 14px;
}

.shop-wrapper-top ::-ms-input-placeholder {
  font-size: 14px;
}

.shop-wrapper-top ::placeholder {
  font-size: 14px;
}

.shop-wrapper-top .nice-select ul.list {
  width: 100%;
}

@media (max-width: 767px) {
  .shop-wrapper-top .product-sorting {
    width: 50%;
  }
}

.shop-wrapper-top .product-sorting select,
.shop-wrapper-top .product-sorting .nice-select {
  width: 218px;
}

@media (max-width: 767px) {
  .shop-wrapper-top .product-sorting select,
  .shop-wrapper-top .product-sorting .nice-select {
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .shop-wrapper-top .product-sorting select,
  .shop-wrapper-top .product-sorting .nice-select {
    width: 150px;
  }
}

.shop-wrapper-top .product-showing {
  float: left;
  margin-left: 20px;
}

@media (max-width: 767px) {
  .shop-wrapper-top .product-showing {
    width: calc(50% - 20px);
  }
}

.shop-wrapper-top .product-showing select,
.shop-wrapper-top .product-showing .nice-select {
  width: 140px;
}

@media (max-width: 767px) {
  .shop-wrapper-top .product-showing select,
  .shop-wrapper-top .product-showing .nice-select {
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .shop-wrapper-top .product-showing select,
  .shop-wrapper-top .product-showing .nice-select {
    width: 105px;
  }
}

.shop-wrapper-top .product-search {
  position: relative;
  display: inline-block;
  float: right;
}

@media (max-width: 767px) {
  .shop-wrapper-top .product-search {
    width: 100%;
    margin-top: 20px;
  }
}

.shop-wrapper-top .product-search input {
  padding-right: 40px;
}

@media (max-width: 767px) {
  .shop-wrapper-top .product-search input {
    width: 100%;
  }
}

.shop-wrapper-top .product-search button {
  position: absolute;
  right: 20px;
  top: 0;
  height: 100%;
  z-index: 2;
  line-height: 50px;
  background: none;
  border: none;
  color: #83868c;
}

.product-items {
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}

.product-items .product-img {
  margin-bottom: 20px;
  position: relative;
}

.product-items .product-img .product-action {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  z-index: 2;
}

.product-items .product-img .product-action ul li {
  display: inline-block;
  margin: 0 5px;
}

.product-items .product-img .product-action ul li a {
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(26, 32, 43, 0.1);
          box-shadow: 0px 10px 20px 0px rgba(26, 32, 43, 0.1);
  color: #13287d;
  height: 42px;
  width: 42px;
  text-align: center;
  font-size: 15px;
  line-height: 42px;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.product-items .product-img .product-action ul li a:hover {
  color: #fff;
  background-color: #279e64;
}

.product-items h6 {
  font-size: 15px;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
}

.product-items h6 a {
  color: #13287d;
}

.product-items .price-tag {
  font-weight: 500;
}

.product-items:hover .product-img .product-action {
  bottom: 30px;
  visibility: visible;
  opacity: 1;
}

.product-items .sale-tag {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
  text-transform: uppercase;
  padding: 8px 12px;
  background-color: #279e64;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
}

.product-items .sale-tag.hot {
  background-color: #f45460;
}

.product-items .sale-tag.new {
  background-color: #ffc600;
  color: #111111;
}

.pagination-wrap ul li {
  display: inline-block;
}

.pagination-wrap ul li a {
  font-size: 16px;
  color: #13287d;
  border: 1px solid #dcdfe2;
  border-radius: 50%;
  background-color: rgba(39, 158, 100, 0);
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.pagination-wrap ul li.active a,
.pagination-wrap ul li a:hover {
  color: #fff;
  background-color: #279e64;
  border-color: #279e64;
}

/*===========================
    Product Details
===========================*/
.single-product-wrapper h3.single-page-title {
  font-size: 30px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .single-product-wrapper h3.single-page-title {
    font-size: 22px;
    line-height: 30px;
  }
}

.single-product-wrapper .short-desc-wrap h4.title {
  margin-bottom: 20px;
  line-height: 30px;
}

.single-product-wrapper .short-desc-wrap .price-tag {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #279e64;
  margin-bottom: 15px;
}

.single-product-wrapper .short-desc-wrap .price-tag del {
  font-weight: 400;
  color: #83868c;
  padding-left: 18px;
}

.single-product-wrapper .short-desc-wrap .rating {
  margin-bottom: 20px;
}

.single-product-wrapper .short-desc-wrap .rating li {
  display: inline-block;
  font-size: 12px;
  color: #b0b5bb;
  margin-right: 2px;
}

.single-product-wrapper .short-desc-wrap .rating li.fill {
  color: #fe4c4c;
}

.single-product-wrapper .short-desc-wrap .rating li.review-count {
  color: #83868c;
  font-size: 15px;
  margin-left: 25px;
}

.single-product-wrapper .short-desc-wrap .divider {
  margin-top: 30px;
  margin-bottom: 30px;
  height: 1px;
  width: 100%;
  background-color: #e1e3e6;
}

@media (max-width: 767px) {
  .single-product-wrapper .short-desc-wrap .quantity-area {
    position: relative;
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-product-wrapper .short-desc-wrap .quantity-area {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-product-wrapper .short-desc-wrap .quantity-area {
    position: relative;
    padding-bottom: 20px;
  }
}

.single-product-wrapper .short-desc-wrap .quantity-area label {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #13287d;
  margin-bottom: 0;
}

.single-product-wrapper .short-desc-wrap .quantity-area .stock-availity {
  color: #279e64;
  font-size: 12px;
}

@media (max-width: 767px) {
  .single-product-wrapper .short-desc-wrap .quantity-area .stock-availity {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-product-wrapper .short-desc-wrap .quantity-area .stock-availity {
    position: unset;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-product-wrapper .short-desc-wrap .quantity-area .stock-availity {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

.single-product-wrapper .short-desc-wrap .quantity-area .quantity-input {
  margin-right: 10px;
  margin-left: 20px;
}

.single-product-wrapper .short-desc-wrap .quantity-area .quantity-input div,
.single-product-wrapper .short-desc-wrap .quantity-area .quantity-input input {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: 1px solid #e1e3e6;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}

.single-product-wrapper .short-desc-wrap .quantity-area .quantity-input input {
  color: #13287d;
  margin: 0 8px;
}

.single-product-wrapper .short-desc-wrap .quantity-area .quantity-input input::-webkit-outer-spin-button,
.single-product-wrapper .short-desc-wrap .quantity-area .quantity-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.single-product-wrapper .short-desc-wrap .product-meta ul li {
  margin-bottom: 15px;
}

.single-product-wrapper .short-desc-wrap .product-meta ul li span.title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #13287d;
  margin-right: 10px;
}

.single-product-wrapper .short-desc-wrap .product-meta ul li:last-child {
  margin-bottom: 0;
}

.single-product-wrapper .short-desc-wrap .product-meta ul li .color-1,
.single-product-wrapper .short-desc-wrap .product-meta ul li .color-2,
.single-product-wrapper .short-desc-wrap .product-meta ul li .color-3,
.single-product-wrapper .short-desc-wrap .product-meta ul li .color-4 {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #279e64;
  display: inline-block;
  margin-right: 10px;
}

.single-product-wrapper .short-desc-wrap .product-meta ul li .color-2 {
  background-color: #f3b701;
}

.single-product-wrapper .short-desc-wrap .product-meta ul li .color-3 {
  background-color: #25baff;
}

.single-product-wrapper .short-desc-wrap .product-meta ul li .color-3 {
  background-color: #fe5970;
}

.single-product-wrapper .short-desc-wrap .product-btn .main-btn {
  padding: 0 36px;
  margin-right: 12px;
}

.single-product-wrapper .short-desc-wrap .product-btn .add-wishlist,
.single-product-wrapper .short-desc-wrap .product-btn .pro-share {
  height: 50px;
  width: 50px;
  text-align: center;
  color: #279e64;
  line-height: 50px;
  text-align: center;
  border: 1px solid #e1e3e6;
  margin: 0 4px;
}

.single-product-wrapper .gallery-slide-wrap {
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-product-wrapper .gallery-slide-wrap {
    margin-bottom: 40px;
  }
}

.single-product-wrapper .gallery-slide-wrap .gallery-arrows .slick-arrow {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  height: 50px;
  width: 50px;
  border: none;
  margin-top: -25px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-color: #279e64;
  color: #fff;
  opacity: 0;
  visibility: hidden;
}

.single-product-wrapper .gallery-slide-wrap .gallery-arrows .slick-arrow.next-arrow {
  left: auto;
  right: 0;
}

.single-product-wrapper .gallery-slide-wrap .gallery-arrows .slick-arrow:hover {
  background-color: #13287d;
}

.single-product-wrapper .gallery-slide-wrap:hover .gallery-arrows .slick-arrow {
  opacity: 0.8;
  visibility: visible;
}

@media (max-width: 767px) {
  .single-product-wrapper .gallery-dots ul {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

.single-product-wrapper .gallery-dots ul li {
  margin-bottom: 20px;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 767px) {
  .single-product-wrapper .gallery-dots ul li {
    display: inline-block;
    margin-bottom: 0;
    max-width: 33.33%;
  }
}

.single-product-wrapper .products-tabs .nav {
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .single-product-wrapper .products-tabs .nav .nav-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .single-product-wrapper .products-tabs .nav .nav-item:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-product-wrapper .products-tabs .nav .nav-item {
    width: auto;
    margin-bottom: 0;
  }
}

.single-product-wrapper .products-tabs .nav .nav-item .nav-link {
  border: 1px solid #dcdfe2;
  border-radius: 30px;
  padding: 15px 40px;
  color: #83868c;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 15px;
  margin-right: 20px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single-product-wrapper .products-tabs .nav .nav-item .nav-link:hover, .single-product-wrapper .products-tabs .nav .nav-item .nav-link.active {
  background-color: #279e64;
  color: #fff;
  border-color: #279e64;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-product-wrapper .products-tabs .nav .nav-item .nav-link {
    padding: 15px 38px;
    margin-right: 10px;
  }
}

/*===========================
    Contact
===========================*/
.contact-page-wrap .contact-maps {
  width: 100%;
  height: 650px;
  margin-top: 130px;
}

@media (max-width: 767px) {
  .contact-page-wrap .contact-maps {
    margin-top: 100px;
    height: 500px;
  }
}

.contact-page-wrap .contact-maps iframe {
  width: 100%;
  height: 100%;
}

.contact-page-wrap .contact-information span {
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #279e64;
  padding-bottom: 17px;
}

.contact-page-wrap .contact-information h2.title {
  font-size: 48px;
  line-height: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-page-wrap .contact-information h2.title {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .contact-page-wrap .contact-information h2.title {
    font-size: 28px;
    line-height: 38px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-page-wrap .contact-information h2.title {
    font-size: 32px;
    line-height: 40px;
  }
}

.contact-page-wrap .contact-information ul li {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #13287d;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-page-wrap .contact-information ul li {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .contact-page-wrap .contact-information ul li {
    font-size: 16px;
  }
}

.contact-page-wrap .contact-information ul li i {
  font-size: 24px;
  color: #279e64;
  margin-right: 15px;
}

.contact-page-wrap .contact-form {
  padding-top: 40px;
}

.contact-page-wrap .contact-form .title {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .contact-page-wrap .contact-form .title {
    font-size: 25px;
    line-height: 35px;
  }
}

.contact-page-wrap .contact-form input,
.contact-page-wrap .contact-form textarea,
.contact-page-wrap .contact-form ::-webkit-input-placeholder {
  font-size: 14px;
  color: #83868c;
}

.contact-page-wrap .contact-form input,
.contact-page-wrap .contact-form textarea,
.contact-page-wrap .contact-form :-ms-input-placeholder {
  font-size: 14px;
  color: #83868c;
}

.contact-page-wrap .contact-form input,
.contact-page-wrap .contact-form textarea,
.contact-page-wrap .contact-form ::-ms-input-placeholder {
  font-size: 14px;
  color: #83868c;
}

.contact-page-wrap .contact-form input,
.contact-page-wrap .contact-form textarea,
.contact-page-wrap .contact-form ::placeholder {
  font-size: 14px;
  color: #83868c;
}

.contact-page-wrap .contact-form input,
.contact-page-wrap .contact-form textarea {
  width: 100%;
  padding-left: 20px;
  border: 1px solid #dcdfe2;
  height: 60px;
}

.contact-page-wrap .contact-form textarea {
  padding-top: 20px;
  height: 190px;
}

/*===========================
    Single Pages
===========================*/
.service-details .title,
.project-details .title {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .service-details .title,
  .project-details .title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}

.service-details p,
.project-details p {
  margin-bottom: 30px;
}

.service-details p:last-child,
.project-details p:last-child {
  margin-bottom: 0;
}

.service-details h3,
.project-details h3 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .service-details h3,
  .project-details h3 {
    font-size: 24px;
    line-height: 34px;
  }
}

.service-details .service-quote,
.project-details .service-quote {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 45px;
  font-family: "Heebo", sans-serif;
  font-weight: 400;
}

.service-details .service-list-icon li,
.project-details .service-list-icon li {
  margin-bottom: 20px;
}

.service-details .service-list-icon li:last-child,
.project-details .service-list-icon li:last-child {
  margin-bottom: 0;
}

.service-details .service-list-icon i,
.project-details .service-list-icon i {
  color: #279e64;
  font-size: 55px;
  margin-bottom: 10px;
}

.service-details .service-list-icon h4,
.project-details .service-list-icon h4 {
  font-size: 22px;
  margin-bottom: 10px;
}

.service-details .service-list-icon p,
.project-details .service-list-icon p {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .service-details .service-list-icon img,
  .project-details .service-list-icon img {
    margin-bottom: 50px;
  }
}

.service-details .service-list li,
.project-details .service-list li {
  margin-bottom: 20px;
}

.service-details .service-list li:last-child,
.project-details .service-list li:last-child {
  margin-bottom: 0;
}

.service-details .service-list li i,
.project-details .service-list li i {
  height: 25px;
  width: 25px;
  background-color: #279e64;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  margin-right: 12px;
}

.project-details .project-list-info li {
  margin-bottom: 40px;
  position: relative;
  padding-left: 75px;
}

.project-details .project-list-info li p {
  margin-bottom: 0;
}

.project-details .project-list-info li h4 {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 30px;
}

.project-details .project-list-info li span {
  position: absolute;
  left: 0;
  top: 8px;
  height: 50px;
  width: 50px;
  border-radius: 3px;
  background-color: #279e64;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 30px;
}

.project-details .video-wrap {
  height: 470px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}

.project-details .video-wrap a {
  height: 96px;
  width: 96px;
  text-align: center;
  line-height: 96px;
  background-color: #fff;
  color: #279e64;
  border-radius: 50%;
  font-size: 18px;
}

.project-details .video-wrap::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  opacity: 0.6;
  content: '';
  z-index: -1;
}

.related-project h3 {
  font-size: 30px;
  margin-top: 35px;
}

.blog-details p {
  margin-bottom: 35px;
}

.blog-details p:last-child {
  margin-bottom: 0;
}

.blog-details .title {
  font-size: 36px;
  line-height: 50px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .blog-details .title {
    font-size: 24px;
    line-height: 34px;
  }
}

.blog-details .blog-meta {
  margin-top: 40px;
  margin-bottom: 30px;
}

.blog-details .blog-meta li {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 0;
  padding-left: 0;
}

@media (max-width: 767px) {
  .blog-details .blog-meta li {
    margin-right: 20px;
  }
}

.blog-details .blog-meta li:last-child {
  margin-bottom: 0;
}

.blog-details .blog-meta li a {
  font-size: 14px;
  color: #83868c;
  font-weight: 500;
}

.blog-details .blog-meta li a i {
  margin-right: 10px;
}

.blog-details .blog-meta li::before {
  display: none;
}

.blog-details blockquote {
  padding-left: 65px;
  margin: 0;
  margin-bottom: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 22px;
  position: relative;
  color: #13287d;
}

.blog-details blockquote::before {
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'Flaticon';
  content: '\f10c';
  color: #ffc600;
  font-size: 40px;
}

@media (max-width: 767px) {
  .blog-details blockquote {
    padding-left: 0;
    padding-top: 60px;
    font-size: 18px;
  }
}

.blog-details ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 25px;
}

.blog-details ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #bfc2c3;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '';
}

.blog-details h3 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .blog-details h3 {
    font-size: 20px;
    line-height: 30px;
  }
}

.blog-footer {
  margin-top: 45px;
}

.blog-footer .blog-tag a {
  border: 1px solid #dcdfe2;
  padding: 10px 30px;
  display: inline-block;
  color: #83868c;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .blog-footer .blog-tag a {
    padding: 10px 25px;
    margin-right: 5px;
  }
}

@media (max-width: 767px) {
  .blog-footer .social-share {
    margin-top: 30px;
  }
}

.blog-footer .social-share a {
  background-color: #eaebee;
  height: 40px;
  width: 40px;
  text-align: center;
  color: #13287d;
  text-align: center;
  line-height: 42px;
  border-radius: 50%;
  font-size: 14px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin-left: 10px;
}

.blog-footer .social-share a::before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  background-color: #279e64;
  z-index: -1;
  content: '';
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.blog-footer .social-share a:hover {
  color: #fff;
  background-color: transparent;
}

.blog-footer .social-share a:hover::before {
  opacity: 1;
  visibility: visible;
  width: 100%;
  height: 100%;
}

.blog-author {
  background-color: #eeeff2;
  padding: 40px 40px 40px 165px;
  position: relative;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .blog-author {
    padding: 40px;
  }
}

.blog-author .author-img {
  position: absolute;
  top: 40px;
  left: 30px;
}

.blog-author .author-img img {
  border-radius: 50%;
}

@media (max-width: 767px) {
  .blog-author .author-img {
    position: unset;
    margin-bottom: 20px;
  }
}

.blog-author .author-content h6 {
  font-size: 18px;
  margin-bottom: 20px;
}

.blog-author .author-content .social-links {
  margin-top: 20px;
}

.blog-author .author-content .social-links a {
  color: #13287d;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
  margin-right: 10px;
}

.blog-author .author-content .social-links a:hover {
  color: #279e64;
}

.blog-author .author-content .social-links a:last-child {
  margin: 0;
}

.comments-area {
  margin-top: 60px;
}

.comments-area .title {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 30px;
}

.comments-area .comments-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
}

.comments-area .comments-list li:last-child {
  margin-bottom: 0;
}

.comments-area .comments-list li .comment-img img {
  max-width: 100px;
  max-height: 100px;
  border-radius: 50%;
}

.comments-area .comments-list li .comments-content {
  padding-left: 30px;
}

.comments-area .comments-list li .comments-content h6 {
  font-size: 18px;
  margin-bottom: 10px;
}

.comments-area .comments-list li .comments-content .date {
  font-size: 14px;
  font-weight: 500;
  margin-right: 20px;
}

.comments-area .comments-list li .comments-content .reply {
  font-size: 13px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #13287d;
}

.comments-form {
  margin-top: 60px;
}

.comments-form .title {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 30px;
}

.comments-form input,
.comments-form textarea {
  margin-bottom: 30px;
  border: 1px solid #dcdfe2;
  height: 50px;
  padding-left: 20px;
  width: 100%;
}

.comments-form textarea {
  padding-top: 20px;
  height: 200px;
}

.comments-form .main-btn {
  padding: 0 35px;
  line-height: 60px;
}

/*===========================
    Sidebar
===========================*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .sidebar {
    margin-top: 50px;
  }
}

.sidebar .widgets {
  margin-bottom: 30px;
}

.sidebar .widgets .widget-title {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 20px;
}

.sidebar .widgets.service-cat .service-cat-list li {
  margin-bottom: 20px;
}

.sidebar .widgets.service-cat .service-cat-list li a {
  display: block;
  border: 1px solid #dcdfe2;
  padding: 20px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
  color: #83868c;
  position: relative;
}

.sidebar .widgets.service-cat .service-cat-list li a i {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sidebar .widgets.service-cat .service-cat-list li:last-child {
  margin-bottom: 0;
}

.sidebar .widgets.service-cat .service-cat-list li.active a,
.sidebar .widgets.service-cat .service-cat-list li a:hover {
  color: #fff;
  background-color: #279e64;
  border-color: #279e64;
}

.sidebar .widgets.contact-form input,
.sidebar .widgets.contact-form textarea {
  width: 100%;
  border: 1px solid #dcdfe2;
  height: 60px;
  font-size: 15px;
  padding: 0 20px;
}

.sidebar .widgets.contact-form ::-webkit-input-placeholder {
  color: #999999;
  font-size: 15px;
}

.sidebar .widgets.contact-form :-ms-input-placeholder {
  color: #999999;
  font-size: 15px;
}

.sidebar .widgets.contact-form ::-ms-input-placeholder {
  color: #999999;
  font-size: 15px;
}

.sidebar .widgets.contact-form ::placeholder {
  color: #999999;
  font-size: 15px;
}

.sidebar .widgets.contact-form textarea {
  height: 110px;
  padding-top: 20px;
}

.sidebar .widgets.contact-form.with-bg input,
.sidebar .widgets.contact-form.with-bg textarea {
  background-color: #eeeff2;
  border-color: #eeeff2;
}

.sidebar .widgets.project-information ul {
  padding: 40px 30px;
  background-color: #eeeff2;
}

.sidebar .widgets.project-information ul li {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #dcdfe2;
}

.sidebar .widgets.project-information ul li span {
  font-weight: 500;
  margin-right: 12px;
}

.sidebar .widgets.project-information ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.sidebar .widgets.poster-widget img {
  width: 100%;
}

.sidebar.blog-sidebar .widgets {
  background-color: #eeeff2;
  padding: 50px 30px;
}

.sidebar.blog-sidebar .widgets .widget-title {
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
}

.sidebar.blog-sidebar .widgets .widget-title::before, .sidebar.blog-sidebar .widgets .widget-title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #279e64;
  width: 20px;
  height: 3px;
  content: '';
}

.sidebar.blog-sidebar .widgets .widget-title::after {
  left: 30px;
  width: 30px;
}

.sidebar.blog-sidebar .widgets.search-widget form {
  position: relative;
}

.sidebar.blog-sidebar .widgets.search-widget input {
  width: 100%;
  border: 1px solid #dcdfe2;
  background-color: #fff;
  height: 60px;
  padding-left: 20px;
  padding-right: 55px;
}

.sidebar.blog-sidebar .widgets.search-widget button {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 50px;
  width: 50px;
  background-color: #279e64;
  color: #fff;
  line-height: 50px;
  font-size: 18px;
  border: none;
}

.sidebar.blog-sidebar .widgets.search-widget ::-webkit-input-placeholder,
.sidebar.blog-sidebar .widgets.search-widget input {
  font-size: 14px;
  color: #999999;
}

.sidebar.blog-sidebar .widgets.search-widget :-ms-input-placeholder,
.sidebar.blog-sidebar .widgets.search-widget input {
  font-size: 14px;
  color: #999999;
}

.sidebar.blog-sidebar .widgets.search-widget ::-ms-input-placeholder,
.sidebar.blog-sidebar .widgets.search-widget input {
  font-size: 14px;
  color: #999999;
}

.sidebar.blog-sidebar .widgets.search-widget ::placeholder,
.sidebar.blog-sidebar .widgets.search-widget input {
  font-size: 14px;
  color: #999999;
}

.sidebar.blog-sidebar .widgets.poster-widget {
  padding: 0;
}

.sidebar.blog-sidebar .widgets.category-widget ul li {
  margin-bottom: 15px;
}

.sidebar.blog-sidebar .widgets.category-widget ul li:last-child {
  margin-bottom: 0;
}

.sidebar.blog-sidebar .widgets.category-widget ul li a {
  background-color: #fff;
  padding: 22px 20px;
  display: block;
  color: #83868c;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.sidebar.blog-sidebar .widgets.category-widget ul li a .cat-count {
  float: right;
}

.sidebar.blog-sidebar .widgets.category-widget ul li a:hover {
  background-color: #279e64;
  color: #fff;
}

.sidebar.blog-sidebar .widgets.popular-post ul li {
  margin-bottom: 30px;
}

.sidebar.blog-sidebar .widgets.popular-post ul li:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar.blog-sidebar .widgets.popular-post ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sidebar.blog-sidebar .widgets.popular-post ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.sidebar.blog-sidebar .widgets.popular-post ul li img {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar.blog-sidebar .widgets.popular-post ul li img {
    max-width: 180px;
    margin-bottom: 0;
    margin-right: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sidebar.blog-sidebar .widgets.popular-post ul li img {
    max-width: 180px;
    margin-bottom: 0;
    margin-right: 20px;
  }
}

.sidebar.blog-sidebar .widgets.popular-post ul li h6 {
  font-size: 16px;
  line-height: 28px;
}

.sidebar.blog-sidebar .widgets.popular-post ul li h6 a {
  color: #13287d;
}

.sidebar.blog-sidebar .widgets.popular-tags {
  padding-bottom: 40px;
}

.sidebar.blog-sidebar .widgets.popular-tags ul li {
  display: inline-block;
}

.sidebar.blog-sidebar .widgets.popular-tags ul li a {
  background-color: #fff;
  padding: 10px 20px;
  display: block;
  margin-bottom: 10px;
  margin-right: 10px;
  color: #83868c;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 3px;
}

.sidebar.blog-sidebar .widgets.popular-tags ul li a:hover {
  color: #fff;
  background-color: #279e64;
}

.sidebar.blog-sidebar .widgets.newsletter input,
.sidebar.blog-sidebar .widgets.newsletter button {
  width: 100%;
  border: 1px solid #dcdfe2;
  background-color: #fff;
  height: 60px;
  padding-left: 20px;
}

.sidebar.blog-sidebar .widgets.newsletter ::-webkit-input-placeholder,
.sidebar.blog-sidebar .widgets.newsletter input {
  font-size: 14px;
  color: #999999;
}

.sidebar.blog-sidebar .widgets.newsletter :-ms-input-placeholder,
.sidebar.blog-sidebar .widgets.newsletter input {
  font-size: 14px;
  color: #999999;
}

.sidebar.blog-sidebar .widgets.newsletter ::-ms-input-placeholder,
.sidebar.blog-sidebar .widgets.newsletter input {
  font-size: 14px;
  color: #999999;
}

.sidebar.blog-sidebar .widgets.newsletter ::placeholder,
.sidebar.blog-sidebar .widgets.newsletter input {
  font-size: 14px;
  color: #999999;
}

.sidebar.blog-sidebar .widgets.newsletter button {
  width: 100%;
  height: 60px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 15px;
  margin-top: 15px;
  background-color: #279e64;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.sidebar.blog-sidebar .widgets.newsletter button:hover {
  background-color: #13287d;
}

/*===========================
    FOOTER css 
===========================*/
footer .footer-top-area {
  background-color: #040d48;
}

footer .footer-top-area .footer-nav {
  padding-bottom: 50px;
  border-bottom: 1px solid #2c3242;
  margin-bottom: 50px;
}

footer .footer-top-area .footer-nav .footer-menu {
  text-align: center;
}

footer .footer-top-area .footer-nav .footer-menu ul li {
  display: inline-block;
}

footer .footer-top-area .footer-nav .footer-menu ul li a {
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  padding: 0 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  footer .footer-top-area .footer-nav .footer-menu ul li a {
    font-size: 15px;
    padding: 0 15px;
  }
}

footer .footer-top-area .footer-nav .footer-social {
  text-align: right;
}

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

footer .footer-top-area .footer-nav .footer-social ul li a {
  color: #fff;
  margin-left: 23px;
  position: relative;
}

footer .footer-top-area .footer-widgets .widget {
  margin-bottom: 30px;
}

footer .footer-top-area .footer-widgets .widget .title {
  font-size: 22px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #fff;
  margin-bottom: 30px;
}

footer.footer-top-area .footer-widgets .widget.footer-about-widget p {
  font-size: 15px;
  color: #fff;
  padding-top: 25px;
}

footer .footer-top-area .footer-widgets .widget.footer-about-widget span {
  font-size: 15px;
  font-weight: 500;
  padding-top: 17px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  footer .footer-top-area .footer-widgets .widget.footer-about-widget span {
    font-size: 13px;
  }
}

footer .footer-top-area .footer-widgets .widget.footer-about-widget span span {
  color: #279e64;
  padding-right: 5px;
}

footer .footer-top-area .footer-widgets .widget.footer-menu-widget {
  padding-left: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  footer .footer-top-area .footer-widgets .widget.footer-menu-widget {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer .footer-top-area .footer-widgets .widget.footer-menu-widget {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  footer .footer-top-area .footer-widgets .widget.footer-menu-widget {
    padding-left: 0;
  }
}

footer .footer-top-area .footer-widgets .widget.footer-menu-widget ul li a {
  color: #fff;
  font-size: 15px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

footer .footer-top-area .footer-widgets .widget.footer-menu-widget ul li a i {
  padding-right: 6px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

footer .footer-top-area .footer-widgets .widget.footer-menu-widget ul li a:hover {
  color: #279e64;
}

footer .footer-top-area .footer-widgets .widget.footer-menu-widget ul li a:hover i {
  padding-right: 12px;
}

footer .footer-top-area .footer-widgets .widget.footer-contact-info {
  padding-left: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  footer .footer-top-area .footer-widgets .widget.footer-contact-info {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer .footer-top-area .footer-widgets .widget.footer-contact-info {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  footer .footer-top-area .footer-widgets .widget.footer-contact-info {
    padding-left: 0;
  }
}

footer .footer-top-area .footer-widgets .widget.footer-contact-info ul {
  padding-top: 12px;
}

footer .footer-top-area .footer-widgets .widget.footer-contact-info ul li {
  line-height: 40px;
  font-size: 18px;
  color:#fff;
}

footer .footer-top-area .footer-widgets .widget.footer-contact-info ul li i {
  color: #279e64;
  padding-right: 8px;
}

footer .footer-top-area .footer-widgets .widget.footer-contact-info form .input-box {
  margin-top: 20px;
}

footer .footer-top-area .footer-widgets .widget.footer-contact-info form .input-box input {
  width: 100%;
  line-height: 60px;
  padding-left: 20px;
  font-size: 14px;
  color: #83868c;
  margin-bottom: 20px;
  border: 0;
}

footer .footer-top-area .footer-widgets .widget.footer-contact-info form .input-box input::-webkit-input-placeholder {
  opacity: 1;
  color: #83868c;
}

footer .footer-top-area .footer-widgets .widget.footer-contact-info form .input-box input:-ms-input-placeholder {
  opacity: 1;
  color: #83868c;
}

footer .footer-top-area .footer-widgets .widget.footer-contact-info form .input-box input::-ms-input-placeholder {
  opacity: 1;
  color: #83868c;
}

footer .footer-top-area .footer-widgets .widget.footer-contact-info form .input-box input::placeholder {
  opacity: 1;
  color: #83868c;
}

footer .footer-top-area .footer-widgets .widget.footer-newsletters-widget form .input-box {
  margin-top: 20px;
}

footer .footer-top-area .footer-widgets .widget.footer-newsletters-widget form .input-box input {
  width: 100%;
  line-height: 60px;
  padding-left: 20px;
  font-size: 14px;
  color: #83868c;
  margin-bottom: 20px;
  border: 0;
}

footer .footer-top-area .footer-widgets .widget.footer-newsletters-widget form .input-box input::-webkit-input-placeholder {
  opacity: 1;
  color: #83868c;
}

footer .footer-top-area .footer-widgets .widget.footer-newsletters-widget form .input-box input:-ms-input-placeholder {
  opacity: 1;
  color: #83868c;
}

footer .footer-top-area .footer-widgets .widget.footer-newsletters-widget form .input-box input::-ms-input-placeholder {
  opacity: 1;
  color: #83868c;
}

footer .footer-top-area .footer-widgets .widget.footer-newsletters-widget form .input-box input::placeholder {
  opacity: 1;
  color: #83868c;
}

footer .footer-copyright-area {
  background: #141928;
  padding: 20px 0;
}

footer .footer-copyright-area .footer-copyright ul li {
  display: inline-block;
  margin-left: 8px;
}

footer .footer-copyright-area .footer-copyright p.copyright-text {
  color: #83868c;
  font-size: 15px;
}

@media (max-width: 767px) {
  footer .footer-copyright-area .footer-copyright p.copyright-text {
    font-size: 14px;
  }
}

footer .footer-copyright-area .footer-copyright p.copyright-text a {
  color: #279e64;
}

footer.footer-two .footer-top-area {
  background-color: #040d48;
}

footer.footer-two .footer-top-area .footer-widgets .title {
  color: #fff;
}

footer.footer-two .footer-top-area .brand-area .brand-inner-wrap {
  background-color: #fff;
  border-radius: 10px;
  padding: 45px 0;
  overflow: hidden;
}

footer.footer-two .footer-copyright-area {
  padding: 30px 0;
  background-color: #eff2f7;
  border: 1px solid #d9dade;
}

footer.footer-two .footer-copyright-area p.copyright-text a {
  color: #279e64;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer.footer-two .footer-copyright-area p.copyright-text a {
    margin-top: 30px;
  }
}

footer.footer-two .footer-copyright-area .footer-social li {
  display: inline-block;
  margin: 0px 4px;
}

footer.footer-two .footer-copyright-area .footer-social li a {
  height: 40px;
  width: 40px;
  border: 1px solid #83868c;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  line-height: 40px;
  font-size: 14px;
  color: #83868c;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  text-align: center;
}

footer.footer-two .footer-copyright-area .footer-social li a::before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  background-color: #279e64;
  z-index: -1;
  content: '';
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

footer.footer-two .footer-copyright-area .footer-social li a:hover {
  color: #fff;
}

footer.footer-two .footer-copyright-area .footer-social li a:hover::before {
  opacity: 1;
  visibility: visible;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer.footer-two .footer-copyright-area .footer-social {
    text-align: right;
  }
}

@media (max-width: 767px) {
  footer.footer-two .footer-copyright-area .footer-logo,
  footer.footer-two .footer-copyright-area .footer-social {
    text-align: center;
    margin-bottom: 30px;
  }
}

/*===== Go Top =====*/
.go-top-area {
  position: relative;
  z-index: 9999;
}

.go-top-area .go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 24px;
  color: #ffffff;
  background-color: #279e64;
  z-index: 9999;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.9s ease-out 0s;
  transition: all 0.9s ease-out 0s;
  border-right: 0;
}

.go-top-area .go-top i {
  position: absolute;
  top: 50%;
  left: -4px;
  right: 0;
  margin: 0 auto;
  font-size: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

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

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

.go-top-area .go-top:focus, .go-top-area .go-top:hover {
  color: #fff;
}

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

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

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

.go-top-area .go-top.active {
  top: 98%;
  -webkit-transform: translateY(-98%);
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
  border-radius: 0;
  right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .go-top-area .go-top.active {
    top: 93%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .go-top-area .go-top.active {
    top: 93%;
  }
}

.go-top-wrap {
  position: relative;
}

.go-top-wrap .go-top-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  top: 3px;
  z-index: 1;
  background: #279e64;
}

.go-top-wrap .go-top-btn i {
  font-size: 20px;
  font-weight: 700;
  padding-left: 4px;
  color: #fff;
}

.go-top-wrap .go-top-btn::after {
  z-index: -1;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  -webkit-animation: ripple 1.6s ease-out infinite;
  animation: ripple 1.6s ease-out infinite;
  opacity: 0;
  background: #279e64;
}

.go-top-wrap .go-top-btn:hover {
  background-color: #222;
  color: #fff;
}

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

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





/*# sourceMappingURL=style.css.map */