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

    Template Name: Zylo - Zylo Creative Agency Html Template
    Author: Nirjhar Hasan
    Support: nirjharhasan197@gmail.com
    Description: The Zylo creative Agency HTML Template is a sleek, responsive, and SEO-friendly solution for showcasing agency services and servicess.
    Version: 1.0.0

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

/*------------------------------------
		1.1 Theme Default
----------------------------------*/
/************ TABLE OF CONTENTS ***************

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

	-----------------
    02. COMPONENTS css
	-----------------
		2.1 Back to top
		2.2 Buttons
		2.3 Animations
		2.4 Preloader
		2.5 Accordion
		2.6 Mouse-cursor
		2.7 Offcanvas
		2.9 Search
		2.10 Section-title
		2.11 slider
	-----------------
    03. HEADER CSS
	-----------------
		3.1 Header Style 1
		3.2 Header Style 2
		3.4 Mobile menu

	---------------------------------
	04. BLOG CSS
	---------------------------------
		4.1 Blog css

	---------------------------------
	05. SECTION CSS
	---------------------------------
		5.1 About
		5.2 Banner
		5.3 Brand
		5.4 Breadcrumbs
		5.5 Contact
		5.6 services
		5.7 Service
		5.8 testimonial
		5.9 work
		5.10 social
		5.11 team
		5.12 comming soon
		5.13 Service details
		5.14 Pagination
		5.15 Sidebar

	---------------------------------
	06. HERO
	---------------------------------
		6.1 Hero

	---------------------------------
	07. FOOTER CSS
	---------------------------------
		7.1 Footer Style 1

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

**********************************************/
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&amp;family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&amp;display=swap");
:root {
  --theme-color: #ff6f3c;
  --bg-color: #F6F6F8;
  --heading-color: #1C1A1D;
  --body-color: #707070;
  --common-white: #fff;
  --common-black: #000;
}

:root {
  --heading-font: "Cormorant", serif;
  --body-font: "Plus Jakarta Sans", serif;
}

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

/*---------------------------------
	typography css start 
---------------------------------*/
body {
  font-family: var(--body-font);
  color: var(--body-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  position: relative;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
  color: var(--heading-color);
  line-height: 1;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 38px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

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

li {
  list-style: none;
}

p {
  font-family: var(--primary-fonts);
  color: var(--bodyfont-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

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

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

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

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

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

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {
  outline: none;
  background-color: transparent;
  border-bottom: 1px solid #414141 !important;
  height: 48px;
  width: 100%;
  line-height: 48px;
  font-size: 16px;
  font-weight: 500;
/*  color: #fff;*/
  padding-bottom: 20px;
  border: none;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #4F4F4F;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #4F4F4F;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #4F4F4F;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #4F4F4F;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:focus {
  border: none;
}
input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=url]:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

textarea {
  line-height: 26px;
  padding: 20px;
}

textarea::-webkit-scrollbar {
  display: none;
}

/* For Firefox */
textarea {
  scrollbar-width: none;
}

*::-moz-selection {
  background: #0078D7;
  color: var(--common-white);
  text-shadow: none;
}

*::selection {
  background: #0078D7;
  color: var(--common-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--common-black);
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: var(--common-black);
  font-size: 14px;
  opacity: 1;
}

/*------------------------------------
		1.2 Common Classes
----------------------------------*/
.w-img img {
  width: 100%;
}

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

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

.w-img {
  width: 100%;
}

img {
  max-width: 100%;
  width: 155px;
}

.clear {
  clear: both;
}

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

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

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

.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;
}

.fix {
  overflow: hidden;
}

.white {
  color: var(--common-white);
}

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

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

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

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

.fw-400 {
  font-weight: 500;
}

.fw-500 {
  font-weight: 500;
}

.fw-700 {
  font-weight: 700;
}

.fs-18 {
  font-size: 18px;
}

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

.d-inline {
  display: inline-block;
}

.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

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

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

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

.bg__color {
  background-color: #090909;
}

.bg__color2 {
  background-color: #1C1A1D !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section-padding {
  padding: 140px 0;
}
@media (max-width: 1199px) {
  .section-padding {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}

.pb-140 {
  padding-bottom: 140px;
}
@media (max-width: 1199px) {
  .pb-140 {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .pb-140 {
    padding-bottom: 80px;
  }
}

.pt-140 {
  padding-top: 140px;
}
@media (max-width: 1199px) {
  .pt-140 {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .pt-140 {
    padding-top: 80px;
  }
}

.pt-100 {
  padding-top: 100px;
}
@media (max-width: 991px) {
  .pt-100 {
    padding-top: 80px;
  }
}

.pb-100 {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .pb-100 {
    padding-top: 80px;
  }
}

.mt-140 {
  margin-top: 140px;
}
@media (max-width: 1199px) {
  .mt-140 {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .mt-140 {
    margin-top: 80px;
  }
}

.mb-140 {
  margin-bottom: 140px;
}
@media (max-width: 1199px) {
  .mb-140 {
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .mb-140 {
    margin-bottom: 80px;
  }
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

/*------------------------------------
		2.5 Accordion
----------------------------------*/
.tp-accordion-wrap .tp-accordion .tp-accordion-item {
  padding: 26px 30px;
  position: relative;
  background-color: transparent;
  border: 1px solid #414141;
  border-radius: 4px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .tp-accordion-wrap .tp-accordion .tp-accordion-item {
    padding: 15px 15px;
  }
}
.tp-accordion-wrap .tp-accordion .tp-accordion-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .tp-accordion-wrap .tp-accordion .tp-accordion-item:last-child {
    margin-bottom: 0;
  }
}
.tp-accordion-wrap .tp-accordion .tp-accordion-item .tp-accordion-button {
  width: 100%;
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
  display: flex;
  justify-content: space-between;
}
.tp-accordion-wrap .tp-accordion .tp-accordion-item .tp-accordion-button .text {
  color: #fff !important;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .tp-accordion-wrap .tp-accordion .tp-accordion-item .tp-accordion-button .text {
    font-size: 20px;
  }
}
.tp-accordion-wrap .tp-accordion .tp-accordion-item .tp-accordion-button .plus {
  display: none;
  font-size: 12px;
}
.tp-accordion-wrap .tp-accordion .tp-accordion-item .tp-accordion-button .minus {
  font-size: 12px;
}
.tp-accordion-wrap .tp-accordion .tp-accordion-item .tp-accordion-button.collapsed .minus {
  display: none;
}
.tp-accordion-wrap .tp-accordion .tp-accordion-item .tp-accordion-button.collapsed .plus {
  display: block;
}
.tp-accordion-wrap .tp-accordion .tp-accordion-item .tp-accordion-body {
  margin-top: 15px;
}
.tp-accordion-wrap .tp-accordion .tp-accordion-item .tp-accordion-body p {
  color: #D9D9D9;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.tp-accordion-wrap.style-2 .tp-accordion .tp-accordion-item .tp-accordion-button .text {
  color: var(--theme-color) !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-transform: capitalize;
}
.tp-accordion-wrap.style-2 .tp-accordion .tp-accordion-item .tp-accordion-button.collapsed .text {
  color: #fff !important;
}
.tp-accordion-wrap.style-2 .minus {
  color: red;
}

/*------------------------------------
		2.2 Buttons
----------------------------------*/
.btn-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.btn-box .secandary-btn {
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  color: var(--heading-color);
}
.btn-box .secandary-btn:hover {
  color: var(--theme-color);
}
.btn-box .secandary-btn span {
  width: 70px;
  height: 70px;
  border-radius: 70px;
  border: 1px solid var(--common-white);
  display: inline-block;
  text-align: center;
  line-height: 64px;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .btn-box .secandary-btn span svg {
    width: 25px;
  }
}
@media (max-width: 575px) {
  .btn-box .secandary-btn span {
    width: 50px;
    height: 50px;
    line-height: 43px;
  }
}

.theme-btn {
  color: var(--common-white);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  background-color: var(--theme-color);
  padding: 25px 28px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 991px) {
  .theme-btn {
    padding: 20px 19px;
  }
}
.theme-btn span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 34px;
  border: 1px solid #fff;
  margin-right: 20px;
}
.theme-btn span svg path {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.theme-btn:hover {
  color: var(--common-white);
}
.theme-btn:hover span svg path {
  animation: tfLeftToRight 0.5s forwards;
}

.hbtn-space {
  margin-top: 10px;
}

/*------------------------------------
		2.10 Section-title
----------------------------------*/
.section-title {
  color: var(--heading-color);
  font-size: 35px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 1399px) {
  .section-title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .section-title {
    font-size: 34px;
  }
}
.section-title-md {
  color: var(--heading-color);
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 1399px) {
  .section-title-md {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .section-title-md {
    font-size: 35px;
  }
}
@media (max-width: 375px) {
  .section-title-md {
    font-size: 30px;
  }
}

.subtitle {
  color: var(--theme-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  justify-self: center;
}
@media (max-width: 1199px) {
  .subtitle {
    margin-bottom: 15px;
  }
}
.subtitle span {
  width: 22px;
  height: 22px;
  background-color: var(--theme-color);
  border-radius: 100%;
  color: var(--common-white);
  display: flex;
  align-items: center;
  justify-content: center;
}
.subtitle span i {
  font-size: 14px;
  transform: rotate(-45deg);
}

/*------------------------------------
		2.4 Preloader
----------------------------------*/
.preloader {
  align-items: center;
  cursor: default;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.preloader .animation-preloader {
  z-index: 1000;
}
.preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: var(--theme-color);
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .spinner {
    width: 7.5em;
    height: 7.5em;
    margin: 0 auto 1.5em auto;
  }
}
.preloader .animation-preloader .txt-loading {
  font: bold 5em var(--heading-font);
  text-align: center;
  user-select: none;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 2.5em;
  }
}
.preloader .animation-preloader .txt-loading .letters-loading {
  color: var(--theme-color);
  position: relative;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading::before {
  animation: letters-loading 4s infinite;
  color: var(--heading-color);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: var(--heading-font);
  position: absolute;
  top: -3px;
  transform: rotateY(-90deg);
}
.preloader p {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: var(--theme-color);
}
.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}
.preloader .loader .row {
  height: 100%;
}
.preloader .loader .loader-section {
  padding: 0px;
}
.preloader .loader .loader-section .bg {
  background-color: var(--bg-color);
  height: 100%;
  left: 0;
  width: 100%;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}
.preloader.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
.preloader.loaded .loader-section .bg {
  width: 0;
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

/*------------------------------------
		2.3 Animations
----------------------------------*/
@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(221, 210, 209, 0.253);
    box-shadow: 0 0 0 40px rgba(221, 210, 209, 0.253);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(221, 210, 209, 0.253);
    box-shadow: 0 0 0 0 rgba(221, 210, 209, 0.253);
  }
}
@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(221, 210, 209, 0.253);
    box-shadow: 0 0 0 40px rgba(221, 210, 209, 0.253);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(221, 210, 209, 0.253);
    box-shadow: 0 0 0 0 rgba(221, 210, 209, 0.253);
  }
}
.circle-360 {
  -webkit-animation: cir36 20s infinite linear;
  animation: cir36 20s infinite linear;
}

@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(15deg);
  }
}
@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(20deg);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounce-x {
  -webkit-animation: bounce-x 7s infinite linear;
  animation: bounce-x 7s infinite linear;
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes rotated2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes wave {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*img-animation**********************/
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-bottom {
  animation: img-anim-bottom 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes moving {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(-50px);
  }
  50% {
    transform: translatey(-40px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes translateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes translateY2 {
  0% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.progressInLeft-88 {
  opacity: 0;
  animation: progressInLeft-88 2s ease-out forwards; /* 2 seconds duration, ease-out effect */
}

@keyframes progressInLeft-88 {
  0% {
    opacity: 0;
    width: 0;
  }
  100% {
    opacity: 1;
    width: 88%;
  }
}
.progressInLeft-85 {
  opacity: 0;
  animation: progressInLeft-85 2s ease-out forwards; /* 2 seconds duration, ease-out effect */
}

@keyframes progressInLeft-85 {
  0% {
    opacity: 0;
    width: 0;
  }
  100% {
    opacity: 1;
    width: 85%;
  }
}
.progressInLeft-95 {
  opacity: 0;
  animation: progressInLeft-95 2s ease-out forwards; /* 2 seconds duration, ease-out effect */
}

@keyframes progressInLeft-95 {
  0% {
    opacity: 0;
    width: 0;
  }
  100% {
    opacity: 1;
    width: 95%;
  }
}
@keyframes swing {
  0% {
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes tfLeftToRight {
  49% {
    transform: translateX(30%);
  }
  50% {
    opacity: 0;
    transform: translateX(-30%);
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes tfLeftToRight {
  49% {
    transform: translateX(30%);
  }
  50% {
    opacity: 0;
    transform: translateX(-30%);
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes tfLeftToRight {
  49% {
    transform: translateX(30%);
  }
  50% {
    opacity: 0;
    transform: translateX(-30%);
  }
  100% {
    opacity: 1;
  }
}
@keyframes tfLeftToRight {
  49% {
    transform: translateX(30%);
  }
  50% {
    opacity: 0;
    transform: translateX(-30%);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes tpLeftToRight {
  0% {
    transform: translateX(-20%);
  }
  100% {
    transform: translateX(0%);
  }
}
@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
}
@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
}
@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
}
/*------------------------------------
		2.7 Offcanvas
----------------------------------*/
.offcanvas__info {
  background: var(--common-black) none repeat scroll 0 0;
  border-left: 1px solid var(--theme-color);
  position: fixed;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 99999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.offcanvas__info::-webkit-scrollbar {
  display: none;
}

.offcanvas__info.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
@media (max-width: 575px) {
  .offcanvas__info.info-open {
    width: 100%;
  }
}

.offcanvas__logo a img {
  width: 150px;
}

.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 30px 30px;
}
@media (max-width: 575px) {
  .offcanvas__wrapper .offcanvas__content {
    padding: 30px 0;
  }
}
.offcanvas__wrapper .offcanvas__content .text {
  color: var(--headingfont-color);
  margin-bottom: 20px;
}
.offcanvas__wrapper .offcanvas__content .theme-btn {
  padding: 15px 28px;
  margin-top: 40px;
  width: 80%;
  text-align: center;
  display: flex;
  justify-content: center;
}
.offcanvas__wrapper .offcanvas__content .theme-btn span {
  margin-right: 15px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 46px;
  border-radius: 50%;
  background: var(--theme-color);
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close:hover i {
  transform: rotate(90deg);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
  color: var(--common-white);
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact h4 {
  color: #fff;
  font-size: 30px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a {
  color: var(--common-white);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a:hover {
  color: var(--theme-color);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
  margin-bottom: 15px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
  margin-right: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
  color: var(--theme-color);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
  text-transform: initial;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .btn-read {
  width: 100%;
  padding: 16px 40px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
  margin-top: 40px;
  gap: 10px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  line-height: 42px;
  border: 1px solid #414141;
  text-align: center;
  color: var(--common-white);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
  border: 1px solid var(--theme-color);
  background-color: var(--theme-color);
  color: var(--common-white);
}

.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}

.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

@media (max-width: 450px) {
  .offcanvas__info {
    width: 300px;
  }
}
@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}
/*------------------------------------
		2.1 Back to top
----------------------------------*/
.back-to-top {
  border-radius: 50%;
  background: #ff6f3c;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: var(--common-white);
  font-size: 16px;
  position: fixed;
  display: inline-block;
  z-index: 999;
  right: 30px;
  bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}

/*------------------------------------
		2.6 Mouse-cursor
----------------------------------*/
.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: var(--theme-color);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -35px;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  background-color: #B69974;
  opacity: 0.3;
}

.cursor-outer {
  margin-left: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--theme-color);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  -webkit-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}

.cursor-outer.cursor-hover {
  opacity: 0;
}

/*------------------------------------
		2.9 Search
----------------------------------*/
.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: rgba(255, 255, 255, 0.9);
}
.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.search-wrap .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  animation: slideInUp 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-wrap .search-field-holder {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .search-wrap .search-field-holder {
    width: 80%;
  }
}
.search-wrap .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: capitalize;
  background: transparent;
  font-size: 25px;
  color: var(--tp-theme-color);
  border-bottom: 2px solid var(--theme-color);
  text-align: center;
  letter-spacing: 2px;
  outline: none;
}

@media (max-width: 575px) {
  .search-wrap .main-search-input {
    height: 50px;
    padding: 0 0;
    line-height: 50px;
    font-size: 18px;
  }
}
.search-wrap input.form-control,
.search-wrap input.form-control:focus {
  background-color: var(--theme-color);
}

input.main-search-input::placeholder {
  color: var(--theme-color);
  opacity: 1;
  font-size: 25px;
}

@media (max-width: 575px) {
  input.main-search-input::placeholder {
    font-size: 18px;
  }
}
.search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: var(--theme-color);
  cursor: pointer;
}
.search-close i {
  transition: all 0.4s;
}
.search-close:hover i {
  transform: rotate(90deg);
}

/*------------------------------------
		2.11 slider
----------------------------------*/
.scrolling-wrap {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
}
.scrolling-wrap .comm {
  display: flex;
  align-items: center;
  gap: 66px;
}
.scrolling-wrap:hover .comm {
  animation-play-state: paused;
}
@media (max-width: 1399px) {
  .scrolling-wrap .comm {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .scrolling-wrap {
    gap: 14px;
  }
  .scrolling-wrap .comm {
    gap: 14px;
  }
}
@media (max-width: 575px) {
  .scrolling-wrap .comm {
    gap: 12px;
  }
}

.brand-slider-style-1 {
  padding-top: 103px;
  padding-bottom: 103px;
}
@media (max-width: 1199px) {
  .brand-slider-style-1 {
    padding-top: 85px;
    padding-bottom: 77px;
  }
}
@media (max-width: 991px) {
  .brand-slider-style-1 {
    padding-top: 63px;
    padding-bottom: 57px;
  }
}
.brand-slider-style-1 .scrolling-wrap:hover .comm {
  animation-play-state: paused;
}
.brand-slider-style-1 .scrolling-wrap .comm .cmn-textslide span {
  display: inline-block;
  -webkit-text-stroke: 2px #707070;
  -webkit-text-fill-color: transparent;
  font-size: 200px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  opacity: 0.6;
  font-family: var(--heading-font);
}
@media (max-width: 1199px) {
  .brand-slider-style-1 .scrolling-wrap .comm .cmn-textslide span {
    font-size: 100px;
  }
}
@media (max-width: 575px) {
  .brand-slider-style-1 .scrolling-wrap .comm .cmn-textslide span {
    font-size: 60px;
  }
}
.brand-slider-style-1 .scrolling-wrap .comm .cmn-textslide span.dots {
  position: relative;
}
.brand-slider-style-1 .scrolling-wrap .comm .cmn-textslide span.dots::before {
  position: absolute;
  width: 26px;
  height: 26px;
  border: 1px solid #707070;
  content: "";
  bottom: -59px;
  left: 5px;
  transform: translateX(-50%);
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .brand-slider-style-1 .scrolling-wrap .comm .cmn-textslide span.dots::before {
    width: 15px;
    height: 15px;
    bottom: -29px;
    left: -6px;
  }
}
@media (max-width: 991px) {
  .brand-slider-style-1 .scrolling-wrap .comm .cmn-textslide span.dots::before {
    bottom: -26px;
  }
}
@media (max-width: 575px) {
  .brand-slider-style-1 .scrolling-wrap .comm .cmn-textslide span.dots::before {
    bottom: -18px;
  }
}
@media (max-width: 320px) {
  .brand-slider-style-1 .scrolling-wrap .comm .cmn-textslide span.dots::before {
    bottom: -13px;
  }
}

.brand-slider-style-2 {
  padding-top: 117px;
  padding-bottom: 20px;
}
@media (max-width: 1199px) {
  .brand-slider-style-2 {
    padding-top: 82px;
  }
}
@media (max-width: 991px) {
  .brand-slider-style-2 {
    padding-top: 70px;
  }
}
@media (max-width: 575px) {
  .brand-slider-style-2 {
    padding-bottom: 0;
    padding-top: 70px;
  }
}
.brand-slider-style-2 .scrolling-wrap:hover .comm {
  animation-play-state: paused;
}
.brand-slider-style-2 .scrolling-wrap .comm {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 575px) {
  .brand-slider-style-2 .scrolling-wrap .comm {
    gap: 25px;
  }
}
.brand-slider-style-2 .scrolling-wrap .comm .cmn-textslide span {
  display: inline-block;
  color: var(--heading-color);
  font-size: 125px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  font-family: var(--heading-font);
}
@media (max-width: 1199px) {
  .brand-slider-style-2 .scrolling-wrap .comm .cmn-textslide span {
    font-size: 100px;
  }
}
@media (max-width: 991px) {
  .brand-slider-style-2 .scrolling-wrap .comm .cmn-textslide span {
    font-size: 70px;
  }
}
@media (max-width: 575px) {
  .brand-slider-style-2 .scrolling-wrap .comm .cmn-textslide span {
    font-size: 60px;
  }
}
.brand-slider-style-2 .scrolling-wrap .comm .cmn-textslide span.dots {
  position: relative;
}
.brand-slider-style-2 .scrolling-wrap .comm .cmn-textslide span.dots::before {
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: var(--heading-color);
  content: "";
  bottom: -38px;
  left: 5px;
  transform: translateX(-50%);
  border-radius: 6px;
}
@media (max-width: 1199px) {
  .brand-slider-style-2 .scrolling-wrap .comm .cmn-textslide span.dots::before {
    bottom: -18px;
  }
}
@media (max-width: 575px) {
  .brand-slider-style-2 .scrolling-wrap .comm .cmn-textslide span.dots::before {
    bottom: -7px;
  }
}
.brand-slider-style-2.style-3 {
  padding-top: 110px !important;
}
@media (max-width: 1199px) {
  .brand-slider-style-2.style-3 {
    padding-top: 80px !important;
  }
}
@media (max-width: 991px) {
  .brand-slider-style-2.style-3 {
    padding-top: 62px !important;
  }
}
@media (max-width: 575px) {
  .brand-slider-style-2.style-3 {
    padding-top: 62px !important;
  }
}
.brand-slider-style-2.style-3 .cmn-textslide span {
  color: var(--common-white) !important;
}
.brand-slider-style-2.style-3 .cmn-textslide span.dots::before {
  background-color: var(--common-white) !important;
}
.brand-slider-style-2.style-4 {
  padding-top: 40px !important;
}
@media (max-width: 991px) {
  .brand-slider-style-2.style-4 {
    padding-top: 0 !important;
  }
}
@media (max-width: 575px) {
  .brand-slider-style-2.style-4 {
    padding-top: 20px !important;
  }
}
.brand-slider-style-2.style-4 .cmn-textslide span {
  -webkit-text-stroke: 2px #707070;
  -webkit-text-fill-color: transparent;
}
.brand-slider-style-2.style-4 .cmn-textslide span.dots::before {
  border: 1px solid #707070 !important;
  background-color: transparent !important;
}

.scrollright {
  animation: scrollright 50s linear infinite;
}

@keyframes scrollright {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.scrollleft {
  animation: scrollleft 40s linear infinite;
}

@keyframes scrollleft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/*------------------------------------
		4.1 Blog css
----------------------------------*/
.blog-style-1 {
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
  padding-bottom: 140px;
  padding-top: 93px;
}
@media (max-width: 1199px) {
  .blog-style-1 {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 100px;
    padding-top: 58px;
  }
}
@media (max-width: 991px) {
  .blog-style-1 {
    padding-top: 44px;
    padding-bottom: 0px;
    padding-bottom: 73px;
  }
}
@media (max-width: 575px) {
  .blog-style-1 {
    padding-top: 70px;
  }
}
.blog-style-1 .shape {
  left: -64px;
  top: 0;
  position: absolute;
}
@media (max-width: 1199px) {
  .blog-style-1 .shape {
    top: 31px;
    width: 31%;
  }
}
@media (max-width: 575px) {
  .blog-style-1 .shape {
    display: none;
  }
}
.blog-style-1 .section-content {
  margin-bottom: 50px;
}
.blog-style-1 .singleblog__thumb {
  overflow: hidden;
}
.blog-style-1 .singleblog__thumb img {
  mix-blend-mode: luminosity;
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-style-1 .singleblog__meta {
  margin-top: 20px;
  margin-bottom: 26px;
}
.blog-style-1 .singleblog__meta span {
  color: var(--body-color);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  display: inline-block;
}
.blog-style-1 .singleblog__title {
  color: var(--heading-color);
  font-size: 30px;
  font-weight: 500;
  border-bottom: 1px solid #C7C9CA;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.blog-style-1 .singleblog__title:hover a {
  color: var(--theme-color);
}
.blog-style-1 .singleblog__blogbtn a {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 15px;
}
.blog-style-1 .singleblog__blogbtn a:hover {
  color: var(--theme-color);
}
.blog-style-1 .singleblog__blogbtn a:hover svg path {
  fill: var(--theme-color);
}
.blog-style-1 .singleblog__blogbtn a svg {
  margin-top: 6px;
}
.blog-style-1 .singleblog__blogbtn a svg path {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-style-1 .singleblog:hover .singleblog__thumb img {
  transform: scale(1.1) rotate(1deg);
}
.blog-style-1 .blog-bottom {
  margin-top: 30px;
}

.blog-details {
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 1399px) {
  .blog-details {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .blog-details {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .blog-details {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.blog-details .thumb__big {
  overflow: hidden;
}
.blog-details .thumb__big img {
  transform: scale(1);
  transition: all 0.5s ease-out;
}
.blog-details .thumb__big:hover img {
  transform: scale(1.1);
}
.blog-details .blog-widget-left .singleblog__meta {
  margin-top: 20px;
  margin-bottom: 26px;
  margin-top: 28px;
}
.blog-details .blog-widget-left .singleblog__meta span {
  color: var(--body-color);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  display: inline-block;
}
.blog-details .blog-widget-left .singleblog__title {
  color: var(--heading-color);
  font-size: 30px;
  font-weight: 500;
  border-bottom: 1px solid #C7C9CA;
  padding-bottom: 24px;
  margin-bottom: 35px;
  position: relative;
  border-bottom: 0;
}
.blog-details .blog-widget-left .singleblog__title::before {
  position: absolute;
  content: "";
  width: 553px;
  height: 1px;
  background-color: #C7C9CA;
  bottom: -8px;
}
.blog-details .blog-widget-left .p-1 {
  margin-top: 16px;
}
.blog-details .blog-widget-left .section-title {
  margin-top: 60px;
  margin-bottom: 52px;
  margin-left: 80px;
  position: relative;
}
@media (max-width: 1199px) {
  .blog-details .blog-widget-left .section-title {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .blog-details .blog-widget-left .section-title {
    margin-top: 40px;
    margin-bottom: 37px;
    margin-left: 21px;
  }
}
@media (max-width: 767px) {
  .blog-details .blog-widget-left .section-title {
    margin-bottom: 28px;
    margin-left: 28px;
  }
}
.blog-details .blog-widget-left .section-title span {
  position: absolute;
  top: -16px;
  left: -21px;
}
.blog-details .blog-widget-left .p-2 {
  margin-bottom: 53px;
}
@media (max-width: 767px) {
  .blog-details .blog-widget-left .p-2 {
    margin-bottom: 40px;
  }
}
.blog-details .blog-widget-left p {
  color: var(--body-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
}
.blog-details .blog-widget-left .heading {
  color: var(--heading-color);
  font-size: 40px;
  font-weight: 500;
  margin-top: 72px;
  margin-bottom: 32px;
}
@media (max-width: 1399px) {
  .blog-details .blog-widget-left .heading {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .blog-details .blog-widget-left .heading {
    margin-top: 35px;
  }
}
@media (max-width: 575px) {
  .blog-details .blog-widget-left .heading {
    font-size: 35px;
  }
}
.blog-details .blog-widget-left .social {
  margin-top: 80px;
  border-bottom: 1px solid var(--body-color);
  padding-bottom: 40px;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .blog-details .blog-widget-left .social {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .blog-details .blog-widget-left .social {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .blog-details .blog-widget-left .social {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.blog-details .blog-widget-left .left-items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 40px;
}
.blog-details .blog-widget-left .left-items span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.blog-details .blog-widget-left .left-items span i {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: var(--body-color);
  margin-right: 10px;
}
.blog-details .blog-widget-left .right-social ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.blog-details .blog-widget-left .right-social ul li a {
  width: 35px;
  height: 35px;
  background-color: var(--body-color);
  border-radius: 100%;
  color: var(--common-white);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-details .blog-widget-left .right-social ul li a:hover {
  background-color: var(--theme-color);
}
.blog-details .blog-widget-left .testimonial-box {
  background: #F1F1F1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 35px;
  padding: 34px;
  margin-bottom: 170px;
}
@media (max-width: 1399px) {
  .blog-details .blog-widget-left .testimonial-box {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .blog-details .blog-widget-left .testimonial-box {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .blog-details .blog-widget-left .testimonial-box {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .blog-details .blog-widget-left .testimonial-box {
    margin-bottom: 60px;
    padding: 15px;
  }
}
.blog-details .blog-widget-left .testimonial-box .thumb img {
  max-width: inherit;
}
.blog-details .blog-widget-left .testimonial-box a {
  display: inline-flex;
  background-color: var(--common-white);
  margin-bottom: 5px;
  padding: 7px 10px;
  line-height: 1;
}
.blog-details .blog-widget-left .testimonial-box a:hover {
  color: var(--theme-color);
}
.blog-details .blog-widget-left .testimonial-box p {
  margin-top: 5px;
}
.blog-details .blog-widget-left .comment-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 37px;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .blog-details .blog-widget-left .comment-box {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .blog-details .blog-widget-left .comment-box {
    margin-bottom: 60px;
  }
}
.blog-details .blog-widget-left .comment-box .author img {
  border-radius: 100%;
}
.blog-details .blog-widget-left .comment-box .comments h4 {
  color: var(--heading-color);
  font-size: 30px;
  font-weight: 500;
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 15px;
}
.blog-details .blog-widget-left .comment-box .comments h4:hover a {
  color: var(--theme-color);
}
.blog-details .blog-widget-left .comment-box .comments span {
  display: inline-block;
  color: var(--body-color);
  font-size: 16px;
  font-weight: 400;
}
.blog-details .blog-widget-left .comment-box .comments > a {
  color: var(--Primary, #B69974);
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  margin-top: 15px;
  display: inline-block;
}
.blog-details .blog-widget-left .comment-box-space {
  margin-left: 155px;
}
@media (max-width: 991px) {
  .blog-details .blog-widget-left .comment-box-space {
    margin-left: 90px;
  }
}
@media (max-width: 767px) {
  .blog-details .blog-widget-left .comment-box-space {
    margin-left: 0;
  }
}
.blog-details .thumb1 {
  overflow: hidden;
}
.blog-details .thumb1 img {
  transition: all 0.5s ease-out;
  transform: scale(1);
}
.blog-details .thumb1:hover img {
  transform: scale(1.1);
}
.blog-details .side-bar {
  margin-left: 24px;
}
@media (max-width: 1199px) {
  .blog-details .side-bar {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .blog-details .side-bar {
    margin-top: 60px;
  }
}
.blog-details .side-bar .search-box {
  margin-bottom: 50px;
}
.blog-details .side-bar .search-box input {
  border-bottom: 1px solid #DADADA;
  color: var(--body-color);
  padding-bottom: 10px;
}
.blog-details .side-bar .search-box input::-webkit-input-placeholder {
  color: var(--body-color);
  font-size: 16px;
  font-weight: 400;
}
.blog-details .side-bar .search-box input:-moz-placeholder {
  color: var(--body-color);
  font-size: 16px;
  font-weight: 400;
}
.blog-details .side-bar .search-box input::-moz-placeholder {
  color: var(--body-color);
  font-size: 16px;
  font-weight: 400;
}
.blog-details .side-bar .search-box input:-ms-input-placeholder {
  color: var(--body-color);
  font-size: 16px;
  font-weight: 400;
}
.blog-details .side-bar .author .content {
  gap: 16px;
  margin-bottom: 30px;
}
.blog-details .side-bar .author .content a {
  display: inline-flex;
  background-color: #F1F1F1;
  margin-bottom: 3px;
  padding: 7px 10px;
  line-height: 1;
}
.blog-details .side-bar .author .content a:hover {
  color: var(--theme-color);
}
.blog-details .side-bar .author .thumb {
  width: 100px;
  height: 100px;
}
.blog-details .side-bar .author .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-details .side-bar .author p {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .blog-details .side-bar .author p {
    margin-bottom: 50px;
  }
}
.blog-details .side-bar h5 {
  color: #141414;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 24px;
  background-color: #F1F1F1;
  width: 202px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-details .side-bar .category ul li a {
  color: var(--body-color);
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 12px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 130px;
}
.blog-details .side-bar .category ul li a i {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: var(--body-color);
  transform: translateX(25px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.blog-details .side-bar .category ul li a:hover {
  transform: translateX(25px);
}
.blog-details .side-bar .category ul li a:hover i {
  transform: translateX(-9px);
  opacity: 1;
  visibility: visible;
}
.blog-details .side-bar .category .single-item {
  gap: 25px;
}
.blog-details .side-bar .category .single-item .thumb img {
  max-width: inherit;
}
.blog-details .side-bar .category .single-item a {
  color: var(--heading-color);
  font-size: 30px;
  font-weight: 500;
  font-family: var(--heading-font);
}
.blog-details .side-bar .category.space-bottom {
  margin-bottom: 46px;
}
.blog-details .side-bar .category.space-bottom2 {
  margin-bottom: 60px;
}
.blog-details .side-bar .tags a {
  display: inline-block;
  color: var(--body-color);
  font-size: 16px;
  font-weight: 400;
  margin-right: 31px;
  margin-bottom: 8px;
}
.blog-details .side-bar .tags a i {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: var(--body-color);
  margin-right: 12px;
}
.blog-details .side-bar .sidebar-banner {
  padding: 78px 194px;
  margin-top: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .blog-details .side-bar .sidebar-banner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.blog-details .side-bar .sidebar-banner a {
  color: var(--common-white);
  font-size: 16px;
  font-weight: 400;
  background-color: #141414;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 135px;
  height: 39px;
  margin: 0 auto;
}
.blog-details .side-bar .sidebar-banner a span {
  margin-right: 11px;
  display: inline-block;
}

.single-post-item {
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 60px;
  box-shadow: 0 2px 6.4px -1px rgba(19, 16, 34, 0.03), 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06);
  /* Quote Format Post */
  /* Sticky Post */
}
.single-post-item .post-gallery {
  overflow: hidden;
  background: linear-gradient(0deg, rgba(57, 60, 65, 0.5) 0%, rgba(57, 60, 65, 0.5) 100%);
  mix-blend-mode: luminosity;
  filter: grayscale(100%);
}
.single-post-item .post-gallery img {
  transform: scale(1);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.single-post-item:hover .post-gallery img,
.single-post-item:hover .post-thumbnail img,
.single-post-item:hover .post-video img {
  transform: scale(1.06);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.single-post-item iframe {
  width: 100%;
  height: 522px;
}
.single-post-item .post-content-wrapper {
  padding: 40px;
}
@media (max-width: 575px) {
  .single-post-item .post-content-wrapper {
    padding: 20px;
  }
}
.single-post-item .post-content-wrapper .read-more {
  margin-top: 30px;
  margin-bottom: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  background-color: #F4F4F4;
  padding: 20px;
}
.single-post-item .post-content-wrapper .read-more .theme-btn {
  padding: 0;
  color: var(--heading-color);
  background-color: transparent;
  border: 0;
  gap: 10px;
}
.single-post-item .post-content-wrapper .read-more .theme-btn i {
  color: var(--theme-color);
}
.single-post-item .post-content-wrapper .read-more .theme-btn:hover {
  color: var(--theme-color);
}
.single-post-item .post-content-wrapper .read-more .comment-meta-wrapper {
  display: flex;
  align-items: center;
  gap: 9px;
  padding-left: 20px;
}
@media (max-width: 450px) {
  .single-post-item .post-content-wrapper .read-more .comment-meta-wrapper {
    padding-left: 0;
  }
}
.single-post-item .post-content-wrapper .read-more .comment-meta-wrapper .icon {
  color: var(--theme-color);
  font-size: 14px;
}
.single-post-item .post-content-wrapper .read-more .comment-meta-wrapper .comment-meta {
  font-size: 16px;
  color: gray;
  font-family: var(--body-font);
}
.single-post-item.format-quote .post-content {
  margin: 0;
}
.single-post-item.format-quote blockquote {
  margin: 0;
}
.single-post-item.format-quote blockquote p {
  margin-top: 0;
}
.single-post-item.format-quote blockquote cite a {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--body-color);
  margin-top: 20px;
  font-style: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single-post-item.format-quote blockquote cite a:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: blue;
}
.single-post-item.sticky {
  border: 2px solid blue;
}
.single-post-item.sticky .post-content {
  margin-bottom: 0;
}
.single-post-item.sticky .post-content p {
  margin-bottom: 0;
}
.single-post-item .post-title {
  font-size: 32px;
  line-height: 41px;
  font-weight: 700;
  margin-bottom: 0;
}
.single-post-item .post-title:hover a {
  color: var(--theme-color);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single-post-item .post-content p {
  margin-top: 17px;
}
.single-post-item .post-content h2,
.single-post-item .post-content h3,
.single-post-item .post-content h4,
.single-post-item .post-content h5,
.single-post-item .post-content h6 {
  margin-bottom: 10px;
}
.single-post-item .post-content p {
  margin-bottom: unset;
}
.single-post-item .single-post-meta {
  display: inline-flex;
  align-items: flex-start;
  padding-top: 15px;
  margin-top: 0;
  margin-bottom: 20px;
  width: 100%;
}
.single-post-item .social-share {
  display: flex;
  gap: 17px;
  align-items: center;
  justify-content: center;
}
.single-post-item .social-share a.facebook {
  color: #1877f2;
}
.single-post-item .social-share a.twitter {
  color: #1da1f2;
}
.single-post-item .social-share a.linkedin {
  color: #1a70c6;
}
.single-post-item .social-share .social-share-title {
  font-size: 18px;
  font-weight: 700;
  font-family: var(--heading-font);
  color: red;
  margin-right: 5px;
  white-space: nowrap;
}
.single-post-item .blog-post-tag {
  display: inline-flex;
}
.single-post-item .blog-post-tag span {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  font-family: var(--heading-font);
  color: blue;
  margin-bottom: 0;
  margin-right: 30px;
  text-transform: uppercase;
  float: left;
  line-height: 24px;
}
.single-post-item .blog-post-tag .post-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  line-height: 0;
}
.single-post-item .blog-post-tag .post-tag-list a {
  color: var(--body-color);
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single-post-item .blog-post-tag .post-tag-list a:hover {
  color: blue;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single-post-item .post-thumbnail,
.single-post-item .post-video {
  position: relative;
  overflow: hidden;
}
.single-post-item .post-thumbnail img,
.single-post-item .post-video img {
  transform: scale(1);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: linear-gradient(0deg, rgba(57, 60, 65, 0.5) 0%, rgba(57, 60, 65, 0.5) 100%);
  mix-blend-mode: luminosity;
  filter: grayscale(100%);
}
.single-post-item .post-thumbnail .popup-video-wrapper,
.single-post-item .post-video .popup-video-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single-post-item .post-thumbnail .video-btn a,
.single-post-item .post-video .video-btn a {
  width: 70px;
  height: 70px;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  background-color: #ffffff;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-post-item .post-thumbnail .video-btn a i,
.single-post-item .post-video .video-btn a i {
  color: var(--theme-color);
  font-size: 18px;
}
.single-post-item .post-thumbnail .video-btn a:hover,
.single-post-item .post-video .video-btn a:hover {
  animation: none;
}
.single-post-item button.post-gallery-btn {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: 0.3s;
  z-index: 99;
  background-color: #ffffff;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
}
.single-post-item button.post-gallery-btn.prev-btn {
  left: 30px;
}
.single-post-item button.post-gallery-btn.next-btn {
  right: 30px;
}
.single-post-item button.post-gallery-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: blue;
  font-size: 17px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single-post-item button.post-gallery-btn:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: blue;
}
.single-post-item button.post-gallery-btn:hover i {
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single-post-item .post-audio iframe {
  width: 100%;
}
.single-post-item .post-meta {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.single-post-item .post-meta .author-img {
  width: 37px;
  height: 37px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.single-post-item .post-meta .author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.single-post-item .post-meta span {
  font-size: 18px;
  font-weight: 400;
  color: var(--body-color);
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 10px;
}
.single-post-item .post-meta span i {
  color: var(--theme-color);
  font-size: 18px;
}
.single-post-item .post-meta span a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--body-color);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single-post-item .post-meta span a:hover {
  color: blue;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single-post-item .post-meta span a:hover i {
  color: blue;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.form-area h5 {
  color: var(--heading-color);
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 17px;
}
.form-area p {
  margin-bottom: 70px;
}
@media (max-width: 575px) {
  .form-area p {
    margin-bottom: 50px;
  }
}
.form-area label {
  display: inline-block;
}
.form-area input {
  border-bottom: 1px solid #CAC5C5 !important;
  margin-bottom: 38px;
  color: var(--body-color);
}
.form-area input::-webkit-input-placeholder {
  color: var(--body-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
}
.form-area input:-moz-placeholder {
  color: var(--body-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
}
.form-area input::-moz-placeholder {
  color: var(--body-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
}
.form-area input:-ms-input-placeholder {
  color: var(--body-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
}
.form-area .chekbox-item {
  margin-bottom: 28px;
}
.form-area .chekbox-item input[type=checkbox] {
  width: 13px;
  height: 13px;
  cursor: pointer;
  display: inline-block;
  margin-right: 12px;
}
.form-area button {
  border-radius: 46px;
  border: 1px solid #CAC5C5;
  background: var(--theme-color);
  padding: 10px 8px;
  display: inline-block;
  line-height: 1;
  color: var(--common-white);
  font-size: 16px;
  font-weight: 400;
}
.form-area button svg {
  margin-right: 10px;
}

/*------------------------------------
		7.1 Footer Style 1
----------------------------------*/
.footer-style-1 {
  background-color: var(--heading-color);
  padding-top: 80px;
  padding-right: 100px;
  padding-left: 256px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1600px) {
  .footer-style-1 {
    padding-left: 70px;
  }
}
@media (max-width: 1199px) {
  .footer-style-1 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.footer-style-1 .iteminfo__content p {
  color: var(--common-white);
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  margin-top: 20px;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .footer-style-1 .iteminfo__content p {
    margin-top: 0;
    margin-bottom: 25px;
  }
}
.footer-style-1 .iteminfo__content span {
  color: var(--common-white);
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}
.footer-style-1 .iteminfo__content a {
  color: var(--common-white);
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}
.footer-style-1 .iteminfo__content a:hover {
  color: var(--theme-color);
  border-color: var(--theme-color);
}
.footer-style-1 .iteminfo__content-mail {
  margin: 9px 0;
}
.footer-style-1 .iteminfo__content-cell a {
  border-bottom: 1px solid var(--common-white);
  line-height: 1.2;
}
.footer-style-1 .quicklink ul li a {
  color: var(--common-white);
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 8px;
}
.footer-style-1 .quicklink ul li a:hover {
  color: var(--theme-color);
  transform: translateX(3px);
}
.footer-style-1 .quicklink .input-box {
  position: relative;
}
.footer-style-1 .quicklink .input-box input {
  border-bottom: 1px solid var(--common-white) !important;
  padding-bottom: 10px;
}
.footer-style-1 .quicklink .input-box input::-webkit-input-placeholder {
  color: var(--common-white);
  font-size: 14px;
  font-weight: 300;
}
.footer-style-1 .quicklink .input-box input:-moz-placeholder {
  color: var(--common-white);
  font-size: 14px;
  font-weight: 300;
}
.footer-style-1 .quicklink .input-box input::-moz-placeholder {
  color: var(--common-white);
  font-size: 14px;
  font-weight: 300;
}
.footer-style-1 .quicklink .input-box input:-ms-input-placeholder {
  color: var(--common-white);
  font-size: 14px;
  font-weight: 300;
}
.footer-style-1 .quicklink .input-box .icon button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid var(--common-white);
  top: 0;
  right: 0;
}
.footer-style-1 .quicklink .input-box p {
  color: var(--common-white);
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  margin-top: 7px;
}
.footer-style-1 .ql-space {
  margin-left: -61px;
}
@media (max-width: 991px) {
  .footer-style-1 .ql-space {
    margin-left: 0;
  }
}
.footer-style-1 .ql-space2 {
  margin-left: -20px;
}
@media (max-width: 991px) {
  .footer-style-1 .ql-space2 {
    margin-left: 0;
  }
}
.footer-style-1 .ql-space3 {
  margin-left: 18px;
}
@media (max-width: 991px) {
  .footer-style-1 .ql-space3 {
    margin-left: 0;
    margin-top: -55px;
  }
}
@media (max-width: 575px) {
  .footer-style-1 .ql-space3 {
    margin-top: 0;
  }
}
.footer-style-1 .title {
  color: var(--common-white);
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}
.footer-style-1 .title-space {
  margin-bottom: 38px;
}
@media (max-width: 991px) {
  .footer-style-1 .title-space {
    margin-bottom: 20px;
  }
}
.footer-style-1 .footer-bottom {
  padding-top: 54px;
  padding-bottom: 34px;
}
@media (max-width: 1199px) {
  .footer-style-1 .footer-bottom {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .footer-style-1 .footer-bottom {
    padding-top: 34px;
  }
}
@media (max-width: 1199px) {
  .footer-style-1 .footer-bottom ul {
    margin-bottom: 10px;
  }
}
.footer-style-1 .footer-bottom ul li {
  display: inline-block;
  margin-right: 25px;
}
.footer-style-1 .footer-bottom ul li a {
  display: inline-block;
  color: var(--body-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 1.4px;
}
.footer-style-1 .footer-bottom ul li a:hover {
  color: var(--theme-color);
}
.footer-style-1 .footer-bottom p {
  color: var(--common-white);
  font-size: 14px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 1.4px;
  margin-left: -20px;
}

/*------------------------------------
		3.1 Header Style 1
----------------------------------*/
.header-wrap {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-wrap .main-menu ul {
  margin: 0;
  padding: 0;
  position: relative;
}
.header-wrap .main-menu ul li {
  display: inline-block;
  padding: 0;
  position: relative;
  margin: 0 20px;
}
@media (max-width: 1600px) {
  .header-wrap .main-menu ul li {
    margin: 0 5px;
  }
}
@media (max-width: 1399px) {
  .header-wrap .main-menu ul li {
    margin: 0 0;
  }
}
.header-wrap .main-menu ul li:hover > a {
  color: var(--theme-color);
}
.header-wrap .main-menu ul li.active, .header-wrap .main-menu ul li.current-menu-ancestor {
  position: relative;
}
.header-wrap .main-menu ul li.active > a, .header-wrap .main-menu ul li.current-menu-ancestor > a {
  color: var(--theme-color);
}
.header-wrap .main-menu ul li.dropdown > a {
  padding-right: 30px !important;
}
.header-wrap .main-menu ul li.dropdown > a:before {
  visibility: visible;
}
.header-wrap .main-menu ul li.dropdown .dropdown > a:before {
  visibility: visible;
  right: 15px;
  transform: rotate(-90deg);
  margin-top: -4px;
}
.header-wrap .main-menu ul li ul.submenu li.active > a {
  position: relative;
  z-index: 2;
  color: #fff !important;
}
.header-wrap .main-menu ul li a {
  display: block;
  padding: 45px 24px;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  color: #fff;
  font-family: var(--body-font);
  font-size: 20px;
  font-weight: 500;
}
.header-wrap .main-menu ul li a:before {
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  padding: 3px;
  font-size: 14px;
  top: 50%;
  right: 6px;
  line-height: 0;
  visibility: hidden;
}
.header-wrap .main-menu ul li:hover > ul {
  visibility: visible;
  transition: all 300ms ease;
  opacity: 1;
  transform: scaleY(1);
}
.header-wrap .main-menu ul li ul li:hover ul {
  visibility: visible;
  top: -2px;
}
.header-wrap .main-menu ul ul {
  background-color: #fff;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: left;
  top: 100%;
  visibility: hidden;
  z-index: 99999;
  transition: all 300ms ease;
  border-top: 2px solid var(--theme-color);
  box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
  transform-origin: top;
  transform: scaleY(0);
}
.header-wrap .main-menu ul ul li {
  float: none;
  min-width: 210px;
  margin: 0;
}
.header-wrap .main-menu ul ul li ul {
  visibility: hidden;
}
.header-wrap .main-menu ul ul li i {
  float: right;
}
.header-wrap .main-menu ul ul li > a {
  line-height: 120%;
  padding: 10px 20px;
  color: var(--heading-color);
  border-bottom: 1px solid #E3E3E3;
  margin-left: 0;
  font-size: 16px;
  font-family: var(--body-font);
}
.header-wrap .main-menu ul ul li > a:hover {
  background-color: var(--theme-color);
  color: #fff;
}
.header-wrap .main-menu ul ul li:last-child a {
  border-bottom: 0px;
}
.header-wrap .main-menu ul ul ul {
  left: 100%;
  transition: all 0.3s ease 0s;
  opacity: 0;
  border-top: 0px;
  border-top: 2px solid var(--theme-color);
}

.header-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  padding: 0 100px;
  /* background-color: rgba(10, 46, 92, 0.7019607843); */
  background-color: rgba(10, 46, 92, 0.7);
  ;
  
}
@media (max-width: 1199px) {
  .header-1 {
    padding: 0 40px;
  }
}
@media (max-width: 991px) {
  .header-1 {
    padding: 0 30px;
  }
}
.header-1 .header-wrap {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .header-1 .header-wrap {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .header-1 .header-wrap .logo {
    width: 30%;
  }
}
.header-1 .header-wrap .logo .sticky-logo {
  display: none;
}
.header-1 .header-wrap .main-menu-wrap {
  margin-left: -65px;
}
.header-1 .header-wrap .header-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.header-1 .header-wrap .header-right .search {
  margin-right: 36px;
}
@media (max-width: 575px) {
  .header-1 .header-wrap .header-right .search {
    margin-right: 30px;
    margin-top: 5px;
  }
}

.header-style-2 .header-wrap {
  margin-top: 0;
}
.header-style-2 .header-wrap .main-menu ul li a {
  padding: 35px 24px;
}
.header-style-2 .header-wrap .main-menu ul ul li > a {
  padding: 10px 20px;
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10000;
  transition: all 0.9s ease-in-out;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  /* background-color: rgba(18, 18, 18, 0.7019607843); */
  background-color: #ffff;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.sticky.header-1 .header-wrap {
  margin-top: -20px;
}
@media (max-width: 1199px) {
  .sticky.header-1 .header-wrap {
    padding: 14px 0;
  }
}
@media (max-width: 991px) {
  .sticky.header-1 .header-wrap {
    padding: 9px 0;
  }
}
@media (max-width: 575px) {
  .sticky.header-1 .header-wrap {
    padding: 12px 0;
  }
}
.sticky.header-1 .header-wrap .logo .primary-logo {
  display: none;
}
.sticky.header-1 .header-wrap .logo .sticky-logo {
  display: block;
}
.sticky.header-1 .header-wrap .main-menu ul li a {
  padding: 26px 24px;
}
.sticky.header-1 .header-wrap .main-menu ul ul li > a {
  padding: 10px 20px;
}
@media (max-width: 1199px) {
  .sticky.header-style-2 .header-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .sticky.header-style-2 .header-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/*------------------------------------
		3.2 Header Style 2
----------------------------------*/
.header-style-2 {
  padding: 0 0;
}
.header-style-2 .header-wrap {
  margin-top: 0;
  margin-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(15, 15, 15, 0.5);
  backdrop-filter: blur(15px);
  padding: 0 100px;
}
@media (max-width: 1199px) {
  .header-style-2 .header-wrap {
    padding: 13px 30px;
    margin-top: 10px;
  }
}

.line {
  position: absolute;
  width: 1px;
  height: 99%;
  background: rgba(255, 255, 255, 0.15);
}
@media (max-width: 1399px) {
  .line {
    display: none;
  }
}
.line-1 {
  top: 50px;
  left: 100px;
}
.line-2 {
  top: 50px;
  left: 35.1%;
}
@media (max-width: 1600px) {
  .line-2 {
    left: 513px;
  }
}
.line-3 {
  top: 50px;
  right: 35.1%;
}
@media (max-width: 1600px) {
  .line-3 {
    right: 513px;
  }
}
.line-4 {
  top: 50px;
  right: 100px;
}

/*------------------------------------
		3.4 Mobile menu
----------------------------------*/
.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.mean-container .mean-nav > ul .homemenu-items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .mean-container .mean-nav > ul .homemenu-items {
    flex-wrap: wrap;
  }
}
.mean-container .mean-nav > ul .homemenu-items .homemenu {
  position: relative;
}
@media (max-width: 1199px) {
  .mean-container .mean-nav > ul .homemenu-items .homemenu {
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #E6E6E6;
    padding: 10px;
  }
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 19, 0)), to(#5e5ef6));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 16px;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: var(--common-white);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: capitalize;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid rgba(227, 227, 227, 0.2117647059) !important;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--theme-color);
}

.mean-container .mean-nav ul li a:last-child {
  border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--theme-color);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
  font-size: 18px;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
  height: 200px;
  width: 100%;
  padding: 0;
  border-top: 0;
  margin-bottom: 20px;
}

/*------------------------------------
		5.1 About
----------------------------------*/
.about-style-1 {
  position: relative;
}
.about-style-1::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--heading-color);
  height: 580px;
  z-index: -1;
}
@media (max-width: 1600px) {
  .about-style-1::before {
    height: 485px;
  }
}
@media (max-width: 1199px) {
  .about-style-1::before {
    height: 601px;
  }
}
@media (max-width: 991px) {
  .about-style-1::before {
    height: 77%;
  }
}
@media (max-width: 767px) {
  .about-style-1::before {
    height: 73.5%;
  }
}
@media (max-width: 575px) {
  .about-style-1::before {
    height: 71.8%;
  }
}
@media (max-width: 450px) {
  .about-style-1::before {
    height: 71.2%;
  }
}
@media (max-width: 375px) {
  .about-style-1::before {
    height: 70.2%;
  }
}
@media (max-width: 320px) {
  .about-style-1::before {
    height: 69%;
  }
}
.about-style-1 .shape__1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .about-style-1 .shape__1 {
    display: none;
  }
}
.about-style-1 .thumb {
  margin-left: -155px;
  margin-right: -50px;
}
@media (max-width: 991px) {
  .about-style-1 .thumb {
    margin-left: 0;
    margin-right: 0;
  }
}
.about-style-1 .thumb2 {
  margin-left: -69px;
  margin-right: -187px;
}
@media (max-width: 1600px) {
  .about-style-1 .thumb2 {
    margin-left: -74px;
    margin-right: 0;
  }
}
@media (max-width: 1399px) {
  .about-style-1 .thumb2 {
    margin-left: -60px;
    margin-right: -70px;
  }
}
@media (max-width: 1199px) {
  .about-style-1 .thumb2 {
    display: none;
  }
}
.about-style-1 .about-content {
  padding-top: 170px;
}
@media (max-width: 1600px) {
  .about-style-1 .about-content {
    padding-top: 110px;
    padding-left: 197px;
  }
}
@media (max-width: 1600px) {
  .about-style-1 .about-content {
    padding-left: 129px;
  }
}
@media (max-width: 1399px) {
  .about-style-1 .about-content {
    padding-top: 70px;
  }
}
@media (max-width: 1199px) {
  .about-style-1 .about-content {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .about-style-1 .about-content {
    padding-left: 0;
    padding-top: 80px;
  }
}
.about-style-1 .about-content .section-content {
  margin-top: 117px;
  margin-left: 78px;
}
@media (max-width: 1600px) {
  .about-style-1 .about-content .section-content {
    margin-top: 75px;
  }
}
@media (max-width: 1199px) {
  .about-style-1 .about-content .section-content {
    margin-top: 103px;
  }
}
@media (max-width: 991px) {
  .about-style-1 .about-content .section-content {
    margin-left: 0;
    margin-top: 60px;
  }
}
.about-style-1 .about-content .section-content p {
  margin-top: 20px;
  line-height: 29px;
  font-size: 16px;
  margin-bottom: 70px;
}
.about-style-1 .about-content .section-content .planning-list a {
  gap: 11px;
  margin-bottom: 30px;
  align-items: center;
}
.about-style-1 .about-content .section-content .planning-list a:hover {
  color: var(--theme-color);
}
.about-style-1 .about-content .section-content .btn-box .secandary-btn span {
  border: 1px solid var(--heading-color);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.about-style-1 .about-content .section-content .btn-box .secandary-btn span svg path {
  fill: var(--heading-color);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.about-style-1 .about-content .section-content .btn-box .secandary-btn:hover span {
  border: 1px solid var(--theme-color);
}
.about-style-1 .about-content .section-content .btn-box .secandary-btn:hover span svg path {
  fill: var(--theme-color);
}

.about-style-2 {
  padding: 0 100px;
  margin-top: 250px;
}
@media (max-width: 1399px) {
  .about-style-2 {
    padding: 0 50px;
  }
}
@media (max-width: 1199px) {
  .about-style-2 {
    margin-top: 230px;
  }
}
@media (max-width: 991px) {
  .about-style-2 {
    margin-top: 200px;
    padding: 0 30px;
    margin-top: 161px;
  }
}
@media (max-width: 767px) {
  .about-style-2 {
    margin-top: 128px;
  }
}
@media (max-width: 575px) {
  .about-style-2 {
    margin-top: 96px;
    padding: 0 15px;
  }
}
@media (max-width: 375px) {
  .about-style-2 {
    margin-top: 90px;
  }
}
@media (max-width: 320px) {
  .about-style-2 {
    margin-top: 90px;
  }
}
.about-style-2 .about-left p {
  color: var(--common-white);
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  margin-top: 20px;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .about-style-2 .about-left p br {
    display: none;
  }
}
.about-style-2 .about-left .secandary-btn {
  color: var(--common-white);
}
.about-style-2 .about-left .secandary-btn:hover {
  color: var(--theme-color);
}
.about-style-2 .about-left .thumb {
  margin-top: 50px;
  margin-right: 58px;
}
.about-style-2 .thumb2 {
  margin-left: 12px;
}
@media (max-width: 1199px) {
  .about-style-2 .thumb2 {
    margin-left: 0;
  }
}

/*------------------------------------
		5.5 Contact
----------------------------------*/
.contact-wrap {
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 120px;
}
@media (max-width: 1399px) {
  .contact-wrap {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1199px) {
  .contact-wrap {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .contact-wrap {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .contact-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.contact-wrap .more {
  color: var(--theme-color);
  font-size: 16px;
  font-weight: 400;
  margin-top: 30px;
}
.contact-wrap .name-title {
  color: var(--heading-color);
  font-size: 80px;
  font-weight: 500;
  margin-bottom: 34px;
  margin-top: 30px;
}
@media (max-width: 1600px) {
  .contact-wrap .name-title {
    font-size: 65px;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .contact-wrap .name-title {
    font-size: 55px;
  }
}
.contact-wrap p {
  color: var(--body-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  margin-bottom: 50px;
  padding-right: 75px;
}
@media (max-width: 991px) {
  .contact-wrap p {
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .contact-wrap p {
    margin-bottom: 40px;
  }
}
.contact-wrap .site-info-wrap {
  margin-right: 55px;
}
.contact-wrap .site-info {
  margin-bottom: 63px;
  padding-bottom: 24px;
  margin-right: 10px;
  position: relative;
}
@media (max-width: 1199px) {
  .contact-wrap .site-info {
    margin-bottom: 40px;
    padding-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .contact-wrap .site-info {
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .contact-wrap .site-info {
    margin-bottom: 0;
  }
}
.contact-wrap .site-info::before {
  position: absolute;
  content: "";
  width: 365px;
  height: 1px;
  background-color: var(--heading-color);
  bottom: 0;
}
@media (max-width: 1600px) {
  .contact-wrap .site-info::before {
    width: 255px;
  }
}
.contact-wrap .site-info .title {
  color: var(--heading-color);
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .contact-wrap .site-info .title {
    font-size: 35px;
  }
}
.contact-wrap .site-info a {
  display: block;
  color: var(--body-color);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}
.contact-wrap .site-info a:hover {
  color: var(--theme-color);
}
.contact-wrap .site-info .social-link {
  gap: 30px;
}
.contact-wrap .site-info.br-b-none {
  margin-bottom: 0;
  padding-bottom: 0;
}
.contact-wrap .site-info.br-b-none::before {
  display: none;
}
.contact-wrap .site-info.space-left {
  margin-left: 20px;
}
@media (max-width: 991px) {
  .contact-wrap .site-info.space-left {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .contact-wrap .site-info.space-left {
    margin-top: 25px;
  }
}
@media (max-width: 1600px) {
  .contact-wrap .contact-btn {
    margin-bottom: 60px;
  }
}
.contact-wrap .contact-btn a {
  padding: 5px 10px;
  line-height: 1;
  background-color: var(--heading-color);
  border-radius: 46px;
  color: var(--common-white);
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  display: inline-flex;
  gap: 8px;
}
@media (max-width: 991px) {
  .contact-wrap .contact-btn a {
    padding: 5px 15px;
  }
}
.contact-wrap .contact-btn a:hover {
  background-color: var(--theme-color);
}
.contact-wrap .googlemap {
  max-width: 100%;
}
.contact-wrap .googlemap iframe {
  width: 100%;
  height: 560px;
}
@media (max-width: 991px) {
  .contact-wrap .googlemap iframe {
    height: 300px;
  }
}
@media (max-width: 575px) {
  .contact-wrap .googlemap iframe {
    height: 200px;
  }
}
.contact-wrap .contact-content {
  margin-top: 50px;
}
.contact-wrap .form-area {
  margin-top: 153px;
}
@media (max-width: 1199px) {
  .contact-wrap .form-area {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .contact-wrap .space-top {
    margin-top: 30px;
  }
}

/*------------------------------------
		5.6 services
----------------------------------*/
.services-style-1 {
  padding-top: 100px;
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 1399px) {
  .services-style-1 {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  .services-style-1 {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 45px;
  }
}
@media (max-width: 575px) {
  .services-style-1 {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 70px !important;
  }
}
@media (max-width: 1600px) {
  .services-style-1 .section-content {
    margin-right: -23px;
  }
}
@media (max-width: 1399px) {
  .services-style-1 .section-content {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .services-style-1 .section-content {
    margin-bottom: 40px;
  }
}
@media (max-width: 1399px) {
  .services-style-1 .btn-box {
    margin-left: -32px;
  }
}
@media (max-width: 1199px) {
  .services-style-1 .btn-box {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .services-style-1 .btn-box {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .services-style-1 .btn-box {
    margin-bottom: 30px;
  }
}
.services-style-1 .btn-box a {
  display: inline-block;
  color: var(--common-white);
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 20px;
}
.services-style-1 .btn-box a:hover {
  color: var(--theme-color);
}
.services-style-1 .btn-box a span {
  width: 34px;
  height: 34px;
  border: 1px solid var(--common-white);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services-style-1 .item-link {
  margin-bottom: 83px;
}
@media (max-width: 991px) {
  .services-style-1 .item-link {
    margin-bottom: 30px;
  }
}
.services-style-1 .item-link ul li a {
  color: var(--common-white);
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 40px;
  display: inline-block;
  font-family: var(--heading-font);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1600px) {
  .services-style-1 .item-link ul li a {
    font-size: 25px;
  }
}
@media (max-width: 1399px) {
  .services-style-1 .item-link ul li a {
    font-size: 20px;
    margin-bottom: 35px;
  }
}
@media (max-width: 1199px) {
  .services-style-1 .item-link ul li a {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
.services-style-1 .item-link ul li a:hover {
  color: var(--theme-color);
  transform: translateX(33px);
}
@media (max-width: 575px) {
  .services-style-1 .item-link ul li a:hover {
    transform: translateX(10px);
  }
}
.services-style-1 .thumb {
  position: relative;
  margin-left: -1px;
  z-index: 1;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .services-style-1 .thumb {
    margin-left: 0;
    margin-top: 0;
  }
}
@media (max-width: 1199px) {
  .services-style-1 .thumb {
    margin-left: 0;
  }
}
.services-style-1 .thumb a {
  width: 100px;
  height: 100px;
  background-color: var(--common-white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
@media (max-width: 1600px) {
  .services-style-1 .thumb a {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 1199px) {
  .services-style-1 .thumb a {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 575px) {
  .services-style-1 .thumb a {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 375px) {
  .services-style-1 .thumb a {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 320px) {
  .services-style-1 .thumb a {
    width: 30px;
    height: 30px;
  }
}
.services-style-1 .thumb a:hover {
  background-color: var(--theme-color);
}
@media (max-width: 1199px) {
  .services-style-1 .thumb a svg {
    width: 40%;
  }
}
.services-style-1 .thumb .icon-1 {
  top: 0;
  left: 0;
}
.services-style-1 .thumb .icon-2 {
  top: 0;
  right: 0;
}
.services-style-1 .big-title {
  color: var(--common-white);
  font-size: 200px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 10px;
  white-space: nowrap;
  margin-top: -85px;
  margin-bottom: 15px;
}
@media (max-width: 1600px) {
  .services-style-1 .big-title {
    font-size: 141px;
    margin-top: -50px;
  }
}
@media (max-width: 1399px) {
  .services-style-1 .big-title {
    font-size: 125px;
  }
}
@media (max-width: 1199px) {
  .services-style-1 .big-title {
    font-size: 100px;
    margin-top: -40px;
  }
}
@media (max-width: 991px) {
  .services-style-1 .big-title {
    font-size: 67px;
    margin-top: -18px;
  }
}
@media (max-width: 767px) {
  .services-style-1 .big-title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .services-style-1 .big-title {
    font-size: 34px;
    margin-top: 0;
  }
}
@media (max-width: 375px) {
  .services-style-1 .big-title {
    letter-spacing: 6px;
  }
}
@media (max-width: 320px) {
  .services-style-1 .big-title {
    letter-spacing: 2px;
  }
}
.services-style-1.services-style-2 .item-link a {
  color: var(--heading-color);
}
.services-style-1.services-style-2 .big-title {
  color: var(--heading-color);
}
.services-style-1.services-style-2 .btn-box a {
  color: var(--heading-color);
}
.services-style-1.services-style-2 .btn-box a:hover {
  color: var(--theme-color);
}
.services-style-1.services-style-2 .btn-box a span {
  border: 1px solid var(--heading-color);
}
.services-style-1.services-style-2 .thumb {
  position: relative;
  margin-left: -1px;
  z-index: 1;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .services-style-1.services-style-2 .thumb {
    margin-left: 0;
    margin-top: 0;
  }
}
@media (max-width: 1199px) {
  .services-style-1.services-style-2 .thumb {
    margin-left: 0;
  }
}
.services-style-1.services-style-2 .thumb a {
  background-color: var(--heading-color);
}
.services-style-1.services-style-2 .thumb a:hover {
  background-color: var(--theme-color);
}

.services-style-3 {
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 1399px) {
  .services-style-3 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .services-style-3 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .services-style-3 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.services-style-3 .section-content {
  margin-bottom: 65px;
}
@media (max-width: 1199px) {
  .services-style-3 .section-content {
    margin-bottom: 54px;
  }
}
.services-style-3 .thumb {
  position: relative;
  overflow: hidden;
}
.services-style-3 .thumb img {
  mix-blend-mode: luminosity;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.services-style-3 .thumb .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.services-style-3 .thumb:hover img {
  transform: scale(1.1) rotate(2deg);
}
.services-style-3 .thumb:hover .icon {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) rotate(0);
}

/*------------------------------------
		5.7 Service
----------------------------------*/
.service-style-1 {
  position: relative;
}
@media (max-width: 991px) {
  .service-style-1 {
    padding-bottom: 16%;
  }
}
@media (max-width: 767px) {
  .service-style-1 {
    padding-bottom: 14%;
  }
}
@media (max-width: 575px) {
  .service-style-1 {
    padding-bottom: 24%;
  }
}
@media (max-width: 375px) {
  .service-style-1 {
    padding-bottom: 31%;
  }
}
@media (max-width: 320px) {
  .service-style-1 {
    padding-bottom: 44%;
  }
}
.service-style-1 .line {
  position: absolute;
  width: 1px;
  height: 100%;
  background: #EEEEF0;
}
@media (max-width: 1399px) {
  .service-style-1 .line {
    display: none;
  }
}
.service-style-1 .line-1 {
  top: 0;
  left: 100px;
}
.service-style-1 .line-2 {
  top: 0;
  left: 673px;
}
@media (max-width: 1600px) {
  .service-style-1 .line-2 {
    left: 483px;
  }
}
.service-style-1 .line-3 {
  top: 0;
  right: 673px;
}
@media (max-width: 1600px) {
  .service-style-1 .line-3 {
    right: 483px;
  }
}
.service-style-1 .line-4 {
  top: 0;
  right: 100px;
}
.service-style-1 .shape__1 {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 991px) {
  .service-style-1 .shape__1 {
    display: none;
  }
}
@media (max-width: 1199px) {
  .service-style-1 .section-title {
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .service-style-1 .section-content {
    margin-bottom: -30px;
  }
}
@media (max-width: 767px) {
  .service-style-1 .section-content {
    margin-bottom: 0;
  }
}
@media (max-width: 375px) {
  .service-style-1 .section-content {
    margin-bottom: -24px;
  }
}
@media (max-width: 320px) {
  .service-style-1 .section-content {
    margin-bottom: -45px;
  }
}
.service-style-1 .service__itembox {
  position: relative;
  height: 320px;
}
@media (max-width: 1399px) {
  .service-style-1 .service__itembox {
    height: inherit;
  }
}
@media (max-width: 1199px) {
  .service-style-1 .service__itembox {
    height: 320px;
  }
}
@media (max-width: 991px) {
  .service-style-1 .service__itembox {
    height: 233px;
  }
}
@media (max-width: 767px) {
  .service-style-1 .service__itembox {
    height: 297px;
    max-width: 420px;
  }
}
@media (max-width: 575px) {
  .service-style-1 .service__itembox {
    height: 297px;
  }
}
@media (max-width: 450px) {
  .service-style-1 .service__itembox {
    height: 281px;
  }
}
@media (max-width: 375px) {
  .service-style-1 .service__itembox {
    height: 245px;
  }
}
@media (max-width: 320px) {
  .service-style-1 .service__itembox {
    height: 202px;
  }
}
.service-style-1 .service__itembox-content {
  padding-left: 6px;
}
@media (max-width: 991px) {
  .service-style-1 .service__itembox-content {
    padding-left: 25px;
  }
}
.service-style-1 .service__itembox-content .section-title-md {
  margin-bottom: 18px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding-top: 30px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1399px) {
  .service-style-1 .service__itembox-content .section-title-md {
    padding-top: 71px;
    font-size: 33px;
  }
}
@media (max-width: 1199px) {
  .service-style-1 .service__itembox-content .section-title-md {
    font-size: 40px;
    padding-top: 49px;
  }
}
@media (max-width: 991px) {
  .service-style-1 .service__itembox-content .section-title-md {
    font-size: 30px;
    padding-top: 71px;
  }
}
@media (max-width: 320px) {
  .service-style-1 .service__itembox-content .section-title-md {
    font-size: 25px;
    margin-bottom: 12px;
  }
}
.service-style-1 .service__itembox-content p {
  color: var(--body-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 375px) {
  .service-style-1 .service__itembox-content p {
    padding-right: 4px;
  }
}
@media (max-width: 320px) {
  .service-style-1 .service__itembox-content p {
    line-height: 25px;
  }
}
@media (max-width: 1399px) {
  .service-style-1 .service__itembox-content p br {
    display: none;
  }
}
@media (max-width: 1199px) {
  .service-style-1 .service__itembox-content p br {
    display: block;
  }
}
@media (max-width: 991px) {
  .service-style-1 .service__itembox-content p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .service-style-1 .service__itembox-content p br {
    display: block;
  }
}
@media (max-width: 375px) {
  .service-style-1 .service__itembox-content p br {
    display: none;
  }
}
.service-style-1 .service__itembox-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.service-style-1 .service__itembox-shape svg {
  max-width: 100%;
}
.service-style-1 .service__itembox-shape svg path {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.service-style-1 .service__itembox-icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 111;
}
@media (max-width: 1399px) {
  .service-style-1 .service__itembox-icon {
    top: 36px;
  }
}
@media (max-width: 1199px) {
  .service-style-1 .service__itembox-icon {
    top: 0;
  }
}
@media (max-width: 991px) {
  .service-style-1 .service__itembox-icon {
    top: 42px;
  }
}
@media (max-width: 767px) {
  .service-style-1 .service__itembox-icon {
    top: 11px;
  }
}
@media (max-width: 575px) {
  .service-style-1 .service__itembox-icon {
    top: 12px;
  }
}
@media (max-width: 450px) {
  .service-style-1 .service__itembox-icon {
    top: 24px;
  }
}
@media (max-width: 375px) {
  .service-style-1 .service__itembox-icon {
    top: 43px;
  }
}
@media (max-width: 320px) {
  .service-style-1 .service__itembox-icon {
    top: 57px;
  }
}
.service-style-1 .service__itembox-icon a {
  width: 111px;
  height: 111px;
  background: var(--common-white);
  border-radius: 30px;
  border: 1px solid #C7C9CA;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1399px) {
  .service-style-1 .service__itembox-icon a {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 1199px) {
  .service-style-1 .service__itembox-icon a {
    width: 111px;
    height: 111px;
  }
}
@media (max-width: 991px) {
  .service-style-1 .service__itembox-icon a {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .service-style-1 .service__itembox-icon a {
    width: 111px;
    height: 111px;
  }
}
@media (max-width: 767px) {
  .service-style-1 .service__itembox-icon a {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 450px) {
  .service-style-1 .service__itembox-icon a {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 375px) {
  .service-style-1 .service__itembox-icon a {
    width: 85px;
    height: 85px;
  }
}
@media (max-width: 320px) {
  .service-style-1 .service__itembox-icon a {
    width: 75px;
    height: 75px;
  }
}
.service-style-1 .service__itembox-icon a svg {
  width: 100%;
}
@media (max-width: 1399px) and (max-width: 1399px) {
  .service-style-1 .service__itembox-icon a svg {
    width: 63%;
  }
}
.service-style-1 .service__itembox-icon a svg path {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.service-style-1 .service__itembox:hover .section-title-md a {
  color: var(--common-white);
}
.service-style-1 .service__itembox:hover p {
  color: var(--common-white);
}
.service-style-1 .service__itembox:hover svg path {
  fill: var(--heading-color);
}
.service-style-1 .service__itembox:hover .service__itembox-icon a {
  background-color: var(--theme-color);
  animation: icon-bounce 0.8s 1;
}
.service-style-1 .service__itembox:hover .service__itembox-icon a svg path {
  fill: var(--common-white);
}
.service-style-1 .service.active .section-title-md a {
  color: var(--common-white);
}
.service-style-1 .service.active p {
  color: var(--common-white);
}
.service-style-1 .service.active svg path {
  fill: var(--heading-color);
}
.service-style-1 .service.active .service__itembox-icon a {
  background-color: var(--theme-color);
  animation: icon-bounce 0.8s 1;
}
.service-style-1 .service.active .service__itembox-icon a svg path {
  fill: var(--common-white);
}

.service-style-2 {
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 1600px) {
  .service-style-2 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .service-style-2 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .service-style-2 .section-content {
    margin-bottom: 30px;
  }
}
.service-style-2 .singleitem {
  margin-top: 60px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 165px;
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 20px;
}
.service-style-2 .singleitem:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .service-style-2 .singleitem {
    margin-top: 40px;
  }
}
.service-style-2 .singleitem__thumb {
  width: 396px;
  height: 164px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 991px) {
  .service-style-2 .singleitem__thumb {
    width: 210px;
  }
}
@media (max-width: 575px) {
  .service-style-2 .singleitem__thumb {
    width: 80px;
  }
}
@media (max-width: 375px) {
  .service-style-2 .singleitem__thumb {
    width: 98px;
  }
}
@media (max-width: 320px) {
  .service-style-2 .singleitem__thumb {
    width: 65px;
  }
}
.service-style-2 .singleitem__thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(28, 26, 29, 0.8) 0%, rgba(28, 26, 29, 0.8) 100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.service-style-2 .singleitem .content {
  margin-left: 477px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 80px;
}
@media (max-width: 991px) {
  .service-style-2 .singleitem .content {
    margin-left: 282px;
  }
}
@media (max-width: 575px) {
  .service-style-2 .singleitem .content {
    margin-left: 132px;
  }
}
@media (max-width: 320px) {
  .service-style-2 .singleitem .content {
    margin-left: 102px;
  }
}
.service-style-2 .singleitem .content .title {
  color: #1C1A1D;
  font-size: 30px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .service-style-2 .singleitem .content .title {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .service-style-2 .singleitem .content .title {
    font-size: 20px;
  }
}
.service-style-2 .singleitem .content p {
  color: #707070;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1600px) {
  .service-style-2 .singleitem .content p {
    display: none;
  }
}
.service-style-2 .singleitem:hover .singleitem__thumb {
  width: 100%;
}
.service-style-2 .singleitem:hover .singleitem__thumb::before {
  opacity: 1;
  visibility: visible;
}
.service-style-2 .singleitem:hover .content {
  margin-left: 477px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 80px;
}
.service-style-2 .singleitem:hover .content .title {
  color: var(--common-white);
  position: relative;
  z-index: 11;
}
.service-style-2 .singleitem:hover .content p {
  color: var(--common-white);
  position: relative;
  z-index: 11;
}
.service-style-2 .singleitem:hover .arrow a {
  border-radius: 58px;
  border: 1px solid var(--theme-color);
  width: 58px;
  height: 58px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: relative;
}
.service-style-2 .singleitem:hover .arrow a svg path {
  fill: var(--theme-color);
}
.service-style-2 .singleitem:hover .icon-box {
  left: 30px;
}
.service-style-2 .singleitem:hover .icon-box a {
  background-color: var(--theme-color);
}
.service-style-2 .singleitem:hover .icon-box a i {
  color: var(--common-white);
}
.service-style-2 .singleitem .arrow {
  padding-right: 30px;
}
@media (max-width: 991px) {
  .service-style-2 .singleitem .arrow {
    padding-right: 20px;
  }
}
@media (max-width: 320px) {
  .service-style-2 .singleitem .arrow {
    padding-right: 10px;
  }
}
.service-style-2 .singleitem .arrow a {
  border-radius: 58px;
  border: 1px solid #1C1A1D;
  width: 58px;
  height: 58px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 575px) {
  .service-style-2 .singleitem .arrow a {
    width: 50px;
    height: 50px;
  }
}
.service-style-2 .singleitem .arrow a svg {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 575px) {
  .service-style-2 .singleitem .arrow a svg {
    width: 24px;
  }
}
.service-style-2 .singleitem .arrow a svg path {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 11;
}
.service-style-2 .singleitem .arrow a:hover svg {
  transform: rotate(-30deg);
}
.service-style-2 .singleitem .icon-box {
  position: absolute;
  z-index: 11;
  top: 47px;
  left: 358px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 991px) {
  .service-style-2 .singleitem .icon-box {
    left: 170px;
  }
}
@media (max-width: 575px) {
  .service-style-2 .singleitem .icon-box {
    left: 39px;
    top: 60px;
  }
}
@media (max-width: 375px) {
  .service-style-2 .singleitem .icon-box {
    left: 72px;
  }
}
.service-style-2 .singleitem .icon-box a {
  width: 78px;
  height: 78px;
  border-radius: 50px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 4px 0px rgba(198, 173, 173, 0.15);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .service-style-2 .singleitem .icon-box a {
    width: 50px;
    height: 50px;
  }
}
.service-style-2 .singleitem .icon-box a i {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 41px;
  color: var(--body-color);
}
@media (max-width: 575px) {
  .service-style-2 .singleitem .icon-box a i {
    font-size: 30px;
  }
}
.service-style-2 .singleitem.active .singleitem__thumb {
  width: 100%;
}
.service-style-2 .singleitem.active .singleitem__thumb::before {
  opacity: 1;
  visibility: visible;
}
.service-style-2 .singleitem.active .content {
  margin-left: 477px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 80px;
}
@media (max-width: 991px) {
  .service-style-2 .singleitem.active .content {
    margin-left: 207px;
  }
}
@media (max-width: 575px) {
  .service-style-2 .singleitem.active .content {
    margin-left: 127px;
  }
}
@media (max-width: 320px) {
  .service-style-2 .singleitem.active .content {
    margin-left: 102px;
  }
}
.service-style-2 .singleitem.active .content .title {
  color: var(--common-white);
  position: relative;
  z-index: 11;
}
.service-style-2 .singleitem.active .content p {
  color: var(--common-white);
  position: relative;
  z-index: 11;
}
.service-style-2 .singleitem.active .arrow a {
  border-radius: 58px;
  border: 1px solid var(--theme-color);
  width: 58px;
  height: 58px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 575px) {
  .service-style-2 .singleitem.active .arrow a {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 575px) {
  .service-style-2 .singleitem.active .arrow a svg {
    width: 24px;
  }
}
.service-style-2 .singleitem.active .arrow a svg path {
  fill: var(--theme-color);
}
.service-style-2 .singleitem.active .icon-box {
  left: 30px;
}
.service-style-2 .singleitem.active .icon-box a {
  background-color: var(--theme-color);
}
.service-style-2 .singleitem.active .icon-box a i {
  color: var(--common-white);
}

.service-style-3 {
  padding: 0 100px;
}
@media (max-width: 1600px) {
  .service-style-3 {
    padding: 0 30px;
  }
}
@media (max-width: 1399px) {
  .service-style-3 {
    padding: 0 0;
  }
}
.service-style-3 .section-content {
  margin-bottom: 60px;
}
.service-style-3 .service-wrap {
  height: 700px;
  width: 100%;
}
@media (max-width: 1199px) {
  .service-style-3 .service-wrap {
    height: 500px;
  }
}
.service-style-3 .service-wrap .single-item-content {
  height: 700px;
  position: relative;
}
.service-style-3 .service-wrap .single-item-content::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .service-style-3 .service-wrap .single-item-content::after {
    display: none;
  }
}
.service-style-3 .service-wrap .single-item-content::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(28, 26, 29, 0.1);
  backdrop-filter: blur(20px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-style-3 .service-wrap .single-item-content .icon__1 {
  position: absolute;
  top: 0;
  left: 58px;
  -webkit-transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1199px) {
  .service-style-3 .service-wrap .single-item-content .icon__1 {
    width: 25%;
  }
}
.service-style-3 .service-wrap .single-item-content .icon__2 {
  position: absolute;
  left: 0;
  top: 40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
@media (max-width: 1199px) {
  .service-style-3 .service-wrap .single-item-content .icon__2 {
    width: 25%;
  }
}
.service-style-3 .service-wrap .single-item-content .box-content {
  position: absolute;
  bottom: 0;
  left: 58px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1399px) {
  .service-style-3 .service-wrap .single-item-content .box-content {
    left: 30px;
  }
}
@media (max-width: 1199px) {
  .service-style-3 .service-wrap .single-item-content .box-content {
    bottom: 140px;
    left: 15px;
  }
}
@media (max-width: 575px) {
  .service-style-3 .service-wrap .single-item-content .box-content {
    bottom: 202px;
  }
}
.service-style-3 .service-wrap .single-item-content .box-content .title {
  color: var(--common-white);
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 15px;
}
.service-style-3 .service-wrap .single-item-content .box-content .title:hover {
  color: var(--theme-color);
}
@media (max-width: 1199px) {
  .service-style-3 .service-wrap .single-item-content .box-content .title {
    font-size: 30px;
  }
}
.service-style-3 .service-wrap .single-item-content .box-content p {
  opacity: 0;
  visibility: hidden;
  color: var(--common-white);
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
}
.service-style-3 .service-wrap .single-item-content:hover::after {
  opacity: 1;
  visibility: visible;
}
.service-style-3 .service-wrap .single-item-content:hover::before {
  opacity: 1;
  visibility: visible;
}
.service-style-3 .service-wrap .single-item-content:hover .box-content {
  position: absolute;
  bottom: 50px;
  left: 58px;
}
.service-style-3 .service-wrap .single-item-content:hover .box-content p {
  opacity: 1;
  visibility: visible;
}
.service-style-3 .service-wrap .single-item-content:hover .icon__1 {
  top: 347px;
  left: 58px;
  opacity: 1;
  visibility: visible;
}
.service-style-3 .service-wrap .single-item-content:hover .icon__2 {
  position: absolute;
  left: 351px;
  top: 40px;
  opacity: 1;
  visibility: visible;
}
.service-style-3 .service-wrap .single-item-content.active::after {
  opacity: 1;
  visibility: visible;
}
.service-style-3 .service-wrap .single-item-content.active::before {
  opacity: 1;
  visibility: visible;
}
.service-style-3 .service-wrap .single-item-content.active .box-content {
  position: absolute;
  bottom: 50px;
  left: 58px;
}
@media (max-width: 1399px) {
  .service-style-3 .service-wrap .single-item-content.active .box-content {
    left: 30px;
  }
}
@media (max-width: 1199px) {
  .service-style-3 .service-wrap .single-item-content.active .box-content {
    bottom: 239px;
    left: 15px;
  }
}
.service-style-3 .service-wrap .single-item-content.active .box-content p {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 991px) {
  .service-style-3 .service-wrap .single-item-content.active .box-content p br {
    display: none;
  }
}
.service-style-3 .service-wrap .single-item-content.active .icon__1 {
  top: 347px;
  left: 58px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1600px) {
  .service-style-3 .service-wrap .single-item-content.active .icon__1 {
    top: 308px;
  }
}
@media (max-width: 1399px) {
  .service-style-3 .service-wrap .single-item-content.active .icon__1 {
    left: 30px;
    top: 208px;
  }
}
@media (max-width: 1199px) {
  .service-style-3 .service-wrap .single-item-content.active .icon__1 {
    top: 180px;
    left: 15px;
  }
}
@media (max-width: 991px) {
  .service-style-3 .service-wrap .single-item-content.active .icon__1 {
    top: 145px;
    width: 20%;
  }
}
.service-style-3 .service-wrap .single-item-content.active .icon__2 {
  position: absolute;
  left: 351px;
  top: 40px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1600px) {
  .service-style-3 .service-wrap .single-item-content.active .icon__2 {
    left: 259px;
  }
}
@media (max-width: 1399px) {
  .service-style-3 .service-wrap .single-item-content.active .icon__2 {
    left: 229px;
  }
}
@media (max-width: 991px) {
  .service-style-3 .service-wrap .single-item-content.active .icon__2 {
    width: 20%;
    left: 270px;
  }
}
@media (max-width: 767px) {
  .service-style-3 .service-wrap .single-item-content.active .icon__2 {
    width: 20%;
    left: 218px;
  }
}
@media (max-width: 575px) {
  .service-style-3 .service-wrap .single-item-content.active .icon__2 {
    left: 380px;
  }
}
@media (max-width: 500px) {
  .service-style-3 .service-wrap .single-item-content.active .icon__2 {
    left: 320px;
  }
}
@media (max-width: 375px) {
  .service-style-3 .service-wrap .single-item-content.active .icon__2 {
    left: 269px;
  }
}
@media (max-width: 320px) {
  .service-style-3 .service-wrap .single-item-content.active .icon__2 {
    left: 230px;
  }
}

.service-style-4 {
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 110px;
}
@media (max-width: 1399px) {
  .service-style-4 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .service-style-4 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .service-style-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.service-style-4 .section-content {
  margin-bottom: 60px;
}
.service-style-4 .service__icon svg path {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-style-4 .service__content .title {
  margin: 30px 0;
  line-height: 1.2;
  font-size: 40px;
  font-weight: 500;
}
@media (max-width: 1600px) {
  .service-style-4 .service__content .title {
    font-size: 32px;
  }
}
.service-style-4 .service__content .title a:hover {
  color: var(--theme-color);
}
.service-style-4 .service__content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
}
@media (max-width: 767px) {
  .service-style-4 .service__content p br {
    display: none;
  }
}
.service-style-4 .service:hover .service__icon svg path {
  fill: var(--common-white);
}
.service-style-4 .space-1 {
  margin-left: 28px;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .service-style-4 .space-1 {
    margin-left: 0;
    margin-top: 0;
  }
}
.service-style-4 .space-2 {
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .service-style-4 .space-2 {
    margin-left: 0;
  }
}
.service-style-4 .space-3 {
  margin-left: 68px;
}
@media (max-width: 1199px) {
  .service-style-4 .space-3 {
    margin-left: 0;
  }
}

.service-style-5 {
  /* padding-top: 92px; */
  padding: initial;

}
@media (max-width: 1199px) {
  .service-style-5 {
    padding-top: 68px;
  }
}
@media (max-width: 991px) {
  .service-style-5 {
    padding-top: 56px;
  }
}

.contact-popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(28, 26, 29, 0.8);
  backdrop-filter: blur(20px);
  z-index: 111111;
  opacity: 0;
  visibility: hidden;
}
.contact-popup.show {
  visibility: visible;
  opacity: 1;
}
.contact-popup .pup-content {
  background: var(--common-white);
  max-width: 1120px;
  border-radius: 20px;
  margin: 0 auto;
  z-index: 1111111;
  position: relative;
  top: 100px;
  padding: 140px 96px 120px 100px;
  position: relative;
}
@media (max-width: 1399px) {
  .contact-popup .pup-content {
    max-width: 900px;
    padding: 80px;
    top: 80px;
  }
}
@media (max-width: 1199px) {
  .contact-popup .pup-content {
    max-width: 700px;
    padding: 60px;
  }
}
@media (max-width: 991px) {
  .contact-popup .pup-content {
    max-width: 600px;
    padding: 40px;
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .contact-popup .pup-content {
    max-width: 500px;
  }
}
@media (max-width: 575px) {
  .contact-popup .pup-content {
    max-width: 348px;
    padding: 30px;
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
@media (max-width: 320px) {
  .contact-popup .pup-content {
    max-width: 302px;
  }
}
.contact-popup .pup-content .close {
  position: absolute;
  top: 50px;
  right: 50px;
}
@media (max-width: 575px) {
  .contact-popup .pup-content .close {
    top: 30px;
    right: 30px;
  }
}
.contact-popup .pup-content .close button:hover svg {
  transform: rotate(90deg);
}
.contact-popup .pup-content .close button svg {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .contact-popup .pup-content .close button svg {
    width: 80%;
  }
}
@media (max-width: 575px) {
  .contact-popup .pup-content .close button svg {
    width: 70%;
  }
}
@media (max-width: 320px) {
  .contact-popup .pup-content .close button svg {
    width: 50%;
  }
}
.contact-popup .pup-content .icon span {
  width: 160px;
  height: 160px;
  border-radius: 30px;
  border: 1px solid #C7C9CA;
  background: var(--common-white);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .contact-popup .pup-content .icon span svg {
    width: 60%;
  }
}
@media (max-width: 1199px) {
  .contact-popup .pup-content .icon span {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 991px) {
  .contact-popup .pup-content .icon span {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 767px) {
  .contact-popup .pup-content .icon span {
    width: 70px;
    height: 70px;
  }
}
.contact-popup .pup-content .section-title {
  margin: 45px 0;
}
@media (max-width: 767px) {
  .contact-popup .pup-content .section-title {
    margin: 30px 0;
  }
}
.contact-popup .pup-content p {
  color: var(--body-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
}
.contact-popup .pup-content .another-content {
  display: flex;
  gap: 40px;
  margin-top: 18px;
}
@media (max-width: 991px) {
  .contact-popup .pup-content .another-content {
    flex-wrap: wrap;
    gap: 16px;
  }
}
.contact-popup .pup-content .form-area {
  margin-top: 68px;
}
@media (max-width: 1199px) {
  .contact-popup .pup-content .form-area {
    margin-top: 45px;
  }
}
@media (max-width: 320px) {
  .contact-popup .pup-content .form-area {
    margin-top: 30px;
  }
}
.contact-popup .pup-content .form-area .title {
  color: var(--heading-color);
  font-size: 40px;
  font-weight: 500;
}
@media (max-width: 320px) {
  .contact-popup .pup-content .form-area .title {
    font-size: 35px;
  }
}
.contact-popup .pup-content .form-area form {
  margin-top: 45px;
}
@media (max-width: 320px) {
  .contact-popup .pup-content .form-area form {
    margin-top: 30px;
  }
}
.contact-popup .pup-content .form-area form input {
  color: var(--body-color);
  border-bottom: 1px solid #1C1A1D !important;
  padding-bottom: 5px;
  margin-bottom: 25px;
}
.contact-popup .pup-content .form-area form input::-webkit-input-placeholder {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 400;
}
.contact-popup .pup-content .form-area form input:-moz-placeholder {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 400;
}
.contact-popup .pup-content .form-area form input::-moz-placeholder {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 400;
}
.contact-popup .pup-content .form-area form input:-ms-input-placeholder {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 400;
}
.contact-popup .pup-content .form-area .btnbox {
  margin-top: 24px;
}
.contact-popup .pup-content .form-area .btnbox .theme-btn {
  color: var(--common-white);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  background-color: var(--theme-color);
  padding: 25px 28px;
  display: inline-flex;
  align-items: center;
  border-radius: 0;
}
@media (max-width: 991px) {
  .contact-popup .pup-content .form-area .btnbox .theme-btn {
    padding: 20px 19px;
  }
}
@media (max-width: 575px) {
  .contact-popup .pup-content .form-area .btnbox .theme-btn {
    padding: 20px 10px;
    width: 100%;
  }
}
.contact-popup .pup-content .form-area .btnbox .theme-btn span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 34px;
  border: 1px solid #fff;
  margin-right: 20px;
}
@media (max-width: 320px) {
  .contact-popup .pup-content .form-area .btnbox .theme-btn span {
    margin-right: 14px;
  }
}
.contact-popup .pup-content .form-area .btnbox .theme-btn span svg {
  margin-right: 0;
}
.contact-popup .pup-content .form-area .btnbox .theme-btn span svg path {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact-popup .pup-content .form-area .btnbox .theme-btn:hover {
  color: var(--common-white);
}
.contact-popup .pup-content .form-area .btnbox .theme-btn:hover span svg path {
  animation: tfLeftToRight 0.5s forwards;
}

/*----------------------------------------*/
/* 5.13 Service details
/*----------------------------------------*/
.service-details .section-title {
  margin: 40px 0;
}
@media (max-width: 1199px) {
  .service-details .section-title {
    margin: 30px 0;
  }
}
@media (max-width: 767px) {
  .service-details .section-title {
    margin: 18px 0;
    font-size: 35px;
  }
}
.service-details p {
  color: var(--body-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
}
.service-details .last {
  margin-top: 20px;
  margin-bottom: 46px;
}
@media (max-width: 767px) {
  .service-details .last {
    margin-bottom: 30px;
  }
}
.service-details .planning-list a {
  gap: 11px;
  margin-bottom: 34px;
  align-items: center;
  line-height: 1;
}
.service-details .planning-list a:hover {
  color: var(--theme-color);
}
.service-details .thumb-big {
  overflow: hidden;
}
.service-details .thumb-big img {
  background: linear-gradient(0deg, rgba(57, 60, 65, 0.5) 0%, rgba(57, 60, 65, 0.5) 100%);
  mix-blend-mode: luminosity;
  filter: grayscale(100%);
  transform: scale(1);
  transition: all 0.5s ease-out;
}
.service-details .thumb-big:hover img {
  transform: scale(1.1);
}
.service-details .details-thumb {
  overflow: hidden;
  margin-top: 35px;
}
@media (max-width: 767px) {
  .service-details .details-thumb {
    margin-top: 15px;
  }
}
.service-details .details-thumb img {
  background: linear-gradient(0deg, rgba(57, 60, 65, 0.5) 0%, rgba(57, 60, 65, 0.5) 100%);
  mix-blend-mode: luminosity;
  filter: grayscale(100%);
  transform: scale(1);
  transition: all 0.5s ease-out;
}
.service-details .details-thumb:hover img {
  transform: scale(1.1);
}
.service-details .space-bottom {
  margin-bottom: 20px;
  margin-top: 45px;
}
@media (max-width: 767px) {
  .service-details .space-bottom {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .service-details .sidebar {
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  .service-details .sidebar {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .service-details .sidebar {
    margin-top: 70px;
  }
}
@media (max-width: 375px) {
  .service-details .sidebar {
    margin-top: 60px;
  }
}
.service-details .sidebar__tag {
  padding: 45px 40px;
  background: #F6F6F6;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .service-details .sidebar__tag {
    margin-bottom: 40px;
  }
}
@media (max-width: 500px) {
  .service-details .sidebar__tag {
    padding: 45px 20px;
  }
}
@media (max-width: 375px) {
  .service-details .sidebar__tag {
    padding: 20px 20px;
  }
}
.service-details .sidebar__title {
  color: var(--heading-color);
  font-size: 30px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}
.service-details .sidebar__info {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 36px;
  padding-bottom: 20px;
  background: #fff;
  border: 20px solid #F6F6F6;
}
.service-details .sidebar__info-title {
  color: var(--heading-color);
  font-size: 40px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 5px;
}
.service-details .sidebar__info a {
  display: inline-block;
  margin-bottom: 45px;
  color: var(--heading-color);
  font-family: var(--heading-font);
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
}
.service-details .sidebar ul li a {
  color: var(--heading-color);
  font-family: var(--heading-font);
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
  background-color: #FFF;
  display: block;
  padding: 18.5px 23px;
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
}
.service-details .sidebar ul li a:hover {
  background-color: var(--theme-color);
  color: #fff;
}
.service-details .info-thumb {
  overflow: hidden;
}
.service-details .info-thumb img {
  background: linear-gradient(0deg, rgba(57, 60, 65, 0.5) 0%, rgba(57, 60, 65, 0.5) 100%);
  mix-blend-mode: luminosity;
  filter: grayscale(100%);
  transform: scale(1);
  transition: all 0.5s ease-out;
}
.service-details .info-thumb:hover img {
  transform: scale(1.1);
}
.service-details .service {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .service-details .service {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .service-details .service {
    margin-top: 30px;
  }
}
@media (max-width: 375px) {
  .service-details .service {
    margin-top: 0;
  }
}
.service-details .service__itembox {
  position: relative;
  height: 320px;
}
@media (max-width: 1399px) {
  .service-details .service__itembox {
    height: inherit;
  }
}
@media (max-width: 1199px) {
  .service-details .service__itembox {
    height: 320px;
  }
}
@media (max-width: 991px) {
  .service-details .service__itembox {
    height: 233px;
  }
}
@media (max-width: 767px) {
  .service-details .service__itembox {
    height: 297px;
    max-width: 420px;
  }
}
@media (max-width: 575px) {
  .service-details .service__itembox {
    height: 297px;
  }
}
@media (max-width: 450px) {
  .service-details .service__itembox {
    height: 281px;
  }
}
@media (max-width: 375px) {
  .service-details .service__itembox {
    height: 245px;
    margin-bottom: 30px;
  }
}
@media (max-width: 320px) {
  .service-details .service__itembox {
    height: 202px;
  }
}
.service-details .service__itembox-content {
  padding-left: 38px;
}
@media (max-width: 991px) {
  .service-details .service__itembox-content {
    padding-left: 25px;
  }
}
.service-details .service__itembox-content .section-title-md {
  margin-bottom: 18px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding-top: 53px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1399px) {
  .service-details .service__itembox-content .section-title-md {
    padding-top: 71px;
    font-size: 33px;
  }
}
@media (max-width: 1199px) {
  .service-details .service__itembox-content .section-title-md {
    font-size: 40px;
    padding-top: 49px;
  }
}
@media (max-width: 991px) {
  .service-details .service__itembox-content .section-title-md {
    font-size: 30px;
    padding-top: 71px;
  }
}
@media (max-width: 320px) {
  .service-details .service__itembox-content .section-title-md {
    font-size: 25px;
    margin-bottom: 12px;
  }
}
.service-details .service__itembox-content p {
  color: var(--body-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 375px) {
  .service-details .service__itembox-content p {
    padding-right: 4px;
  }
}
@media (max-width: 320px) {
  .service-details .service__itembox-content p {
    line-height: 25px;
  }
}
@media (max-width: 1399px) {
  .service-details .service__itembox-content p br {
    display: none;
  }
}
@media (max-width: 1199px) {
  .service-details .service__itembox-content p br {
    display: block;
  }
}
@media (max-width: 991px) {
  .service-details .service__itembox-content p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .service-details .service__itembox-content p br {
    display: block;
  }
}
@media (max-width: 375px) {
  .service-details .service__itembox-content p br {
    display: none;
  }
}
.service-details .service__itembox-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.service-details .service__itembox-shape svg {
  max-width: 100%;
}
.service-details .service__itembox-shape svg path {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.service-details .service__itembox-icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 111;
}
@media (max-width: 1399px) {
  .service-details .service__itembox-icon {
    top: 36px;
  }
}
@media (max-width: 1199px) {
  .service-details .service__itembox-icon {
    top: 0;
  }
}
@media (max-width: 991px) {
  .service-details .service__itembox-icon {
    top: 42px;
  }
}
@media (max-width: 767px) {
  .service-details .service__itembox-icon {
    top: 11px;
  }
}
@media (max-width: 575px) {
  .service-details .service__itembox-icon {
    top: 12px;
  }
}
@media (max-width: 450px) {
  .service-details .service__itembox-icon {
    top: 24px;
  }
}
@media (max-width: 375px) {
  .service-details .service__itembox-icon {
    top: 43px;
  }
}
@media (max-width: 320px) {
  .service-details .service__itembox-icon {
    top: 57px;
  }
}
.service-details .service__itembox-icon a {
  width: 111px;
  height: 111px;
  background: var(--common-white);
  border-radius: 30px;
  border: 1px solid #C7C9CA;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1399px) {
  .service-details .service__itembox-icon a {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 1199px) {
  .service-details .service__itembox-icon a {
    width: 111px;
    height: 111px;
  }
}
@media (max-width: 991px) {
  .service-details .service__itembox-icon a {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .service-details .service__itembox-icon a {
    width: 111px;
    height: 111px;
  }
}
@media (max-width: 767px) {
  .service-details .service__itembox-icon a {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 450px) {
  .service-details .service__itembox-icon a {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 375px) {
  .service-details .service__itembox-icon a {
    width: 85px;
    height: 85px;
  }
}
@media (max-width: 320px) {
  .service-details .service__itembox-icon a {
    width: 75px;
    height: 75px;
  }
}
.service-details .service__itembox-icon a svg {
  width: 100%;
}
@media (max-width: 1399px) and (max-width: 1399px) {
  .service-details .service__itembox-icon a svg {
    width: 63%;
  }
}
.service-details .service__itembox-icon a svg path {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.service-details .service__itembox:hover .section-title-md a {
  color: var(--common-white);
}
.service-details .service__itembox:hover p {
  color: var(--common-white);
}
.service-details .service__itembox:hover svg path {
  fill: var(--heading-color);
}
.service-details .service__itembox:hover .service__itembox-icon a {
  background-color: var(--theme-color);
  animation: icon-bounce 0.8s 1;
}
.service-details .service__itembox:hover .service__itembox-icon a svg path {
  fill: var(--common-white);
}
.service-details .service.active .section-title-md a {
  color: var(--common-white);
}
.service-details .service.active p {
  color: var(--common-white);
}
.service-details .service.active svg path {
  fill: var(--heading-color);
}
.service-details .service.active .service__itembox-icon a {
  background-color: var(--theme-color);
  animation: icon-bounce 0.8s 1;
}
.service-details .service.active .service__itembox-icon a svg path {
  fill: var(--common-white);
}

/*------------------------------------
		5.8 testimonial
----------------------------------*/
.testimonial-style-1 {
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 1399px) {
  .testimonial-style-1 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1199px) {
  .testimonial-style-1 {
    padding-top: 30px;
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .testimonial-style-1 {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 80px;
    padding-top: 78px;
  }
}
@media (max-width: 575px) {
  .testimonial-style-1 {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 74px !important;
  }
}
.testimonial-style-1 .thumb {
  margin-right: 32px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .testimonial-style-1 .thumb {
    margin-right: 0;
  }
}
.testimonial-style-1 .section-content {
  margin-left: 77px;
}
@media (max-width: 1600px) {
  .testimonial-style-1 .section-content {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .testimonial-style-1 .section-content {
    margin-top: 60px;
  }
}
.testimonial-style-1 .testimonial-slider-wrap {
  margin-top: 40px;
  margin-left: 77px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1600px) {
  .testimonial-style-1 .testimonial-slider-wrap {
    margin-left: 0;
  }
}
.testimonial-style-1 .testimonial-slider-wrap .author {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 33px;
  margin-bottom: 30px;
}
.testimonial-style-1 .testimonial-slider-wrap .author .author-name {
  color: var(--common-white);
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 5px;
}
.testimonial-style-1 .testimonial-slider-wrap .author span {
  color: var(--theme-color);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2.52px;
  display: block;
}
.testimonial-style-1 .testimonial-slider-wrap p {
  color: var(--common-white);
  font-family: var(--heading-font);
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}
@media (max-width: 1600px) {
  .testimonial-style-1 .testimonial-slider-wrap p {
    font-size: 18px;
  }
}
.testimonial-style-1 .testimonial-slider-wrap .slider-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 15px;
  margin-top: 60px;
}
@media (max-width: 1600px) {
  .testimonial-style-1 .testimonial-slider-wrap .slider-btn {
    font-size: 18px;
  }
}
@media (max-width: 1399px) {
  .testimonial-style-1 .testimonial-slider-wrap .slider-btn {
    margin-top: 40px;
  }
}
.testimonial-style-1 .testimonial-slider-wrap .slider-btn .swiper__btn span {
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 100%;
  background-color: #707070;
  color: #090909;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.testimonial-style-1 .testimonial-slider-wrap .slider-btn .swiper__btn span:hover {
  background-color: var(--theme-color);
}
.testimonial-style-1 .testimonial-slider-wrap .slider-btn .swiper__btn span.active {
  background-color: var(--theme-color);
}

/*------------------------------------
	5.2 Banner
----------------------------------*/
.banner-style-1 {
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 140px;
  padding-bottom: 140px;
}
@media (max-width: 1399px) {
  .banner-style-1 {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .banner-style-1 {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .banner-style-1 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.banner-style-1 .thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.banner-style-1 .thumb img {
  max-width: inherit;
  mix-blend-mode: luminosity;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.banner-style-1 .thumb img:hover {
  transform: scale(1.01);
}
@media (max-width: 1600px) {
  .banner-style-1 .thumb img {
    width: 100%;
  }
}
@media (max-width: 1600px) {
  .banner-style-1 .space-1 {
    margin-right: 54px;
  }
}
@media (max-width: 1199px) {
  .banner-style-1 .space-1 {
    margin-right: 0;
  }
}
.banner-style-1 .space-2 {
  margin-left: -97px;
}
@media (max-width: 1600px) {
  .banner-style-1 .space-2 {
    margin-left: -55px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .banner-style-1 .space-2 {
    margin-left: 0;
  }
}
.banner-style-1 .space-3 {
  margin-top: 136px;
  margin-left: -97px;
  margin-right: -94px;
}
@media (max-width: 1600px) {
  .banner-style-1 .space-3 {
    margin-left: -55px;
    margin-top: 0;
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .banner-style-1 .space-3 {
    margin-left: 0;
    margin-top: 30px;
  }
}
.banner-style-1 .space-4 {
  text-align: end;
  margin-left: 40px;
}
@media (max-width: 1600px) {
  .banner-style-1 .space-4 {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .banner-style-1 .space-4 {
    margin-top: -32%;
  }
}
@media (max-width: 991px) {
  .banner-style-1 .space-4 {
    margin-top: 0;
  }
}
.banner-style-1 .space-5 {
  text-align: end;
  margin-top: 70px;
}
@media (max-width: 1600px) {
  .banner-style-1 .space-5 {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .banner-style-1 .space-5 {
    margin-top: 30px;
  }
}

.banner-style-2 {
  padding-left: 61px;
  padding-right: 139px;
  padding-top: 0;
}
@media (max-width: 1399px) {
  .banner-style-2 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .banner-style-2 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .banner-style-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.banner-style-2 .space-2 {
  margin-left: -99px;
}
@media (max-width: 1600px) {
  .banner-style-2 .space-2 {
    margin-left: -55px;
  }
}
@media (max-width: 1199px) {
  .banner-style-2 .space-2 {
    margin-left: 0;
  }
}
.banner-style-2 .space-3 {
  margin-top: 136px;
  margin-left: -98px;
  margin-right: -114px;
}
@media (max-width: 1600px) {
  .banner-style-2 .space-3 {
    margin-left: -55px;
    margin-top: 116px;
    margin-right: 0;
  }
}
@media (max-width: 1399px) {
  .banner-style-2 .space-3 {
    margin-top: 100px;
  }
}
@media (max-width: 1199px) {
  .banner-style-2 .space-3 {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .banner-style-2 .space-5 {
    margin-top: 30px;
  }
}

.banner-style-3 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 178px 0;
  position: relative;
}
@media (max-width: 1199px) {
  .banner-style-3 {
    padding: 140px 0;
  }
}
@media (max-width: 991px) {
  .banner-style-3 {
    padding: 100px 0;
  }
}
@media (max-width: 575px) {
  .banner-style-3 {
    padding: 80px 0;
  }
}
.banner-style-3 .shape {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 991px) {
  .banner-style-3 .shape {
    display: none;
  }
}
.banner-style-3 .title {
  color: var(--common-white);
  font-size: 60px;
  font-weight: 500;
  line-height: 1.1;
}
@media (max-width: 1199px) {
  .banner-style-3 .title {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .banner-style-3 .title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .banner-style-3 .title {
    font-size: 35px;
  }
}

/*------------------------------------
		5.3 Brand
----------------------------------*/
.brand-style-1 p {
  margin-top: -7px;
}
.brand-style-1 .brand-slider-wrappper {
  margin-top: 30px;
  text-align: center;
}

.brand-style-2 p {
  margin-top: -7px;
}
.brand-style-2 .brand-slider-wrappper {
  margin-top: 30px;
  text-align: center;
}

/*------------------------------------
		5.4 Breadcrumbs
----------------------------------*/
.breadcrumb-style-1 {
  padding-top: 266px;
  padding-bottom: 266px;
  mix-blend-mode: luminosity;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  max-width: 100%;
  /* background: black; */
}
@media (max-width: 1399px) {
  .breadcrumb-style-1 {
    padding-top: 250px;
    padding-bottom: 250px;
  }
}
@media (max-width: 1199px) {
  .breadcrumb-style-1 {
    padding-top: 210px;
    padding-bottom: 210px;
  }
}
@media (max-width: 991px) {
  .breadcrumb-style-1 {
    padding-top: 170px;
    padding-bottom: 170px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-style-1 {
    padding-top: 150px;
    padding-bottom: 155px;
  }
}
@media (max-width: 575px) {
  .breadcrumb-style-1 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.breadcrumb-style-1 .content {
  text-align: center;
}
.breadcrumb-style-1 .content .title {
  color: var(--common-white);
  font-size: 70px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .breadcrumb-style-1 .content .title {
    font-size: 65px;
  }
}
@media (max-width: 575px) {
  .breadcrumb-style-1 .content .title {
    font-size: 45px;
  }
}
.breadcrumb-style-1 .content ul li {
  display: inline-flex;
  gap: 4px;
}
.breadcrumb-style-1 .content ul li a {
  color: var(--common-white);
  font-size: 16px;
  font-weight: 400;
}
.breadcrumb-style-1 .content ul li a:hover {
  color: var(--theme-color);
}
.breadcrumb-style-1 .content ul li span {
  color: var(--common-white);
  font-size: 16px;
  font-weight: 400;
}

/*------------------------------------
		5.9 work
----------------------------------*/
.work-style-1 {
  padding: 0 100px;
}
@media (max-width: 1199px) {
  .work-style-1 {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .work-style-1 {
    padding: 0 0;
  }
}
.work-style-1 .work-content p {
  color: #707070;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  margin-top: 30px;
}
.work-style-1 .work-content .meta-box {
  margin-top: 20px;
}
.work-style-1 .work-content .meta-box ul li {
  position: relative;
}
.work-style-1 .work-content .meta-box ul li::before {
  width: 100%;
  height: 1px;
  background-color: #C7C9CA;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
}
.work-style-1 .work-content .meta-box ul li::after {
  width: 0;
  height: 1px;
  background-color: #1C1A1D;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.work-style-1 .work-content .meta-box ul li:hover a {
  transform: translateX(57px);
}
@media (max-width: 575px) {
  .work-style-1 .work-content .meta-box ul li:hover a {
    transform: translateX(15px);
  }
}
.work-style-1 .work-content .meta-box ul li:hover::after {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.work-style-1 .work-content .meta-box ul li:hover svg path {
  fill: #000;
}
.work-style-1 .work-content .meta-box ul li a {
  color: var(--heading-color);
  font-size: 22px;
  font-weight: 500;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px 0;
  font-family: var(--heading-font);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.work-style-1 .work-content .meta-box ul li a svg path {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.work-style-1 .thumb {
  padding-left: 86px;
  position: relative;
}
@media (max-width: 1199px) {
  .work-style-1 .thumb {
    padding-left: 0;
  }
}
.work-style-1 .thumb img {
  mix-blend-mode: luminosity;
}
.work-style-1 .thumb .video-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-19%, -50%);
}
@media (max-width: 1199px) {
  .work-style-1 .thumb .video-box {
    transform: translate(-50%, -50%);
  }
}
.work-style-1 .thumb .video-box a {
  width: 140px;
  height: 140px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(2px);
  border-radius: 100%;
}
@media (max-width: 575px) {
  .work-style-1 .thumb .video-box a {
    width: 100px;
    height: 100px;
  }
}

.work-style-2 {
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 90px;
}
@media (max-width: 1399px) {
  .work-style-2 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1199px) {
  .work-style-2 {
    padding-top: 63px;
  }
}
@media (max-width: 991px) {
  .work-style-2 {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 55px;
  }
}
@media (max-width: 575px) {
  .work-style-2 {
    padding-top: 60px !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 575px) {
  .work-style-2 .section-title {
    line-height: 1.2;
  }
}
.work-style-2 .wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  margin-right: 1px;
  margin-left: 1px;
  margin-top: 70px;
}
@media (max-width: 1399px) {
  .work-style-2 .wrapper {
    border-top: none;
    border-bottom: none;
  }
}
@media (max-width: 991px) {
  .work-style-2 .wrapper {
    margin-top: 38px;
  }
}
@media (max-width: 575px) {
  .work-style-2 .wrapper {
    margin-top: 50px;
  }
}
.work-style-2 .singleitem {
  position: relative;
  height: 519px;
  margin: 0 auto;
  margin: 6px;
}
@media (max-width: 1199px) {
  .work-style-2 .singleitem {
    border: 1px solid rgba(255, 255, 255, 0.15);
  }
}
.work-style-2 .singleitem__thumb img {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(28, 26, 29, 0.7) 0%, rgba(28, 26, 29, 0.7) 100%);
  mix-blend-mode: luminosity;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.work-style-2 .singleitem__icon {
  position: absolute;
  left: 53px;
  top: 100px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  visibility: hidden;
}
@media (max-width: 1600px) {
  .work-style-2 .singleitem__icon {
    left: 30px;
  }
}
@media (max-width: 991px) {
  .work-style-2 .singleitem__icon {
    width: 30%;
    top: 178px;
  }
}
.work-style-2 .singleitem__content {
  position: absolute;
  left: 53px;
  bottom: -20px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1600px) {
  .work-style-2 .singleitem__content {
    left: 30px;
  }
}
.work-style-2 .singleitem__content .title {
  color: var(--common-white);
  font-size: 40px;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .work-style-2 .singleitem__content .title {
    font-size: 30px;
  }
}
.work-style-2 .singleitem__content .title:hover a {
  color: var(--theme-color);
}
.work-style-2 .singleitem__content p {
  color: var(--common-white);
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1399px) {
  .work-style-2 .singleitem__content p {
    padding-right: 6px;
  }
}
.work-style-2 .singleitem:hover .singleitem__content {
  bottom: 40px;
}
.work-style-2 .singleitem:hover .singleitem__content p {
  opacity: 1;
  visibility: visible;
}
.work-style-2 .singleitem:hover .singleitem__thumb img {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.work-style-2 .singleitem:hover .singleitem__icon {
  top: 170px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 991px) {
  .work-style-2 .singleitem:hover .singleitem__icon {
    width: 30%;
    top: 178px;
  }
}
.work-style-2 .singleitem.active .singleitem__content {
  bottom: 40px;
}
.work-style-2 .singleitem.active .singleitem__content p {
  opacity: 1;
  visibility: visible;
}
.work-style-2 .singleitem.active .singleitem__thumb img {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.work-style-2 .singleitem.active .singleitem__icon {
  top: 170px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1600px) {
  .work-style-2 .singleitem.active .singleitem__icon {
    top: 140px;
  }
}
@media (max-width: 991px) {
  .work-style-2 .singleitem.active .singleitem__icon {
    width: 30%;
    top: 178px;
  }
}

/*------------------------------------
		5.11 team
----------------------------------*/
.team-style-1 {
  position: relative;
  background-color: #F6F6F8;
}
.team-style-1 .line {
  position: absolute;
  width: 1px;
  height: 100%;
  background: #EEEEF0;
}
@media (max-width: 1399px) {
  .team-style-1 .line {
    display: none;
  }
}
.team-style-1 .line-1 {
  top: 0;
  left: 100px;
}
.team-style-1 .line-2 {
  top: 0;
  left: 673px;
}
@media (max-width: 1600px) {
  .team-style-1 .line-2 {
    left: 483px;
  }
}
.team-style-1 .line-3 {
  top: 0;
  right: 673px;
}
@media (max-width: 1600px) {
  .team-style-1 .line-3 {
    right: 483px;
  }
}
.team-style-1 .line-4 {
  top: 0;
  right: 100px;
}
.team-style-1 .shape__1 {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1199px) {
  .team-style-1 .shape__1 {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .team-style-1 .shape__1 {
    display: none;
  }
}
.team-style-1 .section-content {
  margin-bottom: 50px;
}
.team-style-1 .singleitem {
  position: relative;
}
@media (max-width: 991px) {
  .team-style-1 .singleitem {
    max-width: 450px;
  }
}
.team-style-1 .singleitem .singleitem__bg svg {
  width: 100%;
  height: 100%;
}
.team-style-1 .singleitem .singleitem__bg svg path {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-style-1 .singleitem__thumb {
  position: absolute;
  top: 20px;
  left: 20px;
}
@media (max-width: 1399px) {
  .team-style-1 .singleitem__thumb {
    width: 253px;
  }
}
@media (max-width: 1199px) {
  .team-style-1 .singleitem__thumb {
    width: inherit;
  }
}
@media (max-width: 991px) {
  .team-style-1 .singleitem__thumb {
    width: 253px;
  }
}
@media (max-width: 767px) {
  .team-style-1 .singleitem__thumb {
    width: inherit;
  }
}
@media (max-width: 575px) {
  .team-style-1 .singleitem__thumb {
    width: 76%;
  }
}
.team-style-1 .singleitem__social {
  position: absolute;
  right: 35px;
  z-index: 11;
  top: 160px;
}
@media (max-width: 991px) {
  .team-style-1 .singleitem__social {
    right: 20px;
    top: 119px;
  }
}
@media (max-width: 767px) {
  .team-style-1 .singleitem__social {
    right: 35px;
    top: 160px;
  }
}
@media (max-width: 575px) {
  .team-style-1 .singleitem__social {
    right: 31px;
    z-index: 11;
    top: 142px;
  }
}
@media (max-width: 375px) {
  .team-style-1 .singleitem__social {
    right: 22px;
    top: 128px;
  }
}
@media (max-width: 320px) {
  .team-style-1 .singleitem__social {
    right: 17px;
    top: 110px;
  }
}
.team-style-1 .singleitem__social a {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: var(--heading-color);
  text-align: center;
  line-height: 21px;
  color: var(--common-white);
  font-size: 12px;
  margin-bottom: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-style-1 .singleitem__iconbox {
  position: absolute;
  right: 0;
  top: 0;
}
.team-style-1 .singleitem__iconbox a {
  width: 111px;
  height: 111px;
  display: inline-block;
  border-radius: 30px;
  border: 1px solid #C7C9CA;
  background: var(--common-white);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1399px) {
  .team-style-1 .singleitem__iconbox a {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 1199px) {
  .team-style-1 .singleitem__iconbox a {
    width: 111px;
    height: 111px;
  }
}
@media (max-width: 991px) {
  .team-style-1 .singleitem__iconbox a {
    width: 85px;
    height: 85px;
  }
}
@media (max-width: 767px) {
  .team-style-1 .singleitem__iconbox a {
    width: 111px;
    height: 111px;
  }
}
@media (max-width: 575px) {
  .team-style-1 .singleitem__iconbox a {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 320px) {
  .team-style-1 .singleitem__iconbox a {
    width: 75px;
    height: 75px;
  }
}
@media (max-width: 1399px) {
  .team-style-1 .singleitem__iconbox a svg {
    width: 50px;
  }
}
@media (max-width: 1199px) {
  .team-style-1 .singleitem__iconbox a svg {
    width: inherit;
  }
}
@media (max-width: 991px) {
  .team-style-1 .singleitem__iconbox a svg {
    width: 50px;
  }
}
@media (max-width: 320px) {
  .team-style-1 .singleitem__iconbox a svg {
    width: 50px;
  }
}
.team-style-1 .singleitem__iconbox a svg path {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-style-1 .singleitem__content {
  position: absolute;
  bottom: 27px;
  left: 35px;
}
@media (max-width: 991px) {
  .team-style-1 .singleitem__content {
    bottom: 13px;
  }
}
@media (max-width: 767px) {
  .team-style-1 .singleitem__content {
    bottom: 27px;
  }
}
@media (max-width: 375px) {
  .team-style-1 .singleitem__content {
    bottom: 10px;
  }
}
.team-style-1 .singleitem__content .title {
  color: var(--heading-color);
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1399px) {
  .team-style-1 .singleitem__content .title {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .team-style-1 .singleitem__content .title {
    margin-bottom: 5px;
  }
}
@media (max-width: 320px) {
  .team-style-1 .singleitem__content .title {
    margin-bottom: 0;
  }
}
.team-style-1 .singleitem__content span {
  color: var(--body-color);
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-style-1 .singleitem:hover .singleitem__bg svg path {
  fill: var(--heading-color);
}
.team-style-1 .singleitem:hover .singleitem__social a {
  background-color: var(--common-white);
  color: var(--heading-color);
}
.team-style-1 .singleitem:hover .singleitem__content .title a {
  color: var(--common-white);
}
.team-style-1 .singleitem:hover .singleitem__content span {
  color: var(--common-white);
}
.team-style-1 .singleitem:hover .singleitem__iconbox a {
  background-color: var(--theme-color);
  animation: icon-bounce 0.8s 1;
}
.team-style-1 .singleitem:hover .singleitem__iconbox a svg path {
  stroke: #1C1A1D;
}
.team-style-1 .singleitem.active .singleitem__bg svg path {
  fill: var(--heading-color);
}
.team-style-1 .singleitem.active .singleitem__social a {
  background-color: var(--common-white);
  color: var(--heading-color);
}
.team-style-1 .singleitem.active .singleitem__content .title {
  color: var(--common-white);
}
.team-style-1 .singleitem.active .singleitem__content span {
  color: var(--common-white);
}
.team-style-1 .singleitem.active .singleitem__iconbox a {
  background-color: var(--theme-color);
  animation: icon-bounce 0.8s 1;
}
.team-style-1 .singleitem.active .singleitem__iconbox a svg path {
  stroke: #1C1A1D;
}

.team-style-2 .singleitems {
  position: relative;
}
@media (max-width: 991px) {
  .team-style-2 .singleitems {
    max-width: 450px;
  }
}
.team-style-2 .singleitems .singleitems__bg svg {
  width: 100%;
  height: 100%;
}
.team-style-2 .singleitems .singleitems__bg svg path {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-style-2 .singleitems__thumb {
  position: absolute;
  top: 20px;
  left: 20px;
}
@media (max-width: 1399px) {
  .team-style-2 .singleitems__thumb {
    width: 253px;
  }
}
@media (max-width: 1199px) {
  .team-style-2 .singleitems__thumb {
    width: inherit;
  }
}
@media (max-width: 991px) {
  .team-style-2 .singleitems__thumb {
    width: 253px;
  }
}
@media (max-width: 767px) {
  .team-style-2 .singleitems__thumb {
    width: inherit;
  }
}
@media (max-width: 575px) {
  .team-style-2 .singleitems__thumb {
    width: 76%;
  }
}
.team-style-2 .singleitems__social {
  position: absolute;
  right: 35px;
  z-index: 11;
  top: 160px;
}
@media (max-width: 991px) {
  .team-style-2 .singleitems__social {
    right: 20px;
    top: 119px;
  }
}
@media (max-width: 767px) {
  .team-style-2 .singleitems__social {
    right: 35px;
    top: 160px;
  }
}
@media (max-width: 575px) {
  .team-style-2 .singleitems__social {
    right: 31px;
    z-index: 11;
    top: 142px;
  }
}
@media (max-width: 375px) {
  .team-style-2 .singleitems__social {
    right: 22px;
    top: 128px;
  }
}
@media (max-width: 320px) {
  .team-style-2 .singleitems__social {
    right: 17px;
    top: 110px;
  }
}
.team-style-2 .singleitems__social a {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: var(--common-white);
  text-align: center;
  line-height: 21px;
  color: var(--heading-color);
  font-size: 12px;
  margin-bottom: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-style-2 .singleitems__iconbox {
  position: absolute;
  right: 0;
  top: 0;
}
.team-style-2 .singleitems__iconbox a {
  width: 111px;
  height: 111px;
  display: inline-block;
  border-radius: 30px;
  border: 1px solid rgba(199, 201, 202, 0.15);
  background: #292829;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1399px) {
  .team-style-2 .singleitems__iconbox a {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 1199px) {
  .team-style-2 .singleitems__iconbox a {
    width: 111px;
    height: 111px;
  }
}
@media (max-width: 991px) {
  .team-style-2 .singleitems__iconbox a {
    width: 85px;
    height: 85px;
  }
}
@media (max-width: 767px) {
  .team-style-2 .singleitems__iconbox a {
    width: 111px;
    height: 111px;
  }
}
@media (max-width: 575px) {
  .team-style-2 .singleitems__iconbox a {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 320px) {
  .team-style-2 .singleitems__iconbox a {
    width: 75px;
    height: 75px;
  }
}
@media (max-width: 1399px) {
  .team-style-2 .singleitems__iconbox a svg {
    width: 50px;
  }
}
@media (max-width: 1199px) {
  .team-style-2 .singleitems__iconbox a svg {
    width: inherit;
  }
}
@media (max-width: 991px) {
  .team-style-2 .singleitems__iconbox a svg {
    width: 50px;
  }
}
@media (max-width: 320px) {
  .team-style-2 .singleitems__iconbox a svg {
    width: 50px;
  }
}
.team-style-2 .singleitems__iconbox a svg path {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-style-2 .singleitems__content {
  position: absolute;
  bottom: 27px;
  left: 35px;
}
@media (max-width: 991px) {
  .team-style-2 .singleitems__content {
    bottom: 13px;
  }
}
@media (max-width: 767px) {
  .team-style-2 .singleitems__content {
    bottom: 27px;
  }
}
@media (max-width: 375px) {
  .team-style-2 .singleitems__content {
    bottom: 10px;
  }
}
.team-style-2 .singleitems__content .title {
  color: var(--heading-color);
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1399px) {
  .team-style-2 .singleitems__content .title {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .team-style-2 .singleitems__content .title {
    margin-bottom: 5px;
  }
}
@media (max-width: 320px) {
  .team-style-2 .singleitems__content .title {
    margin-bottom: 0;
  }
}
.team-style-2 .singleitems__content span {
  color: var(--body-color);
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-style-2 .singleitems:hover .singleitems__content span {
  color: var(--common-white);
}
.team-style-2 .singleitems:hover .singleitems__iconbox a {
  background-color: var(--theme-color);
  animation: icon-bounce 0.8s 1;
  border: 1px solid #C7C9CA;
}
.team-style-2 .singleitems:hover .singleitems__iconbox a svg path {
  stroke: #1C1A1D;
}
.team-style-2 .singleitems.active .singleitems__content span {
  color: var(--common-white);
}
.team-style-2 .singleitems.active .singleitems__iconbox a {
  background-color: var(--theme-color);
  animation: icon-bounce 0.8s 1;
  border: 1px solid #C7C9CA;
}
.team-style-2 .singleitems.active .singleitems__iconbox a svg path {
  stroke: #1C1A1D;
}

.team-details {
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 130px;
  padding-bottom: 140px;
}
@media (max-width: 1399px) {
  .team-details {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1199px) {
  .team-details {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .team-details {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 70px;
    padding-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .team-details {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.team-details .more {
  color: var(--theme-color);
  font-size: 16px;
  font-weight: 400;
}
.team-details .name-title {
  color: var(--heading-color);
  font-size: 80px;
  font-weight: 500;
  margin-bottom: 34px;
}
@media (max-width: 1600px) {
  .team-details .name-title {
    font-size: 65px;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .team-details .name-title {
    font-size: 55px;
  }
}
.team-details p {
  color: var(--body-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  margin-bottom: 50px;
  padding-right: 75px;
}
@media (max-width: 991px) {
  .team-details p {
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .team-details p {
    margin-bottom: 40px;
  }
}
.team-details .site-info-wrap {
  margin-right: 55px;
}
.team-details .site-info {
  margin-bottom: 63px;
  padding-bottom: 24px;
  margin-right: 10px;
  position: relative;
}
@media (max-width: 991px) {
  .team-details .site-info {
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
}
.team-details .site-info::before {
  position: absolute;
  content: "";
  width: 365px;
  height: 1px;
  background-color: var(--heading-color);
  bottom: 0;
}
@media (max-width: 1600px) {
  .team-details .site-info::before {
    width: 255px;
  }
}
.team-details .site-info .title {
  color: var(--heading-color);
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .team-details .site-info .title {
    font-size: 35px;
  }
}
.team-details .site-info a {
  display: block;
  color: var(--body-color);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}
.team-details .site-info a:hover {
  color: var(--theme-color);
}
.team-details .site-info .social-link {
  gap: 30px;
}
@media (max-width: 1199px) {
  .team-details .site-info.br-b-none {
    margin-bottom: 15px;
  }
}
.team-details .site-info.br-b-none::before {
  display: none;
}
.team-details .site-info.space-left {
  margin-left: 20px;
}
@media (max-width: 991px) {
  .team-details .site-info.space-left {
    margin-left: 0;
  }
}
@media (max-width: 1600px) {
  .team-details .contact-btn {
    margin-bottom: 60px;
  }
}
.team-details .contact-btn a {
  padding: 5px 10px;
  line-height: 1;
  background-color: var(--heading-color);
  border-radius: 46px;
  color: var(--common-white);
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  display: inline-flex;
  gap: 8px;
}
@media (max-width: 991px) {
  .team-details .contact-btn a {
    padding: 5px 15px;
  }
}
.team-details .contact-btn a:hover {
  background-color: var(--theme-color);
}
.team-details .thumb {
  margin-left: 42px;
}
@media (max-width: 1600px) {
  .team-details .thumb {
    margin-left: 0;
  }
}
.team-details .thumb img {
  max-width: inherit;
}
@media (max-width: 1600px) {
  .team-details .thumb img {
    max-width: 100%;
  }
}

/*------------------------------------
		5.10 social
----------------------------------*/
.social-style-1 .social-thumb-wrap {
  margin: 0 -255px;
}
@media (max-width: 1600px) {
  .social-style-1 .social-thumb-wrap {
    margin: 0 -15px;
  }
}
@media (max-width: 1399px) {
  .social-style-1 .social-thumb-wrap {
    margin: 0 -67px;
  }
}
@media (max-width: 1199px) {
  .social-style-1 .social-thumb-wrap {
    margin: 0 0;
    margin-left: -35px;
  }
}
@media (max-width: 991px) {
  .social-style-1 .social-thumb-wrap {
    margin-left: -22px;
  }
}
.social-style-1 .social-thumb-wrap .logo {
  text-align: center;
  margin-left: 93px;
}
.social-style-1 .social-thumb-wrap .thumb1 {
  margin-right: -80px;
}
@media (max-width: 1399px) {
  .social-style-1 .social-thumb-wrap .thumb1 {
    margin-right: 0;
  }
}
.social-style-1 .social-thumb-wrap .thumb2 {
  margin-left: -80px;
}
@media (max-width: 1399px) {
  .social-style-1 .social-thumb-wrap .thumb2 {
    margin-left: 0;
  }
}
.social-style-1 .social-thumb-wrap .section-title {
  font-size: 40px;
}

/*------------------------------------
		5.12 comming soon
----------------------------------*/
.comming-soon-wrapper {
  padding-left: 100px;
  position: relative;
}
@media (max-width: 1399px) {
  .comming-soon-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  .comming-soon-wrapper {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .comming-soon-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .comming-soon-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.comming-soon-wrapper .title {
  color: var(--heading-color);
  font-size: 80px;
  font-weight: 500;
  margin-bottom: 36px;
}
@media (max-width: 1600px) {
  .comming-soon-wrapper .title {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  .comming-soon-wrapper .title {
    font-size: 55px;
  }
}
.comming-soon-wrapper p {
  color: var(--body-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
}
.comming-soon-wrapper .content {
  padding-top: 140px;
}
@media (max-width: 1199px) {
  .comming-soon-wrapper .content {
    padding-top: 90px;
  }
}
@media (max-width: 991px) {
  .comming-soon-wrapper .content {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .comming-soon-wrapper .thumb {
    margin-top: 50px;
  }
}
.comming-soon-wrapper .count-time {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-top: 54px;
}
@media (max-width: 1399px) {
  .comming-soon-wrapper .count-time {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .comming-soon-wrapper .count-time {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .comming-soon-wrapper .count-time {
    gap: 10px;
  }
}
.comming-soon-wrapper .count-time .counter-item {
  text-align: center;
  margin-right: 80px;
}
@media (max-width: 1600px) {
  .comming-soon-wrapper .count-time .counter-item {
    margin-right: 40px;
  }
}
@media (max-width: 1399px) {
  .comming-soon-wrapper .count-time .counter-item {
    margin-right: 30px;
  }
}
.comming-soon-wrapper .count-time .counter-item span {
  color: var(--heading-color);
  font-family: var(--heading-font);
  font-size: 80px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}
@media (max-width: 1199px) {
  .comming-soon-wrapper .count-time .counter-item span {
    font-size: 70px;
  }
}
.comming-soon-wrapper .count-time .counter-item label {
  color: var(--body-color);
  font-size: 16px;
  font-weight: 400;
  display: block;
}
.comming-soon-wrapper .contact-btn {
  margin-top: 50px;
}
.comming-soon-wrapper .contact-btn a {
  padding: 5px 21px;
  line-height: 1;
  background-color: var(--heading-color);
  border-radius: 46px;
  color: var(--common-white);
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  display: inline-flex;
  gap: 8px;
}
@media (max-width: 991px) {
  .comming-soon-wrapper .contact-btn a {
    padding: 5px 15px;
  }
}
.comming-soon-wrapper .contact-btn a:hover {
  background-color: var(--theme-color);
}

/*------------------------------------
	5.14 Pagination
----------------------------------*/
.basic-pagination,
.page-links,
.wp-block-query-pagination-numbers {
  display: inline-flex;
  width: 100%;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.basic-pagination ul,
.page-links ul,
.wp-block-query-pagination-numbers ul {
  display: inline-flex;
  width: 100%;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  justify-content: center;
}
.basic-pagination ul li,
.page-links ul li,
.wp-block-query-pagination-numbers ul li {
  padding-top: 0;
}
.basic-pagination ul .prev span,
.basic-pagination ul .next span,
.page-links ul .prev span,
.page-links ul .next span,
.wp-block-query-pagination-numbers ul .prev span,
.wp-block-query-pagination-numbers ul .next span {
  display: none;
}
.basic-pagination .post-page-numbers,
.page-links .post-page-numbers,
.wp-block-query-pagination-numbers .post-page-numbers {
  background-color: rgba(71, 112, 247, 0.1) !important;
}
.basic-pagination .page-numbers,
.basic-pagination .post-page-numbers,
.page-links .page-numbers,
.page-links .post-page-numbers,
.wp-block-query-pagination-numbers .page-numbers,
.wp-block-query-pagination-numbers .post-page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background-color: rgba(217, 161, 76, 0.1);
  border-radius: 50%;
  height: 67px;
  width: 67px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: var(--heading-font);
}
@media (max-width: 575px) {
  .basic-pagination .page-numbers,
  .basic-pagination .post-page-numbers,
  .page-links .page-numbers,
  .page-links .post-page-numbers,
  .wp-block-query-pagination-numbers .page-numbers,
  .wp-block-query-pagination-numbers .post-page-numbers {
    height: 50px;
    width: 50px;
  }
}
.basic-pagination .page-numbers:hover,
.basic-pagination .post-page-numbers:hover,
.page-links .page-numbers:hover,
.page-links .post-page-numbers:hover,
.wp-block-query-pagination-numbers .page-numbers:hover,
.wp-block-query-pagination-numbers .post-page-numbers:hover {
  background: var(--theme-color) !important;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.basic-pagination .page-numbers.current,
.basic-pagination .post-page-numbers.current,
.page-links .page-numbers.current,
.page-links .post-page-numbers.current,
.wp-block-query-pagination-numbers .page-numbers.current,
.wp-block-query-pagination-numbers .post-page-numbers.current {
  background: var(--theme-color) !important;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*------------------------------------
	5.15 Sidebar
----------------------------------*/
.page-sidebar {
  margin-bottom: 50px;
  padding-left: 18px;
}

/* Widget */
.widget {
  background-color: #F4F4F4;
  padding: 40px;
  margin-bottom: 40px;
  /* Widget Instagram Feed */
  /* Widget Title */
  /* Social Widget Block */
  /* Recent Comment List Block Widget & Latest Post Widget Block */
  /* Social Widget */
  /* Select Option  */
  /* Login Widget */
  /* Tagcloud Widget */
  /* Default Widget */
}
@media (max-width: 1199px) {
  .widget {
    padding: 30px;
  }
}
.widget:last-child {
  margin-bottom: 0;
}
.widget ol,
.widget ul {
  margin-bottom: 0;
}
.widget .widget-instagram-feed {
  width: 315px;
}
@media (max-width: 1399px) {
  .widget .widget-instagram-feed {
    width: 0;
  }
}
.widget .widget-instagram-feed .single-instagram-feed {
  overflow: hidden;
  width: 96px;
  height: 96px;
  border-radius: 6px;
}
.widget .widget-instagram-feed .single-instagram-feed img {
  border-radius: 6px;
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease-out;
  background: linear-gradient(0deg, rgba(57, 60, 65, 0.5) 0%, rgba(57, 60, 65, 0.5) 100%);
  mix-blend-mode: luminosity;
  filter: grayscale(100%);
}
.widget .widget-instagram-feed .single-instagram-feed:hover img {
  transform: scale(1.1);
}
.widget .wp-block-heading,
.widget .widget-title,
.widget .wp-block-search__label {
  font-size: 24px;
  display: flex;
  align-items: center;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 26px;
  color: #000;
  position: relative;
}
.widget .wp-block-social-links .wp-social-link {
  padding: 0;
  margin: 0;
  line-height: 0;
}
.widget .wp-block-social-links .wp-social-link a {
  width: 44px;
  height: 44px;
  padding: 0;
  display: flex;
  justify-content: center;
}
.widget .has-avatars.has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta,
.widget .has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  font-weight: 500;
  color: #000;
}
.widget .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,
.widget .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,
.widget .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,
.widget .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;
}
.widget .wp-block-latest-comments li.wp-block-latest-comments__comment,
.widget .wp-block-latest-posts li.wp-block-latest-comments__comment {
  margin-bottom: 0;
}
.widget .wp-block-latest-comments li .wp-block-latest-comments__comment-meta,
.widget .wp-block-latest-comments li .wp-block-latest-posts__post-title,
.widget .wp-block-latest-posts li .wp-block-latest-comments__comment-meta,
.widget .wp-block-latest-posts li .wp-block-latest-posts__post-title {
  line-height: 28px;
  font-weight: 400;
}
.widget .wp-block-latest-comments li .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date,
.widget .wp-block-latest-comments li .wp-block-latest-posts__post-title .wp-block-latest-comments__comment-date,
.widget .wp-block-latest-posts li .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date,
.widget .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: var(--body-color);
}
.widget .wp-block-latest-comments li .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date:before,
.widget .wp-block-latest-comments li .wp-block-latest-posts__post-title .wp-block-latest-comments__comment-date:before,
.widget .wp-block-latest-posts li .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date:before,
.widget .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;
}
.widget .wp-block-latest-comments li a,
.widget .wp-block-latest-posts li a {
  color: #000;
}
.widget .wp-block-latest-comments li a.wp-block-latest-comments__comment-author, .widget .wp-block-latest-comments li a.wp-block-latest-comments__comment-link,
.widget .wp-block-latest-posts li a.wp-block-latest-comments__comment-author,
.widget .wp-block-latest-posts li a.wp-block-latest-comments__comment-link {
  display: inline !important;
  text-transform: capitalize;
  line-height: 28px;
  font-weight: 400;
}
.widget .wp-block-latest-comments li a:hover,
.widget .wp-block-latest-posts li a:hover {
  color: var(--theme-color);
}
.widget .wp-block-latest-comments li .wp-block-latest-comments__comment-excerpt p,
.widget .wp-block-latest-posts li .wp-block-latest-comments__comment-excerpt p {
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}
.widget .social-profile {
  justify-content: flex-start;
  display: flex;
  align-items: center;
  gap: 10px;
}
.widget .social-profile a {
  width: 60px;
  height: 60px;
  color: var(--theme-color);
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  flex-shrink: 0;
  flex-wrap: wrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .widget .social-profile a {
    width: 50px;
    height: 50px;
  }
}
.widget .social-profile a.facebook {
  background-color: var(--body-color);
}
.widget .social-profile a.twitter {
  background-color: var(--body-color);
}
.widget .social-profile a.linkedin {
  background-color: var(--body-color);
}
.widget .social-profile a.instagram {
  background-color: var(--body-color);
}
.widget .social-profile a:hover {
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: var(--theme-color);
}
.widget select {
  max-width: 100%;
  height: 66px;
  width: 100%;
  border: 1px solid red;
  padding: 0 10px;
  border-radius: 5px;
  color: var(--body-color);
  margin-bottom: 0;
  background-color: transparent;
}
.widget .has-login-form .login-username label,
.widget .has-login-form .login-password label {
  margin-bottom: 10px;
}
.widget .has-login-form .login-username input,
.widget .has-login-form .login-password input {
  max-width: 100%;
  height: 50px;
  width: 100%;
  border: 1px solid red;
  padding: 0 10px;
  border-radius: 5px;
  color: var(--body-color);
}
.widget .has-login-form .login-remember label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.widget .has-login-form .login-submit {
  margin-bottom: 0;
}
.widget .has-login-form .login-submit input.button-primary {
  display: inline-flex;
  background: var(--theme-color);
  color: #fff;
  padding: 12px 32px;
  text-align: center;
  font-weight: 700;
  font-family: var(--heading-font);
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  font-size: 16px;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
}
.widget .tagcloud,
.widget .wp-block-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.widget .tagcloud a,
.widget .wp-block-tag-cloud a {
  color: gray;
  display: inline-block;
  font-size: 16px;
  font-family: var(--body-font);
  font-weight: 400;
  line-height: 1;
  padding: 12px 14px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}
.widget .tagcloud a:hover,
.widget .wp-block-tag-cloud a:hover {
  color: #fff;
  background: var(--theme-color);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.widget ul,
.widget ol {
  margin-bottom: 0;
  padding-left: 0;
  /* Tag Cloud Widget */
}
.widget ul li,
.widget ol li {
  display: block;
  padding: 7px 0;
  /* Recent Comment Widget */
}
.widget ul li:first-child,
.widget ol li:first-child {
  padding-top: 0;
}
.widget ul li:last-child,
.widget ol li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.widget ul li.recentcomments .comment-author-link a:before,
.widget ol li.recentcomments .comment-author-link a:before {
  display: block;
}
.widget ul li.recentcomments a,
.widget ol li.recentcomments a {
  padding-left: 0;
  display: inline;
}
.widget ul li.recentcomments a:before,
.widget ol li.recentcomments a:before {
  display: none;
}
.widget ul li a,
.widget ol li a {
  color: gray;
  position: relative;
  display: inline-block;
  text-transform: capitalize;
  font-size: 16px;
  font-family: var(--body-font);
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* RSS Widget */
}
.widget ul li a:hover,
.widget ol li a:hover {
  color: var(--theme-color);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.widget ul li a.rsswidget,
.widget ol li a.rsswidget {
  padding-left: 0;
  font-weight: 500;
  display: block;
}
.widget ul li a.rsswidget:before,
.widget ol li a.rsswidget:before {
  display: none;
}
.widget ul li ul,
.widget ol li ul {
  padding-left: 25px;
  padding-top: 10px;
}
.widget ul.wp-tag-cloud li,
.widget ol.wp-tag-cloud li {
  display: inline-block;
  padding: 0;
  border: 0;
}
.widget ul.wp-tag-cloud li a:before,
.widget ol.wp-tag-cloud li a:before {
  display: none;
}
.widget.widget_categories ul li, .widget.widget_archive ul li {
  text-align: right;
  display: inline-block;
  width: 100%;
}
.widget.widget_categories ul li.cat-item, .widget.widget_archive ul li.cat-item {
  text-align: right;
  display: inline-block;
  width: 100%;
}
.widget.widget_categories ul li a, .widget.widget_archive ul li a {
  float: left;
}

.search-form {
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
  gap: 10px;
}
.search-form .wp-block-search__inside-wrapper {
  display: flex;
  padding: 0 !important;
}
.search-form label {
  font-size: 24px;
  display: block;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 30px;
  color: var(--theme-color);
  font-family: var(--heading-font);
}
.search-form input {
  background-color: #fff;
  padding: 0 25px;
  height: 60px;
  width: 100%;
  color: #000;
  font-size: 18px;
  border-bottom: none !important;
}
.search-form button {
  color: #fff;
  padding: 0 20px;
  position: relative;
  right: 0;
  background-color: var(--theme-color);
  top: 0;
  line-height: 1;
  border: 0;
  margin-left: 0 !important;
  height: 60px;
}

.widget_latest_post ul li {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
  border: 0;
  align-items: center;
}
@media (max-width: 1399px) {
  .widget_latest_post ul li {
    flex-wrap: wrap;
  }
}
.widget_latest_post ul li:hover .latest-post-thumb img {
  transform: scale(1.2);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.widget_latest_post ul li:last-child {
  margin-bottom: 0;
}
.widget_latest_post ul li a {
  padding-left: 0;
}
.widget_latest_post ul li a:before {
  display: none;
}
.widget_latest_post ul li .latest-post-thumb {
  flex-shrink: 0;
  overflow: hidden;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: relative;
}
.widget_latest_post ul li .latest-post-thumb a {
  width: 100%;
  height: 100%;
}
.widget_latest_post ul li .latest-post-thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  transform: scale(1.01);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: linear-gradient(0deg, rgba(57, 60, 65, 0.5) 0%, rgba(57, 60, 65, 0.5) 100%);
  mix-blend-mode: luminosity;
  filter: grayscale(100%);
}
.widget_latest_post ul li .latest-post-desc {
  flex-direction: column-reverse;
  display: flex;
}
.widget_latest_post ul li .latest-post-desc .latest-post-title {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 27px;
  color: #000;
  font-family: var(--heading-font);
  font-weight: 700;
}
.widget_latest_post ul li .latest-post-desc .latest-post-title a {
  font-size: 18px;
  line-height: 27px;
  color: #000;
  font-weight: 700;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: var(--heading-font);
}
.widget_latest_post ul li .latest-post-desc .latest-post-title a:hover {
  color: var(--theme-color);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.widget_latest_post ul li .latest-post-desc .latest-post-meta {
  font-size: 16px;
  display: flex;
  align-items: center;
  font-weight: 400;
  gap: 8px;
  color: gray;
  font-family: var(--body-font);
}
.widget_latest_post ul li .latest-post-desc .latest-post-meta i {
  color: var(--theme-color);
}

.widget-instagram-feed {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 12px;
  width: 240px;
}
@media (max-width: 1399px) {
  .widget-instagram-feed {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991px) {
  .widget-instagram-feed {
    grid-template-columns: repeat(3, 1fr);
  }
}

/*------------------------------------
		6.1 Hero
----------------------------------*/
.hero-slider-wrapper .swiper-container {
  height: 1029px;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .hero-slider-wrapper .swiper-container {
    height: 939px;
  }
}
@media (max-width: 1199px) {
  .hero-slider-wrapper .swiper-container {
    height: 880px;
  }
}
@media (max-width: 991px) {
  .hero-slider-wrapper .swiper-container {
    height: 670px;
  }
}
@media (max-width: 575px) {
  .hero-slider-wrapper .swiper-container {
    height: 600px;
  }
}
.hero-slider-wrapper .thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background: linear-gradient(0deg, rgba(57, 60, 65, 0.5) 0%, rgba(57, 60, 65, 0.5) 100%);
  mix-blend-mode: luminosity;
  transform: scale(1);
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  filter: grayscale(100%);
}
@media (max-width: 4000px) {
  .hero-slider-wrapper .thumb {
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-filter: blur(8px);
  }
}
@media (max-width: 575px) {
  .hero-slider-wrapper .thumb {
    background-position-x: -170px;
  }
}
.hero-slider-wrapper .shape__1 {
  right: 0;
  top: 0;
}
@media (max-width: 1600px) {
  .hero-slider-wrapper .shape__1 {
    width: 40%;
  }
}
@media (max-width: 1399px) {
  .hero-slider-wrapper .shape__1 {
    width: 30%;
  }
}
@media (max-width: 1199px) {
  .hero-slider-wrapper .shape__1 {
    display: none;
  }
}
.hero-slider-wrapper .shape__2 {
  left: 0;
  bottom: 0;
}
@media (max-width: 1600px) {
  .hero-slider-wrapper .shape__2 {
    width: 25%;
  }
}
@media (max-width: 1399px) {
  .hero-slider-wrapper .shape__2 {
    width: 20%;
  }
}
@media (max-width: 1199px) {
  .hero-slider-wrapper .shape__2 {
    display: none;
  }
}
.hero-slider-wrapper .hero-content {
  position: relative;
  z-index: 11;
  padding-top: 325px;
  padding-bottom: 180px;
}
@media (max-width: 1600px) {
  .hero-slider-wrapper .hero-content {
    padding-top: 332px;
  }
}
@media (max-width: 1199px) {
  .hero-slider-wrapper .hero-content {
    padding-top: 290px;
    margin-left: 10%;
  }
}
@media (max-width: 991px) {
  .hero-slider-wrapper .hero-content {
    padding-top: 220px;
  }
}
@media (max-width: 575px) {
  .hero-slider-wrapper .hero-content {
    margin-left: 0;
  }
}
.hero-slider-wrapper .hero-content .title {
  color: var(--common-white);
  font-size: 200px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 140px;
  position: relative;
  z-index: 11;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
}
@media (max-width: 1600px) {
  .hero-slider-wrapper .hero-content .title {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .hero-slider-wrapper .hero-content .title {
    font-size: 120px;
    line-height: 100px;
  }
}
@media (max-width: 991px) {
  .hero-slider-wrapper .hero-content .title {
    font-size: 100px;
  }
}
@media (max-width: 575px) {
  .hero-slider-wrapper .hero-content .title {
    font-size: 70px;
    line-height: 70px;
  }
}
.hero-slider-wrapper .hero-content .title span {
  color: var(--common-white);
  font-size: 120px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
}
@media (max-width: 1600px) {
  .hero-slider-wrapper .hero-content .title span {
    font-size: 100px;
  }
}
@media (max-width: 1199px) {
  .hero-slider-wrapper .hero-content .title span {
    font-size: 70px;
    letter-spacing: 16px;
    line-height: 1;
  }
}
@media (max-width: 991px) {
  .hero-slider-wrapper .hero-content .title span {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .hero-slider-wrapper .hero-content .title span {
    font-size: 40px;
    letter-spacing: 8px;
  }
}
.hero-slider-wrapper .hero-content .btn-box {
  margin-top: 42px;
  position: relative;
  z-index: 11;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
}
@media (max-width: 991px) {
  .hero-slider-wrapper .hero-content .btn-box {
    margin-top: 20px;
  }
}
.hero-slider-wrapper .hero-content .btn-box .secandary-btn {
  color: var(--common-white);
}
.hero-slider-wrapper .hero-content .btn-box .secandary-btn:hover {
  color: var(--theme-color);
}
.hero-slider-wrapper .swiper-slide-active .thumb {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
@media (max-width: 991px) {
  .hero-slider-wrapper .swiper-slide-active .thumb {
    animation: none;
  }
}
.hero-slider-wrapper .swiper-slide-active .title {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
}
.hero-slider-wrapper .swiper-slide-active .btn-box {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
}

.hero-thumbs-slider-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  .hero-thumbs-slider-wrapper {
    display: none;
  }
}
.hero-thumbs-slider-wrapper .swiper-slide {
  width: 315px !important;
  height: 100px;
}
@media (max-width: 991px) {
  .hero-thumbs-slider-wrapper .swiper-slide {
    width: 239px !important;
    height: 80px;
  }
}
.hero-thumbs-slider-wrapper .swiper-slide .slider-thumnails {
  padding: 12px 30px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .hero-thumbs-slider-wrapper .swiper-slide .slider-thumnails {
    padding: 0 30px;
  }
}
.hero-thumbs-slider-wrapper .swiper-slide .slider-thumnails span {
  color: var(--common-white);
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}
@media (max-width: 991px) {
  .hero-thumbs-slider-wrapper .swiper-slide .slider-thumnails span {
    font-size: 12px;
  }
}
.hero-thumbs-slider-wrapper .swiper-slide .slider-thumnails i {
  width: 133px;
  height: 1px;
  background-color: var(--common-white);
  display: block;
  margin: 10px 0;
}
.hero-thumbs-slider-wrapper .swiper-slide .slider-thumnails h5 {
  color: var(--common-white);
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .hero-thumbs-slider-wrapper .swiper-slide .slider-thumnails h5 {
    font-size: 15px;
  }
}
.hero-thumbs-slider-wrapper .swiper-slide-thumb-active {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(5px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hero-style-1 {
  padding-top: 300px;
  padding-bottom: 60px;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}
@media (max-width: 1600px) {
  .hero-style-1 {
    padding-top: 250px;
  }
}
@media (max-width: 1399px) {
  .hero-style-1 {
    padding-top: 200px;
  }
}
@media (max-width: 991px) {
  .hero-style-1 {
    padding-top: 150px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .hero-style-1 {
    padding-top: 130px;
  }
}
.hero-style-1 .shape-img {
  position: absolute;
  top: 232px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 1600px) {
  .hero-style-1 .shape-img {
    width: 42%;
  }
}
@media (max-width: 1199px) {
  .hero-style-1 .shape-img {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .hero-style-1 .shape-img {
    width: 64%;
  }
}
@media (max-width: 375px) {
  .hero-style-1 .shape-img {
    top: 204px;
    left: 65%;
  }
}
.hero-style-1 .hero-content-left .title {
  color: var(--common-white);
  font-size: 200px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .hero-style-1 .hero-content-left .title {
    font-size: 150px;
    margin-left: -13px;
  }
}
@media (max-width: 1399px) {
  .hero-style-1 .hero-content-left .title {
    font-size: 130px;
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .hero-style-1 .hero-content-left .title {
    font-size: 120px;
  }
}
@media (max-width: 575px) {
  .hero-style-1 .hero-content-left .title {
    font-size: 70px;
  }
}
.hero-style-1 .hero-content-left .title2 span {
  color: var(--common-white);
  font-size: 150px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 34.5px;
  text-transform: uppercase;
  display: inline-block;
  position: absolute;
  right: 74px;
  bottom: -178px;
}
@media (max-width: 1600px) {
  .hero-style-1 .hero-content-left .title2 span {
    letter-spacing: 28.5px;
    font-size: 125px;
  }
}
@media (max-width: 1399px) {
  .hero-style-1 .hero-content-left .title2 span {
    letter-spacing: 20.5px;
    font-size: 120px;
    bottom: -112px;
  }
}
@media (max-width: 991px) {
  .hero-style-1 .hero-content-left .title2 span {
    letter-spacing: 16.5px;
    font-size: 90px;
    bottom: -79px;
    left: 15px;
  }
}
@media (max-width: 767px) {
  .hero-style-1 .hero-content-left .title2 span {
    letter-spacing: 9.5px;
    font-size: 76px;
    bottom: -63px;
    left: 16px;
  }
}
@media (max-width: 575px) {
  .hero-style-1 .hero-content-left .title2 span {
    letter-spacing: 6.5px;
    font-size: 60px;
    bottom: -25px;
    left: 16px;
  }
}
@media (max-width: 500px) {
  .hero-style-1 .hero-content-left .title2 span {
    font-size: 48px;
  }
}
@media (max-width: 375px) {
  .hero-style-1 .hero-content-left .title2 span {
    font-size: 38px;
    bottom: -21px;
  }
}
@media (max-width: 320px) {
  .hero-style-1 .hero-content-left .title2 span {
    font-size: 36px;
  }
}
.hero-style-1 .hero-content-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 78px;
}
@media (max-width: 991px) {
  .hero-style-1 .hero-content-right {
    justify-content: start;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .hero-style-1 .hero-content-right {
    justify-content: start;
    gap: 30px;
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .hero-style-1 .hero-content-right {
    flex-wrap: wrap;
    margin-top: 40px;
    align-items: center;
  }
}
@media (max-width: 500px) {
  .hero-style-1 .hero-content-right {
    gap: 23px;
  }
}
.hero-style-1 .contact-btn {
  margin-left: 74px;
}
@media (max-width: 1600px) {
  .hero-style-1 .contact-btn {
    margin-left: 10px;
  }
}
@media (max-width: 1399px) {
  .hero-style-1 .contact-btn {
    margin-left: -104px;
    margin-top: 93px;
  }
}
@media (max-width: 1199px) {
  .hero-style-1 .contact-btn {
    margin-left: 270px;
    margin-top: -2px;
  }
}
@media (max-width: 991px) {
  .hero-style-1 .contact-btn {
    margin-left: 0;
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .hero-style-1 .contact-btn {
    margin-left: 0;
  }
}
.hero-style-1 .contact-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 172px;
  height: 172px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(15px);
  color: var(--common-white);
  font-family: var(--heading-font);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .hero-style-1 .contact-btn a {
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 1199px) {
  .hero-style-1 .contact-btn a {
    width: 130px;
    height: 130px;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .hero-style-1 .contact-btn a {
    width: 100px;
    height: 100px;
  }
}
.hero-style-1 .contact-btn a:hover {
  color: var(--theme-color);
}
@media (max-width: 575px) {
  .hero-style-1 .info-content {
    padding-top: 21px;
  }
}
.hero-style-1 .info-content h2 {
  color: var(--common-white);
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
}
.hero-style-1 .info-content h2 span {
  color: var(--common-white);
  font-size: 25px;
  font-weight: 400;
  line-height: 29px;
}
.hero-style-1 .info-content p {
  color: var(--common-white);
  font-size: 16px;
  font-weight: 400;
  margin-top: 13px;
}
.hero-style-1 .info-content p span {
  display: block;
  color: var(--theme-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
}

/*# sourceMappingURL=main.css.map */

.hero-content .title {
  font-size: 2rem; /* smaller, modern size */
  font-weight: 700;
  color: #002B5B; /* dark blue for your brand */
  line-height: 1.3;
}

.hero-content .title span {
  color: #FF6B00; /* orange highlight */
}

.hero-content .subheadline {
  font-size: 1rem;
  color: #444; /* soft gray for readability */
  line-height: 1.6;
  margin-top: 10px;
  margin-bottom: 20px;
}

.secandary-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #007BBD; /* light blue */
  color: white;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 0.95rem;
  transition: 0.3s ease;
}

.secandary-btn:hover {
  background-color: #005F8C; /* darker blue on hover */
}

/* General section spacing */
.services-hero {
  padding: 80px -1;
  background: #fff;
}

/* Badge styling */
.services-hero .badge {
  background: #0d1726;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 20px;
  display: inline-block;
}

/* Headline */
.services-hero h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  color: #0d1726;
}

.services-hero h2 .text-highlight {
  border-bottom: 3px solid #2cd3b8;
  padding-bottom: 2px;
}

/* Lead paragraph */
.services-hero p.lead {
  font-size: 18px;
  color: #6c757d;
  margin-top: 20px;
}

/* Buttons */
.services-hero .btn-primary {
  background: #0d1726;
  border: none;
  padding: 12px 22px;
  font-size: 16px;
  border-radius: 10px;
}

.services-hero .btn-outline-primary {
  border: 1px solid #d3dce6;
  background: #f8f9fa;
  color: #0d1726;
  padding: 12px 22px;
  font-size: 16px;
  border-radius: 10px;
}

.services-hero .btn-outline-primary:hover {
  background: #0d1726;
  color: #fff;
}

/* Inline features */
.services-hero .list-inline {
  margin-top: 25px;
}

.services-hero .list-inline li {
  display: inline-flex;
  align-items: center;
  margin-right: 25px;
  font-size: 15px;
  color: #6c757d;
}

.services-hero .list-inline li svg {
  margin-right: 6px;
  width: 18px;
  height: 18px;
}

/* Service card grid */
.services-hero .service-card-grid {
  background: #1d2635;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.services-hero .service-tile {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-hero .service-tile:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* Section styling */
.py-5.bg-light {
  background: #fff !important;
}

/* Section heading */
.py-5 h3 {
  font-size: 28px;
  font-weight: 700;
  color: #0d1726;
}

.py-5 p.text-muted {
  font-size: 16px;
  margin-bottom: 30px;
}

/* Service cards */
.value-card {
  background: #fff;
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
}

.value-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

/* Heading */
.value-card h5 {
  font-size: 20px;
  font-weight: 700;
  color: #0d1726;
  margin-bottom: 6px;
}

/* Subheading (What you get) */
.value-card::before {
  content: "What you get";
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #6c757d;
  margin-bottom: 12px;
}

/* List */
.value-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.value-card ul li {
  position: relative;
  padding-left: 28px;
  font-size: 15px;
  color: #495057;
  margin-bottom: 10px;
}

/* Checkmark icon */
.value-card ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  color: #2cd3b8;
  font-weight: bold;
}

/* Section heading */
section .fw-bold {
  font-size: 1.8rem;
  color: #222;
  margin-bottom: 1rem;
}

/* Process step cards */
.process-step {
  background: #fff;
  border-radius: 12px;
  padding: 25px 20px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  height: 100%;
}

/* Hover effect */
.process-step:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.12);
}

/* Step number (01, 02, etc.) */
.process-step h6 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #007bff; /* You can replace with your brand color */
  margin-bottom: 10px;
}

/* Step description */
.process-step p {
  font-size: 0.95rem;
  color: #555;
  margin: 0;
}

/* FAQ Section */
section .faq-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e6eaf0;
  padding: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
  height: 100%;
}

section .faq-card h6 {
  font-weight: 600;
  font-size: 1.05rem;
  color: #1a2b4c;
  margin-bottom: 8px;
}

section .faq-card p {
  font-size: 0.95rem;
  color: #4a5568;
  margin: 0;
  line-height: 1.5;
}

/* Hover Effect */
section .faq-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  border-color: #cbd5e0;
}

/* FAQ Title */
section h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
}

/* General Section */
section h5, 
section h6 {
  color: #1a2b4c;
}

section p {
  color: #4a5568;
}

/* FAQ Card Base */
.faq-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e6eaf0;
  padding: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
  height: 100%;
}

/* Hover Effect */
.faq-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  border-color: #cbd5e0;
}

/* Metric Cards (Top Row) */
.faq-card h6 {
  font-size: 0.95rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #334155;
}

.faq-card p.fs-4 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
}

/* Icons */
.faq-card i {
  font-size: 1.25rem;
  vertical-align: middle;
  color: #2563eb; /* blue tone */
}

/* Down Arrow Red */
.faq-card i.bi-arrow-down {
  color: #dc2626;
}

/* Transformation Wins */
.faq-card h5 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.faq-card ul {
  margin: 0;
  padding: 0;
}

.faq-card ul li {
  font-size: 0.95rem;
  color: #374151;
  margin-bottom: 0.4rem;
  display: flex;
  align-items: center;
}

.faq-card ul li i {
  color: #2563eb; /* consistent blue tone for icons */
  font-size: 1rem;
}

.card {
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
}

.card-img-top {
  height: 220px;
  object-fit: cover;
}

  .contact-style-1 {
    padding: 50px 20px !important;
    background: #f9fafb;
  }

  .contact-row {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    align-items: stretch;
  }

  .contact-left,
  .contact-right {
    flex: 1 1 45%;
    min-width: 320px;
    display: flex;
    flex-direction: column;
  }

  .contact-box {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(17, 24, 39, 0.12), 0 6px 15px rgba(16, 185, 129, 0.2);
    animation: float3D 6s ease-in-out infinite;
    flex-grow: 1;
  }

  .contact-box h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #111827; /* dark heading */
  }

  .contact-box p {
    font-size: 14px;
    color: #374151; /* muted gray */
    margin-bottom: 20px;
    line-height: 1.5;
  }

  form {
    display: flex;
    flex-direction: column;
  }

  form label {
    font-size: 14px;
    font-weight: 500;
    color: #111827;
    margin-top: 10px;
  }

  form input, form textarea {
    width: 100%;
    padding: 12px;
    margin-top: 5px;
    border: 1px solid #d1d5db; /* light gray border */
    border-radius: 8px;
    font-size: 14px;
    transition: border-color 0.3s ease;
    background: #fff;
  }

  form input:focus, form textarea:focus {
    border-color: #10b981; /* emerald */
    outline: none;
  }

  form button {
    background: #10b981; /* emerald */
    color: white;
    padding: 14px 25px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 20px;
    box-shadow: 0 6px 15px rgba(16, 185, 129, 0.25);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
  }

  form button:hover {
    background: #059669; /* darker emerald */
    box-shadow: 0 8px 20px rgba(5, 150, 105, 0.4);
  }

  /* Image styling */
  .contact-right img {
    width: 100%;
    height: auto;
    max-height: 500px;
    border-radius: 15px;
    object-fit: cover;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    transition: transform 0.4s ease;
  }

  .contact-right img:hover {
    transform: scale(1.05);
  }

  @keyframes float3D {
    0%, 100% {
      transform: rotateX(0deg) rotateY(0deg);
    }
    50% {
      transform: rotateX(6deg) rotateY(6deg);
    }
  }

  /* Mobile adjustments */
  @media (max-width: 991px) {
    .contact-row {
      flex-direction: column;
    }
    .contact-right img {
      max-height: none;
    }
  }

  /* ===== General Styles ===== */
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  color: #1a2b4b;
  background-color: #ffffff;
}

section {
  padding: 60px 20px;
}

h2, h3, h4, h5, h6 {
  margin: 0 0 15px;
  font-weight: bold;
  color: #102a43;
}

p {
  margin: 0 0 20px;
  color: white;
}

/* ===== Container ===== */
.container {
  max-width: 1200px;
  margin: 0 auto;
}

/* ===== Service Detail Section ===== */
.service-detail {
  background-color: #f8fbff;
}

/* ===== Grid Layout ===== */
.grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

@media (min-width: 768px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ===== Card ===== */
.card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.card h3 {
  font-size: 22px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.card p {
  font-size: 15px;
  color: #475569;
}

/* ===== Icons Placeholder ===== */
.icon {
  font-size: 22px;
  color: #0077ff;
}

/* ===== Badges ===== */
.badge {
  display: inline-block;
  background: #0077ff;
  color: #fff;
  padding: 6px 14px;
  border-radius: 9999px;
  font-size: 13px;
  margin-right: 8px;
  margin-top: 10px;
}

/* ===== Buttons ===== */
.button {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 24px;
  border-radius: 9999px;
  border: none;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.2s ease;
}

.button-primary {
  background: #0077ff;
  color: #fff;
}

.button-primary:hover {
  background: #005fcc;
  transform: translateY(-2px);
}

.button-outline {
  background: transparent;
  color: #0077ff;
  border: 2px solid #0077ff;
}

.button-outline:hover {
  background: #0077ff;
  color: #fff;
  transform: translateY(-2px);
}

/* Badge */
.badge {
  display: inline-block;
  background: #f1f5f9;
  color: #111827;
  font-size: 14px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 999px;
  margin-bottom: 10px;
}

/* Highlight underline */
.highlight {
  border-bottom: 3px solid #10b981; /* green accent */
  padding-bottom: 2px;
}

/* Buttons */
.btn-primary {
  background: #111827;
  color: white;
  padding: 10px 18px;
  border-radius: 8px;
  border: none;
  margin-right: 10px;
  cursor: pointer;
}

.btn-secondary {
  background: #f1f5f9;
  color: #111827;
  padding: 10px 18px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
}

/* Cards */
.card {
  background: white;
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

/* Grid helpers */
.grid {
  display: grid;
  gap: 20px;
}
.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

/* Lists */
.card ul {
  list-style: none;
  padding: 0;
}
.card ul li {
  margin: 8px 0;
}
.card ul i {
  color: #10b981; /* green icons */
  margin-right: 8px;
}

/* Section Base */
.culture-section {
  padding: 60px 20px;
  font-family: 'Inter', sans-serif;
  background: #fff;
  color: #0f172a;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.culture-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

/* Left Content */
.tag {
  display: inline-block;
  background: #0f172a;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 15px;
}

.culture-content h1 {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 15px;
}

.culture-content .highlight {
  border-bottom: 4px solid #10b981; /* Green underline */
}

.culture-content p {
  font-size: 16px;
  color: #475569;
  margin-bottom: 25px;
  line-height: 1.6;
}

.btn-group {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}

.btn {
  display: inline-block;
  padding: 12px 22px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}

.btn-dark {
  background: #0f172a;
  color: #fff;
}

.btn-dark:hover {
  background: #1e293b;
}

.btn-light {
  background: #f1f5f9;
  color: #0f172a;
}

.btn-light:hover {
  background: #e2e8f0;
}

/* Features */
.features {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 14px;
  color: #334155;
}

.features i {
  color: #2563eb;
  margin-right: 6px;
}

/* Right Cards */
.culture-cards {
  background: linear-gradient(145deg, #0f172a, #1e293b);
  border-radius: 20px;
  padding: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.culture-cards .card {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 18px;
  text-align: left;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
}

/* Responsive */
@media (max-width: 900px) {
  .culture-grid {
    grid-template-columns: 1fr;
  }
  .culture-cards {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .culture-cards {
    grid-template-columns: 1fr;
  }
}

/* Section Base */
.culture-section {
  padding: 60px 20px;
  font-family: 'Inter', sans-serif;
  background: #f8fafc; /* light background */
  color: #0f172a;
}

/* White rounded container */
.culture-section .container {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  border-radius: 24px;
  padding: 60px 40px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border: 1px solid #e5e7eb; /* subtle border */
}

.culture-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

/* Section Base */
.services-section {
  padding: 70px 20px;
  font-family: 'Inter', sans-serif;
  background: #fff;
  color: #0f172a;
}

.services-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.services-section h2 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 10px;
}

.services-section .subtitle {
  color: #475569;
  font-size: 16px;
  margin-bottom: 40px;
  justify-self: start;
}

/* Grid */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
}

/* Card */
.service-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 25px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.service-card .icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #0f172a;
  margin-bottom: 18px;
}

.service-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}

.service-card .subhead {
  font-size: 14px;
  font-weight: 500;
  color: #64748b;
  margin-bottom: 15px;
}

/* List */
.service-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-card ul li {
  font-size: 15px;
  color: #334155;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

.service-card ul li i {
  color: #2563eb;
  margin-right: 8px;
}

/* Section Base */
.journey-section {
  padding: 70px 20px;
  font-family: 'Inter', sans-serif;
  background: #f8fafc;
  color: #0f172a;
}

.journey-section .container {
  max-width: 1200px;
  margin: 0 auto;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 50px 40px;
}

.journey-section h2 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 10px;
}

.journey-section .subtitle {
  color: #475569;
  font-size: 16px;
  margin-bottom: 40px;
  justify-self: start;
}

/* Grid */
.journey-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
}

/* Card */
.journey-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.journey-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.06);
}

.journey-card .step-number {
  display: inline-block;
  background: #0f172a;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.journey-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}

.journey-card p {
  font-size: 15px;
  color: #64748b;
  margin: 0;
}

/* FAQ Section */
.faq-section {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 60px 40px;
}

.faq-section h3 {
  font-size: 28px;
  font-weight: 800;
  color: #0f172a;
}

/* FAQ Cards */
.faq-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 24px 28px;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.faq-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.05);
}

.faq-card h6 {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 8px;
}

.faq-card p {
  font-size: 15px;
  color: #475569;
  margin: 0;
}

.culture-section {
  padding: 60px 20px;
  background: #fff;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.culture-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

/* Left Content */
.culture-content .tag {
  font-size: 14px;
  text-transform: uppercase;
  color: #0077b6;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}

.culture-content h1 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 20px;
}

.culture-content .highlight {
  color: #ff6600;
}

.culture-content p {
  font-size: 1rem;
  margin-bottom: 20px;
  color: #333;
  max-width: 500px;
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
}

.btn {
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

.btn-dark {
  background: #002855;
  color: #fff;
}

.btn-light {
  background: #f1f1f1;
  color: #333;
}

.features {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  font-size: 0.95rem;
  margin-top: 15px;
}

.features i {
  color: #0077b6;
  margin-right: 6px;
}

/* Right Content */
.culture-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.culture-cards .card {
  padding: 18px;
  /* background: #f9f9f9; */
  text-align: center;
  border-radius: 12px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.culture-cards .card:hover {
  background: #0077b6;
  color: #fff;
  transform: translateY(-5px);
}

/* Responsive Styles */
@media (max-width: 992px) {
  .culture-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .culture-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .culture-content h1 {
    font-size: 1.8rem;
  }

  .btn-group {
    flex-direction: column;
  }

  .culture-cards {
    grid-template-columns: 1fr;
  }
}

.transformation-card {
  background: linear-gradient(135deg, #e0f0ff 0%, #ffffff 100%);
  border: 1px solid #0d6efd33;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.transformation-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
}

.counter-wrapper {
  background-color: #0d6efd;
  color: #fff;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: bold;
  justify-self: anchor-center;
}

ul li {
  margin-bottom: 8px;
  font-size: 0.95rem;
}

@media (max-width: 768px) {
  .counter-wrapper {
    width: 60px;
    height: 60px;
    font-size: 1.3rem;
  }
}

@media (max-width: 576px) {
  .faq-card {
    text-align: center;
  }

  ul li {
    justify-content: center;
  }
}

.cta-btn {
  min-width: 200px; /* Both buttons have same width */
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 576px) {
  .cta-btn {
    min-width: 100%; /* Full width on mobile for better responsiveness */
  }
}

