/*-----------------------------------------------------------------------------------


/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/
/* 1. Theme default css */
@import url("https://fonts.googleapis.com/css?family=Barlow:300,400,500,600,700,800,900|Rubik:300,400,500,700,900&amp;display=swap");
/*
  	Flaticon icon font: Flaticon
  	Creation date: 26/01/2020 04:05
  	*/
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticond41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff2") format("woff2"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("https://devsnews.com/template/fundee/fundee/assets/css/Flaticon.svg/#Flaticon") format("svg"); } }

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal;
  line-height: 1; }

.flaticon-charity:before {
  content: "\f100"; }

.flaticon-heart:before {
  content: "\f101"; }

.flaticon-donation:before {
  content: "\f102"; }

.flaticon-icon-182480:before {
  content: "\f103"; }

.flaticon-icon-829141:before {
  content: "\f104"; }

.flaticon-handicap:before {
  content: "\f105"; }

.flaticon-trophy:before {
  content: "\f106"; }

.flaticon-care:before {
  content: "\f107"; }

.flaticon-donation-1:before {
  content: "\f108"; }

.flaticon-donation-2:before {
  content: "\f109"; }

.flaticon-donation-3:before {
  content: "\f10a"; }

body {
  font-family: "Rubik", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #748188; }

.img, img {
  max-width: 100%;
  -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; }

.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 {
  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: "Barlow", sans-serif;
  color: #233f4d;
  margin-top: 0px;
  font-style: normal;
  font-weight: 700;
  text-transform: normal;
  line-height: 1; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit; }

h1 {
  font-size: 40px;
  font-weight: 700; }

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

li {
  list-style: none; }

p {
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  color: #3d3d3d;
  margin-bottom: 15px; }

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

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

*::-moz-selection {
  background: #233f4d;
  color: #ffffff;
  text-shadow: none; }

::-moz-selection {
  background: #233f4d;
  color: #ffffff;
  text-shadow: none; }

::selection {
  background: #233f4d;
  color: #ffffff;
  text-shadow: none; }

/*--
    - Input Placeholder
-----------------------------------------*/
*::-moz-placeholder {
  color: #233f4d;
  font-size: 14px;
  opacity: 1; }

*::-webkit-input-placeholder {
  color: #233f4d;
  font-size: 14px;
  opacity: 1; }

*:-ms-input-placeholder {
  color: #233f4d;
  font-size: 14px;
  opacity: 1; }

*::-ms-input-placeholder {
  color: #233f4d;
  font-size: 14px;
  opacity: 1; }

*::placeholder {
  color: #233f4d;
  font-size: 14px;
  opacity: 1; }

/*--
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden; }

.clear {
  clear: both; }

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

.grey2-bg {
  background: #e6e5e0; }

.white-bg {
  background: #ffffff; }

.red-bg {
  background: #cc1d19; }

.black-bg {
  background: #233f4d; }

.green-bg {
  background: #03b664; }

.blue-bg {
  background: #05103b; }

.black-2-bg {
  background: #111111; }

.black-soft-bg {
  background: #374455; }

.blue-soft-bg {
  background: #11202d; }

.theme-bg {
  background: #ffc226; }

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

.black-color {
  color: #233f4d; }

.theme-color {
  color: #ffc226; }

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

.mb-205 {
  margin-bottom: 205px; }

.mb-210 {
  margin-bottom: 210px; }

.mb-215 {
  margin-bottom: 215px; }

.mb-220 {
  margin-bottom: 220px; }

.mb-225 {
  margin-bottom: 225px; }

.mb-230 {
  margin-bottom: 230px; }

.mb-235 {
  margin-bottom: 235px; }

.mb-240 {
  margin-bottom: 240px; }

.mb-245 {
  margin-bottom: 245px; }

.mb-250 {
  margin-bottom: 250px; }

.mb-255 {
  margin-bottom: 255px; }

.mb-260 {
  margin-bottom: 260px; }

.mb-265 {
  margin-bottom: 265px; }

.mb-270 {
  margin-bottom: 270px; }

.mb-275 {
  margin-bottom: 275px; }

.mb-280 {
  margin-bottom: 280px; }

.mb-285 {
  margin-bottom: 285px; }

.mb-290 {
  margin-bottom: 290px; }

.mb-295 {
  margin-bottom: 295px; }

.mb-300 {
  margin-bottom: 300px; }

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

.pt-205 {
  padding-top: 205px; }

.pt-210 {
  padding-top: 210px; }

.pt-215 {
  padding-top: 215px; }

.pt-220 {
  padding-top: 220px; }

.pt-225 {
  padding-top: 225px; }

.pt-230 {
  padding-top: 230px; }

.pt-235 {
  padding-top: 235px; }

.pt-240 {
  padding-top: 240px; }

.pt-245 {
  padding-top: 245px; }

.pt-250 {
  padding-top: 250px; }

.pt-255 {
  padding-top: 255px; }

.pt-260 {
  padding-top: 260px; }

.pt-265 {
  padding-top: 265px; }

.pt-270 {
  padding-top: 270px; }

.pt-275 {
  padding-top: 275px; }

.pt-280 {
  padding-top: 280px; }

.pt-285 {
  padding-top: 285px; }

.pt-290 {
  padding-top: 290px; }

.pt-295 {
  padding-top: 295px; }

.pt-300 {
  padding-top: 300px; }

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

.pb-205 {
  padding-bottom: 205px; }

.pb-210 {
  padding-bottom: 210px; }

.pb-215 {
  padding-bottom: 215px; }

.pb-220 {
  padding-bottom: 220px; }

.pb-225 {
  padding-bottom: 225px; }

.pb-230 {
  padding-bottom: 230px; }

.pb-235 {
  padding-bottom: 235px; }

.pb-240 {
  padding-bottom: 240px; }

.pb-245 {
  padding-bottom: 245px; }

.pb-250 {
  padding-bottom: 250px; }

.pb-255 {
  padding-bottom: 255px; }

.pb-260 {
  padding-bottom: 260px; }

.pb-265 {
  padding-bottom: 265px; }

.pb-270 {
  padding-bottom: 270px; }

.pb-275 {
  padding-bottom: 275px; }

.pb-280 {
  padding-bottom: 280px; }

.pb-285 {
  padding-bottom: 285px; }

.pb-290 {
  padding-bottom: 290px; }

.pb-295 {
  padding-bottom: 295px; }

.pb-300 {
  padding-bottom: 300px; }

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

/* scrollUp */
#scrollUp {
  background: #cc1d19;
  height: 50px;
  width: 50px;
  right: 15px;
  bottom: 15px;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  line-height: 50px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

#scrollUp:hover {
  background: #ffc226; }

/* bounce-animate */
.bounce-animate {
  -webkit-animation-name: float-bob;
  animation-name: float-bob;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }

@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }

.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 10s;
  animation-duration: 60s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

.button {
  cursor: pointer; }

/*--
    - 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: #233f4d; }

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

/* 02. header */
/* 2 header */
/* .header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; } */

.sticky {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  z-index: 9999;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  background: #03b664; }

.default-header .sticky {
  background: #ffffff; }

.menu-3.sticky {
  border: 0; }

.pos-rel {
  position: relative; }

.header-top-area {
  padding: 12px 0 14px; }

.header-info span {
  color: #a8bcc6;
  font-size: 14px;
  font-weight: 400;
  margin-right: 30px; }
  .header-info span i {
    font-size: 14px;
    color: #03b664;
    margin-right: 6px; }
  .header-info span:last-child {
    margin-right: 0; }

.header-icon {
  margin-right: 24px; }
  .header-icon a {
    color: #a8bcc6;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    margin-right: 12px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .header-icon a:last-child {
      margin-right: 0; }
    .header-icon a:hover {
      color: #03b664; }

.header-login a {
  background: #ffc226;
  color: #233f4d;
  font-weight: 510;
  font-size: 14px;
  padding: 12px 16px;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  border-radius: 5px;}

.header-login i {
  padding-right: 3px; }

.header-right {
  margin-top: 26px; }

.header-right-text {
  overflow: hidden;
  margin-right: 15px; }
  .header-right-text h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 2px;
    color: #ffffff; }
  .header-right-text span {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500; }

.header-02-wrapper {
  margin-top: 9px; }

.header-lang {
  padding: 3px 0 17px;
  display: inline-block; }

.lang-icon > a {
  font-size: 18px;
  color: #233f4d;
  margin-left: 5px;
  font-weight: 600;
  font-family: "Barlow", sans-serif; }

.lang-icon i {
  font-size: 15px;
  position: relative;
  top: 2px;
  left: 3px; }

.header-lang-list {
  position: absolute;
  width: 120px;
  opacity: 0;
  visibility: hidden;
  padding: 20px 15px;
  border-top: 3px solid #ffc226;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  z-index: 999;
  background: #ffffff;
  padding-bottom: 5px;
  padding-top: 4px;
  top: 100%;
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.header-lang:hover .header-lang-list {
  opacity: 1;
  visibility: visible; }

.header-lang-list li {
  display: block;
  margin-bottom: 0;
  padding: 5px 0; }
  .header-lang-list li a {
    display: block;
    color: #647589;
    font-size: 13px; }
    .header-lang-list li a:hover {
      color: #ffc226; }

.header-02-info a {
  color: #233f4d;
  background: #ffffff;
  font-size: 16px;
  border: 2px solid #f0f0f0;
  display: inline-block;
  line-height: 1;
  padding: 9px 17px;
  border-radius: 5px;
  font-family: "Barlow", sans-serif; }
  .header-02-info a i {
    padding-right: 5px;
    color: #03b664; }

.header-02-icon {
  margin-top: 5px; }
  .header-02-icon a {
    color: #a0aeb8;
    font-size: 16px;
    margin-right: 18px; }

.search-icon {
  margin-top: 50px;
  margin-left: 39px; }
  .search-icon a {
    font-size: 16x;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #ffffff; }
    .search-icon a:hover {
      color: #ffc226; }

.header-02 {
  padding-left: 55px;
  border-bottom: 2px solid #37576b;
  padding-bottom: 0;
  padding-top: 0; }

.header-02 .header-info span {
  color: #ffffff;
  font-size: 18px;
  margin-right: 64px;
  border-right: 2px solid #37576b;
  padding-right: 64px;
  padding-top: 15px;
  display: inline-block;
  padding-bottom: 15px; }

.header-02 .header-info span i {
  font-size: 20px;
  color: #ffffff; }

.header-03-icon a {
  font-size: 16px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  padding: 20px 23px;
  border-right: 2px solid #37576b;
  transition: .3s;
  margin: 0;
  line-height: 1;
  float: right; }
  .header-03-icon a:hover {
    color: #ffffff;
    background: #4661c5;
    border-color: #4661c5; }
  .header-03-icon a:first-child {
    border-right: 0; }

.fb {
  color: #4661c5; }

.twit {
  color: #1ab2e8; }

.google {
  color: #ea4335; }

.dribbble {
  color: #4661c5; }

.logo-2 a {
  background: #ffc226;
  padding: 28px 70px;
  line-height: 1;
  display: inline-block; }

.header-02-login a {
  background: #cc1d19;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  padding: 34px 69px;
  text-transform: capitalize;
  display: inline-block;
  line-height: 1;
  font-family: "Barlow", sans-serif; }

.header-02-login i {
  padding-right: 6px;
  font-size: 22px; }

.default-header .header-info span {
  color: #748188;
  border-right: 2px solid #ebebeb; }

.default-header .header-02 {
  border-bottom: 2px solid #ebebeb; }

.fb-1 {
  background: #4661c5; }

.twit-1 {
  background: #1ab2e8; }

.google-1 {
  background: #ea4335; }

.dribbble-1 {
  background: #d03086; }

.default-header .header-03-icon a {
  padding: 20px 23px;
  border-right: none;
  color: #ffffff;
  margin-right: 5px; }
  .default-header .header-03-icon a:first-child {
    margin-right: 0; }

.default-header .header-info span i {
  color: #03b664; }

.default-header .header-02-login a {
  background: none;
  color: #748188;
  padding: 34px 69px;
  border-left: 2px solid #ebebeb; }

.default-header .header-03-icon .fb-1:hover {
  background: #4661c5; }

.default-header .header-03-icon .twit-1:hover {
  background: #1ab2e8; }

.default-header .header-03-icon .google-1:hover {
  background: #ea4335; }

.default-header .header-03-icon .dribbble-1:hover {
  background: #d03086; }

.default-header .header-02-login a i {
  color: #ffc226; }

/* menu */



/* Header Styles */
/* MAIN STYLES */
.main-menu-area {
  position: relative;
  z-index: 999;
  padding: 20px 0;
  background: #009650;
  transition: all 0.3s ease;
}

.main-menu-area.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 150, 80, 0.98);
  backdrop-filter: blur(15px);
  box-shadow: 0 5px 30px rgba(0,0,0,0.15);
  padding: 15px 0;
}

/* .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
} */

/* DESKTOP HEADER */
.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 40px;
}

.logo img, .mobile-logo img {
  height: 50px;
  width: auto;
  transition: all 0.3s ease;
}

.main-menu-area.sticky .logo img,
.main-menu-area.sticky .mobile-logo img {
  height: 40px;
}

#main-menu ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
  align-items: center;
}

#main-menu ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  padding: 12px 16PX;
  display: block;
  border-radius: 25px;
  transition: all 0.3s ease;
  position: relative;
}

#main-menu ul li.active a,
#main-menu ul li a:hover {
  color: #ffd700;
  background: rgba(255,215,0,0.2);
}

/* MOBILE HEADER */
.mobile-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 10px;
}

#mobileMenuBtn {
  background: none;
  border: none;
  cursor: pointer;
  width: 35px;
  height: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 5px;
  z-index: 99999;
}

#mobileMenuBtn span {
  height: 4px;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  transition: all 0.3s ease;
  display: block;
}

#mobileMenuBtn.active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

#mobileMenuBtn.active span:nth-child(2) {
  opacity: 0;
}

#mobileMenuBtn.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* MOBILE MENU - FIXED SHOW */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 320px;
  height: 100vh;
  background: linear-gradient(135deg, #009650 0%, #007a40 100%);
  z-index: 10001;
  padding: 100px 30px 30px;
  transition: right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow-y: auto;
  box-shadow: -5px 0 30px rgba(0,0,0,0.5);
}

.mobile-menu.active {
  right: 0 !important;
}

.mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-menu ul li {
  margin-bottom: 10px;
}

.mobile-menu ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 16px;
  display: block;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
}

.mobile-menu ul li a:hover,
.mobile-menu ul li.active a {
  color: #ffd700;
  background: rgba(255,215,0,0.2);
  transform: translateX(10px);
}

/* OVERLAY */
#mobileOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.7);
  /* z-index: 10000; */
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

#mobileOverlay.active {
  opacity: 1;
  visibility: visible;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .d-none.d-lg-flex { display: none !important; }
  .d-lg-none { display: block !important; }
}

@media (max-width: 480px) {
  .mobile-menu {
    width: 65%;
    right: -100%;
  }
  
  .mobile-logo img {
    height: 40px;
  }
}

body.menu-open {
  overflow: hidden;
}


/* 03. features */
.section-title span {
  background: #fbf0dc;
  color: #233f4d;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  font-family: "Barlow", sans-serif;
  padding: 7px 21px 7px 0;
  border-radius: 30px; }
  .section-title span i {
    font-size: 16px;
    background: #cc1d19;
    color: #ffffff;
    padding: 7px;
    border-radius: 50%;
    margin-right: 10px; }

.section-title h1 {
  font-size: 55px;
  margin-bottom: 0;
  letter-spacing: -.3px;
  line-height: 1.06;
  margin-top: 30px; }

.section-title p {
  margin-bottom: 0;
  margin-top: 32px; }

.white-title-1 span {
  background: #ffffff; }

.white-title span {
  background: #ffffff; }

.white-title h1 {
  color: #ffffff; }

.white-title p {
  color: #ffffff; }

.features-img img {
  width: 100%; }

.features-img::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: #03b664;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  z-index: 1; }

.features-wrapper:hover .features-img::before {
  opacity: .6; }

.features-wrapper.active .features-img::before {
  opacity: .6; }

.features-wrapper:hover .features-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.features-wrapper:hover .features-inner {
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.features-wrapper.active .features-inner {
  opacity: 0; }

.features-inner-item {
  margin-top: -40px;
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.features-icon a {
  color: #000000;
  font-size: 40px;
  -webkit-box-shadow: 0px 0px 29.7px 0.3px rgba(204, 204, 204, 0.78);
  box-shadow: 0px 0px 29.7px 0.3px rgba(204, 204, 204, 0.78);
  height: 80px;
  display: inline-block;
  width: 80px;
  line-height: 76px;
  border-radius: 50%;
  background: #ffc226;
  border: 5px solid #ffffff;
  text-align: center; }

.features-text h3 {
  font-size: 24px;
  margin-bottom: 0;
  margin-top: 17px; }

.features-item {
  background: #cc1d19;
  position: absolute;
  right: 20px;
  left: 20px;
  padding: 50px 35px 42px 35px;
  bottom: -78px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-radius: 5px;
  opacity: 0;
  z-index: 9; }

.features-wrapper:hover .features-item {
  opacity: 1; }

.features-wrapper.active .features-item {
  opacity: 1; }

.features-01-icon a {
  color: #ffffff;
  font-size: 40px;
  height: 80px;
  display: inline-block;
  width: 80px;
  line-height: 76px;
  border-radius: 50%;
  background: #03b664;
  border: 5px solid #ffffff;
  text-align: center; }

.features-content h3 {
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: 26px;
  color: #ffffff; }

.features-content p {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 16px; }

.features-02-bg {
  margin-right: 48px; }

.features-02-icon-img {
  display: inline-block; }

.features-02-icon {
  background: #cc1d19;
  height: 220px;
  width: 220px;
  text-align: center;
  line-height: 220px;
  border-radius: 50%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.features-02-wrapper:hover .features-02-icon {
  background: #03b664; }

.features-02-wrapper.active .features-02-icon {
  background: #03b664; }

.features-03-icon {
  position: absolute;
  bottom: 6px;
  right: 20px; }
  .features-03-icon a {
    font-size: 20px;
    height: 50px;
    width: 50px;
    background: #ffffff;
    display: inline-block;
    text-align: center;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 0px 10px 29.7px 0.3px rgba(226, 90, 68, 0.44);
    box-shadow: 0px 10px 29.7px 0.3px rgba(226, 90, 68, 0.44);
    border: 2px solid transparent; }
    .features-03-icon a:hover {
      border-color: #ffffff;
      background: #cc1d19;
      color: #ffffff; }

.features-02-wrapper.active .features-03-icon a {
  border-color: #ffffff;
  background: #cc1d19;
  color: #ffffff; }

.features-02-text {
  margin-top: 24px; }
  .features-02-text h3 {
    margin-bottom: 0;
    font-size: 24px; }

.features-02-bg .col-xl-6:nth-child(1) .features-02-wrapper {
  -webkit-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  transform: translateY(-60px); }

.features-02-bg .col-xl-6:nth-child(3) .features-02-wrapper {
  -webkit-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  transform: translateY(-60px); }

.single-features {
  margin-left: 34px;
  margin-top: 50px; }

.features-02-content p {
  margin-bottom: 40px; }

.features-title-area {
  background-size: cover;
  background-position: center center; }

.features-03-area {
  margin-top: -156px; }

.features-03-wrapper {
  position: relative;
  -webkit-box-shadow: 0px 0px 29.7px 0.3px rgba(234, 234, 234, 0.82);
  box-shadow: 0px 0px 29.7px 0.3px rgba(234, 234, 234, 0.82);
  background: #ffffff;
  padding: 60px 35px 55px; }
  .features-03-wrapper::before {
    position: absolute;
    background: #ffc226;
    content: "";
    height: 5px;
    width: 120px;
    left: 0;
    bottom: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .features-03-wrapper:hover::before {
    width: 100%; }

.features-04-icon {
  border: 4px dashed #ffc226;
  padding: 10px;
  display: inline-block;
  border-radius: 50%; }
  .features-04-icon a {
    font-size: 20px;
    height: 120px;
    width: 120px;
    background: #ffc226;
    display: inline-block;
    text-align: center;
    text-align: center;
    line-height: 120px;
    border-radius: 50%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 62px;
    color: #222; }

.features-03-text {
  margin-top: 35px; }
  .features-03-text h3 {
    font-size: 26px;
    margin-bottom: 17px; }
  .features-03-text p {
    margin-bottom: 0; }



/* 05. case */
.case-wrapper {
  padding: 37px 30px;
border-radius: 25px; }

.case-text h3 {
  font-size: 24px;
  margin-bottom: 0;
  letter-spacing: -.5px; }
  .case-text h3 a {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .case-text h3 a:hover {
      color: #ffc226; }

.case-img img {
  width: 100%; }

.case-name {
  overflow: hidden;
  margin-top: 22px;
  margin-bottom: 30px; }

.case-say-img {
  float: left;
  margin-right: 15px; }
  .case-say-img img {
    border-radius: 50%; }

.case-say-content {
  overflow: hidden;
  margin-top: 5px; }
  .case-say-content span {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize; }

.case-meta {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 25px; }

.f-cat a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  background: #cc1d19;
  line-height: 1;
  padding: 5px 11px;
  display: inline-block;
  font-family: "Barlow", sans-serif;
  border-radius: 3px; }

.f-meta-list span {
  font-size: 14px;
  font-weight: 400;
  color: #233f4d;
  margin-right: 14px; }
  .f-meta-list span i {
    color: #03b664;
    padding-right: 5px; }
  .f-meta-list span:last-child {
    margin-right: 0; }

.bar-title h5 {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 17px;
  font-weight: 600; }

.raise {
  color: #748188; }

.used-count {
  color: #cc1d19; }

.single-skill {
  overflow: hidden; }

.progress {
  border-radius: 0;
  height: 5px;
  overflow: visible;
  background: #e6e5e0; }

.progress-bar {
  background-color: #03b664;
  text-align: right; }

.progress-bar span {
  font-size: 16px;
  margin-top: -55px;
  color: #233f4d;
  font-weight: 600;
  font-family: "Barlow", sans-serif; }

.case-info p {
  margin-bottom: 17px; }

.shape-item {
  position: absolute; }

.case-01 {
  top: 0;
  right: 0; }

.case-02 {
  top: 9%;
  left: 5%; }

.case-03 {
  bottom: 5%;
  right: 8%; }

.case-04 {
  bottom: 9%;
  left: 13%; }

.arrow-style .slick-arrow {
  background: #03b664;
  font-size: 16px;
  left: -90px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  color: #ffffff;
  font-weight: 400;
  height: 50px;
  width: 50px;
  line-height: 48px;
  border-radius: 5px;
  border: none;
  cursor: pointer; }

.arrow-style .slick-arrow::before {
  content: "";
  border: 2px solid #03b664;
  position: absolute;
  height: 62px;
  width: 62px;
  left: -6px;
  top: -6px;
  border-radius: 5px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.arrow-style .slick-arrow:hover::before {
  border-color: #cc1d19; }

.arrow-style .slick-next {
  left: auto;
  right: -90px; }

.arrow-style:hover .slick-arrow {
  opacity: 1;
  visibility: visible; }

.arrow-style .slick-arrow:hover {
  background: #cc1d19; }

.arrow-style .slick-dots {
  text-align: center;
  bottom: -85px;
  z-index: 0;
  position: absolute;
  left: 0;
  right: 0; }

.arrow-style .slick-dots li {
  display: inline-block;
  margin: 0 4px; }

.arrow-style .slick-dots li button {
  height: 12px;
  width: 12px;
  text-indent: -9999px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  padding: 0;
  border-radius: 50%;
  background: #ffffff;
  border: none;
  position: relative; }

.arrow-style .slick-dots li.slick-active button {
  background: #ffc226; }

.case-02-wrapper {
  padding: 0; }

.case-02-wrapper .case-text {
  margin-top: 31px;
  margin-bottom: 24px; }

.case-02-wrapper .case-text span {
  font-size: 18px;
  color: #748188;
  padding-left: 50px;
  position: relative;
  margin-top: 13px;
  display: inline-block; }
  .case-02-wrapper .case-text span::before {
    position: absolute;
    content: "";
    left: 0;
    height: 3px;
    width: 30px;
    background: #cc1d19;
    bottom: 8px; }

.case-tab {
  margin-left: 70px;
  margin-right: 70px; }

.case-tab li {
  margin: 0;
  position: relative;
  padding: 0;
  float: left;
  width: 20%; }

.case-tab li a {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  padding: 20px 20px;
  margin: 0 2px;
  text-align: center;
  background: #cc1d19;
  transition: .3s; }

.case-tab li a:hover {
  background: #03b664; }

.case-tab li a.active {
  background: #03b664; }

.case-tab li a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 11px 0 11px;
  border-color: #03b664 transparent transparent transparent;
  left: 50%;
  bottom: -12px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.case-tab li a.active::before {
  opacity: 1; }

.case-tab li a:hover::before {
  opacity: 1; }

.case-tap-wrapper {
  overflow: hidden;
  display: inline-block; }

.case-tap-text {
  overflow: hidden;
  float: left; }
  .case-tap-text h4 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-top: 12px; }

.case-02-content {
  -webkit-box-shadow: 0px 0px 29.7px 0.3px rgba(234, 234, 234, 0.82);
  box-shadow: 0px 0px 29.7px 0.3px rgba(234, 234, 234, 0.82);
  margin-left: 20px;
  margin-right: 20px;
  padding: 36px 30px 38px 27px;
  background: #ffffff;
  margin-top: -44px;
  position: relative; }

.case-02-content .case-text {
  margin-top: 0;
  margin-bottom: 15px; }

.case-02-content .bar-title h5 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 28px; }

.progress-circular {
  position: relative;
  height: 80px; }

.progress-circular input {
  color: #2aba6e;
  font-size: 20px;
  font-weight: 700; }

.basic-pagination ul {
  display: block; }
  .basic-pagination ul li {
    display: inline-block; }
    @media (max-width: 767px) {
      .basic-pagination ul li {
        margin-bottom: 10px; } }
    .basic-pagination ul li a {
      height: 70px;
      width: 70px;
      border: 2px solid #748188;
      color: #748188;
      font-size: 16px;
      font-weight: 500;
      border-radius: 50%;
      line-height: 70px;
      margin: 0 5px;
      display: inline-block;
      text-align: center;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .basic-pagination ul li a:hover {
        background: #ffc226;
        color: #ffffff;
        border-color: #ffc226; }

.case-details-area {
  border-bottom: 1px solid #dedede; }

.case-details-img img {
  width: 100%; }

.case-details-text h2 {
  font-size: 35px;
  line-height: 1.2;
  margin-bottom: 23px; }

.case-details-text p {
  margin-bottom: 0; }

.single-skill-02 .progress-circular {
  position: relative;
  height: 180px; }

.pro-filter {
  position: relative; }
  .pro-filter select {
    height: 70px;
    font-size: 18px;
    color: #748188;
    display: inline-block;
    text-transform: capitalize;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    border: 2px solid #e0e0e0;
    margin-bottom: 0;
    width: 265px;
    padding: 0 20px; }

.pro-filter-icon {
  position: relative; }
  .pro-filter-icon::before {
    content: "\f107";
    right: 26px;
    position: absolute;
    color: #748188;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 18px;
    top: 21px; }

.case-details-button a.btn {
  padding: 26px 58px 26px 54px; }

.case-d-title {
  font-size: 35px;
  margin-bottom: 38px; }

.widget-title {
  font-size: 24px;
  margin-bottom: 0px;
  position: relative;
  display: inline-block; }

.search-form {
  position: relative; }
  .search-form input {
    width: 100%;
    height: 70px;
    border: 0;
    background: #f3f3f3;
    padding: 0 20px;
    font-size: 14px;
    color: #748188;
    font-weight: 400; }
  .search-form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: none;
    padding: 0 25px;
    color: #7a8a9e;
    line-height: 60px;
    border: 0;
    font-weight: 400;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer; }
    .search-form button:hover {
      color: #ffc226; }

.search-form input::-moz-placeholder {
  font-size: 14px;
  color: #748188;
  font-weight: 400; }

.search-form input::-webkit-input-placeholder {
  font-size: 14px;
  color: #748188;
  font-weight: 400; }

.search-form input:-ms-input-placeholder {
  font-size: 14px;
  color: #748188;
  font-weight: 400; }

.search-form input::-ms-input-placeholder {
  font-size: 14px;
  color: #748188;
  font-weight: 400; }

.search-form input::placeholder {
  font-size: 14px;
  color: #748188;
  font-weight: 400; }

.widget-case-post li {
  margin-bottom: 40px; }
  .widget-case-post li:last-child {
    margin-bottom: 0; }

.widget-case-post-text h4 {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 7px; }
  .widget-case-post-text h4 > a {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .widget-case-post-text h4 > a:hover {
      color: #ffc226; }

.widget-case-post-text {
  overflow: hidden; }

.widget-case-post-text .progress {
  height: 3px; }

.widget-case-post-text .progress-bar span {
  margin-top: -45px; }

.widget-case-post-text .bar-title h5 {
  margin-bottom: 12px;
  font-weight: 400; }

.tag a {
  display: inline-block;
  line-height: 1;
  padding: 10px 15px;
  border: 1px solid #e0e0e0;
  margin-bottom: 8px;
  margin-right: 5px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  color: #748188; }
  .tag a:hover {
    background: #ffc226;
    color: #ffffff;
    border-color: #ffc226; }

/* 06. about */
.about-us-icon {
  margin-right: 16px; }
  .about-us-icon i {
    font-size: 14px;
    height: 26px;
    width: 26px;
    background: #cc1d19;
    border-radius: 50%;
    line-height: 26px;
    color: #ffffff;
    text-align: center; }

.inner-about {
  overflow: hidden;
  margin-bottom: 12px; }

.about-us-text p {
  margin-bottom: 0;
  line-height: 26px;
  margin-right: 0px; }

.about-us-info h4 {
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 3px; }

.about-img img {
  width: 100%; }

.shape-img {
  position: absolute;
  right: -5%;
  bottom: -8%;
  z-index: -1; }

/* 07. btn */
.btn {
  color: #233f4d;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 21px 44px 21px 40px;
  position: relative;
  text-transform: uppercase;
  -webkit-transform: perspective(1px) translateZ(0px);
  transform: perspective(1px) translateZ(0px);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  vertical-align: middle;
  background: #ffc226;
  border-radius: 5px;
  border: none; }
  .btn i {
    font-size: 16px;
    position: relative;
    left: 6px; }

.btn:hover {
  color: #ffffff; }

.btn::before {
  background: #cc1d19;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0 0;
  -ms-transform-origin: 50% 0 0;
  transform-origin: 50% 0 0;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  z-index: -1;
  border-radius: 5px; }

.btn:hover::before {
  -webkit-transform: scaley(1);
  -ms-transform: scaley(1);
  transform: scaley(1); }

.red-btn {
  background: #cc1d19;
  color: #ffffff; }

.red-btn::before {
  background: #ffc226; }

.red-btn:hover::before {
  -webkit-transform: scaley(1);
  -ms-transform: scaley(1);
  transform: scaley(1); }

.green-btn {
  background: #03b664;
  color: #ffffff; }

.green-btn::before {
  background: #ffc226; }

.green-btn:hover::before {
  -webkit-transform: scaley(1);
  -ms-transform: scaley(1);
  transform: scaley(1); }

/* 08. counter */
.counter-area {
  background-size: cover;
  background-position: center center; }

.inner-counter {
  border-bottom: 2px solid #e6e6e6;
  padding-bottom: 34px;
  margin-bottom: 32px;
  position: relative; }
  .inner-counter::before {
    position: absolute;
    content: "";
    left: 0;
    height: 2px;
    background: #03b664;
    width: 80px;
    bottom: -2px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }

.counter-wrapper:hover .inner-counter::before {
  width: 100%; }

.counter-icon {
  margin-right: 25px; }
  .counter-icon i {
    font-size: 50px;
    color: #03b664;
    line-height: 1;
    position: relative;
    top: 4px; }

.counter-text {
  overflow: hidden; }
  .counter-text h1 {
    font-size: 40px; }
  .counter-text span {
    color: #748188;
    font-size: 18px; }

.counter-info p {
  margin-bottom: 0; }

.red-counter .counter-icon i {
  color: #cc1d19; }

.red-counter .inner-counter::before {
  background: #cc1d19; }

.theme-counter .counter-icon i {
  color: #ffc226; }

.theme-counter .inner-counter::before {
  background: #ffc226; }

.counter-02-wrapper .counter-icon {
  margin-right: 0;
  margin-bottom: 20px; }
  .counter-02-wrapper .counter-icon i {
    font-size: 81px;
    color: #03b664;
    line-height: 1;
    color: #ffffff; }

.counter-02-wrapper .counter-text h1 {
  color: #ffffff; }

.counter-02-wrapper .counter-text span {
  color: #ffffff; }

/* 09. cta */
.cta-area {
  background-size: cover;
  background-position: center center; }

.cta-wrapper .section-title p {
  font-size: 18px;
  line-height: 30px; }

.cta-icon {
  margin-right: 9px;
  display: inline-block; }

.cta-text {
  display: inline-block;
  text-align: left;
  overflow: hidden;
  position: relative;
  top: 18px; }
  .cta-text h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 3px;
    color: #ffffff; }
  .cta-text span {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500; }

.cta-button {
  display: inline-block; }

.cta-info {
  display: inline-block; }

.cta-content h1 {
  font-size: 55px;
  color: #ffffff;
  padding: 0 22px;
  letter-spacing: -.3px;
  line-height: 1.1;
  margin-bottom: 53px; }

/* 10. video */
.video-bg {
  background-size: cover;
  background-position: center center;
  margin-top: -160px; }

.single-video-wrapper {
  background: #ffd25f;
  margin-right: 70px;
  margin-left: 20px;
  padding: 30px 46px 30px 45px;
  border-radius: 10px;
  margin-bottom: -30px; }

.video-icon a {
  font-size: 20px;
  color: #03b664;
  height: 100px;
  display: inline-block;
  width: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: relative;
  background: #ffffff; }
  .video-icon a::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    border-radius: inherit;
    border: 1px solid #ffffff;
    -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }

@-webkit-keyframes btnIconRipple {
  0% {
    border-width: 4px;
    -webkit-transform: scale(1);
    transform: scale(1); }
  80% {
    border-width: 1px;
    -webkit-transform: scale(1.35);
    transform: scale(1.35); }
  100% {
    opacity: 0; } }

.video-text {
  margin-top: 24px; }
  .video-text h2 {
    font-size: 35px;
    margin-bottom: 0;
    color: #ffffff; }

.video-content {
  position: absolute;
  top: 18%; }
  .video-content h3 {
    font-size: 25px;
    margin-bottom: 17px; }
  .video-content p {
    margin-bottom: 22px;
    color: #233f4d; }

.single-video-wrapper .b-button a:hover {
  color: #03b664; }

.single-video-wrapper .b-button a:hover span {
  border-color: #03b664; }

/*.video-img::before {*/
/*  position: absolute;*/
/*  content: "";*/
/*  width: 0;*/
/*  height: 0;*/
/*  border-style: solid;*/
/*  border-width: 0 0 170px 310px;*/
/*  border-color: transparent transparent #cc1d19 transparent;*/
/*  right: 0;*/
/*  bottom: 0;*/
/*  -o-transition: .3s;*/
/*  -webkit-transition: .3s;*/
/*  transition: .3s; }*/

.video-img img {
  width: 100%; }

.video-02-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -54px; }
  .video-02-icon a {
    font-size: 20px;
    color: #ffffff;
    height: 100px;
    display: inline-block;
    width: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
    background: #03b664; }
    .video-02-icon a::before {
      content: '';
      display: inline-block;
      position: absolute;
      top: -2px;
      left: -2px;
      bottom: -2px;
      right: -2px;
      border-radius: inherit;
      border: 1px solid #03b664;
      -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
      animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }



/* 15. footer */
.footer-icon {
  margin-left: 30px; }
  .footer-icon a {
    color: #a0aeb8;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    margin: 0 4px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border: 2px solid #415164;
    border-radius: 50%; }
    .footer-icon a:last-child {
      margin-right: 0; }
    .footer-icon a:hover {
      background: #03b664;
      color: #ffffff;
      border-color: #03b664; }

.footer-img {
  margin-left: 60px; }
  .footer-img a {
    float: left;
    margin-right: 10px; }
    .footer-img a:last-child {
      margin-right: 0; }

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

.footer-title {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 22px; }

.footer-info li {
  padding-bottom: 14px; }
  .footer-info li:last-child {
    padding-bottom: 0; }
  .footer-info li span {
    font-size: 14px;
    font-weight: 400;
    color: #b8b8b8; }
  .footer-info li i {
    color: #ffc226;
    margin-right: 6px; }

.footer-link ul li {
  padding-bottom: 10px;
  position: relative;
  padding-left: 18px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .footer-link ul li:last-child {
    padding-bottom: 0; }
  .footer-link ul li::before {
    color: #a0aeb8;
    content: "\f101";
    font-family: "Font Awesome 5 Pro";
    font-size: 30px;
    position: absolute;
    left: 0;
    font-size: 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .footer-link ul li:hover::before {
    color: #03b664; }
  .footer-link ul li a {
    color: #a0aeb8;
    font-size: 15px;
    font-weight: 400;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .footer-link ul li a:hover {
    color: #03b664;
    border-bottom: 1px solid #03b664; }

.footer-wrapper {
  overflow: hidden; }

.contact-link li {
  margin-bottom: 19px; }
  .contact-link li :last-child {
    margin-bottom: 0; }

.contact-address-icon {
  float: left;
  margin-right: 15px; }
  .contact-address-icon i {
    font-size: 15px;
    color: #03b664;
    position: relative;
    top: 1px; }

.contact-address-text {
  overflow: hidden; }
  .contact-address-text span {
    font-size: 15px;
    color: #fff;
    font-weight: 400; }

.footer-2-img {
  margin: 0 -7px; }

.footer-2-img > li {
  float: left;
  overflow: hidden;
  padding: 7px;
  width: 33.33%;
  position: relative; }

.footer-2-img a {
  position: relative;
  display: block; }

.footer-2-img a img {
  width: 100%; }

.footer-2-img a::before {
  background: #03b664;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.footer-bottom-area {
  border-top: 2px solid #394a5e; }

.footer-2-img a:hover::before {
  opacity: .6; }

.copyright p {
  margin-bottom: 0; }
  .copyright p a {
    color: #ffc226; }

.footer-text p {
  margin-top: 31px;
  margin-right: 53px;
  color: #a0aeb8;
  margin-bottom: 33px; }

.footer-02-icon {
  margin-left: 0; }
  .footer-02-icon a {
    color: #a0aeb8;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    margin-left: 0;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border: none;
    border-radius: 50%;
    background: #415164;
    margin-right: 5px; }

.footer-03-img a {
  overflow: hidden;
  display: inline-block; }

.footer-news li {
  overflow: hidden;
  padding-bottom: 15px; }

.footer-news-img {
  margin-right: 22px; }

.footer-news-text {
  overflow: hidden; }
  .footer-news-text h5 {
    font-size: 16px;
    line-height: 1.4; }
    .footer-news-text h5 > a {
      color: #a0aeb8;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .footer-news-text h5 > a:hover {
        color: #ffc226; }
  .footer-news-text span {
    color: #748188;
    font-size: 15px;
    font-weight: 400; }
    .footer-news-text span i {
      margin-right: 5px; }


/* 19. slider */
.single-slider {
  background-size: cover;
  background-position: center center; }

.slider-height {
  min-height: 950px; }

.slider-02-height {
  min-height: 950px; }

.slider-03-height {
  min-height: 810px; }

.img-shape {
  position: absolute; }

.slider-shape-img {
  display: inline-block;
  position: absolute;
  right: 0;
  width: 50%; }

.main-2-image-shape {
  left: 0;
  top: 0;
  position: absolute; }

.slider-text {
  margin-left: 155px; }
  .slider-text > span {
    background: #ffc226;
    color: #233f4d;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    font-family: "Barlow", sans-serif;
    padding: 7px 21px 7px 0;
    border-radius: 30px; }
    .slider-text > span i {
      font-size: 16px;
      background: #cc1d19;
      color: #ffffff;
      padding: 7px;
      border-radius: 50%;
      margin-right: 10px; }
  .slider-text h1 {
    font-size: 120px;
    margin-bottom: 48px;
    line-height: .9;
    letter-spacing: -3px;
    margin-left: -6px;
    margin-top: 28px; }
  .slider-text p {
    margin-bottom: 46px;
    font-size: 16px;
    margin-right: 28%; }

.b-button.b-02-button {
  margin-left: 20px;
  display: inline-block;
  margin-top: 14px; }



.slid-wrapper {
  background: #ffffff;
  margin-left: 70px;
  padding: 60px 50px; }

.slid-wrapper .volunteer-us-form input {
  border: none;
  height: 60px;
  margin-bottom: 10px;
  padding: 0 30px;
  width: 100%;
  font-size: 14px;
  color: #748188;
  font-weight: 600;
  border-radius: 0;
  font-family: "Barlow", sans-serif;
  background: #f4f4f4; }

.slid-wrapper #volunteer-us-form input::-moz-placeholder {
  font-size: 14px;
  color: #748188;
  font-weight: 600; }

.slid-wrapper #volunteer-us-form input::-webkit-input-placeholder {
  font-size: 14px;
  color: #748188;
  font-weight: 600; }

.slid-wrapper #volunteer-us-form input:-ms-input-placeholder {
  font-size: 14px;
  color: #748188;
  font-weight: 600; }

.slid-wrapper #volunteer-us-form input::-ms-input-placeholder {
  font-size: 14px;
  color: #748188;
  font-weight: 600; }

.slid-wrapper #volunteer-us-form input::placeholder {
  font-size: 14px;
  color: #748188;
  font-weight: 600; }

.slid-wrapper #volunteer-us-form textarea::-moz-placeholder {
  font-size: 14px;
  color: #748188;
  font-weight: 600; }

.slid-wrapper #volunteer-us-form textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #748188;
  font-weight: 600; }

.slid-wrapper #volunteer-us-form textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #748188;
  font-weight: 600; }

.slid-wrapper #volunteer-us-form textarea::-ms-input-placeholder {
  font-size: 14px;
  color: #748188;
  font-weight: 600; }

.slid-wrapper #volunteer-us-form textarea::placeholder {
  font-size: 14px;
  color: #748188;
  font-weight: 600; }

.slid-wrapper .volunteer-icon::after {
  font-size: 14px;
  right: 30px;
  top: 17px; }

.slid-wrapper .section-title h1 {
  font-size: 35px; }

.slider-content > span {
  background: #03b664;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  font-family: "Barlow", sans-serif;
  padding: 7px 21px 7px 0;
  border-radius: 30px; }
  .slider-content > span i {
    font-size: 16px;
    background: #ffc226;
    color: #233f4d;
    padding: 7px;
    border-radius: 50%;
    margin-right: 10px; }

.slider-content h1 {
  font-size: 60px;
  margin-bottom: 30px;
  line-height: 1.2;
  letter-spacing: 2px;
  margin-left: 0px;
  margin-top: 0px;
  color: #ffffff;}
  
.slider-content p {
  font-size: 18px;
  margin-bottom: 30px;
  margin-left: 0px;
  margin-top: 28px;
  color: #ffffff;}
.slider-active .slick-arrow {
  background: #03b664;
  font-size: 16px;
  right: 380px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  color: #ffffff;
  font-weight: 400;
  height: 50px;
  width: 50px;
  line-height: 48px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  z-index: 99; }

.slider-active .slick-arrow::before {
  content: "";
  border: 2px solid #03b664;
  position: absolute;
  height: 62px;
  width: 62px;
  left: -6px;
  top: -6px;
  border-radius: 5px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.slider-active .slick-arrow:hover::before {
  border-color: #ffc226; }

.slider-active .slick-next {
  right: 380px;
  top: 59%; }

.slider-active:hover .slick-arrow {
  opacity: 1;
  visibility: visible; }

.slider-active .slick-arrow:hover {
  background: #ffc226; }


/* 22. contact */
.contact-box-bg {
  border: 2px solid #f1f1f1;
  padding: 72px 0 37px; }

.contact-box-img {
  margin-bottom: 26px; }

.contact-box-text p {
  line-height: 26px;
  margin-bottom: 0;
  font-size: 18px; }

.contact-map {
  min-height: 750px; }

.contacts-us-form input {
  border: 1px solid #ececec;
  height: 70px;
  margin-bottom: 30px;
  padding: 0 28px;
  width: 100%;
  font-size: 15px;
  color: #748188;
  font-weight: 500;
  border-radius: 5px; }

.contacts-us-form textarea {
  border: 1px solid #ececec;
  height: 150px;
  margin-bottom: 30px;
  padding: 28px;
  width: 100%;
  font-size: 15px;
  color: #748188;
  font-weight: 500;
  border-radius: 5px; }

.contacts-us-form input:focus {
  border-color: #ffc226; }

.contacts-us-form textarea:focus {
  border-color: #ffc226; }

#contacts-us-form input::-moz-placeholder {
  font-size: 15px;
  color: #748188;
  font-weight: 500; }

#contacts-us-form input::-webkit-input-placeholder {
  font-size: 15px;
  color: #748188;
  font-weight: 500; }

#contacts-us-form input:-ms-input-placeholder {
  font-size: 15px;
  color: #748188;
  font-weight: 500; }

#contacts-us-form input::-ms-input-placeholder {
  font-size: 15px;
  color: #748188;
  font-weight: 500; }

#contacts-us-form input::placeholder {
  font-size: 15px;
  color: #748188;
  font-weight: 500; }

#contacts-us-form textarea::-moz-placeholder {
  font-size: 15px;
  color: #748188;
  font-weight: 500; }

#contacts-us-form textarea::-webkit-input-placeholder {
  font-size: 15px;
  color: #748188;
  font-weight: 500; }

#contacts-us-form textarea:-ms-input-placeholder {
  font-size: 15px;
  color: #748188;
  font-weight: 500; }

#contacts-us-form textarea::-ms-input-placeholder {
  font-size: 15px;
  color: #748188;
  font-weight: 500; }

#contacts-us-form textarea::placeholder {
  font-size: 15px;
  color: #748188;
  font-weight: 500; }

.contacts-icon {
  position: relative; }

.contacts-icon::after {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  right: 25px;
  color: #ffc226;
  top: 22px; }

.contactss-message::after {
  content: "\f303"; }

.contactss-name::after {
  content: "\f007"; }

.contactss-email::after {
  content: "\f0e0"; }

.contactss-website::after {
  content: "\f0ac"; }

.contacts-us-form-button .btn {
  padding: 23px 74px 25px; }

/* 23. team */
.promotect-wrapper {
  background-repeat: no-repeat;
  padding: 70px 80px 75px 80px;
  background-position: bottom; }

.promotect-img img {
  width: 100%; }

.promotect-content {
 background: #fff;
  position: absolute;
  right: 78px;
  left: 78px;
  padding: 40px 40px;
  border-radius: 0 40px 40px 40px;
  bottom: 30px;
  text-align: center;
 }

.promotect-icon {
  margin-right: 30px; }
  .promotect-icon i {
    font-size: 56px;
    color: #cc1d19;
    line-height: 1; }

.promotect-info {
  overflow: hidden; }
  .promotect-info h3 {
    font-size: 24px; }
  .promotect-info p {
    margin-bottom: 0; }

.promotect-text {
  margin-bottom: 42px; }
  .promotect-text h1 {
    font-size: 50px;
    position: relative;
    padding-bottom: 46px;
    margin-bottom: 32px;
    color: #ffffff; }
    .promotect-text h1::before {
      position: absolute;
      content: "";
      background: #ed6e59;
      height: 2px;
      width: 100%;
      bottom: 0; }
  .promotect-text p {
    color: #ffffff;
    margin-bottom: 0;
  font-size: 16px; }

  .promotect-text h4{
    color: #fff;
    padding-top: 30px;
  }

.promotect-link ul li {
  padding-bottom: 30px; }
  .promotect-link ul li:last-child {
    padding-bottom: 0; }

.promotect-2-info {
  overflow: hidden; }
  .promotect-2-info h3 {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 13px; }
    .promotect-2-info h5{
      padding-top: 10px;
      color: #fff;
    }
  .promotect-2-info p {
    margin-bottom: 0;
    color: #ffffff; }

.promotect-2-icon i {
  font-size: 20px;
  color: #cc1d19;
  line-height: 40px;
  width: 40px;
  background: #ffffff;
  text-align: center;
  border-radius: 50%; }

.promotect-bg-area {
  height: 520px; }

.promotect-area {
  margin-bottom: -454px; }

.team-img {
  position: relative; }
  .team-img img {
    width: 100%; }
  .team-img::before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    background: #222;
    left: 0;
    top: 0;
    border-radius: 50%;
    opacity: .0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }

.team-wrapper:hover .team-img::before {
  opacity: .5; }

.team-icon {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 40%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 0; }
  .team-icon a {
    font-size: 14px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin: 0 1px;
    height: 36px;
    width: 36px;
    background: #ffffff;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    color: #979797; }
    .team-icon a:hover {
      color: #ffffff;
      background: #cc1d19; }

.team-wrapper:hover .team-icon {
  opacity: 1;
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
  top: 50%; }

.team-text {
  margin-top: 35px; }
  .team-text h3 {
    margin-bottom: 9px;
    font-size: 24px; }
  .team-text span {
    color: #cc1d19;
    font-size: 14px;
    font-weight: 500; }

.volunteer-area {
  background-size: cover;
  background-position: center center; }

.single-volunteer .b-button a {
  color: #ffc226; }

.single-volunteer .b-button a span {
  border-color: #ffc226; }

.single-volunteer .section-title p {
  margin-bottom: 34px;
  margin-top: 43px; }

.volunteer-wrapper {
  background: #03b664;
  padding: 80px 70px 80px 60px;
  margin-left: 30px;
  margin-top: -90px;
  position: relative; }
  .volunteer-wrapper::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 90px 50px;
    border-color: transparent transparent #16a358 transparent;
    position: absolute;
    content: '';
    left: -50px;
    top: 0; }

.volunteer-us-form input {
  border: none;
  height: 80px;
  margin-bottom: 10px;
  padding: 0 30px;
  width: 100%;
  font-size: 18px;
  color: #748188;
  font-weight: 600;
  border-radius: 0;
  font-family: "Barlow", sans-serif; }

.volunteer-us-form textarea {
  border: none;
  height: 180px;
  margin-bottom: 10px;
  padding: 30px;
  width: 100%;
  font-size: 18px;
  color: #748188;
  font-weight: 600;
  border-radius: 0;
  font-family: "Barlow", sans-serif; }

#volunteer-us-form input::-moz-placeholder {
  font-size: 18px;
  color: #748188;
  font-weight: 600; }

#volunteer-us-form input::-webkit-input-placeholder {
  font-size: 18px;
  color: #748188;
  font-weight: 600; }

#volunteer-us-form input:-ms-input-placeholder {
  font-size: 18px;
  color: #748188;
  font-weight: 600; }

#volunteer-us-form input::-ms-input-placeholder {
  font-size: 18px;
  color: #748188;
  font-weight: 600; }

#volunteer-us-form input::placeholder {
  font-size: 18px;
  color: #748188;
  font-weight: 600; }

#volunteer-us-form textarea::-moz-placeholder {
  font-size: 18px;
  color: #748188;
  font-weight: 600; }

#volunteer-us-form textarea::-webkit-input-placeholder {
  font-size: 18px;
  color: #748188;
  font-weight: 600; }

#volunteer-us-form textarea:-ms-input-placeholder {
  font-size: 18px;
  color: #748188;
  font-weight: 600; }

#volunteer-us-form textarea::-ms-input-placeholder {
  font-size: 18px;
  color: #748188;
  font-weight: 600; }

#volunteer-us-form textarea::placeholder {
  font-size: 18px;
  color: #748188;
  font-weight: 600; }

.volunteer-icon {
  position: relative; }

.volunteer-icon::after {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  display: inline-block;
  font-size: 18px;
  text-align: center;
  right: 35px;
  color: #748188;
  top: 27px; }

.volunteer-message::after {
  content: "\f303"; }

.volunteer-name::after {
  content: "\f007"; }

.volunteer-email::after {
  content: "\f2b6"; }

.volunteer-website::after {
  content: "\f107"; }

.volunteer-button button.btn {
  padding: 26px 44px 26px 40px; }

.promotect-bg-img {
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%;
  background-position: center center; }

.promotect-02-wrapper {
  background-repeat: no-repeat;
  padding: 95px 346px 97px 66px;
  background-position: bottom right; }

 
.why-us{
  font-size: 28px;
  color: #cc1d19;
}

.gallery-box{
  padding: 5px !important; 
  border-radius: 5px !important;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 100%;
display: inherit;
  
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right !important;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.modal-content-left img {
  /* width: 100%;
  max-width: 95%; */
  margin: 0;
  padding: 0;
  display: block;
  border-radius: 2px;
}

.modal-img{
  display: flex;
  justify-content: center;
}

.footer-info p,li{
  font-size: 16px !important;
  color: #fff !important;
}

.b-button a {
  font-size: 14px;
  font-weight: 500;
  color: #233f4d;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.b-button a span {
  border-bottom: 1px solid #233f4d;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.b-button a:hover {
  color: #ffc226;
}

.about-info{
  margin-left: 50px !important;
}

.program-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.program-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 15px;
  margin-bottom: 10px;
  background: #059853 !important; 
  border-radius: 10px;
  font-size: 16px !important;
  color: #333;
  transition: 0.3s;
}

.program-list li i {
  color: #ffd700;
  font-size: 18px;
  margin-top: 3px;
  min-width: 20px;
}

.program-list li:hover {
  background: #059853;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transform: translateX(5px);
  border: 2px solid #ffc226;
}


      /* Gallery Hero Section */
   
      
      .gallery-hero-content {
        text-align: center;
        color: white;
      }
      
      .gallery-hero h1 {
        font-size: 3.5rem;
        font-weight: 700;
        margin-bottom: 1rem;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
         color: white;
      }
      
      .gallery-hero p {
        font-size: 1.3rem;
        max-width: 600px;
        margin: 0 auto;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
         color: white;
      }

      /* Filter Buttons */
      .filter-container {
        /* background: #f8f9fa; */
        padding: 3rem 0;
        margin-bottom: 3rem;
      }
      
      .filter-buttons {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 1rem;
        /* max-width: 800px; */
        margin: 0 auto;
      }
      
      .filter-btn {
        background: transparent;
        border: 2px solid #28a745;
        color: #28a745;
        padding: 0.8rem 2rem;
        border-radius: 50px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        text-transform: uppercase;
        font-size: 0.9rem;
        letter-spacing: 0.5px;
      }
      
      .filter-btn:hover,
      .filter-btn.active {
        background: #28a745;
        color: white;
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(40, 167, 69, 0.3);
      }

      /* Gallery Grid */
      .gallery-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        gap: 2rem;
        margin-bottom: 3rem;
      }
      
      .gallery-item {
        position: relative;
        height: 350px;
        border-radius: 15px;
        overflow: hidden;
        cursor: pointer;
        transition: all 0.4s ease;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        background: white;
      }
      
      .gallery-item:hover {
        transform: translateY(-15px);
        box-shadow: 0 25px 50px rgba(0,0,0,0.2);
      }
      
      .gallery-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
      }
      
      .gallery-item:hover img {
        transform: scale(1.1);
      }
      
      .gallery-category {
        position: absolute;
        bottom: 20px;
        left: 20px;
        background: rgba(255,255,255,0.95);
        padding: 0.6rem 1.2rem;
        border-radius: 25px;
        font-weight: 600;
        color: #28a745;
        font-size: 0.85rem;
        text-transform: uppercase;
        letter-spacing: 0.5px;
      }

      /* Lightbox */
      .lightbox {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.95);
        z-index: 9999;
        align-items: center;
        justify-content: center;
      }
      
      .lightbox.active {
        display: flex;
      }
      
      .lightbox-content {
        position: relative;
        max-width: 90%;
        max-height: 90%;
      }
      
      .lightbox-img {
        max-width: 100%;
        max-height: 85vh;
        border-radius: 15px;
        box-shadow: 0 25px 50px rgba(0,0,0,0.5);
      }
      
      .lightbox-close {
        position: absolute;
        top: -60px;
        right: 0;
        background: rgba(255,255,255,0.2);
        border: none;
        color: white;
        font-size: 1.5rem;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        cursor: pointer;
        transition: all 0.3s ease;
      }
      
      .lightbox-close:hover {
        background: #28a745;
        transform: scale(1.1);
      }
      
      .lightbox-nav {
        position: absolute;
        top: 50%;
        width: 100%;
        display: flex;
        justify-content: space-between;
        /* padding: 0 3rem; */
        pointer-events: none;
      }
      
      .nav-btn {
        background: rgba(255,255,255,0.2);
        border: none;
        color: white;
        font-size: 22px;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        cursor: pointer;
        pointer-events: all;
        transition: all 0.3s ease;
        backdrop-filter: blur(10px);
      }
      
      .nav-btn:hover {
        background: #28a745;
        transform: scale(1.1);
      }

      /* Responsive */
      @media (max-width: 768px) {
        .gallery-hero h1 {
          font-size: 2.5rem;
        }
        
        .gallery-grid {
          grid-template-columns: 1fr;
          gap: 1.5rem;
        }
        
        .gallery-item {
          height: 300px;
        }
        
        .filter-buttons {
          flex-direction: column;
          align-items: center;
        }
        
        .filter-btn {
          width: 250px;
        }
      }
    

/*# sourceMappingURL=main.css.map */