@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Template Name: Exdos - Creative Agency HTML Template
    Author: Theme_Pure
    Support: help.themepure.net
    Description: Exdos - Creative Agency HTML Template is a modern, customizable, and responsive template designed for agencies to showcase their work, services, and team with stylish layouts and interactive features.
    Version: 1.0.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

	-----------------
    01. THEME CSS
	-----------------
		1.1 Theme Default
		1.2 Common Classes
		1.3 Default Spacing

	-----------------
    02. COMPONENTS css
	-----------------
		2.1 Accordion
		2.2 Back to Top
		2.3 Breadcrumb
		2.4 Button
		2.5 Custom Animation
		2.6 Offcanvas
		2.7 Preloader
		2.8 Search Bar
		2.9 Skill

	-----------------
    03. HEADER CSS
	-----------------
		3.1 Header Style 1
		3.2 Mobile Menu

	---------------------------------
	04. BLOG CSS
	---------------------------------
		4.1 Postbox
		4.2 Recent Post
		4.3 Sidebar

	---------------------------------
	06. FOOTER CSS
	---------------------------------
		5.1 Footer Style 1
		5.2 Footer Style 2
		5.3 Footer Style 3

	---------------------------------
	07. PAGES CSS
	---------------------------------
		6.1 About
		6.2 Award
		6.3 Brand
		6.4 Contact
		6.5 CTA
		6.6 Fact
		6.7 Faq
		6.8 Hero
		6.9 Newsletter
		6.10 Portfolio
		6.11 Pricing
		6.12 Process
		6.13 Servicess
		6.14 Team
		6.15 Testimonial
		6.16 Video


**********************************************/
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lexend:wght@100..900&display=swap");

:root {
  --green-color: #029348;
  --red-color: #d12b38;
  --dark-color: #4d4d4d;
  --yellow-color: #ffd38a;
}

.green-text {
  color: var(--green-color);
}

.red-text {
  color: var(--red-color);
}

.yellow-text {
  color: var(--yellow-color);
}

:root {
  --tp-font-heading: "Quattrocento Sans", sans-serif;
  --tp-font-body: "Quattrocento Sans", sans-serif;
  --tp-font-flaticon: "flaticon";
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*---------------------------------
	typography css start 
---------------------------------*/
body {
  font-family: var(--tp-font-body);
  font-size: 17px;
  font-weight: normal;
  color: var(--dark-color);
  line-height: 28px;
  background-color: #fff;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tp-font-heading);
  color: var(--tp-heading-color);
  margin-top: 0px;
  font-weight: 700;
  line-height: 1.2;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 38px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

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

p {
  font-family: var(--tp-font-body);
  font-size: 17px;
  font-weight: 400;
  color: var(--tp-body-color);
  margin-bottom: 15px;
  line-height: 28px;
}

a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

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

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

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
input[type=file],
select,
textarea {
  outline: none;
  background-color: transparent;
  height: 56px;
  width: 100%;
  line-height: 56px;
  font-size: 15px;
  color: #333;
  border-bottom: 1px solid #333;
  /* text-transform: uppercase; */
  font-weight: 500;
}

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #57595c;
}

input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #57595c;
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #57595c;
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #57595c;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:focus {
  border-color: #333;
}

input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=url]:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

textarea {
  line-height: 1.4;
  padding-top: 17px;
  padding-bottom: 17px;
}

*::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

*::selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--tp-common-black);
  font-size: 15px;
  opacity: 1;
  font-weight: 500;
}

*::placeholder {
  color: var(--tp-common-black);
  font-size: 15px;
  opacity: 1;
  font-weight: 500;
}

/*----------------------------------------*/
/*  1.2 Common Classes
/*----------------------------------------*/
.wow {
  visibility: hidden;
}

.section-title-wrap {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .section-title-wrap {
    margin-bottom: 15px;
  }

  .section-title-wrap p {
    font-size: 14px;
    padding: 0 10px;
  }
}

.section-title {
  color: var(--tp-font-body, #333333);
  font-size: 40px;
  text-align: center;
}

.section-title::after {
  margin: auto;
  content: "";
  display: block;
  width: 300px;
  height: 5px;
  background: linear-gradient(135deg, #d33b00 0%, #ffcf00 50%, #00a63e 100%);
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .section-title {
    font-size: 22px;
  }
}

.section-subtitle {
  font-size: 16px;
  text-align: center;
  display: flex;
}

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

.m-img img {
  max-width: 100%;
}

img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-11 {
  z-index: 11;
}

.bg-pos-end {
  background-position: bottom;
  background-repeat: no-repeat;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.overflow-x-visible {
  overflow-x: visible;
  overflow-y: hidden;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.br-5 {
  border-radius: 5px;
}

.br-24 {
  border-radius: 24px;
}

.br-5>img {
  border-radius: 5px;
}

.br-10>img {
  border-radius: 10px;
}

.br-15>img {
  border-radius: 15px;
}

.br-20 {
  border-radius: 20px;
}

.br-20>img,
.br-20>a img {
  border-radius: 20px;
}

.br-140 {
  border-radius: 140px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .br-140 {
    border-radius: 0;
  }
}

.br-150 {
  border-radius: 150px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .br-150 {
    border-radius: 0;
  }
}

.tp-fs-15 {
  font-size: 15px;
}

.tp-fs-20 {
  font-size: 20px;
}

.tp-fs-24 {
  font-size: 24px;
}

.tp-fs-30 {
  font-size: 30px;
}

@media (max-width: 767px) {
  .tp-fs-30 {
    font-size: 22px;
  }
}

.tp-fs-40 {
  font-size: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-fs-40 {
    font-size: 32px;
  }
}

.tp-medium {
  font-weight: 500;
}

.tp-upper {
  text-transform: uppercase;
}

.tp-cap {
  text-transform: capitalize;
}

.tp-text-white {
  color: #fff;
}

.tp-white-bg {
  background-color: #fff;
}

.tp-black-bg {
  background-color: var(--tp-common-black);
}

.tp-blue-bg {
  background-color: var(--tp-theme-color);
}

.tp-yellow-bg {
  background-color: var(--tp-theme-color-2);
}

.tp-nblue-bg {
  background-color: var(--tp-theme-nblue);
}

.tp-cream-bg {
  background-color: var(--tp-cream);
}

.tp-cream-bg-2 {
  background-color: var(--tp-cream-2);
}

.tp-theme-black-bg {
  background-color: var(--tp-heading-color);
}

.tp-color-orange {
  color: var(--tp-theme-orange);
}

.tp-slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.tp-brand-slide-element {
  width: auto;
  display: inline-block;
}

.solid-bg.jarallax {
  height: 800px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .solid-bg.jarallax {
    height: 600px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .solid-bg.jarallax {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .solid-bg.jarallax {
    height: 300px;
  }
}

/*----------------------------------------*/
/*  1.3 Default Spacing
/*----------------------------------------*/
/*--
    - Margin & Padding
-----------------------------------------*/
/*-- Margin Top --*/
.mt-1 {
  margin-top: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-18 {
  padding-left: 18px;
}

.pl-19 {
  padding-left: 19px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-21 {
  padding-left: 21px;
}

.pl-22 {
  padding-left: 22px;
}

.pl-23 {
  padding-left: 23px;
}

.pl-24 {
  padding-left: 24px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-26 {
  padding-left: 26px;
}

.pl-27 {
  padding-left: 27px;
}

.pl-28 {
  padding-left: 28px;
}

.pl-29 {
  padding-left: 29px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-31 {
  padding-left: 31px;
}

.pl-32 {
  padding-left: 32px;
}

.pl-33 {
  padding-left: 33px;
}

.pl-34 {
  padding-left: 34px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-36 {
  padding-left: 36px;
}

.pl-37 {
  padding-left: 37px;
}

.pl-38 {
  padding-left: 38px;
}

.pl-39 {
  padding-left: 39px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-41 {
  padding-left: 41px;
}

.pl-42 {
  padding-left: 42px;
}

.pl-43 {
  padding-left: 43px;
}

.pl-44 {
  padding-left: 44px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-46 {
  padding-left: 46px;
}

.pl-47 {
  padding-left: 47px;
}

.pl-48 {
  padding-left: 48px;
}

.pl-49 {
  padding-left: 49px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-51 {
  padding-left: 51px;
}

.pl-52 {
  padding-left: 52px;
}

.pl-53 {
  padding-left: 53px;
}

.pl-54 {
  padding-left: 54px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-56 {
  padding-left: 56px;
}

.pl-57 {
  padding-left: 57px;
}

.pl-58 {
  padding-left: 58px;
}

.pl-59 {
  padding-left: 59px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-61 {
  padding-left: 61px;
}

.pl-62 {
  padding-left: 62px;
}

.pl-63 {
  padding-left: 63px;
}

.pl-64 {
  padding-left: 64px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-66 {
  padding-left: 66px;
}

.pl-67 {
  padding-left: 67px;
}

.pl-68 {
  padding-left: 68px;
}

.pl-69 {
  padding-left: 69px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-71 {
  padding-left: 71px;
}

.pl-72 {
  padding-left: 72px;
}

.pl-73 {
  padding-left: 73px;
}

.pl-74 {
  padding-left: 74px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-76 {
  padding-left: 76px;
}

.pl-77 {
  padding-left: 77px;
}

.pl-78 {
  padding-left: 78px;
}

.pl-79 {
  padding-left: 79px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-81 {
  padding-left: 81px;
}

.pl-82 {
  padding-left: 82px;
}

.pl-83 {
  padding-left: 83px;
}

.pl-84 {
  padding-left: 84px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-86 {
  padding-left: 86px;
}

.pl-87 {
  padding-left: 87px;
}

.pl-88 {
  padding-left: 88px;
}

.pl-89 {
  padding-left: 89px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-91 {
  padding-left: 91px;
}

.pl-92 {
  padding-left: 92px;
}

.pl-93 {
  padding-left: 93px;
}

.pl-94 {
  padding-left: 94px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-96 {
  padding-left: 96px;
}

.pl-97 {
  padding-left: 97px;
}

.pl-98 {
  padding-left: 98px;
}

.pl-99 {
  padding-left: 99px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-101 {
  padding-left: 101px;
}

.pl-102 {
  padding-left: 102px;
}

.pl-103 {
  padding-left: 103px;
}

.pl-104 {
  padding-left: 104px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-106 {
  padding-left: 106px;
}

.pl-107 {
  padding-left: 107px;
}

.pl-108 {
  padding-left: 108px;
}

.pl-109 {
  padding-left: 109px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-111 {
  padding-left: 111px;
}

.pl-112 {
  padding-left: 112px;
}

.pl-113 {
  padding-left: 113px;
}

.pl-114 {
  padding-left: 114px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-116 {
  padding-left: 116px;
}

.pl-117 {
  padding-left: 117px;
}

.pl-118 {
  padding-left: 118px;
}

.pl-119 {
  padding-left: 119px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-121 {
  padding-left: 121px;
}

.pl-122 {
  padding-left: 122px;
}

.pl-123 {
  padding-left: 123px;
}

.pl-124 {
  padding-left: 124px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-126 {
  padding-left: 126px;
}

.pl-127 {
  padding-left: 127px;
}

.pl-128 {
  padding-left: 128px;
}

.pl-129 {
  padding-left: 129px;
}

.pl-130 {
  padding-left: 130px;
}

/*-- Padding Right --*/
.pr-1 {
  padding-right: 1px;
}

.pr-2 {
  padding-right: 2px;
}

.pr-3 {
  padding-right: 3px;
}

.pr-4 {
  padding-right: 4px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-6 {
  padding-right: 6px;
}

.pr-7 {
  padding-right: 7px;
}

.pr-8 {
  padding-right: 8px;
}

.pr-9 {
  padding-right: 9px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-11 {
  padding-right: 11px;
}

.pr-12 {
  padding-right: 12px;
}

.pr-13 {
  padding-right: 13px;
}

.pr-14 {
  padding-right: 14px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-16 {
  padding-right: 16px;
}

.pr-17 {
  padding-right: 17px;
}

.pr-18 {
  padding-right: 18px;
}

.pr-19 {
  padding-right: 19px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-21 {
  padding-right: 21px;
}

.pr-22 {
  padding-right: 22px;
}

.pr-23 {
  padding-right: 23px;
}

.pr-24 {
  padding-right: 24px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-26 {
  padding-right: 26px;
}

.pr-27 {
  padding-right: 27px;
}

.pr-28 {
  padding-right: 28px;
}

.pr-29 {
  padding-right: 29px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-31 {
  padding-right: 31px;
}

.pr-32 {
  padding-right: 32px;
}

.pr-33 {
  padding-right: 33px;
}

.pr-34 {
  padding-right: 34px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-36 {
  padding-right: 36px;
}

.pr-37 {
  padding-right: 37px;
}

.pr-38 {
  padding-right: 38px;
}

.pr-39 {
  padding-right: 39px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-41 {
  padding-right: 41px;
}

.pr-42 {
  padding-right: 42px;
}

.pr-43 {
  padding-right: 43px;
}

.pr-44 {
  padding-right: 44px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-46 {
  padding-right: 46px;
}

.pr-47 {
  padding-right: 47px;
}

.pr-48 {
  padding-right: 48px;
}

.pr-49 {
  padding-right: 49px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-51 {
  padding-right: 51px;
}

.pr-52 {
  padding-right: 52px;
}

.pr-53 {
  padding-right: 53px;
}

.pr-54 {
  padding-right: 54px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-56 {
  padding-right: 56px;
}

.pr-57 {
  padding-right: 57px;
}

.pr-58 {
  padding-right: 58px;
}

.pr-59 {
  padding-right: 59px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-61 {
  padding-right: 61px;
}

.pr-62 {
  padding-right: 62px;
}

.pr-63 {
  padding-right: 63px;
}

.pr-64 {
  padding-right: 64px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-66 {
  padding-right: 66px;
}

.pr-67 {
  padding-right: 67px;
}

.pr-68 {
  padding-right: 68px;
}

.pr-69 {
  padding-right: 69px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-71 {
  padding-right: 71px;
}

.pr-72 {
  padding-right: 72px;
}

.pr-73 {
  padding-right: 73px;
}

.pr-74 {
  padding-right: 74px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-76 {
  padding-right: 76px;
}

.pr-77 {
  padding-right: 77px;
}

.pr-78 {
  padding-right: 78px;
}

.pr-79 {
  padding-right: 79px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-81 {
  padding-right: 81px;
}

.pr-82 {
  padding-right: 82px;
}

.pr-83 {
  padding-right: 83px;
}

.pr-84 {
  padding-right: 84px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-86 {
  padding-right: 86px;
}

.pr-87 {
  padding-right: 87px;
}

.pr-88 {
  padding-right: 88px;
}

.pr-89 {
  padding-right: 89px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-91 {
  padding-right: 91px;
}

.pr-92 {
  padding-right: 92px;
}

.pr-93 {
  padding-right: 93px;
}

.pr-94 {
  padding-right: 94px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-96 {
  padding-right: 96px;
}

.pr-97 {
  padding-right: 97px;
}

.pr-98 {
  padding-right: 98px;
}

.pr-99 {
  padding-right: 99px;
}

.pr-100 {
  padding-right: 100px;
}

.pt-290 {
  padding-top: 290px;
}

.pt-210 {
  padding-top: 210px;
}

.pt-220 {
  padding-top: 220px;
}

.pt-240 {
  padding-top: 240px;
}

.pt-275 {
  padding-top: 275px;
}

.pt-265 {
  padding-top: 265px;
}

.pl-240 {
  padding-left: 240px;
}

.pb-170 {
  padding-bottom: 170px;
}

.tp-section-m-100 {
  margin: 0 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-section-m-100 {
    margin: 0px;
  }
}

.plr-100 {
  padding-left: 100px;
  padding-right: 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .plr-100 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .plr-100 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.plr-85 {
  padding-left: 85px;
  padding-right: 85px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .plr-85 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .plr-85 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .plr-85 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/*----------------------------------------*/
/* Button
/*----------------------------------------*/
.rpm-btn,
.rpm-btnBg {
  font-family: "Inter", sans-serif;
  background-color: #029348;
  border-radius: 8px;
  color: #ffffff;
  transition: 0.3s ease-in-out;
  display: inline-block;
  text-align: center;
}

.rpm-btn:hover,
.rpm-btnBg:hover {
  cursor: pointer;
}

.transparent-btn {
  font-family: "Inter", sans-serif;
  border: 1px solid #646262;
  padding: 8px 24px;
  background-color: transparent;
  border-radius: 8px;
  color: #646262;
  font-weight: bold;
  line-height: 24px;
  transition: 0.3s ease-in-out;
  display: inline-block;
  /* small mobile :320px. */
}

@media (max-width: 767px) {
  .transparent-btn {
    font-size: 14px;
  }
}

.transparent-btn:hover {
  background-color: #00a63e;
  color: #fff;
}

/* Primary button */
.rpm-btn {
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 600;
  line-height: 21px;
}

.rpm-btn:hover {
  background-color: #ffffff;
  color: #029348;
}

/* Bigger button */
.rpm-btnBg {
  padding: 14px 26px;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
}

.rpm-btnBg:hover {
  background-color: #4d4d4d;
  color: #ffffff;
}

/*----------------------------------------*/
/* Responsive Buttons
/*----------------------------------------*/
@media (max-width: 768px) {
  .rpm-btn {
    padding: 6px 12px;
    font-size: 11px;
    line-height: 18px;
  }

  .rpm-btnBg {
    padding: 10px 20px;
    font-size: 13px;
    line-height: 22px;
  }
}

@media (max-width: 480px) {
  .rpm-btn {
    padding: 5px 10px;
    font-size: 10px;
    line-height: 16px;
  }

  .rpm-btnBg {
    padding: 8px 16px;
    font-size: 12px;
    line-height: 20px;
  }
}

/*----------------------------------------*/
/*  2.2 Back to Top
/*----------------------------------------*/
#back-to-top {
  position: fixed;
  right: 50px;
  bottom: 50px;
  background: var(--green-color);
  color: #fff;
  z-index: 9;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transform: scale(0.7);
}

#back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

/*----------------------------------------*/
/*  2.5 Custom Animation
/*----------------------------------------*/
.tpFadeInUp {
  opacity: 0;
  /* Start invisible */
  animation: tpFadeInUp 2s ease-out forwards;
  /* 2 seconds duration, ease-out effect */
}

@keyframes tpFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
    /* Start slightly below */
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    /* End at original position */
  }
}

@keyframes tpslideInUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.tpfadeInLeft {
  opacity: 0;
  /* Start invisible */
  animation: tpfadeInLeft 2s ease-out forwards;
  /* 2 seconds duration, ease-out effect */
}

@keyframes tpfadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
    /* Start slightly to the left */
  }

  100% {
    opacity: 1;
    transform: translateX(0);
    /* End at original position */
  }
}

.tpSkillInLeft {
  opacity: 0;
  /* Start invisible */
  animation: tpSkillInLeft 2s ease-out forwards;
  /* 2 seconds duration, ease-out effect */
}

@keyframes tpSkillInLeft {
  0% {
    opacity: 0;
    transform: translateX(-300px);
    /* Start slightly to the left */
  }

  100% {
    opacity: 1;
    transform: translateX(0);
    /* End at original position */
  }
}

.slideinup {
  -webkit-animation-name: slideinup;
  animation-name: slideinup;
}

@keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(70px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(70px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes slideindown {
  0% {
    opacity: 0;
    transform: translateY(-70px);
  }

  100% {
    transform: translateY(0);
  }
}

.slideinleft {
  -webkit-animation-name: slideinleft;
  animation-name: slideinleft;
}

@keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translateX(-70px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes slidebottomright {
  0% {
    opacity: 0;
    transform: translateX(100px) translateY(100px);
  }

  100% {
    transform: translateX(0) translateY(0);
  }
}

@keyframes slidetopleft {
  0% {
    opacity: 0;
    transform: translateX(-100px) translateY(-100px);
  }

  100% {
    transform: translateX(0) translateY(0);
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }

  0% {
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
  }

  75% {
    border-top-color: #fff;
    border-left-color: #fff;
    border-right-color: #fff;
    border-bottom-color: transparent;
  }

  100% {
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
  }
}

/*img-animation**********************/
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

.banner-area {
  padding-top: 80px;
}

.banner-area__item {
  position: relative;
  background-color: black;
  height: calc(85vh - 80px);
}

@media (max-width: 767px) {
  .banner-area__item {
    height: calc(80vh - 150px);
  }
}

@media (min-width: 1920px) {
  .banner-area__item {
    height: calc(70vh - 10px);
  }
}

@media (min-width: 1528px) {
  .banner-area__item {
    height: calc(85vh - 80px);
  }
}

.banner-area__item::after {
  position: absolute;
  content: "";
  inset: 0;
  z-index: 0;
  /* background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0) 100%); */
}

.banner-area__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .banner-area__item img {
    object-fit: cover;
  }
}

.banner-area__item__content {
  position: absolute;
  bottom: 50px;
  left: 90px;
  z-index: 1;
  width: 830px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .banner-area__item__content {
    width: 730px;
    left: 30px;
  }
}

@media (max-width: 767px) {
  .banner-area__item__content {
    left: 20px;
    width: calc(100% - 40px);
    bottom: 30px;
  }
}

.banner-area__item__content h1 {
  font-size: 54px;
  color: #4d4d4d;
  font-weight: 500;
  margin-bottom: 24px;
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 991px) {
  .banner-area__item__content h1 {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .banner-area__item__content h1 {
    font-size: 30px;
  }
}

.banner-area__item__content p {
  color: #4d4d4d;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  overflow: hidden;
}

@media (max-width: 767px) {
  .banner-area__item__content p {
    font-size: 16px;
  }
}

.banner-area .banner-button-next,
.banner-area .banner-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
  background-color: var(--green-color);
  color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
  opacity: 0.5;
  /* small mobile :320px. */
}

.banner-area .banner-button-next:hover,
.banner-area .banner-button-prev:hover {
  background-color: #d12b38;
  opacity: 1;
}

@media (max-width: 767px) {

  .banner-area .banner-button-next,
  .banner-area .banner-button-prev {
    display: none;
  }
}

.banner-area .swiper-button-disabled {
  cursor: no-drop;
}

.banner-area .banner-button-next {
  right: 40px;
}

.banner-area .banner-button-prev {
  left: 40px;
}

@media (max-width: 767px) {
  .banner-area .banner-button-next {
    right: 15px;
  }

  .banner-area .banner-button-prev {
    left: 15px;
  }
}

/*----------------------------------------*/
/* lab
/*----------------------------------------*/
.lab-section {
  overflow: hidden;
  background-color: #fff;
}

.lab-section__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 100px;
  padding: 16px 0;
  /* Tablet (768px - 991px) */
  /* Mobile (up to 767px) */
}

@media (min-width: 768px) and (max-width: 991px) {
  .lab-section__wrap {
    gap: 40px;
  }
}

@media (max-width: 767px) {
  .lab-section__wrap {
    gap: 25px;
    padding: 20px 0;
  }
}

.lab-section__wrap__item {
  height: 64px;
  aspect-ratio: 1/1;
  object-fit: contain;
  /* Tablet */
  /* Mobile */
}

@media (min-width: 768px) and (max-width: 991px) {
  .lab-section__wrap__item {
    height: 56px;
  }
}

@media (max-width: 767px) {
  .lab-section__wrap__item {
    height: 32px;
  }
}

.security-area {
  padding: 34px 0;
  background-color: #f5f5f7;
}

.security-area .subtitle {
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  padding: 0 20px;
  width: 950px;
  margin: auto;
  /* Tablet: 768px - 991px */
  /* Large mobile: 480px - 767px */
  /* Small mobile: 320px - 480px */
}

@media (min-width: 768px) and (max-width: 991px) {
  .security-area .subtitle {
    width: unset;
    font-size: 30px;
    line-height: 42px;
  }
}

@media (max-width: 767px) {
  .security-area .subtitle {
    width: unset;
    font-size: 26px;
    line-height: 36px;
  }
}

@media (max-width: 480px) {
  .security-area .subtitle {
    width: unset;
    font-size: 22px;
    line-height: 32px;
  }
}

.product-detail-info {
  margin-top: 60px;
}

.about-area {
  padding-top: 25px;
  /* Tablet */
  /* Mobile */
  /* ------------------------------------
      LEFT COLUMN (Image + Shape)
  ------------------------------------- */
  /* ------------------------------------
      IMAGE WRAPPER
  ------------------------------------- */
  /* ------------------------------------
      RIGHT COLUMN (Content)
  ------------------------------------- */
}

@media (max-width: 991px) {
  .about-area {
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  .about-area {
    padding-top: 45px;
  }
}

.about-area__main {
  position: relative;
  margin-bottom: 30px;
  /* center on mobile */
}

@media (max-width: 767px) {
  .about-area__main {
    text-align: center;
    margin-bottom: 40px;
  }
}

.about-area__main__shape {
  position: absolute;
  bottom: -20px;
  right: -40px;
  width: 120px;
  pointer-events: none;
  /* Tablet reposition */
  /* Mobile reposition */
}

@media (max-width: 991px) {
  .about-area__main__shape {
    bottom: -10px;
    right: -20px;
    width: 100px;
  }
}

@media (max-width: 767px) {
  .about-area__main__shape {
    position: absolute;
    right: 50%;
    transform: translateX(60%);
    bottom: -20px;
    width: 80px;
  }
}

.about-area__img-wrap {
  overflow: hidden;
  width: 100%;
  /* Mobile */
}

.about-area__img-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

@media (max-width: 767px) {
  .about-area__img-wrap {
    border-radius: 14px;
  }
}

.about-area__content {
  padding-left: 40px;
  padding-right: 40px;
  /* Tablet adjustments */
  /* Mobile center layout */
}

@media (max-width: 991px) {
  .about-area__content {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .about-area__content {
    padding: 0;
    text-align: center;
    margin-top: 20px;
  }
}

.about-area__content h2 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #4d4d4d;
  /* Tablet */
  /* Mobile */
  /* Small Mobile */
}

.about-area__content h2::after {
  content: "";
  display: block;
  width: 300px;
  height: 5px;
  background: linear-gradient(135deg, #d33b00 0%, #ffcf00 50%, #00a63e 100%);
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .about-area__content h2 {
    font-size: 28px;
    line-height: 35px;
  }

  .about-area__content h2::after {
    margin: auto;
  }
}

@media (max-width: 767px) {
  .about-area__content h2 {
    font-size: 26px;
    line-height: 36px;
  }

  .about-area__content h2::after {
    margin: auto;
  }
}

@media (max-width: 480px) {
  .about-area__content h2 {
    font-size: 24px;
    line-height: 34px;
  }
}

.about-area__content p {
  color: #4d4d4d;
  font-size: 16px;
  line-height: 29px;
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .about-area__content p {
    font-size: 14px;
    line-height: 24px;
  }
}

.about-area__content a.rpm-btnBg {
  display: inline-block;
  /* Mobile button centering */
}

@media (max-width: 767px) {
  .about-area__content a.rpm-btnBg {
    margin: 0 auto;
  }
}

.services-area {
  background-color: #ffffff;
  padding: 60px 0;
}

.services-area .single-service__wrap {
  background-color: #f9f9f9;
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  margin-bottom: 30px;
}

.services-area .single-service__wrap:hover {
  background-color: var(--yellow-color);
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.services-area .single-service__wrap img {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.services-area .single-service__wrap h5 {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 12px;
}

.services-area .single-service__wrap p {
  font-size: 14px;
  color: #666666;
  line-height: 1.6;
}

@media (max-width: 991px) {
  .services-area .single-service__wrap {
    flex: 1 1 calc(45% - 20px);
    padding: 25px 15px;
  }

  .services-area .single-service__wrap h5 {
    font-size: 16px;
  }

  .services-area .single-service__wrap p {
    font-size: 13px;
  }

  .services-area .single-service__wrap img {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 767px) {
  .services-area .single-service__wrap {
    flex: 1 1 100%;
    padding: 20px 15px;
  }

  .services-area .single-service__wrap h5 {
    font-size: 16px;
  }

  .services-area .single-service__wrap p {
    font-size: 14px;
  }

  .services-area .single-service__wrap img {
    width: 75px;
    height: 75px;
  }
}

.brand-slider-area {
  padding: 40px 0;
  background: linear-gradient(to right, #ffffff, #fdf4e7);
}

.brandSlider img {
  width: 120px;
  height: auto;
  transition: 0.3s;
  opacity: 0.9;
}

.brandSlider img:hover {
  opacity: 1;
  transform: scale(1.05);
}

.solution-area {
  overflow: hidden;
  /* MOBILE FIX (Content becomes normal flow, no absolute position) */
}

.solution-area .solution__left {
  position: relative;
}

.solution-area .solution__left__bg {
  position: relative;
}

.solution-area .solution__left__bg::after {
  position: absolute;
  content: "";
  background-color: rgba(255, 255, 255, 0.7);
  inset: 0;
  z-index: 3;
}

.solution-area .solution__left__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solution-area .solution__left__content {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 0;
  left: var(--container-offset);
  bottom: 0;
  z-index: 4;
  padding-right: 60px;
  /* Tablet desktop :768px. */
  /* Desktop */
}

@media (min-width: 768px) and (max-width: 991px) {
  .solution-area .solution__left__content {
    right: 0;
    margin-left: 35px;
  }
}

.solution-area .solution__left__content h2 {
  color: #333;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 20px;
  /* 1200px - 992px */
}

@media (max-width: 1200px) {
  .solution-area .solution__left__content h2 {
    font-size: 26px;
    line-height: 32px;
  }
}

@media (max-width: 991px) {
  .solution-area .solution__left__content h2 {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .solution-area .solution__left__content h2 {
    font-size: 22px;
    line-height: 26px;
  }
}

.solution-area .solution__left__content p {
  color: #2d2d2d;
  font-size: 20px;
  line-height: 36px;
}

@media (max-width: 1200px) {
  .solution-area .solution__left__content p {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 991px) {
  .solution-area .solution__left__content p {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .solution-area .solution__left__content p {
    font-size: 14px;
    line-height: 20px;
  }
}

.solution-area .solution__right {
  background: linear-gradient(90deg, #d12b38 37%, #d12b38 100%);
  height: 100%;
  width: 100%;
}

.solution-area .solution__right__content {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  margin-right: var(--container-offset);
  margin-left: 60px;
  padding-right: 60px;
  /* Tablet desktop :768px. */
}

@media (min-width: 768px) and (max-width: 991px) {
  .solution-area .solution__right__content {
    margin-left: 30px;
    padding-right: 30px;
  }
}

.solution-area .solution__right__content h2 {
  color: #fff;
  font-size: 32px;
  line-height: 48px;
  font-weight: 600;
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  .solution-area .solution__right__content h2 {
    font-size: 26px;
    line-height: 32px;
  }
}

@media (max-width: 991px) {
  .solution-area .solution__right__content h2 {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .solution-area .solution__right__content h2 {
    font-size: 20px;
    line-height: 24px;
  }
}

.solution-area .solution__right__content p {
  color: #fff;
  font-size: 20px;
  line-height: 36px;
}

@media (max-width: 1200px) {
  .solution-area .solution__right__content p {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 991px) {
  .solution-area .solution__right__content p {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .solution-area .solution__right__content p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  .solution-area .solution__left__content {
    position: relative;
    left: 0 !important;
    right: 0 !important;
    top: unset;
    bottom: unset;
    padding: 30px 20px;
    text-align: left;
  }

  .solution-area .solution__right__content {
    margin: 0;
    padding: 30px 20px;
    text-align: left;
  }
}

.product-area {
  padding: 60px 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-area {
    padding: 60px 0 0px;
  }
}

@media (max-width: 767px) {
  .product-area {
    padding: 60px 0;
  }
}

.product-area .single-product {
  text-align: center;
  margin-bottom: 30px;
  transition: 0.3s ease-in-out;
  /* Slight shadow */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding-bottom: 30px;
}

.product-area .single-product:hover {
  transform: translateY(-5px);
}

.product-area .single-product__img {
  height: 200px;
  margin-bottom: 30px;
}

.product-area .single-product__img img {
  width: 100%;
  height: 100%;
}

.product-area h4 {
  font-size: 22px;
  line-height: 27px;
  font-weight: 400;
  text-align: center;
  /* small mobile :320px. */
}

.product-area h4:hover {
  color: var(--green-color);
}

@media (max-width: 767px) {
  .product-area h4 {
    font-size: 18px;
    line-height: 18px;
  }
}

.product-area p {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  padding: 0px 10px;
  /* small mobile :320px. */
}

@media (max-width: 767px) {
  .product-area p {
    font-size: 14px;
  }
}

.project-area {
  padding: 120px 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .project-area {
    padding: 60px 0 0px;
  }
}

@media (max-width: 767px) {
  .project-area {
    padding: 60px 0;
  }
}

/* Flex layout for project items */
.project-area .single-project {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  margin-bottom: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 30px;
  background: #fff;
}

.project-area .single-project__img {
  flex: 0 0 30%;
  max-width: 30%;
  height: 220px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 8px;
}

.project-area .single-project__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.project-area .single-project__content {
  flex: 1 1 70%;
  max-width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.project-area .single-project .single-project__content a {
  font-size: 28px;
  line-height: 35px;
  font-weight: 400;
}

.project-area .single-project .single-project__content a:hover {
  color: var(--yellow-color);
}

.project-area .single-project .single-project__content span {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  background-color: var(--yellow-color);
  width: fit-content;
}

@media (max-width: 991px) {
  .project-area .single-project {
    flex-direction: column;
    gap: 16px;
  }

  .project-area .single-project__img {
    align-self: center;
    max-width: 100%;
    flex: 1 1 100%;
    height: 180px;
  }

  .project-area .single-project__content {
    max-width: 100%;
    flex: 1 1 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-area .single-project .single-project__content a {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .project-area h4 {
    font-size: 18px;
    line-height: 18px;
  }

  .project-area .single-project__img {
    height: 120px;
  }

  .project-area .single-project__content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-area .single-project .single-project__content a {
    font-size: 20px;
    line-height: 25px;
  }
}

.project-area .single-project .single-project__content .project-details {
  font-weight: 400;
  font-size: 16px;
  padding: 0px 10px 0 0;
}

@media (max-width: 767px) {
  .project-area .single-project .single-project__content .project-details {
    font-size: 14px;
  }
}

.event-area {
  padding: 120px 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .event-area {
    padding: 60px 0 0px;
  }
}

@media (max-width: 767px) {
  .event-area {
    padding: 60px 0;
  }
}

/* Flex layout for event items */
.event-area .single-event {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  margin-bottom: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 30px;
  background: #fff;
}

.event-area .single-event__img {
  flex: 0 0 40%;
  max-width: 40%;
  height: 300px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 8px;
}

.event-slider img {
  width: 100%;
  /* height: 100%; */
  transition: 0.3s;
  object-fit: cover;
}

.event-area .single-event__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.event-area .single-event__content {
  flex: 1 1 70%;
  max-width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.event-area .single-event .single-event__content a {
  font-size: 28px;
  line-height: 35px;
  font-weight: 400;
}

.event-area .single-event .single-event__content a:hover {
  color: var(--yellow-color);
}

.event-area .single-event .single-event__content span {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  background-color: var(--yellow-color);
  width: fit-content;
}

@media (max-width: 991px) {
  .event-area .single-event {
    flex-direction: column;
    gap: 16px;
  }

  .event-area .single-event__img {
    align-self: center;
    max-width: 100%;
    flex: 1 1 100%;
    height: 180px;
  }

  .event-area .single-event__content {
    max-width: 100%;
    flex: 1 1 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .event-area .single-event .single-event__content a {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .event-area h4 {
    font-size: 18px;
    line-height: 18px;
  }

  .event-area .single-event__img {
    height: 120px;
  }

  .event-area .single-event__content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .event-area .single-event .single-event__content a {
    font-size: 20px;
    line-height: 25px;
  }
}

.event-area .single-event .single-event__content .event-details {
  font-weight: 400;
  font-size: 16px;
  padding: 0px 10px 0 0;
}

@media (max-width: 767px) {
  .event-area .single-event .single-event__content .event-details {
    font-size: 14px;
  }
}

.client-area {
  padding: 120px 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .client-area {
    padding: 60px 0 0px;
  }
}

@media (max-width: 767px) {
  .client-area {
    padding: 60px 0;
  }
}

.client-area .single-client {
  text-align: center;
  margin-bottom: 30px;
  /* Slight shadow */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding-bottom: 30px;
}

.client-area .single-client__img {
  height: 150px;
  margin-bottom: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.client-area .single-client__img:hover {
  transform: translateY(-5px);
}

.client-area .single-client__img img {
  height: 100%;
}

.client-area h4 {
  font-size: 22px;
  line-height: 27px;
  font-weight: 400;
  text-align: center;
  /* small mobile :320px. */
}

@media (max-width: 767px) {
  .client-area h4 {
    font-size: 18px;
    line-height: 18px;
  }
}

.client-area p {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  padding: 0px 10px;
  /* small mobile :320px. */
}

@media (max-width: 767px) {
  .client-area p {
    font-size: 14px;
  }
}

.partners-area {
  padding: 40px 0;
}

.partners-area .partnerSlider {
  padding: 20px 0;
}

.partners-area .partnerSlider .swiper-slide {
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  transition: all 0.3s ease;
}

.partners-area .partnerSlider .swiper-slide img {
  width: 100%;
  height: auto;
  max-width: 180px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: 0.3s;
}

.partners-area .partnerSlider .swiper-slide img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

.serve-area {
  padding-bottom: 50px;
  padding-top: 60px;
}

.serve-area .serve-slider-wrap {
  margin-left: var(--container-offset);
}

.serve-area .serve-card__img {
  height: 200px;
  overflow: hidden;
  /* small mobile :320px. */
}

@media (max-width: 767px) {
  .serve-area .serve-card__img {
    height: 100px;
  }
}

.serve-area .serve-card__img img {
  width: 100%;
  height: 100%;
}

.serve-area .serve-card h5 {
  color: #474747;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
  margin-top: 15px;
}

.why-choose-area {
  background-image: url("/visitor/img/dynamic/Why-Choose/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 140px 0 80px;
  position: relative;
  /* Normal desktop :992px. */
  /* small mobile :320px. */
}

@media (min-width: 992px) and (max-width: 1200px) {
  .why-choose-area {
    padding: 60px 0 40px;
  }
}

@media (max-width: 767px) {
  .why-choose-area {
    padding: 60px 0 40px;
  }
}

.why-choose-area__left h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
}

.why-choose-area__left p {
  margin-bottom: 15px;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .why-choose-area__left p {
    font-size: 14px;
  }
}

.why-choose-area__right {
  position: relative;
  padding: 30px 0;
  /* GRADIENT SHAPE BEHIND COUNTERS */
}

.why-choose-area__right .counter-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  z-index: 2;
}

.why-choose-area__right .single-counter {
  background: linear-gradient(135deg, rgba(211, 59, 0, 0.5) 0%, rgba(255, 207, 0, 0.5) 50%, rgba(0, 166, 62, 0.5) 100%);
  border: 2px solid white;
  margin-right: -1px;
  margin-top: -1px;
  padding: 70px 30px;
  text-align: center;
  color: #333333;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.why-choose-area__right .single-counter img {
  width: 60px;
  margin-bottom: 10px;
}

.why-choose-area__right .single-counter h6 {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.why-choose-area__right .single-counter h5 {
  font-size: 28px;
  font-weight: 700;
}

.why-choose-area__right .gradient-shape {
  position: absolute;
  top: 0;
  right: -40px;
  width: 380px;
  height: 380px;
  /* background-image: url("/visitor/img/dynamic/Why-Choose/shape-gradient.png"); */
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.9;
  z-index: 1;
  filter: blur(2px);
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .why-choose-area {
    padding: 60px 0 60px;
  }

  .why-choose-area__right .gradient-shape {
    right: 0;
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 575px) {
  .why-choose-area__right .counter-grid {
    grid-template-columns: 1fr;
  }

  .why-choose-area__right .gradient-shape {
    width: 220px;
    height: 220px;
    top: 20px;
  }

  .why-choose-area__left h2 {
    font-size: 28px;
  }
}

.inner-area {
  position: relative;
  padding-top: 80px;
  width: 100%;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.inner-area::before {
  position: absolute;
  content: "";
  background-color: rgba(255, 255, 255, 0.4);
  inset: 0;
}

.inner-area__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.inner-area__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.inner-area__content {
  padding: 0 15px;
  max-width: 800px;
  animation: fadeInUp 1s ease-in-out;
  z-index: 1;
}

.inner-area__content h1 {
  color: var(--red-color);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(255, 255, 255);
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 10px;
}

.inner-area__content p {
  color: var(--red-color);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 400;
  opacity: 0.85;
}

@media (max-width: 767px) {
  .inner-area {
    height: 260px;
  }

  .inner-area__content h1 {
    font-size: 32px;
  }

  .inner-area__content p {
    font-size: 15px;
  }
}

.about-rpm {
  padding-top: 80px;
  padding-bottom: 30px;
  background-color: #f4fef9;
  overflow: hidden;
  /* Tablet desktop :768px. */
}

.about-rpm .about-rpm__wrap {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  /* small mobile :320px. */
}

@media (max-width: 767px) {
  .about-rpm .about-rpm__wrap {
    flex-direction: column !important;
    gap: unset;
  }
}

.about-rpm .about-rpm__images {
  position: relative;
  flex: 1 1 500px;
  max-width: 100%;
  /* small mobile :320px. */
}

@media (max-width: 767px) {
  .about-rpm .about-rpm__images {
    flex: 1 1 300px;
  }
}

.about-rpm .about-rpm__images .about-rpm__img img {
  width: 100%;
  display: block;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.about-rpm .about-rpm__images .about-rpm__img--1 {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 400px;
  margin-bottom: 20px;
}

.about-rpm .about-rpm__images .about-rpm__img--2 {
  position: absolute;
  top: 40px;
  right: -40px;
  width: 100%;
  max-width: 400px;
  z-index: 2;
  /* Normal desktop :992px. */
  /* small mobile :320px. */
}

@media (min-width: 992px) and (max-width: 1200px) {
  .about-rpm .about-rpm__images .about-rpm__img--2 {
    top: 80px;
    max-width: 300px;
  }
}

@media (max-width: 767px) {
  .about-rpm .about-rpm__images .about-rpm__img--2 {
    top: 80px;
    max-width: 200px;
    right: 0;
  }
}

.about-rpm .about-rpm__content {
  flex: 1 1 400px;
  min-width: 300px;
  padding-left: 80px;
  /* Normal desktop :992px. */
  /* small mobile :320px. */
}

@media (min-width: 992px) and (max-width: 1200px) {
  .about-rpm .about-rpm__content {
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .about-rpm .about-rpm__content {
    padding-left: unset;
    min-width: unset;
  }
}

.about-rpm .about-rpm__content h2 {
  font-size: 36px;
  margin-bottom: 20px;
  position: relative;
}

.about-rpm .about-rpm__content h2 .highlight-text {
  color: #029348;
}

.about-rpm .about-rpm__content h2::after {
  content: "";
  display: block;
  width: 300px;
  height: 5px;
  background: linear-gradient(135deg, #d33b00 0%, #ffcf00 50%, #00a63e 100%);
  margin-top: 10px;
}

.about-rpm .about-rpm__content p {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .about-rpm .about-rpm__wrap {
    gap: 30px;
  }

  .about-rpm .about-rpm__images {
    width: 100%;
  }

  .about-rpm .about-rpm__images .about-rpm__img--1 {
    margin-bottom: 20px;
  }

  .about-rpm .about-rpm__images .about-rpm__img--2 {
    position: relative;
    top: 40px;
    right: 0;
    margin-top: -50px;
    max-width: 100%;
  }

  .about-rpm .about-rpm__content {
    text-align: center;
    padding-left: 0;
  }

  .about-rpm .about-rpm__content h2::after {
    margin: 8px auto 0;
  }
}

@media (max-width: 575px) {
  .about-rpm .about-rpm__content h2 {
    font-size: 28px;
  }

  .about-rpm .about-rpm__content p {
    font-size: 14px;
  }
}

.why-rpm-area {
  padding: 30px 0;
  overflow: hidden;
}

.why-rpm-area .section-title-wrap {
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 20px;
}

.why-rpm-area .section-title-wrap h1 {
  position: relative;
}

.why-rpm-area .section-title-wrap p {
  padding-bottom: 24px;
}

/* .why-rpm-area .section-title-wrap h1::before {
  position: absolute;
  content: "";
  background: linear-gradient(135deg, #d33b00 0%, #ffcf00 50%, #00a63e 100%);
  bottom: 0;
  height: 2px;
  width: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
} */

.why-rpm-area .why-single-rpm {
  text-align: center;
  margin-bottom: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-rpm-area .why-single-rpm:hover {
  transform: translateY(-5px);
}

.why-rpm-area .why-single-rpm__icon {
  height: 100px;
  width: 100px;
  margin: 0 auto 15px;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f8f8;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.why-rpm-area .why-single-rpm__icon img {
  max-width: 70%;
  height: auto;
  transition: transform 0.3s ease;
}

.why-rpm-area .why-single-rpm__icon:hover img {
  transform: scale(1.15);
}

.why-rpm-area .why-single-rpm p {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  transition: color 0.3s ease;
}

.why-single-rpm:hover .why-rpm-area .why-single-rpm p {
  color: var(--green-color);
}

@media (max-width: 991px) {
  .why-rpm-area .why-single-rpm__icon {
    height: 80px;
    width: 80px;
  }

  .why-rpm-area .why-single-rpm p {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .why-rpm-area .why-single-rpm__icon {
    height: 70px;
    width: 70px;
  }

  .why-rpm-area .why-single-rpm p {
    font-size: 13px;
  }
}

.skill-area .section-title-wrap {
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 20px;
}

.skill-area .section-title-wrap h1 {
  position: relative;
}

.skill-area .section-title-wrap p {
  padding-bottom: 24px;
}

.skill-area .single-skill {
  border-top: 1px solid rgba(179, 201, 56, 0.25);
  border-left: 1px solid rgba(179, 201, 56, 0.25);
  padding: 15px;
  border-radius: 8px 0 0 0;
  background-color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 30px;
}

.skill-area .single-skill h5 {
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 8px;
}

.skill-area .single-skill p {
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  color: #666666;
}

.mission-area {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  /* small mobile :320px. */
  /* Tablet desktop :768px. */
}

@media (max-width: 767px) {
  .mission-area {
    padding: 40px 0;
  }
}

.mission-area__img {
  flex: 1 1 300px;
  min-height: 200px;
  aspect-ratio: 1/1;
  max-width: 100%;
}

.mission-area__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mission-area__content {
  flex: 1 1 300px;
  padding-left: 70px;
  /* small mobile :320px. */
}

@media (max-width: 767px) {
  .mission-area__content {
    margin-top: 30px;
    padding: unset;
  }
}

.mission-area__content h2 {
  position: relative;
  color: #333333;
  font-size: 40px;
  line-height: 56px;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 10px;
  /* small mobile :320px. */
}

@media (max-width: 767px) {
  .mission-area__content h2 {
    padding-bottom: 25px;
    margin-bottom: 15px;
  }
}

.mission-area__content h2::before {
  position: absolute;
  content: "";
  background: linear-gradient(135deg, #d33b00 0%, #ffcf00 50%, #00a63e 100%);
  height: 5px;
  width: 300px;
  bottom: 0;
  left: 0;
  /* Tablet desktop :768px. */
}

@media (min-width: 768px) and (max-width: 991px) {
  .mission-area__content h2::before {
    right: 0;
    margin: 0 auto;
  }
}

.mission-area__content p {
  color: #666;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .mission-area__content {
    padding-left: 0;
    text-align: center;
  }

  .mission-area__content h2 {
    font-size: 32px;
    line-height: 44px;
  }

  .mission-area__content p {
    font-size: 15px;
    line-height: 28px;
  }

  .mission-area__img {
    aspect-ratio: 1/1;
    min-height: 180px;
  }
}

@media (max-width: 767px) {
  .mission-area {
    gap: 20px;
  }

  .mission-area__content h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .mission-area__content p {
    font-size: 14px;
    line-height: 24px;
  }

  .mission-area__img {
    min-height: 150px;
  }
}

.managing-area {
  padding: 60px 0;
  /* small mobile :320px. */
}

@media (max-width: 767px) {
  .managing-area {
    padding: 40px 0;
  }
}

.managing-area .section-title-wrap {
  width: fit-content;
  margin: 0 auto;
}

.managing-area .section-title-wrap h2 {
  position: relative;
  padding-bottom: 10px;
}

.managing-area .section-title-wrap h2::after {
  margin: auto;
  content: "";
  display: block;
  width: 300px;
  height: 5px;
  background: linear-gradient(135deg, #d33b00 0%, #ffcf00 50%, #00a63e 100%);
  margin-top: 10px;
  margin-bottom: 10px;
}

.managing-area p {
  color: #666;
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
}

.team-area {
  padding: 60px 0 30px 0;
}

.team-area .single-member {
  position: relative;
  margin-bottom: 90px;
}

.team-area .single-member__img {
  aspect-ratio: 1/1;
}

.team-area .single-member__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.team-area .single-member__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  width: 350px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 18px 0;
  text-align: center;
  border-radius: 8px;
  transition: 0.3s ease-in-out;
}

.team-area .single-member__content:hover {
  background: var(--yellow-color);
  border: 2px solid var(--yellow-color);
  transform: translateY(-5px);
}

.team-area .single-member__content h5 {
  color: #424245;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
}

.team-area .single-member__content p {
  color: #424245;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
}

@media (max-width: 992px) {
  .team-area .single-member__content {
    width: 220px;
    bottom: -40px;
  }

  .team-area .single-member__content h5 {
    font-size: 24px;
  }

  .team-area .single-member__content p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .team-area .single-member {
    margin-bottom: 60px;
  }

  .team-area .single-member__content {
    width: 200px;
    bottom: -35px;
  }

  .team-area .single-member__content h5 {
    font-size: 20px;
  }

  .team-area .single-member__content p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .team-area .single-member__content {
    width: 260px;
    bottom: -30px;
  }

  .team-area .single-member__content p {
    font-size: 12px;
  }
}

.product-tab-section {
  background: #fdf4e7;
  padding: 60px 30px;
}

.product-tab-section .product-sidebar {
  background: var(--yellow-color);
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.07);
}

.product-tab-section .product-sidebar .nav-link {
  text-align: left;
  padding: 14px 20px;
  margin-bottom: 12px;
  border-radius: 12px;
  font-weight: 500;
  background: var(--red-color);
  color: #ffffff;
  border: 1px solid #6b0401;
  transition: 0.25s ease;
}

.product-tab-section .product-sidebar .nav-link:hover {
  background: #eef3ff;
  border-color: #d7dfff;
  color: #2d5be3;
}

.product-tab-section .product-sidebar .nav-link.active {
  background: var(--green-color);
  border-color: #002f09;
  color: #fff;
  box-shadow: 0 4px 12px rgba(66, 227, 45, 0.25);
}

.product-tab-section .product-content {
  background: transparent;
  padding: 40px;
  border-radius: 16px;
  min-height: 350px;
  /* box-shadow: 0 6px 18px rgba(0, 0, 0, 0.07); */
  /* small mobile :320px. */
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-tab-section .product-content {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .product-tab-section .product-content {
    margin-top: 30px;
  }
}

.product-tab-section .product-content .title {
  font-size: 30px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 15px;
}

.product-tab-section .product-content p {
  font-size: 16px;
  color: #4b5563;
  margin-bottom: 20px;
  line-height: 1.6;
}

.product-tab-section .product-content ul {
  padding-left: 0;
  margin: 0;
}

.product-tab-section .product-content ul li {
  list-style: none;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
  color: #374151;
  font-size: 15px;
}

.product-tab-section .product-content ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #2d5be3;
  font-size: 18px;
}

.product-tab-section .product-content ul li strong {
  color: #111827;
}

/* HERO */
.contact-hero {
  position: relative;
  height: 320px;
  background: url("../img/contact-bg.jpg") center/cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-hero .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
}

.contact-hero h1 {
  position: relative;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  z-index: 2;
}

/* CONTACT INFO */
.contact-info h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.contact-info p {
  line-height: 1.6;
  font-size: 16px;
}

.contact-info .contact-via:hover {
  font-weight: 600;
  color: var(--red-color);
}

.contact-info .socials i {
  font-size: 22px;
  margin: 0 10px;
  cursor: pointer;
  transition: 0.3s;
}

.contact-info .socials i:hover {
  color: var(--red-color);
}

/* GET IN TOUCH */
.get-touch h2 {
  font-weight: 700;
  font-size: 32px;
}

.get-touch .subtext {
  color: #777;
  margin-top: -8px;
}

.get-touch .map-wrapper {
  overflow: hidden;
}

.get-touch .map-wrapper iframe {
  width: 100%;
  height: 400px;
  border-radius: 10px;
}

.get-touch .contact-form {
  display: flex;
  flex-direction: column;
}

.get-touch .contact-form input,
.get-touch .contact-form textarea {
  width: 100%;
  padding: 14px;
  border-radius: 8px;
  border: 1px solid #ddd;
  margin-bottom: 15px;
  font-size: 15px;
  background: #fafafa;
}

.get-touch .contact-form input:focus,
.get-touch .contact-form textarea:focus {
  border-color: #e63946;
}

.get-touch .contact-form textarea {
  height: 120px;
  resize: none;
}

.get-touch .contact-form .captcha {
  width: 120px;
}

.get-touch .contact-form .send-btn {
  background: #e63946;
  color: #fff;
  border: none;
  padding: 12px 28px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.get-touch .contact-form .send-btn:hover {
  background: #c92f3c;
}

/* OFFICES */
.offices h2 {
  font-size: 30px;
  font-weight: 700;
}

.offices .office-accordion .office-item {
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-bottom: 12px;
  overflow: hidden;
}

.offices .office-accordion .office-item.active .office-body {
  max-height: 300px;
  padding: 18px;
}

.offices .office-accordion .office-item .office-header {
  padding: 18px;
  background: #ffa500;
  font-weight: 700;
  cursor: pointer;
}

.offices .office-accordion .office-item .office-body {
  max-height: 0;
  overflow: hidden;
  background: #f8f8f8;
  transition: max-height 0.35s ease;
}

/* PARTNERS */
.partners h2 {
  font-size: 28px;
  font-weight: 700;
}

.partners .divider {
  width: 80px;
  height: 3px;
  background: #e63946;
  margin: 12px auto 30px;
}

.partners .partners-logos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 35px;
}

.partners .partners-logos img {
  height: 50px;
  opacity: 0.85;
  transition: 0.3s;
}

.partners .partners-logos img:hover {
  opacity: 1;
}

.career-hero {
  padding: 120px 0;
  background: url("/images/career-bg.jpg") center/cover no-repeat;
  text-align: center;
  color: #fff;
}

.career-hero h1 {
  font-size: 48px;
  font-weight: 700;
}

.career-hero p {
  font-size: 20px;
  margin-top: 10px;
}

/* Why Work Section */
.why-work {
  padding: 70px 0;
}

.why-work .benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.why-work .benefit-grid .benefit-item {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: 0.3s;
}

.why-work .benefit-grid .benefit-item:hover {
  transform: translateY(-5px);
  background-color: var(--yellow-color);
}

.why-work .benefit-grid .benefit-item .icon {
  font-size: 38px;
  margin-bottom: 12px;
}

.why-work .benefit-grid .benefit-item h4 {
  font-size: 22px;
  margin-bottom: 8px;
}

.why-work .benefit-grid .benefit-item p {
  color: #555;
}

/* Open Positions */
.open-positions {
  padding: 70px 0;
}

/* .open-positions .position-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
} */

.open-positions .position-list .position-card {
  border: 1px solid #eee;
  padding: 25px;
  border-radius: 10px;
  background: #fafafa;
  transition: 0.3s;
}

.open-positions .position-list .position-card:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.open-positions .position-list .position-card .pos-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.open-positions .position-list .position-card .pos-header h3 {
  font-size: 22px;
  font-weight: 700;
}

.open-positions .position-list .position-card .pos-header .badge {
  background: #f7931e;
  color: #fff;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 14px;
}

.open-positions .position-list .position-card .location {
  font-size: 15px;
  color: #666;
  margin: 5px 0;
}

.open-positions .position-list .position-card .summary {
  color: #444;
  margin-bottom: 18px;
}

.open-positions .position-list .position-card .apply-btn {
  background: #f7931e;
  color: #fff;
  padding: 10px 18px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.accordion-button::after {
  background-image: none !important;
}

.accordion-button:not(.collapsed) {
  background-color: var(--yellow-color) !important;
}

/* Apply Form */
.apply-form {
  background: #f7f7f7;
  padding: 80px 0;
}

.apply-form .career-form {
  max-width: 700px;
  margin: auto;
}

.apply-form .career-form .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.apply-form .career-form .form-row input {
  flex: 1;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.apply-form .career-form .form-row select {
  flex: 1;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.apply-form .career-form label {
  font-size: 14px;
  padding-bottom: 5px;
}

.apply-form .career-form textarea {
  width: 100%;
  height: 120px;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  /* margin-bottom: 20px; */
}

.apply-form .career-form .file-input {
  margin-bottom: 20px;
}

.apply-form .career-form .submit-btn {
  background: #4d4d4d;
  color: white;
  padding: 12px 30px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 18px;
}

/* CTA */
.career-cta {
  padding: 70px 0;
  text-align: center;
  background: #4d4d4d;
  color: #fff;
}

.career-cta .cta-btn {
  margin-top: 15px;
  background: #fff;
  color: #4d4d4d;
  padding: 12px 30px;
  border-radius: 6px;
  font-weight: 700;
  cursor: pointer;
  border: none;
}

.custom-sticky {
  position: sticky !important;
  top: 80px;
}

.service-banner {
  position: relative;
  height: 320px;
}

.service-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-banner__content {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
}

.service-banner__content h2 {
  font-size: 38px;
  font-weight: 700;
}

.service-banner__content p {
  margin-top: 6px;
  font-size: 16px;
}

.service-banner__content p a {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}

.service-detail-area {
  padding: 70px 0;
}

.service-detail-area .service-detail img {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 25px;
}

.service-detail-area .service-detail h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.service-detail-area .service-detail p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
}

.service-detail-area .service-detail h4 {
  font-size: 22px;
  font-weight: 600;
  margin: 30px 0 15px 0;
}

.service-detail-area .service-detail .service-features li {
  list-style: none;
  margin-bottom: 10px;
  padding-left: 22px;
  position: relative;
}

.service-detail-area .service-detail .service-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 900;
  color: var(--green-color);
}

.service-detail-area .custom-top-80 {
  top: 80px;
}

.service-detail-area .service-sidebar {
  background: #fff;
  padding: 25px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  margin-bottom: 30px;
}

.service-detail-area .service-sidebar h5 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 18px;
}

.service-detail-area .service-sidebar ul li {
  margin-bottom: 12px;
  list-style: inside;
}

.service-detail-area .service-sidebar ul li a {
  color: #424245;
  text-decoration: none;
  transition: 0.3s;
}

.service-detail-area .service-sidebar ul li a:hover {
  color: #ff8e26;
}

.service-detail-area .contact-card {
  background: var(--green-color);
  color: #fff;
  padding: 30px;
  border-radius: 6px;
  text-align: center;
}

.service-detail-area .contact-card a {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-weight: 600;
}

.service-detail-area .contact-card a:hover {
  font-weight: 700;
  color: var(--red-color);
}

.service-detail-area .contact-card .contact-btn {
  background: #fff;
  color: var(--red-color);
  padding: 8px 16px;
  margin-top: 18px;
  border-radius: 4px;
  display: inline-block;
  transition: 0.3s;
}

.service-detail-area .contact-card .contact-btn:hover {
  background-color: var(--red-color);
  color: var(--yellow-color);
}

/* Responsive */
@media (max-width: 768px) {
  .service-banner h2 {
    font-size: 28px;
  }

  .service-detail-area {
    padding: 50px 0;
  }

  aside {
    margin-top: 40px;
  }
}

.footer {
  position: relative;
  padding: 45px 24px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #cac9c4;
  /* ───── Responsive ───── */
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 0;
}

.footer>.container {
  position: relative;
  z-index: 1;
}

.footer__top {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 28px;
  margin-bottom: 36px;
}

.footer__section .footer__title {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #8f8e8a;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.footer .footer__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer .footer__list li {
  margin-bottom: 8px;
}

.footer .footer__list li a {
  color: #e2e1de;
  font-size: 15px;
  text-decoration: none;
  transition: 0.3s;
}

.footer .footer__list li a:hover {
  color: var(--green-color);
  padding-left: 2px;
}

.footer__section.footer__contact .footer__logo {
  width: 120px;
  margin-bottom: 16px;
}

.footer .footer__cta {
  text-align: end;
  /* Tablet desktop :768px. */
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer .footer__cta {
    text-align: start;
  }
}

.footer .rpm-btn {
  background-color: #029348;
  padding: 9px 22px;
  border-radius: 10px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
}

.footer .rpm-btn:hover {
  background-color: #ffffff;
  color: #029348;
}

.footer__divider {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  margin-bottom: 22px;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}

.footer .footer__social {
  display: flex;
  gap: 18px;
}

.footer .footer__social li {
  list-style: none;
}

.footer .footer__social li a:hover {
  color: var(--green-color);
}

.social-icon {
  width: 80px;
  transition: transform 0.2s;
}

.social-icon:hover {
  transform: scale(1.1);
}

.footer .footer__privacy {
  font-size: 14px;
  color: #8f8e8a;
}

.footer .footer__privacy:hover {
  color: var(--green-color);
}

.footer .footer__copyright {
  font-size: 14px;
  color: #8f8e8a;
}

.footer .footer__copyright a:hover {
  color: var(--green-color);
}

@media (max-width: 768px) {
  .footer {
    padding: 35px 18px;
  }

  .footer__top {
    gap: 24px;
    margin-bottom: 26px;
  }

  .footer .footer__cta {
    text-align: start;
  }

  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

/*----------------------------------------*/
/*  Header & Navigation
/*----------------------------------------*/
/* =========================================================
   HEADER MAIN
========================================================= */
header {
  position: fixed !important;
  left: 0;
  right: 0;
  background: #fff;
  height: 80px;
  display: flex;
  align-items: center;
  z-index: 1000;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
  /* Hamburger Button */
}

header .header-logo img {
  max-height: 55px;
}

header .ham-menu {
  display: none;
  background: none;
  border: 0;
  font-size: 28px;
  cursor: pointer;
}

@media (max-width: 991px) {
  header .ham-menu {
    display: block;
  }
}

/* =========================================================
   DESKTOP MENU - SUPPORTS UNLIMITED NESTING
========================================================= */
.desktop-menu {
  /* Mark items with submenu */
  /* Nested submenu items get right arrow */
  display: block;
}

@media (max-width: 991px) {
  .desktop-menu {
    display: none;
  }
}

.desktop-menu ul {
  display: flex;
  gap: 25px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.desktop-menu li {
  position: relative;
  /* ALL submenu levels */
  /* Show first-level submenu on hover */
}

.desktop-menu li a {
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  padding: 10px 0;
  display: block;
  transition: 0.3s;
}

.desktop-menu li a:hover,
.desktop-menu li a.active {
  color: #e41313;
}

.desktop-menu li .submenu {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 220px;
  background: #f7931e;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease;
  padding: 0;
  z-index: 999;
  list-style: none;
  display: block;
  gap: 0;
}

.desktop-menu li .submenu li {
  display: block;
  /* Nested submenus appear to the right */
  /* Show nested submenu on hover */
}

.desktop-menu li .submenu li a {
  padding: 12px 15px;
  color: #fff;
  font-size: 14px;
}

.desktop-menu li .submenu li:hover>a {
  background: #029348;
  color: #fff;
}

.desktop-menu li .submenu li .submenu {
  top: 0;
  right: 100%;
  transform: translateX(10px);
}

.desktop-menu li .submenu li:hover>.submenu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.desktop-menu li:hover>.submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.desktop-menu .has-submenu>a::after {
  content: "\f107";
  /* FontAwesome down arrow */
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-left: 6px;
  font-size: 11px;
}

.desktop-menu .submenu .has-submenu>a::after {
  content: "\f104";
  /* Right arrow */
  float: left;
  margin-right: auto;
  padding-right: 10px;
}

/* =========================================================
   MOBILE OFFCANVAS MENU - SUPPORTS UNLIMITED NESTING
========================================================= */
.offcanvas-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 280px;
  height: 100vh;
  background: #111;
  padding: 60px 30px 100px;
  transition: right 0.4s;
  z-index: 9999;
  overflow-y: auto;
}

.offcanvas-menu.active {
  right: 0;
}

.offcanvas-menu .mobile-header {
  text-align: right;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
}

.offcanvas-menu .mobile-header i {
  transition: 0.3s;
}

.offcanvas-menu .mobile-header i:hover {
  transform: rotate(90deg);
  color: #ff4d4d;
}

.offcanvas-menu .mobile-menu {
  margin-top: 40px;
}

.offcanvas-menu .mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.offcanvas-menu .mobile-menu li {
  position: relative;
  /* ALL level submenus */
  /* OPEN STATE - applies to all levels */
  /* Submenu indicators */
}

.offcanvas-menu .mobile-menu li>a {
  color: #fff;
  font-size: 16px;
  padding: 12px 0;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: 0.3s;
}

.offcanvas-menu .mobile-menu li>a:hover {
  color: #029348;
  padding-left: 8px;
}

.offcanvas-menu .mobile-menu li .submenu {
  max-height: 0;
  overflow: hidden;
  margin-left: 15px;
  transition: max-height 0.4s ease;
  /* Nested submenus have more indent */
}

.offcanvas-menu .mobile-menu li .submenu li a {
  font-size: 14px;
  padding: 10px 0;
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.offcanvas-menu .mobile-menu li .submenu .submenu {
  margin-left: 15px;
}

.offcanvas-menu .mobile-menu li .submenu .submenu li a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}

.offcanvas-menu .mobile-menu li.open>.submenu {
  max-height: 2000px;
}

.offcanvas-menu .mobile-menu li.has-submenu>a::after {
  content: "\f105";
  /* Right arrow */
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 12px;
  transition: 0.3s;
}

.offcanvas-menu .mobile-menu li.open>a::after {
  content: "\f107";
  /* Down arrow */
  transform: rotate(0deg);
}

aside {
  margin-top: 0px;
}

/* =========================================================
   OVERLAY
========================================================= */
.offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}

.offcanvas-overlay.active {
  opacity: 1;
  visibility: visible;
}

/*# sourceMappingURL=style.css.map */