@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Template Name: GovtPress - Municipal and Government WordPress Theme
    Author: BDevs
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	  02. variables
    03. mixins
    04. common
    05. overlay
    06. header
    07. slider
    08. service
    09. breadcrumb
    10. mobile-menu
    11. services
    12. portfolio
    13. events
    14. blog
    15. contact
    16. team
    17. feature
    18. faq
    19. testimonial
    20. about
    21. footer

-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/
/* 1. Theme default css */
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-style: normal;
  color: #666;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

a,
.button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: medium none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  color: #3a3d3e;
  line-height: 1.1;
  margin-top: 0px;
  font-style: normal;
  font-weight: 500;
  text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  font-family: "Roboto", sans-serif;
  color: #777;
  margin-bottom: 0;
}

hr {
  border-bottom: 1px solid #ededed;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  color: #979b9d;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background: #222;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #222;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #222;
  color: #ffffff;
  text-shadow: none;
}

/*--
    - Input Placeholder
-----------------------------------------*/
*::-moz-placeholder {
  color: #222;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #222;
  font-size: 14px;
  opacity: 1;
}

/*--
    - position Classes
-----------------------------------------*/
.pos-rel {
  position: relative;
}

.pos-abl {
  position: absolute;
}

/*--
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.b-0 {
  border: 0;
}

/*--
    - Background color
-----------------------------------------*/
.grey-bg {
  background: #979b9d;
}

.grey-bg-03 {
  background: #f9f9f9;
}

.grey-bg-04 {
  background: #ececec;
}

.border-bg {
  background: #f8f8f8;
}

.white-bg {
  background: #ffffff;
}

.black-bg {
  background: #222;
}

.black-bg2 {
  background: #2d3031;
}

.black-bg-soft {
  background: #262728;
}

.black-bg-soft2 {
  background: #191b1b;
}

.black-bg-soft3 {
  background: #212223;
}

.black-bg-soft5 {
  background: #303233;
}

.heding-bg {
  background: #3a3d3e;
}

.theme-bg {
  background: #00aa55;
}

.theme-bg2 {
  background: #241e5e;
}

/*--
    - color
-----------------------------------------*/
.white-color {
  color: #ffffff;
}

.black-color {
  color: #222;
}

.theme-color {
  color: #00aa55;
}

/*--
	-theme-btn
----------------------------------------*/
.theme_btn {
  color: white;
  background: #00aa55;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  padding: 19px 47px 19px 47px;
  border: 2px solid #00aa55;
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.theme_btn i {
  font-size: 14px;
  line-height: 1;
  margin-left: 5px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.theme_btn:hover {
  color: #3a3d3e;
  background: transparent;
  border-color: #5f6161;
}
.theme_btn:hover i {
  transform: translateX(10px);
}
.theme_btn.active-btn:hover {
  color: #ffffff;
  background: transparent;
  border: 2px solid #5f6161;
}

.theme_btn2 {
  background: transparent !important;
  border: 2px solid #5f6161;
}
.theme_btn2:hover {
  color: #ffffff;
  background: #00aa55;
  border-color: #00aa55;
}

.theme_btn3:hover {
  border-color: #fff;
  color: #fff;
}

.left_line {
  position: relative;
}
.left_line::before {
  content: "";
  position: absolute;
  background: #00aa55;
  left: 0;
  top: 9px;
  width: 40px;
  height: 2px;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

/*--
section-title
----------------------------------------*/
.section-title h6 {
  color: #777;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 1.1;
  font-weight: 500;
  margin-bottom: 10px;
}
.section-title h6.left_line {
  display: inline-block;
  padding-left: 55px;
}
.section-title.theme-border h6.left_line {
  padding: 0 55px;
}
.section-title h3 {
  font-size: 30px;
  line-height: 1.3;
}
.section-title h2 {
  color: #3a3d3e;
  font-size: 48px;
  line-height: 1.3;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  letter-spacing: -0.3px;
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 27px !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title h2 {
    font-size: 30px;
  }
}

.white-title h6 {
  color: #ffffff;
}
.white-title h2 {
  color: #ffffff;
}

.section-title-02 h6 {
  color: #fff;
}
.section-title-02 h2 {
  color: #ffffff;
  font-size: 40px;
}
.section-title-03 h6 i {
  color: #00aa55;
  margin-right: 5px;
}
.section-title-03 h2 {
  font-size: 40px;
}

.scroll-target {
  color: #ffffff;
  background: #00aa55;
  width: 50px;
  height: 50px;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -25px;
  text-align: center;
  line-height: 50px;
  z-index: 3;
}
.scroll-target:hover {
  background: #241e5e;
}

.popup-video {
  color: #ffffff;
  background: #00aa55;
  border-radius: 50%;
  font-size: 14px;
  line-height: 120px;
  display: inline-block;
  width: 120px;
  height: 120px;
  text-align: center;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.popup-video i {
  font-size: 18px;
  color: #ffffff;
}
.popup-video:hover {
  color: #ffffff;
  border-color: #241e5e;
}

/*--
    - Margin & Padding
-----------------------------------------*/
/*-- Margin Top --*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

/*-- Margin Left --*/
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

/*-- Margin Right --*/
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

.dark #preloader {
  background-color: #232323;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f7f7f7;
  z-index: 999999;
}

.preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #00aa55;
  -webkit-animation: preloader 1.3s linear infinite;
  animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}
#scrollUp {
  background: #00aa55;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 50px;
  bottom: 50px;
  border-radius: 10px;
  line-height: 50px;
  text-align: center;
}
#scrollUp i {
  color: #ffffff;
}

/* Move frame*/
@keyframes moveRound {
  0% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
  25% {
    background-color: #feddfc;
    left: 100px;
    top: 0px;
  }
  50% {
    background-color: #efe4ff;
    left: 100px;
    top: 100px;
  }
  75% {
    background-color: #e2fcf4;
    left: -24px;
    top: 200px;
  }
  100% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
}
@-webkit-keyframes moveRound {
  0% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
  25% {
    background-color: #feddfc;
    left: 100px;
    top: 0px;
  }
  50% {
    background-color: #efe4ff;
    left: 100px;
    top: 200px;
  }
  75% {
    background-color: #e2fcf4;
    left: -24px;
    top: 100px;
  }
  100% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
}
@keyframes moveShap {
  0% {
    left: 0px;
    top: 0px;
  }
  25% {
    left: 100px;
    top: 0px;
  }
  50% {
    left: 100px;
    top: 100px;
  }
  75% {
    left: 0px;
    top: 200px;
  }
  100% {
    left: 0px;
    top: 0px;
  }
}
@keyframes moveShap2 {
  0% {
    right: 230px;
    top: 85px;
  }
  25% {
    right: 100px;
    top: 85px;
  }
  50% {
    right: 100px;
    top: 100px;
  }
  75% {
    right: 230px;
    top: 200px;
  }
  100% {
    right: 220px;
    top: 100px;
  }
}
/* Heartbeat frame*/
@-webkit-keyframes heartbeat {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes heartbeat {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
/* Rotation frame*/
@keyframes rotation {
  to {
    transform: rotate(360deg);
  }
}
/* pulseBig */
@keyframes pulseBig {
  0% {
    box-shadow: 0 0 0 0 #00aa55;
  }
  50% {
    box-shadow: 0 0 0 30px rgba(1, 93, 199, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}
/* pulseBig2 */
@keyframes pulseBig2 {
  0% {
    box-shadow: 0 0 0 0 #e5aa8f;
  }
  50% {
    box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}
/* pulseBig2 */
@keyframes pulseBig3 {
  0% {
    box-shadow: 0 0 0 0 #ffffff;
  }
  50% {
    box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}
/* pulseBig3 */
@keyframes pulseBig3 {
  0% {
    box-shadow: 0 0 0 0 #fff;
  }
  50% {
    box-shadow: 0 0 0 15px rgba(1, 93, 199, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}
/*--
    - Overlay
------------------------------------------*/
[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

/*-- Overlay Color --*/
[data-overlay="light"]::before {
  background-color: #ffffff;
}

[data-overlay="dark"]::before {
  background-color: #241e5e;
}

/*-- Overlay Opacity --*/
[data-opacity="1"]::before {
  opacity: 0.1;
}

[data-opacity="2"]::before {
  opacity: 0.2;
}

[data-opacity="3"]::before {
  opacity: 0.3;
}

[data-opacity="4"]::before {
  opacity: 0.4;
}

[data-opacity="5"]::before {
  opacity: 0.5;
}

[data-opacity="6"]::before {
  opacity: 0.6;
}

[data-opacity="7"]::before {
  opacity: 0.7;
}

[data-opacity="8"]::before {
  opacity: 0.8;
}

[data-opacity="9"]::before {
  opacity: 0.9;
}

.transparent-head-one {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 777;
}

.header-top-area .top-cta {
  position: relative;
  z-index: 1;
}
.header-top-area .top-cta span {
  color: #979b9d;
  font-size: 14px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  display: inline-block;
}
.header-top-area .top-cta span b {
  color: #ffffff;
}

.top__social a {
  color: #a7abac;
  font-size: 14px;
  line-height: 1;
  margin-left: 15px;
}
.top__social a:hover {
  color: #ffffff;
}

.head-top {
  position: relative;
}
.head-top::before {
  content: "";
  position: absolute;
  background: #4b4c4c;
  width: 630px;
  height: 25px;
  clip-path: polygon(0 0, 95% 0%, 100% 100%, 0% 100%);
  border-top-right-radius: 2px;
  left: 0;
  bottom: 0;
  z-index: 1;
}
@media only screen and (min-width: 1601px) and (max-width: 1800px) {
  .head-top::before {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .head-top::before {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .head-top::before {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .head-top::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .head-top::before {
    display: none;
  }
}

.main-header-area {
  position: relative;
  z-index: 111;
  left: 0;
  right: 0;
  padding: 10px 0 10px 0;
}
.main-header-area .logo-img img {
  max-width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-header-area {
    padding: 15px 15px 15px 15px;
  }
}
@media (max-width: 767px) {
  .main-header-area {
    padding: 15px 0 15px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .main-header-area {
    padding: 15px 15px 15px 15px;
  }
}

.main-menu {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-menu {
    margin: 0;
  }
}
.main-menu ul li {
  display: inline-block;
  position: relative;
  margin-right: 39px;
}
.main-menu ul li:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .main-menu ul li {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-menu ul li {
    margin-right: 45px;
  }
}
.main-menu ul li > a {
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  padding: 40px 0;
  display: inline-block;
  position: relative;
  font-weight: 700;
}
.main-menu ul li > a i {
  font-size: 12px;
}
.main-menu ul li > a i {
  font-size: 10px;
}
.main-menu ul li > a.active {
  color: #00aa55;
}
.main-menu ul li:hover > a {
  color: #00aa55;
}
.main-menu ul li:hover > a::before {
  right: 0;
  width: 100%;
}
.main-menu ul li ul.submenu {
  background: #3a3d3e none repeat scroll 0 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 119%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 240px;
  z-index: 9;
  border-top: 4px solid #00aa55;
  text-align: left;
  padding: 20px 0;
}
.main-menu ul li.menu-last ul.submenu {
  right: 0;
  left: auto;
}
.main-menu ul li ul.submenu li .submenu {
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.main-menu ul li.menu-last ul.submenu li .submenu {
  left: auto;
  right: 100%;
  top: 0;
}
.main-menu ul li ul.submenu li:hover > .submenu {
  opacity: 1;
  visibility: visible;
}
.main-menu ul li ul.submenu li {
  display: block;
  margin-right: 0;
}
.main-menu ul li ul.submenu li a {
  padding: 6px 30px;
  display: block;
  margin: 0;
  border: 0;
  color: #ffffff;
  line-height: 25px;
}
.main-menu ul li ul.submenu li:hover > a {
  color: #00aa55;
}
.main-menu ul li ul.submenu li a::before {
  display: none;
}
.main-menu ul li:hover .submenu {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .menu-01 ul li ul.submenu {
    left: -100px;
  }
}

.header-lang {
  position: relative;
  margin-left: 10px;
  display: inline-block;
}
.header-lang__icon span {
  color: #a7abac;
  font-size: 14px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  display: inline-block;
}
.header-lang__icon span i {
  font-size: 13px;
  padding-left: 3px;
}
.header-lang__list {
  background: #fff;
  padding: 10px;
  width: 150px;
  position: absolute;
  z-index: 999;
  top: 130%;
  right: auto;
  left: 0;
  border-top: 3px solid #00aa55;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.03);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  list-style: none;
}
.header-lang__list li a {
  display: block;
  text-align: left;
  color: #241e5e;
  font-size: 13px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  text-transform: none;
}
.header-lang:hover .header-lang__list {
  top: 120%;
  opacity: 1;
  visibility: visible;
}

.sticky {
  position: fixed;
  z-index: 999;
  width: 100%;
  background: #3a3d3e;
  top: 0;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
}
.sticky .logo {
  transform: translateY(2px);
}
.sticky .hamburger-menu {
  top: 17px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sticky .hamburger-menu {
    top: 35px;
  }
}

/* Hamburger-menu */
.hamburger-menu {
  display: inline-block;
}
.hamburger-menu > a {
  display: inline-block;
  font-size: 25px;
  color: #00aa55;
}

.side-mobile-menu {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .side-mobile-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  .side-mobile-menu {
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .side-mobile-menu {
    display: block;
  }
}

.offset-sidebar {
  display: block;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offset-sidebar {
    display: none;
  }
}
@media (max-width: 767px) {
  .offset-sidebar {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .offset-sidebar {
    display: none;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .main-menu-02 ul li {
    margin-right: 25px;
  }
}

.custom-container {
  max-width: 1550px;
  margin: 0 auto;
}

.main-header-two {
  padding: 3px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-header-two {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .main-header-two {
    padding: 15px;
  }
}
.main-header-two .logo-two {
  background: #00aa55;
  display: inline-block;
  padding: 25px 47px 30px 47px;
  position: absolute;
  top: -47px;
}
@media only screen and (min-width: 1601px) and (max-width: 1800px) {
  .main-header-two .logo-two {
    background: transparent;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .main-header-two .logo-two {
    background: transparent;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-header-two .logo-two {
    background: transparent;
    right: 15px;
  }
}
.main-header-two.sticky .logo-two {
  padding: 15px 0 0 0;
  background: transparent;
}

.top-cta-03 span {
  color: #b5b5b5;
  font-size: 14px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.top-cta-03 span:nth-child(1) {
  margin-right: 15px;
}

.top-nav__list li {
  display: inline-block;
  margin-left: 35px;
}
.top-nav__list li a {
  color: #b5b5b5;
  font-size: 14px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  display: inline-block;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .right-nav-03 .header-lang .header-lang__list {
    left: -20px;
  }
}
.right-nav-03 .header-lang .header-lang__icon span {
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  display: inline-block;
  background: #00aa55;
  padding: 15px 30px;
}

.main-header-area-03.sticky {
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-header-area-03 .main-bg-03 {
    background: none;
  }
}
@media (max-width: 767px) {
  .main-header-area-03 .main-bg-03 {
    background: none;
  }
}

.header-bottom-area .time-weather span {
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.header-bottom-area .time-weather span:nth-child(1) {
  margin-right: 30px;
}

.main-menu-03 ul > li {
  margin: 0;
  margin-left: 45px;
}
.main-menu-03 ul > li > a {
  color: #666;
  padding: 33px 0;
}
.main-menu-03 ul > li ul.submenu li {
  margin-left: 0;
}

.place ::placeholder {
  color: #80daad;
}
.place ::-webkit-placeholder {
  color: #80daad;
}
.place ::-moz-placeholder {
  color: #80daad;
}
.place__search {
  position: relative;
}
.place__search input:focus {
  box-shadow: none;
}
.place__search::before {
  content: "";
  position: absolute;
  font-family: "Font Awesome 5 pro";
  line-height: 1;
  color: white;
  font-size: 18px;
  left: 40px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
.place__search .form-control {
  border: 0;
  background: #00aa55;
  color: #80daad;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  border-radius: 0;
  padding: 0 70px;
  height: 80px;
}

.header-04 {
  position: relative;
}
.header-04::before {
  content: "";
  clip-path: polygon(0 0, 100% 0%, 99% 100%, 1% 100%);
  height: 45px;
  max-width: 1290px;
  background: #333637;
  left: 0;
  top: 0px;
  position: absolute;
  right: 0;
  margin: 0 auto;
}

.main-header-04 {
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-header-04 {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .main-header-04 {
    padding: 10px 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .main-menu-04 ul li {
    margin-right: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-menu-04 ul li {
    margin-right: 27px;
  }
}

.page-title-area {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  background-color: #3a3d3e;
  padding-top: 300px;
  padding-bottom: 185px;
}

.page-title-area::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 363px;
  left: 0;
  bottom: 0;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-title-area::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .page-title-area::before {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .page-title-area::before {
    display: none;
  }
}

.page-inner {
  padding-top: 0;
  position: relative;
  z-index: 3;
}

.page-inner .page-title {
  color: #ffffff;
  font-size: 70px;
  font-weight: 700;
  letter-spacing: -0.3px;
}
@media (max-width: 767px) {
  .page-inner .page-title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .page-inner .page-title {
    font-size: 45px;
  }
}

.breadcrumb {
  background: 0;
  justify-content: center;
  padding: 0;
}
.breadcrumb .breadcrumb-list li {
  display: inline-block;
  position: relative;
  padding: 0 12px;
  color: #c1c1c1;
}
.breadcrumb .breadcrumb-list li:first-child a {
  position: relative;
}
.breadcrumb .breadcrumb-list li::before {
  content: "";
  position: absolute;
  background: #6c7173;
  width: 3px;
  height: 14px;
  left: -1px;
  top: 6px;
  z-index: 1;
}
.breadcrumb .breadcrumb-list li:first-child::before {
  display: none;
}
.breadcrumb .breadcrumb-list li a {
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  display: inline-block;
}
.breadcrumb .breadcrumb-list li a.active {
  color: #00aa55;
}

.slide-bar {
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: -370px;
  width: 350px;
  padding: 25px 30px;
  height: 100%;
  display: block;
  background-color: #3a3d3e;
  z-index: 1020;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .slide-bar {
    width: 300px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slide-bar {
    width: 330px;
  }
}

.slide-bar.show {
  right: 0;
}

.open-mobile-menu {
  display: inline-block;
}
.open-mobile-menu a {
  display: block;
  width: 50px;
  height: 50px;
  background: #212121;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  margin-left: 20px;
  color: #fff;
}
.open-mobile-menu a:hover {
  background: #00aa55;
}
.open-mobile-menu a.active {
  background: #00aa55;
}

.close-mobile-menu a {
  color: #ffffff;
  position: relative;
  z-index: 2;
  font-size: 16px;
  top: -10px;
  left: 0;
}
.close-mobile-menu a:hover {
  color: #ff0000;
}

.on-side {
  overflow: hidden;
}

.body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1010;
  left: 0;
  opacity: 0;
  display: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.body-overlay.active {
  opacity: 1;
  display: block;
}

.side-mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.side-mobile-menu ul li a {
  padding: 13px 0;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.side-mobile-menu ul li a:hover {
  color: #00aa55;
  padding-left: 5px;
}
.side-mobile-menu ul li a[aria-expanded="true"] {
  color: #00aa55;
}
.side-mobile-menu ul li a[aria-expanded="true"]:before {
  background: #00aa55;
  border-color: #00aa55;
}
.side-mobile-menu ul li ul {
  padding-left: 0;
  list-style: none;
}
.side-mobile-menu ul li ul li {
  padding-left: 15px;
}
.side-mobile-menu ul li ul li:hover > a {
  color: #00aa55;
  padding-left: 20px;
}
.side-mobile-menu ul li ul li:hover > a:before {
  background: #00aa55;
  border-color: #00aa55;
}
.side-mobile-menu ul li ul li a {
  position: relative;
  padding-left: 15px;
  text-transform: capitalize;
  font-size: 16px;
}
.side-mobile-menu ul li ul li a:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #ffffff;
  border-radius: 50%;
}
.side-mobile-menu ul li ul li a[aria-expanded="true"] {
  padding-left: 20px;
}
.side-mobile-menu ul li.has-children > a::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-width: 2px 0 0 2px;
  border-style: solid;
  border-color: initial;
  right: 16px;
  top: 50%;
  -webkit-transform: rotate(-134deg) translateY(-50%);
  transform: rotate(-134deg) translateY(-50%);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition: all 0.3s ease-out;
}
.side-mobile-menu ul li.has-children a[aria-expanded="true"]::after {
  -webkit-transform: rotate(135deg) translateY(-50%);
  transform: rotate(135deg) translateY(-50%);
}

.offset-widget.offset-logo {
  border-bottom: 1px solid #eeecec;
  padding-bottom: 20px;
}
.offset-widget .info-widget .offset-title {
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
}
.offset-widget .info-widget p {
  color: #ffffff;
}
.offset-widget .info-widget.info-widget2 p {
  margin-bottom: 15px;
}
.offset-widget .info-widget.info-widget2 p i {
  margin-right: 7px;
  color: #ffffff;
}

/* Menu Search
-------------------------------------------------------*/
.header-2-icon {
  color: #ffffff;
}

.nav-search.search-trigger.header-2-icon {
  color: #ffffff;
  display: inline-block;
}

.nav-search {
  position: relative;
  display: block;
  color: inherit;
}

.nav-search:hover {
  color: inherit;
}

.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 121;
  background: rgba(0, 0, 0, 0.9);
}

.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.search-wrap .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  animation: slideInUp 0.3s;
}

.search-wrap .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: uppercase;
  background: transparent;
  font-size: 25px;
  color: #fff;
  border-bottom: 2px solid #898989;
  text-align: center;
  letter-spacing: 2px;
}

.search-wrap input.form-control,
.search-wrap input.form-control:focus {
  background-color: #fff;
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
input.main-search-input::-webkit-input-placeholder {
  color: #fff;
  font-size: 25px;
}

input.main-search-input:-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-size: 25px;
}

input.main-search-input::-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-size: 25px;
}

input.main-search-input:-ms-input-placeholder {
  color: #fff;
  font-size: 25px;
}

.search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

.single-slider {
  position: relative;
}
.single-slider::before {
  content: "";
  background: #3a3d3e;
  opacity: 0.9;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.slider-height {
  min-height: 900px;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  background-position: center;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider-height {
    min-height: 750px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-height {
    min-height: 700px;
  }
}
@media (max-width: 767px) {
  .slider-height {
    min-height: 650px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-height {
    min-height: 550px;
  }
}

@media (max-width: 767px) {
  .btn-list.mb-45 {
    margin-bottom: 20px;
  }
}

.slider__content {
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .slider__content {
    padding-top: 0px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__content {
    padding-right: 0;
  }
}
.slider__content .sub-title {
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  display: inline-block;
}
.slider__content .main-title {
  color: #ffffff;
  font-size: 60px;
  line-height: 1.1;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: -0.3px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider__content .main-title {
    font-size: 49px;
  }
}
@media (max-width: 767px) {
  .slider__content .main-title {
    font-size: 28px;
  }
  .section-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__content .main-title {
    font-size: 40px;
  }
  .section-title {
    font-size: 35px;
  }
}
.slider__content .sub-title2 {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
}
.slider__content .btn-list {
  position: relative;
  z-index: 3;
}
.slider__content .btn-list li {
  display: inline-block;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .slider__content .btn-list li {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__content .btn-list li {
    margin-bottom: 10px;
  }
}
.slider__content .time-weather span {
  color: #ffffff;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-right: 25px;
}

.slider-one-content {
  margin-top: -80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-one-content {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .slider-one-content {
    margin-top: 50px;
  }
}

.slider-area {
  position: relative;
}
.slider-area .slider-hero-img {
  z-index: 1;
}
.slider-area .slick-slider button {
  opacity: 0;
  visibility: hidden;
  background: transparent;
  border: 0;
  font-size: 20px;
  position: absolute;
  top: 50%;
  z-index: 5;
  color: #00aa55;
  border: 2px solid #00aa55;
  width: 50px;
  height: 50px;
  display: inline-block;
  left: 100px;
  text-align: center;
  line-height: 47px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider-area .slick-slider button {
    left: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area .slick-slider button {
    left: 50px;
  }
}
@media (max-width: 767px) {
  .slider-area .slick-slider button {
    left: 50px;
  }
}
.slider-area .slick-slider button.slick-next {
  left: auto;
  right: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider-area .slick-slider button.slick-next {
    right: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area .slick-slider button.slick-next {
    right: 50px;
  }
}
@media (max-width: 767px) {
  .slider-area .slick-slider button.slick-next {
    right: 50px;
  }
}
.slider-area:hover .slick-slider button {
  opacity: 1;
  visibility: visible;
}

.slider-area-02 .slider-hero-img {
  position: absolute;
  right: 0;
  bottom: -5px;
  width: 61%;
  height: auto;
  z-index: 1;
  background-repeat: no-repeat;
}
.slider-area-02 .slider-height-02 {
  min-height: 685px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider-area-02 .slider-height-02 {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .slider-area-02 .slider-height-02 {
    min-height: 550px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-area-02 .slider-height-02 {
    min-height: 550px;
  }
}
.slider-area-02 .slider-height-02::before {
  display: none;
}

.slider__content_02 {
  padding-top: 105px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider__content_02 {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .slider__content_02 {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__content_02 {
    padding-top: 20px;
  }
}
.slider__content_02 .main-title {
  font-size: 72px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .slider__content_02 .main-title {
    font-size: 45px;
  }
}

.extra_info .close_icon {
  color: #fff;
  background: #00aa55;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 40px;
}

.slider-toltip {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  background: white;
  max-width: 500px;
  padding: 20px 40px 20px 20px;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-toltip {
    bottom: -10px;
  }
}
.slider-toltip .slide-title {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
}
.slider-toltip--meta span {
  color: #b5b5b5;
  font-size: 12px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.slider-toltip--meta span:nth-child(1) {
  margin-right: 10px;
}
.slider-toltip--meta span:nth-child(2) {
  color: #00aa55;
}

.video-area-03 {
  position: absolute;
  right: 343px;
  top: 43%;
  z-index: 5;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .video-area-03 {
    right: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-area-03 {
    right: 100px;
    top: 61%;
  }
}
.video-area-03 .video-area .video-border {
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background-color: rgba(58, 61, 62, 0);
  width: 104px;
  height: 104px;
  display: inline-block;
  line-height: 104px;
  animation: none;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.video-area-03 .video-area .video-border:hover {
  background: #00aa55;
  border-color: #00aa55;
}
.video-area-03 .video-area .video-border i {
  font-size: 16px;
}
.video-area-03 .video-area .video-border::before {
  position: absolute;
  content: "";
  border: 2px solid #5f6161;
  border-radius: 50%;
  background-color: rgba(0, 170, 85, 0);
  opacity: 0.5;
  position: absolute;
  left: -33px;
  top: -33px;
  width: 166px;
  height: 166px;
  z-index: 1;
}
.video-area-03 .video-area .video-border::after {
  display: none;
}

.slider-area-04::before {
  content: "";
  position: absolute;
  background: url(../img/slider/palace-bg1.png) no-repeat;
  width: 100%;
  height: 363px;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.slider-area-04 .single-slider::before {
  display: none;
}
.slider-area-04 .slider-height {
  height: 847px;
  max-width: 1507px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .slider-area-04 .slider-height {
    height: 550px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-area-04 .slider-height {
    height: 550px;
  }
}

@media (max-width: 767px) {
  .slider__content__04 {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__content__04 {
    padding-top: 80px;
  }
}
.slider__content__04 .left_line::after {
  content: "";
  position: absolute;
  background: #00aa55;
  right: 0;
  top: 9px;
  width: 40px;
  height: 2px;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.service-area {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-area .section-title {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .service-area .section-title {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-area .section-title {
    margin-left: 20px;
  }
}
.service-area::before {
  content: "";
  position: absolute;
  background: #f9f9f9;
  left: 0;
  top: 100px;
  width: 100%;
  height: 885px;
}
.service-area .service-bg {
  position: relative;
  margin-top: -100px;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-area .service-bg {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .service-area .service-bg {
    margin-top: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-area .service-bg {
    margin-top: 0;
  }
}

.experiences {
  background-color: #ffffff;
  box-shadow: 0px 16px 32px 0px rgba(56, 65, 63, 0.06);
  display: inline-block;
  padding: 30px 40px;
  margin: 0 auto;
  position: relative;
}
.experiences::before {
  content: "";
  position: absolute;
  background: #00aa55;
  height: 100px;
  width: 17px;
  left: -16px;
  top: 28px;
}
.experiences__text {
  color: #3a3d3e;
  font-size: 60px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 0;
}
.experiences__text span {
  color: #00aa55;
  font-size: 16px;
}
.experiences__text__02 {
  color: #37423f;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.services__list li {
  display: inline-block;
}
.services__list li .service-btn {
  color: #3a3d3e;
  font-size: 20px;
  line-height: 80px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  background: #ffffff;
  box-shadow: 0px 16px 32px 0px rgba(56, 65, 63, 0.04);
  text-align: center;
  width: 310px;
  height: 80px;
  display: inline-block;
  margin: 5px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .services__list li .service-btn {
    max-width: 295px;
  }
}
@media (max-width: 767px) {
  .services__list li .service-btn {
    max-width: 295px;
  }
}
.services__list li .service-btn i {
  color: #00aa55;
  font-size: 24px;
  margin-right: 25px;
}
.services__list li .service-btn:hover {
  color: #ffffff;
  background: #00aa55;
  box-shadow: 0px 16px 32px 0px rgba(1, 169, 85, 0.2);
}
.services__list li .service-btn:hover i {
  color: #ffffff;
}

.gallery__img {
  overflow: hidden;
}
.gallery__img img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.gallery__text {
  padding: 20px 60px 16px 60px;
  background-color: #ffffff;
  box-shadow: 0px 16px 32px 0px rgba(56, 65, 63, 0.04);
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .gallery__text {
    padding: 20px 20px 16px 20px;
  }
}
@media (max-width: 767px) {
  .gallery__text {
    padding: 20px 20px 16px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gallery__text {
    padding: 20px 20px 16px 20px;
  }
}
.gallery__text .gallery-title {
  color: #3a3d3e;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  display: inline-block;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.gallery__text .more_btn {
  background: #f9f9f9;
  display: inline-block;
  padding: 9px 13px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.gallery__text .more_btn i {
  color: #3a3d3e;
  font-size: 16px;
  line-height: 1;
}
.gallery:hover .gallery__img img {
  transform: scale(1.1);
}
.gallery:hover .gallery-title {
  color: #00aa55;
}
.gallery:hover .more_btn {
  background: #00aa55;
}
.gallery:hover .more_btn i {
  color: #ffffff;
}

.counter-area {
  position: relative;
}
.counter-area .counter-bg {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 50px;
  padding-bottom: 42px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-area .counter-bg {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .counter-area .counter-bg {
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .counter-area .counter-bg {
    padding-top: 0;
  }
}
.counter-area .counter-bg-04 {
  position: relative;
  margin-bottom: -105px;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .counters {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .counters {
    margin-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .counters {
    margin-left: 0;
  }
}
.counters__icon i {
  font-size: 52px;
  color: #00aa55;
  line-height: 1;
}
.counters__content h1 {
  font-size: 18px;
}
.counters__content h1 span {
  color: #3a3d3e;
  font-size: 48px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.counters__content h1 b {
  color: #3a3d3e;
  font-size: 48px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.counters__content h6 {
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  color: #666;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .counters__content h6 {
    font-size: 16px;
  }
}

.app-download-area {
  height: 546px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .app-download-area {
    height: 700px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .app-download-area {
    height: 700px;
  }
}
.app-download-area::before {
  content: "";
  position: absolute;
  background: #3a3d3e;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .app-download-area .app-wrapper {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .app-download-area .app-wrapper {
    padding-top: 100px;
  }
}

.app_list li {
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .app_list li {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .app_list li {
    margin-bottom: 10px;
  }
}
.app_list li a {
  color: #ffffff;
  background: transparent;
  border: 2px solid #4e5152;
  padding: 18px 40px;
  display: inline-block;
}
.app_list li a i {
  margin-right: 10px;
  margin-left: 0;
  font-size: 20px;
}
.app_list li a:hover {
  color: #ffffff;
  background: #00aa55;
  border-color: #00aa55;
}
.app_list li a:hover i {
  transform: translateX(0);
}

.video-area {
  margin-top: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .video-area {
    padding-top: 50px;
    text-align: center !important;
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .video-area {
    padding-top: 50px;
    text-align: center !important;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-area {
    padding-top: 50px;
    text-align: center !important;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .video-area {
    padding-top: 50px;
    text-align: center !important;
    margin-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .video-area {
    padding-top: 50px;
    text-align: center !important;
    margin-right: 0;
  }
}
.video-area .video-border {
  animation: pulseBig infinite 4s linear;
  position: relative;
}
.video-area .video-border::before {
  position: absolute;
  content: "";
  border: 2px solid #ffffff;
  border-radius: 50%;
  background-color: rgba(0, 170, 85, 0);
  opacity: 0.1;
  position: absolute;
  left: -28px;
  top: -28px;
  width: 177px;
  height: 177px;
  z-index: 1;
}
.video-area .video-border::after {
  position: absolute;
  content: "";
  border: 2px solid #ffffff;
  border-radius: 50%;
  background-color: rgba(0, 170, 85, 0);
  opacity: 0.1;
  position: absolute;
  left: -54px;
  top: -54px;
  width: 226px;
  height: 226px;
  z-index: 1;
}

.brand-bg {
  box-shadow: 0px 16px 32px 0px rgba(58, 61, 62, 0.04);
  padding: 50px 60px 50px 60px;
  position: relative;
  margin-top: -80px;
  z-index: 1;
}
@media (max-width: 767px) {
  .brand-bg {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .brand-bg {
    margin-top: 30px;
  }
}
.brand-bg .brand-slide {
  text-align: center;
}
.brand-bg .brand-slide .brand-img {
  display: inline-block;
  text-align: center;
}
.brand-bg .brand-slide .brand-img a img {
  width: 100%;
}

.explore-area {
  position: relative;
}
.explore-area::before {
  content: "";
  position: absolute;
  background: url(../img/service/service-bg2.png);
  max-width: 1130px;
  height: 629px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 40px;
}
.explore-area .theme-border .left_line {
  display: inline-block;
}
.explore-area .theme-border .left_line::before {
  left: 67px;
}
.explore-area .theme-border .left_line::after {
  right: 67px;
}

.services-02__icon {
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  width: 130px;
  height: 130px;
  display: inline-block;
  margin: 0 auto 55px auto;
  position: relative;
}
.services-02__icon::before {
  content: "";
  border: 2px solid #00aa55;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0);
  position: absolute;
  left: -32px;
  top: -32px;
  width: 194px;
  height: 194px;
  transform: scale(0);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
@media (max-width: 767px) {
  .services-02__icon::before {
    transform: scale(1);
  }
}
.services-02__icon i {
  color: #00aa55;
  font-size: 60px;
  line-height: 130px;
}
.services-02:hover .services-02__icon::before {
  transform: scale(1);
}

.semi-title {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 500;
}

.video-area-02 {
  width: 100%;
  height: 704px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .video-area-02 {
    height: 524px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .video-area-02 {
    height: 524px;
  }
}
.video-area-02 .video-area .video-border::before {
  border: 2px solid #5f6161;
}
.video-area-02 .video-area .video-border::after {
  border: 2px solid #5f6161;
}

.brand-area-02 .custom-container-02 {
  max-width: 1430px;
  margin: 0 auto;
}
.brand-area-02 .brand-border {
  border-bottom: 2px solid #f2f2f2;
}
.brand-area-02 .brand-slide {
  text-align: center;
}
.brand-area-02 .brand-slide .brand-img {
  display: inline-block;
  text-align: center;
}
.brand-area-02 .brand-slide .brand-img a img {
  width: 100%;
}

.services-area-03 .services-bg {
  position: relative;
  margin-top: -85px;
  box-shadow: 0px 8px 16px 0px rgba(102, 102, 102, 0.06);
}
@media (max-width: 767px) {
  .services-area-03 .services-bg {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services-area-03 .services-bg {
    margin-top: 30px;
  }
}

.services-03__icon i {
  font-size: 60px;
  color: #00aa55;
  line-height: 1;
}
.services-03__content h6 {
  font-size: 16px;
  font-weight: 700;
}

.category-area .theme-border .left_line::before {
  left: 285px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category-area .theme-border .left_line::before {
    left: 240px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category-area .theme-border .left_line::before {
    left: 215px;
  }
}
@media (max-width: 767px) {
  .category-area .theme-border .left_line::before {
    left: 210px;
  }
}
.category-area .theme-border .left_line::after {
  right: 285px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category-area .theme-border .left_line::after {
    right: 240px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category-area .theme-border .left_line::after {
    right: 215px;
  }
}
@media (max-width: 767px) {
  .category-area .theme-border .left_line::after {
    right: 210px;
  }
}

.catagory-list li {
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  list-style: none;
}
.catagory-list li:nth-child(1) {
  margin-right: 30px;
}
.catagory-list li:nth-child(3) {
  margin-right: 30px;
}
.catagory-list li:nth-child(5) {
  margin-right: 30px;
}
.catagory-list li:nth-child(2) {
  margin-left: 40px;
}
.catagory-list li:nth-child(4) {
  margin-left: 40px;
}
.catagory-list li a {
  color: #3a3d3e;
  font-size: 20px;
  line-height: 1.3;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  background: #ffffff;
  letter-spacing: -0.3px;
  display: block;
  box-shadow: 0px 16px 32px 0px rgba(58, 61, 62, 0.06);
  padding: 25px 30px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .catagory-list li a {
    font-size: 17px;
    padding: 25px 15px;
  }
}
@media (max-width: 767px) {
  .catagory-list li a {
    font-size: 16px;
    padding: 25px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .catagory-list li a {
    font-size: 16px;
    padding: 25px 20px;
  }
}
.catagory-list li a i {
  font-size: 20px;
  line-height: 1;
}
.catagory-list li:hover:nth-child(1) {
  margin-right: 20px;
}
.catagory-list li:hover:nth-child(3) {
  margin-right: 20px;
}
.catagory-list li:hover:nth-child(5) {
  margin-right: 20px;
}
.catagory-list li:hover:nth-child(2) {
  margin-left: 30px;
}
.catagory-list li:hover:nth-child(4) {
  margin-left: 30px;
}
.catagory-list li:hover a {
  color: #ffffff;
  background: #00aa55;
  box-shadow: 0px 16px 32px 0px rgba(0, 170, 85, 0.1);
}
@media (max-width: 767px) {
  .catagory-list li:hover a i {
    display: none;
  }
}

.category-list-02 li:nth-child(1) {
  margin-left: 30px;
}
.category-list-02 li:nth-child(3) {
  margin-left: 30px;
}
.category-list-02 li:nth-child(5) {
  margin-left: 30px;
}
.category-list-02 li:nth-child(2) {
  margin-right: 40px;
}
.category-list-02 li:nth-child(4) {
  margin-right: 40px;
}
.category-list-02 li:hover:nth-child(1) {
  margin-left: 20px;
}
.category-list-02 li:hover:nth-child(3) {
  margin-left: 20px;
}
.category-list-02 li:hover:nth-child(5) {
  margin-left: 20px;
}
.category-list-02 li:hover:nth-child(2) {
  margin-right: 30px;
}
.category-list-02 li:hover:nth-child(4) {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .category-list-02 li:hover a i {
    display: none;
  }
}

.services-thumbs {
  position: relative;
}
.services-thumbs::before {
  content: "";
  border-radius: 50%;
  background: #00aa55;
  position: absolute;
  left: 0;
  bottom: 86px;
  width: 325px;
  height: 325px;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .services-thumbs::before {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services-thumbs::before {
    display: none;
  }
}
.services-thumbs::after {
  content: "";
  border: 2px solid #4c4f4f;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0);
  opacity: 0.04;
  position: absolute;
  left: -35px;
  top: 87px;
  width: 474px;
  height: 474px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .services-thumbs::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .services-thumbs::after {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services-thumbs::after {
    display: none;
  }
}
.services-thumbs__img {
  position: relative;
  z-index: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .services-thumbs__img img {
    width: 100%;
    margin-bottom: 30px;
  }
}

.brand-area-03 .brand-bg {
  margin-top: 0;
}

.services-04 {
  border: 2px solid #f8f8f8;
  padding: 45px 50px 50px 50px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-04 {
    padding: 45px 25px 50px 25px;
  }
}
@media (max-width: 767px) {
  .services-04 {
    padding: 45px 25px 50px 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services-04 {
    padding: 45px 15px 50px 15px;
  }
}
.services-04::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 48px 48px 48px 48px;
  border-color: transparent #f8f8f8 #f8f8f8 transparent;
  right: 10px;
  bottom: 10px;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-04__icon {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .services-04__icon {
    margin-bottom: 20px;
  }
}
.services-04__icon i {
  font-size: 58px;
  color: #00aa55;
  line-height: 100px;
  background: #ffffff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.services-04__text .semi-title {
  letter-spacing: -0.3px;
}
.services-04__text .more_btn3 {
  color: #666;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  border: 2px solid #f8f8f8;
  padding: 20px 39px;
  display: inline-block;
  line-height: 1;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.services-04:hover {
  background: #ffffff;
  box-shadow: 0px 16px 32px 0px rgba(102, 102, 102, 0.06);
}
.services-04:hover::before {
  border-color: transparent #00aa55 #00aa55 transparent;
}
.services-04:hover .more_btn3 {
  color: #ffffff;
  background: #00aa55;
  border-color: #00aa55;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .app-wrapper-02 {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .app-wrapper-02 {
    padding-right: 0;
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .app-wrapper-02 {
    padding-right: 0;
    margin-top: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .app-wrapper-02 {
    padding-right: 0;
    margin-top: 100px;
  }
}
.app-wrapper-02 .section-title-02 .left_line::before {
  background: #ffffff;
}
.app-wrapper-02 .section-title-02 .feat-title {
  color: #ffffff;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .app-download-area-02 .app-img img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .app-download-area-02 .app-img img {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .app-download-area-02 .app-img img {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .app_list_02 li {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .app_list_02 li {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .app_list_02 li {
    margin-bottom: 10px;
  }
}
.app_list_02 li a {
  background: #00954a;
  border-color: transparent;
  padding: 13px 40px;
}
.app_list_02 li a span {
  font-size: 14px;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  display: inline-block;
  width: 110px;
}
.app_list_02 li a span b {
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
}
.app_list_02 li a i {
  font-size: 30px;
  line-height: 1;
  margin-right: 20px;
}
.app_list_02 li a:hover {
  border-color: #00954a;
}

.brand-area-04 .brand-bg {
  margin-top: 0;
  margin-bottom: -80px;
}

.services-05__img {
  overflow: hidden;
}
.services-05__img img {
  width: 100%;
  display: inline-block;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.services-05__content {
  padding: 40px 40px 30px 40px;
  z-index: 1;
  bottom: 0;
  width: 100%;
  transform: translateY(57%);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-size: cover;
  background-repeat: no-repeat;
}
.services-05__icon {
  background: white;
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
  animation: pulseBig3 infinite 4s linear;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .services-05__icon {
    right: -20px;
  }
}
.services-05__icon i {
  font-size: 35px;
  color: #00aa55;
  line-height: 80px;
}
.services-05:hover .services-05__img img {
  transform: scale(1.1);
}
.services-05:hover .services-05__content {
  transform: translateY(0);
}

.services-title h6 {
  color: #ffffff;
  font-size: 14px;
}
.services-title h6.left_line::before {
  background-color: #ffffff;
}
.services-title h4 {
  color: #ffffff;
  font-size: 24px;
}

.services-05-list li a {
  color: #ffffff;
  font-size: 16px;
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.services-05-list li a::before {
  content: "";
  position: absolute;
  font-family: "Font Awesome 5 pro";
  color: #4bca8a;
  font-size: 16px;
  right: 0;
  top: 2px;
  z-index: 1;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.services-wrap-content__title h4 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.3px;
}
.services-wrap-content__text h5 {
  color: #777777;
  line-height: 1.3;
}
.services-wrap-content__text h5 a {
  color: #00aa55 !important;
  text-decoration: underline;
}
.services-wrap-content__thumb img {
  width: 100%;
}

.features-03 {
  background: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.04);
  padding: 30px 35px 25px 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .features-03 {
    padding: 30px 15px 25px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-03 {
    padding: 30px 15px 25px 15px;
  }
}
@media (max-width: 767px) {
  .features-03 {
    padding: 30px 15px 25px 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .features-03__icon {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-03__icon {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .features-03__icon {
    margin-right: 10px;
  }
}
.features-03__icon i {
  color: #00aa55;
  font-size: 60px;
}
.features-03__content h5 {
  font-weight: 700;
  margin-bottom: 13px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .services-details-list {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-details-list {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .services-details-list {
    padding-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services-details-list {
    padding-left: 0;
  }
}
.services-details-list h4 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.3px;
}
.services-details-list .blog-details__list li {
  float: left;
  width: 50%;
  list-style: none;
}
.services-details-list .blog-details__list li a {
  color: #777777;
  font-weight: 700;
  margin-bottom: 7px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .services-details-list .blog-details__list li a {
    font-size: 12px;
    padding-left: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-details-list .blog-details__list li a {
    font-size: 12px;
    padding-left: 17px;
  }
}
@media (max-width: 767px) {
  .services-details-list .blog-details__list li a {
    font-size: 12px;
    padding-left: 17px;
  }
}
.services-details-list .blog-details__list li a::before {
  color: #00aa55;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-right-area {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .services-right-area {
    padding-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services-right-area {
    padding-left: 0;
  }
}

.widget .widget-title {
  padding-bottom: 10px;
  margin-bottom: 25px;
  font-weight: 700;
  border-bottom: 1px solid #ededed;
  display: block;
}

.widget-list li a {
  color: #777777;
  margin-bottom: 15px;
  display: block;
  position: relative;
  padding-left: 40px;
}
.widget-list li a i {
  color: #00aa55;
}
.widget-list li a::before {
  content: "";
  position: absolute;
  font-size: 16px;
  font-family: "Font Awesome 5 pro";
  line-height: 1;
  color: #00aa55;
  font-size: 16px;
  left: 0;
  top: 6px;
  z-index: 1;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  display: none;
}

.services-right-area ul.widget-list li {
  border-bottom: 0;
  font-size: 14px;
  padding: 0;
}
.services-right-area ul.widget-list li a {
  display: block;
  font-size: 16px;
  margin-bottom: 20px;
}

.widget-list li:nth-child(2) a::before {
  content: "";
}
.widget-list li:nth-child(3) a::before {
  content: "";
}
.widget-list li:nth-child(4) a::before {
  content: "";
}
.widget-list li:nth-child(5) a {
  margin-bottom: 0;
}
.widget-list li:nth-child(5) a::before {
  content: "";
}

.address-list li:nth-child(3) a {
  margin-bottom: 0;
}
.address-list li a {
  font-size: 14px;
  color: #777777;
  margin-bottom: 12px;
  display: inline-block;
}
.address-list li a span {
  color: #3a3d3e;
  font-weight: 700;
  margin-left: 5px;
}

.portfolio-area {
  position: relative;
}
.portfolio-area::before {
  content: "";
  position: absolute;
  background: url(../img/portfolio/map-bg1.png) no-repeat right;
  width: 504px;
  height: 575px;
  right: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .portfolio-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .portfolio-wrapper {
    padding-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .portfolio-wrapper {
    padding-left: 0;
  }
}

.portfolio__img--mayor {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.portfolio__img--sign {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
}
.portfolio__content h6 {
  color: #666;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

.nav-tabs {
  border: 0;
}
.nav-tabs .nav-link {
  color: #3a3d3e;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  background: #f6f6f6;
  border: 0;
  padding: 0;
  padding: 23px 35px 23px 27px;
  margin-right: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .nav-tabs .nav-link {
    padding: 23px 20px 23px 20px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .nav-tabs .nav-link {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nav-tabs .nav-link {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.nav-tabs .nav-link .box-btn {
  background-color: #ffffff;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
}
.nav-tabs .nav-link.active {
  background: #ffffff;
  box-shadow: 0px 16px 32px 0px rgba(58, 61, 62, 0.06);
}
.nav-tabs .nav-link.active .box-btn {
  background-color: #00aa55;
}

@media (max-width: 767px) {
  .portfolio-wrapper-02 {
    margin-bottom: 100px;
  }
}

.portfolio-02 {
  position: relative;
}
.portfolio-02__img {
  margin-right: -64px;
  margin-left: 277px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .portfolio-02__img img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-02__img {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .portfolio-02__img {
    margin-right: 0;
    margin-left: 0;
  }
}
.portfolio-02__toltip {
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  width: 371px;
  padding: 40px 0 35px 40px;
  position: absolute;
  bottom: 145px;
  left: 0;
  animation: float-bob-y infinite 4s linear;
}
.portfolio-02__toltip span {
  display: inline-block;
}
.portfolio-02__toltip span i {
  color: #00aa55;
  font-size: 85px;
  line-height: 1;
}
.portfolio-02__toltip .toltip-title-02 {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 400;
}
.portfolio-02__toltip p {
  color: #00aa55;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-area-02 .portfolio__img--04 img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area-02 .portfolio__img--04 img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .about-area-02 .portfolio__img--04 img {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-area-02 .portfolio__img--04 img {
    width: 100%;
  }
}
.quote-about {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.04);
  padding: 30px;
  position: relative;
}
.quote-about::before {
  content: "\f10e";
  position: static;
  font-family: "Font Awesome 5 Pro";
  font-size: 45px;
  color: #e1e1e1;
  line-height: 1;
  display: inline-block;
  position: absolute;
  right: 25px;
  bottom: 15px;
  font-weight: 300;
}
.quote-about span {
  color: #777;
  font-size: 17px;
  line-height: 1.3;
  display: inline-block;
}
.quote-about h6 {
  margin-top: 14px;
  margin-bottom: 0;
  color: #3a3d3e;
}
.quote-about h6 span {
  color: #00aa55;
}
@media (max-width: 767px) {
  .porfolio-wrapper-02 {
    padding-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .porfolio-wrapper-02 {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .porfolio-wrapper-02 .portfolio {
    padding-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .porfolio-wrapper-02 .portfolio {
    padding-right: 0;
  }
}

.portfolio__query .hotline p {
  font-weight: 500;
}
.portfolio__query .hotline h3 {
  color: #00aa55;
  font-size: 30px;
}

.author .author__desig p {
  font-weight: 500;
}
.author .author__desig h3 {
  font-size: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-04__img--thumb img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .portfolio-04__img--thumb img {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .portfolio-04__img--thumb img {
    width: 100%;
  }
}
.portfolio-04__img--sign {
  position: absolute;
  top: 100px;
  right: 55px;
}
.portfolio-04__img--thimb2 {
  position: absolute;
  bottom: -90px;
  right: 50px;
  border: 10px solid #ffffff;
}

.portfolio-wrapper-04 .feat-title {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  display: inline-block;
  color: #666;
}

.service_list li {
  width: 50%;
  float: left;
  margin-bottom: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .service_list li {
    width: 100%;
    float: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service_list li {
    width: 100%;
    float: none;
  }
}
.service_list li a {
  color: #3a3d3e;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .service_list li a {
    font-size: 15px;
  }
}
.service_list li a i {
  color: #00aa55;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  width: 50px;
  height: 50px;
  background: #f8f8f8;
  margin-right: 20px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .service_list li a i {
    margin-right: 2px;
  }
}
.service_list li a:hover i {
  color: #ffffff;
  background: #00aa55;
}

.team-portfolio .mayor__img {
  position: relative;
  z-index: 3;
}
.team-portfolio .mayor__img img {
  width: 100%;
}

.portfolis__wrapper {
  position: relative;
}
.portfolis__wrapper::before {
  content: "";
  background: white;
  box-shadow: 0px 16px 32px 0px rgba(7, 28, 31, 0.06);
  position: absolute;
  left: -170px;
  top: -50px;
  width: 900px;
  height: 500px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .portfolis__wrapper::before {
    width: 790px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .portfolis__wrapper::before {
    width: 690px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolis__wrapper::before {
    width: 590px;
  }
}
@media (max-width: 767px) {
  .portfolis__wrapper::before {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .portfolis__wrapper::before {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolis {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .portfolis {
    padding-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .portfolis {
    padding-left: 0;
  }
}
.portfolis .section-title span {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1.3;
  color: #666;
}
.portfolis__contact li {
  margin-bottom: 15px;
  list-style: none;
}
.portfolis__contact li a {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  color: #666;
}
.portfolis__contact li a i {
  color: #00aa55;
  font-size: 18px;
  line-height: 50px;
  background: #f8f8f8;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  margin-right: 20px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.portfolis__contact li a:hover i {
  color: #ffffff;
  background: #00aa55;
}
.portfolis__signature {
  position: absolute;
  right: -280px;
  top: 85px;
  animation: float-bob-y infinite 4s linear;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .portfolis__signature {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .portfolis__signature {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolis__signature {
    display: none;
  }
}
@media (max-width: 767px) {
  .portfolis__signature {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .portfolis__signature {
    display: none;
  }
}

.biographs-title {
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
}

.biographs h3 {
  border-bottom: 2px solid #f1f1f1;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.biographs__content span {
  color: #666;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 17px;
}
.biographs__content span b {
  color: #3a3d3e;
}

.skill .biographs-title {
  border-bottom: 2px solid #f1f1f1;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.skill__box .biographs-title {
  border-bottom: none;
}
.skill__box h3 {
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
.skill__box h3 span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #00aa55;
}
.skill__box h6 {
  font-size: 14px;
  font-weight: 700;
}
.skill__box .chart1 {
  position: relative;
  display: inline-block;
}

.experiences-02 .biographs-title {
  border-bottom: 2px solid #f1f1f1;
  padding-bottom: 13px;
  margin-bottom: 40px;
}
.experiences-02__details--box span {
  color: #ffffff;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1;
  background: #00aa55;
  padding: 14px 18px;
  display: inline-block;
}
.experiences-02__details--box h6 {
  font-size: 20px;
  font-weight: 700;
}
.experiences-02__details--box .qualitiy__list li {
  color: #666;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 10px;
  list-style: none;
}
.experiences-02__details--box .qualitiy__list li i {
  color: #3a3d3e;
  font-size: 14px;
  line-height: 1;
  margin-right: 15px;
}

.events-routine-area {
  margin-top: -80px;
}
.events-routine-area .theme-border .left_line::before {
  left: 135px;
}
.events-routine-area .theme-border .left_line::after {
  right: 135px;
}

.theme-border .left_line::before {
  left: 93px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .theme-border .left_line::before {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .theme-border .left_line::before {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .theme-border .left_line::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .theme-border .left_line::before {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .theme-border .left_line::before {
    display: none;
  }
}
.theme-border .left_line::after {
  content: "";
  position: absolute;
  background: #00aa55;
  right: 0;
  top: 9px;
  width: 40px;
  height: 2px;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .theme-border .left_line::after {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .theme-border .left_line::after {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .theme-border .left_line::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .theme-border .left_line::after {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .theme-border .left_line::after {
    display: none;
  }
}

.custom-conatainer-01 {
  max-width: 1470px;
  margin: 0 auto;
}

.events-bg {
  padding: 38px 134px 38px 134px;
  background: 0;
  position: relative;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background: #fff;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .events-bg {
    padding: 38px 30px 30px 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .events-bg {
    padding: 38px 15px 30px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .events-bg {
    padding: 38px 0 0 0;
  }
}
@media (max-width: 767px) {
  .events-bg {
    padding: 38px 0 0 0;
  }
}
.hover-content::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 48px 48px 48px 48px;
  border-color: transparent #f8f8f8 #f8f8f8 transparent;
  right: 10px;
  bottom: 10px;
  transition: 0.3s;
}
.events-bg:hover .hover-content::before {
  border-color: transparent #00aa55 #00aa55 transparent;
}
.events-bg .hover-content {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  right: 0;
  bottom: 0;
  opacity: 1;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-image: none !important;
  background-color: #ececec;
}
.events-bg:hover .hover-content {
  opacity: 1;
}

.heding-title {
  color: #666;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.3px;
}
.events-schedule span {
  color: #fff;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .heding-title {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .events-schedule {
    text-align: center !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .events {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .events {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .events {
    margin-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .events {
    margin-left: 0;
  }
}
.events .events-title {
  font-size: 30px;
  letter-spacing: -0.3px;
  margin-bottom: 18px;
  margin-right: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .events .events-title {
    font-size: 25px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .events .events-title {
    font-size: 20px;
    margin-right: 0;
  }
}
.events .time-date {
  color: #666;
  font-size: 16px;
  line-height: 1.1;
  margin-right: 15px;
  font-weight: 600;
}
.events .time-date i {
  margin-right: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .events .time-date {
    font-size: 14px;
    margin-right: 5px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .events .time-date {
    font-size: 12px;
    margin-right: 5px;
  }
}
.events .time-date i {
  color: #00aa55;
  font-size: 16px;
  line-height: 1;
}

@media (max-width: 767px) {
  .book-btn {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .book-btn .white_btn {
    padding: 19px 15px 19px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .book-btn .white_btn i {
    display: none !important;
  }
}

.white_btn {
  background: #fff;
  border: 0;
  color: #666;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .white_btn {
    padding: 19px 25px 19px 25px;
  }
}
.white_btn:hover {
  color: #ffffff;
  background: #00aa55;
}

@media (max-width: 767px) {
  .events-area .section-title {
    margin-bottom: 30px;
  }
}

.events-wrapper .nav-tabs {
  text-align: right;
}
.events-wrapper .nav-tabs .nav-item {
  margin-left: 37px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .events-wrapper .nav-tabs .nav-item {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .events-wrapper .nav-tabs .nav-item {
    margin-right: 20px;
    margin-left: 0;
  }
}
.events-wrapper .nav-tabs .nav-link {
  color: #888d8f;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  background: none;
  padding: 0;
  display: inline-block;
  border-bottom: 2px solid transparent;
  transition: 0.3s;
}
.events-wrapper .nav-tabs .nav-link.active {
  background: none;
  color: #00aa55;
  border-color: #00aa55;
}

.events__img {
  position: relative;
}
.events__img--thumb {
  position: relative;
  overflow: hidden;
}
.events__img--thumb img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.events__img--thumb::before {
  content: "";
  position: absolute;
  background-image: -moz-linear-gradient(90deg, #3a3d3e 0%, rgba(58, 61, 62, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, #3a3d3e 0%, rgba(58, 61, 62, 0) 100%);
  background-image: -ms-linear-gradient(90deg, #3a3d3e 0%, rgba(58, 61, 62, 0) 100%);
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  z-index: 1;
}
.events__img span {
  color: #b5b5b5;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  background: #ffffff;
  box-shadow: 0px 16px 32px 0px rgba(58, 61, 62, 0.2);
  position: absolute;
  right: 30px;
  top: -40px;
  width: 70px;
  height: 70px;
  z-index: 1;
}
.events__img span b {
  color: #3a3d3e;
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
  display: block;
  padding-top: 9px;
}
.events__content {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 40px;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .events__content {
    left: 20px;
    right: 10px;
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  .events__content {
    left: 5px;
    right: 5px;
    bottom: 10px;
  }
}
.events__content .tag {
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  background: #00aa55;
  display: inline-block;
  padding: 5px 10px;
  text-transform: capitalize;
}
.events__content .semi-title {
  line-height: 1.3;
  color: #ffffff;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.events__content--meta span {
  color: #ddd;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  display: inline-block;
}
.events__content--meta span i {
  color: #00aa55;
  font-size: 14px;
}
.events:hover .events__img--thumb img {
  transform: scale(1.1);
}
.events:hover .events__content .semi-title {
  color: #00aa55;
}

.events-routine-area-02 .th-content {
  width: 100px;
  height: 100px;
}
@media (max-width: 767px) {
  .events-routine-area-02 .th-content {
    margin-bottom: 15px;
  }
}
.events-routine-area-02 .th-content .heding-title-02 {
  position: relative;
  z-index: 3;
  color: #b5b5b5;
  font-size: 14px;
  line-height: 1.1;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  display: block;
  width: 100px;
  height: 100px;
  text-align: center;
  padding-top: 20px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.events-routine-area-02 .th-content .heding-title-02 b {
  color: #3a3d3e;
  font-size: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: -0.3px;
  display: block;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.events-routine-area-02 .th-content .th-back {
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.events-routine-area-02 .book-btn a {
  background: #f8f8f8;
}
.events-routine-area-02 .book-btn a:hover {
  background: #00aa55;
}

.routine-table-02 .table-two {
  border-bottom: 1px solid #f8f8f8;
}
.routine-table-02 .table-two:last-child {
  border-bottom: 0;
}

.table-two:hover .th-content .heding-title-02 {
  color: #ffffff;
}
.table-two:hover .th-content .heding-title-02 b {
  color: #ffffff;
}
.table-two:hover .th-content .th-back {
  opacity: 1;
  visibility: visible;
}

.event {
  padding: 40px 0;
  padding-right: 15px;
  position: relative;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.event::before {
  content: "";
  background: #fafafa;
  position: absolute;
  opacity: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.event .event--front {
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.event__date {
  background: #00aa55;
  width: 80px;
  height: 80px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event__date {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .event__date {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .event__date {
    margin-right: 10px;
  }
}
.event__date h3 {
  color: #ffffff;
  font-size: 40px;
  display: block;
  margin-bottom: 0;
  padding-top: 8px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.event__date h3 span {
  font-size: 16px;
  line-height: 1;
  display: inherit;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.event__content .tag {
  color: #00aa55;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 1.1;
  font-weight: 700;
  display: inline-block;
  letter-spacing: -0.3px;
  background: #ffffff;
  padding: 9px 20px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.event__content .event-title {
  color: #3a3d3e;
  font-size: 30px;
  letter-spacing: -0.3px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
@media (max-width: 767px) {
  .event__content--meta {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .event__content--meta {
    margin-bottom: 10px;
  }
}
.event__content--meta span {
  color: #666;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  display: inline-block;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.event__content--meta span:first-child {
  margin-right: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event__content--meta span:first-child {
    margin-right: 7px;
  }
}
.event__content--meta span i {
  color: #00aa55;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.event__content .white_btn {
  background: #ececec;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.event__content .white_btn:hover {
  background: #00aa55;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.event:hover::before {
  background: #3a3d3e;
  opacity: 0.9;
}
.event:hover .tag {
  background: #4e5152;
}
.event:hover .event-title {
  color: #ffffff;
}
.event:hover .event__content--meta span {
  color: #b8bcc0;
}
.event:hover .white_btn {
  color: #ffffff;
  background: #00aa55;
}

.pagination li.page-item:first-child .page-link {
  border-radius: 0;
}
.pagination li.page-item:last-child .page-link {
  border-radius: 0;
}
.pagination li a {
  border: 0;
  color: #3a3d3e;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  background: #fafafa;
  display: inline-block;
  padding: 20px 22px;
  margin-right: 10px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
@media (max-width: 767px) {
  .pagination li a {
    margin-right: 5px;
  }
}
.pagination li a:hover {
  color: #ffffff;
  background: #00aa55;
}
.pagination li .page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: none;
}

.text-content {
  overflow: hidden;
}
@media (max-width: 767px) {
  .text-content {
    padding-right: 0;
  }
}
.text-content__letter h3 {
  color: #3a3d3e;
  font-size: 40px;
  background: #ffffff;
  box-shadow: 0px 16px 32px 0px rgba(7, 28, 31, 0.06);
  line-height: 100px;
  text-align: center;
  width: 13%;
  height: 100px;
  float: left;
  overflow: hidden;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .text-content__letter h3 {
    width: 100%;
    float: none;
  }
}
.text-content .text-para {
  margin-top: 20px;
  width: 87%;
  margin-left: 120px;
}
@media (max-width: 767px) {
  .text-content .text-para {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .text-content__thumb img {
    width: 100%;
  }
}

.author-box {
  background-color: #ffffff;
  box-shadow: 0px 16px 32px 0px rgba(7, 28, 31, 0.06);
  padding: 35px 40px 35px 40px;
  position: relative;
}
@media (max-width: 767px) {
  .author-box {
    padding: 35px 15px 35px 15px;
  }
}
.author-box::before {
  content: "";
  position: absolute;
  font-family: "Font Awesome 5 pro";
  line-height: 1;
  color: #f5f5f5;
  font-size: 90px;
  left: auto;
  right: 40px;
  top: 20px;
  z-index: 1;
}
.author-box__quote {
  position: relative;
}
.author-box__quote::before {
  content: "";
  background: #e6e6e6;
  position: absolute;
  right: 0;
  top: 4px;
  width: 2px;
  height: 30px;
}
.author-box__quote i {
  color: #00aa55;
  font-size: 75px;
  line-height: 1;
}
.author-box__content {
  position: relative;
  z-index: 3;
}
.author-box__content h3 {
  font-size: 30px;
}
.author-box__content .name {
  color: #3a3d3e;
  font-weight: 700;
}
.author-box__content .name span {
  color: #00aa55;
}

.right-events-area {
  margin-top: -155px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .right-events-area {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .right-events-area {
    padding-right: 0;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .right-events-area {
    padding-right: 0;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .right-events-area {
    padding-right: 0;
    margin-top: 50px;
  }
}

.events-widget {
  background-color: #ffffff;
  box-shadow: 0px 16px 32px 0px rgba(7, 28, 31, 0.06);
  padding: 45px 40px 40px 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .events-widget {
    padding: 45px 30px 30px 30px;
  }
}
.events-widget__list li {
  color: #666;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  display: block;
  margin-bottom: 20px;
}
.events-widget__list li i {
  color: #00aa55;
  border-radius: 50%;
  background-color: #eafff5;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  margin-right: 10px;
}
.events-widget .widget-btn {
  background: transparent;
  padding: 19px 30px;
  color: #3a3d3e;
  border: 2px solid #ededed;
}

.events-widget .widget-btn:hover {
  color: #ffffff;
  background: #00aa55;
  border-color: #00aa55;
}

.guests {
  margin-bottom: 12px;
}
.guests__content h6 {
  color: #3a3d3e;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 0;
}
.guests__content span {
  color: #00aa55;
  font-size: 14px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.news__thumb {
  overflow: hidden;
}
.news__thumb img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.news__content {
  border: 2px solid #f8f8f8;
  border-top: 0;
  padding: 35px 40px 35px 40px;
}
@media (max-width: 767px) {
  .news__content {
    padding: 35px 15px 35px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .news__content {
    padding: 35px 15px 35px 15px;
  }
}
.news__content .tag {
  color: #00aa55;
  font-size: 14px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  display: inline-block;
}
.news__content .news-title {
  color: #3a3d3e;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.3px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.news__content--meta .mre_btn2 {
  color: #666;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 767px) {
  .news__content--meta .mre_btn2 {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .news__content--meta .mre_btn2 {
    margin-right: 10px;
  }
}
.news__content--meta span {
  color: #666;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 14px;
}
.news__content--meta span i {
  margin-right: 5px;
  color: #00aa55;
}
.news:hover .news__thumb img {
  transform: scale(1.1);
}
.news:hover .news-title {
  color: #00aa55;
}

@media (max-width: 767px) {
  .latest-news-area-02 .theme-border .left_line::before {
    left: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .latest-news-area-02 .theme-border .left_line::before {
    left: 70px;
  }
}
@media (max-width: 767px) {
  .latest-news-area-02 .theme-border .left_line::after {
    right: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .latest-news-area-02 .theme-border .left_line::after {
    right: 70px;
  }
}

.news-02 {
  border-bottom: 4px solid transparent;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.news-02 .news__content {
  border: 0;
}
.news-02:hover {
  border-color: #00aa55;
}
.news-02:hover .news__content--meta .mre_btn2 {
  color: #00aa55;
}

.postbox .blog__content {
  border: 2px solid #ededed;
}
.blog__img {
  overflow: hidden;
}
.blog__img img {
  display: block;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.blog__content {
  padding: 40px 40px 50px 40px;
}
@media (max-width: 767px) {
  .blog__content {
    padding: 0 15px 50px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog__content {
    padding: 0 15px 50px 15px;
  }
}
.blog__content .tag {
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  background: #00aa55;
  display: inline-block;
  padding: 10px 19px;
}
.blog__content .blog-title {
  font-size: 40px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
@media (max-width: 767px) {
  .blog__content .blog-title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog__content .blog-title {
    font-size: 24px;
  }
}
.blog__content--meta span {
  color: #3a3d3e;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  letter-spacing: -0.3px;
}
.blog__content--meta span i {
  color: #00aa55;
  font-size: 14px;
  line-height: 1;
  margin-right: 5px;
}
.blog__content--meta span {
  margin-right: 30px;
}
.blog__content--list a {
  color: #3a3d3e;
  font-size: 16px;
  line-height: 26px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  display: inline-block;
}
.blog__content--list a:hover {
  color: #00aa55;
}
.blog__content--list a img {
  margin-right: 10px;
}
.postbox:hover .blog__img img {
  transform: scale(1);
}
.postbox:hover .blog-title {
  color: #00aa55;
}

.blog-video {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.blog-video .popup-video {
  width: 80px;
  height: 80px;
  font-size: 14px;
  line-height: 80px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.blog-video .popup-video:hover {
  background: #ffffff !important;
}
.blog-video .popup-video:hover i {
  color: #00aa55 !important;
}

.left-news-02 {
  border: 2px solid #ebebeb;
  padding-bottom: 50px;
}
.left-news-02 .blogs {
  border-right: 0;
  border-top: 0;
  border-left: 0;
}

.blogs .blog__content {
  padding: 50px 40px 50px 40px;
}
@media (max-width: 767px) {
  .blogs .blog__content {
    padding: 0 15px 50px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blogs .blog__content {
    padding: 50px 15px 50px 40px;
  }
}

.blog-quote {
  display: flex;
  justify-content: space-between;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
}
.blog-quote .quote-icon {
  padding-top: 50px;
  padding-left: 50px;
}
@media (max-width: 767px) {
  .blog-quote .quote-icon {
    padding-left: 5px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-quote .quote-icon {
    padding-left: 5px;
  }
  .services-05__content {
    padding: 40px;
  }
}
.blog-quote .quote-icon i {
  color: #ffffff;
  font-size: 80px;
  line-height: 1;
}
@media (max-width: 767px) {
  .blog-quote .quote-icon i {
    font-size: 30px;
  }
  .services-05__content {
    padding: 40px 15px 30px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-quote .quote-icon i {
    font-size: 30px;
  }
}
.blog-quote .blog__content {
  padding: 50px 40px 20px 30px;
}
.blog-quote .blog__content .blog-title {
  color: #ffffff;
}
.blog-quote .blog__content--meta span {
  color: #ffffff;
}
@media (max-width: 767px) {
  .blog-quote .blog__content--meta span {
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-quote .blog__content--meta span {
    margin-right: 0;
    margin-left: 0;
  }
}
.blog-quote .blog__content--meta span i {
  color: #ffffff;
}

.blogs-bakground {
  height: 277px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  position: relative;
}
.blogs-bakground::before {
  content: "";
  background: #ffffff;
  opacity: 0.9;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.blogs-bakground .blog__content {
  padding: 50px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .blogs-bakground .blog__content {
    padding: 30px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blogs-bakground .blog__content {
    padding: 30px 15px;
  }
}

.animate-border {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 4px;
  background: #00aa55;
  margin-right: 10px;
  top: -3px;
  animation: animborder 2s linear infinite;
}
.animate-border::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 4px;
  left: 5%;
  bottom: 0;
  border-left: 10px solid #ffffff;
  border-right: 10px solid #ffffff;
  animation: animborder 2s linear infinite;
}

.widget-title {
  color: #3a3d3e;
  font-size: 20px;
  position: relative;
  display: inline-block;
}

.widget {
  border: 2px solid #ededed;
  padding: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .widget {
    padding: 40px 15px;
  }
}
@media (max-width: 767px) {
  .widget {
    padding: 40px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .widget {
    padding: 40px 15px;
  }
}
.widget .about-me h6 {
  font-size: 18px;
}
.widget .widget-social-icon a {
  color: #b3bed3;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  margin: 0 9px;
}
.widget .widget-social-icon a:hover {
  color: #00aa55;
}

.search-form {
  position: relative;
}
.search-form input:focus {
  box-shadow: none;
}
.search-form .form-control {
  background-color: #f8f8f8;
  position: relative;
  border-radius: 0;
  border: 0;
  width: 270px;
  height: 60px;
  color: #b5b5b5;
  font-size: 12px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding-left: 30px;
  display: block;
  width: 100%;
}
.search-form button {
  border: 0;
  background-color: #00aa55;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  color: #ffffff;
  font-size: 14px;
  line-height: 60px;
  display: inline-block;
  cursor: pointer;
  z-index: 1;
}

.recent-post li {
  border-bottom: 1px solid #ededed;
  margin-bottom: 30px;
}
.recent-post li:last-child {
  border: 0;
  margin-bottom: 0;
}
.recent-post .post .post__content .post-title {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 0;
  margin-bottom: 5px;
}
.recent-post .post .post__content span {
  color: #00aa55;
  font-size: 14px;
  font-weight: 500;
}
.recent-post .post:hover .post-title {
  color: #00aa55;
}

.catagories li {
  background: #f8f8f8;
  overflow: hidden;
  margin-bottom: 10px;
}
.catagories li:last-child {
  margin-bottom: 0;
}
.catagories li a {
  color: #3a3d3e;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1.3;
  display: block;
  position: relative;
  padding: 18px 0 18px 30px;
}
.catagories li a span {
  position: absolute;
  color: #3a3d3e;
  background: #e3e3e3;
  font-size: 14px;
  line-height: 1;
  padding: 19px 16px;
  right: 0;
  top: 0;
}
.catagories li a:hover {
  color: #00aa55;
}

.social-profile a {
  color: #3a3d3e;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
  background: #f1f1f1;
  padding: 13px 14px;
  margin: 0 3px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.social-profile a:hover {
  color: #ffffff;
  background: #00aa55;
}

.twitter-post li {
  border-bottom: 1px solid #ededed;
  margin-bottom: 30px;
}
.twitter-post li:last-child {
  border: 0;
  margin-bottom: 0;
}

.twitter__icon a i {
  color: #00aa55;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
}
.twitter__content a {
  color: #666;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  line-height: 24px;
  display: inline-block;
}
.twitter__content span {
  color: #3a3d3e;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  line-height: 24px;
  display: inline-block;
}

.instagram a:nth-child(2) {
  margin: 0 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .instagram a:nth-child(2) {
    margin: 0 0;
  }
}
@media (max-width: 767px) {
  .instagram a:nth-child(2) {
    margin: 0 0;
  }
}
.instagram a:nth-child(5) {
  margin: 0 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .instagram a:nth-child(5) {
    margin: 0 0;
  }
}
@media (max-width: 767px) {
  .instagram a:nth-child(5) {
    margin: 0 0;
  }
}
.instagram a:nth-child(8) {
  margin: 0 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .instagram a:nth-child(8) {
    margin: 0 0;
  }
}
@media (max-width: 767px) {
  .instagram a:nth-child(8) {
    margin: 0 0;
  }
}
.instagram .insta-post {
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
}
.instagram .insta-post::before {
  content: " ";
  color: #ffffff;
  font-size: 20px;
  background: #00aa55;
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.instagram .insta-post:hover::before {
  transform: scale(1);
}

.tag-list a {
  color: #3a3d3e;
  font-size: 12px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  background: #f5f5f5;
  display: inline-block;
  padding: 10px 27px;
  margin-bottom: 10px;
  margin-right: 2px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.tag-list a:hover {
  color: #ffffff;
  background: #00aa55;
}

.widget-02 {
  border: 0;
}
.widget-02 .banner-widget img {
  width: 100%;
}

.blog-details-title {
  color: #3a3d3e;
  font-size: 30px;
  line-height: 1;
  font-weight: 400;
}

.blog-details {
  margin: 0px 40px 35px 40px;
  padding-bottom: 35px;
  border-bottom: 1px solid #ededed;
}
@media (max-width: 767px) {
  .blog-details {
    margin: 0px 10px 35px 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-details {
    margin: 0px 10px 35px 10px;
  }
}
.blog-details__img img {
  width: 100%;
}

.blog-details.b-0 {
  border: 0;
}

.blog-details__list li a {
  color: #b5b5b5;
  font-size: 16px;
  line-height: 30px;
  display: inline-block;
  padding-left: 30px;
  position: relative;
}
.blog-details__list li a::before {
  content: "";
  position: absolute;
  font-size: 16px;
  font-family: "Font Awesome 5 pro";
  line-height: 1;
  color: #3a3d3e;
  font-size: 14px;
  left: 0;
  top: 6px;
  z-index: 1;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.blog-details__list li a:hover {
  color: #00aa55;
}
.blog-details__list li a:hover:before {
  color: #00aa55;
  left: 10px;
}

.blog-details-quote {
  background: #ffffff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  padding: 55px 65px 55px 65px;
  margin-right: 40px;
  margin-left: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-details-quote {
    padding: 55px 15px 55px 15px;
  }
}
@media (max-width: 767px) {
  .blog-details-quote {
    padding: 55px 15px 55px 15px;
    margin: 0px 10px 0px 10px;
  }
}
.blog-details-quote .quote-content .name {
  color: #00aa55;
  font-size: 14px;
  line-height: 26px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  display: inline-block;
}
.blog-details-quote .quote-content h4 {
  font-size: 28px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .blog-details-quote .quote-content h4 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-details-quote .quote-content h4 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .blog-details__content--thumb {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .blog-details__content--thumb img {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-details__content--thumb img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .blog-details-tag {
    margin-bottom: 30px;
  }
}
.blog-details-tag h6 {
  font-size: 20px;
}
@media (max-width: 767px) {
  .blog-details-tag h6 {
    text-align: left !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-details-tag h6 {
    text-align: left !important;
  }
}
.blog-details-tag .tag-list a {
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .blog-details-tag .tag-list a {
    font-size: 13px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-details-tag .tag-list a {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .share-list {
    text-align: left !important;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .share-list {
    text-align: left !important;
  }
}
.share-list a {
  font-size: 18px;
  line-height: 1;
  color: #d2d2d2;
  margin-left: 25px;
  display: inline-block;
}
.share-list a:hover {
  color: #00aa55;
}

.blog-details-left a {
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  display: inline-block;
}
.blog-details-left h4 {
  font-size: 28px;
}
.blog-details-left:last-child {
  text-align: left !important;
}

.blog-details-post {
  margin-right: 40px;
  margin-left: 40px;
}
@media (max-width: 767px) {
  .blog-details-post {
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-details-post {
    margin-right: 0;
    margin-left: 0;
  }
}
.blog-details-post .news__content {
  border: 0;
  background: #ffffff;
  box-shadow: 0px 8px 16px 0px rgba(93, 93, 93, 0.06);
  padding: 35px 35px 35px 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-details-post .news__content {
    padding: 35px 10px 35px 5px;
  }
}
.blog-details-post .news__content--meta {
  margin-bottom: 5px;
}
.blog-details-post .news__content--meta span {
  color: #3a3d3e;
}
.blog-details-post .news__content--meta span i {
  color: #3a3d3e;
}

.author-03 {
  border-top: 2px solid #ededed;
  border-bottom: 2px solid #ededed;
  padding: 40px 60px 40px 40px;
}
@media (max-width: 767px) {
  .author-03 {
    padding: 40px 15px 40px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .author-03 {
    padding: 40px 15px 40px 15px;
  }
}
.author-03__content span {
  color: #00aa55;
  font-size: 12;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 26px;
}
.author-03__content h3 {
  font-size: 36px;
}
.author-03__content p {
  font-size: 14px;
}
.comments-title h4 {
  font-size: 26px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .post-comments-form {
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .post-comments-form {
    margin-right: 0;
    margin-left: 0;
  }
}
.post-comments-form .registration-form {
  background: #f5f5f5;
}
@media (max-width: 767px) {
  .post-comments-form .registration-form {
    padding-right: 0;
    padding-left: 0;
  }
}
.post-comments-form .registration-form .input-text::before {
  left: auto;
  right: 30px;
  top: 20px;
}
.post-comments-form .registration-form .input-text .form-control {
  background: #ffffff;
  height: 60px;
  padding-left: 30px;
  font-size: 14px;
}
.post-comments-form .registration-form .input-phone::before {
  content: "";
}
.post-comments-form .registration-form textarea {
  height: 150px;
  background: #ffffff;
  padding-left: 30px;
  padding-top: 25px;
}
.post-comments-form .registration-form .subsribe-btn button {
  padding: 23px 49px;
}

.subscribe-bg {
  position: relative;
  margin-top: -80px;
}
@media (max-width: 767px) {
  .subscribe-bg {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.subscribe-bg.sub-team-bg {
  margin-top: 0;
}

.subscribe-form-area .input-text {
  margin-right: 20px;
  position: relative;
}
.subscribe-form-area .input-text input:focus {
  box-shadow: none;
}
.subscribe-form-area .input-text ::placeholder {
  color: #ffffff;
}
.subscribe-form-area .input-text :-moz-placeholder {
  color: #ffffff;
}
.subscribe-form-area .input-text :-webkit-placeholder {
  color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .subscribe-form-area .input-text {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .subscribe-form-area .input-text {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.subscribe-form-area .input-text::before {
  content: "";
  position: absolute;
  font-family: "Font Awesome 5 pro";
  line-height: 1;
  color: #ffffff;
  font-size: 14px;
  left: 30px;
  top: 21px;
  z-index: 1;
}
.subscribe-form-area .input-text .form-control {
  border: 0;
  border-radius: 0;
  background: #009d4e;
  position: relative;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  width: 100%;
  height: 60px;
  padding-left: 55px;
}
.subscribe-form-area .input-email::before {
  content: "";
}
.subscribe-form-area .subsribe-btn button {
  border: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  background: #3a3d3e;
  padding: 23px 34px;
  display: inline-block;
  cursor: pointer;
}
.subscribe-form-area .subsribe-btn button i {
  margin-left: 15px;
}

.wpcf7-submit.sub-btn2 {
  border: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  background: #222;
  padding: 23px 34px;
  display: inline-block;
  cursor: pointer;
}

.cta-area {
  padding: 50px 50px 45px 50px;
  position: relative;
}
@media (max-width: 767px) {
  .cta-area {
    padding: 50px 15px 45px 15px;
  }
}
.cta-area::before {
  content: "";
  position: absolute;
  font-family: "Font Awesome 5 pro";
  line-height: 1;
  color: #404344;
  font-size: 137px;
  right: 20px;
  top: 20px;
  z-index: 1;
}
.cta-area .section-title h3 {
  color: #ffffff;
}

.cta-wrapper {
  position: relative;
  z-index: 3;
}
.cta-wrapper .cta-input .sub-btn {
  font-size: 16px;
  width: 100%;
  height: 60px;
  display: inline-block;
  cursor: pointer;
}
.cta-wrapper .cta-input .sub-btn:hover {
  color: #ffffff;
  border-color: #ffffff;
}
.cta-wrapper .cta-input span {
  color: #b8bcc0;
  font-size: 12px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  display: block;
}
.cta-wrapper .cta-input span .star-icon {
  color: #00aa55;
}

.sub-input input:focus {
  box-shadow: none;
}
.sub-input ::placeholder {
  color: #ffffff;
}
.sub-input ::-webkit-placeholder {
  color: #ffffff;
}
.sub-input ::-moz-placeholder {
  color: #ffffff;
}
.sub-input .form-control {
  background-color: #494c4d;
  border: 0;
  border-radius: 0;
  padding: 0 30px;
  width: 100%;
  height: 60px;
  color: #b8bcc0;
  font-size: 16px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  display: block;
}

@media (max-width: 767px) {
  .important-text {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .important-text {
    margin-bottom: 30px;
  }
}
.important-text p {
  color: #acb1b2;
  font-weight: 500;
}
.important-text p span {
  color: #ffffff;
  font-size: 30px;
  line-height: 1.3;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

@media (max-width: 767px) {
  .call-btn {
    text-align: center !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .call-btn {
    text-align: center !important;
  }
}
.call-btn a {
  font-size: 16px;
  font-weight: 700;
}
.call-btn a:hover {
  border-color: #ffffff;
  color: #ffffff;
}

.sub-section .section-icon i {
  font-size: 50px;
  line-height: 1;
  color: #00aa55;
}
.sub-section .section-title h6 {
  color: #88898a;
}
.sub-section .section-title h2 {
  font-size: 36px;
  font-weight: 700;
}

.subscribe-form-04 .input-text::before {
  color: #999d9f;
}
.subscribe-form-04 .input-text ::placeholder {
  color: #999d9f;
}
.subscribe-form-04 .input-text ::-moz-placeholder {
  color: #999d9f;
}
.subscribe-form-04 .input-text ::-webkit-placeholder {
  color: #999d9f;
}
.subscribe-form-04 .input-text .form-control {
  color: #999d9f;
  background: #414344;
}

.subscribe-form-04 .wpcf7-submit.sub-btn2 {
  background: #00aa55;
}

.subscribe-details-area .sub-bg-04 {
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}

.author-tag {
  max-width: 591px;
  position: absolute;
  text-align: center;
  z-index: 3;
  transform: rotate(90deg);
  left: -236px;
  top: 170px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .author-tag {
    position: relative;
    left: 0;
    right: 0;
    top: -60px;
    transform: rotate(0);
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .author-tag {
    display: none !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .author-tag {
    display: none !important;
  }
}
.author-tag::before {
  content: "";
  clip-path: polygon(0 0, 100% 0%, 98% 100%, 2% 100%);
  height: 100px;
  width: 591px;
  background: #00aa55;
  left: 0;
  top: 0px;
  position: absolute;
  z-index: 2;
}
.author-tag::after {
  content: "";
  clip-path: polygon(0 0, 100% 0%, 97% 100%, 3% 100%);
  height: 100px;
  width: 600px;
  background: whitesmoke;
  left: 0;
  top: 0px;
  position: absolute;
  z-index: 1;
}
.author-tag__name {
  position: relative;
  z-index: 3;
  display: inline-block;
  padding: 20px 45px 0 70px;
}
.author-tag__name::before {
  content: "";
  background-color: #11b865;
  position: absolute;
  right: 0;
  top: 20px;
  width: 2px;
  height: 60px;
  z-index: 1;
}
.author-tag__name p {
  color: #ffffff;
  font-weight: 500;
}
.author-tag__name h3 {
  color: #ffffff;
  font-size: 30px;
}
.author-tag__cta {
  position: relative;
  z-index: 3;
  padding: 20px 0px 0 45px;
}
.author-tag__cta p {
  color: #ffffff;
  font-weight: 500;
}
.author-tag__cta h3 {
  color: #ffffff;
  font-size: 30px;
}

.registration-form .input-text {
  position: relative;
}
.registration-form .input-text::before {
  content: "";
  position: absolute;
  font-family: "Font Awesome 5 pro";
  line-height: 1;
  color: #00aa55;
  font-size: 14px;
  left: 40px;
  top: 26px;
  z-index: 1;
}
.registration-form .input-text input:focus {
  box-shadow: none;
}
.registration-form .input-text .form-control {
  color: #b5b5b5;
  font-size: 16px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  border: 0;
  display: block;
  width: 100%;
  font-weight: 400;
  background: #f8f8f8;
  height: 70px;
  padding-left: 70px;
}
.registration-form .input-mail::before {
  content: "";
}
.registration-form .input-phone::before {
  content: "";
}
.registration-form .input-subject::before {
  content: "";
}
.registration-form .message-text::before {
  content: "";
}
.registration-form textarea {
  width: 100%;
  border: 0;
  background: #f8f8f8;
  height: 200px;
  display: block;
  color: #b5b5b5;
  font-size: 16px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding-top: 30px;
  padding-left: 70px;
  resize: none;
}
.registration-form .sub-select {
  background: #f8f8f8;
  width: 100%;
  border-radius: 0;
  border: 0;
  height: 70px;
  padding-top: 15px;
  padding-left: 70px;
  color: #666;
}
.registration-form .sub-select::after {
  display: none;
}
.registration-form .sub-select::before {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 15px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  font-family: "Font Awesome 5 pro";
}
.registration-form .sub-select .list {
  display: block;
  width: 100%;
  border-radius: 0;
}
.registration-form .subsribe-btn button {
  border: 0;
  color: white;
  font-size: 14px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  background: #00aa55;
  padding: 23px 34px;
  display: inline-block;
  cursor: pointer;
}
.registration-form .subsribe-btn button i {
  margin-left: 10px;
}

.get-update-area {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.get-update-area::before {
  content: "";
  background: #3a3d3e;
  opacity: 0.902;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.mail-box {
  padding: 50px 50px 35px 50px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mail-box {
    padding: 50px 10px 35px 10px;
  }
}
.mail-box::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 35px;
  border-color: #00aa55;
  border-radius: 0px 0px 0px 151px;
  right: 0;
  top: 0;
}
.mail-box__icon i {
  color: #00aa55;
  font-size: 80px;
  line-height: 1;
}
.mail-box__content h5 {
  max-width: 140px;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mail-box__content .semi-title {
    font-size: 20px;
  }
}
.mail-box__content .more_btn4 {
  color: #3a3d3e;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  width: 50px;
  height: 50px;
  display: inline-block;
  background: #f4f4f4;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.mail-box__content .more_btn4:hover {
  color: #ffffff;
  background: #00aa55;
}

.widget-map iframe {
  width: 100%;
  height: 261px;
  border: 0;
}

.contacts {
  background-color: #ffffff;
  box-shadow: 0px 16px 32px 0px rgba(7, 28, 31, 0.04);
  position: relative;
  overflow: hidden;
}
.contacts::before {
  content: "";
  position: absolute;
  font-family: "Font Awesome 5 pro";
  font-size: 240px;
  color: #f8f8f8;
  line-height: 1;
  right: -63px;
  top: -36px;
}
.contacts.contacts-02::before {
  content: "";
}
.contacts.contacts-03::before {
  content: "";
}
.contacts__icon {
  border-radius: 50%;
  background: #00aa55;
  width: 120px;
  height: 120px;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 3;
}
.contacts__icon i {
  font-size: 50px;
  color: #ffffff;
  line-height: 120px;
}
.contacts__list {
  position: relative;
  z-index: 3;
}
.contacts__list h3 {
  font-size: 30px;
}
.contacts__list--item li {
  color: #b5b5b5;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 3px;
}

.contact__list--item li {
  color: #666;
  list-style: none;
}

.contact-map {
  position: relative;
  z-index: 1;
}
.contact-map iframe {
  width: 100%;
  height: 750px;
  border: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-map iframe {
    height: 600px;
  }
  .registration-form {
    padding: 0 30px !important;
  }
}
@media (max-width: 767px) {
  .contact-map iframe {
    height: 400px;
  }
  .subscribe-details-area .sub-bg-04 {
    margin: 0 !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact-map iframe {
    height: 400px;
  }
  .subscribe-details-area .sub-bg-04 {
    margin: 0 20px !important;
  }
}

.subscribe-details-03 .sub-bg-04 {
  position: relative;
  margin-top: -198px;
  z-index: 3;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .subscribe-details-03 .sub-bg-04 {
    margin-right: 0;
    margin-left: 0;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .subscribe-details-03 .sub-bg-04 {
    margin-right: 0;
    margin-left: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .subscribe-details-03 .sub-bg-04 {
    margin-right: 0;
    margin-left: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .subscribe-details-03 .registration-form {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .subscribe-details-03 .registration-form {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .subscribe-details-03 .registration-form {
    padding-right: 0;
    padding-left: 0;
  }
  .registration-form textarea {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .subscribe-details-03 .registration-form .message-text {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .subscribe-details-03 .registration-form .message-text {
    margin-top: 30px;
  }
  .registration-form {
    padding: 0 20px !important;
  }
  .registration-form textarea {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .subscribe-details-03 .registration-form .message-text {
    margin-top: 30px;
  }
}

.services-form-bg {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
}
.services-form-bg::before {
  content: "";
  position: absolute;
  background: #222222;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.services-form-bg .widget-title {
  border-color: #414141;
}
.services-form-bg .widget-title h5 {
  color: #ffffff;
}

.services-form {
  position: relative;
  z-index: 1;
}
.services-form .input-text {
  margin-right: 0;
}
.services-form .input-text::before {
  display: none;
}
.services-form .input-text ::placeholder {
  color: #fff;
}
.services-form .input-text ::-webkit-placeholder {
  color: #fff;
}
.services-form .input-text ::-moz-placeholder {
  color: #929292;
}
.services-form .input-text .form-control {
  color: #fff;
  background: #94373700;
  border: 2px solid #444444;
  padding-left: 30px;
  height: 50px;
}
.services-form .subsribe-btn .sub-btn2 {
  color: #ffffff;
  background: #00aa55;
  width: 100%;
}
.widget.services-form-bg.mb-40 {
  padding-bottom: 20px;
}
.add-img-here {
  border: 0;
  padding: 0;
}
.add-img-here img {
  width: 100%;
}

.counsilor-area .theme-border .left_line {
  display: inline-block;
}
.counsilor-area .theme-border .left_line::before {
  left: 67px;
}
.counsilor-area .theme-border .left_line::after {
  right: 67px;
}
.counsilor-area .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -36px;
  text-align: center;
  z-index: 1;
}
.counsilor-area .slick-dots li {
  display: inline-block;
  margin-right: 5px;
}
.counsilor-area .slick-dots li button {
  border: 0;
  background: #f5f5f5;
  width: 30px;
  height: 6px;
  text-indent: -10000px;
  cursor: pointer;
}
.counsilor-area .slick-dots .slick-active button {
  background: #00aa55;
}

.counsilors {
  border: 2px solid #f5f5f5;
  padding: 50px 30px 30px 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counsilors {
    padding: 50px 25px 30px 30px;
  }
}
@media (max-width: 767px) {
  .counsilors {
    padding: 25px;
    padding-top: 30px;
  }
}
.counsilors__img--social {
  margin-top: -20px;
}
.counsilors__img--social li {
  margin-bottom: 8px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.counsilors__img--social li:nth-child(2) a,
.counsilors__img--social li:nth-child(3) a,
.counsilors__img--social li:nth-child(4) a {
  transform: scale(0);
}
.counsilors__img--social li a {
  color: #3a3d3e;
  font-size: 18px;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  text-align: center;
  line-height: 56px;
  top: 2608px;
  width: 56px;
  height: 56px;
  display: inline-block;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.counsilors__img--social li a:hover {
  color: #ffffff;
  background: #00aa55;
}
.counsilors:hover .counsilors__img--social li:nth-child(2) a,
.counsilors:hover .counsilors__img--social li:nth-child(3) a,
.counsilors:hover .counsilors__img--social li:nth-child(4) a {
  transform: scale(1);
}
.counsilors__content {
  margin-top: 0;
}
.counsilors__content--meta .semi-title {
  margin-right: 8px;
}
.counsilors__content--meta span {
  color: #00aa55;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  width: 100px;
}
.counsilors__content--list li {
  color: #666;
  font-size: 16px;
  line-height: 1.3;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin-bottom: 14px;
}
.counsilors__content--list li i {
  color: #00aa55;
  font-size: 16px;
  line-height: 1;
  margin-right: 35px;
}

.counsilor-area-02 .theme-border .left_line::before {
  left: 197px;
}
.counsilor-area-02 .theme-border .left_line::after {
  right: 197px;
}

.counsilors-02 {
  padding: 0;
  padding-top: 10px;
  border: 0;
}
.counsilors-02 .counsilors__img .signature {
  bottom: -40px;
  right: 0;
  transform: scale(0);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.counsilors-02 .counsilors__img--box {
  text-align: center;
  margin: 0 10px 0 10px;
  overflow: hidden;
}
.counsilors-02 .counsilors__img--box img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.counsilors-02 .counsilors__content {
  margin-top: 0;
  padding: 0 0 15px 30px;
}
.counsilors-02 .counsilors__content span {
  color: #00aa55;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  display: inline-block;
}
.counsilors-02 .counsilors__content--list li i {
  background: #f8f8f8;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.counsilors-02:hover .signature {
  transform: scale(1);
}
.counsilors-02:hover .counsilors__img--box img {
  transform: scale(1.1);
}
.counsilors-02:hover .counsilors__content--list li i {
  color: #ffffff;
  background: #00aa55;
}

.counsilor-03 {
  border: 2px solid #ededed;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.counsilor-03:hover {
  border-color: transparent;
  box-shadow: 0px 16px 32px 0px rgba(7, 28, 31, 0.04);
}

.feature-hotspot-area {
  position: absolute;
  left: 170px;
  top: 128px;
  width: 40.36%;
  height: 465px;
  z-index: 1;
}
@media only screen and (min-width: 1601px) and (max-width: 1800px) {
  .feature-hotspot-area {
    left: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .feature-hotspot-area {
    left: 0;
    width: 590px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .feature-hotspot-area {
    width: 50%;
    top: 100px;
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-hotspot-area {
    position: relative;
    width: 100%;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .feature-hotspot-area {
    position: relative;
    width: 100%;
    height: 450px;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
  }
}
.feature-hotspot-area .location-area {
  display: inline-block;
  position: relative;
  z-index: 3;
}
.feature-hotspot-area .location-area i {
  font-size: 30px;
  line-height: 1;
  color: #00aa55;
}
.feature-hotspot-area .tooltips {
  position: absolute;
  left: 18%;
  top: 32%;
  z-index: 1;
}
.feature-hotspot-area .tooltips__inner {
  display: inline-block;
  position: absolute;
  width: 240px;
  left: 60px;
  top: -20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.feature-hotspot-area .tooltips__inner::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 14px 14px 14px 14px;
  border-color: #ffffff;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
  left: -28px;
  top: 50%;
  transform: translateY(-50%);
}
.feature-hotspot-area .tooltips__inner h6 {
  color: #3a3d3e;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.3px;
  margin: 0;
  padding: 19px 20px;
}
.feature-hotspot-area .tooltips__inner h6 i {
  color: #00aa55;
  margin-right: 5px;
}
.feature-hotspot-area .tooltips__inner h6 span {
  background: #00aa55;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.3px;
  width: 29px;
  height: 18px;
  display: inline-block;
  line-height: 18px;
  text-align: center;
  border-radius: 30px;
  margin-left: 10px;
}
.feature-hotspot-area .tooltips:hover .tooltips__inner {
  left: 45px;
  opacity: 1;
  visibility: visible;
}
.feature-hotspot-area .tooltips-02 {
  left: auto;
  right: 200px;
  top: 80px;
}
.feature-hotspot-area .tooltips-02 .tooltips__inner {
  right: auto;
  left: -275px;
}
.feature-hotspot-area .tooltips-02 .tooltips__inner::before {
  right: -28px;
  left: auto;
  border-left-color: #ffffff;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-width: 14px 14px 14px 14px;
}
.feature-hotspot-area .tooltips-02 .tooltips__inner i {
  color: #00aa55;
  margin-left: 5px;
  margin-right: 0;
}
.feature-hotspot-area .tooltips-02 .tooltips__inner span {
  margin-left: 0;
  margin-right: 10px;
}
.feature-hotspot-area .tooltips-02:hover .tooltips__inner {
  left: -260px;
}
.feature-hotspot-area .tooltips-03 {
  bottom: 23%;
  top: auto;
  left: 49%;
}
@media (max-width: 767px) {
  .feature-hotspot-area .tooltips-03 {
    bottom: 36%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .feature-hotspot-area .tooltips-03 {
    bottom: 36%;
  }
}
.feature-hotspot-area .tooltips-03 .tooltips-inner-03 {
  left: -108px;
  right: 0;
  top: -90px;
}
.feature-hotspot-area .tooltips-03 .tooltips-inner-03::before {
  border-top-color: #ffffff;
  border-right-color: transparent;
  top: auto;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
}
.feature-hotspot-area .tooltips-03:hover .tooltips-inner-03 {
  left: -108px;
  right: 0;
  top: -80px;
}
.feature-hotspot-area .tooltips-04 {
  right: 14%;
  left: auto;
  bottom: 17%;
  top: auto;
}
@media only screen and (min-width: 1601px) and (max-width: 1800px) {
  .feature-hotspot-area .tooltips-04 {
    bottom: 26%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .feature-hotspot-area .tooltips-04 {
    bottom: 30%;
  }
}
.feature-hotspot-area .tooltips-04 .tooltips-inner-04 {
  left: -110px;
  top: auto;
  bottom: -90px;
}
.feature-hotspot-area .tooltips-04 .tooltips-inner-04::before {
  border-right-color: transparent;
  border-bottom-color: #ffffff;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
}
.feature-hotspot-area .tooltips-04:hover .tooltips-inner-04 {
  left: -110px;
  top: auto;
  right: 0;
  bottom: -80px;
}

@media (max-width: 767px) {
  .feature-wrapper {
    padding-left: 0;
  }
}
.feature-wrapper .feat-title {
  color: #777;
  font-size: 16px;
  line-height: 1.1;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.section-title-white .feat-title {
  color: #ddd;
}
.feature-wrapper .features-list li {
  color: white;
  font-size: 18px;
  line-height: 1.1;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  padding: 27px 0px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  list-style: none;
}
.feature-wrapper .features-list li i {
  color: #ffffff;
  border-radius: 50%;
  background: #00aa55;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .feature-wrapper .features-list li i {
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .feature-wrapper .features-list li {
    padding: 15px 30px;
  }
}
.feature-wrapper .features-list li:hover,
.feature-wrapper .features-list li.f-active {
  background: #404344;
  padding: 27px 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .feature-wrapper .features-list li:hover,
  .feature-wrapper .features-list li.f-active {
    padding: 15px 30px;
  }
}
@media (max-width: 767px) {
  .feature-wrapper .features-list li:hover,
  .feature-wrapper .features-list li.f-active {
    padding: 27px 5px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .feature-wrapper-02 {
    padding-left: 0;
  }
}
.feature-wrapper-02 .section-title-02 h6 {
  color: #3a3d3e;
}
.feature-wrapper-02 .section-title-02 h2 {
  color: #3a3d3e;
}
.feature-wrapper-02 .features-list-02 li {
  color: #3a3d3e;
}
.feature-wrapper-02 .features-list-02 li:hover,
.feature-wrapper-02 .features-list-02 li.f-active {
  background: #ffffff;
}

.feature-hotspot-area-02 .tooltips__inner {
  box-shadow: 0px 8px 16px 0px rgba(102, 102, 102, 0.2);
}

.feature-area-03 {
  height: 1116px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-area-03 {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .feature-area-03 {
    height: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .feature-area-03 {
    height: 100%;
  }
}
.feature-area-03::before {
  content: "";
  background: #3a3d3e;
  opacity: 0.902;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.features {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid rgba(255, 255, 255, 0.1);
  padding: 45px 43px 43px 43px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .features {
    padding: 45px 15px 43px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features {
    padding: 45px 15px 43px 15px;
  }
}
@media (max-width: 767px) {
  .features {
    padding: 45px 15px 43px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .features {
    padding: 45px 15px 43px 15px;
  }
}
.features__icon i {
  color: #00aa55;
  font-size: 80px;
  line-height: 1;
}
.features__content {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.features__content .semi-title {
  color: #ffffff;
}
.features__content p {
  color: #ddd;
}
.features__content .more_btn3 {
  color: #ddd;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 700;
  display: inline-block;
  border-bottom: 1px solid #b5b5b5;
}
.features__hover__content {
  opacity: 0;
  visibility: hidden;
  display: none;
  height: 100%;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.features__hover__content::before {
  content: "";
  background: #3a3d3e;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.features__hover__content .hover-btn {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}
.features__hover__content .hover-btn a:hover {
  color: #ffffff;
  border-color: #ffffff;
}

.card {
  background: none;
  border: 0;
}
.card .card-header {
  background: 0;
  border: 0;
  padding: 0;
}
.card .card-header button {
  color: #3a3d3e;
  font-size: 18px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  display: block;
  width: 100%;
  text-align: left;
  background: #f8f8f8;
  padding: 25px 0px 25px 40px;
  border-radius: 0;
  word-wrap: normal;
  white-space: normal;
}
@media (max-width: 767px) {
  .card .card-header button {
    padding: 25px 35px 25px 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .card .card-header button {
    padding: 25px 35px 25px 10px;
  }
}
.card .card-header .btn-link {
  position: relative;
}
.card .card-header .btn-link::before {
  content: "";
  position: absolute;
  font-family: "Font Awesome 5 pro";
  font-size: 18px;
  color: #3a3d3e;
  line-height: 1;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 767px) {
  .card .card-header .btn-link::before {
    right: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .card .card-header .btn-link::before {
    right: 20px;
  }
}
.card .card-header .collapsed {
  position: relative;
}
.card .card-header .collapsed::after {
  content: "";
  position: absolute;
  font-family: "Font Awesome 5 pro";
  font-size: 18px;
  color: #3a3d3e;
  line-height: 1;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 767px) {
  .card .card-header .collapsed::after {
    right: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .card .card-header .collapsed::after {
    right: 20px;
  }
}
.card .card-header .btn-link.focus,
.card .card-header .btn-link:focus {
  text-decoration: none;
  border-color: none;
  box-shadow: none;
}
.card .card-header .btn-link:hover {
  color: none;
  text-decoration: none;
  border-color: transparent;
}
.card .card-body {
  background: #f8f8f8;
  padding: 0 40px 40px 40px;
}
@media (max-width: 767px) {
  .card .card-body {
    padding: 0 20px 40px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .card .card-body {
    padding: 0 20px 40px 20px;
  }
}
.card .card-body .faq-content {
  background: #fff;
}
.card .card-body .faq-content p {
  color: #666;
  font-size: 14px;
  line-height: 1.7;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.card .card-body .faq-content i {
  color: #f8f8f8;
  font-size: 65px;
  position: absolute;
  right: 50px;
  bottom: 45px;
}
.card .card-body .faq-content .left-border {
  padding: 20px 25px;
  position: relative;
  z-index: 3;
}
.card .card-body .faq-content .left-border::before {
  content: "";
  position: absolute;
  background: #00aa55;
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .faq-img-row .faq-img img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-img-row .faq-img img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .faq-img-row .faq-img img {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .faq-img-row .faq-img img {
    width: 100%;
  }
}
.faq-img-row .faq-img-01 {
  margin-top: -20px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .faq-img-row .faq-img-01 {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-img-row .faq-img-01 {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .faq-img-row .faq-img-01 {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .faq-img-row .faq-img-01 {
    margin-top: 0px;
  }
}

.card-02 .card-header button {
  padding: 25px 0px 25px 80px;
}
@media (max-width: 767px) {
  .card-02 .card-header button {
    padding: 25px 0px 25px 65px;
  }
}
.card-02 .card-header .btn-link::before {
  font-size: 14px;
  right: auto;
  left: 15px;
  background: #ffffff;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
}
.card-02 .card-header .collapsed::after {
  font-size: 14px;
  right: auto;
  left: 15px;
  background: #ffffff;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
}
.card-02 .card-body {
  padding: 0 15px 15px 15px;
}
.card-02 .card-body p {
  background: #ffffff;
  padding: 25px 37px;
}
@media (max-width: 767px) {
  .card-02 .card-body p {
    padding: 25px 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .card-02 .card-body p {
    padding: 25px 10px;
  }
}

.testimonial-item {
  padding: 75px 75px 80px 80px;
  position: relative;
}
@media (max-width: 767px) {
  .testimonial-item {
    padding: 75px 5px 80px 5px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-item {
    padding: 75px 5px 80px 5px;
  }
}
.testimonial-item::before {
  content: "";
  border-right: 2px solid #5f6161;
  height: 311px;
  right: -17px;
  top: 80px;
  z-index: 1;
  position: absolute;
  bottom: 0;
}
.testimonial-item .testimonial-bg {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.testimonial-item h6 {
  color: #cacbcc;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  border-bottom: 2px solid #5f6161;
  padding-bottom: 40px;
  margin-bottom: 30px;
  position: relative;
}
.testimonial-item h6::before {
  content: "";
  position: absolute;
  border-color: #5f6161;
  border-style: solid;
  border-width: 9px 9px 9px 9px;
  border-color: #5f6161 transparent transparent transparent;
  left: 30px;
  bottom: -20px;
  z-index: 1;
}

.test-box__content h3 {
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 767px) {
  .test-box__content h3 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .test-box__content h3 {
    font-size: 25px;
  }
}
.test-box__content p {
  color: #00aa55;
  font-weight: 700;
}

.latest-news-area-04 {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.latest-news-area-04 .left-blog {
  -ms-flex: 0 0 39%;
  flex: 0 0 39%;
  max-width: 39%;
}
@media only screen and (min-width: 1601px) and (max-width: 1800px) {
  .latest-news-area-04 .left-blog {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .latest-news-area-04 .left-blog {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .latest-news-area-04 .left-blog {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .latest-news-area-04 .left-blog {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .latest-news-area-04 .left-blog {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.latest-news-area-04 .left-blog .section-title {
  padding-left: 340px;
  padding-top: 170px;
}
@media only screen and (min-width: 1601px) and (max-width: 1800px) {
  .latest-news-area-04 .left-blog .section-title {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .latest-news-area-04 .left-blog .section-title {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .latest-news-area-04 .left-blog .section-title {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .latest-news-area-04 .left-blog .section-title {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .latest-news-area-04 .left-blog .section-title {
    padding-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .latest-news-area-04 .left-blog .section-title {
    padding-left: 0;
  }
}
.latest-news-area-04 .left-blog .left-blog-content {
  height: 750px;
  width: 100%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .latest-news-area-04 .left-blog .left-blog-content {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .latest-news-area-04 .left-blog .left-blog-content {
    height: 200px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .latest-news-area-04 .left-blog .left-blog-content {
    height: 200px;
  }
}
.latest-news-area-04 .right-blog {
  -ms-flex: 0 0 61%;
  flex: 0 0 61%;
  max-width: 61%;
}
@media only screen and (min-width: 1601px) and (max-width: 1800px) {
  .latest-news-area-04 .right-blog {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .latest-news-area-04 .right-blog {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .latest-news-area-04 .right-blog {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .latest-news-area-04 .right-blog {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .latest-news-area-04 .right-blog {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.latest-news-area-04 .palace-bg {
  background-image: url(../img/testimonial/test-bg-02.jpg);
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .latest-news-area-04 .palace-bg {
    background-image: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .latest-news-area-04 .palace-bg {
    background-image: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .latest-news-area-04 .palace-bg {
    background-image: none;
  }
}
@media (max-width: 767px) {
  .latest-news-area-04 .palace-bg {
    background-image: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .latest-news-area-04 .palace-bg {
    background-image: none;
  }
}
.latest-news-area-04 .slick-slider button {
  border: 0;
  color: #3a3d3e;
  font-size: 18px;
  line-height: 1;
  background: #f8f8f8;
  width: 60px;
  height: 60px;
  cursor: pointer;
  position: absolute;
  z-index: 3;
  display: inline-block;
  top: 53%;
  left: -375px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.latest-news-area-04 .slick-slider button i {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.latest-news-area-04 .slick-slider button:hover {
  color: #ffffff;
  background: #00aa55;
}
.latest-news-area-04 .slick-slider button:hover i {
  transform: scale(1.5);
}
.latest-news-area-04 .slick-slider .slick-next {
  margin-left: 70px;
}
.latest-news-area-04 .news-active {
  padding-top: 90px;
}

.testimonial-item-02:hover .news-04 {
  background: #ffffff;
}
.testimonial-item-02:hover .news-04__content {
  opacity: 1;
  visibility: visible;
}

.news-04 {
  background: none;
}
.news-04__thumb img {
  width: 100%;
}
.news-04__content {
  visibility: hidden;
  opacity: 0;
  padding: 0 0 20px 40px;
  transition: 0.3s;
}
.news-04__content--meta .mre_btn2 {
  color: #00aa55;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1;
}
.news-04__content--meta span {
  color: #b5b5b5;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1;
}
.news-04__content--meta span i {
  color: #00aa55;
  margin-right: 5px;
}
.news-04__content .news-title {
  color: #3a3d3e;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.3px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-img-box-04 .img-view img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-img-box-04 .img-view img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .about-img-box-04 .img-view img {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-img-box-04 .img-view img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.about-img-box-04 .img-view-01 {
  margin-top: -30px;
}

@media (max-width: 767px) {
  .about-wrapper-05 {
    padding-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-wrapper-05 {
    padding-left: 0;
  }
}

.awards-area .awards__img__two {
  position: absolute;
  right: 0;
  width: 650px;
  height: 836px;
  top: 0;
}
.awards-area .awards__img__two::before {
  content: "";
  background: #00aa55;
  opacity: 0.902;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.awards-wrapper:last-child .awards {
  margin-bottom: 0;
}

.award-text-wrapper li {
  border-bottom: 1px solid #ececec;
  margin-bottom: 30px;
  list-style: none;
}
.award-text-wrapper li:last-child {
  border-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .award .awards__img {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .award .awards__img {
    padding-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .award .awards__img {
    padding-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .award .awards__img img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .award .awards__img img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .award .awards__img img {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .award .awards__img img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .awards__icon {
    margin-right: 20px;
  }
}
.awards__icon i {
  color: #00aa55;
  font-size: 50px;
  line-height: 1;
}
.awards__img {
  position: relative;
  z-index: 3;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .historys__img img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .historys__img img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .historys__img img {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .historys__img img {
    width: 100%;
  }
}
.historys__year h6 {
  font-size: 18px;
  line-height: 100px;
  font-weight: 700;
  background: #ffffff;
  box-shadow: 0px 16px 32px 0px rgba(7, 28, 31, 0.04);
  text-align: center;
  width: 100px;
  height: 100px;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.historys__content {
  padding: 40px 40px 35px 40px;
  position: relative;
}
.historys__content p {
  color: #bbb;
}
.historys__content::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 20px 20px 20px 20px;
  border-color: transparent #3a3d3e transparent transparent;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .historys__content::before {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .historys__content::before {
    display: none;
  }
}
.historys__content .city_name {
  font-weight: 700;
}
.historys__content .city_name i {
  color: #00aa55;
  font-size: 18px;
  margin-right: 10px;
}
.historys__content .semi-title {
  color: #ffffff;
  margin-bottom: 13px;
}
.historys .content__02::before {
  left: auto;
  right: -40px;
  border-color: transparent transparent transparent #3a3d3e;
}
.historys:hover .historys__year h6 {
  color: #ffffff;
  background: #00aa55;
}

.copyright-area span {
  color: #666;
  font-size: 14px;
  line-height: 1.3;
  font-family: "Roboto", sans-serif;
  display: block;
  font-weight: 700;
  margin-right: 20px;
  margin-left: 20px;
  margin-top: 13px;
}
@media (max-width: 767px) {
  .copyright-area span {
    margin-right: 0px;
    margin-left: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .copyright-area span {
    margin-right: 0px;
    margin-left: 0px;
  }
}
.copyright-area span b {
  color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__widget {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .footer__widget {
    padding-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer__widget {
    padding-right: 0;
  }
}
.footer__widget .footer-logo {
  display: inline-block;
}
.footer__widget p {
  color: #b8bcc0;
}
.footer__widget .foter__social a {
  color: #ffffff;
  background: #323435;
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 14px;
  text-align: center;
  line-height: 50px;
  margin-right: 5px;
}
.footer__widget .foter__social a:hover {
  color: #ffffff;
  background: #00aa55;
}
.footer__widget .fot-title {
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.3px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.footer__widget .fot-title:hover {
  color: #00aa55;
}
.footer__widget ul li {
  margin-bottom: 18px;
}
.footer__widget ul li a {
  color: #b8bcc0;
  font-size: 16px;
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.footer__widget ul li a:hover,
.footer__widget ul li a:focus {
  color: #00aa55;
}

.post__content span {
  color: #666;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  display: inline-block;
}
.post__content span i {
  font-size: 12px;
  color: #00aa55;
  margin-right: 5px;
}
.post__content .fot-title {
  line-height: 1.3;
}
.post__thumb img {
  width: 80px;
  height: 70px;
  object-fit: cover;
}
.black-bg-soft .post__content span {
  color: #ddd;
}

.fot-nav-list li {
  display: inline-block;
}
.fot-nav-list li:first-child {
  margin-right: 50px;
}
@media (max-width: 767px) {
  .fot-nav-list li:first-child {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fot-nav-list li:first-child {
    margin-right: 30px;
  }
}
.fot-nav-list li a {
  color: #b5b5b5;
  font-size: 14px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.fot-nav-list li a:hover {
  color: #00aa55;
}

.input-wrapper .input-text input:focus {
  box-shadow: none;
}
.input-wrapper .input-text .form-control {
  background: 0;
  border: 0;
  border-radius: 0;
  color: #b8bcc0;
  font-size: 14px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  display: block;
  border-bottom: 2px solid #343737;
  padding-bottom: 15px;
}
.input-wrapper .sub_btn {
  background-color: #00aa55;
  border: 0;
  color: #ffffff;
  font-size: 18px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.footer__widget--box {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 50px 40px 50px;
  border-top: 4px solid #00aa55;
  position: relative;
  margin-top: -130px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer__widget--box {
    margin-top: 0;
    padding: 60px 20px 40px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__widget--box {
    margin-top: 0;
    padding: 60px 20px 40px 20px;
  }
}
@media (max-width: 767px) {
  .footer__widget--box {
    margin-top: 0;
    padding: 60px 15px 40px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer__widget--box {
    margin-top: 0;
    padding: 60px 20px 40px 20px;
  }
}
.footer__widget--box p {
  color: #666;
}
.footer__widget--box .box-list li {
  color: #666;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 10px;
}
.footer__widget--box .box-list li i {
  color: #00aa55;
  font-size: 16px;
  line-height: 1;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .footer-copy-right .fot-nav {
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .copy-right-area-02 {
    text-align: center !important;
  }
}
.copy-right-area-02 span {
  color: #b8bcc0;
  font-size: 14px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.copy-right-area-02 span a {
  color: #ffffff;
}

.widget__03 .fot-title {
  color: #3a3d3e;
}
.widget__03 .menu li {
  margin-bottom: 22px;
}
.widget__03 .menu li a {
  color: #666;
}

.widget-box-03 p {
  color: #b2b8ba;
}
.widget-box-03 .box-list li {
  color: #b2b8ba;
}

.post-03 .post__content span {
  color: #666;
}
.post-03 .post__content .fot-title {
  color: #3a3d3e;
}

.fot-nav-list-02 li a {
  color: #3a3d3e;
  padding: 0;
}
.fot-nav-list-white .fot-nav-list-02 li a {
  color: #b5b5b5;
  padding: 0;
}
.copy-right-area-03 span {
  color: #3a3d3e;
}
.copy-right-area-03 span a {
  color: #3a3d3e;
}

.footer__widget__04 .copyright-area span {
  color: #b5b5b5;
}
.footer__widget__04 .copyright-area span b {
  color: #3a3d3e;
}
.footer__widget__04 p {
  color: #666;
}
.footer__widget__04 .foter__social a {
  color: #666;
  background: #ffffff;
}
.footer__widget__04 .fot-title {
  color: #3a3d3e;
}
.footer__widget__04 ul li a {
  color: #666;
  position: relative;
}
.fot-nav-list-04 li a {
  color: #666;
}

.bottom-trigger .scroll-target {
  margin: 0 0 0 auto;
  background: #fff;
  bottom: -18px;
  width: 50px;
  height: 50px;
  color: #00aa55;
  line-height: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bottom-trigger .scroll-target {
    bottom: -5px;
  }
}
@media (max-width: 767px) {
  .bottom-trigger .scroll-target {
    bottom: -5px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bottom-trigger .scroll-target {
    bottom: -5px;
  }
}
.bottom-trigger .scroll-target:hover {
  color: #ffffff;
  background: #00aa55;
}

/*# sourceMappingURL=main.css.map */

.counsilors__img {
  text-align: center;
  position: relative;
  margin-bottom: 35px;
}
.counsilors__img--box {
  display: inline-block;
  margin-right: 26px;
}
.counsilors__img--social {
  margin-top: 0;
  width: 52px;
  position: absolute;
  right: 0;
  top: -21px;
  list-style: none;
}
.footer-widget-2 {
  padding-left: 40px;
}
.footer-widget-3 {
  padding-left: 40px;
}
.counsilors__content--list {
  list-style: none;
}
.services-05-list {
  list-style: none;
}
.events-widget-guest {
  list-style: none;
}
.black-bg-soft5 .post__content span {
  color: #a6a6a6;
}
.blog-details-text .postbox__text {
  margin-bottom: 0;
}
.blog-details-text .postbox__text p:last-child {
  margin-bottom: 0;
}
.logged-in .slide-bar {
  margin-top: 32px;
}
.logo img {
  width: 187px;
}
.footer-logo img {
  width: 187px;
}
.offset-widget.offset-logo img {
  width: 187px;
}

.theme-border .left_line::before {
  left: 0;
}
.widget.widget_bdevs_services_subscriber_widget {
  padding: 0;
  border: 0;
}
/*event*/
.single-tribe_events .tribe-events-event-meta {
  background: none;
  margin: 30px 0;
  box-shadow: 0px 16px 32px 0px rgba(7, 28, 31, 0.06);
  border: 0;
  padding: 45px 50px 30px 40px;
}
.tribe-events-event-meta .column,
.tribe-events-event-meta .tribe-events-meta-group {
  box-sizing: border-box;
  display: inline-block;
  float: none;
  margin: 0 0 20px;
  padding: 0;
  text-align: left;
  vertical-align: top;
  width: 100%;
  zoom: 1;
}
.tribe-events-meta-group .tribe-events-single-section-title {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 20px;
}
.tribe-events-meta-group dd + dt {
  margin-top: 0;
}
.tribe-events-meta-group dt {
  font-weight: 700;
  display: inline-block;
  color: #444;
  font-size: 15px;
}
.tribe-events-event-cost {
  display: inline-block;
  align-items: center;
  float: none;
  margin: 0 0 15px;
}
.single-tribe_events .secondary .tribe-events-venue-map {
  width: 100%;
  padding: 0;
  margin: 0;
}
.single-tribe_events .tribe-events-event-meta {
  background: none;
  margin: 30px 0;
  box-shadow: 0px 16px 32px 0px rgba(7, 28, 31, 0.06);
  border: 0;
  padding: 45px 40px 30px 40px;
}
.tribe-events-meta-group a {
  color: #777;
  font-weight: 500;
}
.tribe-events-meta-group a:hover {
  color: #00aa55;
}
.tribe-events-sub-nav li {
  width: 50%;
}
.tribe-events-sub-nav li {
  width: 50%;
  list-style: none;
}
.tribe-events-sub-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tribe-events-sub-nav li {
  width: max-content;
}

@media (max-width: 400px) {
  .tribe-events-sub-nav {
    align-items: flex-start;
    flex-direction: column;
  }
  .tribe-events-sub-nav li {
    width: 100%;
  }
}

.counsilor-03 .counsilors__img.pos-rel.mb-20 {
  margin-bottom: 20px;
}

.events__content .tag dd {
  margin-bottom: 0;
}

/*Extra css*/
.details_image.mb-30 img {
  max-width: 100%;
}

.tribe-common .tribe-common-c-btn-border,
.tribe-common a.tribe-common-c-btn-border {
  border: 1px solid #00aa55;
  color: #777;
  transition: all 0.3s ease-in-out;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
  background: #00aa55;
  color: #fff;
}

.tribe-events-event-meta::before,
.tribe-events-event-meta ~ div:not(.tribe-events-event-meta, .event-tickets) {
  border-top: 0;
}
.single-tribe_events #tribe-events-pg-template {
  max-width: 1200px;
}
.single-tribe_events .tribe-events-event-image img {
  width: 100%;
}
