/*
    @version         : 1.0.0
    @Template Name   : Nonta - Charity Nonprofit HTML5 Template
    @Template author : Deferen 
*/
/*--------------------------------------------------------------
css table of contents
----------------------------------------------------------------

1. General
	1.1 Theme Reset Style
	1.2 Global Elements

2. header

3. sections
	3.1 hero_slider
	3.2 features_section
	3.3 about_section
	3.4 service_section 
	3.5 donat_section
	3.6 causes_section
	3.7 testimonil_section
	3.8 project_section
	3.9 process_section
	3.10 contact_section
	3.11 blog_section
	3.12 cta_section

4. footer_section

5. Home-style-2
   5.1 about_section_s2
   5.2 fanfact_section
   5.3 service_section_s2
   5.4 skill_section
   5.5 donate_section
   5.6 team_section
   5.7 brand_section
   5.8 video_section
   5.9 causes_section_s2
   5.10 choose_section
   5.11 blog_section_s2

6. Home-style-3
   6.1 cta_section_s2
   6.2 service_section_s3
   6.3 about_section_s3
   6.4 causes_section_s3
   6.5 features_section_s2
   6.6 story_section
   6.7 testimonil_section_s2
   6.8 faq_section
   6.9 blog_section_s3
   6.10 inastagarm_section

7. Home-style-4
   7.1 service_section_s4
   7.2 about_section_s4
   7.3 testimonil_section_s3
   7.4 fanfact_section_s2
   7.5 project_section_s3
   7.6 video_section_s2
   7.7 pricing_section

8. causes_single_page

9. team_single_section

10. services_single_section

11. blog_single_page

12. contact page

13. error_page 


----------------------------------------------------------------*/
/*------------------------------------------------------------------
1. General
----------------------------------------------------------------*/
/*---------------------------
	Fonts
----------------------------*/
@import url("../../../../../css2");
/* 1.1	Theme Reset Style */
html {
  font-size: 15pxpx;
}

:root {
  scroll-behavior: unset;
}

body {
  font-family: "Rubik", sans-serif;
  background-color: #fff;
  font-size: 15px;
  overflow-x: hidden;
}

p {
  font-size: 16px;
  color: #000;
  line-height: 1.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #144047;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.sr-only {
  display: none !important;
  opacity: 0;
  visibility: hidden;
}

/* 1.2 Global Elements */
.main_page_wrapper {
  position: relative;
  overflow: hidden;
}

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

.section_space {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .section_space {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .section_space {
    padding: 80px 0;
  }
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.rotating {
  animation: rotating 5s alternate infinite;
}

.top_title {
  margin-bottom: 40px;
  text-align: center;
}
.top_title h2 {
  text-transform: uppercase;
  font-size: 22px;
  color: #138999;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-left: 15px;
}
.top_title h2::before {
  position: absolute;
  left: 0px;
  top: 5px;
  width: 5px;
  height: 5px;
  content: "";
  background: #df5311;
}
.top_title h2::after {
  position: absolute;
  left: 0px;
  bottom: 8px;
  width: 5px;
  height: 5px;
  content: "";
  background: #138999;
}
@media (max-width: 767px) {
  .top_title h2 {
    font-size: 15px;
    line-height: 25px;
  }
}
.top_title h3 {
  text-transform: capitalize;
  font-size: 40px;
  color: rgb(20, 64, 71);
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .top_title h3 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .top_title h3 {
    font-size: 25px;
    line-height: 35px;
  }
}
.top_title p {
  color: #d4d4d6;
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.top_title.s2 h2 {
  color: #df5311;
  padding-left: 0;
}
.top_title.s2 h2::before {
  display: none;
}
.top_title.s2 h2::after {
  display: none;
}
.top_title.s2 p {
  color: #636363;
}
.top_title.s3 h2 {
  color: #df5311;
  padding-left: 0;
}
.top_title.s3 h2::before {
  display: none;
}
.top_title.s3 h2::after {
  display: none;
}
.top_title.s3 h3 {
  color: #ffffff;
}
.top_title.s3 p {
  color: #636363;
}

.btn_primary {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  position: relative;
  background: transparent;
  transition-property: color;
  transition-duration: 0.3s;
  color: #df5311;
  padding: 12px 35px;
  text-align: center;
  font-family: "Rubik", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
  border-radius: 8px;
  border: 1px solid #df5311;
}
.btn_primary::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #df5311;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  border-radius: 7px;
}
.btn_primary i {
  padding-left: 5px;
}
.btn_primary:hover {
  color: #ffffff;
}
.btn_primary:hover::before {
  transform: scale(1);
}
@media (max-width: 767px) {
  .btn_primary {
    font-size: 15px;
    line-height: 25px;
    padding: 10px 25px;
  }
}

.btn_secondary {
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 10px;
  color: white;
  font-size: 18px;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  padding: 14px 50px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  text-transform: capitalize;
}
.btn_secondary::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, #E67657 0%, #F1B853 97%);
  z-index: -1;
  transition: all 0.5s ease-in-out;
}
.btn_secondary:hover {
  color: #ffffff;
}
.btn_secondary:hover::before {
  background: linear-gradient(90deg, #F1B853 0%, #E67657 97%);
}

#button {
  display: inline-block;
  background-color: #df5311;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 100px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#button::after {
  content: "\e627";
  font-family: themify;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 50px;
  color: #fff;
}

#button:hover {
  cursor: pointer;
  background-color: #138999;
}

#button:active {
  background-color: #555;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

/* page_title_section */
.page_title_section {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: url(../images/page-title-bg.jpg) center/cover no-repeat;
  height: 307px;
}
@media (max-width: 991px) {
  .page_title_section {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .page_title_section {
    height: 450px;
  }
}
.page_title_section::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(92deg, rgb(32, 65, 66) 0%, rgb(126, 74, 49) 100%);
  z-index: -1;
  opacity: 0.522;
}
.page_title_section .content {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .page_title_section .content {
    margin-top: 85px;
  }
}
@media (max-width: 767px) {
  .page_title_section .content {
    margin-top: 75px;
  }
}
.page_title_section .content h2 {
  font-size: 85px;
  color: #ffffff;
  font-weight: 700;
}
@media (max-width: 991px) {
  .page_title_section .content h2 {
    font-size: 65px;
  }
}
@media (max-width: 757px) {
  .page_title_section .content h2 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .page_title_section .content h2 {
    font-size: 40px;
  }
}
.page_title_section .content ul li {
  display: inline-block;
  font-size: 19px;
  color: #df5311;
  padding-right: 15px;
  position: relative;
}
.page_title_section .content ul li::before {
  position: absolute;
  right: 0px;
  top: 0;
  content: "/";
  color: #ffffff;
  font-size: 19px;
}
.page_title_section .content ul li:last-child::before {
  display: none;
}
.page_title_section .content ul li a {
  font-size: 19px;
  color: #ffffff;
}
.page_title_section .shape {
  position: absolute;
  left: 30px;
  top: 40%;
  z-index: -11;
}
@media (max-width: 991px) {
  .page_title_section .shape {
    display: none;
  }
}

.form input,
.form textarea,
.form select {
  border-color: #bfbfbf;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  color: #595959;
  font-style: normal;
}
.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: #df5311;
  box-shadow: #ef7034, 5px, 0;
}
.form select {
  font-style: normal;
  background: url(../images/select-icon.png) no-repeat right center;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.form select::-ms-expand { /* for IE 11 */
  display: none;
}
.form ::-moz-placeholder {
  font-style: normal;
}
.form ::placeholder {
  font-style: normal;
}

.social-links {
  overflow: hidden;
}
.social-links li {
  float: left;
  width: 35px;
  height: 35px;
  margin-right: 1px;
}
.social-links li a {
  background-color: #ef7034;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  color: #ffffff;
  text-align: center;
}
.social-links li a:hover {
  background-color: #df5311;
}

/* blog-rightside */
.blog-rightside {
  max-width: 400px;
}
@media (max-width: 991px) {
  .blog-rightside {
    margin-top: 50px;
  }
}
.blog-rightside .widget_search {
  position: relative;
}
.blog-rightside .widget_search .from-contol {
  background-color: #fff;
  width: 100%;
  height: 40px;
  border: 1px solid #d7d7d7;
  border-radius: 100px;
  padding: 6px 20px;
  margin-bottom: 30px;
  outline: 0;
  box-shadow: none;
  transition: all 0.3s;
  position: relative;
}
.blog-rightside .widget_search button {
  border: 0;
  background: #df5311;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  color: #ffffff;
  position: absolute;
  right: 3px;
  top: 2px;
}
.blog-rightside .widget {
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #d7d7d7;
}
@media (max-width: 1199px) {
  .blog-rightside .widget {
    padding: 30px 20px;
  }
}
.blog-rightside .widget .title h2 {
  position: relative;
  font-size: 22px;
  color: #144047;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.blog-rightside .widget .title h2::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 3px;
  background: #df5311;
  content: "";
}
.blog-rightside .widget_catagory ul li {
  margin-bottom: 10px;
}
.blog-rightside .widget_catagory ul li a {
  font-size: 17px;
  color: rgb(99, 99, 99);
  transition: all 0.3s linear;
  display: flex;
  justify-content: space-between;
}
.blog-rightside .widget_catagory ul li a i {
  padding-right: 5px;
}
.blog-rightside .widget_catagory ul li a span {
  text-align: right;
}
.blog-rightside .widget_catagory ul li a:hover {
  color: #df5311;
}
.blog-rightside .widget_catagory ul li:last-child {
  margin-bottom: 0;
}
.blog-rightside .widget_tag {
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #d7d7d7;
}
.blog-rightside .widget_tag .title h2::before {
  width: 20px;
}
.blog-rightside .widget_tag ul li {
  display: inline-block;
  margin: 10px;
  margin-left: 0;
}
.blog-rightside .widget_tag ul li a {
  font-size: 17px;
  color: rgb(99, 99, 99);
  text-align: center;
  border: 1px solid #d7d7d7;
  padding: 2px 25px;
  transition: all 0.3s ease-in-out;
}
.blog-rightside .widget_tag ul li a:hover {
  background: #df5311;
  color: #ffffff;
}
.blog-rightside .widget_post ul li {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.blog-rightside .widget_post ul li:last-child {
  margin-bottom: 0;
}
.blog-rightside .widget_post ul li .image {
  width: 100px;
}
.blog-rightside .widget_post ul li .image img {
  width: 100%;
}
.blog-rightside .widget_post ul li .content {
  width: calc(100% - 150px);
  max-width: 200px;
  margin-left: 20px;
}
@media (max-width: 1199px) {
  .blog-rightside .widget_post ul li .content {
    width: calc(100% - 100px);
  }
}
.blog-rightside .widget_post ul li .content span {
  font-size: 14px;
  color: rgb(99, 99, 99);
}
.blog-rightside .widget_post ul li .content span i {
  margin-right: 10px;
}
.blog-rightside .widget_post ul li .content h3 {
  margin-bottom: 0;
}
.blog-rightside .widget_post ul li .content h3 a {
  font-size: 16px;
  color: #144047;
  font-weight: 700;
  line-height: 10px;
  transition: all 0.3s;
}
.blog-rightside .widget_post ul li .content h3 a:hover {
  color: #df5311;
}

/* 2. header */
/* header_section */
/* header_top */
.header_top {
  background: #f1f6f7;
  padding-left: 150px;
}
@media (max-width: 1599px) {
  .header_top {
    padding-left: 0;
  }
}
.header_top .contacr_info {
  text-align: left;
}
@media (max-width: 991px) {
  .header_top .contacr_info {
    text-align: center;
  }
}
.header_top .contacr_info ul li {
  color: #1a1c4d;
  font-family: Sen;
  width: 100%;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  display: inline-block;
  padding: 7px 0;
  padding-right: 25px;
}
@media (max-width: 515px) {
  .header_top .contacr_info ul li {
    padding: 0;
  }
}
.header_top .contacr_info ul li:last-child {
  padding-right: 0;
}
.header_top .contacr_info .number {
  color: #959597;
  font-size: 16px;
  font-family: "Rubik", sans-serif;
}
.header_top .contacr_info .number span {
  color: #8139e7;
}
.header_top .contacr_right {
  text-align: right;
}
@media (max-width: 991px) {
  .header_top .contacr_right {
    text-align: center;
    padding: 10px 0;
  }
}
.header_top .contacr_right ul li {
  display: inline-block;
  padding: 0 6px;
}
.header_top .contacr_right ul li span {
  color: #959597;
  font-size: 16px;
  font-family: "Rubik", sans-serif;
}
.header_top .contacr_right ul li:nth-child(2) a i {
  color: #138999;
}
.header_top .contacr_right ul li:nth-child(3) a i {
  color: #8139e7;
}
.header_top .contacr_right ul li:nth-child(4) a i {
  color: #7cd8b7;
}
.header_top .contacr_right ul li:last-child {
  padding-right: 0;
}
.header_top .contacr_right ul li a i {
  color: #df5311;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
}

.header_wrap {
  padding: 30px 0;
  padding-left: 105px;
  position: relative;
}
@media (max-width: 991px) {
  .header_wrap {
    padding: 39px 0;
    padding-left: 105px;
  }
}
.header_wrap .logo {
  transition: all 0.3s ease-in-out;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  padding: 20px 55px 20px 20px;
  width: 320px;
  height: 145px;
  -webkit-clip-path: polygon(0 0, 100% 0, 89% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 89% 100%, 0% 100%);
}
@media (max-width: 1799px) {
  .header_wrap .logo {
    width: 342px;
    height: 100%;
  }
}
.header_wrap .logo::before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  height: 100%;
  width: 100px;
  background: #ffffff;
}
.header_wrap .header_about_btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 95px;
  height: 100%;
  background: #fae5dc;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 1599px) {
  .header_wrap .header_about_btn {
    display: none;
  }
}
.header_wrap .header_right {
  display: flex;
  align-items: center;
  justify-content: end;
}
@media (max-width: 991px) {
  .header_wrap .header_right {
    display: none;
  }
}
.header_wrap .header_right .search_icon {
  position: relative;
  margin-right: 30px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .header_wrap .header_right .search_icon {
    margin-right: 13px;
  }
}
.header_wrap .header_right .search_icon i {
  font-size: 25px;
  color: #7d7f85;
}
.header_wrap .header_right .search_icon .input-box {
  background: #fff;
  box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2);
  border-radius: 7px;
  position: absolute;
  right: calc(100% - 40px);
  top: 80px;
  width: 300px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
  padding: 5px;
  z-index: 111;
}
.header_wrap .header_right .search_icon .input-box .search_fild {
  width: 100%;
  background: transparent;
  height: 100%;
  border: 1px solid #d9dde4;
  padding: 15px 0;
  padding-left: 15px;
  padding-right: 8px;
  font-size: 20px;
  border-radius: 7px;
}
.header_wrap .header_right .search_icon .input-box .search_fild:focus-visible {
  outline: 0;
}
.header_wrap .header_right .search_icon .input-box button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
}
.header_wrap .header_right .search_icon.active .input-box {
  top: 65px;
  opacity: 1;
  pointer-events: auto;
}
.header_wrap .header_right .search_icon .input-box button i {
  color: #7d7f85 !important;
  font-size: 20px;
}
.header_wrap .header_right .btn_primary {
  padding: 8px 25px;
  background: #138999;
  border: 1px solid transparent;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .header_wrap .header_right .btn_primary {
    font-size: 14px;
    padding: 10px 15px;
  }
}
.header_wrap .header_right .btn_primary:hover {
  border: 1px solid transparent;
}

@media (max-width: 1599px) {
  .menu_wrap ul {
    text-align: end;
  }
}
@media (max-width: 991px) {
  .menu_wrap ul {
    text-align: left;
  }
}
.menu_wrap ul li {
  display: inline-block;
}
.menu_wrap ul li a {
  color: #7d7f85;
  font-family: "Rubik", sans-serif;
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 20px 20px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1399px) {
  .menu_wrap ul li a {
    font-size: 15px;
    padding: 20px 15px;
  }
}
@media (max-width: 1199px) {
  .menu_wrap ul li a {
    font-size: 14px;
  }
}
.menu_wrap ul li a:hover {
  color: #df5311;
}
.menu_wrap .menu_chaild {
  position: relative;
  z-index: 111;
}
.menu_wrap .menu_chaild > a::before {
  position: absolute;
  right: 0;
  top: 2px;
  content: "\e64b";
  font-family: themify;
  font-size: 13px;
}
@media (max-width: 991px) {
  .menu_wrap .menu_chaild > a::before {
    top: 8px;
  }
}
.menu_wrap .menu_chaild .submenu {
  position: absolute;
  left: 0;
  top: 60px;
  width: 220px;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  text-align: left;
  padding-bottom: 20px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 991px) {
  .menu_wrap .menu_chaild .submenu {
    transition: none;
  }
}
.menu_wrap .menu_chaild .submenu li {
  display: block;
  padding: 15px 10px 0;
}
.menu_wrap .menu_chaild .submenu li a {
  transition: all 0.3s ease-in-out;
  color: #7d7f85;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .menu_wrap .menu_chaild .submenu li a {
    font-size: 14px;
  }
}
.menu_wrap .menu_chaild .submenu li a:hover {
  color: #df5311;
}
.menu_wrap .menu_chaild:hover .submenu {
  opacity: 1;
  visibility: visible;
  top: 50px;
}

.mobile_menu_btn {
  display: flex;
  justify-content: end;
}
@media (min-width: 992px) {
  .mobile_menu_btn {
    display: none;
  }
}
.mobile_menu_btn .icon {
  width: 40px;
  height: 40px;
  background: #df5311;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.mobile_menu_btn i {
  color: #ffffff;
}

@media (max-width: 991px) {
  .menu_wrap {
    position: relative;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    top: 18px;
    right: -50%;
    z-index: 11111;
  }
  .menu_wrap.open-mobilemenu {
    opacity: 1;
    visibility: visible;
    right: 0;
  }
  .menu_wrap .main_menu {
    width: 300px;
    background: #ffffff;
    position: absolute;
    height: 100vh;
    overflow-y: auto;
    right: 0;
    top: 0;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  }
  .menu_wrap ul li {
    display: block;
    padding: 10px;
  }
  .menu_wrap ul li a {
    padding: 0;
  }
  .menu_wrap .menu_chaild .submenu {
    position: unset;
    box-shadow: transparent 0px 1px 2px 0px;
    padding-bottom: 0;
    display: none;
    opacity: 1;
    visibility: visible;
  }
  .menu_wrap .menu_chaild .submenu li {
    padding: 5px 10px;
    padding-left: 0;
  }
}
/* header_style_s2 */
.header_style_s2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 11;
}
.header_style_s2 .header_wrap {
  padding: 0;
  margin: 0 180px;
  border: 1px solid #786a62;
  border-top: 0;
}
@media (max-width: 1599px) {
  .header_style_s2 .header_wrap {
    margin: 0;
  }
}
.header_style_s2 .logo {
  position: unset;
  background: transparent;
  padding: 40px 0;
  display: block;
  height: 100%;
  width: 100%;
  padding-left: 90px;
}
.header_style_s2 .logo::before {
  display: none;
}
@media (max-width: 1799px) {
  .header_style_s2 .logo {
    padding-left: 50px;
  }
}
@media (max-width: 1699px) {
  .header_style_s2 .logo {
    padding-left: 30px;
  }
}
@media (max-width: 1199px) {
  .header_style_s2 .logo {
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .header_style_s2 .logo {
    padding: 20px 0;
  }
}
@media (max-width: 575px) {
  .header_style_s2 .logo img {
    width: 150px;
  }
}
@media (max-width: 1599px) {
  .header_style_s2 .menu_wrap ul {
    text-align: left;
  }
}
@media (max-width: 1199px) {
  .header_style_s2 .menu_wrap ul li a {
    padding: 20px 13px;
  }
}
@media (max-width: 991px) {
  .header_style_s2 .menu_wrap ul li a {
    padding: 0;
  }
}
.header_style_s2 .header_wrap .header_right {
  justify-content: center;
  padding-right: 20px;
}
@media (max-width: 1199px) {
  .header_style_s2 .header_wrap .header_right {
    padding-right: 0px;
    justify-content: end;
  }
}
@media (min-width: 992px) {
  .header_style_s2 .menu_wrap ul li a {
    color: #ffffff;
  }
}
.header_style_s2 .header_wrap .header_right .search_icon i {
  font-size: 15px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 100px;
  padding: 12px;
}
.header_style_s2 .header_wrap .header_right .btn_primary {
  background: #df5311;
}

/* header_style_s3 */
.header_style_s3 .header_wrap {
  background: #212d2b;
}
.header_style_s3 .header_wrap .logo {
  padding: 0;
  height: auto;
  width: auto;
  background: #1d494c;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  bottom: 0px;
}
.header_style_s3 .logo::before {
  display: none;
}
.header_style_s3 .header_top {
  background: #1c1f1e;
}
.header_style_s3 .menu_wrap ul li a {
  color: #ffffff;
}
@media (max-width: 991px) {
  .header_style_s3 .menu_wrap ul li a {
    color: #7d7f85;
  }
}
.header_style_s3 .header_wrap .header_right .search_icon i {
  color: #ffffff;
}
.header_style_s3 .btn_primary {
  background: #138999;
}
.header_style_s3 .header_top .contacr_info .number {
  color: #ffffff;
}
.header_style_s3 .header_top .contacr_right ul li span {
  color: #ffffff;
}
@media (max-width: 1799px) {
  .header_style_s3 .header_wrap .logo {
    width: 200px;
    bottom: 0;
  }
}
@media (max-width: 991px) {
  .header_style_s3 .header_wrap .logo {
    width: 150px;
    bottom: 0;
  }
}

/* header_section_s4 */
.header_section_s4 .contacr_right {
  text-align: right;
  position: relative;
  right: -40px;
}
@media (max-width: 1499px) {
  .header_section_s4 .contacr_right {
    right: 0;
  }
}
@media (max-width: 1199px) {
  .header_section_s4 .contacr_right {
    display: none;
  }
}
.header_section_s4 .contacr_right ul li {
  display: inline-block;
  padding: 0 6px;
}
@media (max-width: 1399px) {
  .header_section_s4 .contacr_right ul li {
    padding: 0px 2px;
  }
}
.header_section_s4 .contacr_right ul li span {
  color: #959597;
  font-size: 16px;
  font-family: "Rubik", sans-serif;
}
.header_section_s4 .contacr_right ul li:nth-child(2) a i {
  color: #138999;
}
.header_section_s4 .contacr_right ul li:nth-child(3) a i {
  color: #8139e7;
}
.header_section_s4 .contacr_right ul li:nth-child(4) a i {
  color: #7cd8b7;
}
.header_section_s4 .contacr_right ul li:last-child {
  padding-right: 0;
}
.header_section_s4 .contacr_right ul li a i {
  color: #df5311;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
}
.header_section_s4 .header_wrap .logo {
  padding: 0;
  height: auto;
  width: auto;
  background: transparent;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  bottom: 0px;
}
@media (max-width: 575px) {
  .header_section_s4 .header_wrap .logo {
    max-width: 225px;
  }
}
.header_section_s4 .header_wrap .logo::before {
  display: none;
}
@media (max-width: 1670px) {
  .header_section_s4 .menu_wrap {
    text-align: end;
  }
}
@media (max-width: 1670px) {
  .header_section_s4 .header_wrap .header_about_btn {
    display: none;
  }
}
@media (max-width: 1399px) {
  .header_section_s4 .menu_wrap ul li a {
    padding: 20px 12px;
  }
}

.mobile_cart {
  max-width: 500px;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
  position: fixed;
  right: -100%;
  top: 0;
  background: #12636e;
  transition: all 0.7s ease-in-out;
  padding: 2rem;
  overflow-x: hidden;
  z-index: 1111;
  text-align: center;
}
@media (max-width: 1599px) {
  .mobile_cart {
    display: none;
  }
}
.mobile_cart .cart_close {
  position: absolute;
  right: 20px;
  top: 32px;
  width: 40px;
  height: 40px;
  background: #ffffff;
  color: #df5311;
  text-align: center;
  font-size: 25px;
  line-height: 40px;
  cursor: pointer;
}
.mobile_cart .about_logo {
  margin-top: 80px;
  margin-bottom: 50px;
}
.mobile_cart .content {
  color: #ffffff;
}
.mobile_cart .content p {
  display: block;
}
.mobile_cart .content h2 {
  display: block;
  color: #ffffff;
  margin-bottom: 20px;
}
.mobile_cart .content span {
  display: block;
  margin-bottom: 15px;
}
.mobile_cart .social_widget {
  list-style: none;
  margin-top: 50px;
}
.mobile_cart .social_widget li {
  margin-right: 10px;
  display: inline;
}
.mobile_cart .social_widget li a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  background: transparent;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #ffffff;
}
.mobile_cart .social_widget li a i {
  line-height: 40px;
  font-size: 15px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.mobile_cart .social_widget li a:hover {
  background: #df5311;
  border: 1px solid transparent;
}
.mobile_cart .social_widget li a:hover i {
  color: #ffffff;
}

/*--------------------------------------------------------------
3. sections
--------------------------------------------------------------*/
/*3.1 hero_slider */
.hero_slider .hero_slider_item,
.header_section_s4 .hero_slider_item {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
  height: 900px;
}
@media (max-width: 767px) {
  .hero_slider .hero_slider_item,
  .header_section_s4 .hero_slider_item {
    height: 600px;
  }
}
@media (max-width: 575px) {
  .hero_slider .hero_slider_item,
  .header_section_s4 .hero_slider_item {
    height: 700px;
  }
}
.hero_slider .hero_slider_item .image,
.header_section_s4 .hero_slider_item .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero_slider .hero_slider_item .image img,
.header_section_s4 .hero_slider_item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero_slider .hero_slider_item .image::before,
.header_section_s4 .hero_slider_item .image::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, rgb(20, 44, 47) 0%, rgba(28, 61, 65, 0.8575805322) 39%, rgba(27, 63, 67, 0.4066001401) 100%);
}
.hero_slider .hero_slider_item .content,
.header_section_s4 .hero_slider_item .content {
  max-width: 840px;
}
.hero_slider .hero_slider_item .content .shado_text,
.header_section_s4 .hero_slider_item .content .shado_text {
  margin-left: 150px;
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 767px) {
  .hero_slider .hero_slider_item .content .shado_text,
  .header_section_s4 .hero_slider_item .content .shado_text {
    margin-left: 0px;
    margin-bottom: 30px;
  }
}
.hero_slider .hero_slider_item .content .shado_text span,
.header_section_s4 .hero_slider_item .content .shado_text span {
  font-size: 45px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #ffffff;
  font-weight: 700;
}
@media (max-width: 767px) {
  .hero_slider .hero_slider_item .content .shado_text span,
  .header_section_s4 .hero_slider_item .content .shado_text span {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .hero_slider .hero_slider_item .content .shado_text span,
  .header_section_s4 .hero_slider_item .content .shado_text span {
    font-size: 25px;
    letter-spacing: 5px;
    -webkit-text-stroke-width: 2px;
  }
}
.hero_slider .hero_slider_item .content .shado_text .shape-4,
.header_section_s4 .hero_slider_item .content .shado_text .shape-4 {
  position: absolute;
  left: -13%;
  top: -10%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .hero_slider .hero_slider_item .content .shado_text .shape-4,
  .header_section_s4 .hero_slider_item .content .shado_text .shape-4 {
    display: none;
  }
}
.hero_slider .hero_slider_item .content .title,
.header_section_s4 .hero_slider_item .content .title {
  margin-bottom: 50px;
  position: relative;
}
.hero_slider .hero_slider_item .content .title h2,
.header_section_s4 .hero_slider_item .content .title h2 {
  font-size: 75px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.205;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .hero_slider .hero_slider_item .content .title h2,
  .header_section_s4 .hero_slider_item .content .title h2 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .hero_slider .hero_slider_item .content .title h2,
  .header_section_s4 .hero_slider_item .content .title h2 {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .hero_slider .hero_slider_item .content .title h2,
  .header_section_s4 .hero_slider_item .content .title h2 {
    font-size: 35px;
  }
}
.hero_slider .hero_slider_item .content .title h2 span,
.header_section_s4 .hero_slider_item .content .title h2 span {
  color: #ffad0e;
}
.hero_slider .hero_slider_item .content .title .line-shape,
.header_section_s4 .hero_slider_item .content .title .line-shape {
  position: absolute;
  right: 140px;
  bottom: -20px;
}
@media (max-width: 575px) {
  .hero_slider .hero_slider_item .content .title .line-shape,
  .header_section_s4 .hero_slider_item .content .title .line-shape {
    right: 80px;
  }
}
.hero_slider .hero_slider_item .content .text,
.header_section_s4 .hero_slider_item .content .text {
  max-width: 640px;
  margin-bottom: 60px;
}
.hero_slider .hero_slider_item .content .text p,
.header_section_s4 .hero_slider_item .content .text p {
  font-size: 19px;
  color: #ffffff;
  line-height: 1.737;
  margin-bottom: 0;
}
.hero_slider .hero_slider_item .content .hero_btn,
.header_section_s4 .hero_slider_item .content .hero_btn {
  display: flex;
  align-items: center;
}
.hero_slider .hero_slider_item .content .hero_btn .btn_primary,
.header_section_s4 .hero_slider_item .content .hero_btn .btn_primary {
  background: #ffffff;
  margin-right: 45px;
}
@media (max-width: 575px) {
  .hero_slider .hero_slider_item .content .hero_btn .btn_primary,
  .header_section_s4 .hero_slider_item .content .hero_btn .btn_primary {
    margin-right: 0;
  }
}
.hero_slider .hero_slider_item .shape-1,
.header_section_s4 .hero_slider_item .shape-1 {
  position: absolute;
  left: 0;
  bottom: 100px;
  z-index: -1;
}
@media (max-width: 575px) {
  .hero_slider .hero_slider_item .shape-1,
  .header_section_s4 .hero_slider_item .shape-1 {
    display: none;
  }
}
.hero_slider .hero_slider_item .shape-2,
.header_section_s4 .hero_slider_item .shape-2 {
  position: absolute;
  left: 10px;
  top: 0;
  z-index: -1;
}
@media (max-width: 1700px) {
  .hero_slider .hero_slider_item .shape-2,
  .header_section_s4 .hero_slider_item .shape-2 {
    display: none;
  }
}
.hero_slider .slick-dots,
.header_section_s4 .slick-dots {
  width: 60px;
  background: #ffffff;
  border-radius: 100px;
  text-align: center;
  bottom: 50px;
  right: 20px;
  padding: 10px 0;
  padding-top: 15px;
}
.hero_slider .slick-dots li,
.header_section_s4 .slick-dots li {
  margin: 0 15px;
  display: block;
}
.hero_slider .slick-dots button,
.header_section_s4 .slick-dots button {
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  color: #ffffff;
  border: none;
  border-radius: 100%;
  background-color: #df5311;
}
.hero_slider .slick-dots li.slick-active button,
.header_section_s4 .slick-dots li.slick-active button {
  background-color: #138999;
}
.hero_slider .slick-dots li,
.header_section_s4 .slick-dots li {
  font-size: 16px;
  font-weight: 700;
  display: block;
  height: 40px;
  cursor: pointer;
  color: #fff;
}
.hero_slider .slick-dots button,
.header_section_s4 .slick-dots button {
  font-size: 16px;
  font-weight: 700;
  display: block;
  padding: 5px;
  cursor: pointer;
  color: #fff;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.video_btn {
  display: flex;
  align-items: center;
  justify-content: left;
}
@media (max-width: 575px) {
  .video_btn {
    display: none;
  }
}
.video_btn .popup-youtube {
  width: 50px;
  height: 50px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  position: relative;
}
.video_btn .popup-youtube::before {
  position: absolute;
  width: 110%;
  height: 110%;
  content: "";
  left: -3px;
  top: -3px;
  border-radius: 100px;
  background: #ffffff;
  opacity: 0;
  animation: moveani 5s ease-in-out infinite;
  z-index: -1;
}
.video_btn .popup-youtube::after {
  position: absolute;
  width: 110%;
  height: 110%;
  content: "";
  left: -3px;
  top: -3px;
  border-radius: 100px;
  background: #ffffff;
  opacity: 0;
  animation: moveani 3s ease-in-out infinite;
  z-index: -1;
}
.video_btn .popup-youtube .video_icon {
  width: 16px;
  height: 20px;
  background: #138999;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.video_btn span {
  font-size: 20px;
  color: rgb(255, 255, 255);
  line-height: 2.6;
  margin-left: 20px;
}

@keyframes moveani {
  1% {
    transform: scale(0);
    opacity: 0.4;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
/* static_hero */
.static_hero {
  position: relative;
  z-index: 1;
  height: 925px;
  background: url(../images/slider/slide-4.jpg) center/cover no-repeat;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .static_hero {
    height: 800px;
  }
}
@media (max-width: 767px) {
  .static_hero {
    display: block;
    height: 100%;
  }
}
.static_hero .content {
  max-width: 750px;
  margin-left: 440px;
  margin-top: 150px;
}
@media (max-width: 1199px) {
  .static_hero .content {
    margin-left: 0px;
    margin-top: 120px;
  }
}
@media (max-width: 991px) {
  .static_hero .content {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .static_hero .content {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}
.static_hero .content h2 {
  font-size: 85px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.205;
  position: relative;
  padding-top: 40px;
  padding-bottom: 15px;
}
@media (max-width: 1650px) {
  .static_hero .content h2 {
    font-size: 70px;
  }
}
@media (max-width: 991px) {
  .static_hero .content h2 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .static_hero .content h2 {
    font-size: 40px;
    padding-top: 0px;
  }
}
@media (max-width: 575px) {
  .static_hero .content h2 {
    font-size: 35px;
  }
}
.static_hero .content h2::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
  height: 6px;
  content: "";
  background: #df5311;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .static_hero .content h2::after {
    display: none;
  }
}
.static_hero .content h2::before {
  position: absolute;
  left: 8%;
  top: 0;
  transform: translateX(-50%);
  width: 50px;
  height: 6px;
  content: "";
  background: #138999;
  border-radius: 10px;
  z-index: 1;
}
@media (max-width: 767px) {
  .static_hero .content h2::before {
    display: none;
  }
}
.static_hero .content p {
  font-size: 19px;
  color: #ffffff;
  max-width: 650px;
}
@media (max-width: 767px) {
  .static_hero .content p {
    font-size: 15px;
  }
}
.static_hero .content .hero_btn {
  margin-top: 50px;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .static_hero .content .hero_btn {
    display: block;
  }
}
.static_hero .content .hero_btn .btn-1 .btn_primary {
  background: #138999;
  color: #ffffff;
  border: 1px solid #138999;
}
.static_hero .content .hero_btn .btn-1 .btn_primary:hover {
  background: transparent;
  border: 1px solid #df5311;
}
.static_hero .content .hero_btn .btn-2 {
  margin-left: 35px;
}
@media (max-width: 575px) {
  .static_hero .content .hero_btn .btn-2 {
    margin-left: 0px;
    margin-top: 20px;
  }
}
.static_hero .content .hero_btn .btn-2 .btn_primary {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.static_hero .content .hero_btn .btn-2 .btn_primary:hover {
  border: 1px solid #df5311;
}
.static_hero .image {
  max-width: 610px;
  position: absolute;
  left: 80px;
  top: 280px;
}
@media (max-width: 1799px) {
  .static_hero .image {
    left: 0px;
  }
}
@media (max-width: 1650px) {
  .static_hero .image {
    max-width: 500px;
  }
}
@media (max-width: 1399px) {
  .static_hero .image {
    max-width: 450px;
    top: 300px;
  }
}
@media (max-width: 1199px) {
  .static_hero .image {
    display: none;
  }
}
.static_hero .image-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 180px;
  max-height: 150px;
}
@media (max-width: 767px) {
  .static_hero .image-2 {
    display: none;
  }
}
.static_hero .shape-1 {
  position: absolute;
  left: 20px;
  top: 150px;
  z-index: -1;
}
@media (max-width: 991px) {
  .static_hero .shape-1 {
    display: none;
  }
}
.static_hero .shape-2 {
  position: absolute;
  left: 400px;
  bottom: 20px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .static_hero .shape-2 {
    left: 200px;
  }
}
@media (max-width: 991px) {
  .static_hero .shape-2 {
    left: 100px;
  }
}
@media (max-width: 767px) {
  .static_hero .shape-2 {
    display: none;
  }
}
.static_hero .shape-3 {
  position: absolute;
  left: 100px;
  bottom: -50px;
  z-index: -1;
}
@media (max-width: 1399px) {
  .static_hero .shape-3 {
    display: none;
  }
}
.static_hero .shape-4 {
  position: absolute;
  right: 30px;
  top: 180px;
  z-index: -1;
}
@media (max-width: 991px) {
  .static_hero .shape-4 {
    display: none;
  }
}
.static_hero .shape-5 {
  position: absolute;
  right: 210px;
  bottom: 140px;
  z-index: -1;
}
@media (max-width: 991px) {
  .static_hero .shape-5 {
    display: none;
  }
}

/* header_section_s3 */
.header_section_s3 {
  position: relative;
  padding: 0 140px;
  z-index: 11;
}
@media (max-width: 1399px) {
  .header_section_s3 {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .header_section_s3 {
    padding: 0;
  }
}
.header_section_s3::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 600px;
  content: "";
  background: #212d2b;
}
@media (max-width: 991px) {
  .header_section_s3::before {
    width: 100%;
    height: 100%;
  }
}
.header_section_s3 .header_wrap {
  background: url(../images/slider/slider-4.jpg) center/cover no-repeat;
  height: 835px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0;
}
@media (max-width: 991px) {
  .header_section_s3 .header_wrap {
    height: 735px;
  }
}
@media (max-width: 767px) {
  .header_section_s3 .header_wrap {
    height: 635px;
  }
}
@media (max-width: 575px) {
  .header_section_s3 .header_wrap {
    height: 535px;
  }
}
.header_section_s3 .header_wrap::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgb(19, 137, 153) 0%, rgb(28, 31, 30) 100%);
  opacity: 0.8;
  z-index: -1;
}
.header_section_s3 .content {
  max-width: 840px;
  text-align: center;
}
.header_section_s3 .content .title {
  margin-bottom: 50px;
  position: relative;
}
.header_section_s3 .content .title h2 {
  font-size: 75px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.205;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .header_section_s3 .content .title h2 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .header_section_s3 .content .title h2 {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .header_section_s3 .content .title h2 {
    font-size: 35px;
  }
}
.header_section_s3 .content .title .line-shape {
  position: absolute;
  right: 140px;
  bottom: -20px;
}
@media (max-width: 575px) {
  .header_section_s3 .content .title .line-shape {
    right: 80px;
  }
}
.header_section_s3 .content .text {
  max-width: 640px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.header_section_s3 .content .text p {
  font-size: 19px;
  color: #ffffff;
  line-height: 1.737;
  margin-bottom: 0;
}
.header_section_s3 .content .hero_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_section_s3 .content .hero_btn .btn_primary {
  background: #ffffff;
  margin-right: 45px;
}
@media (max-width: 575px) {
  .header_section_s3 .content .hero_btn .btn_primary {
    margin-right: 0;
  }
}
.header_section_s3 .shape {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 575px) {
  .header_section_s3 .shape {
    display: none;
  }
}
.header_section_s3 .shape_line {
  position: absolute;
  right: 80px;
  bottom: 80px;
  width: 220px;
  height: 220px;
}
@media (max-width: 767px) {
  .header_section_s3 .shape_line {
    display: none;
  }
}
.header_section_s3 .shape_line::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 18px;
  height: 220px;
  content: "";
  background: #ffffff;
}
.header_section_s3 .shape_line::before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 220px;
  height: 18px;
  content: "";
  background: #ffffff;
}

/* header_section_s4 */
.header_section_s4 .hero_slider_item {
  z-index: 11;
}
@media (max-width: 575px) {
  .header_section_s4 .hero_slider_item {
    height: 500px;
  }
}
.header_section_s4 .hero_slider_item .content {
  max-width: 740px;
}
@media (max-width: 1199px) {
  .header_section_s4 .hero_slider_item .content {
    max-width: 640px;
  }
}
.header_section_s4 .hero_slider_item .content .title {
  margin-bottom: 10px;
}
.header_section_s4 .hero_slider_item .content .title h2 {
  color: #144047;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .header_section_s4 .hero_slider_item .content .title h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .header_section_s4 .hero_slider_item .content .title h2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .header_section_s4 .hero_slider_item .content .title h2 {
    font-size: 30px;
  }
}
.header_section_s4 .hero_slider_item .content .line-shape {
  left: 0;
  top: -30px;
  bottom: auto;
}
@media (max-width: 767px) {
  .header_section_s4 .hero_slider_item .content .line-shape {
    left: auto;
    right: 0;
  }
}
@media (max-width: 575px) {
  .header_section_s4 .hero_slider_item .content .line-shape {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header_section_s4 .hero_slider_item .content .text {
    max-width: 500px;
  }
}
@media (max-width: 575px) {
  .header_section_s4 .hero_slider_item .content .text {
    margin-bottom: 30px;
  }
}
.header_section_s4 .hero_slider_item .content .text p {
  color: #636363;
}
.header_section_s4 .hero_slider_item .content .hero_btn .btn_primary {
  background: #df5311;
  color: #ffffff;
}
.header_section_s4 .hero_slider_item .content .video_btn span {
  color: #144047;
}
.header_section_s4 .hero_slider_item .content .popup-youtube {
  z-index: 111;
  color: #ffffff;
  background: #ffffff;
}
.header_section_s4 .hero_slider_item .content .popup-youtube::before {
  background: #c5dadc;
}
.header_section_s4 .hero_slider_item .content .popup-youtube::after {
  background: #c5dadc;
}
.header_section_s4 .hero_slider_item .shape-1 {
  position: absolute;
  left: auto;
  right: 100px;
  bottom: 100px;
  z-index: -1;
}
@media (max-width: 1399px) {
  .header_section_s4 .hero_slider_item .shape-1 {
    right: 0;
  }
}
@media (max-width: 1199px) {
  .header_section_s4 .hero_slider_item .shape-1 {
    right: -150px;
  }
}
@media (max-width: 991px) {
  .header_section_s4 .hero_slider_item .shape-1 {
    display: none;
  }
}
.header_section_s4 .hero_slider_item .image_s4 {
  z-index: -1;
  position: absolute;
  left: auto;
  right: 260px;
  bottom: 0px;
  width: auto;
  height: auto;
}
@media (max-width: 1399px) {
  .header_section_s4 .hero_slider_item .image_s4 {
    right: 100px;
  }
}
@media (max-width: 1199px) {
  .header_section_s4 .hero_slider_item .image_s4 {
    right: 0;
  }
}
@media (max-width: 991px) {
  .header_section_s4 .hero_slider_item .image_s4 {
    display: none;
  }
}
.header_section_s4 .hero_slider_item .image::before {
  background: transparent;
}
.header_section_s4 .tab_content {
  position: absolute;
  bottom: -65px;
  left: 15%;
}
@media (max-width: 991px) {
  .header_section_s4 .tab_content {
    bottom: 65px;
  }
}
@media (max-width: 767px) {
  .header_section_s4 .tab_content {
    display: none;
  }
}
.header_section_s4 .tab_content .item {
  background: #f9f9f9;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  outline: 1px dotted #df5311;
  outline-offset: -8px;
}
@media (max-width: 1199px) {
  .header_section_s4 .tab_content .item {
    padding-left: 10px;
  }
}
@media (max-width: 991px) {
  .header_section_s4 .tab_content .item {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .header_section_s4 .tab_content .item {
    display: block;
    padding: 20px 10px;
  }
}
.header_section_s4 .tab_content .item .content {
  width: calc(100% - 160px);
  display: flex;
}
@media (max-width: 575px) {
  .header_section_s4 .tab_content .item .content {
    width: 100%;
    margin-bottom: 20px;
    display: block;
  }
}
.header_section_s4 .tab_content .item .content .icon {
  width: 70px;
  height: 70px;
  background: #df5311;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 1px dotted #ffffff;
  outline-offset: -4px;
  transition: all 0.7s ease-in-out;
}
.header_section_s4 .tab_content .item .content .text {
  width: calc(100% - 70px);
  padding-left: 30px;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .header_section_s4 .tab_content .item .content .text {
    padding-left: 0;
    padding-top: 20px;
  }
}
@media (max-width: 1199px) {
  .header_section_s4 .tab_content .item .content .text {
    padding-left: 10px;
  }
}
.header_section_s4 .tab_content .item .content .text h2 {
  font-size: 22px;
  color: rgb(20, 64, 71);
  font-weight: 700;
}
@media (max-width: 1199px) {
  .header_section_s4 .tab_content .item .content .text h2 {
    font-size: 19px;
  }
}
.header_section_s4 .tab_content .item .content .text ul li {
  font-size: 17px;
  color: rgb(99, 99, 99);
}
@media (max-width: 1199px) {
  .header_section_s4 .tab_content .item .content .text ul li {
    font-size: 15px;
  }
}
.header_section_s4 .tab_content .item .image11 {
  margin: 5px;
}
@media (max-width: 575px) {
  .header_section_s4 .tab_content .item .image11 {
    margin: 0;
  }
}
.header_section_s4 .tab_content .item .image11 img {
  width: 160px;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .header_section_s4 .tab_content .item .image11 img {
    width: 300px;
  }
}

/* 4. footer_section */
.footer_section,
.footer_section_s2,
.footer_section_s3 {
  position: relative;
  z-index: 1;
  background: url(../images/footer/footer-bg.jpg);
  background-size: cover;
  background-position: center;
}
.footer_section::before,
.footer_section_s2::before,
.footer_section_s3::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(33, 105, 116, 0.94);
  z-index: -1;
}
.footer_section .footer_top,
.footer_section_s2 .footer_top,
.footer_section_s3 .footer_top {
  padding: 90px 0;
}
@media (max-width: 991px) {
  .footer_section .footer_top,
  .footer_section_s2 .footer_top,
  .footer_section_s3 .footer_top {
    padding: 90px 0 30px;
  }
}
.footer_section .widget_column,
.footer_section_s2 .widget_column,
.footer_section_s3 .widget_column {
  position: relative;
  display: block;
}
.footer_section .widget_column h2,
.footer_section_s2 .widget_column h2,
.footer_section_s3 .widget_column h2 {
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 35px;
}
@media (max-width: 1399px) {
  .footer_section .widget_column h2,
  .footer_section_s2 .widget_column h2,
  .footer_section_s3 .widget_column h2 {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .footer_section .widget_column h2,
  .footer_section_s2 .widget_column h2,
  .footer_section_s3 .widget_column h2 {
    font-size: 20px;
  }
}
.footer_section .widget_column p,
.footer_section_s2 .widget_column p,
.footer_section_s3 .widget_column p {
  color: #ffffff;
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .footer_section .widget_column p,
  .footer_section_s2 .widget_column p,
  .footer_section_s3 .widget_column p {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .footer_section .widget_about,
  .footer_section_s2 .widget_about,
  .footer_section_s3 .widget_about {
    margin-bottom: 50px;
  }
}
.footer_section .widget_about .footer_logo,
.footer_section_s2 .widget_about .footer_logo,
.footer_section_s3 .widget_about .footer_logo {
  margin-bottom: 20px;
}
.footer_section .social_widget, .footer_section .social_widget_s2,
.footer_section_s2 .social_widget,
.footer_section_s2 .social_widget_s2,
.footer_section_s3 .social_widget,
.footer_section_s3 .social_widget_s2 {
  list-style: none;
  margin-top: 10px;
}
.footer_section .social_widget li, .footer_section .social_widget_s2 li,
.footer_section_s2 .social_widget li,
.footer_section_s2 .social_widget_s2 li,
.footer_section_s3 .social_widget li,
.footer_section_s3 .social_widget_s2 li {
  margin-right: 10px;
  display: inline;
}
.footer_section .social_widget li a, .footer_section .social_widget_s2 li a,
.footer_section_s2 .social_widget li a,
.footer_section_s2 .social_widget_s2 li a,
.footer_section_s3 .social_widget li a,
.footer_section_s3 .social_widget_s2 li a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  background: transparent;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #ffffff;
}
.footer_section .social_widget li a i, .footer_section .social_widget_s2 li a i,
.footer_section_s2 .social_widget li a i,
.footer_section_s2 .social_widget_s2 li a i,
.footer_section_s3 .social_widget li a i,
.footer_section_s3 .social_widget_s2 li a i {
  line-height: 40px;
  font-size: 15px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.footer_section .social_widget li a:hover, .footer_section .social_widget_s2 li a:hover,
.footer_section_s2 .social_widget li a:hover,
.footer_section_s2 .social_widget_s2 li a:hover,
.footer_section_s3 .social_widget li a:hover,
.footer_section_s3 .social_widget_s2 li a:hover {
  background: #df5311;
  border: 1px solid transparent;
}
.footer_section .social_widget li a:hover i, .footer_section .social_widget_s2 li a:hover i,
.footer_section_s2 .social_widget li a:hover i,
.footer_section_s2 .social_widget_s2 li a:hover i,
.footer_section_s3 .social_widget li a:hover i,
.footer_section_s3 .social_widget_s2 li a:hover i {
  color: #ffffff;
}
.footer_section .widget_link,
.footer_section_s2 .widget_link,
.footer_section_s3 .widget_link {
  max-width: 205px;
  margin-left: 30px;
}
@media (max-width: 991px) {
  .footer_section .widget_link,
  .footer_section_s2 .widget_link,
  .footer_section_s3 .widget_link {
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 50px;
  }
}
.footer_section .widget_link ul,
.footer_section_s2 .widget_link ul,
.footer_section_s3 .widget_link ul {
  list-style: none;
}
.footer_section .widget_link ul li,
.footer_section_s2 .widget_link ul li,
.footer_section_s3 .widget_link ul li {
  display: block;
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative;
  color: #ffffff;
}
@media (max-width: 991px) {
  .footer_section .widget_link ul li,
  .footer_section_s2 .widget_link ul li,
  .footer_section_s3 .widget_link ul li {
    line-height: 25px;
    font-size: 15px;
  }
}
.footer_section .widget_link ul li::before,
.footer_section_s2 .widget_link ul li::before,
.footer_section_s3 .widget_link ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "-";
  transition: all 0.3s ease-in-out;
}
.footer_section .widget_link ul li:nth-child(1),
.footer_section_s2 .widget_link ul li:nth-child(1),
.footer_section_s3 .widget_link ul li:nth-child(1) {
  padding-top: 0;
}
.footer_section .widget_link ul li:nth-child(1)::before,
.footer_section_s2 .widget_link ul li:nth-child(1)::before,
.footer_section_s3 .widget_link ul li:nth-child(1)::before {
  top: 0px;
}
.footer_section .widget_link ul li:last-child,
.footer_section_s2 .widget_link ul li:last-child,
.footer_section_s3 .widget_link ul li:last-child {
  padding-bottom: 0;
}
.footer_section .widget_link ul li a,
.footer_section_s2 .widget_link ul li a,
.footer_section_s3 .widget_link ul li a {
  color: #FFF;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}
.footer_section .widget_link ul li:hover::before,
.footer_section_s2 .widget_link ul li:hover::before,
.footer_section_s3 .widget_link ul li:hover::before {
  color: #8139e7;
}
.footer_section .widget_link ul li:hover a,
.footer_section_s2 .widget_link ul li:hover a,
.footer_section_s3 .widget_link ul li:hover a {
  color: #8139e7;
}
.footer_section .widget_insatagram,
.footer_section_s2 .widget_insatagram,
.footer_section_s3 .widget_insatagram {
  margin-left: -20px;
}
@media (max-width: 1399px) {
  .footer_section .widget_insatagram,
  .footer_section_s2 .widget_insatagram,
  .footer_section_s3 .widget_insatagram {
    margin-left: 0px;
  }
}
@media (max-width: 991px) {
  .footer_section .widget_insatagram,
  .footer_section_s2 .widget_insatagram,
  .footer_section_s3 .widget_insatagram {
    margin-bottom: 50px;
  }
}
.footer_section .widget_insatagram ul,
.footer_section_s2 .widget_insatagram ul,
.footer_section_s3 .widget_insatagram ul {
  max-width: 250px;
}
.footer_section .widget_insatagram ul li,
.footer_section_s2 .widget_insatagram ul li,
.footer_section_s3 .widget_insatagram ul li {
  width: 30%;
  display: inline-block;
  margin: 2px;
}
.footer_section .widget_insatagram ul li img,
.footer_section_s2 .widget_insatagram ul li img,
.footer_section_s3 .widget_insatagram ul li img {
  width: 100%;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .footer_section .widget_contact,
  .footer_section_s2 .widget_contact,
  .footer_section_s3 .widget_contact {
    margin-bottom: 50px;
  }
}
.footer_section .widget_contact div,
.footer_section_s2 .widget_contact div,
.footer_section_s3 .widget_contact div {
  margin-bottom: 10px;
}
.footer_section .widget_contact div span,
.footer_section_s2 .widget_contact div span,
.footer_section_s3 .widget_contact div span {
  font-size: 16px;
  color: rgb(255, 255, 255);
  line-height: 1.563;
  display: block;
}
.footer_section .footer_bottom .row,
.footer_section_s2 .footer_bottom .row,
.footer_section_s3 .footer_bottom .row {
  padding: 20px 0;
  border-top: 1px solid #588a91;
}
.footer_section .footer_bottom .row p,
.footer_section_s2 .footer_bottom .row p,
.footer_section_s3 .footer_bottom .row p {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 16.297px;
  color: rgb(255, 255, 255);
  line-height: 1.657;
  text-align: center;
}
.footer_section .shape-1,
.footer_section_s2 .shape-1,
.footer_section_s3 .shape-1 {
  position: absolute;
  right: -50px;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .footer_section .shape-1,
  .footer_section_s2 .shape-1,
  .footer_section_s3 .shape-1 {
    display: none;
  }
}
.footer_section .shape-2,
.footer_section_s2 .shape-2,
.footer_section_s3 .shape-2 {
  position: absolute;
  left: -30px;
  bottom: -50px;
  z-index: -1;
}
@media (max-width: 767px) {
  .footer_section .shape-2,
  .footer_section_s2 .shape-2,
  .footer_section_s3 .shape-2 {
    display: none;
  }
}

.footer_section_s2::before {
  background: linear-gradient(148deg, rgb(32, 65, 66) 0%, rgb(126, 74, 49) 100%);
  opacity: 0.95;
}
.footer_section_s2 .shape-2 {
  position: absolute;
  left: -20px;
  bottom: -50px;
  z-index: -1;
}
@media (max-width: 767px) {
  .footer_section_s2 .shape-2 {
    display: none;
  }
}

.footer_section_s3::before {
  background: #212d2b;
  opacity: 0.9;
}

.sticky_active {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  transition: all 0.7s;
  box-shadow: 0 -5px 15px rgba(8, 106, 216, 0.2901960784);
}

/*3.2 features_section */
.features_section {
  background: url(../images/features/left-shape.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 70px 0 40px;
  margin: 0 175px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
@media (max-width: 1699px) {
  .features_section {
    margin: 0 100px;
  }
}
@media (max-width: 1599px) {
  .features_section {
    margin: 0 80px;
  }
}
@media (max-width: 1499px) {
  .features_section {
    margin: 0 50px;
  }
}
@media (max-width: 1399px) {
  .features_section {
    margin: 0;
  }
}
.features_section .item {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  background: #df5311;
  padding: 30px;
  border-radius: 100px;
  margin-bottom: 30px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .features_section .item {
    display: block;
    text-align: center;
    border-radius: 10px;
  }
}
.features_section .item .icon {
  width: 70px;
  height: 70px;
  background: #ffffff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 1px dotted #df5311;
  outline-offset: -5px;
}
.features_section .item .content {
  width: calc(100% - 70px);
  padding-left: 15px;
  text-align: left;
}
@media (max-width: 991px) {
  .features_section .item .content {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
}
.features_section .item .content h2 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
}
.features_section .item .content span {
  font-size: 17px;
  color: #ffffff;
}
.features_section .item .shape {
  position: absolute;
  right: -10px;
  bottom: -10px;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.features_section .item .shape-active {
  position: absolute;
  right: -10px;
  bottom: -10px;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.features_section .item:hover .shape {
  opacity: 0;
  visibility: hidden;
}
.features_section .item:hover .shape-active {
  opacity: 1;
  visibility: visible;
}
.features_section .col:nth-child(2) .item {
  background: #138999;
}
.features_section .col:nth-child(2) .item .icon {
  outline: 1px dotted #138999;
}
.features_section .col:last-child .item {
  background: #8139e7;
}
.features_section .col:last-child .item .icon {
  outline: 1px dotted #8139e7;
}

/*3.3 about_section */
.about_section,
.about_section_s4 {
  position: relative;
  padding: 110px 0;
}
@media (max-width: 991px) {
  .about_section,
  .about_section_s4 {
    padding: 90px 0;
  }
}
.about_section .image,
.about_section_s4 .image {
  position: relative;
}
.about_section .image .about_img-1,
.about_section_s4 .image .about_img-1 {
  max-width: 185px;
  max-height: 675px;
}
@media (max-width: 767px) {
  .about_section .image .about_img-1,
  .about_section_s4 .image .about_img-1 {
    display: none;
  }
}
.about_section .image .about_img-2,
.about_section_s4 .image .about_img-2 {
  position: absolute;
  top: 50%;
  left: 50px;
  max-width: 479px;
  max-height: 575px;
  z-index: 1;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .about_section .image .about_img-2,
  .about_section_s4 .image .about_img-2 {
    position: unset;
    transform: unset;
    max-width: 100%;
    max-height: 100%;
  }
}
.about_section .image .about_img-2 img,
.about_section_s4 .image .about_img-2 img {
  width: 100%;
  border: 5px solid #ffffff;
}
.about_section .image .about_img-3,
.about_section_s4 .image .about_img-3 {
  position: absolute;
  z-index: 1;
  bottom: 18px;
  right: 135px;
}
@media (max-width: 767px) {
  .about_section .image .about_img-3,
  .about_section_s4 .image .about_img-3 {
    display: none;
  }
}
.about_section .content,
.about_section_s4 .content {
  margin-left: -50px;
  margin-right: 90px;
}
@media (max-width: 1399px) {
  .about_section .content,
  .about_section_s4 .content {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .about_section .content,
  .about_section_s4 .content {
    margin-top: 50px;
  }
}
.about_section .content .top_title,
.about_section_s4 .content .top_title {
  text-align: left;
  margin-bottom: 0;
}
.about_section .content .top_title h2,
.about_section_s4 .content .top_title h2 {
  padding-left: 15px;
}
.about_section .content .top_title h2::before,
.about_section_s4 .content .top_title h2::before {
  left: -5px;
}
.about_section .content .top_title h2::after,
.about_section_s4 .content .top_title h2::after {
  left: -5px;
}
.about_section .content .top_title h3,
.about_section_s4 .content .top_title h3 {
  margin-bottom: 20px;
}
.about_section .content .top_title p,
.about_section_s4 .content .top_title p {
  padding-right: 50px;
  margin-bottom: 20px;
  color: rgb(99, 99, 99);
}
.about_section .content .text_qua,
.about_section_s4 .content .text_qua {
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-width: 490px;
  background-color: rgb(241, 246, 247);
  padding: 10px;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .about_section .content .text_qua,
  .about_section_s4 .content .text_qua {
    display: block;
  }
}
.about_section .content .text_qua::before,
.about_section_s4 .content .text_qua::before {
  position: absolute;
  right: 10px;
  bottom: -10px;
  z-index: -1;
  width: 30px;
  height: 30px;
  content: "";
  background: #8139e7;
  border-radius: 100px;
}
.about_section .content .text_qua .image,
.about_section_s4 .content .text_qua .image {
  border: 1px solid rgb(200, 200, 200);
  width: 96px;
  height: 91px;
  display: inline-block;
}
.about_section .content .text_qua .text,
.about_section_s4 .content .text_qua .text {
  max-width: 340px;
  padding-left: 25px;
  display: flex;
}
@media (max-width: 575px) {
  .about_section .content .text_qua .text,
  .about_section_s4 .content .text_qua .text {
    padding-left: 0;
    margin-top: 15px;
  }
}
.about_section .content .text_qua .text img,
.about_section_s4 .content .text_qua .text img {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
.about_section .content .text_qua .text p,
.about_section_s4 .content .text_qua .text p {
  font-size: 14px;
  color: rgb(99, 99, 99);
  font-style: italic;
  line-height: 1.714;
  margin-bottom: 0;
  width: calc(100% - 20px);
  font-weight: 600;
  padding-right: 20px;
}
.about_section .content ul,
.about_section_s4 .content ul {
  margin-top: 30px;
}
.about_section .content ul li,
.about_section_s4 .content ul li {
  font-size: 17px;
  font-family: "Rubik";
  color: rgb(99, 99, 99);
  line-height: 1.647;
  margin-bottom: 5px;
}
.about_section .content ul li img,
.about_section_s4 .content ul li img {
  margin-right: 10px;
}
.about_section .content ul li span,
.about_section_s4 .content ul li span {
  text-decoration: underline;
  color: #b6b6b6;
  font-weight: 500;
}
.about_section .content .about_btn,
.about_section_s4 .content .about_btn {
  margin-top: 50px;
}
.about_section .shape,
.about_section_s4 .shape {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 1399px) {
  .about_section .shape,
  .about_section_s4 .shape {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .about_section .shape,
  .about_section_s4 .shape {
    display: none;
  }
}

/*3.4 service_section */
.service_section {
  background: url(../images/service/bg-shape.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 70px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .service_section {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .service_section {
    padding-bottom: 50px;
  }
}
.service_section .col:nth-child(2) .service_card .content .icon_text {
  display: flex;
  align-items: center;
}
.service_section .col:nth-child(2) .service_card .content .icon_text .icon {
  background: #138999;
  outline: 1px dotted #138999;
}
.service_section .col:nth-child(2) .service_card .line_shape .shape-1 {
  background: #4ba5b1;
}
.service_section .col:nth-child(2) .service_card .line_shape .shape-2 {
  background: #4ba5b1;
}
.service_section .col:nth-child(2) .service_card .line_shape .shape-3 {
  background: #4ba5b1;
}
.service_section .col:nth-child(2) .service_card:hover {
  background: #138999;
}
.service_section .col:nth-child(2) .service_card:hover .content .icon_text .icon {
  outline: 1px dotted #ffffff;
}
.service_section .col:nth-child(3) .service_card .content .icon_text {
  display: flex;
  align-items: center;
}
.service_section .col:nth-child(3) .service_card .content .icon_text .icon {
  background: #8139e7;
  outline: 1px dotted #8139e7;
}
.service_section .col:nth-child(3) .service_card .line_shape .shape-1 {
  background: #e1d0f9;
}
.service_section .col:nth-child(3) .service_card .line_shape .shape-2 {
  background: #e1d0f9;
}
.service_section .col:nth-child(3) .service_card .line_shape .shape-3 {
  background: #e1d0f9;
}
.service_section .col:nth-child(3) .service_card:hover {
  background: #8139e7;
}
.service_section .col:nth-child(3) .service_card:hover .content .icon_text .icon {
  outline: 1px dotted #ffffff;
}
.service_section .col:nth-child(4) .service_card .content .icon_text {
  display: flex;
  align-items: center;
}
.service_section .col:nth-child(4) .service_card .content .icon_text .icon {
  background: #ffad0e;
  outline: 1px dotted #ffad0e;
}
.service_section .col:nth-child(4) .service_card .line_shape .shape-1 {
  background: #ffebc5;
}
.service_section .col:nth-child(4) .service_card .line_shape .shape-2 {
  background: #ffebc5;
}
.service_section .col:nth-child(4) .service_card .line_shape .shape-3 {
  background: #ffebc5;
}
.service_section .col:nth-child(4) .service_card:hover {
  background: #ffad0e;
}
.service_section .col:nth-child(4) .service_card:hover .content .icon_text .icon {
  outline: 1px dotted #ffffff;
}
.service_section .col:nth-child(5) .service_card .content .icon_text {
  display: flex;
  align-items: center;
}
.service_section .col:nth-child(5) .service_card .content .icon_text .icon {
  background: #2ec48d;
  outline: 1px dotted #2ec48d;
}
.service_section .col:nth-child(5) .service_card .line_shape .shape-1 {
  background: #cdf1e4;
}
.service_section .col:nth-child(5) .service_card .line_shape .shape-2 {
  background: #cdf1e4;
}
.service_section .col:nth-child(5) .service_card .line_shape .shape-3 {
  background: #cdf1e4;
}
.service_section .col:nth-child(5) .service_card:hover {
  background: #2ec48d;
}
.service_section .col:nth-child(5) .service_card:hover .content .icon_text .icon {
  outline: 1px dotted #ffffff;
}
.service_section .col:last-child .service_card .content .icon_text {
  display: flex;
  align-items: center;
}
.service_section .col:last-child .service_card .content .icon_text .icon {
  background: #2e9ecd;
  outline: 1px dotted #2e9ecd;
}
.service_section .col:last-child .service_card .line_shape .shape-1 {
  background: #cde8f3;
}
.service_section .col:last-child .service_card .line_shape .shape-2 {
  background: #cde8f3;
}
.service_section .col:last-child .service_card .line_shape .shape-3 {
  background: #cde8f3;
}
.service_section .col:last-child .service_card:hover {
  background: #2e9ecd;
}
.service_section .col:last-child .service_card:hover .content .icon_text .icon {
  outline: 1px dotted #ffffff;
}
.service_section .shape-01 {
  position: absolute;
  left: 50px;
  top: 50px;
  z-index: -1;
}
@media (max-width: 991px) {
  .service_section .shape-01 {
    display: none;
  }
}
.service_section .shape-02 {
  position: absolute;
  right: 20px;
  top: 40%;
  z-index: -1;
}
.service_section .shape-03 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .service_section .shape-03 {
    display: none;
  }
}

.service_card {
  border-radius: 73px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
  transition: all 0.7s ease-in-out;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .service_card {
    border-radius: 30px;
  }
}
.service_card .image {
  border: 2px solid transparent;
  border-radius: 73px;
  border-bottom-right-radius: 0;
  overflow: hidden;
  margin: 10px;
  transition: all 0.7s ease-in-out;
}
@media (max-width: 991px) {
  .service_card .image {
    border-radius: 30px;
    border-bottom-right-radius: 0;
  }
}
.service_card .image .round {
  overflow: hidden;
}
.service_card .image .round img {
  width: 100%;
  transition: all 0.7s ease-in-out;
  border-radius: 73px;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .service_card .image .round img {
    border-radius: 30px;
    border-bottom-right-radius: 0;
  }
}
.service_card .content {
  padding: 0 40px;
  padding-top: 0px;
  padding-bottom: 40px;
}
@media (max-width: 399px) {
  .service_card .content {
    padding: 0 20px;
    padding-top: 0px;
    padding-bottom: 40px;
  }
}
.service_card .content h2 {
  margin-bottom: 20px;
}
.service_card .content h2 a {
  font-size: 22px;
  color: #144047;
  font-weight: 700;
  transition: all 0.7s ease-in-out;
}
.service_card .content .icon_text {
  display: flex;
  align-items: center;
}
.service_card .content .icon_text .icon {
  width: 65px;
  height: 65px;
  background: #df5311;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 1px dotted #df5311;
  outline-offset: 5px;
  transition: all 0.7s ease-in-out;
}
.service_card .content .icon_text p {
  width: calc(100% - 85px);
  margin-left: 20px;
  font-size: 17px;
  color: #636363;
  margin-bottom: 0;
  transition: all 0.7s ease-in-out;
}
@media (max-width: 399px) {
  .service_card .content .icon_text p {
    font-size: 15px;
  }
}
.service_card .line_shape {
  position: absolute;
  bottom: 4px;
  right: 5px;
  transform: rotate(49deg);
  width: 50px;
  text-align: center;
  transition: all 0.7s ease-in-out;
}
.service_card .line_shape .shape-1 {
  width: 30px;
  text-align: center;
  height: 4px;
  background: #f7d6c6;
  border-radius: 10px;
  margin: 0 auto;
}
.service_card .line_shape .shape-2 {
  width: 50px;
  height: 4px;
  background: #f7d6c6;
  border-radius: 10px;
  margin: 10px 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.service_card .line_shape .shape-3 {
  width: 30px;
  height: 4px;
  background: #f7d6c6;
  border-radius: 10px;
  text-align: center;
  margin: 0 auto;
}
.service_card:hover {
  background: #df5311;
}
.service_card:hover .image {
  border: 2px solid #ffffff;
}
.service_card:hover .image img {
  transform: scale(1.2);
}
.service_card:hover .content h2 a {
  color: #ffffff;
}
.service_card:hover .content .icon_text .icon {
  outline: 1px dotted #ffffff;
}
.service_card:hover .content .icon_text p {
  color: #ffffff;
}

/*3.5 donat_section */
.donat_section {
  padding: 100px 0;
  background: url(../images/donat/bg.jpg) center/cover no-repeat;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 767px) {
  .donat_section {
    padding: 80px 0;
  }
}
.donat_section::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../images/donat/shape-bg.png) center/cover no-repeat;
  z-index: -1;
}
@media (max-width: 991px) {
  .donat_section .left_content {
    max-width: 500px;
  }
}
.donat_section .left_content .top_title {
  text-align: left;
}
.donat_section .left_content .top_title h2 {
  margin-left: 10px;
  color: #ffffff;
}
.donat_section .left_content .top_title h2::after {
  background: #ffffff;
}
.donat_section .left_content .top_title h3 {
  margin-top: 20px;
  color: #ffffff;
}
.donat_section .left_content .top_title p {
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 20px;
}
.donat_section .left_content .btn_primary {
  background: #df5311;
  color: #ffffff;
}
.donat_section .right_content {
  background: #ffffff;
  margin-left: 100px;
}
@media (max-width: 1199px) {
  .donat_section .right_content {
    margin-left: 0px;
  }
}
@media (max-width: 991px) {
  .donat_section .right_content {
    margin-top: 50px;
    max-width: 500px;
  }
}
.donat_section .right_content .top_content {
  padding: 40px;
  width: 410px;
}
@media (max-width: 991px) {
  .donat_section .right_content .top_content {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .donat_section .right_content .top_content {
    padding: 20px;
  }
}
.donat_section .right_content .top_content h2 {
  font-size: 20px;
  color: rgb(20, 64, 71);
  font-weight: 700;
  text-transform: uppercase;
}
.donat_section .right_content .top_content p {
  font-size: 16px;
  color: rgb(99, 99, 99);
  line-height: 1.625;
  margin-bottom: 5px;
}
.donat_section .right_content .top_content .info {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .donat_section .right_content .top_content .info {
    display: block;
  }
}
.donat_section .right_content .top_content .info ul {
  margin-right: 20px;
}
@media (max-width: 575px) {
  .donat_section .right_content .top_content .info ul {
    margin: 0;
  }
}
.donat_section .right_content .top_content .info ul li {
  font-size: 15px;
  color: rgb(99, 99, 99);
  line-height: 2.133;
  margin-top: 30px;
}
.donat_section .right_content .top_content .info ul li img {
  margin-right: 10px;
}
@media (max-width: 575px) {
  .donat_section .right_content .top_content .info ul li {
    margin-top: 10px;
  }
}
.donat_section .right_content .donet_amount {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #dddddd;
  padding: 15px 0;
}
.donat_section .right_content .donet_amount h3 {
  font-size: 20px;
  color: rgb(20, 64, 71);
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0;
  padding-left: 25px;
}
@media (max-width: 575px) {
  .donat_section .right_content .donet_amount h3 {
    font-size: 16px;
  }
}
.donat_section .right_content .donet_amount i {
  font-size: 24px;
  color: rgb(223, 83, 17);
  padding-right: 25px;
}
@media (max-width: 575px) {
  .donat_section .right_content .donet_amount i {
    font-size: 16px;
  }
}

/*3.6 causes_section */
.causes_section,
.causes_section_s2,
.causes_section_s3 {
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .causes_section,
  .causes_section_s2,
  .causes_section_s3 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .causes_section,
  .causes_section_s2,
  .causes_section_s3 {
    padding-bottom: 50px;
  }
}
.causes_section .causes_card,
.causes_section_s2 .causes_card,
.causes_section_s3 .causes_card {
  border: 1px solid #dddddd;
  margin-bottom: 30px;
}
.causes_section .causes_card .imgage,
.causes_section_s2 .causes_card .imgage,
.causes_section_s3 .causes_card .imgage {
  position: relative;
  margin: 10px;
  overflow: hidden;
}
.causes_section .causes_card .imgage span,
.causes_section_s2 .causes_card .imgage span,
.causes_section_s3 .causes_card .imgage span {
  font-size: 17px;
  color: rgb(223, 83, 17);
  line-height: 1.647;
  text-transform: uppercase;
  background: #ffffff;
  padding: 8px 20px;
  border-radius: 100px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}
.causes_section .causes_card .imgage img,
.causes_section_s2 .causes_card .imgage img,
.causes_section_s3 .causes_card .imgage img {
  width: 100%;
  transition: all 1s ease-in-out;
}
.causes_section .causes_card .content,
.causes_section_s2 .causes_card .content,
.causes_section_s3 .causes_card .content {
  padding: 30px;
}
@media (max-width: 1199px) {
  .causes_section .causes_card .content,
  .causes_section_s2 .causes_card .content,
  .causes_section_s3 .causes_card .content {
    padding: 30px 20px;
  }
}
.causes_section .causes_card .content h2 a,
.causes_section_s2 .causes_card .content h2 a,
.causes_section_s3 .causes_card .content h2 a {
  font-size: 22px;
  color: rgb(20, 64, 71);
  font-weight: 700;
}
.causes_section .causes_card .content p,
.causes_section_s2 .causes_card .content p,
.causes_section_s3 .causes_card .content p {
  font-size: 17px;
  color: rgb(99, 99, 99);
  margin-bottom: 0;
}
.causes_section .causes_card .donet_progres,
.causes_section_s2 .causes_card .donet_progres,
.causes_section_s3 .causes_card .donet_progres {
  border-top: 1px solid #dddddd;
  padding-top: 65px;
}
.causes_section .causes_card .donet_progres .progres,
.causes_section_s2 .causes_card .donet_progres .progres,
.causes_section_s3 .causes_card .donet_progres .progres {
  height: 8px;
  background: #e8edee;
  border-radius: 6px;
  margin: 0 30px;
  position: relative;
  margin: 0 20px;
}
.causes_section .causes_card .donet_progres .bar,
.causes_section_s2 .causes_card .donet_progres .bar,
.causes_section_s3 .causes_card .donet_progres .bar {
  height: 100%;
  background: #df5311;
  border-radius: 6px;
}
.causes_section .causes_card .donet_progres .percent,
.causes_section_s2 .causes_card .donet_progres .percent,
.causes_section_s3 .causes_card .donet_progres .percent {
  position: absolute;
  left: 80%;
  top: -50px;
  font-size: 12px;
  color: white;
  width: 40px;
  height: 30px;
  background: #df5311;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  margin-bottom: 0;
}
.causes_section .causes_card .donet_progres .percent::before,
.causes_section_s2 .causes_card .donet_progres .percent::before,
.causes_section_s3 .causes_card .donet_progres .percent::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -10px;
  width: 25px;
  height: 20px;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  background: #df5311;
  transform: translateX(-50%);
  z-index: -1;
}
.causes_section .causes_card .donet_progres .donet_amaunt,
.causes_section_s2 .causes_card .donet_progres .donet_amaunt,
.causes_section_s3 .causes_card .donet_progres .donet_amaunt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 30px 20px;
}
@media (max-width: 1199px) {
  .causes_section .causes_card .donet_progres .donet_amaunt,
  .causes_section_s2 .causes_card .donet_progres .donet_amaunt,
  .causes_section_s3 .causes_card .donet_progres .donet_amaunt {
    margin: 10px 20px 20px;
  }
}
.causes_section .causes_card .donet_progres .donet_amaunt span,
.causes_section_s2 .causes_card .donet_progres .donet_amaunt span,
.causes_section_s3 .causes_card .donet_progres .donet_amaunt span {
  font-size: 17px;
  color: rgb(20, 64, 71);
  font-weight: 700;
  line-height: 1.471;
}
@media (max-width: 1199px) {
  .causes_section .causes_card .donet_progres .donet_amaunt span,
  .causes_section_s2 .causes_card .donet_progres .donet_amaunt span,
  .causes_section_s3 .causes_card .donet_progres .donet_amaunt span {
    font-size: 14px;
  }
}
.causes_section .causes_card:hover .imgage img,
.causes_section_s2 .causes_card:hover .imgage img,
.causes_section_s3 .causes_card:hover .imgage img {
  transform: scale(1.2);
}
.causes_section .col:nth-child(2) .causes_card .imgage span,
.causes_section_s2 .col:nth-child(2) .causes_card .imgage span,
.causes_section_s3 .col:nth-child(2) .causes_card .imgage span {
  color: #138999;
}
.causes_section .col:nth-child(2) .causes_card .donet_progres .bar,
.causes_section_s2 .col:nth-child(2) .causes_card .donet_progres .bar,
.causes_section_s3 .col:nth-child(2) .causes_card .donet_progres .bar {
  background: #138999;
}
.causes_section .col:nth-child(2) .causes_card .donet_progres .percent,
.causes_section_s2 .col:nth-child(2) .causes_card .donet_progres .percent,
.causes_section_s3 .col:nth-child(2) .causes_card .donet_progres .percent {
  background: #138999;
}
.causes_section .col:nth-child(2) .causes_card .donet_progres .percent::before,
.causes_section_s2 .col:nth-child(2) .causes_card .donet_progres .percent::before,
.causes_section_s3 .col:nth-child(2) .causes_card .donet_progres .percent::before {
  background: #138999;
}
.causes_section .col:nth-child(3) .causes_card .imgage span,
.causes_section_s2 .col:nth-child(3) .causes_card .imgage span,
.causes_section_s3 .col:nth-child(3) .causes_card .imgage span {
  color: #8139e7;
}
.causes_section .col:nth-child(3) .causes_card .donet_progres .bar,
.causes_section_s2 .col:nth-child(3) .causes_card .donet_progres .bar,
.causes_section_s3 .col:nth-child(3) .causes_card .donet_progres .bar {
  background: #8139e7;
}
.causes_section .col:nth-child(3) .causes_card .donet_progres .percent,
.causes_section_s2 .col:nth-child(3) .causes_card .donet_progres .percent,
.causes_section_s3 .col:nth-child(3) .causes_card .donet_progres .percent {
  background: #8139e7;
}
.causes_section .col:nth-child(3) .causes_card .donet_progres .percent::before,
.causes_section_s2 .col:nth-child(3) .causes_card .donet_progres .percent::before,
.causes_section_s3 .col:nth-child(3) .causes_card .donet_progres .percent::before {
  background: #8139e7;
}

/*3.7 testimonil_section */
.testimonil_section {
  padding-top: 0;
}
.testimonil_section .testimonil_wrap {
  padding: 50px 100px;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  display: flex;
  align-items: center;
  background: #f1f6f7;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .testimonil_section .testimonil_wrap {
    padding: 50px 50px;
  }
}
@media (max-width: 991px) {
  .testimonil_section .testimonil_wrap {
    display: block;
  }
}
@media (max-width: 575px) {
  .testimonil_section .testimonil_wrap {
    padding: 30px 20px;
  }
}
.testimonil_section .testimonil_wrap .left_img {
  max-width: 390px;
  max-height: 390px;
  border-radius: 1000px;
  border: 5px solid #ffffff;
}
@media (max-width: 991px) {
  .testimonil_section .testimonil_wrap .left_img {
    max-width: 250px;
    max-height: 250px;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .testimonil_section .testimonil_wrap .left_img {
    max-width: 200px;
    max-height: 200px;
  }
}
.testimonil_section .testimonil_wrap .left_img img {
  width: 100%;
  height: 100%;
  border-radius: 1000px;
}
.testimonil_section .testimonil_wrap .content {
  max-width: 440px;
  margin-left: 130px;
}
@media (max-width: 991px) {
  .testimonil_section .testimonil_wrap .content {
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
  }
}
.testimonil_section .testimonil_wrap .content h2 {
  font-size: 22px;
  color: rgb(20, 64, 71);
  font-weight: 700;
  margin-bottom: 20px;
}
.testimonil_section .testimonil_wrap .content h4 {
  font-size: 17px;
  font-family: "Rubik", sans-serif;
  color: rgb(99, 99, 99);
  font-style: italic;
  margin-bottom: 25px;
  line-height: 30px;
}
.testimonil_section .testimonil_wrap .content .image {
  margin-bottom: 20px;
}
.testimonil_section .testimonil_wrap .content .image span {
  font-size: 17px;
  color: rgb(129, 57, 231);
  margin-left: 10px;
}
.testimonil_section .testimonil_wrap .content h3 {
  font-size: 22px;
  color: rgb(20, 64, 71);
  font-weight: 700;
  margin-bottom: 10px;
}
.testimonil_section .testimonil_wrap .content span {
  font-size: 17px;
  color: rgb(99, 99, 99);
}
.testimonil_section .testimonil_wrap .shape-1 {
  position: absolute;
  bottom: -210px;
  right: -16%;
  z-index: -1;
}
.testimonil_section .testimonil_wrap .shape-2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .testimonil_section .testimonil_wrap .shape-2 {
    display: none;
  }
}

/*3.8 project_section */
.project_section {
  position: relative;
  z-index: 1;
  padding-top: 100px;
}
.project_section .bg-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 480px;
  z-index: -1;
  overflow: hidden;
}
.project_section .bg-image img {
  width: 100%;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
}
.project_section .bg-image::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/project/shape.png) center/cover no-repeat;
  content: "";
  z-index: 1;
}
.project_section .top_title {
  text-align: left;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .project_section .top_title {
    text-align: center;
  }
}
.project_section .top_title h2 {
  color: #ffffff;
}
.project_section .top_title h2::before {
  background: #ffffff;
}
.project_section .top_title h2::after {
  background: #df5311;
}
.project_section .top_title h3 {
  color: #ffffff;
}
.project_section .top_title P {
  font-size: 17px;
  color: rgb(255, 255, 255);
  margin-bottom: 0;
  padding-right: 100px;
}
@media (max-width: 1199px) {
  .project_section .top_title P {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .project_section.s2 {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .project_section.s2 {
    padding: 80px 0;
  }
}
.project_section.s2 .top_title {
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .project_section.s2 .top_title {
    text-align: center;
  }
}
.project_section.s2 .top_title h2 {
  color: #138999;
}
.project_section.s2 .top_title h2::before {
  background: #144047;
}
.project_section.s2 .top_title h2::after {
  background: #df5311;
}
.project_section.s2 .top_title h3 {
  color: #144047;
}

.project_content {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .project_content {
    margin-top: 30px;
  }
}

.project_item {
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .project_item {
    margin-top: 30px;
  }
}
.project_item .image img {
  width: 100%;
}
.project_item .project_overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 92%;
  content: "";
  background: rgba(19, 137, 153, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  outline: 4px solid #ffffff;
  outline-offset: -20px;
}
.project_item .project_overlay a {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 45%;
  top: 45%;
  transform: translate(-50%, -50%);
  transform: rotate(50deg);
  z-index: 1;
}
@media (max-width: 767px) {
  .project_item .project_overlay a {
    left: 42%;
    top: 42%;
  }
}
.project_item .project_overlay a img {
  transform: rotate(-50deg);
}
.project_item:hover .project_overlay {
  opacity: 1;
  visibility: visible;
}

/*3.9 process_section */
.process_wrap {
  position: relative;
}
.process_wrap .shape {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 61%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.process_wrap .shape img {
  width: 100%;
}
@media (max-width: 991px) {
  .process_wrap .shape {
    display: none;
  }
}
.process_wrap .col:nth-child(2) .process_item {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .process_wrap .col:nth-child(2) .process_item {
    margin-top: 0px;
  }
}
.process_wrap .col:nth-child(2) .process_item .icon {
  outline: 1px dotted #138999;
}
.process_wrap .col:nth-child(2) .process_item:hover .icon {
  background: #138999;
  outline: 1px dotted #ffffff;
}
.process_wrap .col:nth-child(3) .process_item .icon {
  outline: 1px dotted #8139e7;
}
.process_wrap .col:nth-child(3) .process_item:hover .icon {
  background: #8139e7;
  outline: 1px dotted #ffffff;
}
.process_wrap .process_item {
  text-align: center;
}
@media (max-width: 991px) {
  .process_wrap .process_item {
    margin-bottom: 30px;
  }
}
.process_wrap .process_item .icon {
  width: 120px;
  height: 120px;
  background: #f1f6f7;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 1px dotted #df5311;
  outline-offset: -10px;
  position: relative;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}
.process_wrap .process_item .icon-1 {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}
.process_wrap .process_item .icon-2 {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.process_wrap .process_item .content {
  margin: 0 50px;
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .process_wrap .process_item .content {
    margin: 0;
    padding-top: 30px;
  }
}
.process_wrap .process_item .content h2 {
  font-size: 22px;
  font-family: "Inter";
  color: rgb(20, 64, 71);
  font-weight: 700;
  margin-bottom: 20px;
}
.process_wrap .process_item .content p {
  font-size: 17px;
  color: rgb(99, 99, 99);
  line-height: 1.647;
  margin-bottom: 0;
}
.process_wrap .process_item:hover .icon {
  background: #df5311;
  outline: 1px dotted #ffffff;
}
.process_wrap .process_item:hover .icon-1 {
  opacity: 0;
  visibility: hidden;
}
.process_wrap .process_item:hover .icon-2 {
  opacity: 1;
  visibility: visible;
}
.process_wrap .process_btn {
  margin: 0 auto;
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .process_wrap .process_btn {
    margin-top: 0;
  }
}

/*3.10 contact_section */
.contact_section {
  padding: 110px 40px 235px;
  position: relative;
  background: url(../images/contact/bg.png);
}
@media (max-width: 1199px) {
  .contact_section {
    padding: 110px 0;
  }
}
@media (max-width: 991px) {
  .contact_section {
    padding: 90px 0;
  }
}
.contact_section::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgb(33, 105, 116);
  opacity: 0.9;
  z-index: -1;
}
.contact_section .left_image {
  border: 7px solid rgb(255, 255, 255);
  border-radius: 15px;
  max-height: 703px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .contact_section .left_image {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .contact_section .left_image {
    max-height: 100%;
  }
}
.contact_section .left_image img {
  width: 100%;
  border-radius: 10px;
  height: 703px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .contact_section .left_image img {
    height: 100%;
  }
}
.contact_section .contact_from {
  border-radius: 15px;
  background-color: #ffffff;
  padding: 55px 70px;
}
@media (max-width: 1199px) {
  .contact_section .contact_from {
    margin-bottom: 30px;
  }
}
@media (max-width: 1399px) {
  .contact_section .contact_from {
    padding: 55px 20px;
  }
}
.contact_section .contact_from .title {
  text-align: center;
  margin-bottom: 10px;
}
.contact_section .contact_from .title h2 {
  font-size: 30px;
  color: rgb(20, 64, 71);
  font-weight: 700;
}
.contact_section .contact_from .title span {
  font-size: 17px;
  color: rgb(99, 99, 99);
  line-height: 1.647;
}
.contact_section .contact_from .from_wrap div {
  margin-top: 30px;
}
.contact_section .contact_from .from_wrap .form-control {
  width: 100%;
  font-size: 16px;
  color: rgb(99, 99, 99);
  line-height: 2.5;
  padding-left: 18px;
  border-color: 1px solid rgb(221, 221, 221);
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.contact_section .contact_from .from_wrap .form-control:focus {
  color: #212529;
  border-color: 1px solid #df5311;
  outline: 0;
  box-shadow: 0 0 0 0.25rem transparent;
}
.contact_section .contact_from .from_wrap .btn_primary {
  width: 100%;
  background: #df5311;
  border-radius: 25px;
  color: #ffffff;
  padding: 10px 0;
  margin-top: 20px;
}
.contact_section .contact_from .from_wrap .btn_primary::before {
  display: none;
}
.contact_section .map_right .map {
  height: 703px;
}
@media (max-width: 767px) {
  .contact_section .map_right .map {
    height: 400px;
  }
}
.contact_section .map_right .map iframe {
  border-radius: 15px;
  height: 100%;
  max-height: 703px;
}

/* contact_info_section */
.contact_info_section {
  position: relative;
  z-index: 1;
  margin-top: -130px;
  padding: 60px 0;
}
.contact_info_section.s2 {
  margin: 0;
  padding: 0;
}
.contact_info_section.s2::before {
  display: none;
}
@media (max-width: 1199px) {
  .contact_info_section {
    margin-top: 0;
    padding: 100px 0 70px;
  }
}
.contact_info_section::before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  width: 1400px;
  height: 260px;
  background: #ffffff;
  border-radius: 1000px;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.contact_info_section .col:nth-child(2) .contact_info_card {
  border: 1px dotted #138999;
}
.contact_info_section .col:nth-child(2) .contact_info_card .icon {
  background-color: #138999;
}
.contact_info_section .col:last-child .contact_info_card {
  border: 1px dotted #8139e7;
}
.contact_info_section .col:last-child .contact_info_card .icon {
  background-color: #8139e7;
}

.contact_info_card {
  padding: 25px 30px;
  border: 1px dotted #df5311;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .contact_info_card {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
}
.contact_info_card .icon {
  border-radius: 50%;
  background-color: rgb(223, 83, 17);
  width: 83px;
  height: 83px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .contact_info_card .icon {
    margin: 0 auto;
  }
}
.contact_info_card .content {
  padding-left: 40px;
}
@media (max-width: 1199px) {
  .contact_info_card .content {
    padding-left: 0;
    margin-top: 20px;
  }
}
.contact_info_card .content h2 {
  font-size: 22px;
  color: rgb(20, 64, 71);
  font-weight: 700;
  line-height: 1.409;
}
.contact_info_card .content span {
  font-size: 17px;
  color: rgb(99, 99, 99);
  line-height: 1.529;
  display: block;
}

/*3.11 blog_section */
.blog_section,
.blog_section_s3 {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .blog_section .s4,
  .blog_section_s3 .s4 {
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .blog_section .s4,
  .blog_section_s3 .s4 {
    padding-bottom: 80px;
  }
}
.blog_section .col:nth-child(2) .blog-card .image span,
.blog_section_s3 .col:nth-child(2) .blog-card .image span {
  color: #138999;
}
.blog_section .col:nth-child(2) .blog-card .comment_reting .reting span,
.blog_section_s3 .col:nth-child(2) .blog-card .comment_reting .reting span {
  color: #138999;
}
.blog_section .col:last-child .blog-card .image span,
.blog_section_s3 .col:last-child .blog-card .image span {
  color: #8139e7;
}
.blog_section .col:last-child .blog-card .comment_reting .reting span,
.blog_section_s3 .col:last-child .blog-card .comment_reting .reting span {
  color: #8139e7;
}
.blog_section .blog_btn,
.blog_section_s3 .blog_btn {
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
}

.blog-card {
  border: 1px solid #dddddd;
  margin-bottom: 30px;
}
.blog-card .image {
  margin: 10px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.blog-card .image::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(18, 137, 153, 0.722);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.blog-card .image img {
  width: 100%;
  transition: all 0.7s ease-in-out;
  transform: scale(1);
}
.blog-card .image .overle {
  position: absolute;
  top: -45%;
  right: -45%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 11;
}
.blog-card .image span {
  background-color: #ffffff;
  position: absolute;
  left: 20px;
  bottom: 20px;
  text-align: center;
  font-size: 17px;
  line-height: 20px;
  color: rgb(223, 83, 17);
  padding: 10px 30px;
  border-radius: 100px;
  text-transform: uppercase;
  z-index: 11;
}
.blog-card .content {
  padding: 20px 30px 30px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .blog-card .content {
    padding: 20px 20px 30px;
  }
}
.blog-card .content span {
  font-size: 16px;
  color: rgb(99, 99, 99);
}
.blog-card .content h2 {
  margin-top: 10px;
}
.blog-card .content h2 a {
  font-size: 22px;
  color: rgb(20, 64, 71);
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .blog-card .content h2 a {
    font-size: 18px;
    line-height: 20px;
  }
}
.blog-card .content h2 a:hover {
  color: #df5311;
}
.blog-card .content p {
  font-size: 17px;
  color: rgb(99, 99, 99);
  margin-bottom: 0;
}
.blog-card .comment_reting {
  border-top: 1px solid #dddddd;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .blog-card .comment_reting {
    padding: 15px 20px;
  }
}
.blog-card .comment_reting .comment span {
  font-size: 17px;
  color: rgb(99, 99, 99);
}
.blog-card .comment_reting .reting {
  display: flex;
  align-items: center;
}
.blog-card .comment_reting .reting ul li {
  display: inline-block;
}
.blog-card .comment_reting .reting span {
  font-size: 17px;
  color: #df5311;
  padding-left: 10px;
}
.blog-card:hover .image::before {
  opacity: 1;
  visibility: visible;
}
.blog-card:hover .image img {
  transform: scale(1.3);
}
.blog-card:hover .image .overle {
  opacity: 1;
  visibility: visible;
}

.blog_section_s5 {
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .blog_section_s5 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .blog_section_s5 {
    padding-bottom: 50px;
  }
}

/*3.12 cta_section */
.cta_section {
  position: relative;
  z-index: 1;
  background: url(../images/cta/bg.png) center/cover no-repeat;
  padding: 70px 0;
}
.cta_section.s2 {
  background: url(../images/cta/bg-2.jpg) center/cover no-repeat;
}
.cta_section h2 {
  font-size: 30px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  line-height: 1.333;
  text-align: left;
  margin-bottom: 0;
  padding: 0 70px;
}
@media (max-width: 1399px) {
  .cta_section h2 {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .cta_section h2 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cta_section h2 {
    font-size: 25px;
  }
}
.cta_section .newsletter {
  padding-left: 70px;
}
@media (max-width: 991px) {
  .cta_section .newsletter {
    padding: 0;
    margin-top: 20px;
  }
}
.cta_section .newsletter div {
  position: relative;
}
.cta_section .newsletter .form-control {
  width: 100%;
  font-size: 16px;
  color: rgb(99, 99, 99);
  line-height: 2.5;
  padding: 5px;
  padding-left: 40px;
  padding-right: 50px;
  border-color: 1px solid rgb(221, 221, 221);
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.cta_section .newsletter .form-control:focus {
  color: #212529;
  border-color: 1px solid #df5311;
  outline: 0;
  box-shadow: 0 0 0 0.25rem transparent;
}
.cta_section .newsletter button {
  border-radius: 20px;
  background-color: rgb(19, 137, 153);
  color: #ffffff;
  font-size: 14px;
  font-family: "Rubik";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.641;
  text-align: center;
  padding: 10px 35px;
  border: 0;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.cta_section .icon {
  width: 190px;
  height: 190px;
  border: 2px dotted #8139e7;
  border-radius: 100px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1820px) {
  .cta_section .icon {
    left: 50px;
  }
}
@media (max-width: 1699px) {
  .cta_section .icon {
    display: none;
  }
}
.cta_section .shape {
  position: absolute;
  left: -7%;
  top: 0;
  z-index: -1;
  height: 100%;
}
@media (max-width: 1820px) {
  .cta_section .shape {
    left: -10%;
  }
}
@media (max-width: 1699px) {
  .cta_section .shape {
    display: none;
  }
}
.cta_section .shape img {
  width: 100%;
  height: 100%;
}
.cta_section .shape-2 {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
@media (max-width: 1399px) {
  .cta_section .shape-2 {
    display: none;
  }
}

/*--------------------------------------------------------------
5. Home-style-2
---------------------------------------------------------------- */
/*5.1 about_section_s2 */
.about_section_s2 {
  padding-top: 170px;
}
@media (max-width: 991px) {
  .about_section_s2 {
    padding-top: 90px !important;
  }
}
@media (max-width: 767px) {
  .about_section_s2 {
    padding-top: 80px !important;
  }
}
.about_section_s2 .top_title {
  text-align: left;
  margin-right: 50px;
}
@media (max-width: 575px) {
  .about_section_s2 .top_title {
    margin-right: 0;
  }
}
.about_section_s2 .top_title h3 {
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .about_section_s2 .about_left-content .feature_wrap {
    display: block;
  }
}
.about_section_s2 .about_left-content .feature_wrap .feature {
  max-width: 100%;
}
.about_section_s2 .about_left-content .feature_wrap .feature .item {
  display: flex;
  margin-bottom: 20px;
}
.about_section_s2 .about_left-content .feature_wrap .feature .item:last-child .icon {
  outline: 1px dotted #138999;
}
.about_section_s2 .about_left-content .feature_wrap .feature .icon {
  width: 70px;
  height: 70px;
  background: #f1f6f7;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 1px dotted #df5311;
  outline-offset: -5px;
}
.about_section_s2 .about_left-content .feature_wrap .feature .text {
  width: calc(100% - 100px);
  margin-left: 20px;
}
.about_section_s2 .about_left-content .feature_wrap .feature .text h2 {
  font-size: 22px;
  color: rgb(20, 64, 71);
  font-weight: 700;
}
@media (max-width: 1199px) {
  .about_section_s2 .about_left-content .feature_wrap .feature .text h2 {
    font-size: 20px;
  }
}
.about_section_s2 .about_left-content .feature_wrap .feature .text span {
  font-size: 17px;
  color: rgb(99, 99, 99);
}
.about_section_s2 .about_left-content .feature_wrap .feature-right {
  max-width: 250px;
  margin-left: 35px;
}
@media (max-width: 1199px) {
  .about_section_s2 .about_left-content .feature_wrap .feature-right {
    margin-left: 0px;
  }
}
.about_section_s2 .about_left-content .feature_wrap .feature-right .image {
  position: relative;
  padding: 0 20px 20px;
}
.about_section_s2 .about_left-content .feature_wrap .feature-right .image::before {
  width: 100%;
  height: 100px;
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  bottom: 0;
  background: #f1f6f7;
}
.about_section_s2 .about_left-content .feature_wrap .feature-right .image::after {
  width: 50%;
  height: 100px;
  position: absolute;
  z-index: -1;
  content: "";
  right: 0;
  bottom: 0;
  background: #ffad0e;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
}
.about_section_s2 .about_left-content .feature_wrap .feature-right ul {
  margin-top: 10px;
}
.about_section_s2 .about_left-content .feature_wrap .feature-right ul li {
  font-size: 17px;
  font-family: "Rubik";
  color: rgb(99, 99, 99);
  line-height: 1.647;
  margin-bottom: 5px;
}
.about_section_s2 .about_left-content .feature_wrap .feature-right ul li img {
  margin-right: 10px;
}
.about_section_s2 .about_left-content .feature_wrap .feature-right ul li span {
  text-decoration: underline;
  color: #b6b6b6;
  font-weight: 500;
}
.about_section_s2 .about_left-content .about_btn {
  margin-top: 30px;
}
.about_section_s2 .about_left-content .about_btn .btn_primary {
  padding: 12px 25px;
}
@media (max-width: 767px) {
  .about_section_s2 .about_left-content .about_btn .btn_primary {
    font-size: 15px;
    padding: 10px 25px;
  }
}
.about_section_s2 .right_image {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .about_section_s2 .right_image {
    margin-bottom: 50px;
  }
}
.about_section_s2 .right_image .image-1 {
  max-width: 515px;
  max-height: 670px;
  -webkit-clip-path: polygon(0 0, 100% 0, 88% 88%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 88% 88%, 0 100%);
}
.about_section_s2 .right_image .image-1 img {
  width: 100%;
  height: 100%;
}
.about_section_s2 .right_image .image-2 {
  max-width: 250px;
  max-height: 260px;
  position: absolute;
  top: -100px;
  right: 0px;
}
@media (max-width: 991px) {
  .about_section_s2 .right_image .image-2 {
    top: -50px;
  }
}
@media (max-width: 767px) {
  .about_section_s2 .right_image .image-2 {
    display: none;
  }
}
.about_section_s2 .right_image .image-2 img {
  width: 100%;
  height: 100%;
}
.about_section_s2 .right_image .image-3 {
  max-width: 240px;
  max-height: 250px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
}
@media (max-width: 991px) {
  .about_section_s2 .right_image .image-3 {
    right: 50px;
  }
}
@media (max-width: 575px) {
  .about_section_s2 .right_image .image-3 {
    right: 0px;
    max-width: 180px;
    max-height: 180px;
  }
}
.about_section_s2 .right_image .image-3 img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.about_section_s2 .right_image .image-3 .popup-youtube {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.about_section_s2 .right_image .image-3 .popup-youtube {
  width: 50px;
  height: 50px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
.about_section_s2 .right_image .image-3 .popup-youtube::before {
  position: absolute;
  width: 110%;
  height: 110%;
  content: "";
  left: -3px;
  top: -3px;
  border-radius: 100px;
  background: #ffffff;
  opacity: 0;
  animation: moveani 5s ease-in-out infinite;
  z-index: -1;
}
.about_section_s2 .right_image .image-3 .popup-youtube::after {
  position: absolute;
  width: 110%;
  height: 110%;
  content: "";
  left: -3px;
  top: -3px;
  border-radius: 100px;
  background: #ffffff;
  opacity: 0;
  animation: moveani 3s ease-in-out infinite;
  z-index: -1;
}
.about_section_s2 .right_image .image-3 .popup-youtube .video_icon {
  width: 16px;
  height: 20px;
  background: #138999;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
}

/*5.2 fanfact_section*/
.fanfact_section,
.fanfact_section_s2 {
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .fanfact_section,
  .fanfact_section_s2 {
    padding-bottom: 50px;
  }
}
.fanfact_section .item,
.fanfact_section_s2 .item {
  text-align: center;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 117px 0px rgba(196, 206, 213, 0.24);
  padding-top: 85px;
  margin-top: 60px;
  margin-bottom: 30px;
  position: relative;
  border: 1px dashed transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .fanfact_section .item,
  .fanfact_section_s2 .item {
    max-width: 400px;
    margin: 0 auto;
    padding-top: 85px;
    margin-top: 60px;
    margin-bottom: 30px;
  }
}
.fanfact_section .item:hover,
.fanfact_section_s2 .item:hover {
  border: 1px dashed #df5311;
}
.fanfact_section .item .icon,
.fanfact_section_s2 .item .icon {
  width: 125px;
  height: 125px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: #df5311;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}
.fanfact_section .item .content,
.fanfact_section_s2 .item .content {
  padding-bottom: 50px;
}
.fanfact_section .item .content h2,
.fanfact_section_s2 .item .content h2 {
  font-size: 50px;
  color: rgb(20, 64, 71);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .fanfact_section .item .content h2,
  .fanfact_section_s2 .item .content h2 {
    font-size: 40px;
  }
}
.fanfact_section .item .content h5,
.fanfact_section_s2 .item .content h5 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0;
  color: rgb(20, 64, 71);
}
@media (max-width: 767px) {
  .fanfact_section .item .content h5,
  .fanfact_section_s2 .item .content h5 {
    font-size: 18px;
  }
}
.fanfact_section .col:nth-child(2),
.fanfact_section_s2 .col:nth-child(2) {
  margin-top: 70px;
}
@media (max-width: 991px) {
  .fanfact_section .col:nth-child(2),
  .fanfact_section_s2 .col:nth-child(2) {
    margin-top: 0;
  }
}
.fanfact_section .col:nth-child(2) .item:hover,
.fanfact_section_s2 .col:nth-child(2) .item:hover {
  border: 1px dashed #138999;
}
.fanfact_section .col:nth-child(2) .item .icon,
.fanfact_section_s2 .col:nth-child(2) .item .icon {
  background: #138999;
}
.fanfact_section .col:nth-child(3) .item:hover,
.fanfact_section_s2 .col:nth-child(3) .item:hover {
  border: 1px dashed #8139e7;
}
.fanfact_section .col:nth-child(3) .item .icon,
.fanfact_section_s2 .col:nth-child(3) .item .icon {
  background: #8139e7;
}
.fanfact_section .col:last-child,
.fanfact_section_s2 .col:last-child {
  margin-top: 70px;
}
@media (max-width: 991px) {
  .fanfact_section .col:last-child,
  .fanfact_section_s2 .col:last-child {
    margin-top: 0;
  }
}
.fanfact_section .col:last-child .item:hover,
.fanfact_section_s2 .col:last-child .item:hover {
  border: 1px dashed #ffad0e;
}
.fanfact_section .col:last-child .item .icon,
.fanfact_section_s2 .col:last-child .item .icon {
  background: #ffad0e;
}

/*5.3 service_section_s2 */
.service_section_s2 {
  position: relative;
  z-index: 1;
}
.service_section_s2 .bg_shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.service_section_s2 .service_card_s2 {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.service_section_s2 .service_card_s2 .image img {
  border-radius: 73px;
  width: 100%;
}
@media (max-width: 575px) {
  .service_section_s2 .service_card_s2 .image img {
    border-radius: 33px;
  }
}
.service_section_s2 .service_card_s2 .icon_text {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  padding: 20px 15px;
  background: #df5311;
  opacity: 0.85;
  border-radius: 100px;
  width: 90%;
}
@media (max-width: 575px) {
  .service_section_s2 .service_card_s2 .icon_text {
    width: 95%;
  }
}
.service_section_s2 .service_card_s2 .icon_text .icon {
  width: 65px;
  height: 65px;
  background: #ffffff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 1px dotted #df5311;
  outline-offset: -4px;
  transition: all 0.7s ease-in-out;
}
.service_section_s2 .service_card_s2 .icon_text h2 {
  width: calc(100% - 100px);
  margin-left: 20px;
  font-size: 17px;
  margin-bottom: 0;
  transition: all 0.7s ease-in-out;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .service_section_s2 .service_card_s2 .icon_text h2 {
    font-size: 15px;
  }
}
.service_section_s2 .service_card_s2 .icon_text h2 a {
  color: #ffffff;
}
.service_section_s2 .col:nth-child(2) .service_card_s2 .icon_text {
  background: #138999;
  opacity: 0.85;
}
.service_section_s2 .col:nth-child(2) .service_card_s2 .icon_text .icon {
  outline: 1px dotted #138999;
}
.service_section_s2 .col:last-child .service_card_s2 .icon_text {
  background: #8139e7;
  opacity: 0.85;
}
.service_section_s2 .col:last-child .service_card_s2 .icon_text .icon {
  outline: 1px dotted #8139e7;
}
.service_section_s2 .service_btn {
  margin-top: 20px;
  text-align: center;
}

/*5.4 skill_section */
.skill_section {
  position: relative;
}
.skill_section .shape {
  position: absolute;
  right: 0;
  top: -150px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .skill_section .shape {
    display: none;
  }
}
.skill_section .image {
  max-width: 600px;
  max-height: 760px;
}
@media (max-width: 1199px) {
  .skill_section .image {
    margin-bottom: 50px;
  }
}
.skill_section .content {
  margin-right: 80px;
}
@media (max-width: 767px) {
  .skill_section .content {
    margin-right: 0px;
  }
}
.skill_section .content .top_title.s2 {
  text-align: left;
}
.skill_section .content .top_title.s2 h2 {
  margin-bottom: 20px;
}
.skill_section .content .top_title.s2 h3 {
  margin-bottom: 20px;
}
.skill_section .content .skill_btn {
  margin-top: 50px;
}

.skill_item h4 {
  font-size: 17px;
  color: rgb(20, 64, 71);
  font-weight: 700;
  line-height: 1.647;
  margin-bottom: 0;
}
.skill_item .progres {
  height: 8px;
  border: 1px solid #df5311;
  border-radius: 6px;
  position: relative;
  margin-bottom: 20px;
}
.skill_item .bar {
  height: 100%;
  background: #df5311;
  border-radius: 6px;
  height: 4px;
  margin-top: 1px;
  margin-left: 1px;
}
.skill_item .percent {
  position: absolute;
  right: 0;
  top: -30px;
  font-size: 17px;
  color: #df5311;
  margin-bottom: 0;
}
.skill_item li:nth-child(2) .progres {
  border: 1px solid #138999;
}
.skill_item li:nth-child(2) .bar {
  background: #138999;
}
.skill_item li:nth-child(2) .percent {
  color: #138999;
}
.skill_item li:last-child .progres {
  border: 1px solid #8139e7;
}
.skill_item li:last-child .bar {
  background: #8139e7;
}
.skill_item li:last-child .percent {
  color: #8139e7;
}

/*5.5 donate_section */
.donate_section .donate_wrap {
  border-radius: 100px;
  padding: 50px 100px;
  background: url(../images/donet_bg.jpg) center/cover no-repeat;
  text-align: left;
}
@media (max-width: 1399px) {
  .donate_section .donate_wrap {
    padding: 50px 50px;
  }
}
@media (max-width: 1199px) {
  .donate_section .donate_wrap {
    background: #df5311;
    border-radius: 20px;
    padding: 50px 50px;
  }
}
@media (max-width: 575px) {
  .donate_section .donate_wrap {
    padding: 40px 20px;
  }
}
.donate_section .donate_wrap .content {
  text-align: left;
}
@media (max-width: 991px) {
  .donate_section .donate_wrap .content {
    text-align: center;
    margin-bottom: 20px;
  }
}
.donate_section .donate_wrap .content h2 {
  font-size: 30px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  line-height: 1.267;
}
@media (max-width: 575px) {
  .donate_section .donate_wrap .content h2 {
    font-size: 25px;
  }
}
.donate_section .donate_wrap .content p {
  font-size: 17px;
  font-family: "Rubik";
  color: rgb(255, 255, 255);
  line-height: 1.647;
  margin-bottom: 0;
}
.donate_section .donate_wrap div {
  margin: 0 auto;
  text-align: end;
}
@media (max-width: 991px) {
  .donate_section .donate_wrap div {
    text-align: center;
  }
}
.donate_section .donate_wrap .donat_btn {
  font-size: 17px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 3.059;
  border-radius: 5px;
  background-color: rgb(19, 197, 208);
  padding: 12px 25px;
}
.donate_section .donate_wrap .donat_btn i {
  padding-left: 10px;
}

/*5.6 team_section  */
.team_section {
  position: relative;
  z-index: 1;
  padding-top: 0;
}
.team_section.s2 {
  padding-top: 100px;
}
@media (max-width: 991px) {
  .team_section.s2 {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .team_section.s2 {
    padding: 80px 0;
  }
}
.team_section .team_btn {
  text-align: center;
  margin-top: 20px;
}
.team_section .bg_shape {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
.team_section .bg_shape img {
  width: 100%;
}
.team_section .col:nth-child(2) .team_card {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .team_section .col:nth-child(2) .team_card {
    margin-top: 0;
  }
}
.team_section .col:nth-child(2) .team_card .shape svg {
  fill: #138999;
}
.team_section .col:last-child .team_card .shape svg {
  fill: #8139e7;
}

.team_card {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .team_card {
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.team_card .image {
  max-width: 282px;
  max-height: 360px;
  margin: 0 auto;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  border: 5px solid #ffffff;
  border-radius: 109px;
}
.team_card .image img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
}
.team_card .content {
  margin-top: 30px;
}
.team_card .content h2 a {
  font-size: 22px;
  color: rgb(255, 255, 255);
  font-weight: 700;
}
.team_card .content span {
  font-size: 17px;
  color: rgb(255, 255, 255);
  display: block;
}
.team_card .content ul {
  position: relative;
  bottom: -15px;
}
.team_card .content ul li {
  display: inline-block;
}
.team_card .content ul li a {
  font-size: 17px;
  color: rgb(19, 137, 153);
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #e3e1e1;
  border-radius: 100px;
  display: block;
  background: #ffffff;
  margin: 0 5px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.team_card .content ul li a:hover {
  background: #df5311;
  border: 1px solid transparent;
  color: #ffffff;
}
.team_card .content ul li span {
  position: relative;
  bottom: -10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #e3e1e1;
  border-radius: 100px;
  display: block;
  background: #ffffff;
  margin: 0 5px;
  transition: all 0.3s ease-in-out;
}
.team_card .content ul li span::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 2px;
  content: "";
  background: rgb(19, 137, 153);
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
.team_card .content ul li span::before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 15px;
  content: "";
  background: rgb(19, 137, 153);
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
.team_card .shape {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
.team_card .shape svg {
  fill: #df5311;
}
.team_card:hover .image img {
  transform: scale(1.05);
}
.team_card:hover .content ul li a {
  opacity: 1;
  visibility: visible;
}
.team_card:hover .content ul li span::before {
  opacity: 0;
  visibility: hidden;
}

/*5.7 brand_section */
.brand_section {
  padding: 100px 0;
  border-bottom: 1px solid #dddddd;
}
@media (max-width: 991px) {
  .brand_section {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .brand_section {
    padding: 80px 0;
  }
}
.brand_section .brand_slider .slick-slide {
  margin: 0 20px;
}
.brand_section .brand_slider .slick-list {
  margin: 0px -20px 0px -20px;
}
.brand_section .item {
  border: 1px solid transparent;
  padding: 15px 0;
  transition: all 0.3s ease-in-out;
}
.brand_section .item .image {
  margin: 0 auto;
  text-align: center;
}
.brand_section .item .image img {
  display: inline;
}
.brand_section .item:hover {
  border: 1px solid #df5311;
}
.brand_section.s2 {
  background: #212d2b;
  border-bottom: 1px solid #4a5452;
}

/*5.8 video_section */
.video_section,
.video_section_s2 {
  padding: 160px 0 150px;
}
@media (max-width: 991px) {
  .video_section,
  .video_section_s2 {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .video_section,
  .video_section_s2 {
    padding: 80px 0;
  }
}
.video_section .video_wrap,
.video_section_s2 .video_wrap {
  display: flex;
  align-content: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
  background: url(../images/video/bg.jpg) center/cover no-repeat;
  padding: 70px;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .video_section .video_wrap,
  .video_section_s2 .video_wrap {
    padding: 50px 20px;
  }
}
.video_section .video_wrap::before,
.video_section_s2 .video_wrap::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(29deg, rgb(32, 65, 66) 0%, rgb(126, 74, 49) 100%);
  z-index: -1;
  border-radius: 10px;
}
.video_section .video_wrap .content,
.video_section_s2 .video_wrap .content {
  max-width: 375px;
}
.video_section .video_wrap .content h2,
.video_section_s2 .video_wrap .content h2 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .video_section .video_wrap .content h2,
  .video_section_s2 .video_wrap .content h2 {
    font-size: 18px;
  }
}
.video_section .video_wrap .content h3,
.video_section_s2 .video_wrap .content h3 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .video_section .video_wrap .content h3,
  .video_section_s2 .video_wrap .content h3 {
    font-size: 30px;
  }
}
.video_section .video_wrap .content p,
.video_section_s2 .video_wrap .content p {
  font-size: 17px;
  color: #ffffff;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .video_section .video_wrap .content p,
  .video_section_s2 .video_wrap .content p {
    margin-bottom: 20px;
  }
}
.video_section .video_wrap .content .btn_primary,
.video_section_s2 .video_wrap .content .btn_primary {
  background: #df5311;
  color: #ffffff;
}
.video_section .video_wrap .video_btn,
.video_section_s2 .video_wrap .video_btn {
  width: 120px;
  height: 120px;
  border-radius: 5px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  z-index: 11;
}
@media (max-width: 1399px) {
  .video_section .video_wrap .video_btn,
  .video_section_s2 .video_wrap .video_btn {
    left: 48%;
  }
}
@media (max-width: 1199px) {
  .video_section .video_wrap .video_btn,
  .video_section_s2 .video_wrap .video_btn {
    left: 55%;
  }
}
@media (max-width: 991px) {
  .video_section .video_wrap .video_btn,
  .video_section_s2 .video_wrap .video_btn {
    left: 80%;
  }
}
@media (max-width: 767px) {
  .video_section .video_wrap .video_btn,
  .video_section_s2 .video_wrap .video_btn {
    position: unset;
    margin-top: 30px;
    transform: unset;
  }
}
@media (max-width: 575px) {
  .video_section .video_wrap .video_btn,
  .video_section_s2 .video_wrap .video_btn {
    width: 100px;
    height: 100px;
  }
}
.video_section .video_wrap .video_btn .popup-youtube,
.video_section_s2 .video_wrap .video_btn .popup-youtube {
  background: #df5311;
}
.video_section .video_wrap .video_btn .popup-youtube .video_icon,
.video_section_s2 .video_wrap .video_btn .popup-youtube .video_icon {
  background: #ffffff;
  z-index: 11;
}
.video_section .video_wrap .video_btn .popup-youtube::after,
.video_section_s2 .video_wrap .video_btn .popup-youtube::after {
  background: #df5311;
  z-index: 1;
}
.video_section .video_wrap .video_btn .popup-youtube:before,
.video_section_s2 .video_wrap .video_btn .popup-youtube:before {
  background: #df5311;
  z-index: 1;
}
.video_section .video_wrap .left_image,
.video_section_s2 .video_wrap .left_image {
  position: absolute;
  max-width: 540px;
  max-height: 580px;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .video_section .video_wrap .left_image,
  .video_section_s2 .video_wrap .left_image {
    max-width: 440px;
    max-height: 480px;
    right: 20px;
  }
}
@media (max-width: 991px) {
  .video_section .video_wrap .left_image,
  .video_section_s2 .video_wrap .left_image {
    display: none;
  }
}

/*5.9 causes_section_s2 */
.causes_section_s2 {
  padding-top: 0;
  margin: 0 175px;
}
@media (max-width: 1799px) {
  .causes_section_s2 {
    margin: 0 100px;
  }
}
@media (max-width: 1699px) {
  .causes_section_s2 {
    margin: 0 70px;
  }
}
@media (max-width: 1499px) {
  .causes_section_s2 {
    margin: 0 10px;
  }
}
.causes_section_s2 .causes_card {
  background: #ffffff;
}
@media (max-width: 767px) {
  .causes_section_s2 .causes_card {
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.causes_section_s2 .causes_slider .slick-slide {
  margin: 0 15px;
}
.causes_section_s2 .causes_slider .slick-list {
  margin: 0px -15px 0px -15px;
}
.causes_section_s2 .causes_slider .slick-dots {
  bottom: -20px;
}
.causes_section_s2 .causes_slider .slick-dots li {
  margin: 0 5px;
}
.causes_section_s2 .causes_slider button {
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: transparent;
  border: 2px solid #df5311;
  border-radius: 100px;
}
.causes_section_s2 .causes_slider button::before {
  font-size: 0;
}
.causes_section_s2 .causes_slider li.slick-active button {
  background-color: #df5311;
}

/*5.10 choose_section */
.choose_section {
  padding-top: 20px;
  padding-bottom: 90px;
  position: relative;
}
@media (max-width: 991px) {
  .choose_section {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .choose_section {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
.choose_section .choose_wrap {
  position: relative;
}
.choose_section .choose_wrap .title {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 470px;
}
@media (max-width: 991px) {
  .choose_section .choose_wrap .title {
    position: unset;
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center;
  }
}
.choose_section .choose_wrap .title h2 {
  font-size: 22px;
  color: rgb(223, 83, 17);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .choose_section .choose_wrap .title h2 {
    font-size: 18px;
  }
}
.choose_section .choose_wrap .title h3 {
  font-size: 40px;
  color: rgb(20, 64, 71);
  font-weight: 700;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .choose_section .choose_wrap .title h3 {
    font-size: 30px;
  }
}
.choose_section .choose_wrap .title a {
  font-size: 17px;
  font-family: "Rubik";
  color: rgb(223, 83, 17);
  text-transform: uppercase;
  font-weight: 500;
}
.choose_section .choose_wrap .item {
  padding-left: 40px;
  background: #f9f9f9;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .choose_section .choose_wrap .item {
    padding-left: 10px;
  }
}
@media (max-width: 991px) {
  .choose_section .choose_wrap .item {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .choose_section .choose_wrap .item {
    display: block;
    padding: 20px 10px;
  }
}
.choose_section .choose_wrap .item .content {
  width: calc(100% - 160px);
  display: flex;
}
@media (max-width: 575px) {
  .choose_section .choose_wrap .item .content {
    width: 100%;
    margin-bottom: 20px;
    display: block;
  }
}
.choose_section .choose_wrap .item .content .icon {
  width: 70px;
  height: 70px;
  background: #df5311;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 1px dotted #ffffff;
  outline-offset: -4px;
  transition: all 0.7s ease-in-out;
}
.choose_section .choose_wrap .item .content .text {
  width: calc(100% - 70px);
  padding-left: 30px;
}
@media (max-width: 575px) {
  .choose_section .choose_wrap .item .content .text {
    padding-left: 0;
    padding-top: 20px;
  }
}
@media (max-width: 1199px) {
  .choose_section .choose_wrap .item .content .text {
    padding-left: 10px;
  }
}
.choose_section .choose_wrap .item .content .text h2 {
  font-size: 22px;
  color: rgb(20, 64, 71);
  font-weight: 700;
}
@media (max-width: 1199px) {
  .choose_section .choose_wrap .item .content .text h2 {
    font-size: 19px;
  }
}
.choose_section .choose_wrap .item .content .text ul li {
  font-size: 17px;
  color: rgb(99, 99, 99);
}
@media (max-width: 1199px) {
  .choose_section .choose_wrap .item .content .text ul li {
    font-size: 15px;
  }
}
.choose_section .choose_wrap .item .image {
  margin: 5px;
}
@media (max-width: 575px) {
  .choose_section .choose_wrap .item .image {
    margin: 0;
  }
}
.choose_section .choose_wrap .item .image img {
  width: 160px;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .choose_section .choose_wrap .item .image img {
    width: 300px;
  }
}
.choose_section .choose_wrap .col:nth-child(2) .item .content .icon {
  background: #138999;
}
.choose_section .choose_wrap .col:nth-child(3) .item .content .icon {
  background: #8139e7;
}
.choose_section .choose_wrap .col:nth-child(4) .item .content .icon {
  background: #ffad0e;
}
.choose_section .choose_wrap .col:last-child .item .content .icon {
  background: #2ec48d;
}
.choose_section .bg_shape {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1100px;
  z-index: -11;
}
@media (max-width: 991px) {
  .choose_section .bg_shape {
    height: 1300px;
  }
}
.choose_section .bg_shape img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*5.11 blog_section_s2 */
.blog_section_s2 {
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .blog_section_s2 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .blog_section_s2 {
    padding-bottom: 50px;
  }
}
.blog_section_s2 .blog-card {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .blog_section_s2 .blog-card {
    display: block;
  }
}
.blog_section_s2 .blog-card .image {
  width: 260px;
}
@media (max-width: 1199px) {
  .blog_section_s2 .blog-card .image {
    width: 100%;
    margin: 0;
  }
}
.blog_section_s2 .blog-card .image span {
  bottom: auto;
  left: 10px;
  top: 10px;
  padding: 8px 20px;
}
.blog_section_s2 .blog-card .content {
  width: calc(100% - 270px);
  padding: 0 20px;
}
@media (max-width: 1199px) {
  .blog_section_s2 .blog-card .content {
    width: 100%;
    padding: 30px 20px;
  }
}
.blog_section_s2 .blog-card .content p {
  margin-bottom: 12px;
}
.blog_section_s2 .blog-card .content a span {
  font-size: 17px;
  font-family: "Rubik";
  color: rgb(52, 153, 167);
  text-transform: uppercase;
}

/*--------------------------------------------------------------
6. Home-style-3
---------------------------------------------------------------- */
/*6.1 cta_section_s2 */
.cta_section_s2 {
  position: relative;
  background: url(../images/cta/cta_bg.jpg) center/cover no-repeat;
  height: 450px;
  display: flex;
  align-items: end;
  padding-bottom: 45px;
  margin-top: -235px;
  z-index: 1;
}
@media (max-width: 991px) {
  .cta_section_s2 {
    height: 400px;
    margin-top: 0px;
    padding: 30px 0;
    align-items: center;
  }
}
.cta_section_s2::before {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 400px;
  height: 100%;
  background: #2ec48d;
  z-index: -1;
}
.cta_section_s2::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 100%;
  background: #df5311;
  z-index: -1;
  transform: translateX(-50%);
  left: 19%;
  top: 0;
}
@media (max-width: 1599px) {
  .cta_section_s2::after {
    left: 14%;
  }
}
@media (max-width: 991px) {
  .cta_section_s2::after {
    display: none;
  }
}
.cta_section_s2 .content {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cta_section_s2 .content {
    display: block;
    text-align: center;
  }
}
.cta_section_s2 .content .icon {
  width: 130px;
  height: 130px;
  line-height: 130px;
  border-radius: 1000px;
  text-align: center;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cta_section_s2 .content .icon {
    margin: 0 auto;
  }
}
.cta_section_s2 .content h2 {
  font-size: 45px;
  color: rgb(20, 64, 71);
  font-weight: 700;
  width: calc(100% - 140px);
  margin-left: 50px;
}
@media (max-width: 1399px) {
  .cta_section_s2 .content h2 {
    font-size: 38px;
  }
}
@media (max-width: 1199px) {
  .cta_section_s2 .content h2 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .cta_section_s2 .content h2 {
    width: 100%;
    margin-left: 0px;
    margin: 30px 0;
  }
}
@media (max-width: 767px) {
  .cta_section_s2 .content h2 {
    font-size: 25px;
  }
}
.cta_section_s2 .cta_btn {
  text-align: end;
}
@media (max-width: 991px) {
  .cta_section_s2 .cta_btn {
    text-align: center;
  }
}
.cta_section_s2 .cta_btn .btn_primary {
  background: #ffffff;
}

/*6.2 service_section_s3 */
.service_section_s3 {
  background: #212d2b;
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .service_section_s3 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .service_section_s3 {
    padding-bottom: 50px;
  }
}

.service_card_s3 {
  position: relative;
  z-index: 1;
}
.service_card_s3 .item {
  overflow: hidden;
  position: relative;
  border-radius: 73px;
  background: rgba(255, 255, 255, 0.091);
  padding: 55px 45px;
  text-align: center;
  margin-bottom: 60px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .service_card_s3 .item {
    padding: 40px 20px;
    border-radius: 40px;
  }
}
.service_card_s3 .item .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.service_card_s3 .item .image::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../images/service/shape-4.png) center/cover no-repeat;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.service_card_s3 .item .icon {
  width: 70px;
  height: 70px;
  background: #1b8999;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 1px dotted #ffffff;
  outline-offset: 5px;
  margin: 0 auto;
}
.service_card_s3 .item .content {
  margin-top: 30px;
}
.service_card_s3 .item .content h2 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 10px;
}
.service_card_s3 a {
  border-radius: 50%;
  background-color: rgb(44, 56, 54);
  width: 60px;
  height: 60px;
  line-height: 65px;
  display: block;
  font-size: 22px;
  color: #ffffff;
  position: absolute;
  left: 42%;
  bottom: -30px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.service_card_s3:hover .item {
  background: transparent;
}
.service_card_s3:hover .item .image {
  opacity: 1;
  visibility: visible;
}
.service_card_s3:hover .item .image::before {
  opacity: 1;
  visibility: visible;
}
.service_card_s3:hover a {
  background-color: #ffffff;
  color: #df5311;
  transform: rotate(314deg);
}

/*6.3 about_section_s3 */
.about_section_s3 {
  background: #212d2b;
  position: relative;
  z-index: 1;
  padding: 110px 0;
}
@media (max-width: 1699px) {
  .about_section_s3 {
    padding: 0;
  }
}
.about_section_s3 .bg_shape {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}
@media (max-width: 1699px) {
  .about_section_s3 .bg_shape {
    display: none;
  }
}
.about_section_s3 .row {
  background: #212d2b;
}
.about_section_s3 .image {
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .about_section_s3 .image {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .about_section_s3 .image {
    margin-right: 0px;
    margin-bottom: 50px;
    max-width: 450px;
  }
}
.about_section_s3 .supput {
  width: 120px;
  height: 120px;
  border-radius: 100px;
  background: #ffffff;
  text-align: center;
  position: absolute;
  right: 150px;
  bottom: 40px;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  outline: 1px dotted rgb(19, 137, 153);
  outline-offset: -10px;
}
.about_section_s3 .supput h2 {
  margin-bottom: 0;
  color: rgb(19, 137, 153);
  font-size: 20px;
}
.about_section_s3 .supput h2 span {
  font-size: 22px;
  font-family: "Inter", sans-serif;
  color: rgb(19, 137, 153);
  font-weight: 700;
}
.about_section_s3 .supput h3 {
  font-size: 22px;
  font-family: "Inter", sans-serif;
  color: rgb(19, 137, 153);
  font-weight: 700;
}
.about_section_s3 .about_left-content {
  max-width: 520px;
  height: 100%;
  display: flex;
  align-content: center;
  flex-direction: column;
  justify-content: center;
}
.about_section_s3 .about_left-content .btn_primary {
  background: #ffffff;
}
.about_section_s3 .about_left-content ul {
  margin-top: -10px;
  margin-bottom: 15px;
}
.about_section_s3 .about_left-content ul li {
  font-size: 17px;
  font-family: "Rubik";
  color: #ffffff;
  line-height: 1.647;
  margin-bottom: 5px;
}
.about_section_s3 .about_left-content ul li img {
  margin-right: 10px;
}
.about_section_s3 .about_left-content ul li span {
  text-decoration: underline;
  color: #b6b6b6;
  font-weight: 500;
}
.about_section_s3 .top_title {
  text-align: left;
}
.about_section_s3 .top_title p {
  color: #ffffff;
  padding-top: 20px;
  margin-bottom: 0;
}

/*6.4 causes_section_s3 */
.causes_section_s3 {
  background: #212d2b;
}
.causes_section_s3 .causes_card {
  display: flex;
  align-items: center;
  border: 1px solid #4c5654;
}
@media (max-width: 767px) {
  .causes_section_s3 .causes_card {
    display: block;
  }
}
.causes_section_s3 .causes_card .imgage {
  width: calc(100% - 370px);
  margin-right: 0;
}
@media (max-width: 1399px) {
  .causes_section_s3 .causes_card .imgage {
    width: calc(100% - 250px);
  }
}
@media (max-width: 1199px) {
  .causes_section_s3 .causes_card .imgage {
    width: calc(100% - 180px);
  }
}
@media (max-width: 991px) {
  .causes_section_s3 .causes_card .imgage {
    width: calc(100% - 300px);
  }
}
@media (max-width: 767px) {
  .causes_section_s3 .causes_card .imgage {
    width: 100%;
    margin: 0;
  }
}
.causes_section_s3 .causes_card .content {
  padding: 25px;
  padding-bottom: 10px;
}
.causes_section_s3 .causes_card .content h2 a {
  color: #ffffff;
}
.causes_section_s3 .causes_card .content p {
  color: #e9e9e9;
}
.causes_section_s3 .causes_card .donet_progres {
  border-top: 0;
  padding: 10px 30px;
  padding-top: 30px;
  background: #36403e;
}
.causes_section_s3 .causes_card .donet_progres .progres {
  margin: 0;
}
.causes_section_s3 .causes_card .donet_progres .percent {
  left: auto;
  right: 0;
  top: -30px;
  padding: 0;
  background: transparent;
  width: auto;
  height: auto;
}
.causes_section_s3 .causes_card .donet_progres .percent::before {
  display: none;
}
.causes_section_s3 .causes_card .donet_progres .donet_amaunt {
  margin: 0;
  padding-top: 10px;
}
.causes_section_s3 .causes_card .donet_progres .donet_amaunt span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}
.causes_section_s3 .causes_card .link {
  margin: 15px 25px;
}
@media (max-width: 767px) {
  .causes_section_s3 .causes_card .link {
    margin-bottom: 30px;
  }
}
.causes_section_s3 .causes_card .link a {
  display: inline;
  font-size: 17px;
  color: rgb(19, 137, 153);
  border-radius: 100px;
  padding: 5px 10px;
  background: #ffffff;
}
.causes_section_s3 .col:first-child .causes_card .imgage span {
  color: #138999;
}
.causes_section_s3 .col:first-child .causes_card .donet_progres .bar {
  background: #138999;
}
.causes_section_s3 .col:first-child .causes_card .donet_progres .percent {
  background: transparent;
}
.causes_section_s3 .col:first-child .causes_card .donet_progres .percent::before {
  background: #138999;
}
.causes_section_s3 .col:nth-child(2) .causes_card .imgage span {
  color: #df5311;
}
.causes_section_s3 .col:nth-child(2) .causes_card .donet_progres .bar {
  background: #df5311;
}
.causes_section_s3 .col:nth-child(2) .causes_card .donet_progres .percent {
  background: transparent;
}
.causes_section_s3 .col:nth-child(3) .causes_card .imgage span {
  color: #ffad0e;
}
.causes_section_s3 .col:nth-child(3) .causes_card .donet_progres .bar {
  background: #ffad0e;
}
.causes_section_s3 .col:nth-child(3) .causes_card .donet_progres .percent {
  background: transparent;
}
.causes_section_s3 .col:nth-child(4) .causes_card .imgage span {
  color: #8139e7;
}
.causes_section_s3 .col:nth-child(4) .causes_card .donet_progres .bar {
  background: #8139e7;
}
.causes_section_s3 .col:nth-child(4) .causes_card .donet_progres .percent {
  background: transparent;
}

/*6.5 features_section_s2 */
.features_section_s2 .features_wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.features_section_s2 .features_wrap .feature_item {
  position: relative;
  width: 25%;
  background: #df5311;
  padding: 60px 80px;
  transition: all 0.3s ease-in-out;
  transform: scale(1);
}
@media (max-width: 1699px) {
  .features_section_s2 .features_wrap .feature_item {
    padding: 60px 60px;
  }
}
@media (max-width: 1499px) {
  .features_section_s2 .features_wrap .feature_item {
    padding: 40px;
  }
}
@media (max-width: 1399px) {
  .features_section_s2 .features_wrap .feature_item {
    padding: 20px 30px;
  }
}
@media (max-width: 991px) {
  .features_section_s2 .features_wrap .feature_item {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .features_section_s2 .features_wrap .feature_item {
    width: 100%;
  }
}
.features_section_s2 .features_wrap .feature_item .content {
  max-width: 275px;
  max-height: 190px;
}
.features_section_s2 .features_wrap .feature_item .content span {
  font-size: 22px;
  color: #ffffff;
}
.features_section_s2 .features_wrap .feature_item .content h3 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .features_section_s2 .features_wrap .feature_item .content h3 {
    font-size: 20px;
  }
}
.features_section_s2 .features_wrap .feature_item .content p {
  font-size: 17px;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .features_section_s2 .features_wrap .feature_item .content p {
    font-size: 13px;
  }
}
.features_section_s2 .features_wrap .feature_item .content a {
  color: #ffffff;
  font-size: 14px;
}
.features_section_s2 .features_wrap .feature_item:nth-child(2) {
  background: #168291;
}
.features_section_s2 .features_wrap .feature_item:nth-child(3) {
  background: #8139e7;
}
.features_section_s2 .features_wrap .feature_item:nth-child(3) {
  background: #8139e7;
}
.features_section_s2 .features_wrap .feature_item:last-child {
  background: #2e9ecd;
}
.features_section_s2 .features_wrap .feature_item.active {
  transform: scale(1.1);
  z-index: 11;
}

/*6.6 story_section */
.story_section {
  position: relative;
  padding: 100px 0;
  background: url(../images/story_bg.jpg) center/cover no-repeat;
}
@media (max-width: 991px) {
  .story_section {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .story_section {
    padding: 80px 0;
  }
}
.story_section .left_content .top_title {
  text-align: left;
  margin-bottom: 0;
}
.story_section .left_content .top_title h3 {
  margin-bottom: 15px;
}
.story_section .left_content .top_title span {
  margin-top: 20px;
  font-size: 17px;
  color: rgb(99, 99, 99);
}
@media (max-width: 991px) {
  .story_section .right_content {
    margin-top: 40px;
  }
}
.story_section .right_content .image {
  display: flex;
  align-content: center;
}
.story_section .right_content .image .image_1 {
  max-width: 270px;
  max-height: 300px;
  margin-right: 30px;
}
.story_section .right_content .image .image_1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.story_section .right_content span {
  display: block;
  margin-top: 30px;
  font-size: 17px;
  color: rgb(99, 99, 99);
}

/*6.7 testimonil_section_s2 */
.testimonil_section_s2 {
  position: relative;
  z-index: 1;
  background: #212d2b;
}
.testimonil_section_s2 .testimonil_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.testimonil_section_s2 .shape {
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  z-index: -1;
}
.testimonil_section_s2 .icon_2 {
  position: absolute;
  left: 46%;
  top: -20px;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .testimonil_section_s2 .icon_2 {
    display: none;
  }
}
.testimonil_section_s2 .icon_2 img {
  width: 150px;
  height: 150px;
}
.testimonil_section_s2 .image_wrap {
  max-width: 550px;
  max-height: 550px;
  position: relative;
  z-index: 1;
  margin: 100px auto;
}
@media (max-width: 991px) {
  .testimonil_section_s2 .image_wrap {
    max-width: 500px;
    max-height: 500px;
  }
}
@media (max-width: 767px) {
  .testimonil_section_s2 .image_wrap {
    display: none;
  }
}
.testimonil_section_s2 .image_wrap .image {
  max-width: 410px;
  height: 410px;
  background: #343f3d;
  border-radius: 1000px;
  outline: 1px dotted #df5311;
  outline-offset: 5px;
  display: block;
  margin: 0 auto;
}
.testimonil_section_s2 .image_wrap .image .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 125px;
  height: 125px;
}
.testimonil_section_s2 .image_wrap .img_1 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.testimonil_section_s2 .image_wrap .img_4 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.testimonil_section_s2 .image_wrap .img_3 {
  position: absolute;
  left: 50%;
  top: -80px;
  transform: translateX(-50%);
}
.testimonil_section_s2 .image_wrap .img_2 {
  position: absolute;
  left: 50%;
  bottom: -80px;
  transform: translateX(-50%);
}
.testimonil_section_s2 .testimonial_slider {
  max-width: 450px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .testimonil_section_s2 .testimonial_slider {
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .testimonil_section_s2 .testimonial_slider {
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
.testimonil_section_s2 .testimonial_slider .slick-slide {
  margin: 0 15px;
}
.testimonil_section_s2 .testimonial_slider .slick-list {
  margin: 0px -15px 0px -15px;
}
.testimonil_section_s2 .testimonial_slider .slick-dots {
  bottom: -40px;
  text-align: left;
}
.testimonil_section_s2 .testimonial_slider .slick-dots li {
  margin: 0 5px;
}
.testimonil_section_s2 .testimonial_slider button {
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: transparent;
  border: 2px solid #df5311;
  border-radius: 100px;
}
.testimonil_section_s2 .testimonial_slider button::before {
  font-size: 0;
}
.testimonil_section_s2 .testimonial_slider li.slick-active button {
  background-color: #df5311;
}
.testimonil_section_s2 .item {
  position: relative;
}
.testimonil_section_s2 .item .content .image {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  margin-bottom: 30px;
}
.testimonil_section_s2 .item .content h2 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
}
.testimonil_section_s2 .item .content span {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 30px;
  display: block;
}
.testimonil_section_s2 .item .content h3 {
  font-size: 21px;
  font-family: "Rubik", sans-serif;
  color: #ffffff;
  font-style: italic;
  line-height: 35px;
}
@media (max-width: 399px) {
  .testimonil_section_s2 .item .content h3 {
    font-size: 18px;
  }
}
.testimonil_section_s2 .item .content ul {
  margin-top: 40px;
}
.testimonil_section_s2 .item .content ul li {
  display: inline-block;
  margin-left: 3px;
  color: #df5311;
}
.testimonil_section_s2 .item .content ul li:last-child {
  color: #ffffff;
}
.testimonil_section_s2 .item .content ul li i {
  font-size: 18px;
}
.testimonil_section_s2 .item .content .qa_shape {
  position: absolute;
  right: 20px;
  top: 50px;
  z-index: -1;
}

/*6.8 faq_section */
.faq_section,
.faq_section_s2 {
  position: relative;
  z-index: 1;
  background: url(../images/faq/bg.jpg) center/cover no-repeat;
  padding-top: 100px;
}
@media (max-width: 575px) {
  .faq_section,
  .faq_section_s2 {
    padding-top: 80px;
  }
}
.faq_section::before,
.faq_section_s2::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: rgba(44, 56, 54, 0.9);
  z-index: -11;
}
.faq_section .faq_content,
.faq_section_s2 .faq_content {
  padding: 75px 40px 20px 60px;
  background: #212d2b;
}
@media (max-width: 1199px) {
  .faq_section .faq_content,
  .faq_section_s2 .faq_content {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .faq_section .faq_content,
  .faq_section_s2 .faq_content {
    padding: 40px 20px 10px;
  }
}
.faq_section .faq_content .top_title,
.faq_section_s2 .faq_content .top_title {
  text-align: left;
  margin-bottom: 0;
}
.faq_section .faq_content .top_title h3,
.faq_section_s2 .faq_content .top_title h3 {
  margin-bottom: 20px;
}
.faq_section .faq_content .top_title p,
.faq_section_s2 .faq_content .top_title p {
  color: #ffffff;
  margin-bottom: 0px;
  padding-bottom: 20px;
}
.faq_section .image1,
.faq_section_s2 .image1 {
  max-width: 94%;
  max-height: 72%;
  position: relative;
  z-index: -1;
  margin-left: -24px;
}
@media (max-width: 1399px) {
  .faq_section .image1,
  .faq_section_s2 .image1 {
    max-width: 100%;
    max-height: 100%;
  }
}
@media (max-width: 1199px) {
  .faq_section .image1,
  .faq_section_s2 .image1 {
    margin: 0 auto;
    margin-top: 30px;
    max-width: 600px;
    max-height: 500px;
    overflow: hidden;
  }
}
.faq_section .image1 img,
.faq_section_s2 .image1 img {
  width: 100%;
}
@media (max-width: 1199px) {
  .faq_section .image1 img,
  .faq_section_s2 .image1 img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.faq_section .shape,
.faq_section_s2 .shape {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: -11;
}
@media (max-width: 575px) {
  .faq_section .shape,
  .faq_section_s2 .shape {
    display: none;
  }
}

.accordion .accordion-item {
  margin-bottom: 30px;
  background: transparent;
  border: 1px solid #495251;
  border-radius: 10px;
}
.accordion .accordion-header {
  color: #ffffff;
  font-size: 17px;
  font-family: "Rubik";
}
.accordion .accordion-button {
  background: transparent;
  color: #ffffff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
@media (max-width: 575px) {
  .accordion .accordion-button {
    padding: 10px;
  }
}
.accordion .accordion-button i {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background: #138999;
  font-size: 10px;
  text-align: center;
  line-height: 20px;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .accordion .accordion-button i {
    margin-right: 0px;
    display: none;
  }
}
.accordion .accordion-button::after {
  content: "\e64b";
  font-family: themify;
  color: #ffffff;
  background: transparent;
}
.accordion .accordion-button:not(.collapsed) {
  box-shadow: none;
  background: #df5311;
}
.accordion .accordion-button:not(.collapsed) i {
  background: #ffffff;
  color: #df5311;
}
.accordion .accordion-button:not(.collapsed) .image img {
  transform: scale(1);
}
.accordion .accordion-button:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem transparent;
}
.accordion .accordion-body {
  padding: 30px;
}
@media (max-width: 575px) {
  .accordion .accordion-body {
    padding: 10px;
  }
}
.accordion .accordion-body span {
  font-size: 17px;
  color: rgb(233, 233, 233);
}
@media (max-width: 575px) {
  .accordion .accordion-body span {
    font-size: 15px;
  }
}
.accordion .accordion-collapse {
  position: relative;
}
.accordion .accordion-collapse .image {
  max-width: 140px;
  max-height: 150px;
  position: absolute;
  left: -135px;
  top: -38px;
  transition: all 0.25s cubic-bezier(0.3, 0.3, 0, 0.8);
}
@media (max-width: 767px) {
  .accordion .accordion-collapse .image {
    display: none;
  }
}
.accordion .accordion-collapse .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.25s cubic-bezier(0.3, 0.3, 0, 0.8);
  transform: scale(1);
}

.faq_section_s2 {
  background: transparent;
  padding-bottom: 70px;
}
.faq_section_s2::before {
  display: none;
}
.faq_section_s2 .faq_content {
  padding: 0px 40px 0px 60px;
  background: transparent;
}
@media (max-width: 575px) {
  .faq_section_s2 .faq_content {
    padding: 0px 10px 0px;
  }
}
.faq_section_s2 .accordion .accordion-button {
  background: #efeff0;
  color: #636363;
}
.faq_section_s2 .accordion .accordion-button::after {
  color: #636363;
  background: transparent;
}
.faq_section_s2 .accordion .accordion-button i {
  color: #ffffff;
}
.faq_section_s2 .accordion-item {
  border: 1px solid #ffffff;
}
.faq_section_s2 .accordion .accordion-button:not(.collapsed) {
  background: #df5311;
  color: #ffffff;
}
.faq_section_s2 .accordion .accordion-button:not(.collapsed):after {
  color: #ffffff;
}
.faq_section_s2 .accordion .accordion-button:not(.collapsed) i {
  color: #636363;
}
.faq_section_s2 .accordion-body {
  border: 1px solid #dedede;
}
.faq_section_s2 .accordion .accordion-body span {
  color: #636363;
}

/*6.9 blog_section_s3 */
.blog_section_s3 {
  background: #212d2b;
  padding-top: 100px;
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .blog_section_s3 {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}
@media (max-width: 757px) {
  .blog_section_s3 {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
.blog_section_s3 .blog-card {
  border: 1px solid #414b49;
}
.blog_section_s3 .blog-card .content span {
  color: #ffffff;
}
.blog_section_s3 .blog-card .content h2 a {
  color: #ffffff;
}
.blog_section_s3 .blog-card .content h2 a:hover {
  color: #df5311;
}
.blog_section_s3 .blog-card .content p {
  color: #ffffff;
}
.blog_section_s3 .blog-card .comment_reting {
  border-top: 1px solid #414b49;
}
.blog_section_s3 .blog-card .comment_reting .comment span {
  color: #ffffff;
}

/*6.10 inastagarm_section */
.inastagarm_section ul {
  display: flex;
}
@media (max-width: 991px) {
  .inastagarm_section ul {
    flex-wrap: wrap;
  }
}
.inastagarm_section ul li {
  width: 20%;
}
@media (max-width: 991px) {
  .inastagarm_section ul li {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .inastagarm_section ul li {
    width: 100%;
  }
}
.inastagarm_section ul li .image {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.inastagarm_section ul li .image::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(225, 225, 225, 0.48);
  z-index: -1;
}
.inastagarm_section ul li .image a {
  width: 170px;
  height: 80px;
  background: #df5311;
  display: flex;
  align-items: center;
  font-size: 17px;
  color: #ffffff;
  text-align: center;
  position: absolute;
  z-index: 11;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.inastagarm_section ul li img {
  width: 100%;
}
.inastagarm_section ul li:nth-child(3) {
  width: 40%;
}
@media (max-width: 991px) {
  .inastagarm_section ul li:nth-child(3) {
    width: 100%;
  }
}
.inastagarm_section ul li:nth-child(3) .image::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  background: rgba(33, 45, 43, 0.58);
}

/*--------------------------------------------------------------
7. Home-style-4
---------------------------------------------------------------- */
/*7.1 service_section_s4 */
.service_section_s4 {
  padding-top: 150px;
  padding-bottom: 80px;
}
.service_section_s4 .service_card_s3 {
  border-radius: 40px;
  box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.05);
  outline: 1px dotted transparent;
  outline-offset: 0px;
  transition: all 0.5s ease-in-out;
}
.service_section_s4 .service_card_s3 .item .icon {
  width: 70px;
  height: 70px;
  background: #df5311;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 1px dotted #df5311;
  outline-offset: 5px;
  margin: 0 auto;
  position: relative;
}
.service_section_s4 .service_card_s3 .item .icon .line_shape {
  position: absolute;
  top: -10px;
  left: -18px;
  transform: rotate(49deg);
  width: 50px;
  text-align: center;
  transition: all 0.7s ease-in-out;
  z-index: -1;
}
.service_section_s4 .service_card_s3 .item .icon .line_shape .shape-1 {
  width: 30px;
  text-align: center;
  height: 4px;
  background: #f7d6c6;
  border-radius: 10px;
  margin: 0 auto;
}
.service_section_s4 .service_card_s3 .item .icon .line_shape .shape-2 {
  width: 50px;
  height: 4px;
  background: #f7d6c6;
  border-radius: 10px;
  margin: 10px 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.service_section_s4 .service_card_s3 .item .icon .line_shape .shape-3 {
  width: 30px;
  height: 4px;
  background: #f7d6c6;
  border-radius: 10px;
  text-align: center;
  margin: 0 auto;
}
.service_section_s4 .service_card_s3 .item .content h2 {
  color: #144047;
}
.service_section_s4 .service_card_s3 .item .content p {
  color: #636363;
}
.service_section_s4 .service_card_s3 a {
  background-color: #f7a275;
}
.service_section_s4 .service_card_s3 a i {
  color: #ffffff;
}
.service_section_s4 .service_card_s3:hover {
  outline: 1px dotted #df5311;
  box-shadow: 0px 2px 8px 0px transparent;
}
.service_section_s4 .col:nth-child(2) .service_card_s3 .item .icon {
  background: #138999;
  outline: 1px dotted #138999;
}
.service_section_s4 .col:nth-child(2) .service_card_s3 .item .icon .line_shape .shape-1 {
  background: #138999;
}
.service_section_s4 .col:nth-child(2) .service_card_s3 .item .icon .line_shape .shape-2 {
  background: #138999;
}
.service_section_s4 .col:nth-child(2) .service_card_s3 .item .icon .line_shape .shape-3 {
  background: #138999;
}
.service_section_s4 .col:nth-child(2) .service_card_s3 a {
  background-color: #138999;
}
.service_section_s4 .col:nth-child(2) .service_card_s3:hover {
  outline: 1px dotted #138999;
}
.service_section_s4 .col:nth-child(3) .service_card_s3 .item .icon {
  background: #8139e7;
  outline: 1px dotted #8139e7;
}
.service_section_s4 .col:nth-child(3) .service_card_s3 .item .icon .line_shape .shape-1 {
  background: #8139e7;
}
.service_section_s4 .col:nth-child(3) .service_card_s3 .item .icon .line_shape .shape-2 {
  background: #8139e7;
}
.service_section_s4 .col:nth-child(3) .service_card_s3 .item .icon .line_shape .shape-3 {
  background: #8139e7;
}
.service_section_s4 .col:nth-child(3) .service_card_s3 a {
  background-color: #8139e7;
}
.service_section_s4 .col:nth-child(3) .service_card_s3:hover {
  outline: 1px dotted #8139e7;
}
.service_section_s4 .col:nth-child(4) .service_card_s3 .item .icon {
  background: #ffad0e;
  outline: 1px dotted #ffad0e;
}
.service_section_s4 .col:nth-child(4) .service_card_s3 .item .icon .line_shape .shape-1 {
  background: #ffad0e;
}
.service_section_s4 .col:nth-child(4) .service_card_s3 .item .icon .line_shape .shape-2 {
  background: #ffad0e;
}
.service_section_s4 .col:nth-child(4) .service_card_s3 .item .icon .line_shape .shape-3 {
  background: #ffad0e;
}
.service_section_s4 .col:nth-child(4) .service_card_s3 a {
  background-color: #ffad0e;
}
.service_section_s4 .col:nth-child(4) .service_card_s3:hover {
  outline: 1px dotted #ffad0e;
}
.service_section_s4 .col:nth-child(5) .service_card_s3 .item .icon {
  background: #144047;
  outline: 1px dotted #144047;
}
.service_section_s4 .col:nth-child(5) .service_card_s3 .item .icon .line_shape .shape-1 {
  background: #144047;
}
.service_section_s4 .col:nth-child(5) .service_card_s3 .item .icon .line_shape .shape-2 {
  background: #144047;
}
.service_section_s4 .col:nth-child(5) .service_card_s3 .item .icon .line_shape .shape-3 {
  background: #144047;
}
.service_section_s4 .col:nth-child(5) .service_card_s3 a {
  background-color: #144047;
}
.service_section_s4 .col:nth-child(5) .service_card_s3:hover {
  outline: 1px dotted #144047;
}
.service_section_s4 .col:last-child .service_card_s3 .item .icon {
  background: #2ec48d;
  outline: 1px dotted #2ec48d;
}
.service_section_s4 .col:last-child .service_card_s3 .item .icon .line_shape .shape-1 {
  background: #2ec48d;
}
.service_section_s4 .col:last-child .service_card_s3 .item .icon .line_shape .shape-2 {
  background: #2ec48d;
}
.service_section_s4 .col:last-child .service_card_s3 .item .icon .line_shape .shape-3 {
  background: #2ec48d;
}
.service_section_s4 .col:last-child .service_card_s3 a {
  background-color: #2ec48d;
}
.service_section_s4 .col:last-child .service_card_s3:hover {
  outline: 1px dotted #2ec48d;
}

/*7.2 about_section_s4 */
.about_section_s4 {
  position: relative;
  z-index: 11;
  overflow: hidden;
}
.about_section_s4 .left_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 47%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 991px) {
  .about_section_s4 .left_img {
    display: none;
  }
}
.about_section_s4 .left_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about_section_s4 .right_img {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -11;
}
.about_section_s4 .right_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about_section_s4 .line_shape {
  position: absolute;
  left: 46.9%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 991px) {
  .about_section_s4 .line_shape {
    display: none;
  }
}
.about_section_s4 .content {
  margin-left: 0;
}
@media (max-width: 991px) {
  .about_section_s4 .content {
    margin-top: 0;
  }
}
.about_section_s4 .video_btn {
  width: 120px;
  height: 120px;
  border-radius: 5px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 11;
}
@media (max-width: 991px) {
  .about_section_s4 .video_btn {
    display: none;
  }
}
.about_section_s4 .video_btn .popup-youtube {
  background: #df5311;
}
.about_section_s4 .video_btn .popup-youtube .video_icon {
  background: #ffffff;
  z-index: 11;
}
.about_section_s4 .video_btn .popup-youtube::after {
  background: #df5311;
  z-index: 1;
}
.about_section_s4 .video_btn .popup-youtube:before {
  background: #df5311;
  z-index: 1;
}

/*7.3 testimonil_section_s3 */
.testimonial_section_s3, .testimonial_section_s4 {
  position: relative;
  border-bottom: 1px solid #dddddd;
}
@media (max-width: 767px) {
  .testimonial_section_s3, .testimonial_section_s4 {
    background: #8139e7;
  }
}
.testimonial_section_s3 .bg_shape, .testimonial_section_s4 .bg_shape {
  position: absolute;
  left: 0;
  top: -195px;
  width: 100%;
  z-index: -11;
}
@media (max-width: 1399px) {
  .testimonial_section_s3 .bg_shape, .testimonial_section_s4 .bg_shape {
    top: -100px;
  }
}
@media (max-width: 991px) {
  .testimonial_section_s3 .bg_shape, .testimonial_section_s4 .bg_shape {
    top: -50px;
  }
}
@media (max-width: 767px) {
  .testimonial_section_s3 .bg_shape, .testimonial_section_s4 .bg_shape {
    display: none;
  }
}
.testimonial_section_s3 .top_title h2, .testimonial_section_s4 .top_title h2 {
  color: #ffffff;
}
.testimonial_section_s3 .top_title h3, .testimonial_section_s4 .top_title h3 {
  color: #ffffff;
}

.testimonial_slider_s3 .slick-slide, .testimonial_section_s4 .slick-slide {
  margin: 0 15px;
}
@media (max-width: 767px) {
  .testimonial_slider_s3 .slick-slide, .testimonial_section_s4 .slick-slide {
    margin: 0;
  }
}
.testimonial_slider_s3 .slick-list, .testimonial_section_s4 .slick-list {
  margin: 0px -15px 0px -15px;
}
@media (max-width: 767px) {
  .testimonial_slider_s3 .slick-list, .testimonial_section_s4 .slick-list {
    margin: 0;
  }
}
.testimonial_slider_s3 .slick-dots, .testimonial_section_s4 .slick-dots {
  bottom: -40px;
}
.testimonial_slider_s3 .slick-dots li, .testimonial_section_s4 .slick-dots li {
  margin: 0 5px;
}
.testimonial_slider_s3 .slick-dots li button, .testimonial_section_s4 .slick-dots li button {
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: transparent;
  border: 2px solid #df5311;
  border-radius: 100px;
}
.testimonial_slider_s3 .slick-dots li button::before, .testimonial_section_s4 .slick-dots li button::before {
  font-size: 0px;
}
.testimonial_slider_s3 li.slick-active button, .testimonial_section_s4 li.slick-active button {
  background-color: #df5311;
}
.testimonial_slider_s3 .item, .testimonial_section_s4 .item {
  position: relative;
  background: #2e9ecd;
  text-align: center;
  padding: 50px;
  padding-top: 80px;
  margin-top: 60px;
  margin-bottom: 30px;
  border-radius: 1000px;
}
@media (max-width: 1199px) {
  .testimonial_slider_s3 .item, .testimonial_section_s4 .item {
    padding: 20px;
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .testimonial_slider_s3 .item, .testimonial_section_s4 .item {
    border-radius: 0px;
  }
}
.testimonial_slider_s3 .item .image, .testimonial_section_s4 .item .image {
  width: 110px;
  height: 110px;
  position: absolute;
  left: 50%;
  top: -60px;
  transform: translateX(-50%);
}
.testimonial_slider_s3 .item .image img, .testimonial_section_s4 .item .image img {
  border: 2px solid #ffffff;
  border-radius: 100px;
  width: 100%;
}
.testimonial_slider_s3 .item .content, .testimonial_section_s4 .item .content {
  max-width: 250px;
  margin: 0 auto;
}
.testimonial_slider_s3 .item .content h2, .testimonial_section_s4 .item .content h2 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
}
.testimonial_slider_s3 .item .content span, .testimonial_section_s4 .item .content span {
  font-size: 17px;
  color: #ffffff;
  padding-bottom: 15px;
  display: block;
}
.testimonial_slider_s3 .item .content p, .testimonial_section_s4 .item .content p {
  font-size: 17px;
  color: #ffffff;
  font-style: italic;
}
.testimonial_slider_s3 .item .content ul, .testimonial_section_s4 .item .content ul {
  margin-top: 20px;
}
.testimonial_slider_s3 .item .content ul li, .testimonial_section_s4 .item .content ul li {
  display: inline-block;
  margin-left: 3px;
  color: #ffb818;
}
.testimonial_slider_s3 .item .content ul li:nth-child(3), .testimonial_section_s4 .item .content ul li:nth-child(3) {
  color: #ffffff;
}
.testimonial_slider_s3 .item .content ul li:nth-child(4), .testimonial_section_s4 .item .content ul li:nth-child(4) {
  color: #ffffff;
}
.testimonial_slider_s3 .item .content ul li:last-child, .testimonial_section_s4 .item .content ul li:last-child {
  color: #ffffff;
}
.testimonial_slider_s3 .item .content ul li i, .testimonial_section_s4 .item .content ul li i {
  font-size: 18px;
}

.testimonial_section_s4 .top_title h2 {
  color: #138999;
}
.testimonial_section_s4 .top_title h3 {
  color: rgb(20, 64, 71);
}

/*7.4 fanfact_section_s2 */
.fanfact_section_s2 {
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .fanfact_section_s2 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .fanfact_section_s2 {
    padding-bottom: 50px;
  }
}
.fanfact_section_s2 .item {
  padding-top: 50px;
  margin-top: 0;
}
.fanfact_section_s2 .item .icon {
  position: unset;
  transform: unset;
  margin-bottom: 20px;
}
.fanfact_section_s2 .col:nth-child(2) {
  margin-top: 0px;
}
.fanfact_section_s2 .col:last-child {
  margin-top: 0px;
}

/*7.5 project_section_s3 */
.project_section_s3 {
  position: relative;
}
.project_section_s3 .project_card {
  position: relative;
  margin-bottom: 90px;
}
.project_section_s3 .project_card .image {
  position: relative;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
}
.project_section_s3 .project_card .image::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgb(129, 57, 231);
  opacity: 0.51;
}
.project_section_s3 .project_card .image img {
  width: 100%;
  height: 100%;
}
.project_section_s3 .project_card .content {
  position: absolute;
  left: 50%;
  bottom: -60px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  z-index: 11;
}
@media (max-width: 1199px) {
  .project_section_s3 .project_card .content {
    display: block;
  }
}
@media (max-width: 767px) {
  .project_section_s3 .project_card .content {
    width: 100%;
    max-width: 100%;
  }
}
.project_section_s3 .project_card .content .text {
  max-width: 290px;
  margin: 20px auto;
}
@media (max-width: 767px) {
  .project_section_s3 .project_card .content .text {
    width: 100%;
    max-width: 100%;
  }
}
.project_section_s3 .project_card .content .text h2 a {
  font-size: 22px;
  font-family: "Inter", sans-serif;
  color: #ffffff;
  font-weight: 700;
}
@media (max-width: 1399px) {
  .project_section_s3 .project_card .content .text h2 a {
    font-size: 20px;
  }
}
.project_section_s3 .project_card .content .text p {
  font-size: 17px;
  color: #ffffff;
  margin-bottom: 0;
}
.project_section_s3 .project_card .content .icon {
  height: 125px;
  width: 125px;
  border-radius: 100px;
  text-align: center;
  line-height: 125px;
  background: #ffffff;
  margin: 0 auto;
  outline: 1px dotted #8b49e8;
  outline-offset: -10px;
}
.project_section_s3 .col:nth-child(2) .project_card .image::before {
  background-color: #df5311;
}
.project_section_s3 .col:nth-child(2) .project_card .content {
  bottom: 10%;
  flex-direction: column-reverse;
}
@media (max-width: 1199px) {
  .project_section_s3 .col:nth-child(2) .project_card .content {
    bottom: -60px;
    display: block;
  }
}
.project_section_s3 .col:nth-child(2) .project_card .content .icon {
  background: #df5311;
  outline: 1px dotted #ffffff;
}
.project_section_s3 .col:last-child .project_card .image::before {
  background-color: #138999;
}
.project_section_s3 .col:last-child .project_card .content .icon {
  outline: 1px dotted #ffad0e;
}
.project_section_s3 .shape {
  position: absolute;
  left: 70%;
  transform: translateX(-50%);
  bottom: -22px;
  width: 100%;
}
@media (max-width: 1720px) {
  .project_section_s3 .shape {
    left: 65%;
  }
}
@media (max-width: 1599px) {
  .project_section_s3 .shape {
    left: 60%;
  }
}
@media (max-width: 1399px) {
  .project_section_s3 .shape {
    display: none;
  }
}

/*7.6 video_section_s2 */
.video_section_s2 {
  background: url(../images/video/bg_image.png) center/cover no-repeat;
  padding: 190px 0;
}
@media (max-width: 1399px) {
  .video_section_s2 {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .video_section_s2 {
    padding: 0;
  }
}
.video_section_s2 .video_wrap {
  justify-content: center;
  padding: 0;
  background: transparent;
}
.video_section_s2 .video_wrap::before {
  display: none;
}
.video_section_s2 .video_wrap .content {
  max-width: 630px;
  margin: 0 auto;
  text-align: center;
}
.video_section_s2 .video_wrap .content h2 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
}
.video_section_s2 .video_wrap .video_btn {
  position: unset;
  transform: unset;
  margin: 0 auto;
  margin-top: -64px;
  margin-bottom: 50px;
  border-radius: 100px;
  background: #313b38;
  border: 3px solid #ffffff;
}
@media (max-width: 1399px) {
  .video_section_s2 .video_wrap .video_btn {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.video_section_s2 .video_wrap .video_btn .popup-youtube {
  background: transparent;
  border: 2px solid #ffffff;
}

/*7.7 pricing_section */
.pricing_section {
  margin-top: -20px;
  padding-top: 0;
  padding-bottom: 70px;
}
@media (max-width: 1399px) {
  .pricing_section {
    padding-top: 50px;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .pricing_section {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .pricing_section {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
.pricing_section .col:nth-child(2) .pricing_card .icon {
  background: #df5311;
  margin: 0 auto;
  margin-top: 45px;
  border: 5px solid #ffffff;
}
.pricing_section .col:nth-child(2) .pricing_card .top_content h2 {
  color: #df5311;
}
.pricing_section .col:nth-child(2) .pricing_card .prici_btn .btn_See {
  color: #df5311;
}
.pricing_section .col:nth-child(2) .pricing_card .prici_btn .btn_See:hover {
  color: #df5311;
}
.pricing_section .col:nth-child(2) .pricing_card .shape_1 svg {
  fill: #df5311;
}
.pricing_section .col:nth-child(2) .pricing_card .shape_2 svg {
  fill: #df5311;
}
.pricing_section .col:last-child .pricing_card .top_content h2 {
  color: #8139e7;
}
.pricing_section .col:last-child .pricing_card .prici_btn .btn_See {
  color: #8139e7;
}
.pricing_section .col:last-child .pricing_card .prici_btn .btn_See:hover {
  color: #8139e7;
}
.pricing_section .col:last-child .pricing_card .shape_1 svg {
  fill: #f1e9fc;
}
.pricing_section .col:last-child .pricing_card .shape_2 svg {
  fill: #f1e9fc;
}

.pricing_card {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  text-align: center;
  padding: 30px 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .pricing_card {
    padding: 30px 30px;
  }
}
@media (max-width: 1199px) {
  .pricing_card {
    padding: 30px 20px;
  }
}
.pricing_card .title {
  -webkit-clip-path: polygon(0 0, 100% 0, 85% 51%, 100% 100%, 0 100%, 15% 51%);
          clip-path: polygon(0 0, 100% 0, 85% 51%, 100% 100%, 0 100%, 15% 51%);
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
  font-size: 18px;
  color: rgb(223, 83, 17);
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  background: rgb(254, 254, 255);
  padding: 15px 60px;
}
.pricing_card .icon {
  text-align: center;
  border-radius: 50%;
  background: #ffffff;
  width: 98px;
  height: 98px;
  line-height: 98px;
  margin: 0 auto;
}
.pricing_card .top_content {
  margin: 30px 0;
}
.pricing_card .top_content h2 {
  font-size: 22px;
  font-family: "Rubik", sans-serif;
  color: #138999;
  font-weight: 700;
}
.pricing_card .top_content h3 {
  font-size: 45px;
  color: #144047;
  font-weight: 700;
  margin: 0;
}
.pricing_card .content {
  margin-bottom: 100px;
}
.pricing_card .content ul li {
  font-size: 18px;
  color: #9ea0a6;
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .pricing_card .content ul li {
    font-size: 16px;
  }
}
.pricing_card .content ul li img {
  margin-right: 10px;
}
.pricing_card .prici_btn {
  margin-bottom: 20px;
}
.pricing_card .shape_1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
}
.pricing_card .shape_1 svg {
  fill: #e5f2f4;
}
.pricing_card .shape_2 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.pricing_card .shape_2 svg {
  fill: #e5f2f4;
}

.btn_See {
  font-size: 18px;
  color: rgb(19, 137, 153);
  text-align: center;
  border-radius: 5px;
  background: rgb(255, 255, 255);
  display: inline;
  padding: 15px 35px;
}
.btn_See i {
  margin-left: 10px;
}
.btn_See:hover {
  color: rgb(19, 137, 153);
}

/*8. causes_single_page */
.causes_single_page .title {
  margin-bottom: 40px;
}
.causes_single_page .title h3 {
  font-size: 22px;
  color: #144047;
  margin-bottom: 0;
}
.causes_single_page .wrap {
  border: 1px solid #dddddd;
}
.causes_single_page .wrap .image {
  padding: 20px;
}
@media (max-width: 575px) {
  .causes_single_page .wrap .image {
    padding: 10px;
  }
}
.causes_single_page .wrap .image img {
  width: 100%;
}
.causes_single_page .wrap .top_content {
  max-width: 990px;
  margin: 30px 40px;
}
@media (max-width: 575px) {
  .causes_single_page .wrap .top_content {
    margin: 10px;
  }
}
.causes_single_page .wrap .top_content h2 {
  font-size: 22px;
  color: #144047;
  font-weight: 700;
}
@media (max-width: 575px) {
  .causes_single_page .wrap .top_content h2 {
    font-size: 18px;
    line-height: 30px;
  }
}
.causes_single_page .wrap .top_content p {
  font-size: 17px;
  color: rgb(99, 99, 99);
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .causes_single_page .wrap .top_content p {
    font-size: 15px;
  }
}
.causes_single_page .wrap .widget_causes {
  border-top: 1px solid #dddddd;
  margin-bottom: 70px;
}
.causes_single_page .wrap .widget_causes .causes_content {
  padding: 0 40px;
}
@media (max-width: 575px) {
  .causes_single_page .wrap .widget_causes .causes_content {
    padding: 0 10px;
  }
}
.causes_single_page .wrap .widget_causes .donet_progres {
  padding-top: 65px;
  max-width: 940px;
}
.causes_single_page .wrap .widget_causes .donet_progres .progres {
  height: 8px;
  background: #e8edee;
  border-radius: 6px;
  position: relative;
}
.causes_single_page .wrap .widget_causes .donet_progres .bar {
  height: 100%;
  background: #df5311;
  border-radius: 6px;
}
.causes_single_page .wrap .widget_causes .donet_progres .percent {
  position: absolute;
  left: 80%;
  top: -50px;
  font-size: 12px;
  color: white;
  width: 40px;
  height: 30px;
  background: #df5311;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  margin-bottom: 0;
}
.causes_single_page .wrap .widget_causes .donet_progres .percent::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -10px;
  width: 25px;
  height: 20px;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  background: #df5311;
  transform: translateX(-50%);
  z-index: -1;
}
.causes_single_page .wrap .widget_causes .donet_progres .donet_amaunt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0 20px;
}
@media (max-width: 767px) {
  .causes_single_page .wrap .widget_causes .donet_progres .donet_amaunt {
    margin: 10px 0 20px;
  }
}
.causes_single_page .wrap .widget_causes .donet_progres .donet_amaunt span {
  font-size: 17px;
  color: rgb(20, 64, 71);
  font-weight: 700;
  line-height: 1.471;
}
@media (max-width: 575px) {
  .causes_single_page .wrap .widget_causes .donet_progres .donet_amaunt span {
    font-size: 14px;
  }
}
.causes_single_page .wrap .widget_causes .donet_btn h3 {
  font-size: 22px;
  color: #144047;
  font-weight: 700;
  margin-bottom: 0;
}
.causes_single_page .wrap .widget_causes .donet_btn ul {
  margin-top: 40px;
  margin-bottom: 30px;
}
.causes_single_page .wrap .widget_causes .donet_btn ul li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
}
.causes_single_page .wrap .widget_causes .donet_btn ul li button {
  border: 1px solid #ddd;
  font-size: 17px;
  line-height: 20px;
  color: #144047;
  border-radius: 5px;
  padding: 5px 20px;
  background: transparent;
  transition: all 0.3s ease-in-out;
}
.causes_single_page .wrap .widget_causes .donet_btn ul li:hover button {
  background: #df5311;
  border: 1px solid transparent;
  color: #ffffff;
}
.causes_single_page .wrap .widget_causes .donet_btn ul .active button {
  background: #df5311;
  border: 1px solid transparent;
  color: #ffffff;
}
.causes_single_page .wrap .widget_causes .donet_from {
  max-width: 850px;
}
.causes_single_page .wrap .widget_causes .donet_from .title h3 {
  font-size: 17px;
  color: #144047;
  font-weight: 700;
}
.causes_single_page .wrap .widget_causes .donet_from .from-contol {
  background-color: #fff;
  width: 100%;
  height: 55px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 6px 20px;
  margin-bottom: 30px;
  outline: 0;
  box-shadow: none;
  transition: all 0.3s;
}
.causes_single_page .wrap .widget_causes .donet_from .checkbox-container {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: rgb(99, 99, 99);
  margin-bottom: 30px;
}
.causes_single_page .wrap .widget_causes .donet_from .checkbox-label {
  margin-left: 15px;
}
.causes_single_page .wrap .widget_causes .donet_from .donet_from_btn {
  text-align: end;
}
.causes_single_page .wrap .widget_causes .donet_from .donet_from_btn button {
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  border-radius: 5px;
  background: #df5311;
  display: inline;
  padding: 10px 35px;
  border: none;
  text-transform: uppercase;
}
.causes_single_page .bottom_text {
  margin-top: 50px;
  display: block;
}
.causes_single_page .bottom_text p {
  font-size: 17px;
  color: rgb(99, 99, 99);
}
@media (max-width: 575px) {
  .causes_single_page .bottom_text p {
    font-size: 15px;
  }
}

/*9. team_single_section */
.team_single_section .team_top_wrap {
  padding: 45px;
  border: 1px solid #ddd;
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .team_single_section .team_top_wrap {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .team_single_section .team_top_wrap {
    padding: 20px 15px;
  }
}
.team_single_section .team_top_wrap .image {
  max-width: 450px;
  width: 100%;
}
@media (max-width: 991px) {
  .team_single_section .team_top_wrap .image {
    margin-bottom: 50px;
  }
}
.team_single_section .team_top_wrap .image img {
  width: 100%;
  border-radius: 100px;
}
@media (max-width: 575px) {
  .team_single_section .team_top_wrap .image img {
    border-radius: 40px;
  }
}
.team_single_section .team_top_wrap .content {
  width: calc(100% - 400px);
  margin-left: 60px;
}
@media (max-width: 1199px) {
  .team_single_section .team_top_wrap .content {
    margin-left: 20px;
  }
}
@media (max-width: 991px) {
  .team_single_section .team_top_wrap .content {
    width: 100%;
    margin-left: 0px;
  }
}
.team_single_section .team_top_wrap .content h2 {
  font-size: 25px;
  color: #144047;
  margin-bottom: 20px;
  display: inline-block;
}
@media (max-width: 575px) {
  .team_single_section .team_top_wrap .content h2 {
    font-size: 20px;
  }
}
.team_single_section .team_top_wrap .content ul li {
  padding: 15px 25px;
  margin-bottom: 25px;
  border: 1px solid #ddd;
  font-size: 17px;
  color: rgb(99, 99, 99);
}
@media (max-width: 575px) {
  .team_single_section .team_top_wrap .content ul li {
    padding: 10px 10px;
  }
}
.team_single_section .team_top_wrap .content ul li:last-child {
  margin-bottom: 0;
}
.team_single_section .team_top_wrap .content ul li ul {
  display: inline;
}
.team_single_section .team_top_wrap .content ul li ul li {
  display: inline-block;
  padding: 0;
  margin-bottom: 0;
  border: 1px solid transparent;
  color: transparent;
  margin-right: 25px;
}
@media (max-width: 575px) {
  .team_single_section .team_top_wrap .content ul li ul li {
    margin-right: 10px;
  }
}
.team_single_section .team_top_wrap .content ul li ul li a {
  font-size: 20px;
  color: rgb(129, 57, 231);
}
@media (max-width: 575px) {
  .team_single_section .team_top_wrap .content ul li ul li a {
    font-size: 18px;
  }
}
.team_single_section .team_top_wrap .content ul li ul li:first-child {
  padding-left: 15px;
}
.team_single_section .team_top_wrap .content ul li ul li:nth-child(2) a {
  color: #df5311;
}
.team_single_section .team_top_wrap .content ul li ul li:nth-child(3) a {
  color: #13c5d0;
}
.team_single_section .team_top_wrap .content ul li ul li:nth-child(4) a {
  color: #ff0971;
}
.team_single_section .team_bottom_wrap p {
  margin-right: 50px;
  font-size: 17px;
  color: rgb(99, 99, 99);
  margin-bottom: 80px;
}
.team_single_section .team_bottom_wrap span {
  font-size: 17px;
  color: rgb(99, 99, 99);
  padding-bottom: 10px;
  display: inline-block;
}
.team_single_section .team_bottom_wrap .progres {
  height: 8px;
  background: #e8edee;
  position: relative;
  margin-bottom: 15px;
}
.team_single_section .team_bottom_wrap .bar {
  height: 100%;
  background: #df5311;
}
.team_single_section .team_bottom_wrap .percent {
  right: 0;
  top: -30px;
  position: absolute;
  margin-right: 0;
}

/*10. services_single_section */
.services_single_section {
  padding-bottom: 0;
}
.services_single_section .wrap .image {
  margin-bottom: 30px;
}
.services_single_section .wrap .image img {
  width: 100%;
}
.services_single_section .wrap .content {
  max-width: 1040px;
  margin-bottom: 50px;
}
.services_single_section .wrap .content h2 {
  font-size: 22px;
  color: #144047;
  font-weight: 700;
}
.services_single_section .wrap .content p {
  font-size: 17px;
  color: rgb(99, 99, 99);
}

.services_single_item_wrap {
  display: flex;
  align-items: center;
  border-radius: 50px;
  background-color: rgb(241, 246, 247);
}
@media (max-width: 1199px) {
  .services_single_item_wrap {
    display: block;
    padding: 20px 30px;
    max-width: 500px;
  }
}
@media (max-width: 575px) {
  .services_single_item_wrap {
    display: block;
    padding: 20px 15px;
  }
}
.services_single_item_wrap .content {
  width: calc(100% - 425px);
  padding-left: 45px;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .services_single_item_wrap .content {
    padding-left: 25px;
  }
}
@media (max-width: 1199px) {
  .services_single_item_wrap .content {
    padding-left: 0px;
    width: 100%;
  }
}
.services_single_item_wrap .content h3 {
  font-size: 22px;
  color: rgb(20, 64, 71);
  text-decoration: underline;
  margin-bottom: 25px;
}
@media (max-width: 575px) {
  .services_single_item_wrap .content h3 {
    font-size: 18px;
  }
}
.services_single_item_wrap .content .item_wrap {
 
  align-items: center;
}
@media (max-width: 1199px) {
  .services_single_item_wrap .content .item_wrap {
    display: block;
  }
}
.services_single_item_wrap .content .item_wrap .item {
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .services_single_item_wrap .content .item_wrap .item {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.services_single_item_wrap .content .item_wrap .item:last-child {
  padding-right: 0;
}
.services_single_item_wrap .content .item_wrap ul li {
  font-size: 17px;
  color: rgb(99, 99, 99);
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .services_single_item_wrap .content .item_wrap ul li {
    font-size: 15px;
  }
}
.services_single_item_wrap .content .item_wrap ul li i {
  color: #df5311;
}
.services_single_item_wrap .images {
  padding: 25px;
}
@media (max-width: 1199px) {
  .services_single_item_wrap .images {
    margin-top: 35px;
    padding: 0;
  }
}
.services_single_item_wrap .images img {
  max-width: 425px;
  width: 100%;
  border-radius: 50px;
}

/*11. blog_single_page */
@media (max-width: 991px) {
  .blog_single_page {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .blog_single_page {
    padding-bottom: 50px;
  }
}
.blog_single_page .blog_single_wrap .image {
  margin-bottom: 30px;
}
.blog_single_page .blog_single_wrap .image img {
  width: 100%;
}
.blog_single_page .blog_single_wrap ul {
  margin-bottom: 20px;
}
.blog_single_page .blog_single_wrap ul li {
  display: inline-block;
  font-size: 17px;
  color: rgb(51, 51, 51);
}
.blog_single_page .blog_single_wrap ul li span {
  font-size: 17px;
  color: rgb(255, 255, 255);
  text-align: center;
  background: #df5311;
  padding: 4px 20px;
  text-transform: uppercase;
  border-radius: 100px;
  margin-right: 20px;
}
.blog_single_page .blog_single_wrap h2 {
  font-size: 22px;
  color: rgb(20, 64, 71);
  font-weight: 700;
  padding-right: 100px;
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .blog_single_page .blog_single_wrap h2 {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .blog_single_page .blog_single_wrap h2 {
    font-size: 20px;
  }
}
.blog_single_page .blog_single_wrap p {
  font-size: 16px;
  color: rgb(99, 99, 99);
  line-height: 1.625;
}
.blog_single_page .blog_format_standard {
  margin: 80px 0;
  max-width: 730px;
  background-color: rgba(227, 236, 241, 0.4);
  padding: 70px 65px 40px 70px;
  position: relative;
}
@media (max-width: 767px) {
  .blog_single_page .blog_format_standard {
    padding: 30px 20px 30px 35px;
  }
}
.blog_single_page .blog_format_standard .shape {
  position: absolute;
  right: 50px;
  bottom: 50px;
  z-index: -1;
}
@media (max-width: 767px) {
  .blog_single_page .blog_format_standard .shape {
    display: none;
  }
}
.blog_single_page .blog_format_standard .top_text {
  font-size: 17px;
  color: rgb(99, 99, 99);
  font-style: italic;
  position: relative;
}
.blog_single_page .blog_format_standard .top_text::before {
  position: absolute;
  left: -30px;
  top: 0;
  content: url(../images/blog-single/qa2.png);
}
.blog_single_page .blog_format_standard .content {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.blog_single_page .blog_format_standard .content .image {
  width: 95px;
  height: 95px;
}
.blog_single_page .blog_format_standard .content .image img {
  border-radius: 100px;
}
.blog_single_page .blog_format_standard .content .text {
  width: calc(100% - 100px);
  margin-left: 30px;
}
@media (max-width: 767px) {
  .blog_single_page .blog_format_standard .content .text {
    margin-left: 10px;
  }
}
.blog_single_page .blog_format_standard .content .text h2 {
  font-size: 22px;
  color: rgb(20, 64, 71);
  font-weight: 700;
}
@media (max-width: 767px) {
  .blog_single_page .blog_format_standard .content .text h2 {
    font-size: 20px;
  }
}
.blog_single_page .blog_format_standard .content .text h2 span {
  font-size: 17px;
  color: #636363;
  font-weight: 400;
}
@media (max-width: 767px) {
  .blog_single_page .blog_format_standard .content .text h2 span {
    font-size: 15px;
  }
}
.blog_single_page .blog_format_standard .content .text ul li {
  display: inline-block;
  margin-right: 5px;
}
.blog_single_page .blog_gallery {
  margin-top: 50px;
}
.blog_single_page .comment_area .comment_wrap {
  max-width: 700px;
}
.blog_single_page .comment_area .comment_one {
  padding-left: 50px;
  border-bottom: 1px solid #d9dde4;
}
@media (max-width: 767px) {
  .blog_single_page .comment_area .comment_one {
    padding-left: 20px;
  }
}
.blog_single_page .comment_area .comment_one:first-child {
  padding-left: 0;
}
.blog_single_page .comment_area .comment_one .content {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 50px;
}
.blog_single_page .comment_area .comment_one .content .image {
  width: 90px;
  height: 90px;
}
.blog_single_page .comment_area .comment_one .content .image img {
  border-radius: 100px;
}
.blog_single_page .comment_area .comment_one .content .text {
  width: calc(100% - 100px);
  margin-left: 20px;
  position: relative;
}
.blog_single_page .comment_area .comment_one .content .text h2 {
  font-size: 22px;
  color: #144047;
  font-weight: 700;
}
@media (max-width: 767px) {
  .blog_single_page .comment_area .comment_one .content .text h2 {
    font-size: 20px;
  }
}
.blog_single_page .comment_area .comment_one .content .text p {
  font-size: 15px;
  color: rgb(99, 99, 99);
}
.blog_single_page .comment_area .comment_one .content .text span {
  font-size: 17px;
  color: rgb(99, 99, 99);
}
.blog_single_page .comment_area .comment_one .content .text a {
  font-size: 17px;
  color: #df5311;
  position: absolute;
  right: 80px;
  bottom: 0;
}
@media (max-width: 767px) {
  .blog_single_page .comment_area .comment_one .content .text a {
    right: 0;
  }
}
.blog_single_page .comment_respond {
  margin-top: 80px;
}
.blog_single_page .comment_respond h2 {
  margin-bottom: 30px;
}
.blog_single_page .comment_respond .from-contol {
  background-color: #fff;
  width: 100%;
  height: 70px;
  border: 1px solid rgb(74, 76, 89);
  border-radius: 5px;
  padding: 6px 20px;
  margin-bottom: 30px;
  outline: 0;
  box-shadow: none;
  transition: all 0.3s;
}

/*12. contact page */
.contact_page .image {
  overflow: hidden;
}
@media (max-width: 991px) {
  .contact_page .image {
    margin-bottom: 30px;
  }
}
.contact_page .image img {
  border-radius: 15px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 703px;
}
@media (max-width: 991px) {
  .contact_page .image img {
    height: 100%;
  }
}
.contact_page .contact_from {
  border-radius: 15px;
  background-color: #ffffff;
  padding: 55px 70px;
  box-shadow: 0px 0px 10.01px 0.99px rgba(0, 0, 0, 0.09);
}
@media (max-width: 1399px) {
  .contact_page .contact_from {
    padding: 55px 20px;
  }
}
.contact_page .contact_from .title {
  text-align: center;
  margin-bottom: 10px;
}
.contact_page .contact_from .title h2 {
  font-size: 30px;
  color: rgb(20, 64, 71);
  font-weight: 700;
}
.contact_page .contact_from .title span {
  font-size: 17px;
  color: rgb(99, 99, 99);
  line-height: 1.647;
}
.contact_page .contact_from .from_wrap div {
  margin-top: 30px;
}
.contact_page .contact_from .from_wrap .form-control {
  width: 100%;
  font-size: 16px;
  color: rgb(99, 99, 99);
  line-height: 2.5;
  padding-left: 18px;
  border-color: 1px solid rgb(221, 221, 221);
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.contact_page .contact_from .from_wrap .form-control:focus {
  color: #212529;
  border-color: 1px solid #df5311;
  outline: 0;
  box-shadow: 0 0 0 0.25rem transparent;
}
.contact_page .contact_from .from_wrap .btn_primary {
  width: 100%;
  background: #df5311;
  border-radius: 25px;
  color: #ffffff;
  padding: 10px 0;
  margin-top: 20px;
}
.contact_page .contact_from .from_wrap .btn_primary::before {
  display: none;
}

.map_right.s2 .map {
  height: 400px;
  margin-top: 100px;
}
@media (max-width: 991px) {
  .map_right.s2 .map {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .map_right.s2 .map {
    margin-top: 40px;
  }
}

/* 13. error_page */
.error_page {
  padding-top: 0;
}
.error_page .image img {
  width: 100%;
}
.error_page .content {
  text-align: center;
}
.error_page .content h2 {
  font-size: 34px;
  color: #144047;
  font-weight: 700;
}
@media (max-width: 575px) {
  .error_page .content h2 {
    margin-top: 15px;
    font-size: 25px;
  }
}
.error_page .content p {
  font-size: 17px;
  color: rgb(99, 99, 99);
}
.error_page .content .btn_primary {
  background: #df5311;
  color: #ffffff;
}/*# sourceMappingURL=style.css.map */