/* ---------------------------------------------------------
    * Name: 
    * Version: 1.0.1
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * Widgets

        Header
        Footer
        Tabs
        Button
        Range-slider
        Form
        Slider
        Pop-up
        Dashboard
        Blog
        Testimonial
        Accordion
        Map
        Nice-select
        Animation
        Color-themes

    * section

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&amp;display=swap');
:root {
  --bg-body-color: #1f2124;
  --Black: #000000;
  --White: #ffffff;
  --Text-white: #ffffff;
  --Text: #5c5e61;
  --Text-2: #161e2d;
  --Text-3: rgba(44, 46, 51, 0.6);
  --Text-4: rgba(44, 46, 51, 0.5);
  --Text-5: rgba(44, 46, 51, 0.5);
  --Heading: #2c2e33;
  --Heading-2: rgba(44, 46, 51, 0.5);
  --Note: #a8abae;
  --Note-2: #8e8e93;
  --Primary: #f1913d;
  --Sub-primary-1: #fef7f1;
  --Sub-primary-2: rgba(241, 145, 61, 0.15);
  --Sub-primary-3: rgba(241, 145, 61, 0.1);
  --shadown: rgba(241, 145, 61, 0.12);
  --Secondary: #2c2e33;
  --Color-1: #06a788;
  --Color-2: #f2695c;
  --Color-3: #c79e34;
  --Color-4: #7695ff;
  --Color-5: #1563df;
  --Color-6: #fdefe2;
  --Color-7: #25c55b;
  --Color-8: #ffa920;
  --Line: #ececec;
  --border: rgba(255, 255, 255, 0.1);
  --border-2: rgba(255, 255, 255, 0.8);
  --border-3: rgba(255, 255, 255, 0.5);
  --border-4: rgba(255, 255, 255, 0.6);
  --border-5: rgba(255, 255, 255, 0.7);
}
.icons-box.style-2:hover {
    background-color: #103c3b;
}

.dark-theme:not(.dark-theme.default-dark) .icons-box.style-2 {
  background-color: #2c2e33;
}
.dark-theme:not(.dark-theme.default-dark) .icons-box.style-8:hover {
  background-color: #2c2e33;
}

.dark-theme:not(.dark-theme.default-dark) .icons-box.style-4.v2 .tf-icon {
  --Sub-primary-1: rgba(255, 255, 255, 0.1);
}

.icons-box {
  padding: 24px;
  border-radius: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: var(--White);
}
.icons-box .tf-icon {
  margin-bottom: 32px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icons-box .title {
  margin-bottom: 24px;
}
.icons-box p {
  margin-bottom: 30px;
}
.icons-box:hover {
  box-shadow: 0px 30px 60px var(--Sub-primary-2);
}
.icons-box.default {
  padding: 24px 30px;
}
.icons-box.default .tf-icon svg path:not(:first-child) {
  fill: var(--Primary);
}
.icons-box.default:hover .tf-btn {
  background-color: var(--Primary);
  color: var(--White);
}
.icons-box.style-1 .heading {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
.icons-box.style-1 .tf-icon {
  margin-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  background-color: var(--Sub-primary-2);
  border-radius: 16px;
  flex-shrink: 0;
}
.icons-box.style-1 .tf-icon svg:not(.icons-box.style-1 .tf-icon svg.stroke) path {
  fill: var(--Primary);
}
.icons-box.style-1 .tf-icon .stroke path {
  stroke: var(--Primary);
}
.icons-box.style-1 .title {
  margin-bottom: 0;
}
.icons-box.style-1 .title a:hover {
  color: var(--Color-1);
}
.icons-box.style-1 p {
  margin-bottom: 24px;
}
.icons-box.style-1:hover {
  box-shadow: 0px 30px 60px rgba(6, 167, 136, 0.12);
}
.icons-box.style-1:hover .tf-icon {
  background-color: var(--Primary);
}
.icons-box.style-1:hover .tf-icon svg:not(.icons-box.style-1:hover .tf-icon svg.stroke) path {
  fill: var(--White);
}
.icons-box.style-1:hover .tf-icon .stroke path {
  stroke: var(--White);
}
.icons-box.style-2 {
  background-color: #103c3b1a;
}
.icons-box.style-2 .tf-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  width: 68px;
  height: 68px;
  background-color: var(--White);
  box-shadow: 0px 8px 18px var(--Sub-primary-2);
  margin-bottom: 24px;
}
.icons-box.style-2 .tf-icon svg path:not(:last-child) {
  fill: var(--Primary);
}
.icons-box.style-2 .tf-icon .change path:nth-last-child(1), .icons-box.style-2 .tf-icon .change path:nth-last-child(2) {
  fill: #2c2e33;
}
.icons-box.style-2 .title {
  margin-bottom: 23px;
  color: #2c2e33;
  font-weight: 600;
  font-family: "Jost", Helvetica, Arial, sans-serif;
}
.icons-box.style-2 .title a:hover {
  color: var(--White);
}
.icons-box.style-2 p {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 0;
  color: #5e5c61;
   line-height: 22.4px;
}
.mb-46{margin-bottom:40px;}
.section-why .tf-btn {
    height: 54px;
    font-size: 16px;
    line-height: 22.4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    color: #ffffff;
    width: max-content;
    gap: 10px;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    z-index: 3;
    background-color: #103c3b;
    padding: 0 40px;
    font-weight: 600;
}
.icons-box.style-2:hover {
  background-color: #103c3b;
}
.icons-box.style-2:hover .title a {
  color: var(--White);
}
.icons-box.style-2:hover h5 {
  color: var(--White);
}
.icons-box.style-2:hover p {
  color: var(--White);
}
.icons-box.style-3 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 24px;
}
.icons-box.style-3 .tf-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 76px;
  width: 76px;
  font-size: 40px;
  margin-bottom: 0;
  color: var(--Primary);
  background-color: var(--Sub-primary-2);
  border-radius: 16px;
  flex-shrink: 0;
}
.icons-box.style-3 .title,
.icons-box.style-3 p {
  margin-bottom: 16px;
}
.icons-box.style-3:hover {
  box-shadow: 0px 30px 60px var(--Sub-primary-1);
}
.icons-box.style-3:hover .tf-icon {
  background-color: var(--Primary);
  color: var(--White);
}
.icons-box.style-4, .icons-box.style-5, .icons-box.style-8 {
  flex-grow: 0;
}
.icons-box.style-4 .tf-icon, .icons-box.style-5 .tf-icon, .icons-box.style-8 .tf-icon {
  width: 120px;
  height: 120px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  margin: 0 auto 24px;
  background-color: var(--Sub-primary-1);
}
.icons-box.style-4 .line, .icons-box.style-5 .line, .icons-box.style-8 .line {
  display: block;
  background-color: var(--Line);
  width: 80px;
  height: 1px;
  margin: 0 auto;
  margin-bottom: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icons-box.style-4 p, .icons-box.style-5 p, .icons-box.style-8 p {
  margin-bottom: 0;
}
.icons-box.style-4:hover, .icons-box.style-5:hover, .icons-box.style-8:hover {
  box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.07);
}
.icons-box.style-4:hover .tf-icon, .icons-box.style-5:hover .tf-icon, .icons-box.style-8:hover .tf-icon {
  background-color: var(--Primary);
}
.icons-box.style-4:hover .tf-icon svg .change, .icons-box.style-5:hover .tf-icon svg .change, .icons-box.style-8:hover .tf-icon svg .change {
  fill: var(--White);
}
.icons-box.style-4:hover .line, .icons-box.style-5:hover .line, .icons-box.style-8:hover .line {
  background-color: var(--Primary);
}
.icons-box.style-4 {
  padding: 30px 30px 30px;
}
.icons-box.style-4 .tf-icon svg path:not(:last-child) {
  fill: var(--Primary);
}
.icons-box.style-4 .tf-icon.style-2 svg path:nth-last-child(1), .icons-box.style-4 .tf-icon.style-2 svg path:nth-last-child(2) {
  fill: var(--Heading) !important;
}
.icons-box.style-4 .title {
  margin-bottom: 15px;
}
.icons-box.style-4.v2 .title {
  margin-bottom: 25px;
}
.icons-box.style-4.v2 .line {
  margin-bottom: 24px;
}
.icons-box.style-4:hover .tf-icon svg path:not(:last-child) {
  fill: var(--White);
}
.icons-box.style-5 {
  position: relative;
  padding: 34px 31px 30px;
}
.icons-box.style-5 .tf-icon {
  background-color: var(--Sub-primary-1);
}
.icons-box.style-5 .title {
  margin-bottom: 15px;
}
.icons-box.style-5 p {
  margin-bottom: 24px;
}
.icons-box.style-5:hover {
  box-shadow: 0px 30px 60px var(--shadown);
}
.icons-box.style-5:hover .tf-icon {
  background-color: var(--Sub-primary-1);
}
.icons-box.style-5:hover .tf-icon svg .change {
  fill: unset;
}
.icons-box.style-5:hover .line {
  background-color: var(--Line);
}
.icons-box.style-6 .title a:hover {
  color: var(--Color-3);
}
.icons-box.style-6:hover {
  box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.07);
}
.icons-box.style-7 .tf-icon {
  margin-bottom: 23px;
}
.icons-box.style-7 .tf-icon svg .change {
  color: var(--Primary);
}
.icons-box.style-7 p {
  margin-bottom: 23px;
}
.icons-box.style-7:hover {
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.07);
}
.icons-box.style-8 {
  border: 1px solid var(--Line);
  padding: 47px 34px 45px;
}
.icons-box.style-8 .tf-icon {
  font-size: 60px;
}
.icons-box.style-8 .tf-icon i {
  color: var(--Primary);
}
.icons-box.style-8 .line {
  margin-bottom: 24px;
}
.icons-box.style-8:hover {
  border-color: transparent;
}
.icons-box.style-8:hover .tf-icon i {
  color: var(--White);
}
