/*


* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the template.

This files table contents are outlined below>>>>>

******************************************* 
** - Default-style
** - Default-btn-style
** - Section-title-style
** - Top Header-style
** - Navbar-style
** - Banner-style
** - Partner-style
** - About-style
** - Counter-style
** - Services-style
** - Faq-style
** - Benefits-style
** - Choose-style
** - Project-style
** - Team-style
** - Skill-style
** - Testimonials-style
** - Video-style
** - Blog-style
** - Pricing-style
** - Footer-style
** - Newsletter-style
** - Contact-style
** - Error-style
** - Login-style
** - Register-style
** - Password-style
** - Privacy Policy-style
** - Terms & Condition-style
** - Coming Soon-style
*******************************************
*/


@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css?family=Roboto:400,700|Source+Sans+Pro:300,400,600,700');

/*Default-style
======================================================*/
body {
  color: #666666;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: 400;
}

img {
  max-width: 100%;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pl-15 {
  padding-left: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mlr-5 {
  margin-right: 5px;
  margin-left: 5px;
}

.mlrt-5 {
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #00395a;
  font-family: 'Source Sans Pro';
  font-weight: 600;
}

p {
  margin-bottom: 15px;
  font-size: 15px;
  font-family: 'Source Sans Pro';
  color: #666666;
  line-height: 1.8;
}

p:last-child {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

.owl-nav {
  margin-top: 0 !important;
}

.owl-dots {
  margin-top: 0 !important;
}

.bg-f4fbf6 {
  background-color: #f4fbf6;
}

.bg-fafafa {
  background-color: #fafafa;
}

.form-control {
  height: 50px;
  border: 1px solid rgba(37, 171, 68, 0.25);
  padding-left: 15px;
}

.form-control:focus {
  border: 1px solid #28aa4a;
  -webkit-box-shadow: none;
  box-shadow: none;
}

textarea {
  height: auto !important;
}

/*Default-btn
======================================================*/
.default-btn {
  background-color: transparent;
  color: #00395a;
  font-size: 15px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  padding: 7px 25px 15px 25px;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: inline-block;
  border: 2px solid rgb(0 57 90);
  z-index: 1;
}

.ptb-70 {
  padding: 70px 0px;
}

.default-btn i {
  position: relative;
  top: 5px;
  padding-left: 5px;
  font-size: 20px;
}

.default-btn::before {
  position: absolute;
  content: '';
  background-color: #28aa4a;
  height: 0%;
  width: 0%;
  border-radius: 5px;
  bottom: 0;
  right: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: -1;
}

.default-btn::after {
  position: absolute;
  content: '';
  background-color: #28aa4a;
  height: 0%;
  width: 0%;
  border-radius: 5px;
  top: 0;
  left: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: -1;
}

.default-btn.active {
  background-color: #28aa4a;
  color: #ffffff;
  border-color: #28aa4a;
}

.default-btn.active:hover {
  background-color: #00395a;
  color: #ffffff;
  border-color: #28aa4a;
}

.default-btn:hover {
  color: #ffffff;
  border-color: #28aa4a;
}

.default-btn:hover::before {
  width: 100%;
  height: 100%;
}

.default-btn:hover::after {
  width: 100%;
  height: 100%;
}

.default-btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.default-btn.style-2 {
  color: #ffffff;
}

.section-title {
  max-width: 660px;
  margin: auto auto 40px auto;
  text-align: center;
}

.section-title span {
  color: #28aa4a;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 600;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
}

.section-title h2 {
  font-size: 40px;
  margin-bottom: 15px;
}

.section-title.style2 {
  text-align: start;
  margin-left: 0;
  margin-right: auto;
}

.section-title.style2 h2 {
  margin-bottom: 0;
}


/*Header Style
======================================================*/
.tob-header-area {
  background-color: #00395a;
  padding-top: 7px;
  padding-bottom: 7px;
}

.tob-header-area .container-fluid {
  max-width: 1520px;
}

.heder-left-content {
  text-align: start;
}

.heder-left-content .content {
  position: relative;
  padding-left: 25px;
  display: inline-block;
}

.heder-left-content .content p {
  color: #d2d2d2;
}

.heder-left-content .content i {
  position: absolute;
  left: 0;
  font-size: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #28aa4a;
}

.heder-right-content {
  text-align: end;
}

.heder-right-content .time-content {
  position: relative;
  padding-left: 25px;
  display: inline-block;
}

.heder-right-content .time-content p {
  color: #d2d2d2;
}

.heder-right-content .time-content i {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #28aa4a;
}

.heder-right-content .social-content ul {
  padding-left: 0;
  margin-bottom: 0;
}

.heder-right-content .social-content ul li {
  display: inline-block;
  margin-right: 8px;
}

.heder-right-content .social-content ul li:last-child {
  margin-right: 0;
}

.heder-right-content .social-content ul li a {
  color: #ffffff;
  height: 30px;
  width: 30px;
  line-height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.heder-right-content .social-content ul li a:hover {
  background-color: #28aa4a;
  color: #ffffff;
  border-color: #28aa4a;
}

.middle-header-area {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ffffff;
}

.middle-header-area .container-fluid {
  max-width: 1520px;
}

.middle-header-logo .logo-2 {
  display: none;
}

.middle-header-right-content {
  text-align: end;
}

.middle-header-right-content ul {
  padding-left: 0;
  margin-bottom: 0;
}

.middle-header-right-content ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 40px;
}

.middle-header-right-content ul li:last-child {
  margin-right: 0;
}

.middle-header-right-content .header-contact-box {
  text-align: start;
  position: relative;
  padding-left: 58px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.middle-header-right-content .header-contact-box p {
  margin-bottom: 4px;
  font-size: 15px;
  line-height: initial;
}

.middle-header-right-content .header-contact-box a {
  font-size: 15px;
  color: #00395a;
  font-family: 'Source Sans Pro', sans-serif;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-weight: 500;
}

.middle-header-right-content .header-contact-box span {
  font-size: 16px;
  color: #00395a;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 500;
}

.middle-header-right-content .header-contact-box .icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 45px;
  width: 45px;
  color: #00395a;
  line-height: 45px;
  background-color: #e5e5e5;
  font-size: 18px;
  color: #28aa4a;
  text-align: center;
  border-radius: 5px;
  z-index: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.middle-header-right-content .header-contact-box .icon::before {
  position: absolute;
  content: '';
  height: 0%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background-color: #28aa4a;
  z-index: -1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.middle-header-right-content .header-contact-box:hover a {
  color: #28aa4a;
}

.middle-header-right-content .header-contact-box:hover .icon {
  color: #ffffff;
}

.middle-header-right-content .header-contact-box:hover .icon::before {
  height: 100%;
}

/*
Navbar Area Style
======================================================*/
.navbar-area {
  position: relative;
  background-color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-area.is-sticky {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  position: -webkit-sticky !important;
  position: sticky !important;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.navbar-area .container-fluid {
  max-width: 1520px;
  margin: auto;
}

.navbar-area .navbar-brand .white-logo {
  display: none;
}

.navbar-area .mobile-responsive-menu .logo .white-logo {
  display: none;
}

.navbar-area.nav-style-1 {
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 222;
  background-color: transparent;
}

.navbar-area.nav-style-1 .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
  background-color: #00395a;
  padding-top: 18px;
  padding-bottom: 18px;
  border-radius: 0 0 5px 5px;
}

.navbar-area.nav-style-1 .desktop-nav .navbar-brand .main-logo {
  display: none;
}

.navbar-area.nav-style-1 .desktop-nav .others-options {
  text-align: right !important;
  display: inline-block;
}

.navbar-area.nav-style-1 .desktop-nav .navbar .navbar-nav .nav-item a {
  color: #ffffff;
}

.navbar-area.nav-style-1 .desktop-nav .navbar .navbar-nav .nav-item a:hover,
.navbar-area.nav-style-1 .desktop-nav .navbar .navbar-nav .nav-item a:focus,
.navbar-area.nav-style-1 .desktop-nav .navbar .navbar-nav .nav-item a.active {
  color: #28aa4a;
}

.navbar-area.nav-style-1 .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #00395a;
}

.navbar-area.nav-style-1 .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.navbar-area.nav-style-1 .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.navbar-area.nav-style-1 .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #28aa4a;
}

.navbar-area.nav-style-1.is-sticky {
  background-color: #00395a;
  position: fixed !important;
}

.navbar-area.nav-style-1 .others-option-for-responsive .others-options {
  background-color: #00395a;
}

.navbar-area.nav-style-3 {
  background-color: #f4fbf6;
  border-bottom: 1px solid #ffffff;
}

.navbar-brand {
  margin-right: 40px;
}

.desktop-nav {
  padding-top: 0;
  padding-bottom: 0;
}

.desktop-nav .navbar {
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  z-index: 2;
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}

.desktop-nav .navbar ul {
  margin-bottom: 0;
  list-style-type: none;
}

.desktop-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-right: 0;
  padding-left: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item a {
  font-size: 16px;
  color: #012e48;
  line-height: 1;
  position: relative;
  font-weight: 600;
  font-family: 'Source Sans Pro';
  padding-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  text-transform: uppercase;
}

.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle {
  padding-right: 18px;
}

.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::after {
  display: none;
}

.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::before {
  content: "\ea12";
  position: absolute;
  top: 0;
  right: 0;
  font-family: remixicon !important;
  line-height: 1;
  font-size: 15px;
}

.desktop-nav .navbar .navbar-nav .nav-item a:hover,
.desktop-nav .navbar .navbar-nav .nav-item a:focus,
.desktop-nav .navbar .navbar-nav .nav-item a.active {
  color: #28aa4a;
}

.desktop-nav .navbar .navbar-nav .nav-item a i {
  font-size: 15px;
  line-height: 0;
  position: relative;
  top: 4px;
}

.desktop-nav .navbar .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item:hover a,
.desktop-nav .navbar .navbar-nav .nav-item:focus a,
.desktop-nav .navbar .navbar-nav .nav-item.active a {
  color: #28aa4a;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #ffffff;
  position: absolute;
  visibility: hidden;
  border-radius: 0;
  display: block;
  width: 250px;
  border: none;
  z-index: 99;
  opacity: 0;
  top: 80px;
  left: 0;
  padding: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  padding: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #1b2336;
  padding: 15px;
  border-bottom: 1px dashed #ededed;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  display: block;
  position: relative;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::after {
  display: none;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::before {
  content: "\ea12";
  position: absolute;
  top: 14px;
  right: 13px;
  font-family: remixicon !important;
  line-height: 1;
  font-size: 17px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #28aa4a;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  right: 250px;
  left: auto;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #1b2336;
  border-bottom: 1px dashed #ededed;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  position: relative;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.dropdown-toggle::after {
  display: none;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.dropdown-toggle::before {
  content: "\ea12";
  position: absolute;
  top: 14px;
  right: 13px;
  font-family: remixicon !important;
  line-height: 1;
  font-size: 17px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #28aa4a;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  right: 250px;
  left: auto;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #28aa4a;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  right: -250px;
  left: auto;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #28aa4a;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  right: -250px;
  left: auto;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #28aa4a;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  right: -250px;
  left: auto;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #28aa4a;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  right: -250px;
  left: auto;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #1b2336;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #1b2336;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #28aa4a;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -1px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #28aa4a;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  top: -1px;
  visibility: visible;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #28aa4a;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  top: -15px;
  visibility: visible;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #28aa4a;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #28aa4a;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
  border-bottom: none;
}

.desktop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  top: 100%;
  opacity: 1;
  margin-top: 16px;
  -webkit-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
}

.desktop-nav .navbar .others-options {
  padding-left: 10px;
}

.desktop-nav .navbar .others-options .option-item {
  display: inline-block;
  margin-left: 15px;
}

.desktop-nav .navbar .others-options.style2 .option-item {
  display: inline-block;
}

.desktop-nav .navbar .others-options.style2 .default-btn {
  top: -3px;
}

.desktop-nav .navbar .others-options.style2 .header-contact-box {
  text-align: start;
  position: relative;
  padding-left: 58px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-right: 30px;
  top: 10px;
}

.desktop-nav .navbar .others-options.style2 .header-contact-box p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: initial;
}

.desktop-nav .navbar .others-options.style2 .header-contact-box a {
  color: #00395a;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-weight: 500;
  font-family: 'Source Sans Pro', sans-serif;
}

.desktop-nav .navbar .others-options.style2 .header-contact-box span {
  font-size: 14px;
  color: #00395a;
  font-weight: 500;
}

.desktop-nav .navbar .others-options.style2 .header-contact-box .icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 45px;
  width: 45px;
  color: #00395a;
  line-height: 45px;
  background-color: #e5e5e5;
  font-size: 18px;
  color: #28aa4a;
  text-align: center;
  border-radius: 5px;
  z-index: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.desktop-nav .navbar .others-options.style2 .header-contact-box .icon::before {
  position: absolute;
  content: '';
  height: 0%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background-color: #28aa4a;
  z-index: -1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.desktop-nav .navbar .others-options.style2 .header-contact-box:hover a {
  color: #28aa4a;
}

.desktop-nav .navbar .others-options.style2 .header-contact-box:hover .icon {
  color: #ffffff;
}

.desktop-nav .navbar .others-options.style2 .header-contact-box:hover .icon::before {
  height: 100%;
}

.desktop-nav .navbar .others-options.style2 .header-contact-box.style2 .icon {
  background-color: #28aa4a;
  color: #ffffff;
}

.desktop-nav .navbar .others-options.style2 .header-contact-box.style2 .icon::before {
  background-color: #e5e5e5;
}

.desktop-nav .navbar .others-options.style2 .header-contact-box.style2:hover .icon {
  color: #28aa4a;
}

.desktop-nav .navbar .others-options.style2 .option-item .switch-box {
  position: relative;
  top: -1px;
}

/*
Others Option For Responsive Area Style
======================================================*/
.others-option-for-responsive {
  display: none !important;
}

.others-option-for-responsive .dot-menu {
  padding: 0 10px;
  height: 30px;
  cursor: pointer;
  z-index: 999;
  position: absolute;
  right: 40px;
  top: -42px;
}

.others-option-for-responsive .dot-menu .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
}

.others-option-for-responsive .dot-menu .inner .circle {
  height: 5px;
  width: 5px;
  border-radius: 100%;
  margin: 0 2px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  background-color: #28aa4a;
}

.others-option-for-responsive .dot-menu:hover .inner .circle {
  background-color: #28aa4a;
}

.others-option-for-responsive .container {
  position: relative;
}

.others-option-for-responsive .container .container {
  position: absolute;
  right: -2px;
  top: 15px;
  max-width: 320px;
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
}

.others-option-for-responsive .container .container.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.others-option-for-responsive .others-options {
  padding: 10px;
  text-align: center;
}

.others-option-for-responsive .others-options .option-item {
  display: inline-block;
}

.others-option-for-responsive .others-options .option-item .default-btn {
  left: -10px;
  padding: 9px 10px;
}

.others-option-for-responsive .others-options.style2 .option-item {
  display: inline-block;
}

.others-option-for-responsive .others-options.style2 .option-item .default-btn {
  top: -3px;
  left: -5px;
}

.others-option-for-responsive .others-options.style2 .header-contact-box {
  text-align: start;
  position: relative;
  padding-left: 50px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  top: 4px;
  margin-bottom: 30px;
}

.others-option-for-responsive .others-options.style2 .header-contact-box p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: initial;
}

.others-option-for-responsive .others-options.style2 .header-contact-box a {
  font-size: 14px;
  color: #00395a;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-weight: 500;
}

.others-option-for-responsive .others-options.style2 .header-contact-box span {
  font-size: 14px;
  color: #00395a;
  font-weight: 500;
}

.others-option-for-responsive .others-options.style2 .header-contact-box .icon {
  position: absolute;
  left: 0;
  height: 40px;
  width: 40px;
  color: #00395a;
  line-height: 42px;
  background-color: #e5e5e5;
  font-size: 16px;
  color: #28aa4a;
  text-align: center;
  border-radius: 5px;
  z-index: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.others-option-for-responsive .others-options.style2 .header-contact-box .icon::before {
  position: absolute;
  content: '';
  height: 0%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background-color: #28aa4a;
  z-index: -1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.others-option-for-responsive .others-options.style2 .header-contact-box:hover a {
  color: #28aa4a;
}

.others-option-for-responsive .others-options.style2 .header-contact-box:hover .icon {
  color: #ffffff;
}

.others-option-for-responsive .others-options.style2 .header-contact-box:hover .icon::before {
  height: 100%;
}

.others-option-for-responsive .others-options.style2 .header-contact-box.style2 .icon {
  background-color: #28aa4a;
  color: #ffffff;
}

.others-option-for-responsive .others-options.style2 .header-contact-box.style2 .icon::before {
  background-color: #e5e5e5;
}

.others-option-for-responsive .others-options.style2 .header-contact-box.style2:hover .icon {
  color: #28aa4a;
}

.others-option-for-responsive .others-options.style2 .switch-box {
  position: relative;
  top: -3px;
}

.mobile-responsive-nav {
  display: none;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: .6;
  }

  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: .6;
  }

  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes movebounce2 {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes movebounce2 {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

/*
Banner Area Style
======================================================*/
.slider-item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 150px;
  padding-bottom: 120px;
  z-index: 1;
}

.slider-item.bg-1 {
  background-image: url(../images/banner/banner-bg-1.jpg);
}

.slider-item.bg-2 {
  background-image: url(../images/banner/banner-bg-2.jpg);
}

.slider-item.bg-3 {
  background-image: url(../images/banner/banner-bg-3.jpg);
}

.slider-item .container-fluid {
  max-width: 1520px;
}

.slider-item::before {
  position: absolute;
  content: '';
  background: -webkit-gradient(linear, left top, right top, color-stop(28.13%, rgba(44, 44, 44, 0.75)), to(rgba(44, 44, 44, 0)));
  background: linear-gradient(90deg, rgba(44, 44, 44, 0.75) 28.13%, rgba(44, 44, 44, 0) 100%);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.hero-slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top: 47%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50px;
  background-color: #ffffff;
  border: none;
  height: 55px;
  width: 55px;
  line-height: 62px;
  border-radius: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 15px;
}

.hero-slider.owl-theme .owl-nav [class*=owl-] i {
  position: relative;
  top: -2px;
  left: -1px;
}

.hero-slider.owl-theme .owl-nav [class*=owl-].owl-next {
  right: 50px;
  top: 47%;
  left: auto;
}

.hero-slider.owl-theme .owl-nav [class*=owl-].owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}

.hero-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #28aa4a;
  color: #ffffff;
}

.banner-content {
  position: relative;
  max-width: 860px;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  min-height:300px;
}

.banner-content h1 {
  font-size: 50px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 30px;
}

.banner-content p {
  margin-bottom: 35px;
  color: #eeeeee;
  font-size: 15px;
}

.banner-content .banner-btn .default-btn.style-2 {
  border-color: rgba(255, 255, 255, 0.4);
}

.owl-item.active .banner-content h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.owl-item.active .banner-content p {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.owl-item.active .banner-content .default-btn {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.banner-style-two-area {
  background-image: url(../images/banner/banner-bg-4.jpg);
  background-size: cover;
  background-position: center center;
  padding-top: 140px;
  padding-bottom: 200px;
  overflow: hidden;
}

.banner-style-two-area .container-fluid {
  max-width: 1520px;
}

.banner-content-two {
  margin-right: -50px;
}

.banner-content-two span {
  color: #28aa4a;
  font-weight: 500;
  margin-bottom: 10px;
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
}

.banner-content-two h1 {
  font-size: 70px;
  font-weight: 800;
  margin-bottom: 30px;
  color: #263238;
}

.banner-content-two p {
  margin-bottom: 35px;
  font-size: 15px;
}

.banner-image-area {
  position: relative;
}

.banner-image-area .banner-shape {
  -webkit-animation: movebounce 12s linear infinite;
  animation: movebounce 12s linear infinite;
  position: relative;
  right: -40px;
}

.banner-image-area .banner-image {
  position: absolute;
  top: -100px;
  right: 120px;
  z-index: 22;
  -webkit-animation: movebounce2 13s linear infinite;
  animation: movebounce2 13s linear infinite;
}

.parner-overly {
  padding: 50px 40px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  position: relative;
  top: -80px;
  background-color: #ffffff;
  z-index: 1;
}

.banner-style-three-area {
  background-color: #f4fbf6;
  padding-top: 100px;
  position: relative;
  z-index: 1;
}

.banner-style-three-area .container-fluid {
  max-width: 1520px;
}

.banner-style-three-area::before {
  position: absolute;
  content: '';
  height: 100px;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: -1;
}

.banner-style-three-area .shape img {
  position: absolute;
}

.banner-style-three-area .shape img:nth-child(1) {
  left: 0;
  top: 90px;
  z-index: -1;
}

.banner-style-three-area .shape img:nth-child(2) {
  right: 0;
  top: 90px;
  z-index: -1;
}

.banner-style-three-area .shape img:nth-child(3) {
  left: 100px;
  top: 160px;
  z-index: -1;
  -webkit-animation: movebounce 7s linear infinite;
  animation: movebounce 7s linear infinite;
}

.banner-style-three-area .shape img:nth-child(4) {
  right: 100px;
  top: 160px;
  z-index: -1;
  -webkit-animation: movebounce 9s linear infinite;
  animation: movebounce 9s linear infinite;
}

.banner-style-three-content {
  max-width: 920px;
  margin: auto auto 40px auto;
  text-align: center;
}

.banner-style-three-content h1 {
  font-size: 50px;
  margin-bottom: 30px;
  font-weight: 800;
}


/*
About Style
======================================================*/
.about-content .about-title {
  margin-bottom: 30px;
}

.about-content .about-title span {
  color: #28aa4a;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 500;
  font-family: 'Source Sans Pro', sans-serif;
}

.about-content .about-title h2 {
  font-size: 40px;
  margin-bottom: 20px;
}

.about-content .about-features {
  margin-bottom: 35px;
}

.about-content .about-features ul {
  padding-left: 0;
  margin-bottom: 0;
}

.about-content .about-features ul li {
  list-style-type: none;
  position: relative;
  padding-left: 65px;
  margin-bottom: 25px;
}

.about-content .about-features ul li .icon {
  position: absolute;
  height: 45px;
  width: 45px;
  line-height: 45px;
  color: #00395a;
  background-color: #e5e5e5;
  border-radius: 5px;
  left: 0;
  top: 5px;
  text-align: center;
  font-size: 22px;
  z-index: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.about-content .about-features ul li .icon::before {
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  left: 0;
  bottom: 0;
  background-color: #28aa4a;
  border-radius: 5px;
  z-index: -1;
}

.about-content .about-features ul li h3 {
  font-size: 20px;
  margin-bottom: 10px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.about-content .about-features ul li:hover h3 {
  color: #28aa4a;
}

.about-content .about-features ul li:hover .icon {
  color: #ffffff;
}

.about-content .about-features ul li:hover .icon::before {
  height: 100%;
  width: 100%;
}

.about-area.style-2 {
  margin-top: -80px;
}

.about-area.style-2 .about-content .about-features ul {
  margin-bottom: 35px;
  margin-top: 35px;
}

.about-area.style-2 .about-content .about-features ul li {
  padding-left: 55px;
  margin-bottom: 30px;
}

.about-area.style-2 .about-content .about-features ul li .icon {
  height: 35px;
  width: 35px;
  line-height: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about-area.style-2 .about-content .experience {
  position: relative;
  padding-left: 95px;
  padding-bottom: 15px;
  padding-top: 15px;
}

.about-area.style-2 .about-content .experience .icon {
  position: absolute;
  height: 75px;
  width: 75px;
  line-height: 75px;
  color: #ffffff;
  background-color: #28aa4a;
  border-radius: 5px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  font-size: 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.about-area.style-2 .about-content .experience h3 {
  margin-bottom: 0;
}

.about-area.style-2 .about-content .experience p {
  color: #00395a;
  font-weight: 500;
}


/*
Counter Style
======================================================*/
.counter-area .container-fluid {
  max-width: 1520px;
}

.counter-overly {
  padding-left: 100px;
  padding-right: 100px;
}

.single-counter-card {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}

.single-counter-card h1 {
  font-size: 50px;
  margin-bottom: 10px;
}

.single-counter-card h1 .target {
  margin-left: -10px;
}

.single-counter-card::before {
  position: absolute;
  content: '';
  right: -12px;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(40, 170, 74, 0.4);
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}

.col-lg-3:last-child .single-counter-card::before {
  display: none;
}

/*
Services Style
======================================================*/
.single-services-card {
  background-color: #ffffff;
  padding: 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: relative;
  border-radius: 5px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 10px 30px 5px rgba(44, 44, 44, 0.05);
  box-shadow: 0px 10px 30px 5px rgba(44, 44, 44, 0.05);
}

.single-services-card .services-img {
  padding-bottom: 25px;
  margin-bottom: 22px;
  border-bottom: 1px solid #eeeeee;
}

.single-services-card h3 {
  font-size: 20px;
  margin-bottom: 12px;
}

.single-services-card p {
  margin-bottom: 25px;
}

.single-services-card .number {
  position: absolute;
  height: 80px;
  width: 80px;
  line-height: 80px;
  right: 0;
  top: 0;
  background-color: #f4f4f4;
  text-align: center;
  font-size: 20px;
  color: #00395a;
  font-weight: 600;
  border-radius: 0 5px 0 50px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: 1;
}

.single-services-card .number::before {
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  right: 0;
  top: 0;
  border-radius: 0 5px 0 50px;
  background-color: #28aa4a;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: -1;
}

.single-services-card:hover {
  -webkit-box-shadow: 0px 10px 30px 5px rgba(44, 44, 44, 0.09);
  box-shadow: 0px 10px 30px 5px rgba(44, 44, 44, 0.09);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.single-services-card:hover .number {
  color: #ffffff;
}

.single-services-card:hover .number::before {
  height: 100%;
  width: 100%;
}

.single-services-box {
  background-color: #ffffff;
}

.single-services-box .services-content {
  padding: 25px 30px 30px 30px;
}

.single-services-box .services-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.single-services-box .services-content h3 a {
  color: #00395a;
}

.single-services-box .services-content p {
  margin-bottom: 25px;
}

.services-slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -90px;
  background-color: #e5e5e5;
  border: none;
  height: 55px;
  width: 55px;
  line-height: 62px;
  border-radius: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 15px;
}

.services-slider.owl-theme .owl-nav [class*=owl-] i {
  position: relative;
  top: -2px;
  left: -1px;
}

.services-slider.owl-theme .owl-nav [class*=owl-].owl-next {
  right: -90px;
  left: auto;
}

.services-slider.owl-theme .owl-nav [class*=owl-].owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}

.services-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #28aa4a;
  color: #ffffff;
}

.services-details-content .top-img {
  margin-bottom: 25px;
}

.services-details-content .analysis-content {
  margin-bottom: 25px;
}

.services-details-content .analysis-content h3 {
  font-size: 30px;
  margin-bottom: 15px;
}

.services-details-content .service-description {
  margin-bottom: 25px;
}

.services-details-content .service-description h3 {
  font-size: 25px;
  margin-bottom: 15px;
}

.services-details-content .service-description p {
  margin-bottom: 20px;
}

.services-details-content .planing-content h3 {
  font-size: 25px;
  margin-bottom: 15px;
}

.services-details-content .planing-content p {
  margin-bottom: 25px;
}

.services-details-content .planing-content .planing-list {
  margin-bottom: 25px;
}

.services-details-content .planing-content .planing-list ul {
  padding-left: 0;
  margin-bottom: 0;
}

.services-details-content .planing-content .planing-list ul li {
  margin-bottom: 15px;
  position: relative;
  list-style-type: none;
  padding-left: 20px;
}

.services-details-content .planing-content .planing-list ul li:last-child {
  margin-bottom: 0;
}

.services-details-content .planing-content .planing-list ul li i {
  position: absolute;
  left: 0;
  top: 0;
  color: #28aa4a;
}

.services-details-content .planing-content .planing-img {
  margin-bottom: 30px;
}

.services-category {
  padding: 30px;
  background-color: #fafafa;
  margin-bottom: 30px;
}

.services-category h3 {
  font-size: 20px;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 2px solid #28aa4a;
}

.services-category ul {
  padding-left: 0;
  margin-bottom: 0;
}

.services-category ul li {
  list-style-type: none;
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
}

.services-category ul li i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.services-category ul li a {
  color: #00395a;
  font-weight: 500;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.services-category ul li:last-child {
  margin-bottom: 0;
}

.services-category ul li:hover a {
  color: #28aa4a;
}

.services-category ul li:hover i {
  color: #28aa4a;
}


/*
Who We Are Style
======================================================*/
.who-we-are-content .who-we-are-title {
  margin-bottom: 30px;
}

.who-we-are-content .who-we-are-title span {
  color: #28aa4a;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 500;
  font-family: 'Source Sans Pro', sans-serif;
}

.who-we-are-content .who-we-are-title h2 {
  font-size: 40px;
  margin-bottom: 15px;
}

.who-we-are-content .who-we-are-features ul {
  padding-left: 0;
  margin-bottom: 0;
}

.who-we-are-content .who-we-are-features ul li {
  list-style-type: none;
  position: relative;
  padding-left: 65px;
  margin-bottom: 25px;
}

.who-we-are-content .who-we-are-features ul li .icon {
  position: absolute;
  height: 45px;
  width: 45px;
  line-height: 45px;
  color: #00395a;
  background-color: #e5e5e5;
  border-radius: 5px;
  left: 0;
  top: 5px;
  text-align: center;
  font-size: 22px;
  z-index: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.who-we-are-content .who-we-are-features ul li .icon::before {
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  left: 0;
  bottom: 0;
  background-color: #28aa4a;
  border-radius: 5px;
  z-index: -1;
}

.who-we-are-content .who-we-are-features ul li h3 {
  font-size: 20px;
  margin-bottom: 10px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.who-we-are-content .who-we-are-features ul li:hover h3 {
  color: #28aa4a;
}

.who-we-are-content .who-we-are-features ul li:hover .icon {
  color: #ffffff;
}

.who-we-are-content .who-we-are-features ul li:hover .icon::before {
  height: 100%;
  width: 100%;
}

.who-we-are-img {
  position: relative;
  z-index: 1;
}

.who-we-are-img .shape-1 {
  position: absolute;
  left: 60px;
  bottom: 50px;
  z-index: -1;
  -webkit-animation: movebounce2 5s linear infinite;
  animation: movebounce2 5s linear infinite;
}

/*
What We Do Style
======================================================*/
.what-we-do-content .what-we-do-title {
  margin-bottom: 30px;
}

.what-we-do-content .what-we-do-title span {
  color: #28aa4a;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 500;
  font-family: 'Source Sans Pro', sans-serif;
}

.what-we-do-content .what-we-do-title h2 {
  font-size: 38px;
  margin-bottom: 17px;
  line-height: 1.4;
}

.what-we-do-content .what-we-do-title p {
  margin-bottom: 18px;
}

.what-we-do-content .what-we-do-title p:last-child {
  margin-bottom: 0;
}

.what-we-do-content .what-we-do-features {
  margin-bottom: 30px;
}

.what-we-do-content .what-we-do-features ul {
  padding-left: 0;
  margin-bottom: 0;
}

.what-we-do-content .what-we-do-features ul li {
  list-style-type: none;
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
}

.what-we-do-content .what-we-do-features ul li:last-child {
  margin-bottom: 0;
}

.what-we-do-content .what-we-do-features ul li i {
  position: absolute;
  left: 0;
  top: -2px;
  color: #28aa4a;
}

.what-we-do-content .what-we-do-features ul li h3 {
  font-size: 16px;
}

/*
Choose Style
======================================================*/
.choose-area .tab-teaser .tab-menu {
  list-style-type: none;
  max-width: 700px;
  margin: auto auto 40px auto;
  padding-bottom: 20px;
  text-align: center;
  border-bottom: 2px solid #e5e5e5;
  padding-left: 0;
  padding: 10px 0;
}

.choose-area .tab-teaser .tab-menu ul {
  padding-left: 0;
  margin-bottom: 10px;
}

.choose-area .tab-teaser .tab-menu li {
  display: inline-block;
}

.choose-area .tab-teaser .tab-menu li a {
  color: #00395a;
  padding: 10px 20px;
  background: transparent;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-radius: 5px;
  text-transform: capitalize;
  font-weight: 600;
  position: relative;
  transition: all ease 0.5s;
}

.choose-area .tab-teaser .tab-menu li a::before {
  position: absolute;
  content: '';
  height: 3px;
  width: 0%;
  background-color: #28aa4a;
  right: 0;
  bottom: -14px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.choose-area .tab-teaser .tab-menu li a.active::before,
.choose-area .tab-teaser .tab-menu li a:hover::before,
.choose-area .tab-teaser .tab-menu li a:focus::before {
  width: 100%;
  left: 0;
  right: auto;
}

.choose-area .tab-box {
  display: none;
}

.choose-area .tab-box:first-child {
  display: block;
}

.choose-content .choose-title {
  margin-bottom: 25px;
}

.choose-content .choose-title span {
  color: #28aa4a;
  font-weight: 500;
  font-family: 'Source Sans Pro', sans-serif;
  margin-bottom: 10px;
  display: inline-block;
}

.choose-content .choose-title h2 {
  font-size: 25px;
  margin-bottom: 15px;
}

.choose-content .choose-features-list ul {
  padding-left: 0;
  margin-bottom: 0;
}

.choose-content .choose-features-list ul li {
  list-style-type: none;
  position: relative;
  padding-left: 65px;
  margin-bottom: 22px;
}

.choose-content .choose-features-list ul li .number {
  position: absolute;
  height: 45px;
  width: 45px;
  line-height: 45px;
  color: #00395a;
  background-color: #e5e5e5;
  border-radius: 5px;
  left: 0;
  top: 5px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  z-index: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.choose-content .choose-features-list ul li .number::before {
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  left: 0;
  bottom: 0;
  background-color: #28aa4a;
  border-radius: 5px;
  z-index: -1;
}

.choose-content .choose-features-list ul li h3 {
  font-size: 20px;
  margin-bottom: 10px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.choose-content .choose-features-list ul li:hover h3 {
  color: #28aa4a;
}

.choose-content .choose-features-list ul li:hover .number {
  color: #ffffff;
}

.choose-content .choose-features-list ul li:hover .number::before {
  height: 100%;
  width: 100%;
}

.choose-content .choose-features-list ul li:last-child {
  margin-bottom: 0;
}


/*
Testimonials Style
======================================================*/
.single-testimonials-card {
  padding: 20px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin: 5px;
}

.single-testimonials-card .testimonials-content {
  position: relative;
}

.single-testimonials-card .testimonials-content p {
  margin-bottom: 20px;
}

.single-testimonials-card .testimonials-content .ratings-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-bottom: 15px;
}

.single-testimonials-card .testimonials-content .ratings-list li {
  display: inline-block;
  margin-right: 3px;
}

.single-testimonials-card .testimonials-content .ratings-list li:last-child {
  margin-right: 0;
}

.single-testimonials-card .testimonials-content .ratings-list li i {
  color: #ff8a00;
}

.single-testimonials-card .testimonials-content h3 {
  font-size: 20px;
  margin-bottom: 5px;
}

.single-testimonials-card .testimonials-content span {
  color: #28aa4a;
}

.single-testimonials-card .testimonials-content .icon {
  position: absolute;
  font-size: 60px;
  right: 10px;
  bottom: -10px;
  color: #28aa4a;
  opacity: .1;
}

.testimonials-slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -90px;
  background-color: #e5e5e5;
  border: none;
  height: 55px;
  width: 55px;
  line-height: 62px;
  border-radius: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 15px;
}

.testimonials-slider.owl-theme .owl-nav [class*=owl-] i {
  position: relative;
  top: -2px;
  left: -1px;
}

.testimonials-slider.owl-theme .owl-nav [class*=owl-].owl-next {
  right: -90px;
  left: auto;
}

.testimonials-slider.owl-theme .owl-nav [class*=owl-].owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}

.testimonials-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #28aa4a;
  color: #ffffff;
}

.single-review-box {
  padding: 40px;
  -webkit-box-shadow: 0px 6px 30px rgba(44, 44, 44, 0.03);
  box-shadow: 0px 6px 30px rgba(44, 44, 44, 0.03);
  margin: 7px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: relative;
}

.single-review-box .client-profile {
  position: relative;
  padding-left: 90px;
  margin-bottom: 35px;
}

.single-review-box .client-profile img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: auto;
}

.single-review-box .client-profile h3 {
  font-size: 20px;
  margin-bottom: 5px;
}

.single-review-box .client-profile span {
  color: #28aa4a;
}

.single-review-box .ratings {
  margin-bottom: 15px;
}

.single-review-box .ratings i {
  color: #ff8a00;
  margin-right: 5px;
}

.single-review-box .ratings i:last-child {
  margin-right: 0;
}

.single-review-box p {
  margin-bottom: 0;
}

.single-review-box .quote {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 60px;
  color: #28aa4a;
  opacity: .1;
}

.single-review-box.style2 {
  margin: 0;
  margin-bottom: 30px;
}

.reviews-slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -90px;
  background-color: #e5e5e5;
  border: none;
  height: 55px;
  width: 55px;
  line-height: 62px;
  border-radius: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 15px;
}

.reviews-slider.owl-theme .owl-nav [class*=owl-] i {
  position: relative;
  top: -2px;
  left: -1px;
}

.reviews-slider.owl-theme .owl-nav [class*=owl-].owl-next {
  right: -90px;
  left: auto;
}

.reviews-slider.owl-theme .owl-nav [class*=owl-].owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}

.reviews-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #28aa4a;
  color: #ffffff;
}

.active.center .single-review-box {
  -webkit-box-shadow: 0px 6px 30px rgba(44, 44, 44, 0.09);
  box-shadow: 0px 6px 30px rgba(44, 44, 44, 0.09);
}

.testimonials-area2 .container-fluid {
  max-width: 1520px;
}

.testimonials-overly {
  padding-left: 100px;
  padding-right: 100px;
}

.single-testimonials-box {
  margin: 10px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-testimonials-box .testimonials-content {
  background-color: #ffffff;
  padding: 30px;
  position: relative;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 50px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-testimonials-box .testimonials-content .ratings {
  margin-bottom: 15px;
}

.single-testimonials-box .testimonials-content .ratings i {
  color: #ff8a00;
  margin-right: 5px;
}

.single-testimonials-box .testimonials-content .ratings i:last-child {
  margin-right: 0;
}

.single-testimonials-box .testimonials-content::before {
  position: absolute;
  content: '';
  height: 40px;
  width: 40px;
  background-color: #ffffff;
  left: 50px;
  bottom: -20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
  -webkit-box-shadow: 0px 10px 30px rgba(44, 44, 44, 0.05);
  box-shadow: 0px 10px 30px rgba(44, 44, 44, 0.05);
}

.single-testimonials-box .cliens-profile {
  position: relative;
  padding-left: 125px;
}

.single-testimonials-box .cliens-profile img {
  position: absolute;
  width: auto;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single-testimonials-box .cliens-profile h3 {
  font-size: 20px;
  margin-bottom: 8px;
}

.single-testimonials-box .cliens-profile span {
  color: #28aa4a;
}

.testimonials-slider2.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top: -90px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 65px;
  background-color: #e5e5e5;
  border: none;
  height: 55px;
  width: 55px;
  line-height: 62px;
  border-radius: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 13px;
}

.testimonials-slider2.owl-theme .owl-nav [class*=owl-] i {
  position: relative;
  top: -2px;
  left: -1px;
}

.testimonials-slider2.owl-theme .owl-nav [class*=owl-].owl-next {
  right: 0;
  left: auto;
}

.testimonials-slider2.owl-theme .owl-nav [class*=owl-].owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}

.testimonials-slider2.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #28aa4a;
  color: #ffffff;
}

.reviews-form {
  max-width: 960px;
  margin: auto;
}

.reviews-form .form-group {
  margin-bottom: 25px;
}

.reviews-form .form-group .form-control {
  background-color: #f5f5f5;
  color: #00395a;
  border: none;
}

.reviews-form .form-group .form-control::-webkit-input-placeholder {
  color: #666666;
}

.reviews-form .form-group .form-control:-ms-input-placeholder {
  color: #666666;
}

.reviews-form .form-group .form-control::-ms-input-placeholder {
  color: #666666;
}

.reviews-form .form-group .form-control::placeholder {
  color: #666666;
}

.reviews-form .default-btn {
  width: 100%;
}


/*
Blog Style
======================================================*/
.single-blog-card {
  -webkit-box-shadow: 0px 6px 30px rgba(44, 44, 44, 0.05);
  box-shadow: 0px 6px 30px rgba(44, 44, 44, 0.05);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-bottom: 30px;
}

.single-blog-card .blog-img {
  position: relative;
}

.single-blog-card .blog-img .date {
  height: 75px;
  width: 70px;
  background-color: #28aa4a;
  display: inline-block;
  text-align: center;
  padding-top: 10px;
  position: absolute;
  left: 30px;
  bottom: -40px;
}

.single-blog-card .blog-img .date p {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 5px;
}

.single-blog-card .blog-img .date span {
  color: #ffffff;
}

.single-blog-card .blog-content {
  padding: 15px 30px 30px 30px;
}

.single-blog-card .blog-content ul {
  padding-left: 0;
  margin-left: 75px;
  margin-bottom: 22px;
}

.single-blog-card .blog-content ul li {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  padding-left: 24px;
}

.single-blog-card .blog-content ul li i {
  position: absolute;
  left: 0;
  font-size: 20px;
  top: -3px;
  color: #28aa4a;
}

.single-blog-card .blog-content ul li a {
  color: #666666;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-blog-card .blog-content ul li a:hover {
  color: #28aa4a;
}

.single-blog-card .blog-content h3 {
  font-size: 22px;
  margin-bottom: 12px;
  line-height: 1.5;
}

.single-blog-card .blog-content h3 a {
  color: #00395a;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-blog-card .blog-content h3 a:hover {
  color: #28aa4a;
}

.single-blog-card .blog-content p {
  margin-bottom: 25px;
}

.single-blog-card:hover {
  -webkit-box-shadow: 0px 10px 30px 5px rgba(44, 44, 44, 0.09);
  box-shadow: 0px 10px 30px 5px rgba(44, 44, 44, 0.09);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.single-blog-card.style2 .blog-content {
  padding: 30px;
}

.single-blog-card.style2 .blog-content h3 {
  margin-bottom: 30px;
}

.single-blog-card.style2 .blog-content ul {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 18px;
}

.single-blog-card.style2 .blog-content ul li {
  margin-left: 15px;
}

.single-blog-card.style2 .blog-content ul li:first-child {
  margin-left: 0;
}

.single-blog-card.style3 .blog-img .date {
  right: 30px;
  left: auto;
}

.single-blog-card.style3 .blog-content {
  padding: 30px;
}

.single-blog-card.style3 .blog-content ul {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 15px;
}

.single-blog-card.style3 .blog-content ul li {
  margin-left: 15px;
}

.single-blog-card.style3 .blog-content ul li:first-child {
  margin-left: 0;
}

.single-blog-card.style4 .blog-content {
  padding: 30px;
}

.single-blog-card.style4 .blog-content h3 {
  margin-bottom: 18px;
}

.single-blog-card.style4 .blog-content ul {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 18px;
}

.single-blog-card.style4 .blog-content ul li {
  margin-left: 15px;
}

.single-blog-card.style4 .blog-content ul li:first-child {
  margin-left: 0;
}

.single-blog-card.style4 .blog-content p {
  margin-bottom: 0;
}

.blog-details-content {
  padding: 30px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.blog-details-content .user-and-date {
  margin-bottom: 20px;
}

.blog-details-content .user-and-date ul {
  padding-left: 0;
  margin-bottom: 0;
}

.blog-details-content .user-and-date ul li {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  padding-left: 22px;
}

.blog-details-content .user-and-date ul li i {
  position: absolute;
  left: 0;
  top: 2px;
  color: #28aa4a;
}

.blog-details-content .user-and-date ul li a {
  color: #666666;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.blog-details-content .user-and-date ul li a:hover {
  color: #28aa4a;
}

.blog-details-content h3 {
  font-size: 25px;
  margin-bottom: 20px;
}

.blog-details-content p {
  margin-bottom: 20px;
}

.blog-details-content .quote {
  padding: 30px;
  background-color: #f4fbf8;
  margin-bottom: 25px;
  margin-top: 30px;
}

.blog-details-content .quote p {
  color: #00395a;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 500;
}

.blog-details-content .quote span {
  color: #00395a;
  font-weight: 500;
  font-size: 20px;
  position: relative;
  padding-left: 37px;
  font-family: 'Source Sans Pro', sans-serif;
}

.blog-details-content .quote span::before {
  position: absolute;
  content: '';
  left: 0;
  background-color: #28aa4a;
  height: 2px;
  width: 30px;
  top: 13px;
}

.comments-content h3 {
  font-size: 25px;
  margin-bottom: 30px;
}

.single-comment-box {
  margin-bottom: 35px;
  position: relative;
}

.single-comment-box .user-profile {
  position: relative;
  padding-left: 90px;
  margin-bottom: 30px;
}

.single-comment-box .user-profile img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single-comment-box .user-profile h4 {
  font-size: 18px;
  margin-bottom: 8px;
}

.single-comment-box .reply {
  position: absolute;
  right: 0;
  top: 0;
}

.single-comment-box .reply a {
  color: #28aa4a;
  font-weight: 500;
}

.single-comment-box .reply a img {
  position: relative;
  top: -2px;
}

.comment-form h3 {
  font-size: 25px;
  margin-bottom: 20px;
}

.comment-form .form-group {
  margin-bottom: 25px;
}

.comment-form .form-group .form-control {
  background-color: #f5f5f5;
  border: none;
}

.sidebar-widget {
  padding: 30px;
  background-color: #f5f5f5;
  margin-bottom: 30px;
}

.sidebar-widget h3 {
  font-size: 22px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #28aa4a;
}

.sidebar-widget .search-bar .form-group {
  position: relative;
}

.sidebar-widget .search-bar .form-group .default-btn {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  padding: 8px;
}

.sidebar-widget .search-bar .form-group .default-btn i {
  font-size: 20px;
  position: relative;
  top: 0;
}

.sidebar-widget .search-bar .form-group .form-control {
  border: none;
  background-color: #ffffff;
  border-radius: 0;
}

.sidebar-widget.style2 {
  padding: 30px 30px 15px 30px;
}

.Category-list ul {
  padding-left: 0;
  margin-bottom: 0;
}

.Category-list ul li {
    list-style-type: none;
    margin-bottom: 5px;
    position: relative;
    padding-left: 18px;
    border-bottom: 1px solid #ccc;
    padding: 15px;
}

.Category-list ul li:last-child {
  margin-bottom: 0;
  border-bottom: 0px;
}

.Category-list ul li i {
    position: absolute;
    left: 0;
    top: 15px;
    font-size: 20px;
}

.Category-list ul li a {
    color: #00395a;
    font-weight: 500;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-size: 18px;
    margin-left: 10px;
}

.Category-list ul li a:hover {
  color: #28aa4a;
}

.tag-cloud ul {
  padding-left: 0;
  margin-bottom: 0;
}

.tag-cloud ul li {
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 10px;
}

.tag-cloud ul li:last-child {
  margin-right: 0;
}

.tag-cloud ul li a {
  background-color: #ffffff;
  color: #00395a;
  padding: 10px;
  border: 1px solid rgba(40, 170, 74, 0.3);
  display: inline-block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.tag-cloud ul li a:hover {
  background-color: #28aa4a;
  color: #ffffff;
}

.widget-peru-posts-thumb {
  position: relative;
  overflow: hidden;
}

.widget-peru-posts-thumb .item {
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.widget-peru-posts-thumb .item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.widget-peru-posts-thumb .item .thumb {
  float: left;
  height: 75px;
  overflow: hidden;
  position: relative;
  width: 75px;
  margin-right: 15px;
}

.widget-peru-posts-thumb .item .thumb .fullimage {
  width: 130px;
  height: 130px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
  position: relative;
  background-color: #00395a;
}

.widget-peru-posts-thumb .item .thumb .fullimage.bg1 {
  background-image: url(../images/blog/blog-img-1.jpg);
}

.widget-peru-posts-thumb .item .thumb .fullimage.bg2 {
  background-image: url(../images/blog/blog-img-2.jpg);
}

.widget-peru-posts-thumb .item .thumb .fullimage.bg3 {
  background-image: url(../images/blog/blog-img-3.jpg);
}

.widget-peru-posts-thumb .item .thumb .fullimage.bg4 {
  background-image: url(../images/blog/blog-img-4.jpg);
}

.widget-peru-posts-thumb .item .info {
  overflow: hidden;
}

.widget-peru-posts-thumb .item .info span {
  display: block;
  color: #666666;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 500;
}

.widget-peru-posts-thumb .item .info .title {
  margin-bottom: 0;
  margin-top: 5px;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 600;
}

.widget-peru-posts-thumb .item .info .title a {
  display: inline-block;
  color: #474c40;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.widget-peru-posts-thumb .item .info .title a:hover {
  color: #28aa4a;
}


/*
Footer Style
======================================================*/
.start-footer-area {
  background-color: #00395a;
}

.footer-logo-area {
  margin-bottom: 30px;
}

.footer-logo-area img {
  margin-bottom: 30px;
}

.footer-logo-area p {
  color: #bfbfbf;
  margin-bottom: 25px;
}

.footer-logo-area .social-content ul {
  padding-left: 0;
  margin-bottom: 0;
}

.footer-logo-area .social-content ul li {
  margin-right: 8px;
  display: inline-block;
}

.footer-logo-area .social-content ul li:last-child {
  margin-right: 0;
}

.footer-logo-area .social-content ul li span {
  color: #ffffff;
  font-weight: 500;
  padding-right: 10px;
  position: relative;
  top: -2px;
}

.footer-logo-area .social-content ul li a {
  color: #00395a;
  height: 30px;
  background-color: #ffffff;
  width: 30px;
  line-height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.footer-logo-area .social-content ul li a:hover {
  background-color: #28aa4a;
  color: #ffffff;
  border-color: #28aa4a;
}

.single-footer-widget {
  margin-bottom: 30px;
}

.single-footer-widget h3 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 30px;
}

.footer-address-area {
  padding-left: 50px;
}

.footer-address-area ul {
  padding-left: 0;
  margin-bottom: 0;
}

.footer-address-area ul li {
  list-style-type: none;
  position: relative;
  padding-left: 58px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-bottom: 15px;
}

.footer-address-area ul li:last-child {
  margin-bottom: 0;
}

.footer-address-area ul li p {
  margin-bottom: 3px;
  color: #28aa4a;
  font-weight: 500;
}

.footer-address-area ul li a {
  color: #bfbfbf;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-weight: 500;
}

.footer-address-area ul li a:hover {
  color: #28aa4a;
}

.footer-address-area ul li span {
  color: #ffffff;
  font-weight: 500;
}

.footer-address-area ul li .icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 45px;
  width: 45px;
  color: #00395a;
  line-height: 45px;
  background-color: #e5e5e5;
  font-size: 18px;
  color: #28aa4a;
  text-align: center;
  border-radius: 5px;
  z-index: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.footer-address-area ul li .icon::before {
  position: absolute;
  content: '';
  height: 0%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background-color: #28aa4a;
  z-index: -1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.footer-address-area ul li:hover .icon {
  color: #ffffff;
}

.footer-address-area ul li:hover .icon::before {
  height: 100%;
}

.footer-useful-links-area {
  padding-left: 50px;
}

.footer-useful-links-area .link-list ul {
  padding-left: 0;
  margin-bottom: 0;
}

.footer-useful-links-area .link-list ul li {
  list-style-type: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.footer-useful-links-area .link-list ul li:last-child {
  margin-bottom: 0;
}

.footer-useful-links-area .link-list ul li i {
  position: absolute;
  left: 0;
  font-size: 18px;
  top: -2px;
  color: #bfbfbf;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.footer-useful-links-area .link-list ul li a {
  color: #bfbfbf;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.footer-useful-links-area .link-list ul li:hover i {
  color: #28aa4a;
}

.footer-useful-links-area .link-list ul li:hover a {
  color: #28aa4a;
}

.footer-subscribe-area p {
  color: #bfbfbf;
  margin-bottom: 20px;
}

.footer-subscribe-area .subscribe-form .form-control {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #ffffff;
  height: 55px;
}

.footer-subscribe-area .subscribe-form .form-control::-webkit-input-placeholder {
  color: #bfbfbf;
  font-size: 15px;
}

.footer-subscribe-area .subscribe-form .form-control:-ms-input-placeholder {
  color: #bfbfbf;
  font-size: 15px;
}

.footer-subscribe-area .subscribe-form .form-control::-ms-input-placeholder {
  color: #bfbfbf;
  font-size: 15px;
}

.footer-subscribe-area .subscribe-form .form-control::placeholder {
  color: #bfbfbf;
  font-size: 15px;
}

.footer-subscribe-area .subscribe-form .default-btn {
  width: 100%;
  margin-top: 20px;
}

.footer-instagram-area {
  margin-bottom: 0;
}

.footer-instagram-area .instagram-img {
  position: relative;
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-bottom: 25px;
}

.footer-instagram-area .instagram-img img {
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.footer-instagram-area .instagram-img .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.footer-instagram-area .instagram-img .icon a {
  color: #ffffff;
  font-size: 18px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: relative;
  top: 3px;
  opacity: 0;
}

.footer-instagram-area .instagram-img:hover img {
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.footer-instagram-area .instagram-img:hover .icon a {
  opacity: 1;
}

.copy-right-area {
  background-color: #012f48;
  text-align: center;
}

.copy-right-area p {
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copy-right-area p span {
  color: #28aa4a;
}

.copy-right-area p a {
  color: #28aa4a;
}

/*
Newsletter Style
======================================================*/
.newsletter-overly {
  background-color: #28aa4a;
  position: relative;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.newsletter-overly::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 40%;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
  border-radius: 0 0 60% 0;
}

.newsletter-overly .newslatter-img {
  position: relative;
}

.newsletter-overly .newslatter-img .image-1 {
  position: absolute;
  top: 50px;
  left: 0;
}

.newsletter-overly .newslatter-img .image-2 {
  position: absolute;
  top: 50px;
  left: 40px;
}

.newsletter-overly .newslatter-img .image-3 {
  position: absolute;
  top: 200px;
  left: 0;
}

.newsletter-overly .newslatter-content {
  padding: 100px 100px 100px 30px;
}

.newsletter-overly .newslatter-content span {
  color: #ffffff;
  margin-bottom: 10px;
  display: inline-block;
}

.newsletter-overly .newslatter-content h2 {
  font-size: 40px;
  margin-bottom: 15px;
  color: #ffffff;
}

.newsletter-overly .newslatter-content p {
  color: #ffffff;
  margin-bottom: 30px;
}

.newsletter-overly .newslatter-content .newsletter-form {
  position: relative;
}

.newsletter-overly .newslatter-content .newsletter-form .form-control {
  height: 68px;
}

.newsletter-overly .newslatter-content .newsletter-form .default-btn {
  position: absolute;
  right: 6.5px;
  top: 6.5px;
}

.validation-danger {
  color: #f00f1a;
  padding-top: 5px;
}

/*
Login Area Style
======================================================*/
.login {
  max-width: 650px;
  margin: auto;
  padding: 50px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.login h3 {
  font-size: 24px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
  position: relative;
}

.login h3::before {
  position: absolute;
  content: '';
  height: 2px;
  width: 70px;
  background-color: #28aa4a;
  top: 43px;
}

.login .form-group {
  margin-bottom: 20px;
}

.login .form-check {
  margin-bottom: 30px;
}

.login .form-check .form-check-input:checked {
  background-color: #28aa4a;
}

.login .form-check .form-check-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.login .default-btn {
  padding: 15px 40px;
  margin-bottom: 20px;
}

.login a {
  display: inherit;
  color: #666666;
  font-weight: 500;
}

/*
Register Area Style
======================================================*/
.register {
  max-width: 650px;
  margin: auto;
  padding: 50px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.register h3 {
  font-size: 24px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
  position: relative;
}

.register h3::before {
  position: absolute;
  content: '';
  height: 2px;
  width: 70px;
  background-color: #28aa4a;
  top: 43px;
}

.register .form-group {
  margin-bottom: 20px;
}

.register .default-btn {
  padding: 15px 40px;
  margin-top: 20px;
}

/*
Password Area Style
======================================================*/
.password {
  max-width: 650px;
  margin: auto;
  padding: 50px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.password h3 {
  font-size: 24px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
  position: relative;
}

.password h3::before {
  position: absolute;
  content: '';
  height: 2px;
  width: 70px;
  background-color: #28aa4a;
  top: 43px;
}

.password .form-group {
  margin-bottom: 20px;
}

.password .default-btn {
  width: 100%;
}

/*
Privacy Policy Style
======================================================*/
.privacy-content {
  margin-bottom: 10px;
}

.privacy-content h2 {
  font-size: 36px;
  margin-bottom: 10px;
}

.privacy-content h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.privacy-content p {
  margin-bottom: 25px;
}

.privacy-content .list ul {
  margin-bottom: 20px;
  padding-left: 0;
}

.privacy-content .list ul li {
  font-weight: 600;
  color: #00395a;
  position: relative;
  padding-left: 20px;
  list-style-type: none;
  padding-bottom: 15px;
}

.privacy-content .list ul li i {
  position: absolute;
  left: 0;
  color: #28aa4a;
}

/*
Terms & Condition Style
======================================================*/
.condition-content {
  margin-bottom: 10px;
}

.condition-content h2 {
  font-size: 36px;
  margin-bottom: 30px;
}

.condition-content h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.condition-content p {
  margin-bottom: 25px;
}

.condition-content .list ul {
  margin-bottom: 20px;
  padding-left: 0;
}

.condition-content .list ul li {
  font-weight: 600;
  color: #00395a;
  position: relative;
  padding-left: 20px;
  list-style-type: none;
  padding-bottom: 15px;
}

.condition-content .list ul li i {
  position: absolute;
  left: 0;
  color: #28aa4a;
}

/*
Error Area Style
======================================================*/
.error-area {
  text-align: center;
}

.error-area .top-content {
  margin-bottom: 20px;
}

.error-area .top-content ul {
  padding-left: 0;
  margin-bottom: 0;
}

.error-area .top-content ul li {
  font-size: 200px;
  font-weight: 700;
  display: inline-block;
  line-height: 1;
  margin-right: 30px;
  color: #28aa4a;
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}

.error-area .top-content ul li:first-child {
  color: #00395a;
  -webkit-animation: movebounce 7s linear infinite;
  animation: movebounce 7s linear infinite;
}

.error-area .top-content ul li:last-child {
  color: #666666;
  -webkit-animation: movebounce 9s linear infinite;
  animation: movebounce 9s linear infinite;
}

.error-area h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.error-area p {
  margin-bottom: 30px;
}

/*
Page Hedaer Style
======================================================*/
.page-header-area {
  padding-top: 50px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.page-header-area .page-header-content {
  margin-bottom: 50px;
}

.page-header-area .page-header-content h1 {
  font-size: 50px;
  margin-bottom: 15px;
}

.page-header-area .page-header-content ul {
  padding-left: 0;
  margin-bottom: 0;
}

.page-header-area .page-header-content ul li {
  display: inline-block;
  color: #28aa4a;
  margin-right: 20px;
  font-weight: 500;
  position: relative;
}

.page-header-area .page-header-content ul li:last-child {
  margin-right: 0;
}

.page-header-area .page-header-content ul li:last-child::before {
  display: none;
}

.page-header-area .page-header-content ul li::before {
  position: absolute;
  content: '\f1ab';
  font-family: flaticon !important;
  right: -18px;
  font-size: 11px;
  top: 5px;
  color: #00395a;
}

.page-header-area .page-header-content ul li a {
  color: #00395a;
}

.page-header-area .page-header-image {
  text-align: end;
  position: relative;
  right: -60px;
}

.page-header-area .page-header-shape img {
  position: absolute;
}

.page-header-area .page-header-shape img:nth-child(1) {
  left: 0;
  bottom: 0;
  z-index: -1;
}

.page-header-area .page-header-shape img:nth-child(2) {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}

.page-header-area .page-header-shape img:nth-child(3) {
  right: 0;
  bottom: 0;
  z-index: -1;
}

/*
Go To Top Style
======================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  top: 87%;
  right: -10%;
  background-color: #28aa4a;
  z-index: 4;
  width: 45px;
  text-align: center;
  height: 55px;
  line-height: 45px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .9s;
  transition: .9s;
}

.go-top i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 26px;
}

.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.go-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  z-index: -1;
  background-color: #28aa4a;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.go-top:hover {
  color: #ffffff;
  background: #00395a;
}

.go-top:hover::before {
  opacity: 1;
  visibility: visible;
}

.go-top:hover i {
  color: #ffffff;
}

.go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top:focus {
  color: #ffffff;
}

.go-top:focus::before {
  opacity: 1;
  visibility: visible;
}

.go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top.active {
  -webkit-transform: translateY(-95%);
  transform: translateY(-95%);
  opacity: 1;
  visibility: visible;
  right: 3%;
  top: 93%;
}

.cursor-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: 2px solid #000000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  -webkit-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}

.mouseCursor {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}

.mouseCursor.cursor-big {
  width: 80px;
  height: 80px;
}

.mouseCursor.cursor-big.cursor-outer {
  display: none;
}

.mouseCursor.cursor-big.cursor-outer {
  display: none;
}

.cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: #00395a;
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner span {
  color: #fff;
  line-height: 80px;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.cursor-inner.cursor-big span {
  opacity: 1;
}

.tp-cursor-point-area {
  cursor: none;
}

.single-contact-card {
  text-align: center;
  padding: 20px;
  -webkit-box-shadow: 0px 6px 30px rgba(44, 44, 44, 0.05);
  box-shadow: 0px 6px 30px rgba(44, 44, 44, 0.05);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-bottom: 20px;
}

.single-contact-card .icon {
  height: 50px;
  width: 50px;
  line-height: 60px;
  font-size: 25px;
  border-radius: 100%;
  text-align: center;
  background-color: #e5e5e5;
  margin: auto;
  margin-bottom: 10px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-contact-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.single-contact-card a {
  display: block;
  color: #666666;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-contact-card a:hover {
  color: #28aa4a;
}

.single-contact-card:hover {
  -webkit-box-shadow: 0px 6px 30px rgba(44, 44, 44, 0.09);
  box-shadow: 0px 6px 30px rgba(44, 44, 44, 0.09);
}

.single-contact-card:hover .icon {
  background-color: #28aa4a;
  color: #ffffff;
}

.contact-form-area .contacts-form {
  max-width: 100%;
  margin: auto;
}

.contact-form-area .contacts-form .form-group {
  margin-bottom: 25px;
}

.contact-form-area .contacts-form .form-group .form-control {
  background-color: #f5f5f5;
  border: none;
}

.contact-form-area .contacts-form .default-btn {
  width: 100%;
}

.contact-form-area .list-unstyled {
  color: #f00f1a;
  padding-top: 5px;
}

.contact-form-area .text-danger {
  margin-top: 15px;
}






.heder-left-content .content:last-child {
  margin-left: 15px;
}

.career_search_form .form-control {
  border: 1px solid #dddddd;
  height: 49px;
  border-radius: 0;
  padding: 6px 15px;
}

.career_search_form input {
  color: #898989;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 400;
  box-shadow: none;
  outline: none;
}

.career_search_form input:focus {
  box-shadow: none;
}

.career_search_form .sim-button {
  width: 100%;
  height: 49px;
  line-height: 49px;
}

.new_openings h4 {
    color: #003461;
    font-weight: 600;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 10px;
}

.new_openings h5 {
  font-family: 'Poppins', sans-serif;
  color: #898989;
  font-weight: 400;
  font-size: 16px;
  margin-top: 15px;
}

.new_openings .sim-button {
  margin-top: 20px;
  width: 250px;
}

.new_openings ul.listing li {
    padding-left: 0;
    list-style: none;
    line-height: 30px;
    font-size: 15px;
    color: #898989;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding-left: 35px;
    position: relative;
}
.lg-30 {
    height: 30px;
}
.tt-title {
    font-size: 30px;
    color: #28aa4a;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: initial;
}

.new_openings ul.listing {
  padding-left: 0;
}

.new_openings ul.listing li:before {
    content: "\f00c";
    position: absolute;
    left: 0;
    color: #f65245;
    font-family: remixicon !important;
}

.new_openings .responsibilies {
  margin-top: 20px;
}

.apply_now_form input {
  color: #898989;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 400;
  box-shadow: none;
  outline: none;
}

.apply_now_form .form-control {
  border: 1px solid #dddddd;
  height: 49px;
  border-radius: 0;
  padding: 12px 15px;
}

.apply_now_form {
  background: #f1f1f1;
}
.apply_now_form .sim-button {
  margin: 0 auto;
  float: none;
  margin-top: 20px;
}

.apply_now_form .button {
  text-align: center;
}

.apply_now_form textarea.form-control {
  height: 100px;
  padding-top: 15px;
  color: #898989;
  font-family: 'Poppins', sans-serif;
}
.form-group {
    margin-bottom: 15px;
}
.service-tab-box .tab-menu {
  border-bottom: 1px solid #f1f1f1;
  overflow: hidden;
  padding: 0;
  margin-bottom: 0;
}

.service-tab-box .tab-menu li {
  display: inline-block;
  float: left;
  margin-bottom: 0px;
  margin-right: 3px;
}

.service-tab-box .tab-menu li span {
  background: #ffffff;
  border-top: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  border-radius: 0;
  display: block;
  margin-bottom: -1px;
  padding: 15px 30px 13px;
  color: #2a2a2a;
  font-size: 17px;
  font-weight: 600;
  text-transform: capitalize;
  transition: all 500ms ease;
  font-family: 'Poppins', sans-serif;
  position: relative;
  display: block;
  cursor: pointer;
}

.service-tab-box .tab-menu li.active span, .service-tab-box .tab-menu li:hover span {
  background: #f1f1f1;
  color: #053357;
  border-left-color: #f1f1f1;
  border-top-color: #f1f1f1;
  border-right-color: #f1f1f1;
  border-bottom-color: #f1f1f1;
}

.service-tab-box .tab-content-box {
  background: #f1f1f1;
  padding: 29px 20px 20px;
  display: block;
}

.service-tab-box .tab-content-box .single-tab-content {}

.service-tab-box .tab-content-box .single-tab-content .top-content {
  margin-bottom: 10px;
}

.service-tab-box .tab-content-box .single-tab-content .top-content p {
  color: #898989;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  line-height: 26px;
  margin-bottom: 0;
}

.service-tab-box .tab-content-box .single-tab-content .bottom-content {
  overflow: hidden;
}

.service-tab-box .tab-content-box .single-tab-content .bottom-content .title {
  padding-bottom: 10px;
}

.service-tab-box .tab-content-box .single-tab-content .bottom-content .title h3 {
  font-size: 20px;
}

.service-tab-box .tab-content-box .single-tab-content .bottom-content ul {}

.service-tab-box .tab-content-box .single-tab-content .bottom-content ul.left {
  margin-right: 50px;
}

.service-tab-box .tab-content-box .single-tab-content .bottom-content ul li {
  line-height: 36px;
}

.service-tab-box .tab-content-box .single-tab-content .bottom-content ul li i {
  color: #3740b0;
  font-size: 14px;
  display: inline-block;
  padding-right: 8px;
}
