/*
Author       : Finest Webgeek
Template Name: Responsive - Cleaning
Version      : 1.0
*/
/*=============================================================
    CSS INDEX
    =============================

    01: General css
    02: Header area
    03: Header sticky area
    04: Hero area
    05: Experience area
    06: Services area
    07: Work area
    08: Contact area
    09: Team area
    10: Newsletter area
    11: Testimonial area
    12: Footer area
    13: Responsive area 
=============================================================*/
/* 01 ==================general-css====================*/
/*==================site-ont-css====================*/
@font-face {
  font-family: 'Jost';
  src: url('fonts/font/Jost-SemiBold.eot');
  src: url('fonts/font/Jost-SemiBold.eot?#iefix') format('embedded-opentype'), url('fonts/font/Jost-SemiBold.woff2') format('woff2'), url('fonts/font/Jost-SemiBold.woff') format('woff'), url('fonts/font/Jost-SemiBold.ttf') format('truetype'), url('fonts/font/Jost-SemiBold.svg#Jost-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('fonts/font/Jost-Regular.eot');
  src: url('fonts/font/Jost-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/font/Jost-Regular.woff2') format('woff2'), url('fonts/font/Jost-Regular.woff') format('woff'), url('fonts/font/Jost-Regular.ttf') format('truetype'), url('fonts/font/Jost-Regular.svg#Jost-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('fonts/font/Jost-Bold.eot');
  src: url('fonts/font/Jost-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/font/Jost-Bold.woff2') format('woff2'), url('fonts/font/Jost-Bold.woff') format('woff'), url('fonts/font/Jost-Bold.ttf') format('truetype'), url('fonts/font/Jost-Bold.svg#Jost-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('fonts/font/Jost-Medium.eot');
  src: url('fonts/font/Jost-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/font/Jost-Medium.woff2') format('woff2'), url('fonts/font/Jost-Medium.woff') format('woff'), url('fonts/font/Jost-Medium.ttf') format('truetype'), url('fonts/font/Jost-Medium.svg#Jost-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('fonts/font/Lato-Medium.eot');
  src: url('fonts/font/Lato-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/font/Lato-Medium.woff2') format('woff2'), url('fonts/font/Lato-Medium.woff') format('woff'), url('fonts/font/Lato-Medium.ttf') format('truetype'), url('fonts/font/Lato-Medium.svg#Lato-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('fonts/font/Lato-Regular.eot');
  src: url('fonts/font/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/font/Lato-Regular.woff2') format('woff2'), url('fonts/font/Lato-Regular.woff') format('woff'), url('fonts/font/Lato-Regular.ttf') format('truetype'), url('fonts/font/Lato-Regular.svg#Lato-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito Sans';
  src: url('fonts/font/NunitoSans-Regular.eot');
  src: url('fonts/font/NunitoSans-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/font/NunitoSans-Regular.woff2') format('woff2'), url('fonts/font/NunitoSans-Regular.woff') format('woff'), url('fonts/font/NunitoSans-Regular.ttf') format('truetype'), url('fonts/font/NunitoSans-Regular.svg#NunitoSans-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*==================site-ont-css====================*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: #656565;
}
html {
  scroll-behavior: smooth;
  overflow-y: scroll;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Jost', sans-serif;
  color: #0E3C7B;
  font-weight: 500;
  text-transform: capitalize;
}
a,
a:hover {
  text-decoration: none;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="button"]:focus,
button[type="button"]:focus,
input[type="tel"]:focus,
textarea:focus {
  outline: none;
}
input,
button:focus {
  outline: none;
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
img {
  max-width: 100%;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/*=================slicknav_menu====================*/
.slicknav_menu {
  position: absolute;
  width: 100%;
  z-index: 9999;
  display: none;
}
/*=================slicknav_menu====================*/
/*=================preloader-css-start====================*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background: #ffffff;
}
#preloader #loader-img {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 100px;
  margin: -50px 0 0 -50px;
  z-index: 1001;
  background-image: url('images/menu-logo.png');
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  z-index: 1020;
}
#preloader #loader {
  display: block;
  position: relative;
  left: 40%;
  width: 150px;
  height: 150px;
  margin: -60px 0 0 -60px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: red;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  z-index: 1001;
}
#preloader #loader::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #618a4c;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
#preloader #loader::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #35287c;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
#preloader .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #ffffff;
  z-index: 1000;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#preloader .section-left {
  left: 0;
}
#preloader .section-right {
  right: 0;
}
#preloader #panel_left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#preloader #panel_right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*=================preloader-css-end====================*/
/*==================general-css====================*/
/* 02 ==================header-area-start====================*/
header.header-area {
  background: #EDF3FF;
  padding: 0 120px;
  /*==================header-navigation-area-start====================*/
  /*==================header-navigation-area-end====================*/
}
header.header-area .header-top-area {
  padding: 20px 0;
  position: relative;
  z-index: 999;
}
header.header-area .header-top-area .header-top-container {
  width: 100%;
  max-width: 100%;
}
header.header-area .header-top-area ul.header-top-social-left {
  line-height: 1;
}
header.header-area .header-top-area ul.header-top-social-left li {
  display: inline-block;
  margin-right: 35px;
  line-height: 1.4;
}
header.header-area .header-top-area ul.header-top-social-left li:last-child {
  margin-right: 0;
}
header.header-area .header-top-area ul.header-top-social-left li span {
  font-weight: 500;
  color: #919191;
  -webkit-transition: .3s all;
  transition: .3s all;
}
header.header-area .header-top-area ul.header-top-social-left li span:hover {
  color: #00C45E;
}
header.header-area .header-top-area ul.header-top-social-left li span i {
  margin-right: 8px;
  font-size: 17px;
  position: relative;
  top: 1px;
}
header.header-area .header-top-area ul.header-top-social-left li a {
  font-weight: 500;
  color: #919191;
  -webkit-transition: .3s all;
  transition: .3s all;
}
header.header-area .header-top-area ul.header-top-social-left li a:hover {
  color: #00C45E;
}
header.header-area .header-top-area ul.header-top-social-left li a i {
  margin-right: 8px;
  font-size: 17px;
}
header.header-area .header-top-area ul.header-top-social-right {
  line-height: 1;
}
header.header-area .header-top-area ul.header-top-social-right li {
  font-weight: 500;
  color: #919191;
  display: inline-block;
  margin-right: 11px;
}
header.header-area .header-top-area ul.header-top-social-right li:first-child {
  margin-right: 44px;
}
header.header-area .header-top-area ul.header-top-social-right li:last-child {
  margin-right: 0;
}
header.header-area .header-top-area ul.header-top-social-right li a {
  font-weight: 500;
  color: #919191;
  -webkit-transition: .3s all;
  transition: .3s all;
}
header.header-area .header-top-area ul.header-top-social-right li a:hover {
  color: #00C45E;
}
header.header-area .header-top-area ul.header-top-social-right li a i {
  font-size: 17px;
}
header.header-area .navigation-area {
  padding: 0 120px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 3px 16px -6px #e4e4e4;
          box-shadow: 0px 3px 16px -6px #e4e4e4;
  z-index: 99;
  left: 0;
  -webkit-transition: .3s all;
  transition: .3s all;
}
header.header-area .navigation-area .navigation-container {
  position: relative;
  width: 100%;
  max-width: 100%;
}
header.header-area .navigation-area .logo-col {
  position: absolute;
  z-index: 99999;
}
header.header-area .navigation-area nav ul li {
  margin-right: 46px;
  display: inline-block;
}
header.header-area .navigation-area nav ul li:last-child {
  margin: 0 !important;
}
header.header-area .navigation-area nav ul li a {
  display: block;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: .3s all;
  transition: .3s all;
  font-family: 'Jost', sans-serif;
  text-transform: capitalize;
  padding: 45px 0;
  color: #0E3C7B;
  position: relative;
}
header.header-area .navigation-area nav ul li a::after {
  content: " ";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  background-color: #00C55E;
  width: 0;
  height: 3px;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
header.header-area .navigation-area nav ul li a:hover {
  color: #00C55E;
}
header.header-area .navigation-area nav ul li a:hover::after {
  width: 100%;
}
header.header-area .navigation-area nav ul li.menu-btn {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
header.header-area .navigation-area nav ul li.menu-btn a {
  background-color: #00C55E;
  padding: 10px 20px;
  border-radius: 30px;
  -webkit-transition: .5s all;
  transition: .5s all;
  color: #FFFFFF;
}
header.header-area .navigation-area nav ul li.menu-btn a img {
  margin-right: 8px;
}
header.header-area .navigation-area nav ul li.menu-btn a:hover::after {
  display: none;
}
/*==================header-area-end====================*/
/* 03 ============sticky-header-area-start==============*/
div#sticky-wrapper {
  width: 100%;
  z-index: 99;
  position: absolute;
  left: 0;
}
.is-sticky .navigation-area {
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px #8e838385;
          box-shadow: 0px 0px 10px #8e838385;
  max-width: 100%;
  -webkit-transition: .3s all;
  transition: .3s all;
}
.is-sticky .navigation-area nav ul li a {
  padding: 30px 0 !important;
}
.is-sticky .navigation-area nav ul li.menu-btn a {
  padding: 10px 20px !important;
}
/*============sticky-header-area-end==============*/
/* 04 ==================hero-area-start====================*/
section.hero-area {
  padding: 350px 0 295px 0;
  z-index: 1;
  background-image: url("images/hero-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
section.hero-area .hero-content .section-title {
  text-align: left;
  margin-bottom: 40px;
}
section.hero-area .hero-content .section-title h4 {
  color: #00C55E;
  font-size: 20px;
  position: relative;
  padding-left: 97px;
  margin-bottom: 15px;
  display: inline-block;
}
section.hero-area .hero-content .section-title h4::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 4px;
  background: #00C45E;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
section.hero-area .hero-content .section-title p {
  font-size: 20px;
  max-width: 510px;
}
section.hero-area .hero-content .hero-btn-area a.btn-button {
  margin-right: 27px;
  padding: 0 10px;
  height: 50px;
  line-height: 52px;
  width: 170px;
}
section.hero-area .hero-content .hero-btn-area a.btn-button:last-child {
  margin-right: 0;
}
section.hero-area .hero-content .hero-btn-area .transfarent-btn {
  background: transparent;
  border: 3px solid #5AAD32;
  line-height: 45px !important;
  color: #00C55E !important;
}
section.hero-area .hero-content .hero-btn-area .transfarent-btn:hover {
  border-color: #0E3C7B !important;
  color: #FFFFFF !important;
}
.section-title {
  max-width: 750px;
  margin: auto;
  margin-bottom: 70px;
  text-align: center;
}
.section-title h1 {
  font-size: 60px;
}
.section-title h2 {
  font-weight: 500;
  font-size: 50px;
  color: #0E3C7B;
  line-height: 1.2;
  margin-bottom: 25px;
}
.section-title p {
  color: #656565;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0;
}
.btn-button {
  background: #00C45E;
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 500;
  border-radius: 30px;
  text-align: center;
  padding: 10px 30px;
  display: inline-block;
  text-transform: capitalize;
  cursor: pointer;
  font-family: 'Jost', sans-serif;
}
.btn-h {
  color: #FFFFFF;
  background-image: linear-gradient(45deg, #0e3c7b, #0e3c7b) !important;
  -webkit-transition-timing-function: cubic-bezier(0.5, 1.6, 0.3, 0.5) !important;
          transition-timing-function: cubic-bezier(0.5, 1.6, 0.3, 0.5) !important;
  background-size: 0% 100% !important;
  background-repeat: no-repeat !important;
  background-position: center left;
  -webkit-transition: .5s all;
  transition: .5s all;
}
.btn-h:hover {
  background-image: linear-gradient(45deg, #0e3c7b, #0e3c7b) !important;
  background-size: 100% 100% !important;
  color: #FFFFFF !important;
}
/*==================hero-area-end====================*/
/* 05 ==================experience-area-start====================*/
section.experience-area {
  margin-top: -90px;
}
section.experience-area .single-experience-item {
  background: #fff;
  -webkit-box-shadow: 0px 3px 20px 0px #adaaaa;
          box-shadow: 0px 3px 20px 0px #adaaaa;
  text-align: center;
  padding: 40px 30px;
  -webkit-transition: .3s all;
  transition: .3s all;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  height: 100%;
}
section.experience-area .single-experience-item h3 {
  font-size: 26px;
  font-weight: 500;
  display: block;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 0;
}
/*==================experience-area-end====================*/
/* 06 ==================services-area-start====================*/
section.services-area {
  padding-top: 120px;
  padding-bottom: 15px;
}
section.services-area .services-item-col {
  margin-bottom: 100px;
}
section.services-area .single-services-item {
  text-align: center;
  height: 100%;
  background: #fff;
  padding: 50px 15px 30px 15px;
  border: 1px solid #EBE1E1;
  position: relative;
  -webkit-transition: .3s all;
  transition: .3s all;
  z-index: 1;
}
section.services-area .single-services-item:hover .sinlge-service-icon {
  border: 1px solid #00C55E;
}
section.services-area .single-services-item .sinlge-service-icon {
  background: #fff !important;
  height: 68px;
  width: 68px;
  border: 1px solid #EBE1E1;
  line-height: 68px;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: .3s all;
  transition: .3s all;
}
section.services-area .single-services-item .sinlge-service-icon img {
  margin-bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
section.services-area .single-services-item h4 {
  font-size: 26px;
  margin-bottom: 20px;
}
section.services-area .single-services-item h4 a {
  color: #3B424F;
  -webkit-transition: .3s all;
  transition: .3s all;
}
section.services-area .single-services-item h4 a:hover {
  color: #00C55E;
}
section.services-area .single-services-item p {
  max-width: 230px;
  margin: 0 auto;
  margin-top: 2px;
}
section.services-area .single-services-item .service-btn {
  margin-top: 10px;
}
section.services-area .single-services-item .service-btn a {
  color: #393939;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Jost', sans-serif;
  display: inline-block;
  -webkit-transition: .3s all;
  transition: .3s all;
  position: relative;
  padding-right: 20px;
}
section.services-area .single-services-item .service-btn a:hover {
  color: #00C55E;
}
section.services-area .single-services-item .service-btn a i {
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
section.services-area .h-brd::before {
  top: 0;
  left: 0;
  z-index: -1;
}
section.services-area .single-services-item::before,
section.services-area .single-services-item::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}
section.services-area .h-brd::before,
section.services-area .h-brd::after {
  border: 1px solid transparent;
  width: 0;
  height: 0;
  z-index: -1;
}
section.services-area .h-brd::after {
  bottom: 0;
  right: 0;
}
section.services-area .h-brd:hover::before {
  border-top-color: #00C55E;
  border-right-color: #00C55E;
  -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
section.services-area .h-brd:hover::after {
  border-bottom-color: #00C55E;
  border-left-color: #00C55E;
  -webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
section.services-area .h-brd:hover::before,
section.services-area .h-brd:hover::after {
  width: 100%;
  height: 100%;
}
/*==================services-area-end====================*/
/* 07 ==================work-area-start====================*/
section.work-area {
  position: relative;
  padding-top: 112px;
  padding-bottom: 200px;
}
section.work-area::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url("images/work-area-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: -1;
}
section.work-area::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #35287C;
  left: 0;
  top: 0;
  opacity: 0.9;
}
section.work-area .section-title h2,
section.work-area .section-title p {
  color: #ffffff;
}
section.work-area .progressbar-col {
  margin-bottom: 30px;
}
section.work-area .progressbar-col:last-child {
  margin-bottom: 0;
}
section.work-area .single-progress-bar {
  margin-bottom: 37px;
}
section.work-area .single-progress-bar:last-child {
  margin-bottom: 0;
}
section.work-area .single-progress-bar h4 {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 15px;
  text-transform: capitalize;
}
section.work-area .single-progress-bar .progress {
  background-color: #FFFFFF;
  border-radius: 30px;
}
section.work-area .single-progress-bar .progress .progress-bar {
  background-color: #00C55E;
  height: 8px;
  position: relative;
  margin-left: 4px;
  margin-top: 4px;
  border-radius: 30px;
}
/*==================work-area-end====================*/
/* 08 ==================contact-area-start====================*/
section.contact-area {
  margin-bottom: -120px;
}
section.contact-area .contact-area-row {
  top: -120px;
  position: relative;
}
section.contact-area .contact-form-col {
  padding-right: 0;
}
section.contact-area .contact-img-col {
  padding-left: 0;
}
section.contact-area form {
  -webkit-box-shadow: 0px 0px 20px -8px #757575;
          box-shadow: 0px 0px 20px -8px #757575;
  background: #FFFFFF;
  padding: 90px 50px 120px 50px;
  border-radius: 20px 0 0 20px;
  height: 100%;
}
section.contact-area form h3 {
  font-size: 36px;
  font-weight: 500;
  color: #00C55E;
  margin-bottom: 45px;
}
section.contact-area form .name-email-input {
  width: 100%;
}
section.contact-area form .name-email-input input {
  width: 48%;
  float: left;
}
section.contact-area form .name-email-input input.name-input {
  float: left;
}
section.contact-area form .name-email-input input.email-input {
  float: right;
}
section.contact-area form input {
  width: 100%;
  border: 1px solid #b7b7b7;
  height: 55px;
  margin-bottom: 30px;
  padding: 15px;
  border-radius: 10px;
}
section.contact-area form input::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #0E3C7B;
  opacity: 40%;
  text-transform: capitalize;
}
section.contact-area form input:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #0E3C7B;
  opacity: 40%;
  text-transform: capitalize;
}
section.contact-area form input::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #0E3C7B;
  opacity: 40%;
  text-transform: capitalize;
}
section.contact-area form input::placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #0E3C7B;
  opacity: 40%;
  text-transform: capitalize;
}
section.contact-area form textarea {
  padding: 15px;
  width: 100%;
  height: 180px;
  border: 1px solid #b7b7b7;
  resize: none;
  margin-bottom: 52px;
  border-radius: 10px;
}
section.contact-area form textarea::-webkit-input-placeholder {
  font-size: 16px;
  color: #0E3C7B;
  opacity: 40%;
}
section.contact-area form textarea:-ms-input-placeholder {
  font-size: 16px;
  color: #0E3C7B;
  opacity: 40%;
}
section.contact-area form textarea::-ms-input-placeholder {
  font-size: 16px;
  color: #0E3C7B;
  opacity: 40%;
}
section.contact-area form textarea::placeholder {
  font-size: 16px;
  color: #0E3C7B;
  opacity: 40%;
}
section.contact-area form button {
  border: none;
}
section.contact-area .contact-img {
  height: 100%;
  width: 100%;
  position: relative;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 20px -8px #757575;
          box-shadow: 0px 0px 20px -8px #757575;
}
section.contact-area .contact-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.contact-area .contact-img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #00C55E;
  left: 0;
  top: 0;
  opacity: 0.2;
}
/*==================contact-area-end====================*/
/* 9 ==================our-team-area-start====================*/
section.our-team-area {
  padding-bottom: 80px;
  padding-top: 100px;
}
section.our-team-area .fade {
  -webkit-transition: opacity .40s linear !important;
  transition: opacity .40s linear !important;
}
section.our-team-area .fade:not(.show) {
  opacity: 1;
}
section.our-team-area .single-team-content {
  background: #F5F8FF;
  position: relative;
  height: 100%;
}
section.our-team-area .single-team-content .single-team-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.our-team-area .single-team-content .img-col {
  margin-right: 15px;
  width: 40%;
}
section.our-team-area .single-team-content .img-col img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
section.our-team-area .single-team-content .team-content-col {
  width: 60%;
  height: 100%;
  -ms-flex-item-align: center;
      align-self: center;
}
section.our-team-area .single-team-content .team-content {
  padding: 25px 40px 25px 25px;
}
section.our-team-area .single-team-content .team-content h3 {
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: capitalize;
}
section.our-team-area .single-team-content .team-content span {
  font-size: 16px;
  font-weight: 400;
  color: #656565;
  text-transform: capitalize;
}
section.our-team-area .single-team-content .team-content p {
  margin-top: 27px;
  margin-bottom: 40px;
}
section.our-team-area .single-team-content .team-content ul li {
  display: inline-block;
  margin-right: 10px;
}
section.our-team-area .single-team-content .team-content ul li:last-child {
  margin-right: 0;
}
section.our-team-area .single-team-content .team-content ul li a {
  display: block;
  color: #0E3C7B;
  -webkit-transition: .5s all;
  transition: .5s all;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #0E3C7B;
}
section.our-team-area .single-team-content .team-content ul li a:hover {
  color: #00C55E;
  border-color: #00C55E;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
section.our-team-area ul.nav-tabs {
  margin-top: 30px;
  border-bottom: 0;
}
section.our-team-area ul.nav-tabs li a {
  display: inline-block;
  border-radius: 5px;
  overflow: hidden;
}
section.our-team-area ul.nav-tabs li.active a {
  position: relative;
}
section.our-team-area ul.nav-tabs li.active a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #000104;
  opacity: .4;
  left: 0;
  top: 0;
}
section.our-team-area ul.nav-tabs li.active a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 5px solid #00C55E;
  opacity: 1;
  left: 0;
  top: 0;
  z-index: 1;
}
section.our-team-area .tab-nav-carousel {
  position: relative;
  overflow: hidden;
}
section.our-team-area .tab-nav-carousel:hover .owl-nav button {
  visibility: visible;
  opacity: 1;
  border-radius: 3px;
}
section.our-team-area .tab-nav-carousel:hover .owl-nav button.owl-prev {
  left: 0;
}
section.our-team-area .tab-nav-carousel:hover .owl-nav button.owl-next {
  right: 0;
}
section.our-team-area .tab-nav-carousel .owl-nav {
  position: absolute;
  width: 100%;
  top: 38%;
  -webkit-transform: translateY(-38%);
          transform: translateY(-38%);
  z-index: 1;
  margin-top: 0;
}
section.our-team-area .tab-nav-carousel .owl-nav button.owl-prev {
  left: -100px;
}
section.our-team-area .tab-nav-carousel .owl-nav button.owl-next {
  right: -100px;
}
section.our-team-area .tab-nav-carousel .owl-nav button {
  position: absolute;
  margin: 0 15px;
  background: #757070c7;
  -webkit-transition: .5s all;
  transition: .5s all;
  visibility: hidden;
  opacity: 0;
}
section.our-team-area .tab-nav-carousel .owl-nav button:hover {
  background: #00c55e8f;
}
section.our-team-area .tab-nav-carousel .owl-nav button span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ececec;
  width: 30px;
  height: 30px;
  line-height: 25px;
  font-size: 30px;
  border-radius: 5px;
  overflow: hidden;
}
/*==================our-team-area-end====================*/
/* 10 ==================newsletter-area-start====================*/
section.newsletter-area {
  background-image: url(images/newsletter-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 180px;
  position: relative;
  z-index: 1;
}
section.newsletter-area::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #0E3C7B;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: .7;
}
section.newsletter-area .newsletter-col {
  margin: auto;
}
section.newsletter-area .newsletter-content {
  text-align: center;
}
section.newsletter-area .newsletter-content .section-title h2 {
  color: #fff;
  margin-bottom: 20px;
}
section.newsletter-area .newsletter-content .section-title p {
  color: #fff;
  margin-bottom: 0;
}
section.newsletter-area .newsletter-content form {
  position: relative;
  max-width: 720px;
  margin: auto;
}
section.newsletter-area .newsletter-content form input {
  padding: 17px 150px 13px 30px;
  width: 100%;
  border-radius: 50px;
  border: none;
}
section.newsletter-area .newsletter-content form input::-webkit-input-placeholder {
  text-transform: capitalize;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #656565;
  opacity: .5;
}
section.newsletter-area .newsletter-content form input:-ms-input-placeholder {
  text-transform: capitalize;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #656565;
  opacity: .5;
}
section.newsletter-area .newsletter-content form input::-ms-input-placeholder {
  text-transform: capitalize;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #656565;
  opacity: .5;
}
section.newsletter-area .newsletter-content form input::placeholder {
  text-transform: capitalize;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #656565;
  opacity: .5;
}
section.newsletter-area .newsletter-content form button {
  position: absolute;
  right: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
  padding: 8px 30px;
  border: none;
}
/*==================newsletter-area-end====================*/
/* 11 ==================testimonial-area-start====================*/
section.testimonial-area {
  margin-bottom: 100px;
  position: relative;
  background: #F5F8FF;
  margin-top: -60px;
}
section.testimonial-area .testimonial-continer {
  position: relative;
}
section.testimonial-area .testimonial-continer::before {
  position: absolute;
  content: "";
  background-image: url("images/testimonial-quote.png");
  background-position: left center;
  background-repeat: no-repeat;
  left: -230px;
  width: 100%;
  height: 100%;
}
section.testimonial-area .single-testimonial-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.testimonial-area .single-testimonial-item .testimonial-content {
  max-width: 60%;
  padding-right: 35px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: 120px;
  margin-bottom: 80px;
}
section.testimonial-area .single-testimonial-item .testimonial-content span {
  margin-bottom: 20px;
  display: inline-block;
}
section.testimonial-area .single-testimonial-item .testimonial-content h4 {
  color: #00C55E;
}
section.testimonial-area .single-testimonial-item .testimonial-content p {
  line-height: 1.7;
}
section.testimonial-area .single-testimonial-item .testimonial-img {
  position: absolute;
  right: 0;
  width: 40%;
  height: 100%;
}
section.testimonial-area .single-testimonial-item .testimonial-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.testimonial-area .owl-dots {
  position: absolute;
  right: -80px;
  bottom: 50px;
}
section.testimonial-area .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  background: #EBE1E1;
  margin-bottom: 25px;
  border-radius: 50%;
  display: block;
}
section.testimonial-area .owl-dots button.owl-dot:last-child {
  margin-bottom: 0;
}
section.testimonial-area .owl-dots button.owl-dot.active {
  background: #00C55E;
}
/*==================testimonial-area-end====================*/
/* 12 ==================footer-area-start====================*/
footer.footer-area {
  background: #0E3C7B;
  padding-top: 100px;
  color: #F8F8F8;
  position: relative;
}
footer.footer-area .footer-col-2 .single-footer-item {
  max-width: 200px;
  margin: auto;
}
footer.footer-area .single-footer-item h3 {
  font-size: 30px;
  color: #00C55E;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 48px;
  text-transform: capitalize !important;
}
footer.footer-area .single-footer-item .footer-logo {
  display: inline-block;
  margin-bottom: 28px;
}
footer.footer-area .single-footer-item p {
  line-height: 2;
}
footer.footer-area .single-footer-item .footer-social {
  margin-top: 40px;
}
footer.footer-area .single-footer-item .footer-social li {
  display: inline-block;
  margin-right: 11px;
}
footer.footer-area .single-footer-item .footer-social li:last-child {
  margin-right: 0;
}
footer.footer-area .single-footer-item .footer-social li a {
  color: #FFFFFF;
}
footer.footer-area .single-footer-item .footer-social li a i {
  background: #00C45E;
  text-align: center;
  width: 30px;
  height: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .3s all;
  transition: .3s all;
  font-size: 18px;
  border-radius: 2px;
}
footer.footer-area .single-footer-item .footer-social li a i:hover {
  background: #3c8031;
}
footer.footer-area .single-footer-item .footer-menu li a {
  font-size: 15px;
  font-weight: 500;
  color: #FFFFFF;
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  -webkit-transition: .3s all;
  transition: .3s all;
  text-transform: capitalize;
}
footer.footer-area .single-footer-item .footer-menu li a:hover {
  color: #00C55E;
}
footer.footer-area .single-footer-item .contact-info a {
  font-size: 15px;
  font-weight: 500;
  color: #FFFFFF;
  display: inline-block;
  margin-bottom: 5px;
  -webkit-transition: .3s all;
  transition: .3s all;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}
footer.footer-area .single-footer-item .contact-info a:last-child {
  margin-bottom: 0;
}
footer.footer-area .single-footer-item .contact-info a:hover {
  color: #00C55E;
}
footer.footer-area .single-footer-item .contact-info a i {
  position: absolute;
  left: 0;
  top: 7px;
}
/*==================footer-copy-right-area-start====================*/
.footer-copyright {
  background: #0E3878;
  padding-top: 18px;
  padding-bottom: 18px;
  margin-top: 70px;
  border-top: 2px solid #4ec55d1f;
}
.footer-copyright ul li {
  display: inline-block;
  font-weight: 500;
  padding: 0 30px;
  position: relative;
}
.footer-copyright ul li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 14px;
  background: #FFFFFF;
  right: -2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer-copyright ul li:first-child {
  padding-left: 0;
}
.footer-copyright ul li:last-child::after {
  display: none;
}
.footer-copyright ul li a {
  color: #FFFFFF;
  -webkit-transition: .3s all;
  transition: .3s all;
}
.footer-copyright ul li a:hover {
  color: #00C666;
}
/*==================footer-copy-right-area-end====================*/
/*==================footer-area-end====================*/
/* 13 ===========================================================
                  Media Query Start
===========================================================*/
@media only screen and (max-width: 1450px) {
  header.header-area {
    padding: 0;
  }
  header.header-area .header-top-area .header-top-container {
    width: auto;
  }
  header.header-area .navigation-area {
    padding: 0;
  }
  header.header-area .navigation-area .navigation-container {
    width: auto;
  }
  section.testimonial-area .owl-dots {
    position: absolute;
    right: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -50px;
    text-align: center;
  }
  section.testimonial-area .owl-dots button.owl-dot {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px !important;
  }
  section.testimonial-area .owl-dots button.owl-dot:last-child {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 1100px) {
  header.header-area .navigation-area nav ul li {
    margin-right: 30px;
  }
  .section-title h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991px) {
  header.header-area {
    padding: 0;
  }
  header.header-area .header-top-area .social-right-col {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 15px;
  }
  header.header-area .header-top-area .social-left-col {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
  }
  header.header-area .header-top-area ul.header-top-social-right {
    text-align: center;
  }
  header.header-area .header-top-area ul.header-top-social-right li {
    margin-right: 5px;
  }
  header.header-area .header-top-area ul.header-top-social-right li:first-child {
    display: none;
  }
  header.header-area .header-top-area ul.header-top-social-right li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #00C45E;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    -webkit-transition: .3s all;
    transition: .3s all;
  }
  header.header-area .header-top-area ul.header-top-social-right li a:hover {
    color: #FFFFFF;
    background: #00C45E;
  }
  .is-sticky .navigation-area nav ul li a {
    padding: 5px 20px !important;
  }
  .navigation-area {
    position: absolute;
    width: 100% !important;
    background: #FEFEFE;
    -webkit-box-shadow: 0px 0px 6px 0px #a9a9a9;
            box-shadow: 0px 0px 6px 0px #a9a9a9;
    z-index: 1;
  }
  .navigation-area .navigation-container {
    padding: 8px 15px;
  }
  .navigation-area .logo-col {
    position: relative !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .navigation-area .slicknav_menu {
    display: block;
    background: transparent;
    height: -webkit-fill-available;
    left: 0;
    top: 0;
    padding: 0;
  }
  .navigation-area .slicknav_menu .slicknav_btn {
    position: absolute;
    right: 6px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0 10px 0 0;
    background: #28A228;
  }
  .navigation-area .slicknav_menu .slicknav_nav {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
  }
  .navigation-area .slicknav_menu .slicknav_nav nav ul {
    background: #1a341a;
    margin: 0 15px;
    padding: 15px 0;
  }
  .navigation-area .slicknav_menu .slicknav_nav nav ul li {
    margin: 5px 0;
    display: block;
  }
  .navigation-area .slicknav_menu .slicknav_nav nav ul li:last-child {
    margin-bottom: 0 !important;
  }
  .navigation-area .slicknav_menu .slicknav_nav nav ul li a {
    color: #FFFFFF;
    font-size: 16px;
    padding: 5px 20px;
    -webkit-transition: .3s all;
    transition: .3s all;
    border-radius: 0;
    margin: 0;
  }
  .navigation-area .slicknav_menu .slicknav_nav nav ul li a:hover {
    background: #036d36;
    border-radius: 0;
    color: #ffffff;
  }
  .navigation-area .slicknav_menu .slicknav_nav nav ul li a::after {
    display: none;
  }
  .navigation-area .slicknav_menu .slicknav_nav nav ul li.menu-btn {
    margin: 30px 20px 10px 20px !important;
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    left: 0;
  }
  .navigation-area .slicknav_menu .slicknav_nav nav ul li.menu-btn a {
    background: #28A228;
    -webkit-transition: .3s all;
    transition: .3s all;
    color: #FFFFFF;
    border-radius: unset;
    margin: 0;
    padding: 10px 15px !important;
    text-align: center;
    width: 100%;
    background-image: none !important;
    background-size: 0 !important;
    -webkit-transition-timing-function: unset !important;
            transition-timing-function: unset !important;
  }
  .navigation-area .slicknav_menu .slicknav_nav nav ul li.menu-btn a img {
    margin-right: 10px;
  }
  .navigation-area .slicknav_menu .slicknav_nav nav ul li.menu-btn a:hover {
    background: #036d36;
    background-image: none !important;
    background-size: 0 !important;
  }
  .navigation-area .main-menu nav {
    display: none;
  }
  section.hero-area {
    padding: 140px 0 70px 0;
  }
  section.hero-area .hero-row {
    max-width: 750px;
    margin: auto;
    text-align: center;
  }
  .section-title {
    text-align: center !important;
  }
  .section-title h1 {
    font-size: 40px;
    margin-bottom: 18px;
  }
  .section-title h2 {
    font-size: 35px;
    margin-bottom: 15px;
  }
  .section-title h4 {
    padding-left: 60px !important;
  }
  .section-title h4::before {
    width: 50px !important;
  }
  .section-title p {
    max-width: 100% !important;
    font-size: 16px !important;
  }
  section.experience-area {
    margin: auto;
    padding-top: 50px;
  }
  section.experience-area .experience-row {
    max-width: 750px;
    margin: auto;
  }
  section.experience-area .experience-item-col {
    margin-bottom: 30px;
  }
  section.experience-area .experience-item-col:last-child {
    margin-bottom: 0;
  }
  section.experience-area .single-experience-item {
    padding: 40px 15px;
  }
  section.services-area {
    padding-top: 50px;
    padding-bottom: 0;
  }
  section.services-area .services-top-row,
  section.services-area .services-item-row {
    max-width: 750px;
    margin: auto;
  }
  section.services-area .services-item-col {
    margin-bottom: 70px;
  }
  section.work-area {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  section.work-area .work-area-top-row,
  section.work-area .work-area-item-row {
    max-width: 750px;
    margin: auto;
  }
  section.work-area .single-progress-bar h4 {
    font-size: 20px;
  }
  section.contact-area {
    margin-bottom: -60px;
  }
  section.contact-area .contact-area-row {
    max-width: 600px;
    margin: auto;
    top: -60px;
    position: relative;
  }
  section.contact-area .contact-area-row form {
    padding: 50px 30px;
    border-radius: 20px;
  }
  section.contact-area .contact-form-col {
    padding-right: 15px;
  }
  section.contact-area .contact-img-col {
    display: none;
  }
  section.our-team-area {
    padding-bottom: 40px;
    padding-top: 60px;
  }
  section.our-team-area .team-top-row,
  section.our-team-area .team-tab-row {
    max-width: 750px;
    margin: auto;
  }
  section.newsletter-area {
    padding: 50px 0;
  }
  section.newsletter-area .newsletter-content .section-title {
    margin-bottom: 40px;
  }
  section.newsletter-area .newsletter-row {
    max-width: 750px;
    margin: auto;
  }
  section.newsletter-area .newsletter-content form input {
    padding: 13px 150px 13px 30px;
  }
  section.newsletter-area .newsletter-content form button {
    padding: 6px 30px;
  }
  section.testimonial-area {
    margin-top: 50px;
    padding: 50px 0;
  }
  section.testimonial-area .testimonial-continer::before {
    display: none;
  }
  section.testimonial-area .testimonial-row {
    max-width: 750px;
    margin: auto;
  }
  section.testimonial-area .single-testimonial-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  section.testimonial-area .single-testimonial-item .testimonial-content {
    max-width: 100%;
    padding-right: 0;
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-top: 30px;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  section.testimonial-area .single-testimonial-item .testimonial-content h3 {
    font-size: 24px;
  }
  section.testimonial-area .single-testimonial-item .testimonial-content h4 {
    font-size: 20px;
  }
  section.testimonial-area .single-testimonial-item .testimonial-content span {
    margin-bottom: 10px;
  }
  section.testimonial-area .single-testimonial-item .testimonial-content p {
    margin-bottom: 0;
  }
  section.testimonial-area .single-testimonial-item .testimonial-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: auto;
    position: relative;
  }
  section.testimonial-area .single-testimonial-item .testimonial-img img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 1px solid #00C45E;
    display: inline-block;
  }
  section.testimonial-area .owl-dots {
    bottom: -100px;
  }
  footer.footer-area {
    padding-top: 50px;
  }
  footer.footer-area .footer-row {
    max-width: 750px;
    margin: auto;
  }
  footer.footer-area .footer-col {
    margin-bottom: 30px;
    padding: 0;
  }
  footer.footer-area .footer-col:last-child {
    margin-bottom: 0;
  }
  footer.footer-area .single-footer-item h3 {
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  footer.footer-area .single-footer-item .footer-logo {
    margin-bottom: 30px;
  }
  footer.footer-area .footer-col-2 .single-footer-item {
    max-width: 100%;
  }
  .footer-copyright {
    margin-top: 30px;
  }
  .footer-copyright ul {
    width: 100%;
  }
  .footer-copyright ul li {
    padding: 0 10px;
  }
  .footer-copyright ul li:last-child {
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  header.header-area .header-top-area ul.header-top-social-left li {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
  header.header-area .header-top-area ul.header-top-social-left li:last-child {
    margin-bottom: 0;
  }
  section.hero-area {
    padding: 120px 0 50px 0;
  }
  section.hero-area .hero-content .section-title {
    margin-bottom: 30px;
  }
  section.hero-area .hero-content .hero-btn-area a.btn-button {
    height: 45px;
    line-height: 47px;
    width: 150px;
  }
  section.hero-area .hero-content .hero-btn-area .transfarent-btn {
    line-height: 40px !important;
  }
  .section-title {
    margin-bottom: 50px;
  }
  .section-title h1 {
    font-size: 30px;
  }
  .section-title h2 {
    font-size: 28px;
  }
  .section-title h4 {
    padding-left: 40px !important;
  }
  .section-title h4::before {
    width: 30px !important;
  }
  .btn-button {
    font-size: 18px;
  }
  section.experience-area .single-experience-item {
    padding: 40px 15px;
  }
  section.experience-area .single-experience-item h3 {
    font-size: 20px;
  }
  section.services-area {
    padding-bottom: 50px;
  }
  section.services-area .section-title {
    margin-bottom: 80px;
  }
  section.services-area .services-item-col {
    margin-bottom: 70px;
  }
  section.services-area .services-item-col:last-child {
    margin-bottom: 0;
  }
  section.services-area .single-services-item h4 {
    font-size: 22px;
  }
  section.services-area .single-services-item p {
    max-width: 100%;
  }
  section.work-area {
    padding-bottom: 120px;
  }
  section.work-area .single-progress-bar h4 {
    font-size: 18px;
  }
  section.contact-area form {
    background: #FFFFFF;
  }
  section.contact-area form h3 {
    margin-bottom: 30px;
    font-size: 30px;
  }
  section.contact-area form .name-email-input {
    width: 100%;
  }
  section.contact-area form .name-email-input input {
    width: 100%;
    float: left;
  }
  section.contact-area form .name-email-input input.email-input {
    float: none;
  }
  section.contact-area form input {
    height: 50px;
    padding: 0 15px;
  }
  section.contact-area form input::-webkit-input-placeholder {
    font-size: 14px;
  }
  section.contact-area form input:-ms-input-placeholder {
    font-size: 14px;
  }
  section.contact-area form input::-ms-input-placeholder {
    font-size: 14px;
  }
  section.contact-area form input::placeholder {
    font-size: 14px;
  }
  section.contact-area form textarea {
    padding: 15px;
    height: 150px;
    margin-bottom: 40px;
  }
  section.contact-area form textarea::-webkit-input-placeholder {
    font-size: 14px;
  }
  section.contact-area form textarea:-ms-input-placeholder {
    font-size: 14px;
  }
  section.contact-area form textarea::-ms-input-placeholder {
    font-size: 14px;
  }
  section.contact-area form textarea::placeholder {
    font-size: 14px;
  }
  section.our-team-area .single-team-content .single-team-item {
    display: block;
  }
  section.our-team-area .single-team-content .single-team-item .img-col {
    width: 100%;
  }
  section.our-team-area .single-team-content .single-team-item .team-content-col {
    width: 100%;
  }
  section.our-team-area .single-team-content .single-team-item .team-content-col .team-content {
    padding: 30px 15px;
    text-align: center;
  }
  section.our-team-area .single-team-content .single-team-item .team-content-col .team-content h3 {
    font-size: 25px;
  }
  section.our-team-area .single-team-content .single-team-item .team-content-col .team-content p {
    margin-top: 15px;
    margin-bottom: 20px;
  }
  section.our-team-area ul.nav-tabs li.active a::before {
    border: 3px solid #00C45E;
  }
  section.testimonial-area .single-testimonial-item .testimonial-img img {
    width: 110px;
    height: 110px;
  }
}
@media only screen and (max-width: 575px) {
  section.our-team-area .single-team-content .team-content ul li {
    margin-right: 5px;
  }
  section.our-team-area .single-team-content .team-content ul li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
  section.our-team-area .tab-nav-carousel .owl-nav {
    position: relative;
    margin-top: 30px;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    text-align: center;
  }
  section.our-team-area .tab-nav-carousel .owl-nav button {
    visibility: visible;
    opacity: 1;
    position: relative;
    margin: 0 10px;
  }
  section.our-team-area .tab-nav-carousel .owl-nav button.owl-next {
    right: 0;
  }
  section.our-team-area .tab-nav-carousel .owl-nav button.owl-prev {
    left: 0;
  }
}
@media only screen and (max-width: 479px) {
  #loader {
    width: 130px !important;
    height: 130px !important;
  }
  section.hero-area .hero-content .hero-btn-area a.btn-button {
    display: block;
    margin: 0 auto !important;
    margin-bottom: 15px !important;
  }
  section.hero-area .hero-content .hero-btn-area a.btn-button:last-child {
    margin-bottom: 0 !important;
  }
  .section-title h1,
  .section-title h2 {
    font-size: 28px;
  }
  .section-title h4 {
    font-size: 17px !important;
    padding-left: 30px !important;
  }
  .section-title h4::before {
    width: 25px !important;
  }
  section.services-area .single-services-item span img {
    max-width: 50px;
  }
  section.services-area .single-services-item h4 {
    margin-top: 10px;
  }
  section.services-area .single-services-item p {
    padding: 0px 15px;
  }
  section.contact-area .contact-area-row form {
    padding: 40px 15px;
  }
  section.contact-area .contact-area-row form h3 {
    font-size: 25px;
  }
  section.contact-area .contact-area-row form button {
    font-size: 16px;
  }
  section.newsletter-area .newsletter-content form input {
    padding: 10px 20px;
  }
  section.newsletter-area .newsletter-content form button {
    position: relative;
    margin-top: 20px;
    top: 0;
    right: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .footer-copyright ul li {
    padding: 0;
    display: block;
  }
  .footer-copyright ul li::after {
    display: none;
  }
}
