/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");
/* 1. Theme default css */
body {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  font-style: normal;
  color: #716ca2;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

a,
.button {
  transition: all 0.3s ease-out 0s;
  color: inherit;
  outline: medium none;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: 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: "Poppins", sans-serif;
  color: #1a1e2d;
  line-height: 1.1;
  margin: 0;
  font-style: normal;
  font-weight: 700;
  text-transform: normal;
}

h1, h2, h3, h4 {
  letter-spacing: -0.03em;
}

h4 {
  font-size: 22px;
}

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

li {
  list-style: none;
}

p {
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #716ca2;
  margin: 0;
}

p.text-large {
  font-size: 18px;
  line-height: 28px;
}

.text-large p {
  font-size: 18px;
  line-height: 28px;
}

p.text-tighter {
  font-size: 15px;
  line-height: 23px;
  letter-spacing: -0.03em;
}

hr {
  border-bottom: 1px solid #414657;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  color: #f6f3f1;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

/*--
    - Input Placeholder
-----------------------------------------*/

*::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;
}

/*--
    - Background color
-----------------------------------------*/
.grey-bg {
  background: #f6f3f1;
}

.white-bg {
  background: #ffffff;
}

.black-bg {
  background: #222;
}

.black-bg2 {
  background: #fefefe;
}

.heding-bg {
  background: #1a1e2d;
}

.theme-bg {
  background: #fed857;
}

.theme-bg2 {
  background: #02b663;
}

/*--
    - color
-----------------------------------------*/
.white-color {
  color: #ffffff;
}

.black-color {
  color: #222;
}

.theme-color {
  color: #fed857;
}

/*--
	-theme-btn
----------------------------------------*/
.theme_btn {
  overflow: hidden;
  color: #1a1e2d;
  background: #fed857;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  padding: 22px 58px 22px 58px;
  display: inline-block;
  vertical-align: top;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  border: 0;
}
.theme_btn i {
  font-size: 15px;
  line-height: 1;
  margin-left: 5px;
  transition: all 0.4s ease-out 0s;
  transform: translateX(20px);
}
.theme_btn::before {
  top: 0px;
  width: 0px;
  left: auto;
  right: 0px;
  z-index: -1;
  bottom: 0px;
  content: "";
  position: absolute;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
}
.theme_btn:hover {
  color: #ffffff;
}
.theme_btn:hover::before {
  left: 0px;
  width: 100%;
  right: auto;
}
.theme_btn:hover i {
  transform: translateX(10px);
}

.theme_btn_bg::before {
  background: #02b663;
}

.theme_btn_bg_02::before {
  background: #fed857;
}

.theme_btn_smaller {
  padding: 16px 33px;
}
.theme_btn_smaller i {
  font-size: 13px;
  transform: translateX(-2px);
}

.theme-border-btn {
  color: #ffffff;
  background: transparent;
  border: 2px solid #414657;
}
.theme-border-btn:hover {
  color: #1a1e2d;
  border-color: transparent;
}
.theme-border-btn:hover::before {
  background: #fed857;
}

.theme_btn2 {
  background: #02b663;
}
.theme_btn2:hover {
  border-color: transparent;
  background: transparent;
}

.left-line {
  position: relative;
}
.left-line::before {
  content: "";
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 8px;
  width: 50px;
  height: 2px;
  z-index: 1;
}

.left-line-only::after {
  display: none;
}

/*--
section-title
----------------------------------------*/
.section-title h6 {
  color: #02b663;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 30px;
  display: inline-block;
}
.section-title h6.left-line::before {
  background: #02b663;
  width: 50px;
  height: 3px;
  left: 0;
  top: 9px;
}
.section-title h6.left-line::after {
  content: "";
  background: #02b663;
  position: absolute;
  right: 0;
  top: 9px;
  width: 50px;
  height: 3px;
  z-index: 1;
}
.section-title h2 {
  color: #1a1e2d;
  font-size: 55px;
  line-height: 1.1;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: -0.03em;
}
.section-title h2 span {
  font-weight: 300;
}
.section-title p {
  color: #000;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 30px;
}

.white-title h6 {
  color: #fed857;
}
.white-title h6.left-line::before {
  background-color: #fed857;
}
.white-title h6.left-line::after {
  background-color: #fed857;
}
.white-title h2 {
  color: #ffffff;
}

.popup-video {
  color: #02b663;
  background: #ffffff;
  border-radius: 50%;
  font-size: 14px;
  line-height: 100px;
  display: inline-block;
  width: 100px;
  height: 100px;
  text-align: center;
  transition: all 0.4s ease-out 0s;
  position: relative;
  z-index: 1;
  animation: pulseBig infinite 5s linear;
}
.popup-video:hover {
  color: #ffffff;
  background: #02b663;
}

/*--
    - Margin & Padding
-----------------------------------------*/
/*-- Margin Top --*/
.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

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

.mt-25 {
  margin-top: 25px !important;
}

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

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-105 {
  margin-top: 105px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.mt-115 {
  margin-top: 115px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-125 {
  margin-top: 125px !important;
}

.mt-130 {
  margin-top: 130px !important;
}

.mt-135 {
  margin-top: 135px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

.mt-145 {
  margin-top: 145px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mt-155 {
  margin-top: 155px !important;
}

.mt-160 {
  margin-top: 160px !important;
}

.mt-165 {
  margin-top: 165px !important;
}

.mt-170 {
  margin-top: 170px !important;
}

.mt-175 {
  margin-top: 175px !important;
}

.mt-180 {
  margin-top: 180px !important;
}

.mt-185 {
  margin-top: 185px !important;
}

.mt-190 {
  margin-top: 190px !important;
}

.mt-195 {
  margin-top: 195px !important;
}

.mt-200 {
  margin-top: 200px !important;
}

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

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

.mb-25 {
  margin-bottom: 25px !important;
}

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

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-105 {
  margin-bottom: 105px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.mb-115 {
  margin-bottom: 115px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-125 {
  margin-bottom: 125px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.mb-135 {
  margin-bottom: 135px !important;
}

.mb-140 {
  margin-bottom: 140px !important;
}

.mb-145 {
  margin-bottom: 145px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-155 {
  margin-bottom: 155px !important;
}

.mb-160 {
  margin-bottom: 160px !important;
}

.mb-165 {
  margin-bottom: 165px !important;
}

.mb-170 {
  margin-bottom: 170px !important;
}

.mb-175 {
  margin-bottom: 175px !important;
}

.mb-180 {
  margin-bottom: 180px !important;
}

.mb-185 {
  margin-bottom: 185px !important;
}

.mb-190 {
  margin-bottom: 190px !important;
}

.mb-195 {
  margin-bottom: 195px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

/*-- 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 !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

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

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

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

.pt-105 {
  padding-top: 105px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-115 {
  padding-top: 115px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-125 {
  padding-top: 125px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pt-135 {
  padding-top: 135px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pt-145 {
  padding-top: 145px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-155 {
  padding-top: 155px !important;
}

.pt-160 {
  padding-top: 160px !important;
}

.pt-165 {
  padding-top: 165px !important;
}

.pt-170 {
  padding-top: 170px !important;
}

.pt-175 {
  padding-top: 175px !important;
}

.pt-180 {
  padding-top: 180px !important;
}

.pt-185 {
  padding-top: 185px !important;
}

.pt-190 {
  padding-top: 190px !important;
}

.pt-195 {
  padding-top: 195px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

/*-- 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;
}

.max-w-380 {
  max-width: 380px;
}

.max-w-500 {
  max-width: 500px;
}

.max-w-480 {
  max-width: 480px;
}

.max-w-545 {
  max-width: 545px;
}

.text-gray {
  color: #838694 !important;
}

.text-black0 {
  color: #000 !important;
}

.bg-black2 {
  background-color: #1b1f2e;
}

.bg-gray {
  background-color: #434342;
}

.header-top-area {
  position: relative;
  z-index: 3;
  line-height: 30px;
}
.header-top-area .top-cta {
  font-size: 16px;
  color: #000;
}
.header-top-area .top-cta .media-link {
  font-size: 15px;
  color: #838694;
  letter-spacing: -0.03em;
}
.header-top-area .top-cta .media-link i {
  font-size: 12px;
  color: #02b663;
}
.header-top-area .top-links a {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #1a1e2d;
  font-weight: 600;
  margin-right: 18px;
}
.header-top-area .top-links a:last-child {
  color: #02b663;
  margin-right: 0;
}
.header-top-area .top-links a:hover {
  color: #fed857;
}

.custom-container {
  max-width: 1455px;
  margin: 0 auto;
}

.custom-container-03 {
  position: relative;
  max-width: 1450px;
  margin: 0 auto;
}

.media-link {
  color: #ffffff;
  font-size: 15px;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  display: inline-block;
  letter-spacing: -0.03em;
}
.media-link i {
  color: #fed857;
  margin-right: 7px;
}

.main-header-area {
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  min-height: 100px;
}
.main-header-area .logo-img {
  position: absolute;
  left: -10px;
  top: -5px;
}
.main-header-area .logo-img img {
  max-width: 298px;
}

.main-menu {
  text-align: center;
  padding-left: 100px;
  transition: all 0.4s ease-out 0s;
}
.main-menu ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 14px;
}
.main-menu ul li > a {
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  padding: 40px 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-weight: 600;
  letter-spacing: -0.03em;
}
.main-menu ul li > a i {
  font-size: 14px;
  line-height: 1;
}
.main-menu ul li > a.active {
  color: #fed857;
}
.main-menu ul li:hover > a {
  color: #fed857;
}
.main-menu ul li ul.submenu {
  background: #ffffff 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 #02b663;
  text-align: left;
  padding: 25px 0;
}
.main-menu ul li ul.submenu li {
  display: block;
}
.main-menu ul li ul.submenu li a {
  padding: 14px 30px;
  display: block;
  margin: 0;
  border: 0;
  color: #1a1e2d;
}
.main-menu ul li ul.submenu li a::before {
  display: none;
}
.main-menu ul li ul.submenu li a:hover {
  color: #fed857;
}
.main-menu ul li:hover .submenu {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

.sticky {
  position: fixed;
  z-index: 999;
  width: 100%;
  background: #1a1e2d;
  top: 0;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  transition: all 0.4s ease-out 0s;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
}
.sticky .logo {
  transform: translateY(2px);
}

/* Hamburger-menu */
.hamburger-menu {
  position: absolute;
  right: 0;
  top: -10px;
  display: none;
}
.hamburger-menu > a {
  display: inline-block;
  font-size: 25px;
  color: #02b663;
}

.side-mobile-menu {
  display: none;
}

.main-head-02 {
  position: relative;
}
.main-head-02 .main-menu-02 ul li > a {
  color: #1a1e2d;
  padding: 36px 0 46px;
}
.main-head-02 .main-menu-02 ul li:hover > a {
  color: #fed857;
}
.main-head-02.sticky {
  background: #ffffff;
  position: fixed;
}
.main-head-02.sticky .main-menu-02 ul li > a {
  padding: 42px 0;
}
.main-head-02.sticky .main-menu-02 ul li ul.submenu li a {
  padding: 14px 30px;
}
.main-head-02 .quote-btn {
  position: absolute;
  right: 0;
  top: 15px;
}

.page-title-area {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 325px;
  position: relative;
  margin-top: -10px;
}
.page-title-area::before {
  content: "";
  background-color: #1a1e2d;
  opacity: 0.85;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page-title-area .right-border-shape {
  position: absolute;
  right: 0;
  top: -190px;
}

.page-title-wrapper {
  padding-top: 100px;
}
.page-title-wrapper .page-title {
  color: #ffffff;
  font-size: 85px;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
}
.page-title-wrapper .breadcrumb {
  background: 0;
  justify-content: center;
  padding: 0;
  margin: 0;
}

ul.breadcrumb-list {
  text-align: left;
  display: inline-block;
}
ul.breadcrumb-list li {
  display: inline-block;
  padding: 0 7px;
}
ul.breadcrumb-list li a {
  color: #ffffff;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  letter-spacing: -0.03em;
  font-weight: 600;
}
ul.breadcrumb-list li a i {
  font-size: 18px;
  margin-left: 8px;
  line-height: 1;
}
ul.breadcrumb-list li a.active {
  color: #fed857;
}

.slide-bar {
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: -370px;
  width: 350px;
  padding: 25px 30px;
  height: 100%;
  display: block;
  background-color: #1a1e2d;
  z-index: 1020;
  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);
}

.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: #fed857;
}
.open-mobile-menu a.active {
  background: #fed857;
}

.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;
  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: 16px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.side-mobile-menu ul li a:hover {
  color: #fed857;
  padding-left: 5px;
}
.side-mobile-menu ul li a[aria-expanded=true] {
  color: #fed857;
}
.side-mobile-menu ul li a[aria-expanded=true]:before {
  background: #fed857;
  border-color: #fed857;
}
.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: #fed857;
  padding-left: 20px;
}
.side-mobile-menu ul li ul li:hover > a:before {
  background: #fed857;
  border-color: #fed857;
}
.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-dropdown > 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%;
  transform: rotate(-45deg) translateY(-50%);
  transform-origin: top;
  transition: all 0.3s ease-out;
}
.side-mobile-menu ul li.has-dropdown a[aria-expanded=true]:after {
  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;
}

.single-slider {
  position: relative;
}
.single-slider::before {
  content: "";
  background: #08133b;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.slider-height {
  min-height: 886px;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  background-position: center;
}

.slider__content {
  position: relative;
  z-index: 3;
}
.slider__content .sub-title {
  color: white;
  font-size: 18px;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  display: inline-block;
}
.slider__content .main-title {
  color: #ffffff;
  font-size: 85px;
  line-height: 1.06;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  letter-spacing: -0.05em;
}
.slider__content .main-title span {
  font-weight: 300;
}
.slider__content .btn-list li {
  display: inline-block;
  margin-right: 10px;
}

.slider-area .slick-slider button {
  opacity: 0;
  visibility: hidden;
  background: transparent;
  border: 0;
  font-size: 24px;
  position: absolute;
  top: 50%;
  z-index: 5;
  color: #ffffff;
  border: 2px solid #666;
  border-radius: 7px;
  width: 61px;
  height: 61px;
  display: inline-block;
  left: 100px;
  text-align: center;
  line-height: 47px;
  transition: all 0.4s ease-out 0s;
}
.slider-area .slick-slider button:hover {
  color: #1a1e2d;
  background: #fed857;
  border-color: transparent;
}
.slider-area .slick-slider .slick-next {
  left: auto;
  right: 100px;
}
.slider-area:hover .slick-slider button {
  opacity: 1;
  visibility: visible;
}

.slider-area-02 {
  margin-top: -10px;
}
.slider-area-02 .slick-slider button:hover {
  color: #ffffff;
  background: #02b663;
  border-color: transparent;
}
.slider-area-02 .right-border-shape {
  position: absolute;
  z-index: 1;
  top: -150px;
  right: 0;
}

.slider-height-02 {
  min-height: 796px;
}
.slider__content__02 h4 {
  color: #ffffff;
  font-size: 22px;
  letter-spacing: -0.03em;
  font-weight: 700;
  margin-bottom: 30px;
}
.slider__content__02 .theme_btn {
  padding-left: 65px;
  padding-right: 65px;
  text-align: center;
}

.btn-list-02 li a.theme_btn2 {
  background: #02b663;
  color: #ffffff;
}
.btn-list-02 li a.theme-border-btn.theme_btn_bg_02 {
  color: #ffffff;
}
.btn-list-02 li a.theme-border-btn.theme_btn_bg_02::before {
  background: #02b663;
}

.single-feature__icon {
  float: left;
  margin-top: 20px;
}
.single-feature__icon i {
  color: #02b663;
  font-size: 60px;
}
.single-feature__content {
  overflow: hidden;
}
.single-feature__content h5 {
  font-size: 20px;
}
.single-feature__content p {
  color: #838694;
}

.projects__content {
  position: relative;
  padding: 45px 55px 45px 45px;
}
.projects__content h4 {
  transition: all 0.4s ease-out 0s;
  margin-bottom: 20px;
  line-height: 1.3;
}
.projects__content p {
  color: #696969;
}
.projects:hover .projects__content h4 {
  color: #02b663;
}

.project-area {
  padding-bottom: 230px;
}

.projects-02 .projects__thumb {
  overflow: hidden;
}
.projects-02 .projects__thumb img {
  width: 100%;
  display: inline-block;
  transition: all 0.4s ease-out 0s;
}
.projects-02 .projects__content p {
  min-height: 145px;
}
.projects-02 .project-manager li:first-child {
  margin-right: 70px;
}
.projects-02:hover .projects__thumb img {
  transform: scale(1.1);
}
.projects-02 .projects__line-01 {
  height: 5px;
  background-color: #762dc9;
}
.projects-02 .projects__line-02 {
  height: 5px;
  background-color: #02b663;
}
.projects-02 .projects__line-03 {
  height: 5px;
  background-color: #ff771c;
}

.about-us-area {
  position: relative;
}
.about-us-area::before {
  content: "";
  position: absolute;
  background: url(../img/bg/about-bg1.jpg);
  left: 0;
  top: 2px;
  width: 40%;
  height: 854px;
}

.about-img {
  padding-top: 110px;
  position: relative;
}
.about-img__thumb img {
  width: 100%;
}
.about-img__style-text {
  position: absolute;
  left: -110px;
  top: 40%;
  transform: translateY(-50%);
  animation: float-bob-y infinite 5s alternate-reverse;
}
.about__wrapper .section-title h6.left-line::after {
  display: none;
}

.about-area-02::before {
  display: none;
}
.about-area-02 .about-img {
  padding-top: 0;
}
.about-area-02 .about-img__thumb {
  position: relative;
  z-index: 1;
}
.about-area-02 .about-img__style-text {
  position: absolute;
  left: -88px;
  top: 30%;
  z-index: 2;
}
.about-area-02 .about-img__style-dot {
  position: absolute;
  z-index: 3;
  right: -65px;
  bottom: -46px;
  animation: float-bob-y infinite 5s linear;
}

.about-wrapper-02 .section-title p {
  color: #838694;
}

.about-wrapper-03 {
  background: url("../img/shape/06b.png") 100% 5px no-repeat;
}

.post-form-area .input-text {
  position: relative;
}
.post-form-area .input-text::before {
  position: absolute;
  content: "\f007";
  font-family: "Font Awesome 5 pro";
  font-size: 15px;
  color: #02b663;
  right: 20px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
.post-form-area .input-text.input-mail::before {
  content: "\f2b6";
}
.post-form-area .input-text.input-msg::before {
  content: "\f040";
  top: 20px;
}
.post-form-area .input-text input:focus {
  border: 2px solid #02b663;
  box-shadow: none;
  background: none;
  border-radius: 5px;
}
.post-form-area .input-text .form-control {
  background-color: #f6f3f1;
  position: relative;
  width: 100%;
  height: 70px;
  color: #1a1e2d;
  font-size: 15px;
  font-weight: 500;
  border: 0;
  padding-left: 25px;
  display: block;
  border-radius: 0;
}
.post-form-area .input-text textarea {
  background-color: #f6f3f1;
  position: relative;
  width: 100%;
  height: 120px;
  border: 0;
  color: #1a1e2d;
  font-size: 15px;
  font-weight: 500;
  resize: none;
  padding: 20px 0 0 27px;
}
.post-form-area .input-text textarea::placeholder {
  color: #1a1e2d;
}
.post-form-area .input-text textarea:focus {
  border-radius: 5px;
  border: 2px solid #02b663;
  background: none;
}

.cta-wrapper .section-title h2 {
  font-weight: 300;
}
.cta-wrapper .section-title h2 b {
  font-weight: 700;
}

.cta-btn a {
  color: #ffffff;
  background: #1a1e2d;
}
.cta-btn a:hover {
  background: transparent;
}

.cta-area-02 {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cta-area-02 .cta-wrapper .section-title h2 {
  color: #ffffff;
}
.cta-area-02 .cta-wrapper .cta-btn a {
  color: #1a1e2d;
  background: #ffffff;
}

.contact-box__icon {
  margin-right: 18px;
}
.contact-box__icon i {
  color: white;
  font-size: 24px;
  background: #02b663;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  animation: pulseBig infinite 0.5s linear;
}
.contact-box__content h4 {
  font-size: 24px;
  margin: 0;
}
.contact-box__content p {
  color: #838694;
  font-weight: 500;
  font-size: 18px;
  margin-top: 5px;
}

.contact-form {
  border-top: 2px solid #e7e7e7;
}
.contact-form .input-box h5 {
  font-size: 20px;
  margin-bottom: 22px;
  letter-spacing: -0.03em;
}
.contact-form .input-box .input-text .form-control {
  background-color: #f5f6fa;
}
.contact-form .input-box .input-text.input-phone::before {
  content: "\f095";
}
.contact-form .input-box .input-text.input-sub::before {
  content: "\f095";
}
.contact-form .input-box .input-message::before {
  display: none;
}
.contact-form .input-box .input-message textarea {
  background-color: #f5f6fa;
}
.contact-form .input-box .input-message textarea:focus {
  background-color: #f5f6fa;
}
.contact-form .msg-btn a.theme_btn {
  padding-right: 45px;
  padding-left: 45px;
}

.contact-map-area .map-02 iframe {
  width: 100%;
  min-height: 665px;
  border: 0;
  margin-bottom: -8px;
}

.map-area iframe {
  width: 100%;
  height: 470px;
  border: 0;
}

.checkbox {
  color: #716ca2;
}

.faq-area::before {
  content: "";
  position: absolute;
  background: url(../img/mapa.png) no-repeat;
  background-size: contain;
  background-position: 0 50%;
  left: 10vw;
  right: 0;
  top: 50px;
  bottom: 50px;
}

.card {
  border: 0;
  background: 0;
  padding: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.card .card-header {
  background: 0;
  padding: 0;
  border-radius: 0;
  border: 0;
  position: relative;
  z-index: 1;
}
.card .card-header button {
  color: #ffffff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  display: block;
  width: 100%;
  text-align: left;
  border: 0;
  border-radius: 0;
  white-space: normal;
  padding: 25px 60px 10px 35px;
  position: relative;
}
.card .card-header button.collapsed {
  padding: 20px 60px 20px 35px;
}
.card .card-header .btn-link:hover {
  text-decoration: none;
}
.card .card-header .btn-link.focus, .card .card-header .btn-link:focus {
  text-decoration: none;
}
.card .card-header .btn-link {
  position: relative;
  color: #1a1e2d;
}
.card .card-header .btn-link::before {
  content: "\f054";
  position: absolute;
  font-family: "Font Awesome 5 pro";
  font-size: 14px;
  color: #000;
  line-height: 1;
  right: 25px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  z-index: 1;
  transition: all 0.3s ease-out 0s;
}
.card .card-header .collapsed {
  position: relative;
  color: #ffffff;
  background: #23293e;
}
.card .card-header .collapsed::before {
  color: #fed857;
  transform: translateY(-50%);
}
.card .card-body {
  position: relative;
  z-index: 1;
  padding: 0px 35px 25px 35px;
}
.card .card-body p {
  color: #1a1e2d;
}

.card-bg {
  position: relative;
}
.card-bg::before {
  content: " ";
  position: absolute;
  background: #fed857;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.card-02::before {
  background: #1a1e2d;
}
.card-02 .card-header .btn-link {
  color: #ffffff;
}
.card-02 .card-header .btn-link::before {
  color: #ffffff;
}
.card-02 .card-header .collapsed {
  color: #1a1e2d;
  background: #ffffff;
}
.card-02 .card-header .collapsed::before {
  color: #1a1e2d;
}
.card-02 .card-body p {
  color: #ffffff;
}

.faq-right .widget .widget-contact-box {
  border-top: 5px solid #02b663;
}
.faq-right .widget .widget-contact-box .media-social li a {
  border: 1px solid #e5e5e5;
}

.widget-donate-box {
  padding-top: 130px;
  padding-bottom: 105px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.widget-donate-box h5 {
  color: #fed857;
  font-weight: 600;
}
.widget-donate-box h3 {
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 32px;
}

.footer-area {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.scroll-target {
  color: #ffffff;
  background: #02b663;
  width: 55px;
  height: 55px;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 105px;
  border-radius: 50%;
  text-align: center;
  line-height: 55px;
  z-index: 3;
}
.scroll-target:hover {
  background: #02b663;
}

.copy-right-area {
  position: relative;
}
.copy-right-area::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #252a3d;
}
.copy-right-area .copyright p {
  color: #9197ae;
}

#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: #fed857;
  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;
  }
}
.post-content {
  font-size: 18px;
  line-height: 28px;
  color: #1a1e2d;
  text-align: justify;
}
.post-content > *:first-child {
  margin-top: 0;
}
.post-content p, .post-content ul, .post-content ol, .post-content li {
  font-size: 18px;
  line-height: 28px;
  color: #1a1e2d;
}
.post-content p, .post-content ul, .post-content ol {
  margin-top: 1.5em;
}
.post-content ul li {
  padding-left: 70px;
  background: url("../img/li.png") 35px 8px no-repeat;
}
.post-content ol li {
  list-style: decimal;
  padding-left: 1em;
  margin-top: 0.5em;
}
.post-content h2 {
  color: #1a1e2d;
  font-size: 55px;
  font-weight: 400;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
  letter-spacing: -0.03em;
  margin-bottom: 1em;
}
.post-content h2 span {
  font-weight: 300;
}
.post-content h3 {
  color: #0aba7a;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  font-family: "Poppins", sans-serif;
  letter-spacing: -0.03em;
  margin: 1.75em 0 1.5em;
}
.post-content a {
  transition: all 0.3s ease-out 0s;
}
.post-content a:hover {
  opacity: 0.3;
}

.post-content-large {
  font-size: 20px;
  line-height: 31px;
  color: #1a1e2d;
  text-align: justify;
}
.post-content-large p, .post-content-large ul, .post-content-large ol {
  margin-top: 1.5em;
  font-size: 20px;
  line-height: 31px;
  color: #1a1e2d;
}
.post-content-large h2 {
  color: #1a1e2d;
  font-size: 55px;
  font-weight: 400;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
  letter-spacing: -0.03em;
  margin-bottom: 1em;
}
.post-content-large h2 span {
  font-weight: 300;
}
.post-content-large h3 {
  color: #0aba7a;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  font-family: "Poppins", sans-serif;
  letter-spacing: -0.03em;
  margin: 1.75em 0 1.5em;
}
.post-content-large ul li {
  font-size: 20px;
  line-height: 31px;
  color: #1a1e2d;
  padding-left: 70px;
  background: url("../img/li.png") 35px 8px no-repeat;
}

.gallery-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  margin: 50px 0 70px;
}
.gallery-2 img {
  width: 100%;
}

.gallery-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  margin: 50px 0 70px;
}
.gallery-3 img {
  width: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px){
  .section-title h2 {
    font-size: 30px;
  }
  .custom-container {
    padding-left: 0;
    padding-right: 0;
  }
  .main-header-area {
    padding: 10px 25px;
  }
  .side-mobile-menu {
    display: block;
  }
  .page-title-area {
    min-height: 400px;
  }
  .page-title-wrapper .page-title {
    font-size: 32px;
  }
  ul.breadcrumb-list li a {
    font-size: 20px;
  }
  .slide-bar {
    width: 350px;
  }
  .slider__content .main-title {
    font-size: 40px;
  }
  .slider-height-02 {
    min-height: 650px;
  }
  .projects__thumb img {
    width: inherit;
  }
  .projects__content {
    padding: 21px 15px 0px 15px;
  }
  .post-content h2 {
    font-size: 30px;
  }
  .post-content-large h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
  .section-title h2 {
    font-size: 45px;
  }
  .custom-container {
    padding-left: 0;
    padding-right: 0;
  }
  .main-header-area {
    padding: 10px 25px;
  }
  .side-mobile-menu {
    display: block;
  }
  .main-head-02 .quote-btn {
    display: none;
  }
  .page-title-area {
    min-height: 450px;
  }
  .page-title-wrapper .page-title {
    font-size: 70px;
  }
  .slider-height {
    min-height: 700px;
  }
  .slider-area .slick-slider button {
    left: 50px;
  }
  .slider-area .slick-slider .slick-next {
    right: 50px;
  }
  .slider-height-02 {
    min-height: 750px;
  }
  .slider__content__02 .main-title {
    font-size: 70px;
  }
  .projects__content {
    padding: 40px 25px 0 25px;
  }
  .projects-02 .project-manager li:first-child {
    margin-right: 35px;
  }
  .about-us-area::before {
    width: 100%;
  }
  .about__wrapper {
    padding-left: 0;
  }
  .contact-box__icon {
    margin-bottom: 20px;
  }
  .post-content h2 {
    font-size: 45px;
  }
  .post-content-large h2 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px){
  .section-title h2 {
    font-size: 40px;
  }
  .main-header-area {
    padding: 2px 15px 3px 15px;
  }
  .main-menu ul li {
    margin: 0 8px;
  }
  .main-head-02 .quote-btn {
    display: none;
  }
  .slider-height {
    min-height: 750px;
  }
  .slider-area .slick-slider button {
    left: 50px;
  }
  .slider-area .slick-slider .slick-next {
    right: 50px;
  }
  .single-feature__icon {
    float: none;
    margin-bottom: 20px;
  }
  .projects__content {
    padding: 40px 15px 0 15px;
  }
  .projects__content h4 {
    font-size: 18px;
  }
  .projects-02 .project-manager li:first-child {
    margin-right: 30px;
  }
  .about__wrapper {
    padding-left: 0;
  }
  .post-content h2 {
    font-size: 40px;
  }
  .post-content-large h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px){
  .main-menu ul li {
    margin: 0 17px;
  }
}
@media (max-width: 1200px){
  .main-menu {
    text-align: right;
  }
}
@media (max-width: 991px){
  .hamburger-menu {
    display: block;
  }
}
@media (max-width: 767px){
  .section-title h6 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .section-title h2 {
    font-size: 24px;
  }
  .custom-container {
    padding-left: 0;
    padding-right: 0;
  }
  .main-header-area {
    min-height: 80px;
  }
  .main-header-area .logo-img img {
    max-width: 250px;
  }
  .main-header-area {
    padding: 10px 25px;
  }
  .side-mobile-menu {
    display: block;
  }
  .main-head-02 {
    padding: 0;
  }
  .main-head-02 .quote-btn {
    display: none;
  }
  .page-title-area {
    min-height: 400px;
  }
  .page-title-wrapper .page-title {
    font-size: 32px;
  }
  ul.breadcrumb-list li a {
    font-size: 18px;
  }
  .slide-bar {
    width: 310px;
    padding: 25px 20px;
  }
  .slider-height {
    min-height: 550px;
  }
  .slider__content .main-title {
    font-size: 40px;
  }
  .slider-area .slick-slider button {
    left: 50px;
  }
  .slider-area .slick-slider .slick-next {
    right: 50px;
  }
  .slider-height-02 {
    min-height: 550px;
  }
  .btn-list-02 li {
    margin-bottom: 10px;
  }
  .projects__thumb img {
    width: 100%;
  }
  .projects__content {
    padding: 40px 15px 30px 15px;
  }
  .projects__content h4 {
    font-size: 20px;
  }
  .projects-02 .project-manager li:first-child {
    margin-right: 35px;
  }
  .about-us-area::before {
    display: none;
  }
  .about-img {
    padding-top: 0;
  }
  .about__wrapper {
    padding-left: 0;
  }
  .contact-box__icon {
    margin-bottom: 20px;
  }
  .contact-map-area .map-02 iframe {
    min-height: 450px;
  }
  .scroll-target {
    margin: 0 0 0 auto;
  }
  .post-content ul li {
    padding-left: 45px;
    background: url("../img/li.png") 15px 8px no-repeat;
  }
  .post-content h2 {
    font-size: 24px;
  }
  .post-content-large h2 {
    font-size: 24px;
  }
}