/**
* Stylesheet:  style.css
* Author:     	devlinkstudios
* 
*/
/* Table of contents
=========================
1.Section Title
2.Slide-Button
3.Title Border
4.Section Card
5.Toggle-Menu
6.Counter Card
7.Common Light Background
8.Page Heading
9.Form Card
10.Off Canvas
11.Preloader
12.scroll Up
13.Search Button
14.Hero Section
15.Text Marque Section
16.Gallery Section
17.About Section
18.Portfolio Section
19.Why Choose Us Section
20.Team Section
21.Video Popup Section
22.Testimonial Section
23.services Section
24.pricing Section
25.About Page
26.Team Page
27.Team Details Page
28.Contact Page
29.Service Page
30.Services Details
31.Projects Page
32.Blog Details
34.Error Page
35.Header Section
36.Blog News Section
Footer


===========================*/
/* Theme Default CSS */
* {
  margin: 0;
  border: 0;
  outline: none;
}

html,
body {
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  color: #ffffff;
  vertical-align: baseline;
  line-height: 29px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  direction: ltr;
}

p {
  font-size: 16px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  color: #B0B0B0;
  line-height: 29px;
  margin: 0 !important;
}

img {
  max-width: 100%;
  height: auto;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Gilroy-Bold";
  color: #ffffff;
  font-style: normal;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}

h1 {
  font-size: 140px;
  line-height: 107.143%;
  font-weight: 400;
}

h2 {
  font-size: 50px;
  line-height: normal;
  font-weight: 400;
}

h3 {
  font-size: 38px;
  line-height: normal;
  font-weight: 400;
}

h4 {
  font-size: 28px;
  line-height: normal;
  font-weight: 400;
}

h5 {
  font-size: 22px;
  line-height: normal;
  font-weight: 400;
  color: #B0B0B0;
}

h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

label {
  color: #616670;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}

button {
  cursor: pointer;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  background: transparent;
}

a:not([href]):not([tabindex]) {
  text-decoration: none;
}

a,
.button {
  text-decoration: none;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}

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

a:focus {
  color: #A67A55;
  text-decoration: none;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}

a,
button {
  color: #fff;
  outline: medium none;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
a:hover,
button:hover {
  color: #EDBC5A;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

ul {
  list-style: outside none none;
}

li {
  list-style: none;
}

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

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

textarea:focus,
input:focus {
  outline: none;
}

.background-black {
  background-color: #141414;
}

.background-gray {
  background-color: #F4F4F4;
}

.background-orange {
  background-color: #EDBC5A;
}

.page-bg {
  background-color: #141414;
}

.bg-gray-100 {
  background-color: #F4F4F4;
}

.page-section {
  padding-top: 113px;
  padding-bottom: 100px;
}

.blog-section {
  padding-top: 120px;
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  .page-section,
  .blog-section {
    padding-top: 100px;
    padding-bottom: 52px;
  }
}
@media (max-width: 767px) {
  .page-section,
  .blog-section {
    padding-top: 80px;
    padding-bottom: 32px;
  }
}
.page-section .page-links,
.blog-section .page-links {
  margin-bottom: 20px;
}

.border-radius-12 {
  border-radius: 12px;
}

.text-white-100 {
  color: rgba(255, 255, 255, 0.7019607843);
}

code {
  color: #EDBC5A;
}

.theme-btn,
.wp-block-loginout a,
input.theme-btn {
  display: inline-flex;
  background-color: #EDBC5A;
  border: 1px solid #EDBC5A;
  color: #ffffff;
  padding: 14px 24px;
  text-align: center;
  font-weight: 700;
  font-family: "Gilroy-Bold";
  text-transform: uppercase;
  position: relative;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  font-size: 16px;
  letter-spacing: 1.28px;
  align-items: center;
  gap: 15px;
  overflow: hidden;
  z-index: 2;
  white-space: nowrap;
}
@media only screen and (min-width: 0px) and (max-width: 350px) {
  .theme-btn,
  .wp-block-loginout a,
  input.theme-btn {
    letter-spacing: initial;
    font-size: 14px;
  }
}
.theme-btn:hover,
.wp-block-loginout a:hover,
input.theme-btn:hover {
  color: #fff;
  border-color: #0000FF;
  background-color: #0000FF;
}
.theme-btn:hover:before,
.wp-block-loginout a:hover:before,
input.theme-btn:hover:before {
  width: 150%;
  background-color: #0000FF;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.theme-btn:focus,
.wp-block-loginout a:focus,
input.theme-btn:focus {
  color: #ffffff;
}

.simple-btn {
  color: #141414;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 24px;
  font-family: "Rubik", sans-serif;
}
.simple-btn:hover {
  color: #EDBC5A;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}

.wp-block-loginout a {
  position: relative;
}

.contact-form-btn {
  justify-content: center;
  width: 100%;
  display: block;
  line-height: 42px;
}
.contact-form-btn .icon {
  float: right;
}

input.theme-btn {
  display: inline-block !important;
  width: inherit !important;
  border: 0 !important;
}

.circle-btn-text {
  position: absolute;
  z-index: 99;
  width: 300px;
  height: 300px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.circle-btn-text text {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .circle-btn-text text {
    font-size: 13px;
  }
}
.circle-btn-text svg {
  animation-name: rotate;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.animate-move-left-right {
  animation: MoveLeftRight 1.5s linear infinite alternate;
}

.animate-move-top-bottom {
  animation: MoveUpDown 1.5s linear infinite alternate;
}

.slider-nav-btn-wrapper {
  display: flex;
  gap: 18px;
}
.slider-nav-btn-wrapper a {
  width: 72px;
  height: 72px;
  border-radius: 50px;
  background-color: #ffffff;
  box-shadow: 0px 12px 24px 0px rgba(2, 24, 93, 0.06);
  font-size: 24px;
  color: #141414;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-nav-btn-wrapper a {
    width: 60px;
    height: 60px;
  }
}
.slider-nav-btn-wrapper a:hover {
  background-color: #EDBC5A;
  color: #ffffff;
}

.circle-rotate-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.circle-rotate-wrapper .circle-rotate-inner {
  position: absolute;
  width: 160px;
  height: 160px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.circle-rotate-text {
  transform-origin: center center;
  animation: spin 6s linear infinite;
  position: absolute !important;
  width: 100%;
  height: 100% !important;
  top: 0;
  left: 0;
}
.circle-rotate-text span {
  font-family: "Gilroy-Bold";
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}

.gx-6 {
  --bs-gutter-x: 7.55rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .gx-6 {
    --bs-gutter-x: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gx-6 {
    --bs-gutter-x: 1rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gx-6 {
    --bs-gutter-x: 1rem;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .gx-6 {
    --bs-gutter-x: 2rem;
  }
}

.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0 12px !important;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 540px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 720px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 960px !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1140px !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-273 {
  margin-right: 273px;
}

.mr-274 {
  margin-right: 274px;
}

.mr-275 {
  margin-right: 275px;
}

.mr-276 {
  margin-right: 276px;
}

.mr-277 {
  margin-right: 277px;
}

.mr-278 {
  margin-right: 278px;
}

.mr-279 {
  margin-right: 279px;
}

.mr-280 {
  margin-right: 280px;
}

.mr-281 {
  margin-right: 281px;
}

.mr-282 {
  margin-right: 282px;
}

.mr-283 {
  margin-right: 283px;
}

.mr-284 {
  margin-right: 284px;
}

.mr-285 {
  margin-right: 285px;
}

.mr-286 {
  margin-right: 286px;
}

.mr-287 {
  margin-right: 287px;
}

.mr-288 {
  margin-right: 288px;
}

.mr-289 {
  margin-right: 289px;
}

.mr-290 {
  margin-right: 290px;
}

.mr-291 {
  margin-right: 291px;
}

.mr-292 {
  margin-right: 292px;
}

.mr-293 {
  margin-right: 293px;
}

.mr-294 {
  margin-right: 294px;
}

.mr-295 {
  margin-right: 295px;
}

.mr-296 {
  margin-right: 296px;
}

.mr-297 {
  margin-right: 297px;
}

.mr-298 {
  margin-right: 298px;
}

.mr-299 {
  margin-right: 299px;
}

.mr-300 {
  margin-right: 300px;
}

/*-- 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;
}

.pt-151 {
  padding-top: 151px;
}

.pt-152 {
  padding-top: 152px;
}

.pt-153 {
  padding-top: 153px;
}

.pt-154 {
  padding-top: 154px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-156 {
  padding-top: 156px;
}

.pt-157 {
  padding-top: 157px;
}

.pt-158 {
  padding-top: 158px;
}

.pt-159 {
  padding-top: 159px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-161 {
  padding-top: 161px;
}

.pt-162 {
  padding-top: 162px;
}

.pt-163 {
  padding-top: 163px;
}

.pt-164 {
  padding-top: 164px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-166 {
  padding-top: 166px;
}

.pt-167 {
  padding-top: 167px;
}

.pt-168 {
  padding-top: 168px;
}

.pt-169 {
  padding-top: 169px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-171 {
  padding-top: 171px;
}

.pt-172 {
  padding-top: 172px;
}

.pt-173 {
  padding-top: 173px;
}

.pt-174 {
  padding-top: 174px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-176 {
  padding-top: 176px;
}

.pt-177 {
  padding-top: 177px;
}

.pt-178 {
  padding-top: 178px;
}

.pt-179 {
  padding-top: 179px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-181 {
  padding-top: 181px;
}

.pt-182 {
  padding-top: 182px;
}

.pt-183 {
  padding-top: 183px;
}

.pt-184 {
  padding-top: 184px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-186 {
  padding-top: 186px;
}

.pt-187 {
  padding-top: 187px;
}

.pt-188 {
  padding-top: 188px;
}

.pt-189 {
  padding-top: 189px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-191 {
  padding-top: 191px;
}

.pt-192 {
  padding-top: 192px;
}

.pt-193 {
  padding-top: 193px;
}

.pt-194 {
  padding-top: 194px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-196 {
  padding-top: 196px;
}

.pt-197 {
  padding-top: 197px;
}

.pt-198 {
  padding-top: 198px;
}

.pt-199 {
  padding-top: 199px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-201 {
  padding-top: 201px;
}

.pt-202 {
  padding-top: 202px;
}

.pt-203 {
  padding-top: 203px;
}

.pt-204 {
  padding-top: 204px;
}

.pt-205 {
  padding-top: 205px;
}

.pt-206 {
  padding-top: 206px;
}

.pt-207 {
  padding-top: 207px;
}

.pt-208 {
  padding-top: 208px;
}

.pt-209 {
  padding-top: 209px;
}

.pt-210 {
  padding-top: 210px;
}

.pt-211 {
  padding-top: 211px;
}

.pt-212 {
  padding-top: 212px;
}

.pt-213 {
  padding-top: 213px;
}

.pt-214 {
  padding-top: 214px;
}

.pt-215 {
  padding-top: 215px;
}

.pt-216 {
  padding-top: 216px;
}

.pt-217 {
  padding-top: 217px;
}

.pt-218 {
  padding-top: 218px;
}

.pt-219 {
  padding-top: 219px;
}

.pt-220 {
  padding-top: 220px;
}

.pt-221 {
  padding-top: 221px;
}

.pt-222 {
  padding-top: 222px;
}

.pt-223 {
  padding-top: 223px;
}

.pt-224 {
  padding-top: 224px;
}

.pt-225 {
  padding-top: 225px;
}

.pt-226 {
  padding-top: 226px;
}

.pt-227 {
  padding-top: 227px;
}

.pt-228 {
  padding-top: 228px;
}

.pt-229 {
  padding-top: 229px;
}

.pt-230 {
  padding-top: 230px;
}

.pt-231 {
  padding-top: 231px;
}

.pt-232 {
  padding-top: 232px;
}

.pt-233 {
  padding-top: 233px;
}

.pt-234 {
  padding-top: 234px;
}

.pt-235 {
  padding-top: 235px;
}

.pt-236 {
  padding-top: 236px;
}

.pt-237 {
  padding-top: 237px;
}

.pt-238 {
  padding-top: 238px;
}

.pt-239 {
  padding-top: 239px;
}

.pt-240 {
  padding-top: 240px;
}

.pt-241 {
  padding-top: 241px;
}

.pt-242 {
  padding-top: 242px;
}

.pt-243 {
  padding-top: 243px;
}

.pt-244 {
  padding-top: 244px;
}

.pt-245 {
  padding-top: 245px;
}

.pt-246 {
  padding-top: 246px;
}

.pt-247 {
  padding-top: 247px;
}

.pt-248 {
  padding-top: 248px;
}

.pt-249 {
  padding-top: 249px;
}

.pt-250 {
  padding-top: 250px;
}

.pt-251 {
  padding-top: 251px;
}

.pt-252 {
  padding-top: 252px;
}

.pt-253 {
  padding-top: 253px;
}

.pt-254 {
  padding-top: 254px;
}

.pt-255 {
  padding-top: 255px;
}

.pt-256 {
  padding-top: 256px;
}

.pt-257 {
  padding-top: 257px;
}

.pt-258 {
  padding-top: 258px;
}

.pt-259 {
  padding-top: 259px;
}

.pt-260 {
  padding-top: 260px;
}

.pt-261 {
  padding-top: 261px;
}

.pt-262 {
  padding-top: 262px;
}

.pt-263 {
  padding-top: 263px;
}

.pt-264 {
  padding-top: 264px;
}

.pt-265 {
  padding-top: 265px;
}

.pt-266 {
  padding-top: 266px;
}

.pt-267 {
  padding-top: 267px;
}

.pt-268 {
  padding-top: 268px;
}

.pt-269 {
  padding-top: 269px;
}

.pt-270 {
  padding-top: 270px;
}

.pt-271 {
  padding-top: 271px;
}

.pt-272 {
  padding-top: 272px;
}

.pt-273 {
  padding-top: 273px;
}

.pt-274 {
  padding-top: 274px;
}

.pt-275 {
  padding-top: 275px;
}

.pt-276 {
  padding-top: 276px;
}

.pt-277 {
  padding-top: 277px;
}

.pt-278 {
  padding-top: 278px;
}

.pt-279 {
  padding-top: 279px;
}

.pt-280 {
  padding-top: 280px;
}

.pt-281 {
  padding-top: 281px;
}

.pt-282 {
  padding-top: 282px;
}

.pt-283 {
  padding-top: 283px;
}

.pt-284 {
  padding-top: 284px;
}

.pt-285 {
  padding-top: 285px;
}

.pt-286 {
  padding-top: 286px;
}

.pt-287 {
  padding-top: 287px;
}

.pt-288 {
  padding-top: 288px;
}

.pt-289 {
  padding-top: 289px;
}

.pt-290 {
  padding-top: 290px;
}

.pt-291 {
  padding-top: 291px;
}

.pt-292 {
  padding-top: 292px;
}

.pt-293 {
  padding-top: 293px;
}

.pt-294 {
  padding-top: 294px;
}

.pt-295 {
  padding-top: 295px;
}

.pt-296 {
  padding-top: 296px;
}

.pt-297 {
  padding-top: 297px;
}

.pt-298 {
  padding-top: 298px;
}

.pt-299 {
  padding-top: 299px;
}

.pt-300 {
  padding-top: 300px;
}

/*-- 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;
}

.pb-151 {
  padding-bottom: 151px;
}

.pb-152 {
  padding-bottom: 152px;
}

.pb-153 {
  padding-bottom: 153px;
}

.pb-154 {
  padding-bottom: 154px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-156 {
  padding-bottom: 156px;
}

.pb-157 {
  padding-bottom: 157px;
}

.pb-158 {
  padding-bottom: 158px;
}

.pb-159 {
  padding-bottom: 159px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-161 {
  padding-bottom: 161px;
}

.pb-162 {
  padding-bottom: 162px;
}

.pb-163 {
  padding-bottom: 163px;
}

.pb-164 {
  padding-bottom: 164px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-166 {
  padding-bottom: 166px;
}

.pb-167 {
  padding-bottom: 167px;
}

.pb-168 {
  padding-bottom: 168px;
}

.pb-169 {
  padding-bottom: 169px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-171 {
  padding-bottom: 171px;
}

.pb-172 {
  padding-bottom: 172px;
}

.pb-173 {
  padding-bottom: 173px;
}

.pb-174 {
  padding-bottom: 174px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-176 {
  padding-bottom: 176px;
}

.pb-177 {
  padding-bottom: 177px;
}

.pb-178 {
  padding-bottom: 178px;
}

.pb-179 {
  padding-bottom: 179px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-181 {
  padding-bottom: 181px;
}

.pb-182 {
  padding-bottom: 182px;
}

.pb-183 {
  padding-bottom: 183px;
}

.pb-184 {
  padding-bottom: 184px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-186 {
  padding-bottom: 186px;
}

.pb-187 {
  padding-bottom: 187px;
}

.pb-188 {
  padding-bottom: 188px;
}

.pb-189 {
  padding-bottom: 189px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-191 {
  padding-bottom: 191px;
}

.pb-192 {
  padding-bottom: 192px;
}

.pb-193 {
  padding-bottom: 193px;
}

.pb-194 {
  padding-bottom: 194px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-196 {
  padding-bottom: 196px;
}

.pb-197 {
  padding-bottom: 197px;
}

.pb-198 {
  padding-bottom: 198px;
}

.pb-199 {
  padding-bottom: 199px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-201 {
  padding-bottom: 201px;
}

.pb-202 {
  padding-bottom: 202px;
}

.pb-203 {
  padding-bottom: 203px;
}

.pb-204 {
  padding-bottom: 204px;
}

.pb-205 {
  padding-bottom: 205px;
}

.pb-206 {
  padding-bottom: 206px;
}

.pb-207 {
  padding-bottom: 207px;
}

.pb-208 {
  padding-bottom: 208px;
}

.pb-209 {
  padding-bottom: 209px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-211 {
  padding-bottom: 211px;
}

.pb-212 {
  padding-bottom: 212px;
}

.pb-213 {
  padding-bottom: 213px;
}

.pb-214 {
  padding-bottom: 214px;
}

.pb-215 {
  padding-bottom: 215px;
}

.pb-216 {
  padding-bottom: 216px;
}

.pb-217 {
  padding-bottom: 217px;
}

.pb-218 {
  padding-bottom: 218px;
}

.pb-219 {
  padding-bottom: 219px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-221 {
  padding-bottom: 221px;
}

.pb-222 {
  padding-bottom: 222px;
}

.pb-223 {
  padding-bottom: 223px;
}

.pb-224 {
  padding-bottom: 224px;
}

.pb-225 {
  padding-bottom: 225px;
}

.pb-226 {
  padding-bottom: 226px;
}

.pb-227 {
  padding-bottom: 227px;
}

.pb-228 {
  padding-bottom: 228px;
}

.pb-229 {
  padding-bottom: 229px;
}

.pb-230 {
  padding-bottom: 230px;
}

.pb-231 {
  padding-bottom: 231px;
}

.pb-232 {
  padding-bottom: 232px;
}

.pb-233 {
  padding-bottom: 233px;
}

.pb-234 {
  padding-bottom: 234px;
}

.pb-235 {
  padding-bottom: 235px;
}

.pb-236 {
  padding-bottom: 236px;
}

.pb-237 {
  padding-bottom: 237px;
}

.pb-238 {
  padding-bottom: 238px;
}

.pb-239 {
  padding-bottom: 239px;
}

.pb-240 {
  padding-bottom: 240px;
}

.pb-241 {
  padding-bottom: 241px;
}

.pb-242 {
  padding-bottom: 242px;
}

.pb-243 {
  padding-bottom: 243px;
}

.pb-244 {
  padding-bottom: 244px;
}

.pb-245 {
  padding-bottom: 245px;
}

.pb-246 {
  padding-bottom: 246px;
}

.pb-247 {
  padding-bottom: 247px;
}

.pb-248 {
  padding-bottom: 248px;
}

.pb-249 {
  padding-bottom: 249px;
}

.pb-250 {
  padding-bottom: 250px;
}

.pb-251 {
  padding-bottom: 251px;
}

.pb-252 {
  padding-bottom: 252px;
}

.pb-253 {
  padding-bottom: 253px;
}

.pb-254 {
  padding-bottom: 254px;
}

.pb-255 {
  padding-bottom: 255px;
}

.pb-256 {
  padding-bottom: 256px;
}

.pb-257 {
  padding-bottom: 257px;
}

.pb-258 {
  padding-bottom: 258px;
}

.pb-259 {
  padding-bottom: 259px;
}

.pb-260 {
  padding-bottom: 260px;
}

.pb-261 {
  padding-bottom: 261px;
}

.pb-262 {
  padding-bottom: 262px;
}

.pb-263 {
  padding-bottom: 263px;
}

.pb-264 {
  padding-bottom: 264px;
}

.pb-265 {
  padding-bottom: 265px;
}

.pb-266 {
  padding-bottom: 266px;
}

.pb-267 {
  padding-bottom: 267px;
}

.pb-268 {
  padding-bottom: 268px;
}

.pb-269 {
  padding-bottom: 269px;
}

.pb-270 {
  padding-bottom: 270px;
}

.pb-271 {
  padding-bottom: 271px;
}

.pb-272 {
  padding-bottom: 272px;
}

.pb-273 {
  padding-bottom: 273px;
}

.pb-274 {
  padding-bottom: 274px;
}

.pb-275 {
  padding-bottom: 275px;
}

.pb-276 {
  padding-bottom: 276px;
}

.pb-277 {
  padding-bottom: 277px;
}

.pb-278 {
  padding-bottom: 278px;
}

.pb-279 {
  padding-bottom: 279px;
}

.pb-280 {
  padding-bottom: 280px;
}

.pb-281 {
  padding-bottom: 281px;
}

.pb-282 {
  padding-bottom: 282px;
}

.pb-283 {
  padding-bottom: 283px;
}

.pb-284 {
  padding-bottom: 284px;
}

.pb-285 {
  padding-bottom: 285px;
}

.pb-286 {
  padding-bottom: 286px;
}

.pb-287 {
  padding-bottom: 287px;
}

.pb-288 {
  padding-bottom: 288px;
}

.pb-289 {
  padding-bottom: 289px;
}

.pb-290 {
  padding-bottom: 290px;
}

.pb-291 {
  padding-bottom: 291px;
}

.pb-292 {
  padding-bottom: 292px;
}

.pb-293 {
  padding-bottom: 293px;
}

.pb-294 {
  padding-bottom: 294px;
}

.pb-295 {
  padding-bottom: 295px;
}

.pb-296 {
  padding-bottom: 296px;
}

.pb-297 {
  padding-bottom: 297px;
}

.pb-298 {
  padding-bottom: 298px;
}

.pb-299 {
  padding-bottom: 299px;
}

.pb-300 {
  padding-bottom: 300px;
}

.pb-301 {
  padding-bottom: 301px;
}

.pb-302 {
  padding-bottom: 302px;
}

.pb-303 {
  padding-bottom: 303px;
}

.pb-304 {
  padding-bottom: 304px;
}

.pb-305 {
  padding-bottom: 305px;
}

.pb-306 {
  padding-bottom: 306px;
}

.pb-307 {
  padding-bottom: 307px;
}

.pb-308 {
  padding-bottom: 308px;
}

.pb-309 {
  padding-bottom: 309px;
}

.pb-310 {
  padding-bottom: 310px;
}

.pb-311 {
  padding-bottom: 311px;
}

.pb-312 {
  padding-bottom: 312px;
}

.pb-313 {
  padding-bottom: 313px;
}

.pb-314 {
  padding-bottom: 314px;
}

.pb-315 {
  padding-bottom: 315px;
}

.pb-316 {
  padding-bottom: 316px;
}

.pb-317 {
  padding-bottom: 317px;
}

.pb-318 {
  padding-bottom: 318px;
}

.pb-319 {
  padding-bottom: 319px;
}

.pb-320 {
  padding-bottom: 320px;
}

.pb-321 {
  padding-bottom: 321px;
}

.pb-322 {
  padding-bottom: 322px;
}

.pb-323 {
  padding-bottom: 323px;
}

.pb-324 {
  padding-bottom: 324px;
}

.pb-325 {
  padding-bottom: 325px;
}

.pb-326 {
  padding-bottom: 326px;
}

.pb-327 {
  padding-bottom: 327px;
}

.pb-328 {
  padding-bottom: 328px;
}

.pb-329 {
  padding-bottom: 329px;
}

.pb-330 {
  padding-bottom: 330px;
}

.pb-331 {
  padding-bottom: 331px;
}

.pb-332 {
  padding-bottom: 332px;
}

.pb-333 {
  padding-bottom: 333px;
}

.pb-334 {
  padding-bottom: 334px;
}

.pb-335 {
  padding-bottom: 335px;
}

.pb-336 {
  padding-bottom: 336px;
}

.pb-337 {
  padding-bottom: 337px;
}

.pb-338 {
  padding-bottom: 338px;
}

.pb-339 {
  padding-bottom: 339px;
}

.pb-340 {
  padding-bottom: 340px;
}

.pb-341 {
  padding-bottom: 341px;
}

.pb-342 {
  padding-bottom: 342px;
}

.pb-343 {
  padding-bottom: 343px;
}

.pb-344 {
  padding-bottom: 344px;
}

.pb-345 {
  padding-bottom: 345px;
}

.pb-346 {
  padding-bottom: 346px;
}

.pb-347 {
  padding-bottom: 347px;
}

.pb-348 {
  padding-bottom: 348px;
}

.pb-349 {
  padding-bottom: 349px;
}

.pb-350 {
  padding-bottom: 350px;
}

.pb-351 {
  padding-bottom: 351px;
}

.pb-352 {
  padding-bottom: 352px;
}

.pb-353 {
  padding-bottom: 353px;
}

.pb-354 {
  padding-bottom: 354px;
}

.pb-355 {
  padding-bottom: 355px;
}

.pb-356 {
  padding-bottom: 356px;
}

.pb-357 {
  padding-bottom: 357px;
}

.pb-358 {
  padding-bottom: 358px;
}

.pb-359 {
  padding-bottom: 359px;
}

.pb-360 {
  padding-bottom: 360px;
}

.pb-361 {
  padding-bottom: 361px;
}

.pb-362 {
  padding-bottom: 362px;
}

.pb-363 {
  padding-bottom: 363px;
}

.pb-364 {
  padding-bottom: 364px;
}

.pb-365 {
  padding-bottom: 365px;
}

.pb-366 {
  padding-bottom: 366px;
}

.pb-367 {
  padding-bottom: 367px;
}

.pb-368 {
  padding-bottom: 368px;
}

.pb-369 {
  padding-bottom: 369px;
}

.pb-370 {
  padding-bottom: 370px;
}

.pb-371 {
  padding-bottom: 371px;
}

.pb-372 {
  padding-bottom: 372px;
}

.pb-373 {
  padding-bottom: 373px;
}

.pb-374 {
  padding-bottom: 374px;
}

.pb-375 {
  padding-bottom: 375px;
}

.pb-376 {
  padding-bottom: 376px;
}

.pb-377 {
  padding-bottom: 377px;
}

.pb-378 {
  padding-bottom: 378px;
}

.pb-379 {
  padding-bottom: 379px;
}

.pb-380 {
  padding-bottom: 380px;
}

.pb-381 {
  padding-bottom: 381px;
}

.pb-382 {
  padding-bottom: 382px;
}

.pb-383 {
  padding-bottom: 383px;
}

.pb-384 {
  padding-bottom: 384px;
}

.pb-385 {
  padding-bottom: 385px;
}

.pb-386 {
  padding-bottom: 386px;
}

.pb-387 {
  padding-bottom: 387px;
}

.pb-388 {
  padding-bottom: 388px;
}

.pb-389 {
  padding-bottom: 389px;
}

.pb-390 {
  padding-bottom: 390px;
}

.pb-391 {
  padding-bottom: 391px;
}

.pb-392 {
  padding-bottom: 392px;
}

.pb-393 {
  padding-bottom: 393px;
}

.pb-394 {
  padding-bottom: 394px;
}

.pb-395 {
  padding-bottom: 395px;
}

.pb-396 {
  padding-bottom: 396px;
}

.pb-397 {
  padding-bottom: 397px;
}

.pb-398 {
  padding-bottom: 398px;
}

.pb-399 {
  padding-bottom: 399px;
}

.pb-400 {
  padding-bottom: 400px;
}

.pb-401 {
  padding-bottom: 401px;
}

.pb-402 {
  padding-bottom: 402px;
}

.pb-403 {
  padding-bottom: 403px;
}

.pb-404 {
  padding-bottom: 404px;
}

.pb-405 {
  padding-bottom: 405px;
}

.pb-406 {
  padding-bottom: 406px;
}

.pb-407 {
  padding-bottom: 407px;
}

.pb-408 {
  padding-bottom: 408px;
}

.pb-409 {
  padding-bottom: 409px;
}

.pb-410 {
  padding-bottom: 410px;
}

.pb-411 {
  padding-bottom: 411px;
}

.pb-412 {
  padding-bottom: 412px;
}

.pb-413 {
  padding-bottom: 413px;
}

.pb-414 {
  padding-bottom: 414px;
}

.pb-415 {
  padding-bottom: 415px;
}

.pb-416 {
  padding-bottom: 416px;
}

.pb-417 {
  padding-bottom: 417px;
}

.pb-418 {
  padding-bottom: 418px;
}

.pb-419 {
  padding-bottom: 419px;
}

.pb-420 {
  padding-bottom: 420px;
}

.pb-421 {
  padding-bottom: 421px;
}

.pb-422 {
  padding-bottom: 422px;
}

.pb-423 {
  padding-bottom: 423px;
}

.pb-424 {
  padding-bottom: 424px;
}

.pb-425 {
  padding-bottom: 425px;
}

.pb-426 {
  padding-bottom: 426px;
}

.pb-427 {
  padding-bottom: 427px;
}

.pb-428 {
  padding-bottom: 428px;
}

.pb-429 {
  padding-bottom: 429px;
}

.pb-430 {
  padding-bottom: 430px;
}

.pb-431 {
  padding-bottom: 431px;
}

.pb-432 {
  padding-bottom: 432px;
}

.pb-433 {
  padding-bottom: 433px;
}

.pb-434 {
  padding-bottom: 434px;
}

.pb-435 {
  padding-bottom: 435px;
}

.pb-436 {
  padding-bottom: 436px;
}

.pb-437 {
  padding-bottom: 437px;
}

.pb-438 {
  padding-bottom: 438px;
}

.pb-439 {
  padding-bottom: 439px;
}

.pb-440 {
  padding-bottom: 440px;
}

.pb-441 {
  padding-bottom: 441px;
}

.pb-442 {
  padding-bottom: 442px;
}

.pb-443 {
  padding-bottom: 443px;
}

.pb-444 {
  padding-bottom: 444px;
}

.pb-445 {
  padding-bottom: 445px;
}

.pb-446 {
  padding-bottom: 446px;
}

.pb-447 {
  padding-bottom: 447px;
}

.pb-448 {
  padding-bottom: 448px;
}

.pb-449 {
  padding-bottom: 449px;
}

.pb-450 {
  padding-bottom: 450px;
}

.pb-451 {
  padding-bottom: 451px;
}

.pb-452 {
  padding-bottom: 452px;
}

.pb-453 {
  padding-bottom: 453px;
}

.pb-454 {
  padding-bottom: 454px;
}

.pb-455 {
  padding-bottom: 455px;
}

.pb-456 {
  padding-bottom: 456px;
}

.pb-457 {
  padding-bottom: 457px;
}

.pb-458 {
  padding-bottom: 458px;
}

.pb-459 {
  padding-bottom: 459px;
}

.pb-460 {
  padding-bottom: 460px;
}

.pb-461 {
  padding-bottom: 461px;
}

.pb-462 {
  padding-bottom: 462px;
}

.pb-463 {
  padding-bottom: 463px;
}

.pb-464 {
  padding-bottom: 464px;
}

.pb-465 {
  padding-bottom: 465px;
}

.pb-466 {
  padding-bottom: 466px;
}

.pb-467 {
  padding-bottom: 467px;
}

.pb-468 {
  padding-bottom: 468px;
}

.pb-469 {
  padding-bottom: 469px;
}

.pb-470 {
  padding-bottom: 470px;
}

.pb-471 {
  padding-bottom: 471px;
}

.pb-472 {
  padding-bottom: 472px;
}

.pb-473 {
  padding-bottom: 473px;
}

.pb-474 {
  padding-bottom: 474px;
}

.pb-475 {
  padding-bottom: 475px;
}

.pb-476 {
  padding-bottom: 476px;
}

.pb-477 {
  padding-bottom: 477px;
}

.pb-478 {
  padding-bottom: 478px;
}

.pb-479 {
  padding-bottom: 479px;
}

.pb-480 {
  padding-bottom: 480px;
}

.pb-481 {
  padding-bottom: 481px;
}

.pb-482 {
  padding-bottom: 482px;
}

.pb-483 {
  padding-bottom: 483px;
}

.pb-484 {
  padding-bottom: 484px;
}

.pb-485 {
  padding-bottom: 485px;
}

.pb-486 {
  padding-bottom: 486px;
}

.pb-487 {
  padding-bottom: 487px;
}

.pb-488 {
  padding-bottom: 488px;
}

.pb-489 {
  padding-bottom: 489px;
}

.pb-490 {
  padding-bottom: 490px;
}

.pb-491 {
  padding-bottom: 491px;
}

.pb-492 {
  padding-bottom: 492px;
}

.pb-493 {
  padding-bottom: 493px;
}

.pb-494 {
  padding-bottom: 494px;
}

.pb-495 {
  padding-bottom: 495px;
}

.pb-496 {
  padding-bottom: 496px;
}

.pb-497 {
  padding-bottom: 497px;
}

.pb-498 {
  padding-bottom: 498px;
}

.pb-499 {
  padding-bottom: 499px;
}

.pb-500 {
  padding-bottom: 500px;
}

/*-- 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;
}

.pl-131 {
  padding-left: 131px;
}

.pl-132 {
  padding-left: 132px;
}

.pl-133 {
  padding-left: 133px;
}

.pl-134 {
  padding-left: 134px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-136 {
  padding-left: 136px;
}

.pl-137 {
  padding-left: 137px;
}

.pl-138 {
  padding-left: 138px;
}

.pl-139 {
  padding-left: 139px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-141 {
  padding-left: 141px;
}

.pl-142 {
  padding-left: 142px;
}

.pl-143 {
  padding-left: 143px;
}

.pl-144 {
  padding-left: 144px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-146 {
  padding-left: 146px;
}

.pl-147 {
  padding-left: 147px;
}

.pl-148 {
  padding-left: 148px;
}

.pl-149 {
  padding-left: 149px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-151 {
  padding-left: 151px;
}

.pl-152 {
  padding-left: 152px;
}

.pl-153 {
  padding-left: 153px;
}

.pl-154 {
  padding-left: 154px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-156 {
  padding-left: 156px;
}

.pl-157 {
  padding-left: 157px;
}

.pl-158 {
  padding-left: 158px;
}

.pl-159 {
  padding-left: 159px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-161 {
  padding-left: 161px;
}

.pl-162 {
  padding-left: 162px;
}

.pl-163 {
  padding-left: 163px;
}

.pl-164 {
  padding-left: 164px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-166 {
  padding-left: 166px;
}

.pl-167 {
  padding-left: 167px;
}

.pl-168 {
  padding-left: 168px;
}

.pl-169 {
  padding-left: 169px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-171 {
  padding-left: 171px;
}

.pl-172 {
  padding-left: 172px;
}

.pl-173 {
  padding-left: 173px;
}

.pl-174 {
  padding-left: 174px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-176 {
  padding-left: 176px;
}

.pl-177 {
  padding-left: 177px;
}

.pl-178 {
  padding-left: 178px;
}

.pl-179 {
  padding-left: 179px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-181 {
  padding-left: 181px;
}

.pl-182 {
  padding-left: 182px;
}

.pl-183 {
  padding-left: 183px;
}

.pl-184 {
  padding-left: 184px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-186 {
  padding-left: 186px;
}

.pl-187 {
  padding-left: 187px;
}

.pl-188 {
  padding-left: 188px;
}

.pl-189 {
  padding-left: 189px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-191 {
  padding-left: 191px;
}

.pl-192 {
  padding-left: 192px;
}

.pl-193 {
  padding-left: 193px;
}

.pl-194 {
  padding-left: 194px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-196 {
  padding-left: 196px;
}

.pl-197 {
  padding-left: 197px;
}

.pl-198 {
  padding-left: 198px;
}

.pl-199 {
  padding-left: 199px;
}

.pl-200 {
  padding-left: 200px;
}

.pl-201 {
  padding-left: 201px;
}

.pl-202 {
  padding-left: 202px;
}

.pl-203 {
  padding-left: 203px;
}

.pl-204 {
  padding-left: 204px;
}

.pl-205 {
  padding-left: 205px;
}

.pl-206 {
  padding-left: 206px;
}

.pl-207 {
  padding-left: 207px;
}

.pl-208 {
  padding-left: 208px;
}

.pl-209 {
  padding-left: 209px;
}

.pl-210 {
  padding-left: 210px;
}

.pl-211 {
  padding-left: 211px;
}

.pl-212 {
  padding-left: 212px;
}

.pl-213 {
  padding-left: 213px;
}

.pl-214 {
  padding-left: 214px;
}

.pl-215 {
  padding-left: 215px;
}

.pl-216 {
  padding-left: 216px;
}

.pl-217 {
  padding-left: 217px;
}

.pl-218 {
  padding-left: 218px;
}

.pl-219 {
  padding-left: 219px;
}

.pl-220 {
  padding-left: 220px;
}

.pl-221 {
  padding-left: 221px;
}

.pl-222 {
  padding-left: 222px;
}

.pl-223 {
  padding-left: 223px;
}

.pl-224 {
  padding-left: 224px;
}

.pl-225 {
  padding-left: 225px;
}

.pl-226 {
  padding-left: 226px;
}

.pl-227 {
  padding-left: 227px;
}

.pl-228 {
  padding-left: 228px;
}

.pl-229 {
  padding-left: 229px;
}

.pl-230 {
  padding-left: 230px;
}

.pl-231 {
  padding-left: 231px;
}

.pl-232 {
  padding-left: 232px;
}

.pl-233 {
  padding-left: 233px;
}

.pl-234 {
  padding-left: 234px;
}

.pl-235 {
  padding-left: 235px;
}

.pl-236 {
  padding-left: 236px;
}

.pl-237 {
  padding-left: 237px;
}

.pl-238 {
  padding-left: 238px;
}

.pl-239 {
  padding-left: 239px;
}

.pl-240 {
  padding-left: 240px;
}

.pl-241 {
  padding-left: 241px;
}

.pl-242 {
  padding-left: 242px;
}

.pl-243 {
  padding-left: 243px;
}

.pl-244 {
  padding-left: 244px;
}

.pl-245 {
  padding-left: 245px;
}

.pl-246 {
  padding-left: 246px;
}

.pl-247 {
  padding-left: 247px;
}

.pl-248 {
  padding-left: 248px;
}

.pl-249 {
  padding-left: 249px;
}

.pl-250 {
  padding-left: 250px;
}

.pl-251 {
  padding-left: 251px;
}

.pl-252 {
  padding-left: 252px;
}

.pl-253 {
  padding-left: 253px;
}

.pl-254 {
  padding-left: 254px;
}

.pl-255 {
  padding-left: 255px;
}

.pl-256 {
  padding-left: 256px;
}

.pl-257 {
  padding-left: 257px;
}

.pl-258 {
  padding-left: 258px;
}

.pl-259 {
  padding-left: 259px;
}

.pl-260 {
  padding-left: 260px;
}

.pl-261 {
  padding-left: 261px;
}

.pl-262 {
  padding-left: 262px;
}

.pl-263 {
  padding-left: 263px;
}

.pl-264 {
  padding-left: 264px;
}

.pl-265 {
  padding-left: 265px;
}

.pl-266 {
  padding-left: 266px;
}

.pl-267 {
  padding-left: 267px;
}

.pl-268 {
  padding-left: 268px;
}

.pl-269 {
  padding-left: 269px;
}

.pl-270 {
  padding-left: 270px;
}

.pl-271 {
  padding-left: 271px;
}

.pl-272 {
  padding-left: 272px;
}

.pl-273 {
  padding-left: 273px;
}

.pl-274 {
  padding-left: 274px;
}

.pl-275 {
  padding-left: 275px;
}

.pl-276 {
  padding-left: 276px;
}

.pl-277 {
  padding-left: 277px;
}

.pl-278 {
  padding-left: 278px;
}

.pl-279 {
  padding-left: 279px;
}

.pl-280 {
  padding-left: 280px;
}

.pl-281 {
  padding-left: 281px;
}

.pl-282 {
  padding-left: 282px;
}

.pl-283 {
  padding-left: 283px;
}

.pl-284 {
  padding-left: 284px;
}

.pl-285 {
  padding-left: 285px;
}

.pl-286 {
  padding-left: 286px;
}

.pl-287 {
  padding-left: 287px;
}

.pl-288 {
  padding-left: 288px;
}

.pl-289 {
  padding-left: 289px;
}

.pl-290 {
  padding-left: 290px;
}

.pl-291 {
  padding-left: 291px;
}

.pl-292 {
  padding-left: 292px;
}

.pl-293 {
  padding-left: 293px;
}

.pl-294 {
  padding-left: 294px;
}

.pl-295 {
  padding-left: 295px;
}

.pl-296 {
  padding-left: 296px;
}

.pl-297 {
  padding-left: 297px;
}

.pl-298 {
  padding-left: 298px;
}

.pl-299 {
  padding-left: 299px;
}

.pl-300 {
  padding-left: 300px;
}

/*-- 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;
}

.pr-101 {
  padding-right: 101px;
}

.pr-102 {
  padding-right: 102px;
}

.pr-103 {
  padding-right: 103px;
}

.pr-104 {
  padding-right: 104px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-106 {
  padding-right: 106px;
}

.pr-107 {
  padding-right: 107px;
}

.pr-108 {
  padding-right: 108px;
}

.pr-109 {
  padding-right: 109px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-111 {
  padding-right: 111px;
}

.pr-112 {
  padding-right: 112px;
}

.pr-113 {
  padding-right: 113px;
}

.pr-114 {
  padding-right: 114px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-116 {
  padding-right: 116px;
}

.pr-117 {
  padding-right: 117px;
}

.pr-118 {
  padding-right: 118px;
}

.pr-119 {
  padding-right: 119px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-121 {
  padding-right: 121px;
}

.pr-122 {
  padding-right: 122px;
}

.pr-123 {
  padding-right: 123px;
}

.pr-124 {
  padding-right: 124px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-126 {
  padding-right: 126px;
}

.pr-127 {
  padding-right: 127px;
}

.pr-128 {
  padding-right: 128px;
}

.pr-129 {
  padding-right: 129px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-131 {
  padding-right: 131px;
}

.pr-132 {
  padding-right: 132px;
}

.pr-133 {
  padding-right: 133px;
}

.pr-134 {
  padding-right: 134px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-136 {
  padding-right: 136px;
}

.pr-137 {
  padding-right: 137px;
}

.pr-138 {
  padding-right: 138px;
}

.pr-139 {
  padding-right: 139px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-141 {
  padding-right: 141px;
}

.pr-142 {
  padding-right: 142px;
}

.pr-143 {
  padding-right: 143px;
}

.pr-144 {
  padding-right: 144px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-146 {
  padding-right: 146px;
}

.pr-147 {
  padding-right: 147px;
}

.pr-148 {
  padding-right: 148px;
}

.pr-149 {
  padding-right: 149px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-151 {
  padding-right: 151px;
}

.pr-152 {
  padding-right: 152px;
}

.pr-153 {
  padding-right: 153px;
}

.pr-154 {
  padding-right: 154px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-156 {
  padding-right: 156px;
}

.pr-157 {
  padding-right: 157px;
}

.pr-158 {
  padding-right: 158px;
}

.pr-159 {
  padding-right: 159px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-161 {
  padding-right: 161px;
}

.pr-162 {
  padding-right: 162px;
}

.pr-163 {
  padding-right: 163px;
}

.pr-164 {
  padding-right: 164px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-166 {
  padding-right: 166px;
}

.pr-167 {
  padding-right: 167px;
}

.pr-168 {
  padding-right: 168px;
}

.pr-169 {
  padding-right: 169px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-171 {
  padding-right: 171px;
}

.pr-172 {
  padding-right: 172px;
}

.pr-173 {
  padding-right: 173px;
}

.pr-174 {
  padding-right: 174px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-176 {
  padding-right: 176px;
}

.pr-177 {
  padding-right: 177px;
}

.pr-178 {
  padding-right: 178px;
}

.pr-179 {
  padding-right: 179px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-181 {
  padding-right: 181px;
}

.pr-182 {
  padding-right: 182px;
}

.pr-183 {
  padding-right: 183px;
}

.pr-184 {
  padding-right: 184px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-186 {
  padding-right: 186px;
}

.pr-187 {
  padding-right: 187px;
}

.pr-188 {
  padding-right: 188px;
}

.pr-189 {
  padding-right: 189px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-191 {
  padding-right: 191px;
}

.pr-192 {
  padding-right: 192px;
}

.pr-193 {
  padding-right: 193px;
}

.pr-194 {
  padding-right: 194px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-196 {
  padding-right: 196px;
}

.pr-197 {
  padding-right: 197px;
}

.pr-198 {
  padding-right: 198px;
}

.pr-199 {
  padding-right: 199px;
}

.pr-200 {
  padding-right: 200px;
}

.pr-201 {
  padding-right: 201px;
}

.pr-202 {
  padding-right: 202px;
}

.pr-203 {
  padding-right: 203px;
}

.pr-204 {
  padding-right: 204px;
}

.pr-205 {
  padding-right: 205px;
}

.pr-206 {
  padding-right: 206px;
}

.pr-207 {
  padding-right: 207px;
}

.pr-208 {
  padding-right: 208px;
}

.pr-209 {
  padding-right: 209px;
}

.pr-210 {
  padding-right: 210px;
}

.pr-211 {
  padding-right: 211px;
}

.pr-212 {
  padding-right: 212px;
}

.pr-213 {
  padding-right: 213px;
}

.pr-214 {
  padding-right: 214px;
}

.pr-215 {
  padding-right: 215px;
}

.pr-216 {
  padding-right: 216px;
}

.pr-217 {
  padding-right: 217px;
}

.pr-218 {
  padding-right: 218px;
}

.pr-219 {
  padding-right: 219px;
}

.pr-220 {
  padding-right: 220px;
}

.pr-221 {
  padding-right: 221px;
}

.pr-222 {
  padding-right: 222px;
}

.pr-223 {
  padding-right: 223px;
}

.pr-224 {
  padding-right: 224px;
}

.pr-225 {
  padding-right: 225px;
}

.pr-226 {
  padding-right: 226px;
}

.pr-227 {
  padding-right: 227px;
}

.pr-228 {
  padding-right: 228px;
}

.pr-229 {
  padding-right: 229px;
}

.pr-230 {
  padding-right: 230px;
}

.pr-231 {
  padding-right: 231px;
}

.pr-232 {
  padding-right: 232px;
}

.pr-233 {
  padding-right: 233px;
}

.pr-234 {
  padding-right: 234px;
}

.pr-235 {
  padding-right: 235px;
}

.pr-236 {
  padding-right: 236px;
}

.pr-237 {
  padding-right: 237px;
}

.pr-238 {
  padding-right: 238px;
}

.pr-239 {
  padding-right: 239px;
}

.pr-240 {
  padding-right: 240px;
}

.pr-241 {
  padding-right: 241px;
}

.pr-242 {
  padding-right: 242px;
}

.pr-243 {
  padding-right: 243px;
}

.pr-244 {
  padding-right: 244px;
}

.pr-245 {
  padding-right: 245px;
}

.pr-246 {
  padding-right: 246px;
}

.pr-247 {
  padding-right: 247px;
}

.pr-248 {
  padding-right: 248px;
}

.pr-249 {
  padding-right: 249px;
}

.pr-250 {
  padding-right: 250px;
}

.pr-251 {
  padding-right: 251px;
}

.pr-252 {
  padding-right: 252px;
}

.pr-253 {
  padding-right: 253px;
}

.pr-254 {
  padding-right: 254px;
}

.pr-255 {
  padding-right: 255px;
}

.pr-256 {
  padding-right: 256px;
}

.pr-257 {
  padding-right: 257px;
}

.pr-258 {
  padding-right: 258px;
}

.pr-259 {
  padding-right: 259px;
}

.pr-260 {
  padding-right: 260px;
}

.pr-261 {
  padding-right: 261px;
}

.pr-262 {
  padding-right: 262px;
}

.pr-263 {
  padding-right: 263px;
}

.pr-264 {
  padding-right: 264px;
}

.pr-265 {
  padding-right: 265px;
}

.pr-266 {
  padding-right: 266px;
}

.pr-267 {
  padding-right: 267px;
}

.pr-268 {
  padding-right: 268px;
}

.pr-269 {
  padding-right: 269px;
}

.pr-270 {
  padding-right: 270px;
}

.pr-271 {
  padding-right: 271px;
}

.pr-272 {
  padding-right: 272px;
}

.pr-273 {
  padding-right: 273px;
}

.pr-274 {
  padding-right: 274px;
}

.pr-275 {
  padding-right: 275px;
}

.pr-276 {
  padding-right: 276px;
}

.pr-277 {
  padding-right: 277px;
}

.pr-278 {
  padding-right: 278px;
}

.pr-279 {
  padding-right: 279px;
}

.pr-280 {
  padding-right: 280px;
}

.pr-281 {
  padding-right: 281px;
}

.pr-282 {
  padding-right: 282px;
}

.pr-283 {
  padding-right: 283px;
}

.pr-284 {
  padding-right: 284px;
}

.pr-285 {
  padding-right: 285px;
}

.pr-286 {
  padding-right: 286px;
}

.pr-287 {
  padding-right: 287px;
}

.pr-288 {
  padding-right: 288px;
}

.pr-289 {
  padding-right: 289px;
}

.pr-290 {
  padding-right: 290px;
}

.pr-291 {
  padding-right: 291px;
}

.pr-292 {
  padding-right: 292px;
}

.pr-293 {
  padding-right: 293px;
}

.pr-294 {
  padding-right: 294px;
}

.pr-295 {
  padding-right: 295px;
}

.pr-296 {
  padding-right: 296px;
}

.pr-297 {
  padding-right: 297px;
}

.pr-298 {
  padding-right: 298px;
}

.pr-299 {
  padding-right: 299px;
}

.pr-300 {
  padding-right: 300px;
}

/*-- gap --*/
.gap-1 {
  gap: 1px;
}

.gap-2 {
  gap: 2px;
}

.gap-3 {
  gap: 3px;
}

.gap-4 {
  gap: 4px;
}

.gap-5 {
  gap: 5px;
}

.gap-6 {
  gap: 6px;
}

.gap-7 {
  gap: 7px;
}

.gap-8 {
  gap: 8px;
}

.gap-9 {
  gap: 9px;
}

.gap-10 {
  gap: 10px;
}

.gap-11 {
  gap: 11px;
}

.gap-12 {
  gap: 12px;
}

.gap-13 {
  gap: 13px;
}

.gap-14 {
  gap: 14px;
}

.gap-15 {
  gap: 15px;
}

.gap-16 {
  gap: 16px;
}

.gap-17 {
  gap: 17px;
}

.gap-18 {
  gap: 18px;
}

.gap-19 {
  gap: 19px;
}

.gap-20 {
  gap: 20px;
}

.gap-21 {
  gap: 21px;
}

.gap-22 {
  gap: 22px;
}

.gap-23 {
  gap: 23px;
}

.gap-24 {
  gap: 24px;
}

.gap-25 {
  gap: 25px;
}

.gap-26 {
  gap: 26px;
}

.gap-27 {
  gap: 27px;
}

.gap-28 {
  gap: 28px;
}

.gap-29 {
  gap: 29px;
}

.gap-30 {
  gap: 30px;
}

.gap-31 {
  gap: 31px;
}

.gap-32 {
  gap: 32px;
}

.gap-33 {
  gap: 33px;
}

.gap-34 {
  gap: 34px;
}

.gap-35 {
  gap: 35px;
}

.gap-36 {
  gap: 36px;
}

.gap-37 {
  gap: 37px;
}

.gap-38 {
  gap: 38px;
}

.gap-39 {
  gap: 39px;
}

.gap-40 {
  gap: 40px;
}

.gap-41 {
  gap: 41px;
}

.gap-42 {
  gap: 42px;
}

.gap-43 {
  gap: 43px;
}

.gap-44 {
  gap: 44px;
}

.gap-45 {
  gap: 45px;
}

.gap-46 {
  gap: 46px;
}

.gap-47 {
  gap: 47px;
}

.gap-48 {
  gap: 48px;
}

.gap-49 {
  gap: 49px;
}

.gap-50 {
  gap: 50px;
}

.gap-51 {
  gap: 51px;
}

.gap-52 {
  gap: 52px;
}

.gap-53 {
  gap: 53px;
}

.gap-54 {
  gap: 54px;
}

.gap-55 {
  gap: 55px;
}

.gap-56 {
  gap: 56px;
}

.gap-57 {
  gap: 57px;
}

.gap-58 {
  gap: 58px;
}

.gap-59 {
  gap: 59px;
}

.gap-60 {
  gap: 60px;
}

.gap-61 {
  gap: 61px;
}

.gap-62 {
  gap: 62px;
}

.gap-63 {
  gap: 63px;
}

.gap-64 {
  gap: 64px;
}

.gap-65 {
  gap: 65px;
}

.gap-66 {
  gap: 66px;
}

.gap-67 {
  gap: 67px;
}

.gap-68 {
  gap: 68px;
}

.gap-69 {
  gap: 69px;
}

.gap-70 {
  gap: 70px;
}

.gap-71 {
  gap: 71px;
}

.gap-72 {
  gap: 72px;
}

.gap-73 {
  gap: 73px;
}

.gap-74 {
  gap: 74px;
}

.gap-75 {
  gap: 75px;
}

.gap-76 {
  gap: 76px;
}

.gap-77 {
  gap: 77px;
}

.gap-78 {
  gap: 78px;
}

.gap-79 {
  gap: 79px;
}

.gap-80 {
  gap: 80px;
}

.gap-81 {
  gap: 81px;
}

.gap-82 {
  gap: 82px;
}

.gap-83 {
  gap: 83px;
}

.gap-84 {
  gap: 84px;
}

.gap-85 {
  gap: 85px;
}

.gap-86 {
  gap: 86px;
}

.gap-87 {
  gap: 87px;
}

.gap-88 {
  gap: 88px;
}

.gap-89 {
  gap: 89px;
}

.gap-90 {
  gap: 90px;
}

.gap-91 {
  gap: 91px;
}

.gap-92 {
  gap: 92px;
}

.gap-93 {
  gap: 93px;
}

.gap-94 {
  gap: 94px;
}

.gap-95 {
  gap: 95px;
}

.gap-96 {
  gap: 96px;
}

.gap-97 {
  gap: 97px;
}

.gap-98 {
  gap: 98px;
}

.gap-99 {
  gap: 99px;
}

.gap-100 {
  gap: 100px;
}

.gap-101 {
  gap: 101px;
}

.gap-102 {
  gap: 102px;
}

.gap-103 {
  gap: 103px;
}

.gap-104 {
  gap: 104px;
}

.gap-105 {
  gap: 105px;
}

.gap-106 {
  gap: 106px;
}

.gap-107 {
  gap: 107px;
}

.gap-108 {
  gap: 108px;
}

.gap-109 {
  gap: 109px;
}

.gap-110 {
  gap: 110px;
}

.gap-111 {
  gap: 111px;
}

.gap-112 {
  gap: 112px;
}

.gap-113 {
  gap: 113px;
}

.gap-114 {
  gap: 114px;
}

.gap-115 {
  gap: 115px;
}

.gap-116 {
  gap: 116px;
}

.gap-117 {
  gap: 117px;
}

.gap-118 {
  gap: 118px;
}

.gap-119 {
  gap: 119px;
}

.gap-120 {
  gap: 120px;
}

.gap-121 {
  gap: 121px;
}

.gap-122 {
  gap: 122px;
}

.gap-123 {
  gap: 123px;
}

.gap-124 {
  gap: 124px;
}

.gap-125 {
  gap: 125px;
}

.gap-126 {
  gap: 126px;
}

.gap-127 {
  gap: 127px;
}

.gap-128 {
  gap: 128px;
}

.gap-129 {
  gap: 129px;
}

.gap-130 {
  gap: 130px;
}

.gap-131 {
  gap: 131px;
}

.gap-132 {
  gap: 132px;
}

.gap-133 {
  gap: 133px;
}

.gap-134 {
  gap: 134px;
}

.gap-135 {
  gap: 135px;
}

.gap-136 {
  gap: 136px;
}

.gap-137 {
  gap: 137px;
}

.gap-138 {
  gap: 138px;
}

.gap-139 {
  gap: 139px;
}

.gap-140 {
  gap: 140px;
}

.gap-141 {
  gap: 141px;
}

.gap-142 {
  gap: 142px;
}

.gap-143 {
  gap: 143px;
}

.gap-144 {
  gap: 144px;
}

.gap-145 {
  gap: 145px;
}

.gap-146 {
  gap: 146px;
}

.gap-147 {
  gap: 147px;
}

.gap-148 {
  gap: 148px;
}

.gap-149 {
  gap: 149px;
}

.gap-150 {
  gap: 150px;
}

@keyframes MovefadeUp {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes rotated_circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.MovefadeUp {
  animation-name: MovefadeUp;
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
}
@keyframes animatelinebar {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(25px);
  }
}
@keyframes slideUpIn {
  0% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0);
  }
  0% {
    transform: translateY(40px);
  }
}
@keyframes MoveLeftRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-20px);
  }
}
@keyframes MoveUpDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-30px);
  }
}
@keyframes Animated3 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes Animated4 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-10px);
  }
}
@keyframes UpToDown {
  49% {
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes Scroll {
  0% {
    transform: translateX(-50vw);
    transform: translateX(-50vw);
  }
  100% {
    transform: translateX(50vw);
    transform: translateX(50vw);
  }
}
@keyframes spin {
  100% {
    transform: rotate(359deg);
  }
}
@keyframes borderAnimation {
  from {
    background-position: 0 0, -23px 0, 100% -23px, 0 100%;
  }
  to {
    background-position: 0 -23px, 0 0, 100% 0, -23px 100%;
  }
}
@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
body {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-x: hidden;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 0;
}

ol {
  padding-left: 20px;
}

ul {
  list-style: disc;
  padding-left: 0;
}

/* Protected Post Type */
.post-password-form label {
  width: 100%;
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
}
.post-password-form input[type=password] {
  font-size: 1.2rem;
  line-height: 20px;
  padding: 12px 20px;
  border: 1px solid #E4E4F2;
  width: 100%;
}
.post-password-form input[type=submit] {
  background-color: #EDBC5A;
  border: none;
  padding: 10px 40px;
  color: #ffffff;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.post-password-form input[type=submit]:hover {
  background-color: #ffffff;
}

.textwidget p > strong {
  color: #141414;
}

/* Table */
table {
  margin-bottom: 20px;
  width: 100%;
}
table caption {
  border: 1px solid #dfe2e9;
  padding: 6px 10px;
  border-top: 0;
  color: #616670;
}
table th,
table td {
  background-color: transparent;
  border: 1px solid #dfe2e9;
  text-align: center;
  padding: 8px;
  transition: 0.3s;
  color: #616670;
}
table th#today,
table td#today {
  background: #EDBC5A;
  color: #ffffff;
}
table th#today a,
table td#today a {
  color: #ffffff;
}

.page-content .size-full.alignright {
  margin-bottom: 15px;
  margin-top: 20px;
}
.page-content figure.wp-caption.aligncenter {
  margin-top: 40px;
}
.page-content dl, .page-content ol, .page-content ul {
  margin-bottom: 11px;
}
.page-content .comment-respond {
  margin-top: 78px;
  margin-bottom: 20px;
}
.page-content .latest-comments .comment-respond {
  margin-bottom: 40px;
}
.page-content .post-comments {
  margin-top: 80px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/*
 Caption
============================*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
  font-size: 14px;
  font-style: italic;
}

.wp-caption-text {
  text-align: center;
}

/*
 Galleries
============================*/
.gallery {
  margin-bottom: 10px;
}

.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding-right: 5px !important;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.size-thumbnail {
  margin-bottom: 20px;
}

img.emoji {
  width: 15px;
  height: 15px;
}

/*
 Alignments
============================*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em !important;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em !important;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}

/*
 Block Unit Test Widget
============================*/
.wp-block-search__input {
  border: 1px solid #E3E3E3 !important;
}

.wp-block-search__button {
  margin-left: 0 !important;
}

.wp-block-social-links {
  padding-left: 0 !important;
}
.wp-block-social-links li {
  padding-top: 0 !important;
}

.single-post-item.format-quote blockquote {
  padding: 45px;
}
@media (max-width: 767px) {
  .single-post-item.format-quote blockquote {
    padding: 35px;
  }
}

blockquote {
  overflow: hidden;
  margin: 40px 0;
  position: relative;
  z-index: 1;
  padding: 40px 60px !important;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  blockquote {
    padding: 30px !important;
  }
}
blockquote p {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  color: #616670;
  line-height: 30px;
  font-weight: 400;
  margin: 0 !important;
}
blockquote p a {
  color: #EDBC5A;
  text-decoration: underline;
}
blockquote footer {
  font-family: "Gilroy-Bold";
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  color: #141414;
  margin-top: 20px;
}

.wp-block-group.has-background p,
.wp-block-columns.has-background p,
.wp-block-columns .has-background p {
  color: #ffffff;
}

.wp-block-quote, blockquote {
  border-left: 2px solid #EDBC5A;
}

.wp-block-pullquote {
  border-top: 2px solid #EDBC5A !important;
  border-bottom: 2px solid #EDBC5A !important;
  background-color: #f4f4f4;
}
.wp-block-pullquote.is-style-solid-color {
  background-color: #F4F4F4 !important;
}
.wp-block-pullquote.is-style-solid-color .blockquote {
  background-color: #ffffff;
}

.wp-block-quote__citation, .wp-block-quote cite, .wp-block-quote footer {
  margin-top: 10px;
  display: block;
}

.wp-block-column:not(:first-child), .wp-block-column:nth-child(2n) {
  margin-left: 10px;
}

.wp-block-column:not(:last-child) {
  margin-right: 10px;
}

.wp-block-column:nth-child(2n+1) {
  margin-right: 10px;
}

.post-content > .alignwide {
  margin-left: 0;
  margin-right: 0;
  width: calc(100% + 20px);
  max-width: calc(100% + 20px);
}

.post-content h2.has-small-font-size {
  line-height: 24px;
}
.post-content h2.has-medium-font-size {
  line-height: 32px;
}
.post-content h2.has-large-font-size {
  line-height: 48px;
}
.post-content p.has-large-font-size {
  font-size: 36px;
  line-height: 1.2;
}
.post-content .wp-block-search {
  margin-bottom: 15px;
}
.post-content .wp-block-file {
  margin-top: 20px;
  margin-bottom: 20px;
}
.post-content .wp-block-group__inner-container p {
  margin-top: 0 !important;
}

.has-very-light-gray-color.has-very-light-gray-color {
  color: #fff;
  background: #EDBC5A !important;
}

.wp-block-button {
  margin-bottom: 10px;
}

.wp-block-archives select,
.wp-block-categories select {
  height: 66px;
  width: 200px;
  border: 1px solid #E3E3E3;
  padding: 0 10px;
  margin-bottom: 10px;
}

.wp-block-latest-comments {
  padding-left: 0 !important;
}

.wp-block-cover p.wp-block-cover-text,
.wp-block-cover.is-light .wp-block-cover__inner-container {
  color: #fff !important;
}

.wp-block-cover-text a {
  color: #fff;
}

.wp-block-rss {
  padding-left: 0 !important;
}

.widget .wp-block-archives-dropdown,
.widget .wp-block-categories-dropdown,
.widget .wp-block-loginout,
.widget .wp-block-social-links,
.widget.widget_archive select,
.widget.widget_categories select,
.widget.widget_text select,
.widget.widget_search .search-form,
.widget.widget_tag_cloud .tagcloud,
.widget .wp-block-tag-cloud {
  margin-bottom: 6px;
}

.wp-block-latest-posts .wp-block-latest-posts__post-title {
  display: inline-block;
  width: 100%;
}

nav.wp-calendar-nav {
  justify-content: space-between;
  display: flex;
}
nav.wp-calendar-nav a {
  color: #616670;
}
nav.wp-calendar-nav a:hover {
  color: #EDBC5A;
}

.blog-search-content .search-form input {
  width: 50%;
  border: 1px solid #E3E3E3;
}
@media (max-width: 991px) {
  .blog-search-content .search-form input {
    width: 100%;
  }
}

/* Search Widget */
.search-form {
  display: flex !important;
}
.search-form button {
  width: 62px;
  flex-shrink: 0;
}

.wp-block-search {
  margin-bottom: -2px;
}

.wp-block-search,
.search-form {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  gap: 10px;
}
.wp-block-search .wp-block-search__inside-wrapper,
.search-form .wp-block-search__inside-wrapper {
  display: flex;
  padding: 0 !important;
}
.wp-block-search label,
.search-form label {
  font-size: 24px;
  display: block;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #ffffff;
  font-family: "Gilroy-Bold";
}
.wp-block-search input,
.search-form input {
  padding: 0 25px;
  height: 60px;
  width: 100%;
  color: #141414;
  font-size: 18px;
}
.wp-block-search button,
.search-form button {
  color: #ffffff;
  padding: 0 20px;
  position: relative;
  right: 0;
  background-color: #EDBC5A;
  top: 0;
  height: auto;
  line-height: 0;
  border: 0;
  margin-left: 0 !important;
}

/*
 Media
============================*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

embed,
iframe,
object {
  max-width: 100%;
}

figure.wp-block-embed {
  overflow: hidden;
}

.comment-respond.style-two .wpcf7-form .wpcf7-not-valid-tip {
  color: #d9c0b8 !important;
}
.comment-respond .wpcf7-form .wpcf7-not-valid {
  border-color: #dc3232 !important;
}
.comment-respond .wpcf7-form .wpcf7-not-valid-tip {
  font-size: 16px;
  margin-top: 5px;
}
.comment-respond .wpcf7-form.sent .wpcf7-response-output {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.01em;
  color: #72DC60;
  padding: 15px 20px;
  text-align: center;
  position: relative;
  background: #F4FFF5;
  border: 1px solid #CDF5C8 !important;
  border-radius: 10px;
}
.comment-respond .wpcf7-form.invalid .wpcf7-response-output {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.01em;
  color: #dc3232;
  padding: 15px 20px;
  text-align: center;
  position: relative;
  background: #FFF7F7;
  border: 1px solid #FED8D8 !important;
  border-radius: 10px;
}

input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  width: 22px !important;
  height: 22px !important;
  border-color: #e3e4e5;
  border-radius: 6px !important;
  background-color: #e3e4e5 !important;
  transform: scale(1);
  transition: 0.3s;
  position: relative !important;
  padding: 0 !important;
  cursor: pointer;
  margin-top: 0 !important;
  display: flex;
  align-self: center;
  flex-shrink: 0;
  box-shadow: none !important;
}

input[type=radio]::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  transition: 0.3s;
  transform: scale(0);
  background-color: #EDBC5A;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

input[type=checkbox]::before {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='8' viewBox='0 0 9 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.44899 7.76355C3.36328 7.84971 3.24641 7.89784 3.12495 7.89784C3.00349 7.89784 2.88662 7.84971 2.80091 7.76355L0.213156 5.17534C-0.0554271 4.90676 -0.0554271 4.47134 0.213156 4.20321L0.537198 3.87917C0.805781 3.61059 1.24074 3.61059 1.50932 3.87917L3.12495 5.4948L7.49057 1.12917C7.75916 0.860589 8.19457 0.860589 8.4627 1.12917L8.78674 1.45321C9.05532 1.7218 9.05532 2.15721 8.78674 2.42534L3.44899 7.76355Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px;
  height: 100%;
  width: 100%;
  transition: 0.3s;
  transform: scale(0);
  background-color: #EDBC5A;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

input[type=checkbox]:checked::before,
input[type=radio]:checked::before {
  transform: scale(1);
  box-sizing: inherit !important;
}

input[type=checkbox]:checked,
input[type=radio]:checked {
  border-color: #EDBC5A !important;
}

.wpcf7-form-control {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.wpcf7-form-control .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form-control .wpcf7-list-item label {
  display: flex;
  align-content: center;
  margin: 0;
  gap: 10px;
}
.wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label {
  font-size: 16px;
  font-weight: 400;
}

.logged-in .comment-respond textarea {
  margin-bottom: 12px;
}

.zoom-instagram-widget p {
  color: #ffffff;
}
.zoom-instagram-widget p a {
  color: #EDBC5A;
}
.zoom-instagram-widget ul {
  list-style: none;
}
.zoom-instagram-widget ul li {
  color: #ffffff;
}

/* Recent Comment List Block Widget & Latest Post Widget Block */
.has-avatars.has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta,
.has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  font-weight: 500;
  color: #141414;
}
.has-avatars.has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-author,
.has-avatars.has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-link,
.has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-author,
.has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-link {
  font-weight: 500;
}

.wp-block-latest-comments li.wp-block-latest-comments__comment,
.wp-block-latest-posts li.wp-block-latest-comments__comment {
  margin-bottom: 0;
}
.wp-block-latest-comments li .wp-block-latest-comments__comment-meta,
.wp-block-latest-comments li .wp-block-latest-posts__post-title,
.wp-block-latest-posts li .wp-block-latest-comments__comment-meta,
.wp-block-latest-posts li .wp-block-latest-posts__post-title {
  line-height: 28px;
  font-weight: 400;
}
.wp-block-latest-comments li .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date,
.wp-block-latest-comments li .wp-block-latest-posts__post-title .wp-block-latest-comments__comment-date,
.wp-block-latest-posts li .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date,
.wp-block-latest-posts li .wp-block-latest-posts__post-title .wp-block-latest-comments__comment-date {
  font-size: 14px !important;
  margin-bottom: 10px;
  position: relative;
  color: #616670;
}
.wp-block-latest-comments li .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date:before,
.wp-block-latest-comments li .wp-block-latest-posts__post-title .wp-block-latest-comments__comment-date:before,
.wp-block-latest-posts li .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date:before,
.wp-block-latest-posts li .wp-block-latest-posts__post-title .wp-block-latest-comments__comment-date:before {
  content: "\f274";
  font-family: "Font Awesome 6 Pro";
  padding-right: 8px;
}
.wp-block-latest-comments li a,
.wp-block-latest-posts li a {
  color: #141414;
}
.wp-block-latest-comments li a.wp-block-latest-comments__comment-author, .wp-block-latest-comments li a.wp-block-latest-comments__comment-link,
.wp-block-latest-posts li a.wp-block-latest-comments__comment-author,
.wp-block-latest-posts li a.wp-block-latest-comments__comment-link {
  display: inline !important;
  text-transform: capitalize;
  line-height: 28px;
  font-weight: 400;
}
.wp-block-latest-comments li a:hover,
.wp-block-latest-posts li a:hover {
  color: #EDBC5A;
}
.wp-block-latest-comments li .wp-block-latest-comments__comment-excerpt p,
.wp-block-latest-posts li .wp-block-latest-comments__comment-excerpt p {
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}

body.admin-bar .header-menu-area.sticky_menu {
  top: 30px;
}
@media (max-width: 600px) {
  body.admin-bar .header-menu-area.sticky_menu {
    top: 0;
  }
}

.page-template-default.page-id-146 .page-content p:last-child {
  margin-bottom: 10px;
}
.page-template-default.page-id-156 .page-content-wrapper .page-content > p {
  margin-bottom: 10px;
}
.page-template-default.page-id-1133 .page-content .comment-respond {
  margin-top: 78px;
  display: inline-block;
  width: 100%;
}
.page-template-default.page-id-3 .page-area {
  padding-top: 120px;
}
.page-template-default.page-id-3 .page-area .page-content {
  margin-top: -9px;
}

.post-template-default.postid-163 .blog-details-wrapper .single-post-item .post-content {
  margin-bottom: 34px;
}
.post-template-default.postid-150 .blog-details-wrapper .single-post-item .post-content {
  margin-bottom: 34px;
}
.post-template-default.postid-150 .blog-details-wrapper .single-post-item .post-content .wp-block-group.is-layout-constrained:last-child {
  border: 1px solid #000;
}
.post-template-default.postid-51 .blog-details-wrapper .single-post-item .post-content {
  margin-bottom: 25px;
}
.post-template-default.postid-51 .blog-details-wrapper .single-post-item .post-content p:last-child {
  margin-bottom: 0;
}
.post-template-default.postid-1163 .blog-details-wrapper .single-post-item .post-content .wp-caption, .post-template-default.postid-568 .blog-details-wrapper .single-post-item .post-content .wp-caption {
  margin-top: 20px;
}
.post-template-default.postid-1785 .blog-details-wrapper .single-post-item .post-content .wp-block-button__link {
  color: #ffffff !important;
}
.post-template-default.postid-555 .blog-details-wrapper .single-post-item .post-content .gallery {
  margin-top: 20px;
}
.post-template-default.postid-1786 .blog-details-wrapper .single-post-item .post-title {
  margin-bottom: 20px;
}
.post-template-default.postid-1780 .blog-details-wrapper .single-post-item .wp-block-button {
  margin-top: 20px;
  margin-bottom: 40px;
}

.error-404.not-found {
  margin-top: -20px;
  margin-bottom: 40px;
}
.error-404.not-found .error-content .error-btn-bh {
  margin-top: 20px;
}

html {
  scroll-behavior: smooth;
}

.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.z-index-1 {
  z-index: 1;
}

.z-index-11 {
  z-index: 11;
}

.z-index-99 {
  z-index: 99;
}

.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;
}

.body-black {
  background: #131313;
}

.footer-bg {
  background: #1A1717;
}

.width-100 {
  width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mb-140 {
    margin-bottom: 105px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-140 {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-140 {
    margin-bottom: 55px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .mb-140 {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pb-140 {
    padding-bottom: 105px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-140 {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-140 {
    padding-bottom: 55px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pb-140 {
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mt-140 {
    margin-top: 105px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-140 {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-140 {
    margin-top: 55px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .mt-140 {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pt-140 {
    padding-top: 105px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-140 {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-140 {
    padding-top: 55px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pt-140 {
    padding-top: 40px;
  }
}

.progress-circle .progress {
  stroke: #EDBC5A;
  stroke-dasharray: 251.2;
  stroke-dashoffset: 251.2;
  animation: progress-animation 2s linear forwards;
}
.progress-circle .progress.progress-2 {
  stroke-dasharray: 265.2;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-title {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title.style-1 h2 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title.style-1 h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-title.style-1 h2 {
    font-size: 25px;
  }
}
.section-title.style-1 span {
  color: #EDBC5A;
  font-weight: 300;
  letter-spacing: 3.52px;
  text-transform: uppercase;
  display: block;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-title.style-1 span {
    font-size: 16px;
  }
}
.section-title.style-2 {
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title.style-2 h2 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title.style-2 h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-title.style-2 h2 {
    font-size: 25px;
  }
}
.section-title.style-2 span {
  color: #EDBC5A;
  font-weight: 300;
  letter-spacing: 3.52px;
  text-transform: uppercase;
  display: block;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-title.style-2 span {
    font-size: 16px;
  }
}

.hero-area .slick-arrow.btn-prev {
  position: absolute;
  bottom: 0;
  left: 50px;
  z-index: 11;
  width: 46px;
  height: 46px;
  color: #ffffff;
  background: #131313;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.hero-area .slick-arrow.btn-prev:hover {
  background: #EDBC5A;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area .slick-arrow.btn-prev {
    width: 36px;
    height: 36px;
    left: 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .hero-area .slick-arrow.btn-prev {
    width: 36px;
    height: 36px;
    left: 40px;
  }
}
.hero-area .slick-arrow.btn-next {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 11;
  width: 46px;
  height: 46px;
  color: #ffffff;
  background: #131313;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.hero-area .slick-arrow.btn-next:hover {
  background: #EDBC5A;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area .slick-arrow.btn-next {
    width: 36px;
    height: 36px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .hero-area .slick-arrow.btn-next {
    width: 36px;
    height: 36px;
  }
}

.testimonial-area.style-1 .slick-arrow.btn-prev {
  position: absolute;
  bottom: 110px;
  left: 66px;
  z-index: 11;
  width: 44px;
  height: 44px;
  color: #ffffff;
  background: #171717;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .testimonial-area.style-1 .slick-arrow.btn-prev {
    bottom: 109px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-area.style-1 .slick-arrow.btn-prev {
    bottom: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-area.style-1 .slick-arrow.btn-prev {
    bottom: 80px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-area.style-1 .slick-arrow.btn-prev {
    bottom: -32px;
    width: 30px;
    height: 30px;
  }
}
.testimonial-area.style-1 .slick-arrow.btn-next {
  position: absolute;
  bottom: 110px;
  left: 10px;
  z-index: 11;
  width: 44px;
  height: 44px;
  color: #ffffff;
  background: #171717;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .testimonial-area.style-1 .slick-arrow.btn-next {
    bottom: 109px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-area.style-1 .slick-arrow.btn-next {
    bottom: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-area.style-1 .slick-arrow.btn-next {
    bottom: 80px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-area.style-1 .slick-arrow.btn-next {
    bottom: -32px;
    width: 30px;
    height: 30px;
  }
}
.testimonial-area.style-2 .slick-arrow.btn-prev {
  position: absolute;
  bottom: 110px;
  left: 66px;
  z-index: 11;
  width: 44px;
  height: 44px;
  color: #ffffff;
  background: #171717;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .testimonial-area.style-2 .slick-arrow.btn-prev {
    bottom: 105px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-area.style-2 .slick-arrow.btn-prev {
    bottom: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-area.style-2 .slick-arrow.btn-prev {
    bottom: 110px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-area.style-2 .slick-arrow.btn-prev {
    bottom: -15px;
    width: 30px;
    height: 30px;
  }
}
.testimonial-area.style-2 .slick-arrow.btn-next {
  position: absolute;
  bottom: 110px;
  left: 10px;
  z-index: 11;
  width: 44px;
  height: 44px;
  color: #ffffff;
  background: #171717;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .testimonial-area.style-2 .slick-arrow.btn-next {
    bottom: 105px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-area.style-2 .slick-arrow.btn-next {
    bottom: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-area.style-2 .slick-arrow.btn-next {
    bottom: 110px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-area.style-2 .slick-arrow.btn-next {
    bottom: -15px;
    width: 30px;
    height: 30px;
  }
}

.title-border-1 {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 1.51%, #EDBC5A 105.37%);
  width: 531px;
  height: 1px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .title-border-1 {
    width: 360px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .title-border-1 {
    width: 260px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 350px) {
  .title-border-1 {
    width: 130px;
  }
}

.title-border-2 {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 1.51%, #EDBC5A 105.37%);
  width: 386px;
  height: 1px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .title-border-2 {
    width: 320px;
    margin: 20px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .title-border-2 {
    width: 200px;
  }
}

.title-border-3 {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 1.51%, #EDBC5A 105.37%);
  width: 416px;
  height: 1px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .title-border-3 {
    width: 395px;
    margin: 20px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .title-border-3 {
    width: 320px;
    margin: 20px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .title-border-3 {
    width: 346px;
    margin: 20px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .title-border-3 {
    width: 300px;
    margin: 15px 0;
  }
}

.title-border-4 {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 1.51%, #EDBC5A 105.37%);
  width: 856px;
  height: 1px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  margin: 30px 0 50px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .title-border-4 {
    width: 395px;
    margin: 20px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .title-border-4 {
    width: 320px;
    margin: 20px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .title-border-4 {
    width: 346px;
    margin: 20px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .title-border-4 {
    width: 300px;
    margin: 15px 0;
  }
}

.title-border-5 {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 1.51%, #EDBC5A 105.37%);
  width: 690px;
  height: 1px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  margin: 15px 0 50px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .title-border-5 {
    width: 395px;
    margin: 20px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .title-border-5 {
    width: 320px;
    margin: 20px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .title-border-5 {
    width: 346px;
    margin: 20px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .title-border-5 {
    width: 300px;
    margin: 15px 0;
  }
}

.about-area-card-section {
  padding: 0 110px 0 110px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-area-card-section {
    padding: 0 70px 0 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area-card-section {
    padding: 0 100px 0 100px;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area-card-section {
    padding: 0 70px 0 70px;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-area-card-section {
    padding: 0 30px 0 30px;
  }
}
.about-area-card-section .card-wrapper.style-1 {
  border: 1px solid #262626;
  padding: 40px 20px 20px 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-area-card-section .card-wrapper.style-1 {
    padding: 40px 12px 12px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area-card-section .card-wrapper.style-1 {
    padding: 40px 84px 20px 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area-card-section .card-wrapper.style-1 {
    padding: 30px 14px 12px 30px;
  }
}
.about-area-card-section .card-wrapper.style-1 .card-text h3 {
  color: #FFF;
  font-family: Gilroy-Medium;
  font-size: 18px;
  font-style: normal;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area-card-section .card-wrapper.style-1 .card-text {
    margin-bottom: 20px;
  }
}
.about-area-card-section .card-wrapper.style-1 .card-content a {
  width: 32px;
  height: 32px;
  background: #333;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  transition: all 0.5s ease 0s;
}
.about-area-card-section .card-wrapper.style-1 .card-content span {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.15);
  font-family: Gilroy-Medium;
  font-size: 50px;
  font-weight: 400;
  line-height: normal;
  color: transparent;
  transition: all 0.5s ease 0s;
}
.about-area-card-section .card-wrapper:hover .card-content a {
  width: 42px;
  height: 42px;
  background: #EDBC5A;
  line-height: 38px;
}
.about-area-card-section .card-wrapper:hover .card-content span {
  color: #EDBC5A;
}

.toggle-menus {
  visibility: hidden;
  opacity: 1;
  transform: scaleX(0);
  transform-origin: right center;
  transition: all 0.5s ease 0s;
  position: fixed;
  z-index: 100;
  top: 0;
  z-index: 99999;
  right: 0;
  width: 450px;
  height: 100%;
  padding: 50px;
  background: #222222;
}
.toggle-menus.toggle-menu-active {
  visibility: visible;
  opacity: 1;
  transform: scaleX(1);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .toggle-menus {
    width: 300px;
    padding: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .toggle-menus .toggle-menu-header {
    margin-bottom: 15px;
  }
}
.toggle-menus .toggle-menu-header .toggle-close-icon {
  font-size: 30px;
  cursor: pointer;
}
.toggle-menus ul {
  padding: 25px 0;
}
.toggle-menus ul li {
  border-top: 1px solid #383838;
  border-bottom: 1px solid #383838;
  position: relative;
  line-height: 23px;
}
.toggle-menus ul li a {
  padding: 10px 0;
  display: inline-block;
}
.toggle-menus ul li a:hover {
  text-decoration: underline;
}
.toggle-menus ul li .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 0;
  width: 50px;
  height: 43px;
  text-align: center;
  line-height: 43px;
  border-left: 1px solid #383838;
  cursor: pointer;
}
.toggle-menus ul li ul.hidden-list {
  height: 0;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  margin-left: 20px;
  transition: all 0.5s ease 0s;
}
.toggle-menus ul li ul li a {
  font-size: 14px;
  padding: 6px 0px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .toggle-menus .toggle-menu-contact h4 {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .toggle-menus .toggle-menu-contact span {
    font-size: 14px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .toggle-menus .toggle-menu-contact .address {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .toggle-menus .toggle-menu-contact .email {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .toggle-menus .toggle-menu-contact .phone {
    margin-bottom: 10px;
  }
}
.toggle-menus .toggle-social-icon ul {
  padding-top: 20px;
}
.toggle-menus .toggle-social-icon ul li {
  border: none;
}
.toggle-menus .toggle-social-icon ul li a {
  display: inline-block;
  padding: 10px;
}
.toggle-menus .toggle-social-icon ul li a:hover {
  background: red;
  padding: 10px;
  border-radius: 50%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-area {
    margin-right: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-area {
    gap: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .counter-area {
    gap: 50px;
    display: flex;
  }
}
@media (max-width: 520px) {
  .counter-area {
    gap: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-area.style-1 .counter-area-wrapper {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .counter-area.style-1 .counter-area-wrapper {
    margin-bottom: 10px;
  }
}
.counter-area.style-1 .counter-area-wrapper span {
  color: #fff;
  font-family: Gilroy-Bold;
  font-size: 120px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .counter-area.style-1 .counter-area-wrapper span {
    font-size: 60px;
  }
}
.counter-area.style-1 .counter-area-wrapper p {
  color: #FFF;
  font-family: Rubik;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px; /* 161.111% */
  letter-spacing: 6.66px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .counter-area.style-1 .counter-area-wrapper p {
    letter-spacing: 4px;
    font-size: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-area.style-1 .counter-area-wrapper p {
    font-size: 16px;
    letter-spacing: 4.66px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .counter-area.style-1 .counter-area-wrapper p {
    font-size: 15px;
    letter-spacing: 2.66px;
  }
}
@media (max-width: 520px) {
  .counter-area.style-1 .counter-area-wrapper p {
    font-size: 14px;
    letter-spacing: 1px;
  }
}
@media (max-width: 420px) {
  .counter-area.style-1 .counter-area-wrapper p {
    font-size: 12px;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-area.style-2 .counter-area-wrapper {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .counter-area.style-2 .counter-area-wrapper {
    margin-right: 20px;
  }
}
.counter-area.style-2 .counter-area-wrapper span {
  color: #fff;
  font-family: Gilroy-Bold;
  font-size: 120px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-area.style-2 .counter-area-wrapper span {
    font-size: 60px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .counter-area.style-2 .counter-area-wrapper span {
    font-size: 60px;
  }
}
.counter-area.style-2 .counter-area-wrapper p {
  color: #FFF;
  font-family: Rubik;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px; /* 161.111% */
  letter-spacing: 6.66px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .counter-area.style-2 .counter-area-wrapper p {
    letter-spacing: 4px;
    font-size: 17px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-area.style-2 .counter-area-wrapper p {
    letter-spacing: 3.66px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-area.style-2 .counter-area-wrapper p {
    letter-spacing: 1.66px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .counter-area.style-2 .counter-area-wrapper p {
    font-size: 15px;
    letter-spacing: 2.66px;
  }
}
@media (max-width: 520px) {
  .counter-area.style-2 .counter-area-wrapper p {
    font-size: 14px;
    letter-spacing: 1px;
  }
}
@media (max-width: 420px) {
  .counter-area.style-2 .counter-area-wrapper p {
    font-size: 12px;
    letter-spacing: 0;
  }
}

.bg-light-color.style-2 {
  position: absolute;
  width: 376px;
  height: 376px;
  background: rgba(237, 188, 90, 0.7);
  filter: blur(250px);
  z-index: 5;
  right: 30px;
  top: 70px;
  animation: zoomInOut 5s 2s infinite;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .bg-light-color.style-2 {
    right: 0;
    top: 0px;
    width: 276px;
    height: 276px;
  }
}
.bg-light-color.style-3 {
  position: absolute;
  width: 376px;
  height: 376px;
  background: rgba(237, 188, 90, 0.7);
  filter: blur(250px);
  left: 0;
  top: 315px;
  animation: zoomInOut 5s 2s infinite;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .bg-light-color.style-3 {
    width: 276px;
    height: 276px;
  }
}
.bg-light-color.style-4 {
  position: absolute;
  width: 376px;
  height: 376px;
  background: rgba(237, 188, 90, 0.7);
  filter: blur(250px);
  right: 0;
  bottom: 0;
  z-index: 5;
  animation: zoomInOut 5s 2s infinite;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .bg-light-color.style-4 {
    width: 276px;
    height: 276px;
  }
}
.bg-light-color.style-5 {
  position: absolute;
  width: 376px;
  height: 376px;
  right: 790px;
  top: 160px;
  background: rgba(237, 188, 90, 0.4);
  filter: blur(200px);
  z-index: 5;
  animation: zoomInOut 5s 2s infinite;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bg-light-color.style-5 {
    right: 380px;
    top: 240px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bg-light-color.style-5 {
    right: 406px;
    top: 150px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .bg-light-color.style-5 {
    width: 276px;
    height: 276px;
  }
}

@media (max-width: 1399px) {
  .pages-heading {
    margin: 0 30px;
  }
}
.pages-heading::before {
  content: "";
  position: absolute;
  width: 508px;
  height: 508px;
  left: -106px;
  bottom: -170px;
  background: rgba(237, 188, 90, 0.7);
  filter: blur(200px);
  animation: zoomInOut 5s 2s infinite;
  z-index: 0;
  border-radius: 508px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pages-heading::before {
    width: 270px;
  }
}
.pages-heading::after {
  content: "";
  position: absolute;
  width: 381px;
  height: 381px;
  right: 0;
  top: -162px;
  background: rgba(237, 188, 90, 0.7);
  filter: blur(200px);
  animation: zoomInOut 5s 2s infinite;
  z-index: 0;
  border-radius: 381px;
}
.pages-heading-image {
  text-align: center;
}
.pages-heading-image img {
  border-radius: 15px;
}
.pages-heading-text {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pages-heading-text.style-2 span {
    font-size: 9px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pages-heading-text.style-2 h2 {
    font-size: 10px;
  }
}
@media (max-width: 480px) {
  .pages-heading-text span {
    font-size: 14px;
  }
}
.pages-heading-text h2 {
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pages-heading-text h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pages-heading-text h2 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pages-heading-text h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pages-heading-text h2 {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .pages-heading-text h2 {
    font-size: 18px;
  }
}

.team-secondary-partner.blog-details-form {
  padding: 80px 83px 87px 80px;
  background: #1a1717;
  border-radius: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .team-secondary-partner.blog-details-form {
    padding: 20px 10px 20px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-secondary-partner.contact-page-form {
    padding: 25px 20px 25px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-secondary-partner.contact-page-form .form-heading h3 {
    font-size: 31px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .team-secondary-partner.contact-page-form .form-heading h3 {
    font-size: 31px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-secondary-partner.contact-page-form .contact-form .page-btn a {
    padding: 10px 17px 11px 35px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .team-secondary-partner .section-title p {
    font-size: 15px;
  }
}
.team-secondary-partner .contact-form form {
  display: flex;
  flex-direction: column;
}
.team-secondary-partner .contact-form form .contract-group {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-secondary-partner .contact-form form .contract-group {
    display: block;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .team-secondary-partner .contact-form form .contract-group {
    display: block;
  }
}
.team-secondary-partner .contact-form form .contract-group .input-col {
  width: calc(50% - 24px);
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-secondary-partner .contact-form form .contract-group .input-col {
    width: calc(100% - 20px);
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .team-secondary-partner .contact-form form .contract-group .input-col {
    width: calc(100% - 20px);
    margin-bottom: 20px;
  }
}
.team-secondary-partner .contact-form form .contract-group .input-col label {
  display: block;
  color: #ffffff;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
}
.team-secondary-partner .contact-form form .contract-group .input-col label.name::before {
  content: "\e91e";
  font-family: "icomoon";
  font-size: 22px;
  margin-right: 17px;
}
.team-secondary-partner .contact-form form .contract-group .input-col label.phone::before {
  content: "\e91c";
  font-family: "icomoon";
  font-size: 22px;
  margin-right: 17px;
}
.team-secondary-partner .contact-form form .contract-group .input-col label.email::before {
  content: "\e91d";
  font-family: "icomoon";
  font-size: 22px;
  margin-right: 17px;
}
.team-secondary-partner .contact-form form .contract-group .input-col input,
.team-secondary-partner .contact-form form .contract-group .input-col select,
.team-secondary-partner .contact-form form .contract-group .input-col textarea {
  width: 100%;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 14px;
  transition: border-color 0.3s ease;
  background-color: transparent;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 18px;
}
.team-secondary-partner .contact-form form .contract-group .input-col input:focus,
.team-secondary-partner .contact-form form .contract-group .input-col select:focus,
.team-secondary-partner .contact-form form .contract-group .input-col textarea:focus {
  outline: none;
  border-color: #ffffff;
}
.team-secondary-partner .contact-form form .contract-group .input-col textarea {
  min-height: 80px;
}
.team-secondary-partner .contact-form form .contract-group .input-col select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../images/icon/selector-arrow.svg");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 10px);
  background-position-y: center;
  padding-right: 30px;
  color: #ffffff;
}
.team-secondary-partner .contact-form form .contract-group .input-col select option.selector-menu {
  background: #141414;
}
.team-secondary-partner .contact-form form .contract-group.full-row {
  flex-direction: column;
}
.team-secondary-partner .contact-form form .contract-group.full-row label {
  color: #ffffff;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
}
.team-secondary-partner .contact-form form .contract-group.full-row label.inbox::before {
  content: "\e91b";
  font-family: "icomoon";
  font-size: 22px;
  margin-right: 17px;
}
.team-secondary-partner .contact-form form .contract-group.full-row textarea {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0;
  font-size: 14px;
  transition: border-color 0.3s ease;
  min-height: 105px;
  background-color: transparent;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 18px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .team-secondary-partner .contact-form form .contract-group.full-row textarea {
    min-height: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-secondary-partner .contact-form form .contract-group.full-row textarea {
    min-height: 90px;
  }
}
.team-secondary-partner .contact-form form .contract-group.full-row textarea:focus {
  outline: none;
  border-color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-secondary-partner .contact-form form .page-btn {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .team-secondary-partner .contact-form form .page-btn {
    margin-top: 24px;
  }
}
.team-secondary-partner .contact-form form .page-btn a {
  display: inline-block;
  padding: 22px 19px 22px 42px;
  border: 1px solid #EDBC5A;
  color: var(--White, #fff);
  font-family: Gilroy-Medium;
  font-size: 28px;
  font-weight: 400;
  line-height: normal;
  border-radius: 38px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .team-secondary-partner .contact-form form .page-btn a {
    font-size: 22px;
    padding: 12px 20px 12px 20px;
  }
}
.team-secondary-partner .contact-form form .page-btn a::after {
  content: "\e90f";
  font-family: icomoon;
  margin: 20px 0 0 23px;
}
.team-secondary-partner .contact-form form .page-btn a:hover {
  background: #EDBC5A;
}

.off-canvas-menu {
  width: 530px;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: right center;
  transition: all 0.5s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .off-canvas-menu {
    width: 430px;
  }
}
@media (max-width: 500px) {
  .off-canvas-menu {
    width: 330px;
  }
}
.off-canvas-menu.canvas-ative {
  visibility: visible;
  opacity: 1;
  right: 0;
  top: 0;
  transform: scaleX(1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .off-canvas-menu.canvas-ative {
    right: 0;
  }
}
.off-canvas-menu-wrapper {
  padding: 70px 35px 380px 35px;
}
.off-canvas-menu-header .close-icon {
  font-size: 30px;
  cursor: pointer;
}
.off-canvas-menu .content .appatment-form form label, .off-canvas-menu .content .appatment-form form input, .off-canvas-menu .content .appatment-form form textarea {
  display: block;
  width: 100%;
  margin-bottom: 25px;
  background: transparent;
  border: 1px solid;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 25px;
  color: #ffffff;
}
.off-canvas-menu .content .appatment-form form textarea {
  height: 100px;
  color: #ffffff;
}
.off-canvas-menu .content .appatment-form form a {
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  border: 1px solid #ffffff;
  display: block;
  text-align: center;
}
.off-canvas-menu .content .appatment-form form a:hover {
  background-color: #EDBC5A;
}
.off-canvas-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: right center;
  transition: all 0.5s ease 0s;
}
.off-canvas-menu-overlay.canvas-overlay-ative {
  visibility: visible;
  opacity: 1;
  right: 0;
  top: 0;
  transform: scaleX(1);
}
.off-canvas-menu .offcanves-socail-icon ul li {
  margin: 0 35px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .off-canvas-menu .offcanves-socail-icon ul li {
    margin: 0 10px;
  }
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #131313;
  z-index: 9999999;
  right: 0;
  bottom: 0;
}

#preloader-status {
  max-height: 210px;
  max-width: 210px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#wifi-loader {
  --background: #62abff;
  --front-color: #ef4d86;
  --front-color-in: #fbb216;
  --back-color: #c3c8de;
  --text-color: #a3ca14;
  width: 64px;
  height: 64px;
  border-radius: 50px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

#wifi-loader svg {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

#wifi-loader svg circle {
  position: absolute;
  fill: none;
  stroke-width: 6px;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: rotate(-100deg);
  transform-origin: center;
}

#wifi-loader svg circle.back {
  stroke: var(--back-color);
}

#wifi-loader svg circle.front {
  stroke: var(--front-color);
}

#wifi-loader svg.circle-outer {
  height: 86px;
  width: 86px;
}

#wifi-loader svg.circle-outer circle {
  stroke-dasharray: 62.75 188.25;
}

#wifi-loader svg.circle-outer circle.back {
  animation: circle-outer135 1.8s ease infinite 0.3s;
}

#wifi-loader svg.circle-outer circle.front {
  animation: circle-outer135 1.8s ease infinite 0.15s;
}

#wifi-loader svg.circle-middle {
  height: 60px;
  width: 60px;
}

#wifi-loader svg.circle-middle circle {
  stroke: var(--front-color-in);
  stroke-dasharray: 42.5 127.5;
}

#wifi-loader svg.circle-middle circle.back {
  animation: circle-middle6123 1.8s ease infinite 0.25s;
}

#wifi-loader svg.circle-middle circle.front {
  animation: circle-middle6123 1.8s ease infinite 0.1s;
}

#wifi-loader svg.circle-inner {
  height: 34px;
  width: 34px;
}

#wifi-loader svg.circle-inner circle {
  stroke-dasharray: 22 66;
}

#wifi-loader svg.circle-inner circle.back {
  animation: circle-inner162 1.8s ease infinite 0.2s;
}

#wifi-loader svg.circle-inner circle.front {
  animation: circle-inner162 1.8s ease infinite 0.05s;
}

#wifi-loader .text {
  position: absolute;
  bottom: -40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: lowercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.2px;
}

#wifi-loader .text::before,
#wifi-loader .text::after {
  content: attr(data-text);
}

#wifi-loader .text::before {
  color: var(--text-color);
}

#wifi-loader .text::after {
  color: var(--front-color-in);
  animation: text-animation76 3.6s ease infinite;
  position: absolute;
  left: 0;
}
@keyframes circle-outer135 {
  0% {
    stroke-dashoffset: 25;
  }
  25% {
    stroke-dashoffset: 0;
  }
  65% {
    stroke-dashoffset: 301;
  }
  80% {
    stroke-dashoffset: 276;
  }
  100% {
    stroke-dashoffset: 276;
  }
}
@keyframes circle-middle6123 {
  0% {
    stroke-dashoffset: 17;
  }
  25% {
    stroke-dashoffset: 0;
  }
  65% {
    stroke-dashoffset: 204;
  }
  80% {
    stroke-dashoffset: 187;
  }
  100% {
    stroke-dashoffset: 187;
  }
}
@keyframes circle-inner162 {
  0% {
    stroke-dashoffset: 9;
  }
  25% {
    stroke-dashoffset: 0;
  }
  65% {
    stroke-dashoffset: 106;
  }
  80% {
    stroke-dashoffset: 97;
  }
  100% {
    stroke-dashoffset: 97;
  }
}
@keyframes text-animation76 {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  50% {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }
}
.scrollup-wrapper {
  position: fixed;
  right: 40px;
  bottom: 20px;
  z-index: 9999;
}

.scrollup-btn {
  display: flex;
  align-content: center;
  justify-content: center;
  font-size: 26px;
  color: #ffffff;
  text-decoration: none;
  width: 50px;
  height: 50px;
  background-color: #EDBC5A;
  border-radius: 50px;
  border: 2px solid transparent;
  outline: 2px dashed #EDBC5A;
  align-items: center;
  cursor: pointer;
}
.scrollup-btn i {
  margin-top: -3px;
  display: block;
}

.search-menu-container {
  position: fixed;
  top: -100%;
  left: 50%;
  width: 700px;
  z-index: 1000;
  display: flex;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transform: scaleY(0);
  transition: all 0.5s ease 0s;
}
.search-menu-container.search-menu-active {
  visibility: visible;
  opacity: 1;
  left: 50%;
  top: 50%;
  transform: scaleY(1);
  transform: translate(-50%, -50%);
}
.search-menu-container form {
  display: flex;
  align-items: center;
  background: #333333;
  border-radius: 5px;
  width: 100%;
  padding: 15px;
}
.search-menu-container .input-field {
  flex: 1;
  padding: 15px;
  font-size: 18px;
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 4px;
  outline: none;
  background: #333333;
  color: #ffffff;
  transition: border-color 0.3s;
}
.search-menu-container .input-field:focus {
  border-bottom: 2px solid #ffffff;
}
.search-menu-container .submit-btn {
  padding: 10px;
  border: none;
  background: none;
  color: #ffffff;
  font-size: 22px;
  border-radius: 4px;
  cursor: pointer;
  transition: color 0.3s;
}
.search-menu-container .submit-btn:hover {
  color: #EDBC5A;
}
.search-menu-container .close-btn {
  margin-left: 10px;
  padding: 10px;
  border: none;
  background: none;
  color: #ffffff;
  font-size: 32px;
  border-radius: 4px;
  cursor: pointer;
  transition: color 0.3s;
}
.search-menu-container .close-btn:hover {
  color: #EDBC5A;
}

.search-menu-overlay {
  position: fixed;
  top: -100%;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: right center;
  transition: all 0.5s ease 0s;
}
.search-menu-overlay.search-menu-overlay-active {
  visibility: visible;
  opacity: 1;
  right: 0;
  top: 0;
  transform: scaleY(1);
}

@media (max-width: 1399px) {
  .hero-area {
    padding-top: 0;
  }
}
.hero-area::after {
  content: "";
  position: absolute;
  width: 376px;
  height: 376px;
  right: 50px;
  top: -90px;
  background: rgba(237, 188, 90, 0.7);
  filter: blur(200px);
  z-index: 5;
  animation: zoomInOut 5s 2s infinite;
}
.hero-area-bg-one {
  top: 3px;
  left: 2px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-area-bg-one {
    opacity: 0.3;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area-bg-one {
    opacity: 0.3;
  }
}
.hero-area-bg-four {
  right: 340px;
  bottom: 325px;
}
@media (max-width: 1550px) {
  .hero-area-bg-four {
    right: 15%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area-bg-four {
    right: 5%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .hero-area-bg-four {
    display: none;
  }
}
.hero-area-bg-block-shape {
  top: 0;
  right: 100px;
  z-index: 11;
}
@media (max-width: 1700px) {
  .hero-area-bg-block-shape {
    max-width: 50%;
    max-height: 50%;
  }
}
@media (max-width: 1500px) {
  .hero-area-bg-block-shape {
    max-width: 45%;
    max-height: 45%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-area-bg-block-shape {
    max-width: 35%;
    max-height: 35%;
    right: 65px;
  }
}
@media (max-width: 1199px) {
  .hero-area-bg-block-shape {
    display: none;
    visibility: hidden;
  }
}
.hero-area-title-one {
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-area-title-one {
    font-size: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area-title-one {
    font-size: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area-title-one {
    font-size: 100px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .hero-area-title-one {
    font-size: 80px;
  }
}
@media (max-width: 576px) {
  .hero-area-title-one {
    font-size: 50px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 350px) {
  .hero-area-title-one {
    font-size: 30px;
  }
}
.hero-area-title-one span {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #edbc5a;
  color: transparent;
}
.hero-area-title-one span::before {
  content: "";
  width: 149px;
  height: 132px;
  background: url(../images/shape/hero-1-super-toroid-black-matte-2.png) no-repeat 100% 100%;
  background-size: 100% 100%;
  position: absolute;
  left: 575px;
  top: 0;
  z-index: -1;
  animation: rotated_circle 30s infinite;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-area-title-one span::before {
    left: 480px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area-title-one span::before {
    left: 480px;
    width: 120px;
    height: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area-title-one span::before {
    left: 410px;
    width: 100px;
    height: 90px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .hero-area-title-one span::before {
    width: 70px;
    height: 65px;
    left: 330px;
  }
}
@media (max-width: 576px) {
  .hero-area-title-one span::before {
    width: 50px;
    height: 50px;
    left: 200px;
    top: -5px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 350px) {
  .hero-area-title-one span::before {
    display: none;
  }
}
.hero-area-title-one span::after {
  content: "";
  width: 180px;
  height: 156px;
  background: url(../images/shape/hero-1-element-3.png) no-repeat 100% 100%;
  background-size: 100% 100%;
  position: absolute;
  right: 350px;
  top: 56px;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-area-title-one span::after {
    right: 284px;
    top: 38px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area-title-one span::after {
    right: -10px;
    right: 157px;
    width: 126px;
    height: 118px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area-title-one span::after {
    right: 48px;
    width: 100px;
    height: 90px;
    top: 35px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .hero-area-title-one span::after {
    width: 70px;
    height: 65px;
    right: 7px;
  }
}
@media (max-width: 576px) {
  .hero-area-title-one span::after {
    width: 70px;
    height: 65px;
    left: 264px;
    top: 13px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 350px) {
  .hero-area-title-one span::after {
    display: none;
  }
}
.hero-area-title-two {
  color: #fff;
  font-family: Gilroy-Light;
  font-size: 100px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 70px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-area-title-two {
    font-size: 65px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area-title-two {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area-title-two {
    font-size: 46px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .hero-area-title-two {
    font-size: 50px;
    letter-spacing: 18px;
  }
}
@media (max-width: 576px) {
  .hero-area-title-two {
    font-size: 50px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 350px) {
  .hero-area-title-two {
    font-size: 20px;
  }
}
.hero-area-slider-section {
  margin-top: -53px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area-slider-section {
    margin-top: -20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area-slider-section {
    margin-top: -22px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .hero-area-slider-section {
    margin-top: 10px;
  }
}
.hero-area-slider-section::after {
  content: "";
  width: 120px;
  height: 120px;
  background: #141413;
  position: absolute;
  right: -2px;
  top: -1px;
  z-index: 11;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area-slider-section::after {
    width: 75px;
    height: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area-slider-section::after {
    width: 75px;
    height: 75px;
    right: 0;
    top: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .hero-area-slider-section::after {
    display: none;
  }
}
.hero-area-slider-inner-text {
  bottom: 140px;
  left: 114px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area-slider-inner-text {
    bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area-slider-inner-text {
    bottom: 70px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .hero-area-slider-inner-text {
    bottom: 70px;
  }
}
@media (max-width: 480px) {
  .hero-area-slider-inner-text {
    bottom: 50px;
    left: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area-slider-inner-text h3 {
    margin-bottom: 15px;
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area-slider-inner-text h3 {
    margin-bottom: 15px;
    font-size: 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .hero-area-slider-inner-text h3 {
    margin-bottom: 10px;
    font-size: 22px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 350px) {
  .hero-area-slider-inner-text h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.hero-area-slider-text-1 {
  color: #b0b0b0;
  letter-spacing: 6.4px;
  text-transform: uppercase;
}
@media only screen and (min-width: 0px) and (max-width: 350px) {
  .hero-area-slider-text-1 {
    font-size: 12px;
  }
}
.hero-area-slider-text-2 span {
  font-family: Gilroy-Light;
}
.hero-area-author-Wrapper {
  position: absolute;
  bottom: 0;
}
@media (max-width: 1831px) {
  .hero-area-author-Wrapper {
    padding-left: 120px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .hero-area-author-Wrapper {
    padding: 0 55px 0 65px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero-area-author-Wrapper {
    padding: 0 28px 0 28px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-area-author-Wrapper {
    padding: 0px 3px 0 11px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area-author-Wrapper {
    padding: 0 10px 0 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .hero-area-author-Wrapper {
    display: none;
    visibility: hidden;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-area-author-Wrapper p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area-author-Wrapper p {
    font-size: 11px;
  }
}
.hero-area-author-text {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.hero-area-author-text h5 {
  color: #fff;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px;
}
.hero-area-author-text span {
  color: #fff;
  font-family: Rubik;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.hero-area-author-profile .author-img-wrapper {
  width: 62px;
  height: 62px;
}
.hero-area-author-profile .author-img-wrapper img {
  border-radius: 50%;
}

.hero-area-two {
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-area-two {
    padding-top: 28px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area-two {
    padding-top: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area-two {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .hero-area-two {
    padding-top: 20px;
  }
}
.hero-area-two::after {
  content: "";
  position: absolute;
  width: 376px;
  height: 376px;
  right: 58px;
  top: 0px;
  background: rgba(237, 188, 90, 0.7);
  filter: blur(200px);
  animation: zoomInOut 5s 2s infinite;
  z-index: 1;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .hero-area-two::after {
    width: 276px;
    height: 276px;
    right: 20px;
  }
}
.hero-area-two .spiral-shape {
  right: 90px;
  top: 10px;
  animation: rotated_circle 30s infinite;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .hero-area-two .spiral-shape {
    left: 76px;
    width: 189px;
  }
}
.hero-area-two-first-containt-inner {
  margin-left: -60px;
}
@media (max-width: 1600px) {
  .hero-area-two-first-containt-inner {
    margin-left: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .hero-area-two-first-containt-inner {
    margin-bottom: 30px;
  }
}
.hero-area-two-first-containt-inner h1 {
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-area-two-first-containt-inner h1 {
    font-size: 130px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area-two-first-containt-inner h1 {
    font-size: 105px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area-two-first-containt-inner h1 {
    font-size: 82px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .hero-area-two-first-containt-inner h1 {
    font-size: 53px;
  }
}
@media (max-width: 480px) {
  .hero-area-two-first-containt-inner h1 {
    font-size: 35px;
  }
}
.hero-area-two-first-containt-inner h1.after-shape {
  position: relative;
}
.hero-area-two-first-containt-inner h1.after-shape::after {
  content: "";
  background: url(../images/shape/h2-hero-star-shape.svg) no-repeat 100% 100%;
  background-size: 100% 100%;
  width: 132px;
  height: 132px;
  z-index: 1;
  position: absolute;
  margin-left: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area-two-first-containt-inner h1.after-shape::after {
    width: 120px;
    height: 120px;
    margin: -15px 0 0 33px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .hero-area-two-first-containt-inner h1.after-shape::after {
    width: 60px;
    height: 60px;
    margin: -8px 0 0 33px;
  }
}
@media (max-width: 480px) {
  .hero-area-two-first-containt-inner h1.after-shape::after {
    width: 60px;
    height: 60px;
    margin: -20px 0 0 33px;
  }
}
.hero-area-two-first-containt-inner h1 span {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
}
.hero-area-two-second-inner {
  margin-left: -60px;
  margin-left: -60px;
}
@media (max-width: 1600px) {
  .hero-area-two-second-inner {
    margin-left: 0;
  }
}
.hero-area-two-contain-img {
  border-radius: 250px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area-two-contain-img {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .hero-area-two-contain-img {
    margin-bottom: 30px;
  }
}
.hero-area-two-contain-text {
  width: 191px;
  height: 191px;
  border-radius: 50%;
  background: #EDBC5A;
  text-align: center;
  padding: 40px 36px;
  bottom: 0;
  right: -10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area-two-contain-text {
    width: 140px;
    height: 140px;
    padding: 18px 36px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .hero-area-two-contain-text {
    width: 120px;
    height: 120px;
    padding: 10px 17px;
  }
}
@media (max-width: 480px) {
  .hero-area-two-contain-text {
    width: 90px;
    height: 90px;
    padding: 10px 17px;
  }
}
.hero-area-two-contain-text a {
  display: inline-block;
  font-family: Gilroy-Bold;
}
.hero-area-two-contain-text a span {
  font-size: 40px;
  color: #141414;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .hero-area-two-contain-text a span {
    font-size: 25px;
  }
}
.hero-area-two-contain-text a h4 {
  font-size: 20px;
  font-weight: 400;
  color: #141414;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .hero-area-two-contain-text a h4 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .hero-area-two-contain-text a h4 {
    font-size: 16px;
  }
}
.hero-area-two-contain-text a:hover span,
.hero-area-two-contain-text a:hover h4 {
  color: #ffffff;
}
.hero-area-two-clint-review {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .hero-area-two-clint-review p {
    font-size: 14px;
  }
}
.hero-area-two-client-info .client-img .single-images {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 3px solid #fff;
}
.hero-area-two-client-info .client-img .clint-1 {
  left: 0;
  z-index: 1;
}
.hero-area-two-client-info .client-img .clint-2 {
  left: 31px;
  z-index: 2;
}
.hero-area-two-client-info .client-img .clint-3 {
  left: 62px;
  z-index: 3;
}
.hero-area-two-client-info .pluse-shape a {
  width: 62px;
  height: 62px;
  background: #edbc5a;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  border: 3px solid #ffffff;
  left: 96px;
  z-index: 4;
}
.hero-area-two-client-info .pluse-shape:hover a {
  color: #141414;
}
.hero-area-two-client-info .client-text p {
  color: #ffffff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area-two-client-info .client-text p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .text-marque-area {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .text-marque-area {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .text-marque-area {
    padding-bottom: 20px;
  }
}
.text-marque-area-shape {
  position: absolute;
  width: 300px;
  height: 289px;
  top: 99px;
  right: 80px;
  animation: rotated_circle 30s infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .text-marque-area-shape {
    width: 180px;
    height: 160px;
    top: 60px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .text-marque-area-shape {
    width: 150px;
    height: 135px;
    top: 34px;
  }
}
@media (max-width: 480px) {
  .text-marque-area-shape {
    width: 100px;
    height: 80px;
    top: 25px;
  }
}
.text-marque-area.style-1 .text-marque-section {
  gap: 40px;
}
.text-marque-area.style-1 .text-marque-section .text-marque-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.text-marque-area.style-1 .text-marque-section .text-marque-wrapper.first-text-marque {
  animation: Scroll 32s linear infinite;
}
.text-marque-area.style-1 .text-marque-section .text-marque-wrapper.second-text-marque {
  animation: Scroll 32s linear infinite;
  animation-direction: reverse;
}
.text-marque-area.style-1 .text-marque-section .single-text-marque .text-marque-title-one {
  font-size: 250px;
  letter-spacing: 12.5px;
  white-space: nowrap;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .text-marque-area.style-1 .text-marque-section .single-text-marque .text-marque-title-one {
    font-size: 210px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .text-marque-area.style-1 .text-marque-section .single-text-marque .text-marque-title-one {
    font-size: 180px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .text-marque-area.style-1 .text-marque-section .single-text-marque .text-marque-title-one {
    font-size: 120px;
    margin-right: 50px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .text-marque-area.style-1 .text-marque-section .single-text-marque .text-marque-title-one {
    font-size: 90px;
    margin-right: 30px;
  }
}
@media (max-width: 480px) {
  .text-marque-area.style-1 .text-marque-section .single-text-marque .text-marque-title-one {
    font-size: 45px;
    margin-right: 10px;
  }
}
.text-marque-area.style-1 .text-marque-section .single-text-marque .text-marque-title-two {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.4);
  color: transparent;
  font-size: 250px;
  letter-spacing: 7.5px;
  margin-top: -3.2%;
  white-space: nowrap;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .text-marque-area.style-1 .text-marque-section .single-text-marque .text-marque-title-two {
    font-size: 210px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .text-marque-area.style-1 .text-marque-section .single-text-marque .text-marque-title-two {
    margin-top: 1;
    font-size: 180px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .text-marque-area.style-1 .text-marque-section .single-text-marque .text-marque-title-two {
    font-size: 120px;
    margin-right: 30px;
    margin-top: 1;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .text-marque-area.style-1 .text-marque-section .single-text-marque .text-marque-title-two {
    font-size: 90px;
    margin-right: 30px;
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .text-marque-area.style-1 .text-marque-section .single-text-marque .text-marque-title-two {
    font-size: 45px;
    margin-right: 10px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .text-marque-area.style-2 {
    padding-top: 10px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .text-marque-area.style-2 {
    padding-top: 10px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .text-marque-area.style-2 {
    padding-top: 10px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .text-marque-area.style-2 {
    padding-top: 10px;
    padding-bottom: 30px;
  }
}
.text-marque-area.style-2 .text-marque-section {
  gap: 40px;
}
.text-marque-area.style-2 .text-marque-section .text-marque-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
@media (max-width: 1399px) {
  .text-marque-area.style-2 .text-marque-section .text-marque-wrapper {
    margin-bottom: 0;
  }
}
.text-marque-area.style-2 .text-marque-section .text-marque-wrapper.first-text-marque {
  animation: Scroll 32s linear infinite;
}
.text-marque-area.style-2 .text-marque-section .text-marque-wrapper.second-text-marque {
  animation: Scroll 32s linear infinite;
  animation-direction: reverse;
}
.text-marque-area.style-2 .text-marque-section .single-text-marque .text-marque-title-one {
  font-size: 150px;
  white-space: nowrap;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .text-marque-area.style-2 .text-marque-section .single-text-marque .text-marque-title-one {
    font-size: 120px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .text-marque-area.style-2 .text-marque-section .single-text-marque .text-marque-title-one {
    font-size: 80px;
  }
}
@media (max-width: 480px) {
  .text-marque-area.style-2 .text-marque-section .single-text-marque .text-marque-title-one {
    font-size: 50px;
    letter-spacing: 10px;
  }
}
.text-marque-area.style-2 .text-marque-section .single-text-marque .text-marque-title-one span {
  font-family: Gilroy-Light;
}
.text-marque-area.style-2 .text-marque-section .single-text-marque .text-marque-title-two {
  font-family: Gilroy-Light;
  font-size: 80px;
  letter-spacing: 40px;
  text-transform: uppercase;
  white-space: nowrap;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .text-marque-area.style-2 .text-marque-section .single-text-marque .text-marque-title-two {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .text-marque-area.style-2 .text-marque-section .single-text-marque .text-marque-title-two {
    margin-right: 15px;
  }
}
.text-marque-area.style-2 .text-marque-section .single-text-marque .text-marque-title-two span {
  text-align: center;
  font-family: Gilroy-Bold;
  font-size: 65px;
  letter-spacing: 46.15px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .text-marque-area.style-2 .text-marque-section .single-text-marque .text-marque-title-two span {
    font-size: 40px;
    letter-spacing: 10px;
  }
}
@media (max-width: 480px) {
  .text-marque-area.style-2 .text-marque-section .single-text-marque .text-marque-title-two span {
    font-size: 30px;
    letter-spacing: 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .text-marque-area.style-2 .text-marque-section .single-text-marque .text-marque-title-two {
    font-size: 40px;
    letter-spacing: 13px;
  }
}
@media (max-width: 480px) {
  .text-marque-area.style-2 .text-marque-section .single-text-marque .text-marque-title-two {
    font-size: 30px;
    letter-spacing: 10px;
  }
}

.gallery-area-bg-shape {
  top: -22px;
  left: 20px;
  z-index: 999;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .gallery-area-bg-shape {
    display: none;
  }
}
@media (max-width: 1800px) {
  .gallery-area-wrapper {
    margin-right: 0;
    margin: 0 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .gallery-area-info {
    display: none;
    visibility: hidden;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gallery-area-big-img {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gallery-area-big-img {
    margin-bottom: 26px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .gallery-area-big-img {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gallery-area .shape-img {
    width: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gallery-area .shape-img {
    width: 150px;
  }
}
.gallery-area-text h2 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--Primary, #EDBC5A);
  font-size: 80px;
  letter-spacing: 16px;
  text-transform: uppercase;
  color: transparent;
  margin-bottom: 22px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .gallery-area-text h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gallery-area-text h2 {
    font-size: 28px;
    letter-spacing: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gallery-area-text h2 {
    font-size: 40px;
    letter-spacing: 7px;
    margin-bottom: 15px;
  }
}
.gallery-area-text h6 {
  font-size: 47px;
  letter-spacing: 20.5px;
  text-transform: uppercase;
  font-family: Gilroy-Light;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .gallery-area-text h6 {
    font-size: 30px;
    letter-spacing: 12.5px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gallery-area-text h6 {
    font-size: 24px;
    letter-spacing: 10.5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gallery-area-text h6 {
    font-size: 20px;
    letter-spacing: 7px;
  }
}
.gallery-area-image-shape .shape-1 {
  left: 18px;
  top: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .gallery-area-image-shape .shape-1 {
    max-width: 52%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gallery-area-image-shape .shape-1 {
    max-width: 48%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .gallery-area-image-shape .shape-1 {
    display: none;
  }
}
.gallery-area-image-shape .shape-2 {
  margin-left: 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .gallery-area-image-shape .shape-2 {
    max-width: 52%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gallery-area-image-shape .shape-2 {
    max-width: 48%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .gallery-area-image-shape .shape-2 {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .gallery-area-image-none {
    display: none;
  }
}

.about-area-bg-shape {
  left: 50px;
  top: 24px;
  z-index: 1;
}
.about-area-bg-topographic {
  top: -110px;
  right: 0;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-area-wrapper {
    margin-left: 230px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area-wrapper {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area-wrapper {
    margin-left: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-area-wrapper {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area-info {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area-info {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-area-info {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-area-text {
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area-text {
    margin-right: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area-text {
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-area-text {
    margin-right: 0;
    margin-left: 0;
  }
}
.about-area-main-part {
  background: #1A1717;
  width: 100%;
  height: auto;
  border-radius: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-area-main-part {
    padding: 20px 0 20px 0;
  }
}
.about-area-main-part .about-card-bg-topographic {
  top: 0;
  right: 0;
  animation: zoomInOut 2s 2s infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area-main-part {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area-heading-part h2 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-area-heading-part h2 {
    font-size: 22px;
  }
}
.about-area-heading-part a {
  width: 82px;
  height: 82px;
  background: #EDBC5A;
  border-radius: 50%;
  line-height: 78px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area-heading-part a {
    width: 60px;
    height: 60px;
    line-height: 58px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-area-heading-part a {
    width: 45px;
    height: 45px;
    line-height: 42px;
  }
}
.about-area-heading-part span {
  font-family: Gilroy-Light;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-area-inner-img {
    width: 30%;
  }
}
.about-area-content-wrapper p {
  font-family: Gilroy-Medium;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.about-area-content-wrapper p.pra-text {
  position: relative;
  padding-left: 40.5px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-area-content-wrapper p.pra-text {
    font-size: 21px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area-content-wrapper p.pra-text {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area-content-wrapper p.pra-text {
    font-size: 13px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-area-content-wrapper p.pra-text {
    font-size: 14px;
    padding-left: 15px;
  }
}
@media (max-width: 500px) {
  .about-area-content-wrapper p.pra-text {
    padding: 0 0 30px 0;
    font-size: 10px;
  }
}
.about-area-content-wrapper p.pra-text::before {
  width: 5px;
  height: 125px;
  background: #EDBC5A;
  content: "";
  position: absolute;
  left: 0;
  top: -14px;
}
@media (max-width: 500px) {
  .about-area-content-wrapper p.pra-text::before {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-area-side-img {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-area-side-img img {
    max-width: 90%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area-side-img img {
    max-width: 90%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area-side-img img {
    max-width: 90%;
  }
}
.about-area-side-img .side-img-part {
  top: 49px;
  right: -71px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-area-side-img .side-img-part {
    top: 35px;
    right: -41px;
    max-width: 60%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area-side-img .side-img-part {
    top: 13px;
    right: -47px;
    max-width: 70%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area-side-img .side-img-part {
    top: 8px;
    right: -32px;
    max-width: 70%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-area-side-img .side-img-part {
    top: 36px;
    right: 38px;
    max-width: 70%;
  }
}
@media (max-width: 500px) {
  .about-area-side-img .side-img-part {
    display: none;
  }
}

.portfolio-area-wrapper {
  position: relative;
}
.portfolio-area-wrapper::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-area-wrapper {
    margin-bottom: 30px;
  }
}
.portfolio-area-wrapper:hover.portfolio-area-wrapper::after {
  background-color: #EDBC5A;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-area-content h4 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-area-btnn {
    padding-bottom: 0;
  }
}
.portfolio-area-btnn a {
  color: #EDBC5A !important;
  font-family: Gilroy-Medium;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-block;
  padding: 22px 20px 20px 38px;
  border-radius: 38px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-area .portfolio-area-awards {
    padding-top: 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-area .portfolio-area-awards {
    padding-top: 5px;
  }
}
.portfolio-area .portfolio-area-awards-arrow-shape {
  width: 427px;
  height: 427px;
  top: -153px;
  left: 42px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-area .portfolio-area-awards-arrow-shape {
    left: -40px;
    top: -200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-area .portfolio-area-awards-arrow-shape {
    left: 7px;
    top: -58px;
    width: 227px;
    height: 227px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-area .portfolio-area-awards-arrow-shape {
    width: 250px;
    height: 250px;
    top: -69px;
    left: -31px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-area-awards-wrapper {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-area .portfolio-area-awards-spacing {
    margin: 0 50px 0 50px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-area .portfolio-area-awards-spacing {
    margin: 20px 0 20px 0;
  }
}
.portfolio-area-awards-img {
  width: 100px;
  height: 100px;
  background: #EDBC5A;
  border-radius: 50%;
  line-height: 99px;
  text-align: center;
}
.portfolio-area-awards-img.style-2 {
  background: #B0B0B0;
}
.portfolio-area-awards-img.style-3 {
  background: #ffffff;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .portfolio-area-awards-img {
    width: 80px;
    height: 80px;
    line-height: 79px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-area-awards-img {
    width: 80px;
    height: 80px;
    line-height: 79px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-area-awards-img {
    width: 70px;
    height: 70px;
    line-height: 68px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-area-awards-img {
    width: 70px;
    height: 70px;
    line-height: 68px;
  }
}
@media (max-width: 1550px) {
  .portfolio-area-awards-text h3 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .portfolio-area-awards-text h3 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-area-awards-text h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-area-awards-text h3 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 350px) {
  .portfolio-area-awards-text h3 {
    font-size: 20px;
  }
}
.portfolio-area-awards-text-border {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .portfolio-area-slider {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-area-slider {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-area-slider {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-area-slider {
    padding-bottom: 30px;
  }
}
.portfolio-area-slider-wrapper {
  position: relative;
  left: 199px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .portfolio-area-slider-wrapper {
    left: 167px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .portfolio-area-slider-wrapper {
    left: 147px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .portfolio-area-slider-wrapper {
    left: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-area-slider-wrapper {
    left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-area-slider-wrapper {
    left: 0px;
    margin-left: 25px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-area-slider-wrapper {
    left: 0px;
    margin-left: 20px;
  }
}
@media (max-width: 460px) {
  .portfolio-area-slider-wrapper {
    margin-left: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wcu-area.style-1 {
    padding-top: 105px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wcu-area.style-1 {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wcu-area.style-1 {
    padding-top: 55px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .wcu-area.style-1 {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wcu-area {
    padding-bottom: 105px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wcu-area {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wcu-area {
    padding-bottom: 55px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .wcu-area {
    padding-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .wcu-area .reverse {
    flex-direction: column-reverse;
  }
}
.wcu-area-text h5 {
  color: #ffffff;
}
.wcu-area-text a {
  color: #edbc5a;
  font-family: Gilroy-Medium;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wcu-area-text {
    margin-right: 200px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .wcu-area-text {
    margin-right: 0px;
  }
}
.wcu-area-card-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wcu-area-card-info {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .wcu-area-card-info {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wcu-area-card-info-secondary {
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
}
.wcu-area-info-card-wrapper {
  margin-bottom: 33px;
}
@media (max-width: 1199px) {
  .wcu-area-side-content {
    display: none;
  }
}
.wcu-area-circle-img {
  width: 613px;
  height: 613px;
  margin-left: 192px;
  margin-top: -200px;
  animation: rotated_circle 30s infinite;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .wcu-area-circle-img {
    width: 480px;
    height: 480px;
    margin-left: 200px;
    margin-top: -138px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .wcu-area-circle-img {
    width: 400px;
    height: 400px;
    margin-left: 214px;
    margin-top: -43px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wcu-area-circle-img {
    width: 490px;
    height: 490px;
    margin-left: -26px;
    margin-top: -62px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wcu-area-circle-img {
    width: 500px;
    height: 500px;
    display: flex;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
  }
}
.wcu-area-side-img-content {
  position: relative;
  margin-top: -401px;
  margin-left: 401px;
}
.wcu-area-side-img-content img {
  max-width: 100%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .wcu-area-side-img-content img {
    max-width: 45%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wcu-area-side-img-content img {
    max-width: 60%;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .wcu-area-side-img-content {
    margin-top: -342px;
    margin-left: 350px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .wcu-area-side-img-content {
    margin-top: -274px;
    margin-left: 338px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wcu-area-side-img-content {
    margin-left: 122px;
    margin-top: -336px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wcu-area-side-img-content {
    margin-left: 347px;
    margin-top: -341px;
  }
}
.wcu-area-side-img-content::after {
  content: "";
  position: absolute;
  width: 376px;
  height: 376px;
  right: -38px;
  top: -223px;
  background: rgba(237, 188, 90, 0.7);
  filter: blur(200px);
  z-index: 1;
  animation: zoomInOut 5s 2s infinite;
}
.wcu-area-side-img-content h3 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  color: transparent;
  font-size: 35px;
  letter-spacing: 15.75px;
  text-transform: uppercase;
  margin-left: 9px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .wcu-area-side-img-content h3 {
    font-size: 28px;
  }
}

@media (max-width: 400px) {
  .team-area-member-info-wrapper {
    gap: 20px;
    display: flex;
    flex-direction: column;
  }
}
.team-area-member-info-1 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-area-member-info-1 {
    display: flex;
    justify-content: center;
    padding: 10px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .team-area-member-info-1 {
    display: flex;
    justify-content: center;
    padding: 10px 0;
  }
}
.team-area-member-info-2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-area-member-info-2 {
    padding-left: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-area-member-info-2 {
    border-left: none;
    display: flex;
    justify-content: center;
    padding: 10px 0 10px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .team-area-member-info-2 {
    border-left: none;
    display: flex;
    justify-content: center;
    padding: 10px 0 10px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-area-member-info-3 {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .team-area-member-info-3 {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.team-area-member-info-4 {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-area-member-info-4 {
    border: none;
    display: flex;
    justify-content: center;
    padding: 10px 0 10px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .team-area-member-info-4 {
    border: none;
    display: flex;
    justify-content: center;
    padding: 10px 0 10px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .team-area-member-info-wrappe-secondary {
    margin-bottom: 35px;
  }
}
.team-area-member-img {
  width: 200px;
  height: 200px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-area-member-img {
    width: 130px;
    height: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-area-member-img {
    width: 130px;
    height: 130px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .team-area-member-img {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 400px) {
  .team-area-member-img {
    width: 110px;
    height: 110px;
  }
}
.team-area-member-img img {
  border-radius: 100%;
}
.team-area-member-img-secondary {
  width: 416px;
  height: 416px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .team-area-member-img-secondary {
    width: 360px;
    height: 360px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-area-member-img-secondary {
    width: 300px;
    height: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-area-member-img-secondary {
    width: 220px;
    height: 220px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .team-area-member-img-secondary {
    width: 220px;
    height: 220px;
    margin: 0 auto;
    display: inline-block;
    display: flex;
    justify-content: center;
  }
}
.team-area-member-text h4 {
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-area-member-text h4 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .team-area-member-text h4 {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .team-area-member-text h4 {
    text-align: center;
  }
}
@media (max-width: 400px) {
  .team-area-member-text p {
    text-align: center;
  }
}
.team-area-member-social-link li {
  padding: 10px;
  margin-right: 10px;
  white-space: nowrap;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.team-area-member-social-link li:hover {
  background: red;
  border-radius: 50%;
}
.team-area-member-social-link li a {
  color: #fff;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .video-popup-area {
    padding: 80px 0 80px 0;
  }
}
.video-popup-area-img {
  width: 218px;
  height: 224px;
  margin: 0 auto;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .video-popup-area-img {
    width: 118px;
    height: 124px;
  }
}
.video-popup-area-text {
  top: 50%;
  left: 49%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-popup-area-text {
    left: 48%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .video-popup-area-text {
    left: 47%;
    top: 48%;
  }
}
.video-popup-area-text a {
  color: #fff;
  font-family: Gilroy-Regular;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .video-popup-area-text a {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .testimonial-area.style-1 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
.testimonial-area.style-2::before {
  content: "";
  position: absolute;
  width: 376px;
  height: 376px;
  left: 220px;
  bottom: 0;
  background: rgba(237, 188, 90, 0.7);
  filter: blur(200px);
  z-index: -1;
  animation: zoomInOut 5s 2s infinite;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-area.style-2::before {
    display: none;
  }
}
.testimonial-area-img-content {
  margin-top: -30px;
}
@media (max-width: 1399px) {
  .testimonial-area-img-content {
    margin: 0 0 0 0;
  }
}
.testimonial-area-img-content.style-2 {
  margin-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-area-img-content {
    margin-left: 0;
  }
}
.testimonial-area-main-slider {
  margin-top: -130px;
  margin-right: -12px;
}
@media (max-width: 1199px) {
  .testimonial-area-main-slider {
    margin: 0 0 0 0;
  }
}
.testimonial-area-slider-wrapper {
  display: flex;
  background: #1a1717;
  padding: 105px 119px 78px 50px;
}
@media (max-width: 1705px) {
  .testimonial-area-slider-wrapper {
    padding: 105px 70px 105px 50px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .testimonial-area-slider-wrapper {
    padding: 100px 50px 100px 20px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .testimonial-area-slider-wrapper {
    padding: 60px 10px 60px 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-area-slider-wrapper {
    padding: 20px 10px 20px 19px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-area-slider-wrapper {
    padding: 60px 25px 60px 25px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-area-slider-wrapper {
    padding: 45px 5px 45px 5px;
    display: block;
  }
}
.testimonial-area-slider-wrapper .fast-slider {
  width: 30%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-area-slider-wrapper .fast-slider {
    width: 100%;
  }
}
.testimonial-area-slider-wrapper .fast-slider .slider-image {
  margin-bottom: 50.5px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-area-slider-wrapper .fast-slider .slider-image {
    margin-bottom: 20px;
    padding-top: 30px;
  }
}
.testimonial-area-slider-wrapper .fast-slider .slider-image img {
  max-width: 80px;
  max-height: 80px;
  border-radius: 50%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-area-slider-wrapper .fast-slider .slider-image img {
    max-width: 65px;
    max-height: 65px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-area-slider-wrapper .fast-slider .slider-image img {
    max-width: 60px;
    max-height: 60px;
  }
}
.testimonial-area-slider-wrapper .second-slider {
  width: 70%;
  padding: 0 10px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-area-slider-wrapper .second-slider {
    width: 100%;
    padding: 0 5px;
  }
}
@media (max-width: 1500px) {
  .testimonial-area-slider-wrapper .second-slider .slider-wrapper .slider-pra p {
    font-size: 12px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-area-slider-wrapper .second-slider .slider-wrapper .slider-pra p {
    font-size: 12px;
  }
}
.testimonial-area-slider-wrapper .second-slider .slider-wrapper .slider-info .slider-info-text h5 {
  color: #fff;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-area-slider-wrapper .second-slider .slider-wrapper .slider-info .slider-info-text h5 {
    font-size: 16px;
  }
}
.testimonial-area-slider-wrapper .second-slider .slider-wrapper .slider-info .slider-info-text span {
  color: #b0b0b0;
}
.testimonial-area-slider-wrapper .second-slider .slider-wrapper .slider-info span::before {
  font-size: 80px;
  color: #484545;
}
.testimonial-area .slick-center img {
  border: 2px solid #fff;
  margin-right: 100px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-area .slick-center img {
    margin-right: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-area .slick-center img {
    margin-right: 65px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-area .slick-center img {
    margin: -30px 0 0 0;
  }
}
.testimonial-area-main-slider-style-2 {
  margin-top: 0px;
  margin-right: -305px;
  margin-left: 22px;
}
@media (max-width: 1905px) {
  .testimonial-area-main-slider-style-2 {
    margin-right: -150px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .testimonial-area-main-slider-style-2 {
    margin-right: -152px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .testimonial-area-main-slider-style-2 {
    margin-right: -52px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-area-main-slider-style-2 {
    margin-right: -41px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-area-main-slider-style-2 {
    margin-right: -28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-area-main-slider-style-2 {
    margin: 30px 0 0 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-area-main-slider-style-2 {
    margin: 20px 0 0 0;
  }
}

.brand-marque-area.brand-marque-area-primary {
  margin-bottom: -39px;
  overflow: hidden;
  position: relative;
  z-index: 11;
}
.brand-marque-area .brand-marque-wrapper .single-img-marque {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 430.75px;
  height: 100px;
  background: #1D1D1D;
  margin: 0 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .brand-marque-area .brand-marque-wrapper .single-img-marque {
    width: 350px;
    height: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-marque-area .brand-marque-wrapper .single-img-marque {
    width: 300px;
    height: 80px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .brand-marque-area .brand-marque-wrapper .single-img-marque {
    width: 200px;
    height: 70px;
  }
}

.services-area-card-wrapper {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .services-area-card-wrapper {
    margin-bottom: 40px;
  }
}
.services-area-card-wrapper:hover span::before {
  color: #ffffff;
}
.services-area-card-wrapper:hover p {
  visibility: visible;
  max-height: 100px;
  opacity: 1;
  transition: transform 0.5s ease-out, max-height 0.5s ease-out;
}
.services-area-card-wrapper:hover a {
  visibility: visible;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services-area-card-wrapper:hover a {
    margin-top: 18px;
  }
}
.services-area-card-wrapper:hover .card-change-img-1 {
  padding-top: 0;
  height: 331px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-area-card-wrapper:hover .card-change-img-1 {
    height: 272px;
  }
}
.services-area-card-content {
  width: 270px;
  background: #1A1717;
  padding: 15px 15px 23px 30px;
  position: absolute;
  top: -2px;
  right: -2px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services-area-card-content {
    width: 230px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-area-card-content {
    width: 185px;
    padding: 5px 15px 5px 30px;
  }
}
.services-area-card-element span {
  font-size: 35px;
  margin-top: 32px;
}
.services-area-card-element span::before {
  color: #EDBC5A;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services-area-card-element {
    margin-bottom: 19px;
  }
}
.services-area-card-element h2 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.15);
  font-family: Gilroy-Medium;
  color: transparent;
}
.services-area-card-text h4 {
  font-family: Gilroy-Medium;
  font-size: 18px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services-area-card-text h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-area-card-text h4 {
    font-size: 12px;
    margin-bottom: 12px;
  }
}
.services-area-card-text p {
  visibility: hidden;
  max-height: 0;
  opacity: 0;
  transition: transform 0.5s ease-out, max-height 0.5s ease-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-area-card-text p {
    font-size: 10px;
    line-height: 22px;
  }
}
.services-area-card-btn a {
  width: 42px;
  height: 42px;
  background: #EDBC5A;
  display: inline-block;
  text-align: center;
  line-height: 42px;
  border-radius: 50%;
  visibility: hidden;
  transition: all 0.5s ease-out;
}
.services-area-card-img .card-change-img-1 {
  padding-top: 142px;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .services-area-card-img .card-change-img-1 {
    transition: all 0s ease-out;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pricing-area {
    padding-bottom: 105px;
    padding-top: 105px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing-area {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-area {
    padding-bottom: 55px;
    padding-top: 55px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pricing-area {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
.pricing-area-bg-img {
  top: -153px;
}
@media (max-width: 991px) {
  .pricing-area-bg-img {
    top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-area-card:hover .pricing-area-card-wrapper {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pricing-area-card:hover .pricing-area-card-wrapper {
    margin-top: 50px;
  }
}
.pricing-area-card:hover .pricing-area-card-icon span::before {
  color: #EDBC5A;
}
.pricing-area-card:hover .pricing-area-cards-btn {
  opacity: 1;
  visibility: visible;
  max-height: 100%;
  margin-top: 10px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transform: scaleY(1);
}
.pricing-area-card:hover .pricing-area-card-wrapper::before {
  opacity: 1;
  visibility: visible;
  top: -3px;
}
.pricing-area-card-wrapper {
  padding: 74px 60px 52px 60px;
  border-radius: 10px;
  border: 1px solid #292929;
  transition: all 0.3s ease 0s;
  background: #1a1717;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pricing-area-card-wrapper {
    padding: 40px 27px 40px 27px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing-area-card-wrapper {
    padding: 40px 17px 40px 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-area-card-wrapper {
    margin-top: 30px;
    padding: 20px 60px 20px 100px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pricing-area-card-wrapper {
    margin-top: 30px;
    padding: 20px 60px 20px 80px;
  }
}
@media (max-width: 480px) {
  .pricing-area-card-wrapper {
    padding: 15px 15px 15px 15px;
  }
}
.pricing-area-card-wrapper.card-wrapper-visible::before {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
  top: -3px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.pricing-area-card-wrapper.hidden-before::before {
  visibility: hidden;
  opacity: 0;
  transform: scaleY(0);
  top: -30px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.pricing-area-card-wrapper::before {
  content: "Popular Package";
  border-radius: 54px;
  background: #EDBC5A;
  padding: 5px 20px;
  color: #141414;
  font-size: 14px;
  display: inline-block;
  left: 134px;
  top: -30px;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  margin-top: -16px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pricing-area-card-wrapper::before {
    left: 104px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing-area-card-wrapper::before {
    left: 74px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-area-card-wrapper::before {
    left: 278px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pricing-area-card-wrapper::before {
    left: 180px;
  }
}
@media (max-width: 480px) {
  .pricing-area-card-wrapper::before {
    left: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing-area-card-icon {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .pricing-area-card-icon {
    margin-bottom: 15px;
  }
}
.pricing-area-card-icon span {
  display: inline-block;
}
.pricing-area-card-icon span::before {
  color: #ffffff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 900;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing-area-card-text {
    padding-bottom: 22px;
  }
}
@media (max-width: 480px) {
  .pricing-area-card-text {
    padding-bottom: 15px;
  }
}
.pricing-area-card-text h5 {
  color: #fff;
  margin-bottom: 41px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing-area-card-text h5 {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .pricing-area-card-text h5 {
    margin-bottom: 20px;
  }
}
.pricing-area-card-text h3 span {
  color: #fff;
  font-family: Rubik;
  font-size: 16px;
  font-weight: 400;
}
.pricing-area-cards-list ul li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing-area-cards-list ul li {
    font-size: 14px;
  }
}
.pricing-area-cards-list ul li.checkmark::before {
  content: "\e910";
  font-size: 20px;
  color: #EDBC5A;
  font-family: "icomoon";
  margin: 0 20px 0 0;
}
.pricing-area-cards-list ul li.closemark::before {
  content: "\e90c";
  font-size: 20px;
  color: #EDBC5A;
  font-family: "icomoon";
  margin: 0 20px 0 0;
}
.pricing-area-cards-btn {
  display: flex;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  transform: scaleY(0);
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.pricing-area-cards-btn a {
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 65px;
  border: 1px solid #3c3c3c;
  display: inline-block;
}
.pricing-area-cards-btn img {
  padding-left: 15px;
}
.pricing-area .visibles-card {
  display: flex;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  max-height: auto;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.pricing-area .visibles-card a {
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 65px;
  border: 1px solid #3c3c3c;
  display: inline-block;
}
.pricing-area .visibles-card img {
  padding-left: 15px;
}

.about-page .wcu-area-page {
  position: relative;
}
@media (max-width: 575px) {
  .about-page .wcu-area-page {
    display: none;
  }
}
.about-page .wcu-area-page .wcu-area-page-circle-img {
  max-width: 613px;
  max-height: 613px;
  margin-left: -250px;
  margin-right: 71px;
  animation: rotated_circle 30s infinite;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .about-page .wcu-area-page .wcu-area-page-circle-img {
    margin-left: -122px;
    margin-right: 0;
    max-width: 500px;
    max-height: 500px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .about-page .wcu-area-page .wcu-area-page-circle-img {
    margin-left: -39px;
    margin-right: 0;
    max-width: 450px;
    max-height: 450px;
    margin-top: 120px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-page .wcu-area-page .wcu-area-page-circle-img {
    margin-left: -29px;
    margin-right: 0;
    max-width: 370px;
    max-height: 370px;
    margin-top: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-page .wcu-area-page .wcu-area-page-circle-img {
    margin-left: 0;
    margin-right: 0;
    max-width: 370px;
    max-height: 370px;
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-page .wcu-area-page .wcu-area-page-circle-img {
    margin-left: 0;
    margin-right: 0;
    max-width: 370px;
    max-height: 370px;
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-page .wcu-area-page .wcu-area-page-circle-img {
    margin-left: 0;
    margin-right: 0;
    max-width: 370px;
    max-height: 370px;
    display: block;
    margin: 0 auto;
  }
}
.about-page .wcu-area-page-img-content {
  margin-top: -396px;
  margin-left: -46px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .about-page .wcu-area-page-img-content {
    margin-top: -351px;
    margin-left: 31px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .about-page .wcu-area-page-img-content {
    margin-top: -326px;
    margin-left: 98px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-page .wcu-area-page-img-content {
    margin-top: -260px;
    margin-left: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-page .wcu-area-page-img-content {
    margin-top: 0;
    margin-left: 0;
    position: absolute;
    margin-left: 0;
    bottom: 125px;
    left: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-page .wcu-area-page-img-content {
    margin-top: 0;
    margin-left: 0;
    position: absolute;
    margin-left: 0;
    bottom: 117px;
    left: 280px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-page .wcu-area-page-img-content {
    margin-top: 0;
    margin-left: 0;
    position: absolute;
    margin-left: 0;
    bottom: 117px;
    left: 200px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-page .wcu-area-page-img-content img {
    max-width: 50%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-page .wcu-area-page-img-content img {
    max-width: 60%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-page .wcu-area-page-img-content img {
    max-width: 60%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-page .wcu-area-page-img-content img {
    max-width: 60%;
  }
}
.about-page .wcu-area-page-img-content h3 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  color: transparent;
  font-size: 35px;
  letter-spacing: 15.75px;
  text-transform: uppercase;
  margin-left: 9px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-page .wcu-area-page-img-content h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-page .wcu-area-page-img-content h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-page .wcu-area-page-img-content h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-page .wcu-area-page-img-content h3 {
    font-size: 20px;
  }
}

.team-page .team-wcu-wrapper {
  margin: 57px 0 0 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-page .team-wcu-wrapper {
    margin: 20px 0 0 37px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-page .team-wcu-wrapper {
    margin: 0 0 0 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .team-page .team-wcu-wrapper {
    margin: 30px 0 0 0;
  }
}
.team-page .team-wcu-title {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-page .team-wcu-title {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .team-page .team-wcu-title {
    margin-bottom: 30px;
  }
}
.team-page .team-wcu-title h5 {
  color: #FFF;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-page .team-wcu-title h5 {
    font-size: 17px;
    margin-bottom: 13px;
  }
}
.team-page .team-wcu-title p {
  color: #FFF;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-page .team-wcu-title p {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .team-page .team-wcu-info {
    gap: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-page .team-wcu-info {
    gap: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-page .team-wcu-info {
    gap: 50px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .team-page .team-wcu-info {
    gap: 15px;
  }
}
.team-page .team-wcu-info-title span::before {
  font-size: 50px;
}
.team-page .team-wcu-info-title h5 {
  color: #FFF;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-page .team-wcu-info-title h5 {
    font-size: 17px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .team-page .team-wcu-info-title h5 {
    font-size: 17px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .team-secondary {
    padding-bottom: 105px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-secondary {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-secondary {
    padding-bottom: 55px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .team-secondary {
    padding-bottom: 40px;
  }
}
.team-secondary-wrapper {
  border-radius: 20px;
  background: #1A1717;
  padding: 100px 101px 133px 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .team-secondary-wrapper {
    padding: 60px 96px 133px 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-secondary-wrapper {
    padding: 60px 96px 133px 60px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .team-secondary-wrapper {
    padding: 50px 30px 50px 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .team-secondary-wrapper .team-secondary-wcu {
    padding-bottom: 105px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-secondary-wrapper .team-secondary-wcu {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-secondary-wrapper .team-secondary-wcu {
    padding-bottom: 55px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .team-secondary-wrapper .team-secondary-wcu {
    padding-bottom: 40px;
  }
}
.team-secondary-wrapper .team-secondary-wcu-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-secondary-wrapper .team-secondary-wcu-content {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-secondary-wrapper .team-secondary-wcu-content .section-title {
    margin-bottom: 15px;
  }
}
.team-secondary-wrapper .team-secondary-wcu-title {
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-secondary-wrapper .team-secondary-wcu-title {
    margin-bottom: 25px;
  }
}
.team-secondary-wrapper .team-secondary-wcu-title h5 {
  color: #ffffff;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-secondary-wrapper .team-secondary-wcu-title h5 {
    margin-bottom: 10px;
  }
}
.team-secondary-wrapper .team-secondary-wcu-title p {
  color: #ffffff;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .team-secondary-wrapper .team-secondary-wcu-progress-bar {
    gap: 23px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-secondary-wrapper .team-secondary-wcu-progress-bar {
    gap: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-secondary-wrapper .team-secondary-wcu-progress-bar {
    gap: 47px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-secondary-wrapper .team-secondary-wcu-progress-bar {
    gap: 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .team-secondary-wrapper .team-secondary-wcu-progress-bar {
    gap: 10px;
  }
}
@media (max-width: 510px) {
  .team-secondary-wrapper .team-secondary-wcu-progress-bar {
    flex-wrap: wrap;
  }
}
.team-secondary-wrapper .team-secondary-wcu-progress-bar .proggress-wrapper {
  margin-left: 12px;
}
.team-secondary-wrapper .team-secondary-wcu-progress-bar .proggress-wrapper .progress-container {
  position: relative;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-secondary-wrapper .team-secondary-wcu-progress-bar .proggress-wrapper .progress-container .progress-circle {
  transform: rotate(35deg);
  width: 100%;
  height: 100%;
}
.team-secondary-wrapper .team-secondary-wcu-progress-bar .proggress-wrapper .progress-container .progress-circle circle {
  fill: none;
  stroke-width: 17;
}
.team-secondary-wrapper .team-secondary-wcu-progress-bar .proggress-wrapper .progress-container .progress-circle .bg {
  stroke: #313131;
}
.team-secondary-wrapper .team-secondary-wcu-progress-bar .proggress-wrapper .progress-container .progress-text {
  font-family: Rubik;
  position: absolute;
  font-size: 16px;
  font-weight: bold;
  color: #B0B0B0;
  font-weight: 400;
}
.team-secondary-wrapper .team-secondary-wcu-progress-bar .proggress-wrapper h5 {
  margin-top: 25px;
  color: #ffffff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-secondary-wrapper .team-secondary-wcu-progress-bar .proggress-wrapper h5 {
    font-size: 17px;
  }
}
@media (max-width: 510px) {
  .team-secondary-wrapper .team-secondary-wcu-progress-bar .proggress-wrapper h5 {
    font-size: 17px;
  }
}

@keyframes progress-animation {
  from {
    stroke-dashoffset: 251.2;
  }
  to {
    stroke-dashoffset: 50.24;
  }
}
.contact-page-info {
  margin-top: 56px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .contact-page-info {
    margin-top: 0;
  }
}
.contact-page h4 {
  color: #FFF;
  font-family: Gilroy-Regular;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-page h4 {
    font-size: 21px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .contact-page h4 {
    font-size: 21px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .contact-page .company-map span iframe {
    height: 250px;
  }
}

.project-page-card-part {
  background: #1A1717;
  width: 100%;
  height: auto;
  border-radius: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .project-page-card-part {
    padding: 20px 0 20px 0;
  }
}
.project-page-card-part .about-card-bg-topographic {
  top: 0;
  right: 0;
  animation: zoomInOut 2s 2s infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-page-card-part {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-page-heading-part h2 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .project-page-heading-part h2 {
    font-size: 22px;
  }
}
.project-page-heading-part a {
  width: 82px;
  height: 82px;
  background: #EDBC5A;
  border-radius: 50%;
  line-height: 78px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-page-heading-part a {
    width: 60px;
    height: 60px;
    line-height: 58px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .project-page-heading-part a {
    width: 45px;
    height: 45px;
    line-height: 42px;
  }
}
.project-page-heading-part span {
  font-family: Gilroy-Light;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .project-page-inner-img {
    width: 30%;
  }
}

.service-details-page .service-details-wcu-title {
  width: 416px;
  height: 383px;
  background: #EDBC5A;
  padding: 87px 38px 52px 42px;
  border-radius: 10px;
  margin-top: -274px;
  margin-left: 282px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service-details-page .service-details-wcu-title {
    width: 353px;
    height: 383px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-details-page .service-details-wcu-title {
    margin-top: -151px;
    margin-left: 205px;
    width: 330px;
    height: 290px;
    padding: 47px 38px 52px 42px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .service-details-page .service-details-wcu-title {
    margin-top: -218px;
    margin-left: 269px;
    width: 250px;
    height: 260px;
    padding: 62px 31px 42px 27px;
  }
}
@media (max-width: 576px) {
  .service-details-page .service-details-wcu-title {
    margin-top: -65px;
    margin-left: 197px;
    width: 130px;
    height: 130px;
    padding: 10px 10px 10px 10px;
  }
}
.service-details-page .service-details-wcu-title a span {
  margin-bottom: 17px;
  display: block;
}
.service-details-page .service-details-wcu-title a span::before {
  color: #141414;
  font-size: 35px;
  width: 87px;
  height: 87px;
  background: #ffffff;
  text-align: center;
  line-height: 87px;
  border-radius: 50%;
  display: inline-block;
  transition: all 500ms ease;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-details-page .service-details-wcu-title a span::before {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 25px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .service-details-page .service-details-wcu-title a span::before {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
  }
}
.service-details-page .service-details-wcu-title a:hover span::before {
  color: #EDBC5A;
}
.service-details-page .service-details-wcu-title h3 {
  color: #141414;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service-details-page .service-details-wcu-title h3 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-details-page .service-details-wcu-title h3 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .service-details-page .service-details-wcu-title h3 {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .service-details-page .service-details-wcu-title h3 {
    font-size: 16px;
  }
}
.service-details-page .service-details-wcu-title h3 span {
  font-family: Gilroy-Regular;
}
.service-details-page .service-details-wcu .wcu-area-card-info-secondary .wcu-area-info-card-wrapper {
  margin-bottom: 60px;
}
.service-details-page .our-work-step-card-wrapper {
  width: 306px;
  height: 306px;
  border-radius: 306px;
  background: #1A1717;
  box-shadow: 5px 5px 4px 0px #EDBC5A;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service-details-page .our-work-step-card-wrapper {
    width: 250px;
    height: 250px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-details-page .our-work-step-card-wrapper {
    width: 220px;
    height: 220px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-details-page .our-work-step-card-wrapper {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .service-details-page .our-work-step-card-wrapper {
    margin-bottom: 30px;
    margin: 20px auto;
  }
}
.service-details-page .our-work-step-card-title span {
  font-family: Gilroy-Light;
  margin-bottom: 12px;
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-details-page .our-work-step-card-title span {
    margin-bottom: 8px;
  }
}
.service-details-page .our-work-step-card-title h4 {
  margin-bottom: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-details-page .our-work-step-card-title h4 {
    margin-bottom: 16px;
  }
}
.service-details-page .our-work-step-card-title p {
  font-size: 18px;
  padding: 0 39px;
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-details-page .our-work-step-card-title p {
    font-size: 16px;
    padding: 0 16px;
  }
}
.service-details-page .wcu-area .wuc-area-side-img {
  margin-top: -85px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-details-page .wcu-area .wuc-area-side-img {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-details-page .wcu-area .wuc-area-side-img {
    margin-top: 0;
  }
}
@media (max-width: 1199px) {
  .service-details-page .wcu-area .wuc-area-side-img img {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service-details-page .wuc-accordion {
    padding-bottom: 105px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-details-page .wuc-accordion {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-details-page .wuc-accordion {
    padding-bottom: 55px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .service-details-page .wuc-accordion {
    padding-bottom: 40px;
  }
}
.service-details-page .wuc-accordion .section-specing {
  padding: 53px 97px 31px 105px;
  border-radius: 20px;
  background: #1A1717;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service-details-page .wuc-accordion .section-specing {
    padding: 50px 37px 31px 46px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-details-page .wuc-accordion .section-specing {
    padding: 27px 16px 21px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-details-page .wuc-accordion .section-specing {
    padding: 10px 10px 10px 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .service-details-page .wuc-accordion .section-specing {
    padding: 30px 10px 30px 10px;
  }
}
.service-details-page .wuc-accordion-bg-img {
  right: 0;
  bottom: 0;
}
.service-details-page .wuc-accordion-wrapper {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .service-details-page .wuc-accordion-wrapper {
    margin-right: 0;
  }
}
.service-details-page .wuc-accordion-wrapper .wuc-accordion-pra p {
  font-size: 18px;
  margin-top: 30px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s ease-in-out;
  max-height: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .service-details-page .wuc-accordion-wrapper .wuc-accordion-pra p {
    font-size: 15px;
  }
}
.service-details-page .wuc-accordion-wrapper .wuc-accordion-pra.active p {
  visibility: visible;
  opacity: 1;
  max-height: 100%;
}
.service-details-page .wuc-accordion-title {
  position: relative;
  cursor: pointer;
}
.service-details-page .wuc-accordion-title span::before {
  font-size: 25px;
  padding: 15px;
}
.service-details-page .wuc-accordion-title span.bottom-arrow {
  display: none;
}
.service-details-page .wuc-accordion-title span.active + .bottom-arrow {
  display: inline-block;
}
.service-details-page .wuc-accordion-title span.active {
  display: none;
}
.service-details-page .wuc-accordion-title h4 {
  font-family: Gilroy-SemiBold;
  font-size: 18px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .service-details-page .wuc-accordion-title h4 {
    font-size: 16px;
  }
}
.service-details-page .wuc-accordion-title::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 992px) {
  .service-details-page .wuc-accordion-image-wrapper {
    display: none;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .project-page .project-area {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-page .project-area {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-page .project-area {
    padding-bottom: 5px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .project-page .project-area {
    padding-bottom: 0px;
  }
}
.project-page .projects-wrapper {
  margin-bottom: 45px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .project-page .projects-wrapper {
    margin: 0 51px;
  }
}
@media (max-width: 575px) {
  .project-page .projects-wrapper {
    margin: 0 67px;
  }
}
@media (max-width: 445px) {
  .project-page .projects-wrapper {
    margin: 0 0;
  }
}
.project-page .projects-wrapper .portfolio-area-img img {
  transform: scale(1);
  transition: all 0.5s ease-out;
}
.project-page .projects-wrapper .portfolio-area-img img:hover {
  transform: scale(1.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-page .projects-wrapper .portfolio-area-content h4 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .project-page .projects-wrapper .portfolio-area-content h4 {
    font-size: 22px;
  }
}

.blog-details-content-pra .data {
  color: #B0B0B0;
}
.blog-details-content-main-pra {
  margin: 17px 0 30px 0;
}
.blog-details-content-main-pra span {
  color: #ffffff;
  font-family: Gilroy-Bold;
  font-size: 120px;
  font-style: normal;
  font-weight: 400;
  line-height: 1px;
  margin-right: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .blog-details-content-main-pra span {
    display: none;
  }
}
.blog-details-slider {
  position: relative;
  margin-bottom: 58px;
}
.blog-details-slider::before {
  content: "";
  width: 5px;
  height: 114px;
  background: #EDBC5A;
  position: absolute;
  top: -2px;
}
.blog-details-slider span::before {
  font-size: 58px;
  margin-right: 44px;
  color: #474747;
  margin-left: 54px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-slider .slider-title h4 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .blog-details-slider .slider-title h4 {
    font-size: 15px;
  }
}
.blog-details-slider .slider-title p {
  color: #ffffff;
  position: relative;
  padding-left: 30px;
}
.blog-details-slider .slider-title p::before {
  content: "";
  width: 22px;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .blog-details-post-part {
    margin-bottom: 40px;
  }
}
.blog-details-post-img {
  display: flex;
}
@media (max-width: 1399px) {
  .blog-details-post-img {
    flex-direction: column;
  }
}
.blog-details-post-tag {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-post-tag {
    flex-direction: column;
    gap: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .blog-details-post-tag {
    flex-direction: column;
    gap: 20px;
  }
}
.blog-details-btn-wrapper a {
  padding: 5px 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: inline-block;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .blog-details-btn-wrapper a {
    padding: 5px 15px;
  }
}
.blog-details-author {
  padding: 46px 50px;
  background: #1A1717;
  margin-bottom: 60px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .blog-details-author {
    flex-direction: column;
    gap: 20px;
    padding: 10px 10px;
  }
}
.blog-details-author-img img {
  border-radius: 50%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .blog-details-clint-comment {
    margin-bottom: 30px;
  }
}
.blog-details-comment-wrapper {
  display: flex;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .blog-details-comment-wrapper {
    flex-direction: column;
    gap: 20px;
    margin-left: 0px;
  }
}
.blog-details-clint-img img {
  border-radius: 50%;
}
.blog-details-comment-content h4 span {
  color: var(--Secondery, #B0B0B0);
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  margin-left: 24px;
}
.blog-details-reply-btn a {
  display: inline-block;
  color: #EDBC5A;
}
.blog-details-side-content .search-box {
  position: relative;
  display: flex;
  align-items: center;
}
.blog-details-side-content .search-box input {
  width: 100%;
  padding: 15px 20px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #1A1717;
  color: #828282;
}
.blog-details-side-content .search-box input:focus {
  outline: none;
  border-color: #EDBC5A;
}
.blog-details-side-content .search-box button {
  position: absolute;
  right: 0;
  padding: 10px;
  border: none;
  background: none;
  cursor: pointer;
}
.blog-details-side-content .search-box button i {
  font-size: 16px;
  color: #828282;
}
.blog-details-side-content .search-box button:hover i {
  color: #EDBC5A;
}
.blog-details .author-card {
  margin-top: 58px;
  margin-bottom: 62px;
}
.blog-details .author-card-img {
  width: 274px;
  height: 330.412px;
  margin: 0 auto;
}
.blog-details .author-card-img img {
  border-radius: 50%;
}
.blog-details-category h5 {
  color: #ffffff;
  margin-bottom: 26px;
}
.blog-details-category-list ul li {
  margin-bottom: 15px;
}
.blog-details-category-list ul li span {
  margin-left: 12px;
}
.blog-details-news h5 {
  color: #ffffff;
  margin-bottom: 26px;
}
.blog-details-news-title h6 {
  font-size: 18px;
}
.blog-details-popular-tag h5 {
  color: #ffffff;
  margin-bottom: 26px;
}

.error-page::before {
  content: "";
  position: absolute;
  width: 508px;
  height: 508px;
  left: -106px;
  bottom: -170px;
  background: rgba(237, 188, 90, 0.7);
  filter: blur(200px);
  animation: zoomInOut 5s 2s infinite;
  z-index: 0;
  border-radius: 508px;
}
.error-page::after {
  content: "";
  position: absolute;
  width: 381px;
  height: 381px;
  right: 0;
  top: -162px;
  background: rgba(237, 188, 90, 0.7);
  filter: blur(200px);
  animation: zoomInOut 5s 2s infinite;
  z-index: 0;
  border-radius: 381px;
}
.error-page-wrapper {
  background: #1A1717;
  padding: 132px 86px 132px 110px;
  border-radius: 20px;
}
.error-page-btn a {
  display: inline-block;
  padding: 13px 30px;
  border: 1px solid rgba(176, 176, 176, 0.3);
  border-radius: 57px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.error-page-btn a::after {
  content: "\e914";
  font-family: icomoon;
  color: #EDBC5A;
  margin-left: 16px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.error-page-btn a:hover {
  background: #EDBC5A;
  color: #ffffff;
}
.error-page-btn a:hover::after {
  color: #ffffff;
}
.error-page-bg {
  margin-left: 36px;
}

.header-area {
  width: 100%;
  height: 153px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header-area {
    height: 100px;
  }
}
.header-area .fixed-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  background-color: transparent;
  z-index: 999;
}
.header-area .fixed-menu.scrolled {
  background-color: #1a1a1a;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.header-area .fixed-menu.scrolled ul li.scroll-effect {
  padding: 40px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-image {
    margin-left: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area-image {
    padding: 25px 0;
    margin-left: 50px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header-area-image {
    padding: 25px 0;
    margin-left: 30px;
  }
}
.header-area-menu ul.main-menu {
  margin-left: 317px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .header-area-menu ul.main-menu {
    margin-left: 210px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .header-area-menu ul.main-menu {
    margin-left: 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-area-menu ul.main-menu {
    margin-left: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-menu ul.main-menu {
    margin-left: 30px;
  }
}
@media (max-width: 991px) {
  .header-area-menu ul {
    display: none;
    visibility: hidden;
  }
}
.header-area-menu ul li {
  margin-left: 80px;
  line-height: normal;
  list-style: none;
  position: relative;
}
.header-area-menu ul li.scroll-effect {
  padding: 57px 0;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-area-menu ul li {
    margin-left: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-menu ul li {
    margin-left: 35px;
  }
}
.header-area-menu ul li:hover a {
  color: #EDBC5A;
}
.header-area-menu ul li:hover .sub-menu {
  visibility: visible;
  top: 100%;
  opacity: 1;
  transform: scaleY(1);
}
.header-area-menu ul li .sub-menu {
  position: absolute;
  left: -30px;
  top: 100%;
  width: 250px;
  visibility: hidden;
  transition: all 0.5s ease 0s;
  z-index: 1;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top center;
}
.header-area-menu ul li .sub-menu li {
  margin-left: 0;
  padding: 10px 20px;
  background: #333333;
  border: 1px solid #484848;
}
.header-area-menu ul li .sub-menu li a {
  color: #fff;
  font-size: 16px;
  transition: all 500ms ease;
}
.header-area-menu ul li .sub-menu li:hover a {
  color: #EDBC5A;
  text-decoration: underline;
}
.header-area-menu ul li a {
  color: #fff;
  font-family: Gilroy-SemiBold;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-menu ul li a {
    font-size: 16px;
  }
}
.header-area-menu ul li a.plus-icon::after {
  content: "+";
  font-family: "FontAwesome";
  font-size: 14px;
  margin-left: 5px;
  font-weight: 900;
}
.header-area-menu.style-2 ul.main-menu {
  margin-left: 0;
}
@media (max-width: 1700px) {
  .header-area-menu.style-2 ul li {
    margin-left: 70px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .header-area-menu.style-2 ul li {
    margin-left: 48px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-area-menu.style-2 ul li {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-menu.style-2 ul li {
    margin-left: 20px;
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-area-menu.style-2 ul li a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-menu.style-2 ul li a {
    font-size: 14px;
  }
}
.header-area-menu-icon span::before {
  font-size: 30px;
}
.header-area-touch-btn {
  margin-left: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-touch-btn {
    margin-left: 10px;
  }
}
@media (max-width: 991px) {
  .header-area-touch-btn {
    display: none;
  }
}
.header-area-touch-btn a {
  display: inline-block;
  padding: 10px 26px;
  border-radius: 111px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-area-touch-btn a {
    font-size: 14px;
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-touch-btn a {
    font-size: 14px;
    padding: 5px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area-touch-btn a {
    font-size: 14px;
    padding: 8px 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header-area-touch-btn a {
    font-size: 14px;
    padding: 8px 10px;
  }
}
.header-area-touch-btn a::after {
  content: "\e900";
  color: #fff;
  font-family: "icomoon";
  margin-left: 9px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.header-area-touch-btn a:hover::after {
  color: #EDBC5A;
}
.header-area #toggle-button {
  display: none;
  visibility: hidden;
  margin-right: 50px;
}
@media (max-width: 991px) {
  .header-area #toggle-button {
    display: block;
    visibility: visible;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header-area #toggle-button {
    margin-right: 30px;
    margin-top: 4px;
  }
}
.header-area #toggle-button a {
  font-size: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-area-menu-icon {
    margin-right: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-menu-icon {
    margin-right: 62px;
  }
}
@media (max-width: 991px) {
  .header-area-menu-icon {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-area-menu-icon.style-2 {
    margin-right: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-menu-icon.style-2 {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header-area-menu-icon.style-2 {
    margin-right: 10px;
  }
}
.header-area-menu-icon a.canvas::after {
  content: "Menu";
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  margin-left: 15px;
  position: absolute;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-area-menu-icon a.canvas::after {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-menu-icon a.canvas::after {
    font-size: 14px;
  }
}
.header-area-menu-icon a:hover span::before {
  color: #EDBC5A;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}

.blog-area-card {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-area-card {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .blog-area-card {
    margin-bottom: 30px;
  }
}
.blog-area-card:hover p.hidden-card {
  visibility: visible;
  opacity: 1;
  max-height: 100%;
  transform: scaleY(1);
}
.blog-area-card:hover .blog-area-icon-img {
  visibility: visible;
  opacity: 1;
}
.blog-area-card-wrapper span {
  color: #B0B0B0;
  display: block;
}
.blog-area-card-wrapper h5 {
  color: #ffffff;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog-area-card-wrapper h5 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-area-card-wrapper h5 {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .blog-area-card-wrapper h5 {
    font-size: 16px;
  }
}
.blog-area-card-wrapper .hidden-card {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  transform: scaleY(0);
  transition: all 0.4s ease 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-area-card-wrapper .hidden-card {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-area-card-wrapper .card-image .blog-main-img {
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .blog-area-card-wrapper .card-image .blog-main-img {
    width: 100%;
  }
}
.blog-area-icon-img {
  position: absolute;
  right: 20px;
  bottom: -26px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .blog-area-icon-img {
    right: 20px;
  }
}
@media (max-width: 420px) {
  .blog-area-icon-img {
    bottom: -20px;
  }
}
.blog-area-icon-img a {
  height: 52px;
  width: 52px;
  background: #EDBC5A;
  display: inline-block;
  text-align: center;
  line-height: 52px;
  border-radius: 50%;
}
@media (max-width: 420px) {
  .blog-area-icon-img a {
    height: 40px;
    width: 40px;
    line-height: 38px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area-company-logo {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer-area-company-logo {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}
.footer-area-company-info .line-1 {
  height: 443px;
  width: 1px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  top: 24px;
  left: 323px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-area-company-info .line-1 {
    left: 278px;
    height: 432px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area-company-info .line-1 {
    left: 234px;
    height: 385px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area-company-info .line-1 {
    display: none;
    overflow: hidden;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer-area-company-info .line-1 {
    display: none;
    overflow: hidden;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area-heading-text {
    display: none;
    overflow: hidden;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer-area-heading-text {
    display: none;
    overflow: hidden;
  }
}
.footer-area-heading-text h2 {
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-area-heading-text h2 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area-heading-text h2 {
    font-size: 40px;
  }
}
.footer-area-heading-text h4 {
  font-family: Gilroy-Light;
  letter-spacing: 20.72px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-area-heading-text h4 {
    font-size: 24px;
    letter-spacing: 19.72px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area-heading-text h4 {
    font-size: 19px;
    letter-spacing: 16.72px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area-company-fast-email {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area-company-fast-email {
    display: none;
    visibility: hidden;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer-area-company-fast-email {
    display: none;
    visibility: hidden;
  }
}
.footer-area-company-fast-email a {
  padding: 10px 30px;
  border-radius: 83px;
  border: 1px solid rgba(224, 224, 224, 0.15);
  display: inline-block;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-area-company-fast-email a {
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area-company-fast-email a {
    padding: 10px 20px;
    font-size: 12px;
  }
}
.footer-area hr {
  width: 1293px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  height: 1px;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-area hr {
    width: 1115px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area hr {
    width: 935px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area hr {
    width: 700px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer-area hr {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area-social-info {
    padding-bottom: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area-social-info {
    padding: 15px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer-area-social-info {
    padding: 15px 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-area-social-info .sce-email {
    margin-left: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area-social-info .sce-email {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area-social-info .sce-email {
    margin-left: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer-area-social-info .sce-email {
    margin-left: 0;
    margin-bottom: 15px;
  }
}
.footer-area-social-info .sce-email a {
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area-social-info .sce-email a {
    font-size: 12px;
  }
}
.footer-area-social-info .social-content a {
  display: inline-block;
  font-family: Rubik;
  font-size: 14px;
  line-height: normal;
}
.footer-area-quick-menu {
  margin-left: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-area-quick-menu {
    margin-left: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area-quick-menu {
    margin-left: 30px;
    padding-top: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area-quick-menu {
    margin-left: 0;
    padding-top: 25px;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer-area-quick-menu {
    margin-left: 0;
    padding-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 350px) {
  .footer-area-quick-menu {
    flex-direction: column;
  }
}
.footer-area-quick-menu-one li {
  margin-bottom: 4.5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area-quick-menu-two {
    margin-left: 71px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer-area-quick-menu-two {
    margin-left: 20px;
    margin-right: 50px;
  }
}
@media (max-width: 378px) {
  .footer-area-quick-menu-two {
    margin-left: 20px;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 350px) {
  .footer-area-quick-menu-two {
    margin: 0 0 0 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 350px) {
  .footer-area-services h4 {
    margin: 15px 0 10px 0;
  }
}
.footer-area-sand-messege {
  margin: 42px 0 0 110px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-area-sand-messege {
    margin: 38px 0 0 24px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area-sand-messege {
    margin: 38px 0 0 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area-sand-messege {
    margin: 42px 0 0 65px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer-area-sand-messege {
    display: none;
  }
}
.footer-area-sand-messege a {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 146px;
  height: 146px;
  justify-content: center;
  align-items: center;
  background: #EDBC5A;
  text-align: center;
  border-radius: 50%;
  padding: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area-sand-messege a {
    width: 86px;
    height: 86px;
  }
}
.footer-area-sand-messege a h4 {
  color: var(--black, #141414);
  text-align: center;
  font-size: 20px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area-sand-messege a h4 {
    font-size: 16px;
  }
}
.footer-area-sand-messege a span {
  color: var(--black, #141414);
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.footer-area-sand-messege a:hover h4 {
  color: #ffffff;
}
.footer-area-sand-messege a:hover span {
  color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .footer-copy-right-info {
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer-area .footer-copy-right-info {
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
}
.footer-area .footer-copy-right-info span {
  color: var(--White, #FFF);
  text-align: center;
  font-family: Gilroy-Regular;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer-area .footer-copy-right-info span a {
  color: #EDBC5A;
  font-family: Gilroy-SemiBold;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-block;
}/*# sourceMappingURL=style.css.map */
#cookie-banner {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #2c2c2c;
      color: #fff;
      padding: 10px 20px;
      font-size: 13px;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 1000;
      height: 40px;
      box-shadow: 0 -2px 5px rgba(0,0,0,0.2);
      font-family: sans-serif;
      display: none;
    }

    #cookie-banner span {
      margin-right: 15px;
    }

    #accept-cookies {
      background-color: #4CAF50;
      border: none;
      color: white;
      padding: 6px 12px;
      font-size: 13px;
      cursor: pointer;
      border-radius: 3px;
    }

    #accept-cookies:hover {
      background-color: #45a049;
    }