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

    Template Name: Dextrous info solutions
    Author: 
    Version: 1.0
 ---------------------------------------
     CSS INDEX
    ===================

    01. Theme default CSS
	02. variables
    03. mixins
    04. common
    05. overlay
    06. header
    07. breadcrumb 
    08. mobile-menu
    09. slider
    10. services
    11. about 
    12. contact 
    13. cases 
    14. counter 
    15. team 
    16. gallery 
    17. events 
    18. testimonial 
    19. donation 
    20. blog 
    21. feature 
    22. footer

-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/
/*@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400;500;600;700&amp;family=Karla:wght@300;400;500;600;700&amp;display=swap");*/
/* 1. Theme default css */


/*@import url('https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');*/

/*New Fonts*/

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');


.raleway-<uniquifier> {
  font-family: "Raleway", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

 



@font-face {
    font-family: 'buenos_airesbold';
    src: url('../font/buenos-aires-bold-webfont.woff2') format('woff2'),
         url('../font/buenos-aires-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




/*New Fonts End*/


/*Now Fonts*/


/*@font-face {
    font-family: 'now_altblack';
    src: url('../font/nowalt-black-webfont.woff2') format('woff2'),
         url('../font/nowalt-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'now_altbold';
    src: url('../font/nowalt-bold-webfont.woff2') format('woff2'),
         url('../font/nowalt-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'now_altlight';
    src: url('../font/nowalt-light-webfont.woff2') format('woff2'),
         url('../font/nowalt-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'now_altmedium';
    src: url('../font/nowalt-medium-webfont.woff2') format('woff2'),
         url('../font/nowalt-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Raleway", serif;
    src: url('../font/nowalt-regular-webfont.woff2') format('woff2'),
         url('../font/nowalt-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'now_altthin';
    src: url('../font/nowalt-thin-webfont.woff2') format('woff2'),
         url('../font/nowalt-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nowblack';
    src: url('../font/now-black-webfont.woff2') format('woff2'),
         url('../font/now-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nowbold';
    src: url('../font/now-bold-webfont.woff2') format('woff2'),
         url('../font/now-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nowlight';
    src: url('../font/now-light-webfont.woff2') format('woff2'),
         url('../font/now-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nowmedium';
    src: url('../font/now-medium-webfont.woff2') format('woff2'),
         url('../font/now-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nowregular';
    src: url('../font/now-regular-webfont.woff2') format('woff2'),
         url('../font/now-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nowthin';
    src: url('../font/now-thin-webfont.woff2') format('woff2'),
         url('../font/now-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/


/*Now Fonts*/


body {
  /*font-family: 'now_altblack';*/
  font-family: "Raleway", serif;
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  font-style: normal;
  color: #777777;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

a,
.button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

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

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: medium none;
  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 {
color: #001234;line-height: 1.1;margin-top: 10px;margin-bottom: 5px;font-style: normal;font-weight: 400;text-transform: normal;}

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

h1 {
  font-size: 32px;
}

h2 {
  font-size: 28px; font-family: 'buenos_airesbold';
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 22px;font-family: 'buenos_airesbold';
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

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

li {
  list-style: none;
}

p {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  font-family: "Raleway", serif;
  color: #000;
  margin-bottom: 0;
}

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

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

*::-moz-selection {
  background: #061738;
  color: white;
  text-shadow: none;
}

::-moz-selection {
  background: #061738;
  color: white;
  text-shadow: none;
}

::selection {
  background: #061738;
  color: white;
  text-shadow: none;
}

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

*::placeholder {
  color: #061738;
  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: #364f75;
}

.grey-bg2 {
  background: #f4f2f1;
}

.white-bg {
  background: white;
}

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

.black-bg2 {
  background: #fefefe;
}

.heding-bg {
  background: #3c8993;
}

.theme-bg {
  background: #F4D276;
}

.theme-bg2 {
  background: #404040;
}

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

.black-color {
  color: #061738;
}

.theme-color {
  color: #f15b43;
}

/*--
	-theme-btn
----------------------------------------*/
.theme_btn {
  overflow: hidden;
  color: #000;
  /* background:#F4D276; */
  font-size: 14px;
  font-weight: 100;
  line-height: 1;
  padding:12px 45px 12px 22px;
  display: inline-block;
  /*font-family: 'now_altmedium'; border-radius: 30px;*/
  position: relative;
  z-index: 1;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out; border: 1px solid #000;
  font-family: 'buenos_airesbold';
}
.theme_btn span {
  position: absolute;
  right: 10px;
  background: white;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
  top: 6px;
  display: inline-block;
  z-index: 3;
}
.theme_btn span i {
  color: #f7d12d;
  font-size: 14px;
  line-height: 25px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.theme_btn::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: white;
}
.theme_btn:hover::before {
  left: 0px;
  width: 100%;
  right: auto;
}
.theme_btn:hover i {
  color: #4db7a6;
  transform: rotateY(180deg);
}

.theme_btn_bg::before {
  background: #4db7a6 !important;
}

.theme_btn_bg_02::before {
  background: #4b97a1 !important;
}

.theme-border-btn {
  color: white;
  background: transparent;
  border: 2px solid #414657;
}
.theme-border-btn:hover {
  color: #001234;
  border-color: transparent;
}
.theme-border-btn:hover::before {
  background: #f15b43;
}

.theme_btn2 {
  background: #4db7a6 !important;
}
.theme_btn2 span i {
  color: #4db7a6;
}
.theme_btn2:hover {
  border-color: transparent;
  background: transparent;
}
.theme_btn2:hover span i {
  color: #f15b43;
}

.theme_btn3 {
  color: #001234 !important;
  background: white !important;
}
.theme_btn3 span {
  background: #f15b43;
}
.theme_btn3 span i {
  color: white;
}
.theme_btn3:hover {
  color: white !important;
  border-color: transparent;
  background: transparent;
}
.theme_btn3:hover span {
  background: white;
}
.theme_btn3:hover span i {
  color: #f15b43;
}

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

/*--
section-title
----------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .section-title {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .vision-2 img{
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section-title {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .vision-2 img{
    width: 100%;
  }
}
.section-title h6 {
  color: #46949f;
  font-size: 20px;
  font-family: 'buenos_airesbold';
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 5px;
  display: inline-block;
}
.section-title h6 span i {
  padding-right: 6px;
}
.section-title h2 {
  color: #000;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 400;
}
.section-title h2 span {
  font-weight: 300;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h2 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title h2 {
    font-size: 30px;
  }
}

.semi-02-title {
  font-size: 18px;
    font-weight: 600;
    
  /*font-size: 20px;font-weight:600;font-family: "Barlow Condensed", sans-serif;
  font-family: 'now_altmedium';*/ 
}

.white-title h6 {
  color: #4db7a6;
}
.white-title h2 {
  color: white;
}

.popup-video {
  background: white;
  border-radius: 50%;
  font-size: 14px;
  line-height: 115px;
  display: inline-block;
  width: 115px;
  height: 115px;
  text-align: center;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  position: relative;
  z-index: 1;
  animation: pulseBig2 infinite 5s linear;
}
.popup-video i {
  color: #f15b43;
  font-size: 24px;
}
.popup-video:hover {
  color: white;
  background: #4db7a6;
  transform: translateY(-8px);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- Margin Left --*/
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

/*-- Margin Right --*/
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

.dark #preloader {
  background-color: #232323;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f7f7f7;
  z-index: 999999;
}

.preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #f15b43;
  -webkit-animation: preloader 1.3s linear infinite;
  animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}
#scrollUp {
    background: #f7d12d;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 30px;
    bottom: 30px;
    border-radius: 10px;
    line-height: 40px;
    text-align: center;
}
#scrollUp i {
  color: white;
}

/* Move frame*/
@keyframes moveRound {
  0% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }

  25% {
    background-color: #feddfc;
    left: 100px;
    top: 0px;
  }

  50% {
    background-color: #efe4ff;
    left: 100px;
    top: 100px;
  }

  75% {
    background-color: #e2fcf4;
    left: -24px;
    top: 200px;
  }

  100% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
}
@-webkit-keyframes moveRound {
  0% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }

  25% {
    background-color: #feddfc;
    left: 100px;
    top: 0px;
  }

  50% {
    background-color: #efe4ff;
    left: 100px;
    top: 200px;
  }

  75% {
    background-color: #e2fcf4;
    left: -24px;
    top: 100px;
  }

  100% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
}
@keyframes moveShap {
  0% {
    left: 0px;
    top: 0px;
  }

  25% {
    left: 100px;
    top: 0px;
  }

  50% {
    left: 100px;
    top: 100px;
  }

  75% {
    left: 0px;
    top: 200px;
  }

  100% {
    left: 0px;
    top: 0px;
  }
}
@keyframes moveShap2 {
  0% {
    right: 230px;
    top: 85px;
  }

  25% {
    right: 100px;
    top: 85px;
  }

  50% {
    right: 100px;
    top: 100px;
  }

  75% {
    right: 230px;
    top: 200px;
  }

  100% {
    right: 220px;
    top: 100px;
  }
}
/* Heartbeat frame*/
@-webkit-keyframes heartbeat {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes heartbeat {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
/* Rotation frame*/
@keyframes rotation {
  to {
    transform: rotate(360deg);
  }
}
/* pulseBig */
@keyframes pulseBig {
  0% {
    box-shadow: 0 0 0 0 #4db7a6;
  }

  50% {
    box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}
/* pulseBig2 */
@keyframes pulseBig2 {
  0% {
    box-shadow: 0 0 0 0 #fff;
  }

  50% {
    box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}
/* pulseBig2 */
@keyframes pulseBig3 {
  0% {
    box-shadow: 0 0 0 0 #ffffff;
  }

  50% {
    box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}
/*--
    - 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: white;
}

[data-overlay="dark"]::before {
  background-color: #4db7a6;
}

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

.custom-container {
  max-width: 1455px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .custom-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .custom-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.header-top-area::before {
  content: '';
  position: absolute;
  clip-path: polygon(0 0%, 100% 0%, 100% 100%, 1% 100%);
  width: 1290px;
  height: 45px;
  right: 0;
  top: 0;
  background: #49959f;
}

.top-cta span {
  color: #fff;
  line-height: 1;
  display: inline-block;
}
.top-cta span .media-link {
  color: #f7d12d;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
  margin-left: 5px;
}

.top-right-nav ul li {
  display: inline-block;
  margin-left: 25px;
}
.top-right-nav ul li:first-child {
  margin-left: 5px;
}
.top-right-nav ul li a {
  color: #fff;
  font-size: 15px;
  line-height: 1;
  display: inline-block;
}
.top-right-nav ul li a:hover {
  color: #f7d12d;
}

.main-header-area .logo-img img {
  max-width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.main-header-area {padding: 10px 10px;}
}
@media (max-width: 767px) {
.main-header-area {padding: 10px 10px;}
.pb-80 {padding-bottom: 30px;}
.pt-80 {padding-top: 30px;}




}
@media only screen and (min-width: 576px) and (max-width: 767px) {

.main-header-area {padding: 10px 10px;}

}
.main-header-area .quote-btn {margin-top: 6px;}

.main-menu {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-menu {
    margin: 0;
  }
}
.main-menu ul li {
  display: inline-block;
  position: relative;
  margin-right: 14px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .main-menu ul li {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-menu ul li {margin-right: 15px;}
}
.main-menu ul li > a {color: #656463;font-size: 16px;line-height: 1;font-family: "Raleway", serif;padding: 30px 0 36px 0;display: inline-block;position: relative;font-weight: 400;}
.main-menu ul li > a i {font-size: 16px;line-height: 1; padding-left: 2px;}
.main-menu ul li > a:hover, .main-menu ul li > a.active {color: #f7d12d;}
.main-menu ul li ul.submenu {background: white 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 #f7d12d;text-align: left;padding: 5px 0;}
.main-menu ul li ul.submenu li { display: block; margin-right: 0px;}
.main-menu ul li ul.submenu li a {padding: 14px 15px;display: block;margin: 0;border: 0;color: #001234;}
.main-menu ul li ul.submenu li a::before { display: none;}
.main-menu ul li ul.submenu li a:hover { color: #49959f;}
.main-menu ul li:hover .submenu { top: 100%;visibility: visible; opacity: 1;}
.sticky {position: fixed; z-index: 999; width: 100%;background: white;top: 0;animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;  -webkit-transition: all 0.4s ease-out 0s;  -moz-transition: all 0.4s ease-out 0s;  -ms-transition: all 0.4s ease-out 0s;  -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);}
.sticky .logo {
  transform: translateY(2px);
}
.sticky .hamburger-menu { top: 17px;}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.sticky .hamburger-menu { top: 35px;}
}
.sticky .main-menu ul li a:hover { color: #f7d12d;}

/* Hamburger-menu */

.hamburger-menu { display: inline-block;}
.hamburger-menu > a { display: inline-block; font-size: 25px; color: #4db7a6;}

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .side-mobile-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  .side-mobile-menu {
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .side-mobile-menu {
    display: block;
  }
}

.offset-sidebar {
  display: block;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offset-sidebar {
    display: none;
  }
}
@media (max-width: 767px) {
  .offset-sidebar {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .offset-sidebar {
    display: none;
  }
}

.transparent-head {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}

.main-head-02 {
  position: relative;
}
@media (max-width: 767px) {
  .main-head-02 {
    padding: 15px 15px;
  }
}
.main-head-02 .custom-container-03 {
  max-width: 1505px;
  margin: 0 auto;
}
.main-head-02.sticky {
  background: white;
  position: fixed;
}
.main-head-02.sticky .logo .logo-img {
  display: none;
}
.main-head-02.sticky .logo .logo-img-02 {
  display: inline-block !important;
}
.main-head-02.sticky .logo .logo-img-02 img {
  max-width: 100%;
}
.main-head-02.sticky .main-menu-02 ul li > a {
  color: #001234;
  padding: 42px 0;
}
.main-head-02.sticky .main-menu-02 ul li ul.submenu li a {
  padding: 14px 30px;
}
.main-head-02.sticky .nav-search.search-trigger.header-2-icon {
  color: white;
  background: #f7d12d;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .main-menu-02 ul li {
    margin-right: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-menu-02 ul li {
    margin-right: 35px;
  }
}
.main-menu-02 ul li > a {
  color: white;
  padding: 38px 0;
}
.main-menu-02 ul li ul.submenu li a:hover {
  color: #f15b43;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .quote-btn {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .quote-btn {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .quote-btn {
    display: none;
  }
}
@media (max-width: 767px) {
  .quote-btn {
    display: none;
  }
}

.head-top-03::before {
  display: none;
}
.head-top-03 .top-cta span {
  color: white;
}
.head-top-03 .top-cta span i {
  margin-right: 5px;
}
.head-top-03 .top-cta span:first-child {
  margin-right: 30px;
}
.head-top-03 .top-right-nav a {
  color: white;
  font-weight: 700;
}
.head-top-03 .top-right-nav a i {
  margin-right: 5px;
}
.head-top-03 .top-right-nav a span {
  color: #ffd1ca;
  font-weight: 400;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .main-menu-03 ul li {
    margin-right: 30px;
  }
}
.main-menu-03 ul li ul.submenu li a:hover {
  color: #f15b43;
}

.about-head .top-cta span {
  color: #777777;
}
.about-head .top-cta span b {
  color: #001234;
}
.about-head .top-cta span i {
  color: #f15b43;
}
.about-head .top-right-nav a {
  color: #001234;
  font-weight: 700;
}
.about-head .top-right-nav a i {
  color: #f15b43;
}
.about-head .top-right-nav a span {
  color: #777777;
}

.header-social a {
  color: #777777;
  font-size: 14px;
  margin-right: 14px;
}
.header-social a:hover {
  color: #f15b43;
}

.page-title-area {
  width: 100%; background:url(../img/bg/08.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /*min-height: 290px;*/ min-height: 45vh;
  position: relative;background-attachment: fixed;
	display: grid;
	align-items: center;
}
.page-title-area::before {
  content: "";
  background-color: #222424;
  opacity: 0.65;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.data-conscious{
  width: 100%; background:url(../img/bg/08.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 290px;
  position: relative;background-attachment: fixed;
	display: grid;
	align-items: center; 
}


.page-title-area .right-border-shape {
  position: absolute;
  right: 0;
  top: -190px;
}

.page-title-wrapper .page-title {
  color: white;
  font-size: 24px;
  line-height: 1;
 font-family: 'buenos_airesbold';
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-title-wrapper .page-title {
    font-size: 24px;
  }
  .vision-2 img{
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .page-title-wrapper .page-title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .page-title-wrapper .page-title {
    font-size: 32px;
  }
}
.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;color: #fff;
    font-size: 24px;
    text-align: center;
}
ul.breadcrumb-list li a {
  color: white;
  font-size: 24px;
  font-family: 'now_altblack';
  display: inline-block;
  font-weight: 600;
}
@media (max-width: 767px) {
  ul.breadcrumb-list li a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  ul.breadcrumb-list li a {
    font-size: 20px;
  }
}
ul.breadcrumb-list li a i {
  font-size: 18px;
  margin-left: 8px;
  line-height: 1;
}
ul.breadcrumb-list li a.active {
  color: #f15b43;
}

.slide-bar {
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: -370px;
  width: 350px;
  padding: 25px 30px;
  height: 100%;
  display: block;
  background-color: #46949f;
  z-index: 1020;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slide-bar {
    width: 350px;
  }
}
@media (max-width: 767px) {
  .slide-bar {
    width: 310px;
    padding: 25px 20px;
  }
}

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

.close-mobile-menu a {
  color: white;
  position: relative;
  z-index: 2;
  font-size: 16px;
  top: -10px;
  left: 0;
}
.close-mobile-menu a:hover {
  color: #ff0000;
}

.on-side {
  overflow: hidden;
}

.body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1010;
  left: 0;
  opacity: 0;
  display: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.body-overlay.active {
  opacity: 1;
  display: block;
}

.side-mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0; 
}
.side-mobile-menu ul li a {
  padding: 13px 0;
  display: block;
  /*border-bottom: 1px solid rgba(0, 0, 0, 0.05);*/
  border-bottom: 1px solid rgb(255 255 255);
  font-size: 16px;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.side-mobile-menu ul li a:hover {
  color: #f15b43;
  padding-left: 5px;
}
.side-mobile-menu ul li a[aria-expanded="true"] {
  color: #f15b43;
}
.side-mobile-menu ul li a[aria-expanded="true"]:before {
  background: #f7d12d;
  border-color: #f7d12d;
}
.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: #f15b43;
  padding-left: 20px;
}
.side-mobile-menu ul li ul li:hover > a:before {
  background: #f7d12d;
  border-color: #f7d12d;
}
.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 white;
  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%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition: all .3s ease-out;
}
.side-mobile-menu ul li.has-dropdown a[aria-expanded="true"]:after {
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}

.offset-widget.offset-logo {
  border-bottom: 1px solid #eeecec;
  padding-bottom: 20px;
}
.offset-widget .info-widget .offset-title {
  font-size: 20px;
  font-weight: 800;
  color: white;
}
.offset-widget .info-widget p {
  color: white;
}
.offset-widget .info-widget.info-widget2 p {
  margin-bottom: 15px;
}
.offset-widget .info-widget.info-widget2 p i {
  margin-right: 7px;
  color: white;
}

/* Menu Search
-------------------------------------------------------*/
.header-2-icon {
  color: white;
}

.nav-search.search-trigger.header-2-icon {
  color: #061738;
  display: inline-block;
  width: 55px;
  height: 55px;
  background: white;
  border-radius: 50%;
  text-align: center;
  line-height: 55px;
}
.nav-search.search-trigger.header-2-icon:hover {
  color: white;
  background: #f7d12d;
}

.nav-search {
  position: relative;
  display: block;
  color: inherit;
}

.nav-search:hover {
  color: inherit;
}

.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 121;
  background: rgba(0, 0, 0, 0.9);
}

.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.search-wrap .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  animation: slideInUp .3s;
}

.search-wrap .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: uppercase;
  background: transparent;
  font-size: 25px;
  color: #fff;
  border-bottom: 2px solid #898989;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-wrap .main-search-input {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .search-wrap .main-search-input {
    padding: 0 15px;
  }
}

.search-wrap input.form-control,
.search-wrap input.form-control:focus {
  background-color: #fff;
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
input.main-search-input::-webkit-input-placeholder {
  color: #fff;
  font-size: 25px;
}

input.main-search-input:-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-size: 25px;
}

input.main-search-input::-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-size: 25px;
}

input.main-search-input:-ms-input-placeholder {
  color: #fff;
  font-size: 25px;
}

.search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

.single-slider {
  position: relative;
}
.single-slider::before {
  content: "";
  background: rgb(1 7 8 / 64%);
  opacity: 0.50;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

.slider-height {
    min-height: 65vh;
    background-size: 110% 100%;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
}
/*.slider__content {   padding-bottom: 20%;}*/



@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider-height {
    min-height: 750px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-height {
    min-height: 700px;
  }
}
@media (max-width: 767px) {
  .slider-height {
    min-height: 250px;
  }
}

.slider__content {
  position: relative;
  z-index: 3;
}
.slider__content .sub-title {
  color: white;
  font-size: 30px;
  line-height: 42px;
  font-weight: 400;
  display: inline-block;text-shadow: 0px 2px 4px #000;
}
.slider__content .sub-title i {
  color: #f15b43;
  font-size: 20px;
}
.slider__content .main-title {
  color: white;
  font-size: 28px;
  line-height: 55px;
  /*font-family: "Barlow Condensed", sans-serif;
  font-family: 'nowlight';*/
  /*font-weight: 800;*/
  letter-spacing: -0.3px;text-shadow: 0px 2px 4px #000;
}
.slider__content .main-title span {
  font-weight: 300;
}
@media (max-width: 767px) {
.slider__content .main-title {font-size: 24px;line-height: 33px;text-align: center;}
.slider__content .sub-title {font-size: 27px;line-height: 20px;text-align: center;width: 100%;margin: 0;}


}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__content .main-title {
    font-size: 40px;
  }
}
.slider__content .mini-title {
  color: white;
  font-family: 'now_altblack';
  font-weight: 400;
  line-height: 1.5;
}
.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: 45%;
  z-index: 5;
  /*color: white;
  border: 2px solid #fff;*/
	color: #fff;
	border: 2px solid #fff;
  border-radius: 7px;
  width: 50px;
  height: 50px;
  display: inline-block;
  left: 100px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  display: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider-area .slick-slider button {
    left: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider-area .slick-slider button {
    left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area .slick-slider button {
    left: 20px;
  }
}
@media (max-width: 767px) {
  .slider-area .slick-slider button {
    left: 20px;
  }
}
.slider-area .slick-slider button:hover {
  background: #f7d12d;
  border-color: transparent;
}
.slider-area .slick-slider .slick-next {
  left: auto;
  right: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider-area .slick-slider .slick-next {
    right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider-area .slick-slider .slick-next {
    right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area .slick-slider .slick-next {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .slider-area .slick-slider .slick-next {
    right: 10px;
  }
}
.slider-area:hover .slick-slider button {
  opacity: 1;
  visibility: visible;
}

.slider-area-02 .slider-img__shape {
  position: absolute;
  top: 51%;
  right: 112px;
  z-index: 1;
  animation: rotation infinite 10s alternate-reverse;
}

.slider-height-02 {
  /*min-height: 977px;*/min-height: 400px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider-height-02 {
    min-height: 800px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-height-02 {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .slider-height-02 {
    min-height: 600px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-height-02 {
    min-height: 650px;
  }
}
.slider-height-02::before {
  background: url(../img/shape/06.png) no-repeat bottom;
  width: 100%;
  min-height: 137px;
  bottom: -110px;
  opacity: 1;
  top: auto;
}

.slider__content__02 .main-title {
  font-size: 55px;
  font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider__content__02 .main-title {
    font-size: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__content__02 .main-title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .slider__content__02 .main-title {
    font-size: 50px;
  }
}
.slider__content__02 h4 {
  color: white;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 35px;
}

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

.slider-img {
  position: relative;
  z-index: 1;
}
.slider-img__one {
  display: block;
  width: 100%;
  margin-top: 168px;
}
.slider-img__two {
  position: absolute;
  top: -140px;
  right: -185px;
  z-index: -1;
}
@media only screen and (min-width: 1601px) and (max-width: 1800px) {
  .slider-img__two {
    right: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider-img__two {
    right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider-img__two {
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-img__two {
    right: 0;
  }
}
@media (max-width: 767px) {
  .slider-img__two {
    right: 0;
  }
}

.slider-height-03::before {
  display: none;
}

.slider__content__03 .sub-title {
  color: #777777;
}
.slider__content__03 .main-title {
  color: #001234;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider__content__03 .main-title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__content__03 .main-title {
    font-size: 55px;
  }
}
.slider__content__03 p {
  font-size: 18px;
}

.hero-img {
  position: relative;
  right: -160px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .hero-img {
    right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-img {
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-img {
    right: 0;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .hero-img {
    right: 0;
    margin-top: 30px;
  }
}
.hero-img img {
  width: 100%;
}

.total-box {
  position: absolute;
  top: 120px;
  left: 20px;
}
.total-box .statistics {
  max-width: 283px;
  align-items: center;
  padding: 28px 40px 15px 40px;
  border-left: 5px solid #f7d12d;
  background-color: white;
  box-shadow: 0px 10px 30px 0px rgba(72, 72, 72, 0.13);
}
@media (max-width: 767px) {
  .total-box .statistics {
    max-width: 250px;
  }
}
.total-box .statistics::before {
  display: none;
}
.total-box .statistics .counetrs__icon i {
  font-size: 54px;
}
.total-box .statistics p {
  color: #001234 !important;
   font-weight: 600;
}
.total-box .statistics:last-child {
  border-color: #4db7a6;
  margin-left: 30px;
}

.services-area .custom-container-02 {
  max-width: 1230px;
  margin: 0 auto;
}

/*.services-area .services-bg {
  margin-top: -130px;border-radius: 10px;
}*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-area .services-bg {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .services-area .services-bg {
    margin-top: 50px;
    padding-right: 0;
    padding-left: 0;
  }
}

.services__img img {
  width: 100%;
}
.services__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.services__content .semi-02-title {
  color: white;
  margin-bottom: 5px;
}
.services__content p {
  color: white;
}
.services__content li:first-child {
  padding-left: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .services__content li:first-child {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .services__content li:first-child {
    padding-left: 30px;
  }
}
.services__content li .more_btn {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.services__content li .more_btn::before {
  content: '';
  position: absolute;
  background: white;
  clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0 100%);
  right: 0;
  top: 0;
  width: 110px;
  height: 100px;
  z-index: -1;
}
.services__content li .more_btn::after {
  content: '';
  position: absolute;
  background: #f7d12d;
  clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0 100%);
  right: 0;
  top: 0;
  width: 110px;
  height: 120px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.services__content li .more_btn i {
  color: #001234;
  font-size: 30px;
  line-height: 100px;
  padding-right: 35px;
}
.services__content:hover .semi-02-title {
  color: #f7d12d;
}
.services__content:hover .more_btn i {
  color: white;
}
.services__content:hover .more_btn::after {
  top: -20px;
  opacity: 1;
}

.card {
  border: 0;
  border-radius: 0;
}
.card .card-header {
  padding: 0;
  border: 0;
  background: 0;
}
.card .card-header button {
  border: 0;
  background: 0;
  color: #001234;
  font-size: 30px;
   font-weight: 600;
  display: block;
  width: 100%;
  text-align: left;
  padding: 13px 70px;
  word-wrap: normal;
  white-space: normal;
}
@media (max-width: 767px) {
  .card .card-header button {
    padding: 13px 20px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .card .card-header button {
    padding: 13px 30px;
  }
}
.card .card-header .btn:focus, .card .card-header .btn:hover {
  text-decoration: none;
}
.card .card-body {
  padding: 0 70px;
}
@media (max-width: 767px) {
  .card .card-body {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .card .card-body {
    padding: 0 30px;
  }
}

.about-area .right-shape {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .about-img__thumb {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-img__thumb {
    padding-right: 0;
  }
}
.about-img__thumb img {
  width: 100%;
  /* max-height: 280px; */
}
.survey_imges img{
  max-height: 320px;
}

.about_list li {
  font-size: 16px;
  padding-left: 38px;
  position: relative;
  display: inline-block;
  margin-bottom: 15px; 
}
.about_list li::before {
  content: '';
  position: absolute;
  background: #4db7a6;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 5px;
  top: 14px;
}
.about_list li::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #4db7a6;
  left: 0;
  top: 9px;
  animation: pulseBig infinite 5s linear;
}

/*.experience-box {
  display: inline-flex;
  align-items: center;
  padding: 20px 33px 30px 33px;
  max-width: 220px;
  position: absolute;
  right: 15px;
  bottom: -30px;
  z-index: 2;
}*/

.experience-box {
    display: inline-flex;
    align-items: center;
    padding: 15px 10px 15px 10px;
    max-width: 220px;
    position: absolute;
    right: 15px;
    bottom: -30px;
    z-index: 2;
}
.experience-box::before {
  content: '';
  position: absolute;
  background:#F4D276;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1; border-radius: 5px;
}
.experience-box::after {
  content: '';
  position: absolute;
  background: white;
  width: 220px;
  height:auto; padding:48px;
  left: -10px;
  top: -10px;
  z-index: -2;border-radius: 10px;
}
.experience-box h1 {
  color: #4db7a6;
  font-size: 38px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 0;
  margin-right: 5px;margin-top: 0;
}
.experience-box .semi-02-title {
  color: white;
  margin-bottom: 0;
}

.about-img-02__thumb {
  position: absolute;
  top: -128px;
  left: 0;
}
@media (max-width: 767px) {
  .about-img-02__thumb img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .about-img-02__thumb {
    padding-right: 0;
  }
}
.about-img-02__thumb-02 {
 /* border: 10px solid #393838;*/ text-align:center;width: fit-content;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-img-02__thumb-02 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-img-02__thumb-02 {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .about-img-02__thumb-02 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-img-02__thumb-02 img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .about-img-02__thumb-02 img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .about-wrap-02 {
    padding-left: 20px;
    margin-top: 50px;
  }
}
.about-wrap-02 p {
  font-size: 16px;
}
.about-wrap-02 .about_list li {
  font-size: 18px;
  color: #001234;
  padding-left: 30px;
}
.about-wrap-02 .about_list li::before {
  content: '\f058';
  position: absolute;
  font-family: 'Font Awesome 5 pro';
  font-size: 18px;
  color: #f15b43;
  left: 0;
  top: 1px;
  background: none;
}
.about-wrap-02 .about_list li::after {
  display: none;
}

.about-area-03::before {
  content: '';
  position: absolute;
  background:#f4f2f1 /* url(../img/shape/10.png) no-repeat bottom*/;
  width: 100%;
  min-height: 1032px;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .about-area-03 {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .about-img-03 {
    margin-right: 0;
  }
}
.about-img-03__thumb {
  position: absolute;
  z-index: 1;
  top: -59px;
}
.about-img-03__thumb::before {
  content: '';
  position: absolute;
  background: white;
  border-radius: 50%;
  width: 175px;
  height: 175px;
  left: 6px;
  top: 9px;
  z-index: -1;
}
.about-img-03__thumb-03 img {
  width: 100%;
}
.about-img-03 .experience-box {
  overflow: hidden;
  width: 175px;
  position: absolute;
  background: #4db7a6;
  right: 15px;
  bottom: -30px;
  z-index: 2;
  height: 175px;
  border-radius: 50%;
  display: inline-block;
  padding-top: 35px;
}
.about-img-03 .experience-box h1 {
  color: white;
  margin-right: 0;
  display: inline-block;
  margin-right: 5px;
}
.about-img-03 .experience-box .semi-02-title {
  margin-top: 35px;
}
.about-img-03 .experience-box::after {
  display: none;
}
.about-img-03 .experience-box::before {
  display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-wrap-04 {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-wrap-04 {
    padding-left: 0;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .about-wrap-04 {
    padding-left: 0;
    margin-top: 50px;
  }
}
/*.about-wrap-04 .nav-tabs {
  border: 0;
}
.about-wrap-04 .nav-tabs .nav-link {
    border: 0;
    border-radius: 0;
    color: #001234;
    font-weight: 700;
    line-height: 1;
    background: white;
    padding: 10px 10px;
    box-shadow: 0px 10px 30px 0px rgba(220, 220, 220, 0.47);
    margin-right: 5px;
    transition: all 0.3s ease-in;
    display: inline-block;
    letter-spacing: 1px;
    font-size: 15px;
}*/
.about-wrap-04 .nav-tabs {
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-wrap-04 .nav-tabs .nav-link {
    color: #ffffff;
    font-weight: 400;
    line-height: 1;
    background: #007787;
    padding: 8px 15px;
    box-shadow: 0px 10px 30px 0px rgba(220, 220, 220, 0.47);
    margin: 3px;
    transition: all 0.3s ease-in;
    display: flex;
    font-size: 14px;
    border-radius: 25px; border:none;
    /*border: 2px solid #000;*/
}

@media (max-width: 767px) {
.page-title-area{min-height: max-content;padding: 20px 0;}
.about-wrap-04 .nav-tabs .nav-link {margin-bottom: 5px;}
.whatwedo{ width:100%; overflow:auto;padding:40px 0 0;}
.whatwedo .nav-tabs {margin: 0px;display: ruby-text;padding: 10px 10px;}

.whatwedo::-webkit-scrollbar {width:5px; height:5px;}
.whatwedo::-webkit-scrollbar-track {background: #f1f1f1;}
.whatwedo::-webkit-scrollbar-thumb {background: #333;}
.whatwedo::-webkit-scrollbar-thumb:hover {background: #555;}

}
.about-wrap-04 .nav-tabs .nav-link:hover, .about-wrap-04 .nav-tabs .nav-link.active {color: #000;background: #f7d12d;}
.modal-title{ margin:0;}

@media (max-width: 767px) {
  .inner-content {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .inner-content__img {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .inner-content__img {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .inner-content__img img {
    width: 100%;
  }
}
.inner-content__text h3 {
  font-size: 30px;
  margin-bottom: 14px;
}

.what-we-area .right-help {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .what-we-area .right-help {
    position: relative;
    top: 0;
    height: 450px;
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .what-we-area .right-help {
    position: relative;
    top: 0;
    height: 450px;
    width: 100%;
    margin-bottom: 30px;
  }
}

.we-wrapper .about_list li::before {
  content: '\f00c';
  position: absolute;
  font-family: "Font Awesome 5 pro";
  font-size: 14px;
  color: white;
  text-align: center;
  line-height: 25px;
  left: -6px;
  top: 3px;
  background: #4db7a6;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  transition: all 0.3s ease-in;
}
.we-wrapper .about_list li::after {
  display: none;
}
.we-wrapper .about_list li:hover::before {
  background: #f7d12d;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cta-wrapper {
    padding-left: 0;
  }
}
.cta-wrapper h2 {
  color: white;
  font-size: 34px;
  line-height: 1;
  font-weight: 400;
}
@media (max-width: 767px) {
  .cta-wrapper h2 {
    font-size: 50px;
    margin-bottom: 20px;
  }
}
.cta-wrapper h2 a {
  font-weight: 600;
}

.cta-btn a.theme_btn {
  border: 1px solid white;
  background: transparent;font-family: "Raleway", serif;font-weight: 400;color: #fff;
}
.cta-btn a.theme_btn i {
  color: #4db7a6;
}
.cta-btn a.theme_btn:hover {
  border-color: transparent;
}
.cta-btn a.theme_btn:hover i {
  color: #f15b43;
}
.cta-btn a.theme_btn:hover::before {
  background: #f7d12d;
}

.widget_address__icon {
  margin-top: 8px;
}
.widget_address__icon i {
  color: #f5cf2d;
  font-size: 20px;
}
.widget_address__content h4 {
  margin: 0 0 6px;
  font-size: 14px;
}
.widget_address__content span {
  color: #000;font-size: 12px;font-family: "Raleway", serif;
}

.cta-top-area .cta-wrapper {
  position: relative;
  width: 100%;
  min-height: 170px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-top-area .cta-wrapper {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .cta-top-area .cta-wrapper {
    padding: 0 10px;
  }
}
.cta-top-area .cta-wrapper::before {
  content: '';
  position: absolute;
  background: #061738;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.cta-top-area .cta-wrapper.cw-02::before {
  background: #f7d12d;
}
.cta-top-area .cta-wrapper.cw-02 .wrap_btn a {
  color: #f15b43;
  background: white;
}
.cta-top-area .cta-wrapper.cw-02 .wrap_btn a:hover {
  color: white;
  background: #001234;
}
.cta-top-area .cta-wrapper h2 {
  color: white;
  font-size: 35px;
  line-height: 1;
  font-weight: 400;
}
.cta-top-area .cta-wrapper p {
  color: white;
}
.cta-top-area .cta-wrapper .wrap_btn a {
  color: white;
  font-size: 22px;
  background: #f7d12d;
  width: 55px;
  height: 55px;
  display: inline-block;
  text-align: center;
  line-height: 55px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.cta-top-area .cta-wrapper .wrap_btn a:hover {
  color: #f15b43;
  background: white;
}

.subscribe-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fef3f2;
  padding-top: 5px;
  padding-bottom: 5px;
}
.subscribe-bg .white-title p {
  color: white;
}
.subscribe-bg .sub-back {
  margin: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .subscribe-bg .sub-back {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .subscribe-bg .sub-back {
    padding-right: 0;
    margin: 0;
  }
}

.form-area input:focus {
  box-shadow: none;
  outline: none;
}
.form-area input:focus::placeholder {
  color: #001234;
}
/*.form-area .form-control {
  color: #001234;
  font-size: 18px;
  font-family: 'now_altblack';
  font-weight: 600;
  line-height: 1;
  border: 0;
  display: block;
  background: none;
  width: 400px;
  height: 45px;
  border-radius: 40px;
  padding-left: 40px;
}*/
.form-area .form-control {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    border: 0;
    display: block;
    background: none;
    width: 400px;
    height: 45px;
    padding-left: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .form-area .form-control {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .form-area .form-control {
    width: 100%;
    margin-bottom: 10px;
  }
}
.form-area .border_btn {
  color: white;
  border: 1px solid #fff;
  background: transparent;
  padding: 15px 50px 10px 14px;font-weight: 100;
  /*border-radius: 40px;*/
}
@media (max-width: 767px) {
.form-area .border_btn {padding: 15px 50px 10px 14px;}
.form-area .border_btn span {width: 30px;height: 30px;line-height: 30px;top: 3px;}

}
.form-area .border_btn span {
  width: 33px;
  height: 33px;
  line-height: 33px;
  background: #f7d12d;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.form-area .border_btn span i {
  color: white;
}
.form-area .border_btn::before {
  background: #4db7a6;
}
.form-area .border_btn:hover {
  border-color: transparent;
}
.form-area .border_btn:hover span {
  background: white;
}
.form-area .border_btn:hover span i {
  color: #4db7a6;
}

.footer__widget .form-area .form-control {
  color: #8a9ec5;
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  height: 51px;
  border-radius: 0;
  padding-left: 25px;
  border: 2px solid #1a2e54;
  background: transparent;
}
.footer__widget .form-area button {
  width: 100%;
  border: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer__widget .form-area button {
    padding: 20px 70px 20px 25px;
  }
}

.input-area input:focus {
  box-shadow: none;
}
.input-area .form-control {
  border-radius: 0;
  font-weight: 700;
  border: 2px solid #e4e4e4;
  width: 100%;
  height: 45px;
  padding-left: 35px;
}
.input-area textarea {
  width: 100%;
  display: block;
  resize: none;
  border: 2px solid #e4e4e4;
  color: #777777;
  font-weight: 700;
  padding-left: 10px;
  padding-top: 10px;
  height: 65px;background: #eee;
}
.input-area textarea::placeholder {
  color: #777777;
  font-weight: 700;
}

.input-btn button {
  width: 100%;
  display: block;
  border: 0;
  border-radius: 0;
  padding: 15px 15px; background: #000; color:#fff;
}
.input-btn button::before {
  border-radius: 0;
}

.donation-form-area {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.donation-form-area::before {
  content: "";
  background-color: #061738;
  opacity: 0.1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.donation-form {
  padding:20px 20px 20px 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.donation-form {padding: 5px;}
}
@media (max-width: 767px) {
  .donation-form {
    padding: 60px 15px 70px 15px;
  }
}
.donation-form .cases-title {
  font-size: 45px;
}
.donation-form .input-area .form-control {
  padding-left: 10px;
}

.donation-video .video-area .popup-video {
  width: 150px;
  height: 150px;
  line-height: 150px;
}
.donation-video .video-area .popup-video i {
  font-size: 20px;
}

.donation-form-area-02 {
  min-height: 750px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .donation-form-area-02 {
    min-height: 450px;
  }
}

.join-volunteer-area::before {
  content: '';
  position: absolute;
  border: 1px solid #e4e4e4;
  width: 496px;
  height: 496px;
  right: 150px;
  bottom: 20%;
  z-index: 1;
  display: inline-block;
  border-radius: 50%;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .join-volunteer-area::before {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .join-volunteer-area::before {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .join-volunteer-area::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .join-volunteer-area::before {
    display: none;
  }
}
.join-volunteer-area .donation-form .section-title h6 {
  font-weight: 400;
  margin-bottom: 0;
}
.join-volunteer-area .donation-form .input-area .form-control {
  border: 0;
}
.join-volunteer-area .donation-form .input-area textarea {
  border: 0;
}

.volunteer-box {
  z-index: 1;
}
.volunteer-box__img {
  position: relative;
  top: 320px;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .volunteer-box__img {
    top: 0;
  }
}
@media (max-width: 767px) {
  .volunteer-box__img {
    top: 0;
  }
}
@media (max-width: 767px) {
  .volunteer-box__img img {
    width: 100%;
  }
}
.volunteer-box__img-02 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .volunteer-box__img-02 {
    display: none;
  }
}
.volunteer-box__shape {
  position: absolute;
  right: -60px;
  bottom: -35px;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .volunteer-box__shape {
    right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .volunteer-box__shape {
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .volunteer-box__shape {
    right: 0;
  }
}
@media (max-width: 767px) {
  .volunteer-box__shape {
    right: 0;
  }
}

.map-area-02 iframe {
  width: 100%;
  height: 635px;
  border: 0;
}
@media (max-width: 767px) {
  .map-area-02 iframe {
    height: 450px;
  }
}

@media (max-width: 767px) {
  .get-touch-area {
    padding-left: 0;
    padding-right: 0;
  }
}
.get-touch-area .section-title h6 {
  font-weight: 400;
  margin-bottom: 0;
}
.get-touch-area .section-title p {
  font-size: 14px;
}

.contacts__icon {
  color: #009688;
  font-size: 20px;
}
.contacts__text h5 {
  color: #777777;
  font-weight: 400;
}

.contacts-details-area .input-area .form-control {
  border: 0;background: #eee;
  color: #001234;
}
.contacts-details-area .input-area textarea {
  border: 0;
}

.map-area-03 iframe {
  min-height: 750px;
  margin-bottom: -10px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .map-area-03 iframe {
    min-height: 600px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .map-area-03 iframe {
    min-height: 500px;
  }
}
@media (max-width: 767px) {
.map-area-03 iframe {min-height: 450px;}
}

.cases__box--img {overflow: hidden;border: 1px solid #e9e9e9;}
.cases__box--img img {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;}
.cases__tag {display: flex;justify-content: space-between;align-items: center;position: relative;top: -33px;left: 0;right: 0;margin: 0 30px 0 30px;height: 65px;border-radius: 70px;z-index: 3;}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.cases__tag {margin: 0;}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.cases__tag {margin: 0;}
}
@media (max-width: 767px) {
.cases__tag {margin: 0;}
}
.cases__tag li .cases--author .semi-title {margin-bottom: 0;}
.cases__tag li .cases--author {margin-left: 10px;}
.cases__tag li .cases--author .semi-02-title {margin-bottom: 0;}
.cases__tag li .d-btn {border-radius: 0;border-top-right-radius: 60px;border-bottom-right-radius: 60px;height: 65px;line-height: 1;text-align: center;padding: 0;display: flex;align-items: center;width: 140px;justify-content: center;}
.cases__tag li .d-btn::before {border-radius: 0;border-top-right-radius: 60px;border-bottom-right-radius: 60px;}
.cases-progress .funding {color: #001234;font-weight: 600;letter-spacing: 0;margin-bottom: 10px;}
.cases-progress .funding span {font-size: 18px;color: #f15b43;}
.cases-progress .progress {height: 5px;overflow: visible;background-color: white;border-radius: 0;position: relative;}
.cases-progress .progress .progress-bar {background-color: #f7d12d;transition: width .6s ease;}
.cases-progress .progress .progress-bar h5 {position: absolute;right: 0;top: -33px;}
.cases__content {padding: 10px 20px 10px 20px; min-height: 98px;}


@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .cases__content {
    padding: 0 25px 35px 25px;
  }
}
@media (max-width: 767px) {
  .cases__content {
    padding:0 15px 10px 15px;
  }
}
.cases__content h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  margin: 10px 0;
  -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;
}
.cases__content p {
   font-size: 14px;
    line-height: 24px;
}
.cases:hover .cases__box--img img {
  transform: scale(1.1);
}
.cases:hover h3 {
  color: #f15b43;
}

.cases-area-02 {
  z-index: 2;
}
.cases-area-02 .custom-container-04 {
  /*max-width: 1200px;*/max-width: 90%;
  margin: 0 auto;
}
.cases-area-02::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  /*background: #f4f2f1;
  min-height: 850px;*/
  z-index: -1;
}
.cases-area-02::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  /*background: url(../img/shape/07.png);*/
  width: 100%;
  min-height: 635px;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .cases-area-02 .cases__tag {
    margin: 0;
  }
}
.cases-area-02 .cases__tag li .cases--author {
  margin-left: 5px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {

.cases-area-02 .cases__content {padding: 0 15px 15px 15px;border: 1px solid #ccc;margin-top: -1px;}
 
}

.statistics {
  padding: 80px 0 45px 0;
  z-index: 1;
}
.statistics::before {
  content: '';
  position: absolute;
  background: url(../img/shape/09.png);
  width: 100%;
  height: 170px;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.statistics .counetrs__icon {
  display: inline-block;
}
.statistics .counetrs__icon i {
  color: #f15b43;
  display: inline-block;
}
.statistics.counetrs h1 {
  color: #001234;
}
.statistics.counetrs p {
  color: #777777;
  font-size: 16px;
}

.statistics-box__icon {
  display: inline-block;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  box-shadow: 0px 10px 30px 0px rgba(77, 183, 166, 0.43);
}
.statistics-box__icon i {
  color: #4db7a6;
  font-size: 40px;
}

.tag-img {
  position: absolute;
  top: 40px;
  right: -27px;
  box-shadow: 0px 10px 30px 0px rgba(241, 91, 67, 0.43);
  border-radius: 50%;
}
@media (max-width: 767px) {
  .tag-img {
    right: 20px;
  }
}

.cases-04 .cases__content {
  padding: 40px 38px 20px 38px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cases-04 .cases__content {
    padding: 25px 25px 20px 25px;
  }
}
@media (max-width: 767px) {
  .cases-04 .cases__content {
    padding: 25px 25px 20px 25px;
  }
}
.cases-04 .cases__content .semi-02-title {
  margin-bottom: 38px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .cases-04 .cases__box img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cases-04 .cases__box img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cases-04 .cases__box img {
    width: 100%;
  }
}

.portfolio-menu {
  padding-bottom: 26px;
  margin-left: 60px;
  margin-right: 60px;
}
@media (max-width: 767px) {
  .portfolio-menu {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.portfolio-menu button {
  border: 0;
  padding: 7px 16px;
  border-radius: 30px;
  background: none;
  color: #061738;
  font-size: 15px;
  line-height: 1;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  font-weight: 700;
  position: relative;
  font-family: 'now_altblack';
  margin: 0 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .portfolio-menu button {
    margin: 0px 2px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-menu button {
    margin: 5px 5px;
  }
}
@media (max-width: 767px) {
  .portfolio-menu button {
    margin: 5px 2px;
  }
}
.portfolio-menu button:hover, .portfolio-menu button.active {
  color: white !important;
  background: #ea5822;
}

.pagination-area .page-item .page-link {
  position: relative;
  display: block;
  font-size: 15px;
  margin-left: -1px;
  line-height: 32px;
  color: #777777;
  background-color: #f4f2f1;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-weight: 700;
  border: 0;
  text-align: center;
  transition: all 0.3s ease-in;
  margin: 0 3px;
}
@media (max-width: 767px) {
  .pagination-area .page-item .page-link {
    width: 40px;
    height: 40px;
    margin: 0 1px;
    line-height: 22px;
  }
}
.pagination-area .page-item .page-link:focus {
  box-shadow: none;
}
.pagination-area .page-item .page-link:hover {
  color: white;
  background: #f7d12d;
}

.cases-area-02 .slick-slider button {
  border: 0;
  color: white;
  font-size: 18px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: -60px;
  transform: translateY(-50%);
  background: #4db7a6;
  display: inline-block;
  transition: all 0.3s ease-in; border-radius: 250px;
}
.cases-area-02 .slick-slider button.slick-next {
  left: auto;
  right: -60px;
  position: absolute;
}
.cases-area-02 .slick-slider button:hover {
  background: #f7d12d;
}

.cases-wrapper-box .cases__content {
  padding: 0 0 35px 0;
}
.cases-wrapper-box .cases__content h2 {
  font-size: 55px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .cases-wrapper-box .cases__content h2 {
    font-size: 33px;
  }
}

.cases-meta .cases-progress .funding {
  margin-bottom: 15px;
}
.cases-meta .cases-progress .funding span {
  font-size: 30px;
}
.cases-meta .cases-progress .progress {
  background-color: #f4f2f1;
  width: 500px;
}
@media (max-width: 767px) {
  .cases-meta .cases-progress .progress {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cases-meta .cases-progress .progress {
    width: 500px;
  }
}
.cases-meta .cases-progress .progress .progress-bar h3 {
  position: absolute;
  right: 0;
  top: -47px;
}

.cases-single__icon {
  background: #4db7a6;
  text-align: center;
  width: 45px;
  height: 45px;
  display: inline-block;
  line-height: 45px;
  float: left;
  margin-right: 0px;
}
.cases-single__icon i {
  color: white;
  font-size: 20px;
  line-height: 1;
}
.cases-single__content h5 {
  font-size: 20px;
}

.cases-video {
  background-size: cover;
  background-position: center;
  min-height: 540px;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 767px) {
  .cases-video {
    min-height: 450px;
  }
}
.cases-video::before {
  content: "";
  background-color: #061738;
  opacity: 0.65;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cases-video .popup-video {
  width: 100px;
  height: 70px;
  border-radius: 10px;
  line-height: 70px;
  background: #ff0000;
}
.cases-video .popup-video i {
  font-size: 15px;
  color: white;
}

.cases-title {
  font-size: 30px;
}

.widget .events-03 {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 570px;
}
.widget .events-03 .cases {
  bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.widget .events-03 .cases__content {
  padding: 0 38px 35px 38px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .widget .events-03 .cases__content {
    padding: 0 25px 35px 25px !important;
  }
.cases-area-02 .slick-slider button.slick-next {right: 0px;}
.cases-area-02 .slick-slider button{ left:0; z-index:999;}
}
@media (max-width: 767px) {
  .widget .events-03 .cases__content {
    padding: 0 20px 10px 20px;
  }
}

.counetrs__icon i {
  color: white;
  font-size: 85px;
}
.counetrs h1 {
  color: white;
  font-size: 52px;
  font-weight: 300;font-family: 'buenos_airesbold';
}
.counetrs p {
  color: white;
  font-size: 18px;
}

.brand-area .custom-container-03 {
  max-width: 1430px;
  margin: 0 auto;
}
.brand-area .brand-img a {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}

.counter-area-02 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.counter-area-02::before {
  content: '';
  position: absolute;
  background: #061738;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.counter-area-02 .counetrs__icon i {
  color: #4db7a6;
}

.team-area {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.team-area:before {
  content: '';
  position: absolute;
  background: #061738;
  opacity: 0.9;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.team {
  padding: 30px 70px 30px 60px;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .team {
    padding: 30px 0px 30px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team {
    padding: 30px 0px 30px 30px;
  }
}
@media (max-width: 767px) {
  .team {
    padding: 30px 20px 30px 20px;
  }
}
.team::before {
  content: '';
  position: absolute;
  background: #f7d12d;
  left: 0;
  top: 0;
  width: 7px;
  height: 0;
  z-index: 1;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.team::after {
  content: '\f500';
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  color: #f4f2f1;
  font-size: 90px;
  right: 70px;
  top: 63px;
  z-index: -1;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team__thumb {
    float: none;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .team__thumb {
    float: none;
    margin-bottom: 20px;
  }
}
.team__content h3 {
  font-size: 30px;
  font-weight: 600;
}
.team__content h3:hover {
  color: #f15b43;
}
.team__content p {
  color: #f15b43;
  margin-bottom: 8px;
}
.team__content--social a {
  margin-right: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .team__content--social a {
    margin-right: 15px;
  }
}
.team__content--social a i {
  font-size: 15px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.team__content--social a:hover i {
  color: #4db7a6;
  transform: rotateY(360deg);
}
.team:hover::before {
  height: 100%;
}
.team:hover::after {
  height: 100%;
}

.teams__content .semi-02-title {
  color: #061738;
}
.teams__content .semi-02-title:hover {
  color: #46949f;
}
.teams__content p {
  color: #000;
}
.teams:hover .teams__thumb--img img {
  /*transform: scale(1.1) rotate(3deg);*/transform: scale(1.1);
}

.teams__thumb {
  /*overflow: hidden;*/
}
.teams__thumb--img {
  z-index: 1;
  overflow: hidden;
}
.teams__thumb--img::before {
  content: '';
  background-image: -moz-linear-gradient(90deg, #061738 0%, rgba(6, 23, 56, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, #061738 0%, rgba(6, 23, 56, 0) 100%);
  background-image: -ms-linear-gradient(90deg, #061738 0%, rgba(6, 23, 56, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.teams__thumb--img img {
  width: 100%;
  transition: all .3s ease-in-out;
}
.teams__thumb--social {
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  z-index: 1;
  padding-bottom: 20px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.teams__thumb--social a {
  width: 45px;
  height: 45px;
  background: white;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  line-height: 45px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.teams__thumb--social a i {
  color: b #777777;
  font-size: 15px;
  line-height: 1;
}
.teams__thumb--social a i:nth-child(1) {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  transition: all .3s ease-in-out;
  top: 50%;
  transform: translateY(-50%);
}
.teams__thumb--social a i:nth-child(2) {
  top: 100%;
  position: absolute;
  left: 0;
  transform: translate(-100% -50%);
  right: 0;
  text-align: center;
  transition: all .3s ease-in-out;
}
.teams__thumb--social a:hover {
  background: #f7d12d;
}
.teams__thumb--social a:hover i {
  color: white;
}
.teams__thumb--social a:hover i:nth-child(1) {
  top: -150%;
  transform: translateY(-100%);
}
.teams__thumb--social a:hover i:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.teams__thumb:hover .teams__thumb--img::before {
  opacity: 1;
}
.teams__thumb:hover .teams__thumb--social {
  bottom: 0;
  opacity: 1;
}

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

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .team-details-wrapper {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-details-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .team-details-wrapper {
    padding-left: 0;
  }
}
.team-details-wrapper span {
  color: #bd5a03; font-weight:600;
  display: inline-block;
}
.team-details-wrapper .teams__thumb--social {
  position: relative;
  bottom: 0;
  opacity: 1;
  padding-left: 0;
  text-align: left;
}
.team-details-wrapper .teams__thumb--social a {
  background: #f4f2f1;
}
.team-details-wrapper .teams__thumb--social a:hover {
  background: #f7d12d;
}

.team-skill-area .charts__content h3 {
  color: #001234;
}
.team-skill-area .charts__content p {
  color: #001234;
}
.team-skill-area .charts__circle .chart h2 {
  color: #001234;
}
.team-skill-area .charts__circle .chart2 {
  display: inline-block;
  position: relative;
}
.team-skill-area .charts__circle .chart2 h2 {
  color: #001234;
  font-size: 55px;
  margin: 0;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  line-height: 120px;
}
.team-skill-area .charts__circle .chart2 h2 span {
  font-size: 25px;
}

@media (max-width: 767px) {
  .gallery-area {
    padding-left: 0;
    padding-right: 0;
  }
}

.jobpositions .gallery__thumb {
    position: relative;
    overflow: hidden;
    min-height: 200px;
    border: 1px solid #eee;
    display: grid;
    align-items: center;
    margin-bottom: 10px;
}

.jobpositions .gallery-area .col-lg-6{ padding:0 10px; }

.gallery__thumb {
  position: relative;
  overflow: hidden; 
}

.gallery__thumb::before {
  content: '';
  position: absolute;
  background: #f7d12d;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.9;
  transform: scale(0);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.gallery__thumb img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.gallery__content {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.gallery__content a {
  display: inline-block;font-weight: 600;
}
.gallery__content a i {
  color: #000;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 5px;
}
.gallery__content h3 {
  color: #47959f;
  font-size: 16px;
  font-weight: 100; margin-top: 0;
}
.gallery:hover .gallery__thumb::before {
  transform: scale(1);
}
.gallery:hover .gallery__thumb img {
  transform: scale(1.1);
}
.gallery:hover .gallery__content {
  opacity: 1;
  visibility: visible;
}

.gallery-02 {
  overflow: hidden;
}
.gallery-02 .gallery__thumb::before {
  background: #061738;
  opacity: 0;
}
.gallery-02 .gallery__content {
  left: 75px;
  right: 25px;
  background: white;
  padding: 20px 25px 20px 25px;
  display: inline-block;
  top: auto;
  bottom: 0;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
@media (max-width: 767px) {
  .gallery-02 .gallery__content {
    left: 25px;
  }
}
.gallery-02 .gallery__content .semi-02-title {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gallery-02 .gallery__content .semi-02-title {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .gallery-02 .gallery__content .semi-02-title {
    font-size: 19px;
  }
}
.gallery-02 .gallery__content .semi-02-title:hover {
  color: #f15b43;
}
.gallery-02 .gallery__content a span {
  width: 40px;
  height: 40px;
  border: 1px solid #e4e4e4;
  display: inline-block;
  background: white;
  margin-left: 30px;
  line-height: 35px;
}
.gallery-02 .gallery__content a span i {
  color: #f15b43;
  font-size: 15px;
  line-height: 1;
}
.gallery-02:hover .gallery__thumb::before {
  background: #061738;
  opacity: 0.5;
}
.gallery-02:hover .gallery__content {
  bottom: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .events-style-1 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .events-style-1 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .events-style-1 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .events-style-1 {
    padding-left: 0;
    padding-right: 0;
  }
}

.events-video-area {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 640px;
}
@media (max-width: 767px) {
  .events-video-area {
    min-height: 450px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .events-video-area {
    min-height: 600px;
  }
}
.events-video-area::before {
  content: '';
  position: absolute;
  background: #001234;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.17;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.events-video-area .video-area {
  top: 50%;
  z-index: 2;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  left: 50%;
  transform: translate(-50%, -50%);
}

.events__list__one {
  display: flex;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .events__list__one {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  .events__list__one {
    padding-left: 25px;
    padding-right: 25px;
    display: block;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .events__list__one li:first-child {
    width: 55%;
  }
}

.events {
  padding: 37px 0 37px 0;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .events {
    padding: 9px 0 9px 0;
  }
}
@media (max-width: 767px) {
  .events .row {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .events .row .events__content {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .events .row .events__content {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .events .rows {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  .events__content {
    margin-bottom: 20px;
  }
}
.events__content span {
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 7px;
}
.events__content span i {
  color: #f15b43;
  font-size: 15px;
  margin-right: 10px;
}
.events__content h3 {
  font-size: 18px;
}
.events__back {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  background-position: center;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.events__back::before {
  content: '';
  position: absolute;
  background: #061738;
  opacity: 0.75;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.events:hover {
  background: transparent;
}
.events:hover .events__back {
  opacity: 1;
}
.events:hover .events__content span {
  color: white;
}
.events:hover .events__content span i {
  color: white;
}
.events:hover .events__content h3 {
  color: white;
}
.events:hover .events__content p {
  color: white;
}

.widget_events__date {
  background-color: #4db7a6;
  padding: 7px 17px;
  border-radius: 7px;
}
.widget_events__date .semi-02-title {
  margin-bottom: 0;
}
.widget_events__date .semi-02-title span {
  display: block;
  font-size: 15px;
}
.widget_events__content span {
  color: white;
  margin-bottom: 4px;
  display: inline-block;
}
.widget_events__content span i {
  margin-right: 10px;
}
.widget_events__content h4 {
  margin-bottom: 0;
}
.widget_events:hover .widget_events__content .semi-02-title {
  color: #f15b43;
}

.events-area-02 {
  z-index: 1;
}
.events-area-02::before {
  content: '';
  position: absolute;
  /*background: white;*/
  opacity: 0.95;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.events-02 {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 420px;
  display: flex;
  align-items: end;
  z-index: 1;
}
.events-02::before {
  content: '';
  /*background-image: -moz-linear-gradient(90deg, #061738 0%, rgba(6, 23, 56, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, #061738 0%, rgba(6, 23, 56, 0) 100%);
  background-image: -ms-linear-gradient(90deg, #061738 0%, rgba(6, 23, 56, 0) 100%);*/
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.events-02 .events__content {
    padding-left: 20px;
    padding-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .events-02 .events__content {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .events-02 .events__content {
    padding-left: 20px;
  }
}
.events-02 .events__content span {
  color: white;
  margin-bottom: 0;
}
.events-02 .events__content h3 {
  color: white;
}
.events-02 .events__content .more_btn3 {
  color: white;
  font-size: 14px;
  font-weight: 400;
  text-transform: inherit;
  border-bottom: 1px solid white;
}
.events-02 .events__content .more_btn3:hover {
  color: #f15b43;
  border-color: #f7d12d;
}
.events-02:hover .events__thumb img {
  transform: scale(1.1) rotate(3deg);
}
.events-02:hover .events__content h3 {
  color: #f15b43;
}

.events-02-lg {
  min-height: 473px;
}

.events-02-yellow {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 174px;
  width: 100%;
  display: block;
}
.events-02-yellow::before {
  display: none;
}

.events_wrapper__white {
  padding: 35px 40px 30px 40px;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .events_wrapper__white {
    padding: 35px 20px 30px 20px;
  }
}
.events_wrapper__white span {
  color: white;
}
.events_wrapper__white span i {
  color: white;
}
.events_wrapper__white h3 {
  color: white;
}
.events_wrapper__white .more_btn3 {
  color: white;
  text-transform: uppercase;
}
.events_wrapper__white .more_btn3:hover {
  color: #001234;
  border-color: #001234;
}

.events-update {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 732px;
  width: 100%;
  z-index: 1;
  display: flex;
  align-items: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .events-update {
    min-height: 550px;
  }
}
.events-update::before {
  content: '';
  background-image: -moz-linear-gradient(90deg, #061738 0%, rgba(6, 23, 56, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, #061738 0%, rgba(6, 23, 56, 0) 100%);
  background-image: -ms-linear-gradient(90deg, #061738 0%, rgba(6, 23, 56, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.events-update .events-03 {
  padding-left: 220px;
  padding-right: 220px;
  display: block;
  bottom: 0;
}
.events-update .events-03::before {
  display: none;
}
@media only screen and (min-width: 1601px) and (max-width: 1800px) {
  .events-update .events-03 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .events-update .events-03 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .events-update .events-03 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .events-update .events-03 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .events-update .events-03 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.events-update .events-03 .events-update-content {
  position: relative;
}
.events-update .events-03 .video-area {
  margin-bottom: 200px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .events-update .events-03 .video-area {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .events-update .events-03 .video-area {
    margin-bottom: 100px;
  }
}
.events-update .events-03 .video-area .popup-video {
  width: 85px;
  height: 85px;
  line-height: 86px;
}
.events-update .events-03 .video-area .popup-video i {
  font-size: 15px;
}

.events-03 {
  z-index: 3;
}
.events-03 .cases {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  z-index: 3;
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 767px) {
  .events-03 .cases {
    bottom: -24px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.events-03 .cases__content h3 {
  color: white;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.events-03 .cases__content p {
  color: white;
}
.events-03 .cases-progress .funding {
  color: white;
}
.events-03 .cases-progress .funding span {
  color: white;
}
.events-03 .cases-progress .progress .progress-bar h5 {
  color: white;
}

.video-area-03 {
  width: 100%;
  min-height: 820px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .video-area-03 {
    min-height: 450px;
  }
}
.video-area-03 .video-area {
  line-height: 120px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .helping-area {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .helping-area {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 110px;
    padding-bottom: 106px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .helping-area {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  .helping-area {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.helping-area .white-title h6 {
  color: white;
}

.charts__circle .chart {
  display: inline-block;
  position: relative;
}
.charts__circle .chart h2 {
  color: white;
  font-size: 65px;
  margin: 0;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  line-height: 120px;
}
.charts__circle .chart h2 span {
  font-size: 25px;
}

.charts__content h3 {
  color: white;
}
.charts__content p {
  color: white;
}

.events_grid_wrapper .events-02 .events__content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 40px;
  padding-bottom: 35px;
  z-index: 2;
}
.events_grid_wrapper .events-02__video {
  z-index: 2;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
}
.events_grid_wrapper .events-02__video .popup-video {
  width: 70px;
  height: 70px;
  font-size: 15px;
  line-height: 70px;
}
.events_grid_wrapper .events-02__video .popup-video i {
  font-size: 15px;
}

.events_grids_wrapper .events-02 .events__content {
  position: relative;
}

.events-grid-area .row .col-xl-4:nth-child(7) .events__content:hover h3 {
  color: #4db7a6;
}
.events-grid-area .row .col-xl-4:nth-child(7) .events__content:hover .more_btn3 {
  color: #4db7a6;
}

.events_btn a {
  color: #777777;
  border: 1px solid #4db7a6;
  background: transparent !important;
}
.events_btn a::before {
  background: #4db7a6;
}
.events_btn a span {
  background: #4db7a6;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.events_btn a span i {
  color: white;
}
.events_btn a:hover span {
  background: white;
}

.events-details-thumb img {
  width: 100%;
}

.events-text-box h2 {
  font-size: 55px;
}

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

.times__content h5 {
  font-size: 20px;
  margin-bottom: 5px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.times__content p i {
  color: #f15b43;
  margin-right: 5px;
}
.times__content:hover h5 {
  color: #f15b43;
}

.widget-organizer {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.widget-organizer h3 {
  color: white;
}
.widget-organizer .cases--author .autor-img {
  border: 2px solid #fff;
  border-radius: 50%;
}
.widget-organizer .cases--author .semi-02-title {
  color: white;
}
.widget-organizer h5 {
  color: white;
}
.widget-organizer p {
  color: white;
}
.widget-organizer p i {
  color: white;
}
.widget-organizer:hover h5 {
  color: #4db7a6;
}

.testimonial-area::before {
  content: '';
  position: absolute;
  background: url(../img/shape/03.png);
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 442px;
}

.testimonial-text-wrapper .section-title h2 {
  font-size: 64px;
}
.testimonial-text-wrapper p {
  margin-bottom: 10px;
}

.author_box__img {
  border: 2px solid #feeeec;
  /*border-radius: 50%;*/
}
.author_box__content .semi-02-title {
  margin-bottom: 5px;
}
.author_box__content p {
  color: #f7d12d;
  font-weight: 600;
  line-height: 18px;
  font-size: 14px;
}

.testimonial-item {
  padding: 25px 30px 25px 30px; min-height: 350px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-item {
    padding: 45px 30px 45px 30px;
  }
}
@media (max-width: 767px) {
  .testimonial-item {
    padding: 45px 20px 45px 20px;
  }
}
.testimonial-item::before {
  content: '';
  position: absolute;
  /*background: url(../img/shape/02.png);*/
  right: 47px;
  top: 45px;
  z-index: 1;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  width: 61px;
  height: 70px;
  animation: jello infinite 5s linear;
}
.testimonial-item .review-icon span {
  color: #001234;
  font-size: 16px;
  font-weight: 600;
  margin-right: 10px;
  padding-right: 10px;
}
.testimonial-item .review-icon a {
  color: #f15b43;
  font-size: 12px;
}

.testimonial-item-02 {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .testimonial-item-02 {
    margin-right: 0;
    margin-left: 20px;
  }
}
.testimonial-item-02 .author__img::before {
  border: 2px solid #f7d12d;
  border-radius: 50%;
  content: '';
  position: absolute;
  width: 250px;
  height: 250px;
  z-index: 1;
  left: -35px;
  top: 0;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-item-02 .author__img::before {
    left: -10px;
    top: 0;
  }
}
@media (max-width: 767px) {
  .testimonial-item-02 .author__img::before {
    left: -10px;
    top: 0;
  }
}

.testimonial-item__content h2 {
  margin-bottom: 20px;
}
.testimonial-item__content .author-box__icon i {
  color: #4db7a6;
  font-size: 60px;
}

.testimonial-area-02 .slick-slider .slick-arrow {
  border: 2px solid #e7e7e7;
  background: 0;
  color: #001234;
  font-size: 18px;
  width: 55px;
  height: 55px;
  position: absolute;
  right: -200px;
  display: inline-block;
  top: 50%;
  z-index: 3;
  transition: all 0.3s ease-in;
  cursor: pointer;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .testimonial-area-02 .slick-slider .slick-arrow {
    right: 0;
  }
}
.testimonial-area-02 .slick-slider .slick-arrow:hover {
  color: #f15b43;
  border-color: #f15b43;
}
.testimonial-area-02 .slick-slider .slick-prev {
  top: 21% !important;
}
.testimonial-area-02 .slick-slider .slick-next {
  top: 57% !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .testimonila-area-03 .slick-slider .slick-arrow {
    display: none;
  }
}

.testimonial-wrapper-03 .testimonial-item-02 {
  margin-right: 30px;
  margin-left: 30px;
  padding: 10px 15px;
  box-shadow: 0px 10px 30px 0px rgba(218, 211, 211, 0.2);
}
@media (max-width: 767px) {
  .testimonial-wrapper-03 .testimonial-item-02 {
    margin-right: 0px;
    margin-left: 0px;
  }
}
.testimonial-wrapper-03 .testimonial-item-02 h3 {
  margin-bottom: 30px;
}
.testimonial-wrapper-03 .author_box {
  position: relative;
}
.testimonial-wrapper-03 .author_box::after {
  content: '\f10d';
  position: absolute;
  font-family: 'Font Awesome 5 pro';
  font-size: 60px;
  color: #4db7a6;
  right: 20%;
  bottom: 25px;
  z-index: -1;
}
@media (max-width: 767px) {
  .testimonial-wrapper-03 .author_box::after {
    display: none;
  }
}
.testimonial-wrapper-03 .author_box__content {
  margin-top: 7px;
}
.testimonial-wrapper-03 .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -80px;
  text-align: center;
}
.testimonial-wrapper-03 .slick-dots li {
  display: inline-block;
  margin: 0 3px;
}
.testimonial-wrapper-03 .slick-dots li button {
  border: 0;
  text-indent: -10000px;
  background: none;
  border: 2px solid #e8e8e8;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
}
.testimonial-wrapper-03 .slick-dots li.slick-active button {
  border-color: #4db7a6;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-active-04 .testimonial-item {
    padding: 45px 25px 45px 25px;
  }
}
@media (max-width: 767px) {
  .testimonial-active-04 .testimonial-item {
    padding: 45px 25px 45px 20px;
  }
}

.donation-area {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.donation-area::before {
  content: '';
  position: absolute;
  background: #45939e;
  opacity: 0.85;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.donate-cart {
  display: inline-block;
}
.donate-cart .donate-btn input {
  color: #f15b43;
  font-size: 30px;
  font-weight: 600;
  border: 0;
  background: white;
  text-align: center;
  display: block;
  height: 55px;
  width: 127px;
  border-radius: 30px;
}
.donate-cart .donate-btn input::placeholder {
  color: #f15b43;
}

.cart {
  position: absolute;
  color: #f15b43;
  font-size: 18px;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.cart.dec {
  left: auto;
  right: 25px;
}

.donations__icon i {
  color: #f15b43;
  font-size: 90px;
  margin-top: 17px;
}
.donations__text h3 {
  font-size: 30px;
}
.donations__text h2 {
  font-size: 65px;
}

.doante-select-area {
  padding: 90px 70px 100px 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .doante-select-area {
    padding: 90px 20px 100px 20px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .doante-select-area {
    padding: 90px 10px 100px 10px;
  }
}
.doante-select-area .section-title h2 {
  font-size: 45px;
}
@media (max-width: 767px) {
  .doante-select-area .section-title h2 {
    font-size: 27px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .doante-select-area .section-title h2 {
    font-size: 35px;
  }
}
.doante-select-area .section-title p {
  font-size: 16px;
}
.doante-select-area .donate-cart {
  display: block;
  height: 64px;
  width: 100%;
}
.doante-select-area .donate-cart .donate-btn input {
  width: 100%;
  height: 64px;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  color: #001234;
}
.doante-select-area .donate-cart .plus-minus .cart i {
  color: #001234;
}
.doante-select-area button.theme_btn.theme_btn_bg {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  border: 0;
}
.doante-select-area button.theme_btn.theme_btn_bg::before {
  background: #4db7a6;
  border-radius: 0;
}
.doante-select-area button.theme_btn.theme_btn_bg span {
  right: 10%;
}

.select-area .nice-select {
  width: 100%;
  display: block;
  border-radius: 0;
  border: 1px solid #e4e4e4;
  float: none;
  height: 64px;
  line-height: 64px;
}
.select-area .nice-select::before {
  content: '\f078';
  display: block;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  font-family: 'Font Awesome 5 pro';
  font-size: 15px;
}
.select-area .nice-select::after {
  display: none;
}
.select-area .nice-select .current {
  color: #001234;
  font-size: 16px;
  font-weight: 700;
}
.select-area .nice-select .list {
  width: 100%;
}
.select-area .nice-select .list li {
  color: #001234;
  font-size: 16px;
  font-weight: 700;
}

.input-donate .cont_btn {
  border: 1px solid #e4e4e4;
  background: none;
  padding: 18px 35px;
  display: inline-block;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  color: #001234;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .input-donate .cont_btn {
    padding: 18px 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .input-donate .cont_btn {
    padding: 18px 25px;
  }
}
@media (max-width: 767px) {
  .input-donate .cont_btn {
    padding: 18px 15px;
  }
}
.input-donate .cont_btn:hover {
  color: white;
  background: #4db7a6;
  border-color: transparent;
}

.video-area-02 .popup-video {
  width: 100px;
  height: 100px;
  border-radius: 0;
  line-height: 102px;
}
.video-area-02 .popup-video i {
  font-size: 20px;
}

.donation-area-03::before {
  content: '';
  position: absolute;
  background: url(../img/donation/01.jpg);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .donation-area-03::before {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .donation-area-03::before {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .donation-area-03::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .donation-area-03::before {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .donation-area-03 .about-wrap-02 {
    padding-left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .donate-select-02 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .donate-select-02 {
    margin-left: 0;
    margin-right: 0;
    padding: 66px 20px 80px 20px;
  }
}
@media (max-width: 767px) {
  .donate-select-02 {
    margin-left: 0;
    margin-right: 0;
    padding: 66px 20px 80px 20px;
  }
}
.donate-select-02 .input-donate .cont_btn {
  padding: 18px 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .donate-select-02 .input-donate .cont_btn {
    padding: 18px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .donate-select-02 .input-donate .cont_btn {
    padding: 18px 17px;
  }
}
@media (max-width: 767px) {
  .donate-select-02 .input-donate .cont_btn {
    padding: 18px 12px;
  }
}

.donate-area-02::before {
  display: none;
}

.donate-select-03 {
  padding: 0;
}
.donate-select-03 .input-donate .cont_btn {
  padding: 18px 72px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .donate-select-03 .input-donate .cont_btn {
    padding: 18px 51px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .donate-select-03 .input-donate .cont_btn {
    padding: 18px 60px;
  }
}
@media (max-width: 767px) {
  .donate-select-03 .input-donate .cont_btn {
    padding: 18px 40px;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .donate-select-03 .input-donate .cont_btn {
    padding: 18px 40px;
  }
}
.donate-select-03 .large_btn {
  width: 100%;
  border-radius: 0;
  border: 0;
  font-size: 30px;
}
.donate-select-03 .large_btn::before {
  border-radius: 0;
}

.donation-form-left .section-title h6 {
  font-weight: 400;
}
.donation-form-left .donation-form {
  padding: 60px 70px 60px 70px;
}
@media (max-width: 767px) {
  .donation-form-left .donation-form {
    padding: 66px 15px 58px 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .donation-form-left .donation-form {
    padding: 60px 30px 60px 30px;
  }
}
.donation-form-left .donation-form .input-area .form-control {
  color: #001234;
  border: 1px solid #e4e4e4;
}

.donate-select-area-04 {
  padding: 66px 70px 58px 70px;
}
@media (max-width: 767px) {
  .donate-select-area-04 {
    padding: 66px 15px 58px 25px;
  }
}
@media (max-width: 767px) {
  .donate-select-area-04 {
    padding: 66px 30px 58px 30px;
  }
}
.donate-select-area-04 .input-donate .cont_btn {
  margin: 0 2px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .donate-select-area-04 .input-donate .cont_btn {
    padding: 18px 19px;
  }
}
@media (max-width: 767px) {
  .donate-select-area-04 .input-donate .cont_btn {
    padding: 18px 13px;
  }
}

.payment-inner .input-area .form-control {
  color: #001234;
  border: 1px solid #e4e4e4;
}
.payment-inner button {
  width: 100%;
  border: 0;
  border-radius: 0;
}
.payment-inner button::before {
  border-radius: 0;
}

.donation-form .nav-tabs {
  border: 0;
}
.donation-form .nav-tabs .nav-item {
    margin-right: 0;
    width: 25%;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .donation-form .nav-tabs .nav-item {
    margin-right: 20px;
  }
}
.donation-form .nav-tabs .nav-item .nav-link {
  /*border: 1px solid #000;
  font-size: 15px;
  font-weight: 400;
  color: #001234;
  position: relative;
  padding-left: 38px; padding: 7px 10px 8px 28px;border: 1px solid #525252;*/
	border: 1px solid #000;
	font-size: 15px;
	font-weight: 400;
	color: #001234;
	position: relative;
	padding-left: 38px;
	padding: 7px 10px 8px 28px;
	border: 1px solid #525252;
	margin-left: 8px;
}
.donation-form .nav-tabs .nav-item .nav-link:hover, .donation-form .nav-tabs .nav-item .nav-link.active {
  border: 1px solid #f7d12d;
}
.donation-form .nav-tabs .nav-item .nav-link:hover::before, .donation-form .nav-tabs .nav-item .nav-link.active::before {
  background: #f7d12d;
}
.donation-form .nav-tabs .nav-item .nav-link:hover::after, .donation-form .nav-tabs .nav-item .nav-link.active::after {
  border-color: #f7d12d;
}
.donation-form .nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  background: #e4e4e4;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 9px;
  top: 16px;
}
.donation-form .nav-tabs .nav-item .nav-link::after {
  /*content: '';*/
  position: absolute;
  width: 25px;
  height: 25px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #e4e4e4;
  left:7px;
  top: 9px;
}

.blog__thumb {
  overflow: hidden;
  box-shadow: 0px 10px 30px 0px rgba(183, 183, 183, 0.8);
  border-radius: 9px;height: 253px;
}
.blog__thumb img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.blog .tag {
  color: white;
  font-size: 13px;
  font-weight: 500;
  /*text-transform: uppercase;*/
  background: #4db7a6;
  border-radius: 5px;
  padding: 5px 11px;
  display: inline-block;
  line-height: 1;
  margin-bottom: 15px;
  transition: all .3s ease-in;
}
.blog .tag:hover {
  background: #f7d12d;
  color: white;
}
.blog__content .blog-title {font-size: 20px;line-height: 1.3;overflow: hidden;margin-bottom: 5px;}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog__content .blog-title {
    font-size: 27px;
  }
}
.blog__content p {
  font-size: 16px; text-align: justify;
}
.blog:hover .blog__thumb img {
  transform: scale(1.1);
}
/* .blog:hover .blog__content .blog-title {
  color: #f15b43;
} */

.blog-author {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-author li:first-child a {
    margin-right: 10px;
  }
  
}
@media (max-width: 767px) {
  .blog-author li:first-child a {
    margin-right: 10px;
  }
.donation-form .nav-tabs .nav-item {width: 45%; margin-bottom:10px;}
}
.blog-author li a span {
  color: #001234;
  font-size: 14px;
  font-weight: 700;
  margin-left: 10px;
  transition: all 0.3s ease-in;
}
.blog-author li a span:hover {
  color: #f15b43;
}
.blog-author li:last-child {
  font-size: 10px;
  color: #777777;
}
.blog-author li:last-child i {
  color: #f15b43;
  margin-right: 10px;
}

.blogs .blog__thumb {
  border-radius: 0;
  box-shadow: none;
}
.blogs .blog__content {
  padding: 0 23px 25px 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blogs .blog__content {
    padding: 0 15px 40px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blogs .blog__content {
    padding: 40px 15px 40px 15px;
  }
  .donation-form .nav-tabs .nav-item {width: 45%; margin-bottom:10px;}
}
@media (max-width: 767px) {
  .blogs .blog__content {
    padding: 40px 15px 40px 15px;
  }
}

.blogs-list li .blogs .blog__content {
  padding-top: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blogs-list li .blogs .blog__content {
    padding: 14px 15px 12px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blogs-list li .blogs .blog__content {
    padding: 14px 15px 40px 15px;
  }
}
.blogs-list li:last-child .blogs {
  border-top: 1px solid #e7e7e7;
}
.blogs-list li:last-child .blogs .blog__content {
  padding: 14px 23px 40px 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blogs-list li:last-child .blogs .blog__content {
    padding: 14px 15px 40px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blogs-list li:last-child .blogs .blog__content {
    padding: 14px 15px 40px 15px;
  }
}
@media (max-width: 767px) {
  .blogs-list li:last-child .blogs .blog__content {
    padding: 14px 15px 40px 15px;
  }
}

.blog-03 .blog__thumb {
  overflow: hidden;
}
.blog-03 .blog__thumb img {
  display: block;
  width: 100%;
}
.blog-03 .tag {
  position: absolute;
  z-index: 1;
  top: 15px;
  right: 17px;
}
.blog-03:hover .blog__thumb img {
  transform: scale(1.1);
}
.blog-03 .blog-author li a span {
  margin-left: 0;
}
.blog-03 .blog-author li a span i {
  color: #f15b43;
  margin-right: 6px;
}

.insta-feed .insta {
  margin: 0 9px 10px 0;
  display: inline-block;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .insta-feed .insta {
    margin: 0 2px 10px 0;
  }
}
.insta-feed .insta::before {
  content: '';
  position: absolute;
  background: #f7d12d;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  transform: scale(0);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.insta-feed .insta span {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  z-index: 1;
  transform: translateY(-50%);
  color: #fff;
  transition: all .3s ease-in-out;
  opacity: 0;
}
.insta-feed .insta span i {
  font-size: 18px;
}
.insta-feed .insta:hover::before {
  transform: scale(1);
  opacity: 0.8;
}
.insta-feed .insta:hover span {
  opacity: 1;
}

.widget .widget-post {
  padding: 40px 50px 25px 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .widget .widget-post {
    padding: 40px 10px 25px 15px;
  }
}
@media (max-width: 767px) {
  .widget .widget-post {
    padding: 40px 10px 25px 15px;
  }
}

.post__content h5 {
  font-size: 20px;
}
.post__content .view_btn {
  color: #f15b43;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #f15b43;
}
.post__content .view_btn:hover {
  color: #4db7a6;
  border-color: #4db7a6;
}
.post:hover .post__content h5 {
  color: #f15b43;
}

.recent-post .post__content h5 {
  margin-bottom: 0;
}
.recent-post .post__content span {
  color: #f15b43;
  font-weight: 600;
  margin-bottom: 2px;
}
.recent-post .post__content p {
  line-height: 1;
}
.recent-post .post__content p i {
  font-size: 15px;
  margin-right: 5px;
}

.blogs-02 {
  border: 1px solid #e4e4e4;
}
.blogs-02 .blog__thumb {
  border-radius: 0;
  box-shadow: none;
}
.blogs-02 .tag {
  margin-bottom: 20px;
}
.blogs-02 .blog__content {
  padding: 0 10px 20px 10px;
}
@media (max-width: 767px) {
  .blogs-02 .blog__content {
    padding: 0 15px 30px 15px;
  }
}
.blogs-02 .blog__content .blog-title {
  font-size: 24px;
}
@media (max-width: 767px) {
  .blogs-02 .blog__content .blog-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .blogs-02 .blog__content .blog-author {
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blogs-02 .blog__content .blog-author {
    display: flex;
  }
}
.blogs-02 .blog__content .blog-author li {
  font-size: 16px;
  font-weight: 500;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .blogs-02 .blog__content .blog-author li {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.blogs-02 .blog__content .blog-author li i {
  color: #f15b43;
  font-size: 18px;
  margin-right: 5px;
}
.blogs-02 .video-area {
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}
.blogs-02 .video-area .popup-video {
  width: 85px;
  height: 65px;
  border-radius: 10px;
  line-height: 65px;
  background: #ff0000;
}
.blogs-02 .video-area .popup-video i {
  color: white;
  font-size: 15px;
}

.blogs-02-quote {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.blogs-02-quote .quote-wrapper {
  padding: 40px 40px 40px 40px;
}
@media (max-width: 767px) {
  .blogs-02-quote .quote-wrapper {
    padding: 40px 15px 40px 15px;
  }
}
.blogs-02-quote .quote-wrapper h2 {
  color: white;
  font-size: 40px;
}
.blogs-02-quote .quote-wrapper h2.left-line::before {
  width: 40px;
}
.blogs-02-quote .quote-wrapper h5 {
  color: white;
}

.widget-search {
  padding: 30px 35px 25px 35px;
}
.widget-search .input-area .form-control {
  border: 0;
  width: 100%;
  height: 65px;
  position: relative;
}
.widget-search .input-area span {
  position: absolute;
  right: 33px;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.widget-search .input-area span i {
  color: #f15b43;
  font-size: 18px;
  line-height: 1;
}

.widget .widget-post-02 {
  padding: 30px 50px 5px 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .widget .widget-post-02 {
    padding: 30px 5px 5px 15px;
  }
}
@media (max-width: 767px) {
  .widget .widget-post-02 {
    padding: 30px 15px 5px 15px;
  }
}
.widget .widget-post-02 .post__content h4 {
  line-height: 1.5;
  margin-bottom: 0;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.widget .widget-post-02 .post__content .view_btn {
  color: #777777;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 0;
}
.widget .widget-post-02 .post__content .view_btn i {
  color: #f15b43;
  margin-right: 5px;
  font-size: 15;
}
.widget .widget-post-02 .post:hover .post__content h4 {
  color: #f15b43;
}
.widget .widget-post-02 ul li {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 20px;
}
.widget .widget-post-02 ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.widget-cat li a {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  width: 100%;
  margin: 10px 0;
  padding: 20px 20px;
  display: block;
  background: #f4f2f1;
  margin-bottom: 5px;
  -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;
}
.widget-cat li a:hover {
  color: white;
  background: #f7d12d;
}

.widget-insta {
  padding: 40px 35px 25px 35px;
}
.widget-insta .insta-feed {
  display: flex;
  flex-wrap: wrap;
}
.widget-insta .insta-feed li {
  padding: 10px;
  flex: 0 0 50%;
  max-width: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .widget-insta .insta-feed li {
    padding: 10px;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
.widget-insta .insta-feed li .insta {
  display: block;
}
.widget-insta .insta-feed li .insta img {
  width: 100%;
}
.widget-insta .insta-feed li .insta span i {
  font-size: 35px;
}

.widget-cat-btn {
  padding: 40px 35px 25px 35px;
}
.widget-cat-btn .cat-list .cat-btn {
  font-size: 14px;
  line-height: 1;
  background: white;
  display: inline-block;
  padding: 8px 10px;
  margin-right: 8px;
  margin-bottom: 7px;
  -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;
}
.widget-cat-btn .cat-list .cat-btn:hover {
  color: white;
  background: #f7d12d;
}

.widget-add {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 420px;
  position: relative;
  padding: 110px 60px 0 60px;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .widget-add {
    padding: 110px 35px 0 35px;
  }
}
@media (max-width: 767px) {
  .widget-add {
    padding: 110px 35px 0 35px;
  }
}
.widget-add::before {
  content: "";
  background-color: #061738;
  opacity: 0.75;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.widget-add h5 {
  color: white;
  margin-bottom: 13px;
}
.widget-add h2 {
  color: white;
  margin-bottom: 30px;
}

.blogs-details-left-area {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .blogs-details-left-area {
    padding-left: 0;
    padding-right: 0;
  }
}
.blogs-details-left-area .blogs-02 {
  border: 0;
}
.blogs-details-left-area .blogs-02 .blog__content {
  padding: 0;
}
.blogs-details-left-area .blogs-02 .blogs-details-thumb img {
  width: 100%;
}

.blog-details-list .about_list li {
  font-size: 15px;
  padding-left: 35px;
  color: #061738;
}
.blog-details-list .about_list li::before {
  content: '\f058';
  position: absolute;
  font-family: 'Font Awesome 5 pro';
  font-size: 18px;
  color: #4db7a6;
  left: 0;
  top: 1px;
  background: none;
}
.blog-details-list .about_list li::after {
  display: none;
}

.blogs-details-quote .quote-wrapper {
  padding: 32px 70px 27px 50px;
}
@media (max-width: 767px) {
  .blogs-details-quote .quote-wrapper {
    padding: 32px 25px 27px 25px;
  }
}
.blogs-details-quote .quote-wrapper h3 {
  color: white;
  margin-bottom: 16px;
}
.blogs-details-quote .quote-wrapper p {
  color: white;
  font-weight: 600;
}
.blogs-details-quote .quote-wrapper p i {
  color: #4db7a6;
  font-size: 18px;
  margin-right: 10px;
}

.blog-post-tag span {
  color: #001234;
  font-size: 18px;
  font-weight: 600;
  margin-right: 10px;
}

.post-share-icon span {
  color: #001234;
  font-size: 18px;
  font-weight: 600;
  margin-right: 5px;
}
.post-share-icon a {
  font-size: 14px;
  margin-left: 15px;
}
.post-share-icon a:hover {
  color: #4db7a6;
}

.author {
  padding: 40px;
}
@media (max-width: 767px) {
  .author {
    padding: 40px 25px;
  }
}
.author__img {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .author__img {
    margin-right: 0;
    float: none;
    margin-bottom: 20px;
  }
}
.author__content .post-share-icon a {
  font-size: 14px;
  margin-right: 15px;
  margin-left: 0;
}

.post__content--meta span {
  margin-right: 10px;
}
.post__content--meta span i {
  color: #f15b43;
  font-size: 14px;
}

.row-border {
  border-bottom: 1px solid #e4e4e4;
}

.comment-box__content h5 {
  font-size: 20px;
  margin-bottom: 5px;
}
.comment-box__content span {
  color: #f15b43;
  display: inline-block;
  margin-bottom: 7px;
}
.comment-box__content p {
  margin-bottom: 5px;
}
.comment-box__content .reply-btn {
  color: #001234;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}
.comment-box__content .reply-btn:hover {
  color: #4db7a6;
}

@media (max-width: 767px) {
  .post-comment li {
    margin-left: 0;
  }
}
.post-comment li:last-child {
  border-bottom: 1px solid #e4e4e4;
}

.comment-form .input-area {
  position: relative;
}
.comment-form .input-area::before {
  content: '\f007';
  position: absolute;
  font-family: 'Font Awesome 5 pro';
  font-size: 16px;
  color: #f15b43;
  right: 27px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  z-index: 1;
}
.comment-form .input-area .form-control {
  color: #001234;
  border-radius: 0;
  font-weight: 400;
  border: 0;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  background: #f4f2f1;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.comment-form .input-area textarea {
  color: #001234;
  border-radius: 0;
  font-weight: 400;
  border: 0;
  width: 100%;
  height: 90px;
  padding-left: 20px;
  background: #f4f2f1;
}
.comment-form .input-area.input-mail::before {
  content: '\f2b6';
}
.comment-form .input-area.input-comment::before {
  content: '\f040';
  top: 20px;
}
.comment-form .input-area input:focus {
  border: 2px solid #f7d12d;
  border-radius: 7px;
  background: none;
}
.comment-form .input-area textarea:focus {
  border: 2px solid #f7d12d;
  border-radius: 7px;
  background: none;
}
.comment-form .comment-btn button {
  border-radius: 0;
  border: 0;
  padding: 20px 75px 20px 55px;
}
.comment-form .comment-btn button::before {
  border-radius: 0;
}

.features {
  padding: 25px 25px 25px 25px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features {
    padding: 45px 25px 40px 25px;
  }
}
@media (max-width: 767px) {
  .features {
    padding: 10px 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .features {
    padding: 45px 45px 40px 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features__icon {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .features__icon {
    margin-bottom: 20px;
  }
}
.features__icon i {
  color: #f15b43;
  font-size: 95px;
}
.features__content h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.features__content p {
  font-size: 16px;
  margin-bottom: 10px;
}
.features__content .more_btn2 {
  color: #001234;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  -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;
}
.features__content .more_btn2 i {
  font-size: 18px;
  line-height: 1;
  margin-left: 10px;
  transform: translateY(2px);
}
.features__content .more_btn2:hover {
  color: #f7d12d;
}
.features__content:hover h3 {
  color: #f7d12d;
}
.features:hover, .features.active {
  /*box-shadow: 0px 10px 30px 0px rgba(172, 172, 172, 0.17);*/
}

.features-02 {
  background: #4db7a6;
  text-align: center;
  padding: 50px 30px 36px 30px;
  z-index: 1;
}
.features-02:hover, .features-02.active {
  background: #f7d12d;
}
.features-02:hover .features-02__back, .features-02.active .features-02__back {
  opacity: 1;
}
.features-02 .features__icon i {
  color: white;
  font-size: 55px;
}
.features-02 .features__content h3 {
  color: white;
}
.features-02 .features__content p {color: white;margin-bottom: 5px;}
.features-02 .features__content .more_btn2 {color: white;}
.features-02 .features__content .more_btn2:hover {color: #061738;}
.features-02__back {position: absolute;left: 0;right: 0;bottom: 0;top: 0;z-index: -1;opacity: 0;-webkit-transition: all 0.4s ease-out 0s;-moz-transition: all 0.4s ease-out 0s;-ms-transition: all 0.4s ease-out 0s;-o-transition: all 0.4s ease-out 0s;transition: all 0.4s ease-out 0s;}
.footer-area {background-size: cover;background-repeat: no-repeat;background-position: center; background: #fff;}
.footer-bottom-area {border-bottom: 2px solid #414657;}
.scroll-target {color: white;background: #4db7a6;width: 50px;height: 50px;display: inline-block;position: absolute;left: 0;right: 0;margin: 0 auto;bottom: 95px;border-radius: 50%;text-align: center;line-height: 50px;z-index: 3;}
.scroll-target:hover {background: #4db7a6;}

.fl{ float:left!important; } .fr{ float:right!important; }
.lm {color: #5ea2ab;font-weight: 600;border: 1px solid;width: max-content;padding: 5px 10px;}


.cases__content h3 a{color: #549ca5;}
.testimonial-area .slick-slide img { /*display: block;width: 50px;height: 50px;border-radius: 200px;padding: 10px;*/    width: 50px;
    height: 40px;
    padding: 3px;
    object-fit: contain;
    align-items: center;
    display: flex
;}

.text-testmon{ max-height:170px; min-height: 170px; overflow:hidden; }

.vision .charts__content p {color: #000; font-size: 18px;}
.vision .white-title h2 {color: #000;}

.allTBC{display: inline-flex;align-items: flex-end;text-align: left;}


.our-clients .slick-slide img {display: block;background: #fff;padding: 7px;height: 85px;width: 195px;object-fit: contain;}
/*.our-clients .brand-img{margin: 20px 10px;width: 90%; background:#fff; border-radius: 5px;}*/
.our-clients .brand-img{margin: 8px;width:15.4%;background: #fff;border-radius: 5px;display: inline-grid;align-items: center;justify-content: center; overflow:hidden;}


.reach{background: #fff;}
.reach .slick-slide img{width: 50%;height: auto;margin: 0 auto;}
.reachWidth{width: 100%;margin: 0 auto;display: block;position: absolute;top: 0;right: 0;text-align: center;font-size: 18px;}
.reach .slick-arrow {display: inline-block;background: #d36300;border: none;color: #fff;height: 28px;width: 20px;cursor: pointer;}


.bax-part{background: #fff;box-shadow: 1px 3px 15px rgb(0 0 0 / 33%);border-radius: 15px;}

.slick-next{ position:absolute; top:0; left:22px; }

.bax-part .blog__thumb img{ width:50%; margin:0 auto; }

.bax-part .blog__thumb {border-radius: 0;box-shadow: none;border: 1px solid #ccc;margin: 5px 16px;border-radius: 10px;}
.bax-part p {font-size: 14px;line-height: 24px;margin-bottom: 10px;}

.what-we-do .cases__box--img img {margin-top: -80px;}
.what-we-do .cases__box--img {height: 200px;}
.what-we-do .cases__content h3 { margin-bottom: 5px; font-size: 18px; margin-bottom: 15px;}
.what-we-do .cases__content {padding: 9px 2px;min-height: auto;}


.bg-1{ background:#d8efed!important;}

.midvideo{width: auto;height: 65vh;margin: -5px -15px -15px -15px;}
.vision-2{width: auto;margin: -5px -15px -15px 0px;}
.midText{/*height: 65vh; height: 400px*/}




.bg-3{background: rgb(172 208 213);}
.yellowP{background-color: #F4D276; color:#000; padding:50px 0;}
.yellowP p{ color:#000;}

.mauto{ margin:0 auto; float:none;}
.our-visionP{ overflow:hidden;background: #F4D276;}

.bg-sarcal{/*background: url(../img/semi-circle.svg) no-repeat;background-size: 80% 80%;background-position: center bottom;background-attachment: fixed;*/ background:#f5f5f5;}
 
.pos-rel h2 {color: #000;font-size: 22px!important;line-height: 30px;font-weight: 400;font-family: "Raleway", serif;letter-spacing: 0;padding-top: 10px;}

.f43{background: #fff;padding: 23px;border-radius: 10px;}

.f43 h3{font-size: 28px;padding: 10px 0 0;margin: 0;}
.ylc h3{ font-size:18px; color:#990000;}

.bIMG{position: absolute;right: -70px;bottom: -70px;border: 10px solid #fff;width: 80%!important;box-shadow: 1px 3px 15px rgb(0 0 0 / 33%);border-radius: 15px}

.work-img{ width:auto; height:auto;} 
.work-img img{overflow: hidden;width: 100%;height: 120px;border-radius: 10px;}
.work-cont{ display:block;}
.work-cont ul{ margin:0; padding:0;}
.work-cont ul li{ font-size:14px; color:#000;}
.work-cont h3 {font-size: 18px;/*height: 47px;*/overflow: hidden;line-height: 23px;}

.wo-img img{height: 40px;margin: 0;background: #fff;padding: 10px;border: 1px solid #ccc;width: 80px;object-fit: contain;}

.hedTextWhit{ color:#fff!important;padding: 0!important; margin: 0;}

.team-details-img img{ border-radius: 15px; }
.details-Tpla{border: 1px solid #ccc;padding:3% 3% 3%;border-radius: 15px;border-left: 5px solid #69b0b9;    line-height: 27px;}


.brand-pt .brand-img img{width:100%;padding: 10px;height:auto;margin-bottom: 10px;}

/*.brand-pt .brand-img img{width: auto;padding: 10px;height: 60px;margin-bottom: 10px;}*/
.brand-img{padding: 6px 6px 2px 5px;/*box-shadow: 0px 0px 0px 1px #e7e7e7;*/text-align: center;}

.team-tm{border-radius: 15px;overflow: hidden;}
.profile{width: 200px;float: left;padding: 0px 20px 0px 0px;}

.research-Instruments{overflow: hidden;width: 245px;position: absolute;background:#F4D276;right: 15px;bottom: 20px;z-index: 2;height: auto;border-radius: 5%;display: inline-block;padding: 15px 10px;box-shadow: 10px 10px #fff;}

.logoBg{width: 100%;background: #fff;padding: 15px 10px;border-radius: 5px;}


.max-W90{max-width: 90%;}
.max-W90 img{/*border: 5px solid #2d7a84;*/}
.max-W90 p{ font-size:14px;}

.experts .team {padding: 20px 20px 20px 20px;z-index: 1; border-radius: 10px; background: #f7f7f7;}
.expic{width: 130px;height: 130px;border-radius: 100px;overflow: hidden;border: 4px solid #d5d5d5;}
.expic img{ width:100%;}
.experts h3{ font-size:18px;}
.experts .team__content p {color: #000000;margin-bottom: 5px;text-align: justify;font-size: 13px;line-height: 24px;}

.moretext {display: none;}
.moreless-button{color: #48959f; float: right;}

.fieldworker .teams__thumb--img {border-radius: 10px;}


.slider-video{margin: 0 auto; flex: none;top: -30px;position: absolute; height:max-content; width:100%;}




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


.cautionary-tales{background: #fff;padding: 20px;border-radius: 15px;}
.accordion {margin: 0 auto; background:#fff; padding:20px; border-radius: 15px}
.accordion svg {vertical-align: top;}

.accordion__title {font-family: 'industry', sans-serif;font-weight: 300;color: #fff;text-transform: uppercase;font-size: 1.125em;}
.accordion__list {list-style: none;margin: 0;padding: 0;}
.accordion__item {/*border-bottom: 1px solid #000;*/visibility: hidden;}
.accordion__item:last-child {border-bottom: 0;}
.accordion__item.is-active .accordion__itemTitleWrap::after {-webkit-transform: translateX(-20%);transform: translateX(-20%);}
.accordion__item.is-active .accordion__itemIconWrap {-webkit-transform: rotate(180deg);transform: rotate(180deg);}
.accordion__itemTitleWrap {display: flex;height: auto;align-items: center;padding: 5px 1em;color: #fff;cursor: pointer;position: relative;overflow: hidden; min-height:2.5em;}
.accordion__itemTitleWrap::after {content: '';position: absolute;top: 0;left: 0;width: 200%;height: 100%;background: #3bade3; background: linear-gradient(45deg, #66a6af 0%, #5da1ab 25%, #50b7c5 51%, #6f6e6d 100%); z-index: 1;transition: -webkit-transform .4s ease;transition: transform .4s ease;transition: transform .4s ease, -webkit-transform .4s ease;}
.accordion__itemTitleWrap.is-active::after, .accordion__itemTitleWrap:hover::after {-webkit-transform: translateX(-20%);transform: translateX(-20%);}
.accordion__itemIconWrap {width: 1.25em;height: 1.25em;margin-left: auto;position: relative;z-index: 10;}
.accordion__itemTitle {margin: 0;font-weight: 400;font-size: 15px;position: relative;z-index: 10;color: #fff;text-transform: uppercase;line-height: 19px;}
.accordion__itemContent{font-size: 14px;height:0;overflow: hidden;background-color: #fff;padding: 0 10px;    border: 1px solid #ccc;}
.accordion__itemContent p {margin: 5px 0;text-align: justify;font-size: 14px;}
.accordion__title{ font-size:24px!important;padding-top: 0!important;}

.blog-page .blog {background: #fff;padding: 20px;border-radius: 10px;box-shadow: 0px 3px 10px rgb(0 0 0 / 20%);}

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


.index-pg .pos-rel h2 { line-height: 28px;margin: 0;padding-top: 0;letter-spacing: 1px;font-size: 28px!important;font-family: 'buenos_airesbold';}

.index-pg .helping-area .white-title h6 { color: #4db7a6;}
.index-pg .experience-box .semi-02-title { margin:0;  }
.index-pg .section-title h6 {margin:0; font-size: 18px; margin-bottom: 10px;}
.index-pg .section-title h6 span{font-size: 28px;}
.index-pg .vision .charts__content p { color: #000;  font-size: 14px;  margin-bottom: 10px;}
.index-pg .cases-single__content { float: left;margin: 10px 15px 15px;}
.index-pg .cases-single__content h5{ margin:0; padding:0;font-size: 16px;} 

.img-Gif{width: 250px;height: 327px;}
.back-img{height: 405px;width: 100%;background-repeat: no-repeat;padding:29px 20px 50px 27px;background-size: 320px auto;} 

.card-wrapper { --color-primary: #00768b; --color-secondary: #01a188; --box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.5); width: 200px;}
.card-header {width: 90%;background: #fff;margin: 0 auto;display: flex;flex-direction: column;align-items: center;justify-content: center;padding: 50px 15px;border-top-left-radius: 70px;z-index: 2;position: relative;box-shadow: var(--box-shadow);}
.card-header:after {content: "";position: absolute;bottom: -15px;right: 20%;width: 30px;height: 30px;background: #fff;box-shadow: var(--box-shadow);transform: rotate(45deg);z-index: 1;}

.card-header i {
  font-size: 40px;
  color: var(--color-primary);
}
.card-header h1,
.card-header h2 {
  text-transform: uppercase;
  color: var(--color-primary);
}
.card-header h1 {
  font-size: 18px;
}
.card-header h2 {
  font-size: 14px;
  margin-top: 15px;
}
.card-header p {
  font-size: 12px;
  text-align: justify;
  margin-top: 10px;
}
.card-footer {
  width: 100%;
  height: 250px;
  background-image: linear-gradient(
    to right bottom,
    var(--color-secondary),
    var(--color-primary)
  );
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
  margin-top: -150px;
  border-radius: 5px 5px 70px 0px;
  color: #fff;
  overflow: hidden;
}
.card-footer .footer-content-wrap {
  padding: 0 30px 10px 20px;

  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.card-footer .footer-text-wrap {
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
}
.card-footer i {
  font-size: 48px;
  color: rgba(255, 255, 255, 0.7);
}
.card-footer h1 {
  font-size: 60px;
  line-height: 0.85;
  font-weight: 400;
}
.card-footer p {
  font-size: 12px;
  text-transform: uppercase;
}
/*set card color ///////*/

.card-wrapper.one {
  --color-primary: #45b649;
  --color-secondary: #dce35b;
}
.card-wrapper.two {
  --color-primary: #fc4a1a;
  --color-secondary: #f7b733;
}
.card-wrapper.three {
  --color-primary: #7b920a;
  --color-secondary: #add100;
}
.card-wrapper.four {
  --color-primary: #000046;
  --color-secondary: #1cb5e0;
}


.bg-banner{width: 100%;float: left;background: rgb(0 0 0 / 49%);height: 100vh;z-index: 1;position: absolute;}
.bg-count{ background: #009688; }

.cta-wrapper h3{ color:#fff; margin: 0;font-family: "Raleway", serif; font-weight: 400;font-size: 16px;}
.widget_address__content{ line-height:20px; margin-bottom: 12px;}
.footer__widget .widget_address__icon i { color: #000;}

.h258{ min-height:200px; max-height:200px; overflow:hidden;}

.o154 .events__content{background: #fff;padding: 10px 10px;margin:-5px 3px 0px;border-radius:0px 10px 0px 10px;}
.o154 .events__content h3 {font-size: 14px;max-height: 40px;overflow: hidden;min-height: 40px;line-height: 19px;}
.rHead{color: #fff!important; font-size: 18px; text-align: center;display: block;}

.jobpositions .about-wrap-02 .about_list li {font-size: 14px;color: #001234;padding-left: 22px;line-height: 20px;margin-bottom: 10px;}
.jobpositions  ol li {list-style: auto;}
.jobpositions  ol{padding: 0px 0px 0px 25px;}
.jobpositions .we-wrapper .about_list li::before {content: '\f00c';position: absolute;font-family: "Font Awesome 5 pro";font-size: 11px;color: white;text-align: center;line-height: 20px;left: -6px;top: -1px;background: #4db7a6;width: 20px;height: 20px;border-radius: 50%;transition: all 0.3s ease-in;}

.jobpositions .mfp-img{ background:#fff!important; }

.jobpositions ol li::before{content: none!important}


@media (max-width: 767px) {
.scroll-target { margin: 0 0 0 auto;}

.counetrs h1 {font-size: 25px;}

}

.footer__widget .semi-02-title {color: #3d8d99;margin: 0 0 10px;font-weight: 600;}
.a-img-03{border-radius: 35px;background: #000;padding:4px 5px;}
.sectors{ background:#ffd106; padding:10px;/*height:540px;*/ width: 100%; float: left; text-transform: uppercase; border-radius: 35px;}
.sectors h2 {font-size: 20px;font-weight: 100;color: #000000;text-align: center;}
.sectors img{ width:50px; border-radius: 5px;}
.sectors ul{ margin:10px 0 10px; padding:0; }
.sectors ul li{padding: 3px 0;}
.sectors ul li a{ color: #000; font-size:18px;}
.sectors ul li a:hover{ color: #2b6870;mix-blend-mode: hard-light;}

.leftDOT::after{content: '';position: absolute;background-color: transparent;width: 0px;height: 85%;bottom: 30px;left: 0px;border-right: 2px dashed #000;}
.rightDOT::after{content: '';position: absolute;background-color: transparent;width: 0px;height: 85%;bottom: 30px;right: 0px;border-right: 2px dashed #000;}
.rightDOT1::after{content: '';position: absolute;background-color: transparent;width: 0px;height: 85%;bottom: 30px;right: 0px;border-right: 2px dashed #000;}
.rightDOT2::after{content: '';position: absolute;background-color: transparent;width: 0px;height: 85%;bottom: 30px;right: 0px;border-right: 2px dashed #000;}

.our-Imp-p{height:600px; width:100%; }
.our-Imp-p:hover{-webkit-filter: grayscale(100%); filter: grayscale(100%);}

figure .mfp-img{ background:#fff;padding: 0; }
.gallery__content h3 { color: #000;}

.work-with .teams{min-height: 150px;display: flex;align-items: center;margin-bottom: 20px; }
.teamsC{ /*font-size:68px;*/font-family: 'now_altlight'; }
.work-with .semi-02-title{ margin:0; padding:0; margin-bottom:20px; }
.work-with-BG{ background:#fdf3d9; }


.blog-details .cases-title {font-size: 20px;}
.blog-details h4 {font-size: 16px;}
.blog-details .blogs-02 .blog__content .blog-title{font-size: 22px;}

.reportlink{ margin:0; padding:0; margin-left:20px;}
.reportlink li{font-size: 14px;color: #43929d; font-weight:600; padding: 4px 0px;letter-spacing: 1px;}


.footer-icons a{ color:#000; font-size:18px; padding-bottom:10px;}

.gallery-page figure .mfp-img {padding: 0!important;}
 
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {right: 5px;}
.mfp-counter {background: #f7d12d;padding: 10px 20px; color:#000;}

.videos-page iframe{border-radius: 5px; height: 300px;}
.video_title{ margin-bottom:20px; text-align:center; margin-top:0; padding:0; font-size: 16px;}
.more_btn2{ color:#509aa4!important;}

.testimonial-active-05 .cases-item{ margin:0 10px;}
.team-page .cases-area-02 .cases__content{ border:none; background:none; padding:0px;}

.report-P{ display: grid;}


.footer__widget .footer-logo {display: inline-block;}
.footer__widget p {color: #000; line-height: 22px;letter-spacing: 1px;}
.footer__widget .fot-list li {margin-bottom: 5px;}
.footer__widget .fot-list li a {color: #000;font-size: 14px;line-height: 1;position: relative;-webkit-transition: all 0.4s ease-out 0s;-moz-transition: all 0.4s ease-out 0s;-ms-transition: all 0.4s ease-out 0s;-o-transition: all 0.4s ease-out 0s;transition: all 0.4s ease-out 0s;}
.footer__widget .fot-list li a::before {content: '\f054';position: absolute;font-family: 'Font Awesome 5 pro';font-size: 13px;color: #777777;left: 0;top: 5px;line-height: 1;opacity: 0;visibility: hidden;}
.footer__widget .fot-list li a:hover, .footer__widget .fot-list li a:focus {color: #e7c32a;padding-left: 10px;}
.footer__widget .fot-list li a:hover::before, .footer__widget .fot-list li a:focus::before {color: #e7c32a;opacity: 1;visibility: visible;}
.copy-right-area .copyright {/*background: #091c40;*/padding: 10px 0; border-top: 1px solid;}
.copy-right-area .copyright p {color: #000;font-size: 15px;letter-spacing: 0.5px;}
.copy-right-area .copyright p span {color:#41919c;letter-spacing: 1px;}
.copy-area-02 .copyright p span {color: #34e6ff;letter-spacing: 1px;}
.fot__subscribe .form-area a {padding: 20px 50px 20px 45px;letter-spacing: 1px;}
.widget_address__content span{color: #000;letter-spacing: 1px;}
/*# sourceMappingURL=main.css.map */


.copyright{ font-size:14px;}


.about-wrapper h4{line-height: 30px;}
.about-wrapper p{line-height: 28px;text-align: justify;}

.accolades-part{ width:100%;}
.accolades-part .brand-img img {width: auto;padding: 10px;height:auto!important;margin-bottom: 10px;}


.testtimonial-item-active .brand-img img{ width:100%;}


.paginatebtn{width: 100%;padding: 20px 0 20px;text-align: center;align-items: center;justify-content: center;display: flex;}

.paginatebtn .page-item.active .page-link {color: #fff;background-color: #45939e;border-color: #45939e;}
.paginatebtn .page-link{ color:#000;}

.accordion__itemContent h5{font-size: 14px; font-weight: 600;}


.dataquality .accordion__itemTitle{ font-size:15px!important;font-weight: 400;}


.page-title-area h2{ font-size:24px!important;}

 
.data-collection {font-size: 24px;z-index: 99;width: 50%;margin: 0 auto; display: block;line-height: 40px;}
.bg2546{font-size: 24px;z-index: 99;width: 100%;margin: 0 auto;min-height: 39px;background: #fff;padding: 6px 10px; color: #46949f;}



@media only screen and (min-width: 992px) and (max-width: 1200px) {
.footer__widget.fot_abot {padding-left: 0;padding-right: 0;}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.footer__widget {padding-left: 0;padding-right: 0;}
.our-clients .slick-slide img {height: 60px;}
.cta-wrapper h3 {font-size: 16px;line-height: 22px;}
.cases-area-02 .slick-slider button.slick-next {right: 0;}
.cases-area-02 .slick-slider button{left: 0;}
.about-wrap-04 .nav-tabs .nav-link{ margin:4px;}
.donation-form .nav-tabs .nav-item {margin-right: 2px;}
.donation-form .nav-tabs .nav-item .nav-link{ font-size:12px;padding: 4px 10px;}
.donation-form .nav-tabs .nav-item .nav-link::before{ display:none;}
}


@media only screen and (min-width: 576px) and (max-width: 767px) {
.footer__widget {padding-left: 0;padding-right: 0;}

}

@media (max-width: 767px) {

.data-collection {width: 100%;}

.footer__widget {padding-left: 0;padding-right: 0;}
.bIMG {position: relative;right: 0;bottom: 0;border: 10px solid #fff;width: 92%!important;}
.blog__content.pl-100{ padding:0;}
.experience-box {bottom: 0px!important;}
.midvideo {width: 100%;height: auto;margin: 7px;} 
.midText {height: auto;margin: 0;padding: 10px;}
.our-clients .brand-img {overflow: hidden;margin: 4px 4px;width: 31%;float: left;height: 50px;padding: 0;}
.our-clients .brand-img img{ width:100%; height: auto;}
.slick-slider h3 {font-size: 15px;}


.blog__content.pl-20{ padding:0; }
.blog__content p {font-size: 14px;text-align: justify;}
.cta-btn{margin-top: 20px;text-align: center;}


.donation-form .nav-tabs .nav-item .nav-link::after{ display:none!important;}
.donation-form .nav-tabs .nav-item .nav-link::before{display:none!important;}
.donation-form .nav-tabs .nav-item .nav-link {font-size: 11px;padding: 3px 9px;}
.donation-form .nav-tabs .nav-item {margin-right: 5px;}

.cases-area-02 .slick-slider button.slick-next{right: 0;}
.cases-area-02 .slick-slider button {left: 0;z-index: 9;}

.about-wrap-04 .nav-tabs .nav-link { padding:10px 10px;}
.about-wrap-04 .nav-tabs {border: 0;margin: 0;}


.brand-img {width: 33%;}
.brand-pt .brand-img img {width: 100%;padding: 10px;height: auto;margin-bottom: 10px;}

.testtimonial-item-active .brand-img img{ width:100%;}
.testtimonial-item-active .brand-img{ width:100%;}
.about-wrapper{ margin-top:30px}

.reach .slick-slide img {width: 100%;}
.col-xl-6.col-lg-6.col-md-12{ width:100%!important;}
.jobpositions .about-wrap-02 .about_list li{ width:100%!important;}
.about-wrap-02 { padding-left: 0;}

}




/*----------- Admin Css-------------*/


.login-part{ padding:60px 0; }
.login-part .main-form{background: #fff;padding: 30px;box-shadow:0px 0px 42px 4px rgb(0 0 0 / 9%);border-radius: 10px;}
.logHome{ background: #4d98a2;width: 70px;text-align: center;margin: 0 auto;margin-top: -66px;height: 70px;align-items: center;display: grid;border-radius: 100px;color: #fff; font-size:24px;}
.logHome:hover{ color:#fff;}
.login-part .btn-primary {color: #fff;background-color: #009688;border-color: #009688;}


.testimonial-wrapper .slick-prev {position: absolute;bottom: 40%;left: -12px;right: auto;top: auto;z-index: 11;cursor: pointer;background: #fff;border: none;box-shadow: 0px 4px 7px rgb(0 0 0 / 22%);}
.testimonial-wrapper .slick-next {position: absolute;bottom: 40%;right: -12px;left: auto;top: auto;z-index: 11;cursor: pointer;background: #fff;border: none;box-shadow: 0px 4px 7px rgb(0 0 0 / 22%);}

.testimonial-wrapper h5{ font-size:14px;color: #d7b00f;}
.draggable .cases__content h3 {font-size: 15px;font-weight: 400;letter-spacing: 0; line-height: 24px;    margin-bottom: 0;}


.test-Arrow .slick-prev {position: absolute!important;bottom: 40%!important;left: -32px!important;right: auto;top: auto!important;z-index: 11!important;cursor: pointer;background: #fff!important;border: none;box-shadow: 0px 4px 7px rgb(0 0 0 / 22%)!important;width: 40px!important;height: 40px!important; color:#000!important;}
.test-Arrow .slick-next {position: absolute!important;bottom: 40%!important;right: -32px!important;left: auto!important;top: auto!important;z-index: 11;cursor: pointer!important;background: #fff!important;border: none;box-shadow: 0px 4px 7px rgb(0 0 0 / 22%)!important;width: 40px!important;height: 40px!important;color:#000!important;}
 
 



.paginatebtn .page-item.active .page-link {background: none;border: none; color:#45939e;}
.page-link{background: none;border: none;}
.page-link:hover{background: none;border: none; color:#45939e; outline:none;}


.about-img2{ width:100%; height:300px; overflow:hidden;margin-top: 10px;}
.about-img2 img{ width:100%;}

.outlineindia-video{ width:100%; padding:30px 20px;}
.outlineindia-video iframe{border-radius: 20px;height: 450px;width: 90%;margin: 0 auto;float: none;display: block;}

.impact-video-front .carousel-inner {position: relative;width: 80%;overflow: hidden;margin: 0 auto;}
.impact-video-front .carousel-control-prev{ color:#000;}
.impact-video-front .carousel-control-next{ color:#000;}



.bs-wizard {margin-top: 40px;}

.o154 .slick-prev{position: absolute;left: -30px;top: 45%;border: none;font-size: 28px;cursor: pointer;}
.o154 .slick-next{position: absolute; left:auto;right: -30px;top: 45%;border: none;font-size: 28px;cursor: pointer;}

.o154 .events-02 {width:95%; min-height:300px;border-radius: 15px;}
.o154 h3{ font-size:16px;}
.o154 .features__content p {margin-bottom: 0;}



.ethics .features{min-height: 220px;}
.ethics .features__content{overflow: auto;max-height: 150px;}
.ethics .features__icon{width: 100%;height: auto;overflow: hidden;border-radius: 10px;text-align: center;    min-width: 80px;display: contents;}
.ethics .features__icon img{width: 120px;height: 120px;}

.ethics::-webkit-scrollbar {width: 10px;}
.ethics::-webkit-scrollbar-track {box-shadow: inset 0 0 5px grey; border-radius: 10px;}
.ethics::-webkit-scrollbar-thumb {background:#F4D276; border-radius: 10px;}
.ethics::-webkit-scrollbar-thumb:hover {background: #b30000;}
 

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;width: 90%;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 23px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/

.stapBG{ background:#bbbbbb; padding:30px 0;}
.o154 .slick-slide img {display: block;width:100%; height:100%;}

.h2bg .slick-slide img{ padding:3px;}

.page-title-wrapper h5{ font-size:14px;line-height: 20px;}
body{overflow-x: clip!important;}

@media (max-width: 767px) {
.work-img img {height:auto;}
.max-W90 {max-width: 96%;}
.side-mobile-menu ul li a {padding: 10px 0;border-bottom: 1px solid rgb(255 255 255);font-size: 16px;font-weight: 300;}
.side-mobile-menu ul li a[aria-expanded="true"] {color: #F4D276;}

.o154 .slick-prev{left: 30px; z-index:999;}
.o154 .slick-next{left:auto;right: 30px; z-index:999;}
.o154 { padding:0!important;}

.features__content p {text-align: center;}

}

@media only screen and (min-width: 576px) and (max-width: 767px){

.features {padding: 10px;}

}

/*----------- Admin Css End-------------*/

/* start Oi for ai page css */
.icon-text{
  display: flex;
  margin: 12px 0px;
}
.user-box {
  width: 100px;
  height: 100px;
  background: #ffd51e;
  padding: 8px;
  border-radius: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-box img{
  width: 100%;
}
@media (max-width: 767px) {
  .user-box{
    width: 100%;
    height: auto;
  } 
  .feature-icon-box img{
    width: 100%;
  }
  .service, .service2{
    margin-bottom: 20px;
  }
}

.Question{
 display: flex;
 align-items: center; font-family: "Raleway", serif;
}
.gif-file{
 border: 2px solid #000; 
 min-height: 300px;
 text-align: center;
}
.gif-file h2{
  padding: 20px 0;
}
.feature h2{
  text-align: center;
}
.feature-icon-box{
  display: flex;
  padding: 10px;
  margin: 12px 0;font-family: "Raleway", serif;
}
.conscious-icon-box{
  width: 100px;
  height: 100px;
  padding: 8px;
  border-radius: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.data-conscious text{
  padding: 10px 0;
}
.conscious-text{
  padding: 10px 0;
  text-align: center;
}
.one-line-bg{
  background-color: #236973;
}
.one-line-bg h2{
  text-align: center;
  color: #fff;
  padding: 30px 0;
}
.One-line-bg{
  background-color: #236973;
  padding: 30px 0;
}
.One-line-bg-text h2{
  text-align: center;
  color: #fff;
}
/* end Oi for ai page css */
.popup-vimeo{
 cursor: pointer; 
 width: 100%;
}



#video-popup-container {
  display:none;
  position: fixed;
  z-index: 996;
  width: 60%;
  left: 50%;
  margin-left: -30%;
  top: 20%;
  background-color: #fff;
}

#video-popup-close {
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 999; /* Modify the z-index value */
  width: 25px;
  height: 25px;
  border-radius: 25px;
  text-align: center;
  font-size: 12px;
  background-color: #000;
  line-height: 25px;
  color: #000;
}
@media (max-width: 767px) {
  #video-popup-container{
    width: 90%;
    left: 35%;
  }
}


#video-popup-iframe-container {
  position: absolute;
  z-index: 997;
  width: 100%;
  padding-bottom: 56.25%;
  border: 2px solid #000;
  border-radius: 2px;
  background-color: #000;
}

#video-popup-iframe {
  z-index: 999;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
}

#video-popup-overlay {
  display: none;
  position: fixed;
  z-index: 995;
  top: 0;
  background-color: #000;
  opacity:2;
  width: 100%;
  height: 100%;
}

#video-popup-close:hover {
  color: #DE0023;
}
.gif-box{
  text-align: center;
}
.service, .service2 {
  position: relative;
  width: 100%;
}

.overlay, .overlay2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0000007d;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.service:hover .overlay, .service2:hover .overlay2 {
  height: 100%;
}

.text, .text2 {
  color: white;
  font-size: 15px;
  position: absolute;
  top: 10%;
  left: 10%;
  line-height: 30px;
}
.box-img-headings{
  font-size: 20px;
  font-weight: 600;
}
.text li{
  list-style: unset;
  padding: 4px 0px;
  text-align: start;
}
.single-slider {
  position: relative;
}



/*.slider-content {
  position: absolute;
  top: 5%;
  left: 15%;
  color: #fff;
  width: 44%;
}*/
.slider-content {
	position:relative;
	color: #fff;
	width: 500px;
	height: 380px;
	left: auto;
	right: auto;
	margin-left: 12%;
    margin-top: -29%; overflow:hidden;
}

.slider-title {
  font-size: 30px;
  margin-bottom: 10px;
  color: #fff;
  padding-left: 10px;
}
.slider-pg p{
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding-left: 10px;
  
}
.slider-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff; /* Adjust button background color */
  color: #fff; /* Adjust button text color */
  text-decoration: none;
  border-radius: 5px; /* Adjust border radius */
}

.slider-button:hover {
  background-color: #0056b3; /* Adjust hover background color */
}
.slider-img-pg {
  margin: 12px 0px;
}
.slider-img-pg img{
  max-width: 100px;
  width: 40px;

}
.slider-img-pg h6{
  color: #fff;
  font-size: 17px;
  line-height: 25px;
}@media (max-width: 767px) {
  .single-slider-img img{
    min-height: 312px !important;
   }
  /*.slider-content {
    position: absolute;
    top: 5%;
    left: 4%;
    color: #fff;
    width: 100%;
  }*/
  .slider-content {
        position: absolute;
        top: 43%;
        left: 0%!important;
        color: #fff;
         width: 95%;
        margin-left: 10px;
    }
  .slider-pg p{
    white-space: break-spaces;
    padding: 5px 10px;
    font-size: 14px;
  }
  .slider-img-pg h6 {
    color: #fff;
    font-size: 10px;
    line-height: 15px;
    width: 100%;
}
}
@media (max-width: 1024px) {
  .slider-content{
    left: 5%;
  }
  .slider-img-pg h6{
    width: 100%;
  }

  .single-slider-img img {
    min-height: 666px;
}

.servicess_card{
  margin-bottom: 20px;
}
.text-h1{
  font-size: 19px !important;
}
  
}
.main-servicess{
  display: flex;
	gap: 40px;
}
.servicess_card {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.intro {
	position: absolute;
	/*height: 50px;*/
	height: 0px;
	bottom: 0;
	overflow: hidden;
	color: #fff;
	background-color: #46949f;
	transition: .4s ease-in-out;
  padding: 0 20px;
  border-radius: 10px;
  
}

.servicess_card:hover .intro {
	height: 100%;
  width: 100%;
	bottom: 0;
	background-color: #46949f;
  border-radius: 10px;
}

/* width */
::-webkit-scrollbar {
  width: 8px; height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.servicess_card:hover .servicess_text-p {
	opacity: 1;
	visibility: visible;
}
.servicess_card{
  /*border: 1px solid #009688;*/
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 340px;
  min-height: 340px;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 20px;
  
}
.servicess_card img {
  width: -webkit-fill-available;
  
}

.text-h1 {
	padding: 7px;
	text-transform: uppercase;
	font-size: 21px;
  color: #fff;
  text-align: center;
}

.servicess_text-p {
  color: #fff;
	font-size: 16px;
	padding: 10px;
	visibility: hidden;
	opacity: 0;
}
.box-overflow {
  width: 100%;
  height: 280px;
  overflow: auto;
}

/*.slider-area.pos-rel .slick-slide {height: 66vh;}*/
.nav-tabs .nav-item {margin-bottom: 5px;}


@media (max-width: 1024px) {
.slider-title{font-size: 28px;padding-left: 0px;}
.counetrs p{font-size: 15px;}  
.slider-area.pos-rel .slick-slide {height: auto;}

}

/* Slick Dots Customization */
.slick-dots {
  position: absolute;
  bottom: -20px; /* Adjust the position */
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
 
 

.slick-dots li {
  width: 12px;
  height: 12px;
  background: #ccc; /* Default dot color */
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s ease;
}

.slick-dots li.slick-active {
  background: #60becb; /* Active dot color */
}

.slick-dots li button {
  display: none; /* Hide default Slick button inside dots */
}
.survery_box{
  background-color: #f4f2f1;
  padding-bottom: 10px;
}
.survery_box_scroll_text {
  height: 130px;
  overflow-y: scroll; 
  scrollbar-width: thin; 
  scrollbar-color: #888 #f1f1f1;
  padding: 0 10px;
}
.survery_box_scroll_text::-webkit-scrollbar {width: 10px; }
.survery_box_scroll_text::-webkit-scrollbar-thumb {background-color: #888; border-radius: 5px; }
.survery_box_scroll_text::-webkit-scrollbar-track {background: #f1f1f1; }
.View_Report_center{margin-left: 15px;}
.tabs {display: flex;border-bottom: 2px solid #ddd;align-items: center;}
.tab {flex: 1;text-align: center;padding:1px 6px;cursor: pointer;border-bottom: 3px solid transparent;transition: 0.3s;font-size: 21px;min-width: 100px;
text-overflow: ellipsis;white-space: nowrap;word-wrap: break-word;overflow: hidden;max-height: 4.5em;line-height: 1.5em;
}
.tab i {}
.tab:hover, .tab.active {color: #60becb;}
.tab-content {/*display: none;*/padding: 10px;}
.tab-content.active {display: block;}
.tab span{font-size: 16px;font-weight: 700;padding-top: 10px;}
.cautionary_box {border: 1px solid #00000047;padding: 10px;border-radius: 0px 0px 6px 6px;}
.Filter_Items {position: relative;display: flex;gap: 10px;justify-content: end;top:0px;background: #fff;
border-radius: 10px;align-items: center;color: #000;}
.Filter_Items h2{ font-size:16px;}
.Filter_Items .nice-select{ border:none;}
.dummy_logo img {height: 60px;margin: 5px 0;/*background: #fff;padding: 10px;*/}
.Please_write{text-align: center;position: relative;}

.tabs .active{ color:#539ba5!important;}

.profileI img {transition: all .3sease-in-out;border: 1px solid #ccc;padding: 10px;}


.ourwork1 {position: relative;width: 100%;}
.ourwork1 .tabs-wrapper {display: flex;align-items: center;position: relative;overflow: hidden;}
.ourwork1 .tabs {display: flex;overflow-x:auto;scroll-behavior: smooth;gap: 0px;width: 97%;margin: 0 auto;    border-bottom: 0px solid #ddd;}
.ourwork1 .tab {display: inline-block;}
.ourwork1 .scroll-btn {position: absolute;top: 50%;color: #000;border: none;font-size: 15px;padding: 24px 5px;cursor: pointer;transform: translateY(-50%);z-index: 10; background:none;}
.ourwork1 .prev-btn {left: 0px; border-radius: 5px;}
.ourwork1 .next-btn {right: 0px;}
.ourwork1 .scroll-btn:hover {background:none; color:#000000;}

.work-with-part .work-with {background:none;color: #000;margin: 0;}
.work-with-part .dropdown {position: relative;display: inline-block; text-align:center;}
.work-with-part .dropdown-content {display: none;position: absolute;background-color: #fff;z-index: 1;width:100%;padding: 10px;border: 1px solid #fdf3d9;box-shadow: 0px 4px 13px hsl(43.33deg 65.03% 81.99% / 61%);    border-radius: 10px;bottom: 0;margin-bottom: -70px;}
.work-with-part .dropdown-content a {color: black;padding:5px 15px;text-decoration: none;display: block;    font-weight: 600;text-transform: uppercase;font-size: 16px;}
.work-with-part .dropdown-content a:hover {background-color: #ddd;}
.dropdown:hover .dropdown-content {display: block;}

.ico-img{ width:50px; height:50px; overflow:hidden;object-fit: contain;border: 1px solid #333;border-radius: 50px;display: inline-flex;align-items: center;justify-content: center;}

.tabwork .dropdown-content{ width:200px; right:-70px;}
.cases__content p span{font-family: "Raleway", serif!important;}
.slider-buttton .theme_btn {color: #fff;border: 1px solid #fff;}
.btn-list .theme_btn_bg{color: #fff;border: 1px solid #fff;}
.work_logo img {height:60px;margin: 0;/*background: #fff;*/object-fit: fill;}


.next-prv{ padding:10px; margin-bottom:20px;width: 100%;}

.lazzyloder{ width:30px; height:30px; margin:0 auto;} 
/*.loaded{ width:auto!important; height:auto!important;}*/
.details-Tpla h3{font-size: 16px;font-weight: 600;}
.ourwork1{ width:100%; overflow:auto;}

.logo-pmid{ padding:5px 10px;text-align: center;}
.logo-pmid img{ height:50px;max-width: 200px;object-fit: fill;}

.eyeBut{padding: 10px 10px;}
.eyeBut:hover i {color: #ffffff;}

.counting .col-xl-2 {flex: 0 0 20%;max-width: 20%;}


.info-box{padding:10px 20px 0 0px;}
.info-tag.pop-title{ font-size:18px; color:#000;font-weight: 600;padding:0px 5px 10px;float: left;
    display: contents;}
.pop-image{float: left;width: 200px; padding:0px 10px 10px 0px;}
.pop-image img{ width:100%;height: 150px;object-fit: contain;}
.gm-style-iw-chr {position: absolute;right: 0px;}
.pop-description{color: #000;line-height: 24px;font-size: 14px;}
.pop-url a {border: 1px solid;font-size: 16px;color: #47959f;padding: 1px 16px;margin: 6px auto 0;display: inline-block;}

.details-Tpla span{ color:#000;}


.events-02 .events__content:hover{background:rgb(0 0 0 / 50%);width: -webkit-fill-available;}

.o154 .events__content i{ margin-right:5px;}


.slid3 .slick-next{ right: -50px!important;}
.slid3 .slick-prev{ left: -50px!important;}
.slid3  button{ color:#000000!important; border:1px solid #000!important;}


.work-cont h3 {font-size: 24px;overflow: hidden;line-height: 28px;padding-bottom: 10px;margin-top: 0;font-weight: 700;}
.work-cont h3::after {content: "";position: relative;left: 0;bottom: -10px;width: 70px;height: 4px;background: #4f99a3;border-radius: 2px;display: block;}

.text-hd{font-size: 24px;overflow: hidden;line-height: 28px;padding-bottom: 10px;font-weight: 700;color: #001234; margin-bottom:15px;margin-top: 0;}
.text-hd::after {content: "";position: relative;left: 0;bottom: -10px;width: 70px;height: 4px;background: #4f99a3;border-radius: 2px;display: block;}


@media (max-width: 767px) {

.slid3 .slick-next{ right: 0px!important;}
.slid3 .slick-prev{ left: 0px!important;}

.page-title-wrapper{padding-bottom: 30px;}

.test-Arrow .slick-prev {left:0px!important;right: auto;}
.test-Arrow .slick-next {right:0px!important;}
.about-img2 {height: auto;}
.team-details-img.mb-70{ margin-bottom:20px!important;}
.team-details-wrapper.details-Tpla.pl-10.mb-70{margin-bottom:20px!important;}
.counting .col-xl-2 {flex: 0 0 50%;max-width: 50%;}

}