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

    Template Name: Zylo - Zylo Creative Agency Wordpress Theme
    Author: Softcrafty
    Support: hello@softcrafty.com
    Description: The Zylo creative Agency Wordpress Theme is a sleek, responsive, and SEO-friendly solution for showcasing agency services and portfolios.
    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. PAGES CSS
	---------------------------------
		5.1 About
		5.2 Banner
		5.3 Brand
		5.4 Breadcrumbs
		5.5 Contact
		5.6 Portfolio
		5.7 Service
		5.8 testimonial
		5.9 work
		5.10 social
		5.11 team
		5.12 comming soon

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

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

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

**********************************************/
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
:root {
  --theme-color: #B69974;
  --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;
  height: auto;
}

a {
  text-decoration: none;
}

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


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;
  margin-bottom: 10px;
}

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 #E3E3E3 !important;
  height: 38px;
  width: 100%;
  line-height: 48px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding-bottom: 5px;
  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: 0px;
}

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

.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; }
.pt-101 { padding-top: 101px; }
.pt-102 { padding-top: 102px; }
.pt-103 { padding-top: 103px; }
.pt-104 { padding-top: 104px; }
.pt-105 { padding-top: 105px; }
.pt-106 { padding-top: 106px; }
.pt-107 { padding-top: 107px; }
.pt-108 { padding-top: 108px; }
.pt-109 { padding-top: 109px; }
.pt-110 { padding-top: 110px; }
.pt-111 { padding-top: 111px; }
.pt-112 { padding-top: 112px; }
.pt-113 { padding-top: 113px; }
.pt-114 { padding-top: 114px; }
.pt-115 { padding-top: 115px; }
.pt-116 { padding-top: 116px; }
.pt-117 { padding-top: 117px; }
.pt-118 { padding-top: 118px; }
.pt-119 { padding-top: 119px; }
.pt-120 { padding-top: 120px; }
.pt-121 { padding-top: 121px; }
.pt-122 { padding-top: 122px; }
.pt-123 { padding-top: 123px; }
.pt-124 { padding-top: 124px; }
.pt-125 { padding-top: 125px; }
.pt-126 { padding-top: 126px; }
.pt-127 { padding-top: 127px; }
.pt-128 { padding-top: 128px; }
.pt-129 { padding-top: 129px; }
.pt-130 { padding-top: 130px; }
.pt-131 { padding-top: 131px; }
.pt-132 { padding-top: 132px; }
.pt-133 { padding-top: 133px; }
.pt-134 { padding-top: 134px; }
.pt-135 { padding-top: 135px; }
.pt-136 { padding-top: 136px; }
.pt-137 { padding-top: 137px; }
.pt-138 { padding-top: 138px; }
.pt-139 { padding-top: 139px; }
.pt-140 { padding-top: 140px; }
.pt-141 { padding-top: 141px; }
.pt-142 { padding-top: 142px; }
.pt-143 { padding-top: 143px; }
.pt-144 { padding-top: 144px; }
.pt-145 { padding-top: 145px; }
.pt-146 { padding-top: 146px; }
.pt-147 { padding-top: 147px; }
.pt-148 { padding-top: 148px; }
.pt-149 { padding-top: 149px; }
.pt-150 { padding-top: 150px; }
.pt-151 { padding-top: 151px; }
.pt-152 { padding-top: 152px; }
.pt-153 { padding-top: 153px; }
.pt-154 { padding-top: 154px; }
.pt-155 { padding-top: 155px; }
.pt-156 { padding-top: 156px; }
.pt-157 { padding-top: 157px; }
.pt-158 { padding-top: 158px; }
.pt-159 { padding-top: 159px; }
.pt-160 { padding-top: 160px; }



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-100 { padding-bottom: 100px; }
.pb-101 { padding-bottom: 101px; }
.pb-102 { padding-bottom: 102px; }
.pb-103 { padding-bottom: 103px; }
.pb-104 { padding-bottom: 104px; }
.pb-105 { padding-bottom: 105px; }
.pb-106 { padding-bottom: 106px; }
.pb-107 { padding-bottom: 107px; }
.pb-108 { padding-bottom: 108px; }
.pb-109 { padding-bottom: 109px; }
.pb-110 { padding-bottom: 110px; }
.pb-111 { padding-bottom: 111px; }
.pb-112 { padding-bottom: 112px; }
.pb-113 { padding-bottom: 113px; }
.pb-114 { padding-bottom: 114px; }
.pb-115 { padding-bottom: 115px; }
.pb-116 { padding-bottom: 116px; }
.pb-117 { padding-bottom: 117px; }
.pb-118 { padding-bottom: 118px; }
.pb-119 { padding-bottom: 119px; }
.pb-120 { padding-bottom: 120px; }
.pb-121 { padding-bottom: 121px; }
.pb-122 { padding-bottom: 122px; }
.pb-123 { padding-bottom: 123px; }
.pb-124 { padding-bottom: 124px; }
.pb-125 { padding-bottom: 125px; }
.pb-126 { padding-bottom: 126px; }
.pb-127 { padding-bottom: 127px; }
.pb-128 { padding-bottom: 128px; }
.pb-129 { padding-bottom: 129px; }
.pb-130 { padding-bottom: 130px; }
.pb-131 { padding-bottom: 131px; }
.pb-132 { padding-bottom: 132px; }
.pb-133 { padding-bottom: 133px; }
.pb-134 { padding-bottom: 134px; }
.pb-135 { padding-bottom: 135px; }
.pb-136 { padding-bottom: 136px; }
.pb-137 { padding-bottom: 137px; }
.pb-138 { padding-bottom: 138px; }
.pb-139 { padding-bottom: 139px; }
.pb-140 { padding-bottom: 140px; }
.pb-141 { padding-bottom: 141px; }
.pb-142 { padding-bottom: 142px; }
.pb-143 { padding-bottom: 143px; }
.pb-144 { padding-bottom: 144px; }
.pb-145 { padding-bottom: 145px; }
.pb-146 { padding-bottom: 146px; }
.pb-147 { padding-bottom: 147px; }
.pb-148 { padding-bottom: 148px; }
.pb-149 { padding-bottom: 149px; }
.pb-150 { padding-bottom: 150px; }
.pb-151 { padding-bottom: 151px; }
.pb-152 { padding-bottom: 152px; }
.pb-153 { padding-bottom: 153px; }
.pb-154 { padding-bottom: 154px; }
.pb-155 { padding-bottom: 155px; }
.pb-156 { padding-bottom: 156px; }
.pb-157 { padding-bottom: 157px; }
.pb-158 { padding-bottom: 158px; }
.pb-159 { padding-bottom: 159px; }
.pb-160 { padding-bottom: 160px; }


/*-- 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;
  }
  section.blog-area.pt-140.pb-140 {
    padding-top: 80px;
}
.basic-pagination.basic-pagination-2 {
    margin-bottom: 30px;
}
}

.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;
}
.about-style-1 .btn-box {
    position: relative;
    top: 62px;
}
.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;
}

/*------------------------------------
		2.10 Section-title
----------------------------------*/
.section-title {
  color: var(--heading-color);
  font-size: 50px;
  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: 25px;
  font-family: 'Plus Jakarta Sans' !important;
}
@media (max-width: 1199px) {
  .subtitle {
    margin-bottom: 15px;
  }
}
.subtitle span {
    width: 19px;
    height: 19px;
    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: 10px;
  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%);
  }
}
/*------------------------------------
		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;
}
.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: var(--theme-color);
  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);
}
.contacts-message {
  margin-bottom: 20px;
}
/*------------------------------------
		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: 105px;
  padding-bottom: 93px;
}
@media (max-width: 1199px) {
  .brand-slider-style-1 {
    padding-top: 85px;
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .brand-slider-style-1 {
    padding-top: 73px;
    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: 45px;
  padding-bottom: 40px;
}
@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: 991px) {
  .brand-slider-style-2.style-3 {
    padding-top: 84px !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;
}
@media (max-width: 1199px) {
  .blog-style-1 {
    padding-left: 0;
    padding-right: 0;
  }
}
@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 .blog-widget-left {
  margin-right: -33px;
}
@media (max-width: 1199px) {
  .blog-details .blog-widget-left {
    margin-right: 0;
  }
}
.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;
  margin-bottom: 20px;
  position: relative;
  border-bottom: 0;
}
.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: 10px;
}
@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 p {
  color: var(--body-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog-details .blog-widget-left p > input {
  margin-right: 10px;
}
.blog-details .blog-widget-left .post-content img {
  margin-bottom: 20px;
}
@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: 50px;
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 40px;
}
@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: 5px;
  }
}
.single-post-item .blog-post-tag span {
    margin-right: 10px;
    margin-top: 5px;
}
.comment-respond textarea {
  height: 100px;
}
.blog-details .blog-widget-left .left-items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 5px;
}
.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: #E3E3E3;
  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 .side-bar {
  margin-left: 39px;
}
@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: #E3E3E3;
  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;
  background-color: #D9D9D9;
}
.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: #E3E3E3;
  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 img {
  max-width: inherit;
}
.blog-details .side-bar .category .single-item span {
  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;
}
@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;
}
.blog-details .side-bar .sidebar-banner a span {
  margin-right: 11px;
  display: inline-block;
}

.form-area h5 {
  color: var(--heading-color);
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 17px;
}
.form-area p {
  margin-bottom: 55px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
  background-color: #B69974;
  color: #ffffff;
  padding: 10px 15px;
  border-radius: 31px;
}
@media (max-width: 575px) {
  .form-area p {
    margin-bottom: 50px;
  }
}
.form-area label {
  display: inline-block;
}
.form-area input {
  border-bottom: 1px solid #E3E3E3 !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 a {
  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: 0px;
}
.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;
}

/*------------------------------------
	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: #1C1A1D;
  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;
}

/*------------------------------------
		3.1 Header Style 1
----------------------------------*/
.header-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-wrap .main-menu ul {
  margin-bottom: 0;
}
.header-wrap .main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  padding: 0 44px;
}
@media (max-width: 1600px) {
  .header-wrap .main-menu ul li {
    padding: 0 30px;
  }
}
@media (max-width: 1399px) {
  .header-wrap .main-menu ul li {
    padding: 0 20px;
  }
}
.header-wrap .main-menu ul li:last-child {
  margin-inline-end: 0;
}
.header-wrap .main-menu ul li a {
  display: inline-block;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  color: var(--common-white);
  padding: 34px 0;
  text-align: left;
  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;
}
.header-wrap .main-menu ul li a i {
  margin-left: 4px;
  font-size: 12px;
}
.header-wrap .main-menu ul li a:hover {
  color: var(--theme-color);
}
.header-wrap .main-menu ul li .submenu {
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  width: 250px;
  box-shadow: 0px 30px 80px 15px rgba(0, 0, 0, 0.09);
  background-color: #fff;
  border-radius: 2px;
  padding: 20px 0;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  transform: translateY(-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;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.header-wrap .main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0 0;
  padding: 0 0;
}
.header-wrap .main-menu ul li .submenu li a {
  position: relative;
  z-index: 11;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  color: var(--common-black);
  padding: 4px 0px 4px 32px;
  width: 100%;
  -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;
}
.header-wrap .main-menu ul li .submenu li a::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  left: 14px;
  bottom: 14px;
  -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;
}
.header-wrap .main-menu ul li .submenu li a:hover {
  color: var(--theme-color) !important;
}
.header-wrap .main-menu ul li .submenu li:last-child a {
  border: none;
}
.header-wrap .main-menu ul li .submenu li .submenu {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.header-wrap .main-menu ul li .submenu li:hover > a {
  color: --theme-color !important;
  margin-left: 5px;
}
.header-wrap .main-menu ul li .submenu li:hover > a::before {
  width: 10px;
  background-color: var(--theme-color);
}
.header-wrap .main-menu ul li .submenu li:hover > a::after {
  color: --theme-color;
}
.header-wrap .main-menu ul li .submenu li:hover > .submenu {
  -webkit-transform: translateY(1);
  -moz-transform: translateY(1);
  -ms-transform: translateY(1);
  -o-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}
.header-wrap .main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: --theme-color;
}
.header-wrap .main-menu ul li .has-homemenu {
  width: 570px;
  padding: 30px 30px 10px 30px;
  opacity: 0;
  left: -250px;
  visibility: hidden;
  padding: 30px 30px 10px 30px;
  background-color: var(--common-white);
}
.header-wrap .main-menu ul li .has-homemenu .homemenu-items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 30px;
}
@media (max-width: 991px) {
  .header-wrap .main-menu ul li .has-homemenu .homemenu-items {
    flex-wrap: wrap;
  }
}
.header-wrap .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
}
.header-wrap .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb > a {
  padding-left: 0;
}
.header-wrap .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(180deg, rgba(2, 8, 66, 0) 0%, rgba(2, 8, 66, 0.644) 67.87%);
  background: linear-gradient(180deg, rgba(2, 8, 66, 0) 0%, rgba(2, 8, 66, 0.644) 67.87%);
  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.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  content: "";
  z-index: 111;
  pointer-events: none;
}
.header-wrap .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.header-wrap .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}
.header-wrap .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: var(--common-black);
}
.header-wrap .main-menu ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.header-wrap .btn-box {
  line-height: 0;
}

.header-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  padding: 0 100px;
}
@media (max-width: 1199px) {
  .header-1 {
    padding: 0 40px;
  }
}
@media (max-width: 991px) {
  .header-1 {
    padding: 0 30px;
  }
}
.header-1 .header-wrap {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .header-1 .header-wrap {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .header-1 .header-wrap .header-logo {
    width: 30%;
  }
}
.header-1 .header-wrap .main-menu-wrap {
  margin-left: -56px;
}
.header-1 .header-wrap .logo .sticky-logo {
  display: none;
}
.header-1 .header-wrap .main-menu-wrap .main-menu ul li:hover > a {
  color: var(--theme-color) !important;
}
.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;
  }
}

.style-1 .sticky.header-1 {
  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);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.sticky.header-1 .header-wrap {
  margin-top: 0;
}
@media (max-width: 1199px) {
  .sticky.header-1 .header-wrap {
    padding: 14px 0;
  }
}
@media (max-width: 575px) {
  .sticky.header-1 .header-wrap {
    padding: 17px 0;
  }
}
.sticky.header-1 .header-wrap .main-menu ul a {
  padding: 26px 0;
}
.sticky.header-1 .header-wrap .main-menu ul .submenu li a {
  padding: 0px 0px 0px 32px;
}
@media (max-width: 1199px) {
  .sticky.header-style-2 .header-wrap {
    padding: 14px 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.3%;
  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: 667px;
}
@media (max-width: 1600px) {
  .line-2 {
    left: 513px;
  }
}
.line-3 {
  top: 50px;
  right: 667px;
}
@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: 79%;
  }
}
@media (max-width: 767px) {
  .about-style-1::before {
    height: 76%;
  }
}
@media (max-width: 575px) {
  .about-style-1::before {
    height: 76%;
  }
}
@media (max-width: 450px) {
  .about-style-1::before {
    height: 74%;
  }
}
@media (max-width: 375px) {
  .about-style-1::before {
    height: 77.7%;
  }
  
}
@media (max-width: 320px) {
  .about-style-1::before {
    height: 71%;
  }
}
.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 {
    display: none;
  }
  .service-style-2 .singleitem .content {
    margin-left: 450px;
    width: 100%;
  }
  .service-style-2 .singleitem.active .content {
    margin-left: 250px;
  }
}
@media (max-width: 991px) {
  .about-style-1 .thumb2 {
    display: none;
  }
}
.about-style-1 .about-content {
  padding-top: 140px;
}
@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: 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: 50px;
  margin-left: 90px;
}
@media (max-width: 991px) {
  .about-style-1 .about-content .section-content {
    margin-left: 0;
  }
  .about-style-1 .about-content .section-content p {
    margin-bottom: 110px !important;
  }

  .about-style-1 .section-content .planning-list {
    top: 0px !important;
  }
  .about-style-1 .btn-box {
      top: 0px !important;
  }
}
@media (max-width:767.98px) {
  .about-style-1 .about-content {
      padding-left: 0;
      padding-top: 80px;
      padding-bottom: 8px;
  }
  .about-style-1 .about-content .section-content p {
    margin-bottom: 30px !important;
  }
  .about-style-1 .section-content .planning-list {
    top: 10px !important;
  }
  .about-style-1 .btn-box .secandary-btn span {
    width: 40px !important;
    height: 40px !important;
    line-height: 33px !important;
}

@media (width:540px) {
    .about-style-1 .about-content {
        padding-bottom: 52px;
    }
}

.about-style-1 .btn-box .secandary-btn span svg {
    width: 20px !important;
}




}


.about-style-1 .about-content .section-content p {
  margin-top: 20px;
  line-height: 29px;
  font-size: 16px;
  margin-bottom: 0;
}
.about-style-1 .about-content .section-content .planning-list a {
    gap: 11px;
    margin-bottom: 25px;
    align-items: center;
    color: #707070;
}
.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;
  }
}
@media (max-width: 575px) {
  .about-style-2 {
    margin-top: 96px;
    padding: 0 15px;
  }
}
.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;
}
.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 Portfolio
----------------------------------*/
.portfolio-style-1 {
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 1399px) {
  .portfolio-style-1 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .portfolio-style-1 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .portfolio-style-1 {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px !important;
  }
}
@media (max-width: 1600px) {
  .portfolio-style-1 .section-content {
    margin-right: -23px;
  }
}
@media (max-width: 1399px) {
  .portfolio-style-1 .section-content {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .portfolio-style-1 .section-content {
    margin-bottom: 40px;
  }
}
@media (max-width: 1399px) {
  .portfolio-style-1 .btn-box {
    margin-left: -32px;
  }
}
@media (max-width: 1199px) {
  .portfolio-style-1 .btn-box {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .portfolio-style-1 .btn-box {
    margin-bottom: 30px;
  }
}
.portfolio-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;
}
.portfolio-style-1 .btn-box a:hover {
  color: var(--theme-color);
}
.portfolio-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;
}
.portfolio-style-1 .item-link {
  margin-bottom: 83px;
}
@media (max-width: 991px) {
  .portfolio-style-1 .item-link {
    margin-bottom: 30px;
  }
}
.portfolio-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) {
  .portfolio-style-1 .item-link ul li a {
    font-size: 25px;
  }
}
@media (max-width: 1399px) {
  .portfolio-style-1 .item-link ul li a {
    font-size: 20px;
    margin-bottom: 35px;
  }
}
@media (max-width: 1199px) {
  .portfolio-style-1 .item-link ul li a {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
.portfolio-style-1 .item-link ul li a:hover {
  color: var(--theme-color);
  transform: translateX(33px);
}
@media (max-width: 575px) {
  .portfolio-style-1 .item-link ul li a:hover {
    transform: translateX(10px);
  }
}
.portfolio-style-1 .thumb {
  position: relative;
  margin-left: -1px;
  z-index: 1;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .portfolio-style-1 .thumb {
    margin-left: 0;
    margin-top: 0;
  }
}
@media (max-width: 1199px) {
  .portfolio-style-1 .thumb {
    margin-left: 0;
  }
}
.portfolio-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) {
  .portfolio-style-1 .thumb a {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 1199px) {
  .portfolio-style-1 .thumb a {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 575px) {
  .portfolio-style-1 .thumb a {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 375px) {
  .portfolio-style-1 .thumb a {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 320px) {
  .portfolio-style-1 .thumb a {
    width: 30px;
    height: 30px;
  }
}
.portfolio-style-1 .thumb a:hover {
  background-color: var(--theme-color);
}
@media (max-width: 1199px) {
  .portfolio-style-1 .thumb a svg {
    width: 40%;
  }
}
.portfolio-style-1 .thumb .icon-1 {
  top: 20px;
  left: 20px;
}
.portfolio-style-1 .thumb .icon-2 {
  top: 20px;
  right: 20px;
}
.portfolio-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) {
  .portfolio-style-1 .big-title {
    font-size: 141px;
    margin-top: -50px;
  }
}
@media (max-width: 1399px) {
  .portfolio-style-1 .big-title {
    font-size: 125px;
  }
}
@media (max-width: 1199px) {
  .portfolio-style-1 .big-title {
    font-size: 94px;
    margin-top: -40px;
  }
}
@media (max-width: 991px) {
  .portfolio-style-1 .big-title {
    font-size: 67px;
    margin-top: -18px;
  }
  .service .service__content p {
    padding-right: 190px;
  }
}
@media (max-width: 767px) {
  .portfolio-style-1 .big-title {
    font-size: 50px;
    margin-top: 0;
    text-align: center;
  }
  
}
@media (max-width: 575px) {
  .portfolio-style-1 .big-title {
    font-size: 28px;
    margin-top: 0;
  }
}
@media (max-width: 375px) {
  .portfolio-style-1 .big-title {
    letter-spacing: 6px;
  }
}
@media (max-width: 320px) {
  .portfolio-style-1 .big-title {
    letter-spacing: 2px;
  }
}
.portfolio-style-1.portfolio-style-2 .item-link a {
  color: var(--heading-color);
}
.portfolio-style-1.portfolio-style-2 .big-title {
  color: var(--heading-color);
}
.portfolio-style-1.portfolio-style-2 .btn-box a {
  color: var(--heading-color);
}
.portfolio-style-1.portfolio-style-2 .btn-box a:hover {
  color: var(--theme-color);
}
.portfolio-style-1.portfolio-style-2 .btn-box a span {
  border: 1px solid var(--heading-color);
}
.portfolio-style-1.portfolio-style-2 .thumb {
  position: relative;
  margin-left: -1px;
  z-index: 1;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .portfolio-style-1.portfolio-style-2 .thumb {
    margin-left: 0;
    margin-top: 0;
  }
}
@media (max-width: 1199px) {
  .portfolio-style-1.portfolio-style-2 .thumb {
    margin-left: 0;
  }
}
.portfolio-style-1.portfolio-style-2 .thumb a {
  background-color: var(--heading-color);
}
.portfolio-style-1.portfolio-style-2 .thumb a:hover {
  background-color: var(--theme-color);
}

.portfolio-style-3 {
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 1399px) {
  .portfolio-style-3 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .portfolio-style-3 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .portfolio-style-3 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.portfolio-style-3 .section-content {
  margin-bottom: 65px;
}
@media (max-width: 1199px) {
  .portfolio-style-3 .section-content {
    margin-bottom: 54px;
  }
}
.portfolio-style-3 .thumb {
  position: relative;
  overflow: hidden;
}
.portfolio-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%;
}
.portfolio-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;
}
.portfolio-style-3 .thumb:hover img {
  transform: scale(1.1) rotate(2deg);
}
.portfolio-style-3 .thumb:hover .icon {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) rotate(0);
}

/*------------------------------------
		5.7 Service
----------------------------------*/
.service-style-1 {
  position: relative;
}
.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;
  }
}
.service-style-1 .service {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    margin-top: 28px;
}
@media (max-width: 991px) {
  .service-style-1 .service {
    max-width: 450px;
  }
}
.service-style-1 .service__content .bg-img {
  position: relative;
}
.service-style-1 .service__content .bg-img > svg {
  height: 100%;
  max-width: 100%;
}
.service-style-1 .service__content .bg-img > 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__content .bg-img .section-title-md {
  margin-bottom: 18px;
  z-index: 11;
  position: absolute;
  top: 54px;
  left: 38px;
  -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__content .bg-img .section-title-md {
    top: 30px;
  }
}
@media (max-width: 991px) {
  .service-style-1 .service__content .bg-img .section-title-md {
    top: 54px;
  }
}
@media (max-width: 575px) {
  .service-style-1 .service__content .bg-img .section-title-md {
    top: 40px;
  }
}
@media (max-width: 375px) {
  .service-style-1 .service__content .bg-img .section-title-md {
    top: 20px;
  }
}
@media (max-width: 320px) {
  .service-style-1 .service__content .bg-img .section-title-md {
    left: 15px;
  }
}
.service-style-1 .service__content .bg-img p {
  color: var(--body-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  z-index: 11;
  position: absolute;
  bottom: 68px;
  left: 38px;
  padding-right: 45px;
  -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__content .bg-img p {
    bottom: 30px;
  }
}
@media (max-width: 991px) {
  .service-style-1 .service__content .bg-img p {
    bottom: 68px;
  }
}
@media (max-width: 575px) {
  .service-style-1 .service__content .bg-img p {
    bottom: 40px;
  }
}
@media (max-width: 375px) {
  .service-style-1 .service__content .bg-img p {
    bottom: 20px;
  }
}
@media (max-width: 320px) {
  .service-style-1 .service__content .bg-img p {
    left: 15px;
    padding-right: 0;
    font-size: 14px;
  }
}
.service-style-1 .service__content .bg-img .icon-box {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 111;
}
.service-style-1 .service__content .bg-img .icon-box a {
  width: 111px;
  height: 111px;
  background: var(--common-white);
  line-height: 111px;
  text-align: center;
  border-radius: 30px;
  border: 1px solid #C7C9CA;
  display: inline-block;
  -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__content .bg-img .icon-box a {
    width: 90px;
    height: 90px;
    line-height: 90px;
  }
}
@media (max-width: 1199px) {
  .service-style-1 .service__content .bg-img .icon-box a {
    width: 111px;
    height: 111px;
    line-height: 111px;
  }
}
@media (max-width: 575px) {
  .service-style-1 .service__content .bg-img .icon-box a {
    width: 90px;
    height: 90px;
    line-height: 90px;
  }
}
@media (max-width: 375px) {
  .service-style-1 .service__content .bg-img .icon-box a {
    width: 90px;
    height: 90px;
    line-height: 90px;
  }
}
@media (max-width: 320px) {
  .service-style-1 .service__content .bg-img .icon-box a {
    width: 75px;
    height: 75px;
    line-height: 75px;
  }
}
@media (max-width: 1399px) {
  .service-style-1 .service__content .bg-img .icon-box a svg {
    width: 50px;
  }
}
.service-style-1 .service__content .bg-img .icon-box 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:hover .bg-img .section-title-md a {
  color: var(--common-white);
}
.service-style-1 .service:hover .bg-img p {
  color: var(--common-white);
}
.service-style-1 .service:hover .bg-img svg path {
  fill: var(--heading-color);
}
.service-style-1 .service:hover .bg-img .icon-box a {
  background-color: var(--theme-color);
  animation: icon-bounce 0.8s 1;
}
.service-style-1 .service:hover .bg-img .icon-box a svg path {
  fill: var(--common-white);
}

.service-style-2 {
  padding-left: 100px;
  padding-right: 100px;
}

.service-style-2 .container-fluid {
    padding: 0 7px;
}

@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 {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 174px;
  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: 154px;
  -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: 100px;
}
}
@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: 60px;
  width: 100%;
  transition: 0.3s;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .service-style-2 .singleitem .content {
    margin-left: 260px;
  }
}
@media (max-width: 575px) {
  .service-style-2 .singleitem .content {
    margin-left: 115px;
  }
}
@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;
  width: 40%;
}
@media (max-width: 991px) {
  .service-style-2 .singleitem .content .title {
    font-size: 25px;
    width: 85%;
  }
  
}
@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;
  width: 60%;
  padding-right: 40px;
}
@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;
  }
}
.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: 100px;
}
}
@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;
  transition: 0.3s;
}
.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;
  }
}
.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;
    padding-right: 20px;
}
.service-style-3 .service-wrap .single-item-content:hover::after {
    opacity: 1;
    visibility: visible;
    z-index: 9;
}
.service-style-3 .service-wrap .single-item-content:hover, .single-item-content.active-hover.active {
    border-right: 1px solid rgba(255, 255, 255, .5);
}
.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: 0;
  visibility: hidden;
}
.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;
}
.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: 215px;
  }
}
@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: 200px;
  }
}
@media (max-width: 575px) {
  .service-style-3 .service-wrap .single-item-content.active .icon__2 {
    left: 260px;
  }
}
@media (max-width: 375px) {
  .service-style-3 .service-wrap .single-item-content.active .icon__2 {
    left: 230px;
  }
}
@media (max-width: 320px) {
  .service-style-3 .service-wrap .single-item-content.active .icon__2 {
    left: 210px;
  }
}

.service-style-4 {
  padding-left: 100px;
  padding-right: 100px;
}
@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;
  padding-right: 30px;
}
@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;
}
.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;
}
@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: 455px;
  padding: 140px 96px 120px 100px;
  position: relative;
}
@media (max-width: 1399px) {
  .contact-popup .pup-content {
    max-width: 900px;
    padding: 80px;
    top: 230px;
  }
}
@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;
    top: 170px;
  }
}
@media (max-width: 767px) {
  .contact-popup .pup-content {
    max-width: 500px;
    top: 140px;
  }
}
@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.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: 991px) {
  .testimonial-style-1 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@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;
}
.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: 14px;
}
@media (max-width: 1399px) {
  .banner-style-1 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .banner-style-1 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@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;
}
@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 .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%;
}
@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 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;
  -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;
}
@media (max-width: 1399px) {
  .work-style-2 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .work-style-2 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .work-style-2 {
    padding-top: 0px !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;
}
@media (max-width: 1399px) {
  .work-style-2 .wrapper {
    border-top: none;
    border-bottom: none;
  }
}
@media (max-width: 991px) {
  .work-style-2 .wrapper {
    margin-top: 0px;
  }
}
@media (max-width: 575px) {
  .work-style-2 .wrapper {
    margin-top: 0px;
  }
  .elementor-element.elementor-element-a7428ff.space .e-con-inner {
    padding-top: 0;
  }
  .team-style-2 .singleitems__social {
    right: 25px !important;
  }
}
.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;
    object-fit: cover;
}
.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;
  margin-bottom: 40px;
}
@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: 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: 320px) {
  .team-style-1 .singleitem__social {
    right: 20px;
    top: 101px;
  }
}
.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: 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: 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: 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: 24px;
    margin-bottom: 0;
  }
}
@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: 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: 320px) {
  .team-style-2 .singleitems__social {
    right: 20px;
    top: 101px;
  }
}
.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: #292829;
  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;
  border-radius: 30px;
  border: 1px solid rgba(199, 201, 202, 0.1);
  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: 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;
  }
}
.team-style-2 .singleitems__iconbox a i {
  font-size: 71px;
}
@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: 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: 375px) {
  .team-style-2 .singleitems__content {
    bottom: 10px;
  }
}
.team-style-2 .singleitems__content .title {
  color: var(--common-white);
  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: 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: 140px;
  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: 40px !important;
  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: #E3E3E3 !important;
  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;
    text-transform: capitalize;
}
@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
----------------------------------*/

@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;
  }
}
.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: 70px;
}
@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;
}
.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);
}

/*------------------------------------
		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;
}
@media (max-width: 4000px) {
  .hero-slider-wrapper .thumb {
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@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: 315px;
  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;
  -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;
  z-index: 11;
}
@media (max-width: 1600px) {
  .hero-slider-wrapper .hero-content .title {
    font-size: 150px;
  }
}
@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;
  letter-spacing: 49.2px;
  text-transform: uppercase;
  display: inline-block;
}
@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;
  -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;
  z-index: 11;
}
@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);
  transform: scale(1);
  -webkit-animation: zoom 20s ease-in-out infinite;
  animation: zoom 20s ease-in-out infinite;
}
@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;
  text-transform: capitalize;
}
@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: 265px;
  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: 64px;
    bottom: -79px;
    left: 120px;
  }
}
@media (max-width: 575px) {
  .hero-style-1 .hero-content-left .title2 span {
    letter-spacing: 6.5px;
    font-size: 42px;
    bottom: -21px;
    left: 16px;
  }
}
.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: 105px;
}
@media (max-width: 575px) {
  .hero-style-1 .hero-content-right {
    flex-wrap: wrap;
    margin-top: 40px;
  }
}
.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: 30%;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .hero-style-1 .contact-btn {
    margin-left: 15%;
  }
}
@media (max-width: 767px) {
  .hero-style-1 .contact-btn {
    margin-left: 0;
    margin-bottom: 30px;
  }
}
.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;
}
.col-lg-6.my-custom p {
  margin-bottom: 0;
}
/*----------------------------------------*/
/* 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;
  margin-bottom: 30px;
}
section.service-details-area .planning-list li {
    margin-bottom: 15px;
}
.planning-list ul li span {
    margin-right: 10px;
}
.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;
  width: 100%;
}
.service-details .thumb-big:hover img {
  transform: scale(1.1);
}
.service-details .details-thumb {
  overflow: hidden;
  margin-top: 40px;
}
@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);
}

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

/* My Custom Css */
.service-style-3.my_p_0, section.work-area.fix .work-style-1, section.service-area.fix .service-style-4, .work-style-2.my_p_0, .testimonial-style-1, section.portfolio-area.fix .portfolio-style-1, .service-style-2, .brand-slider-style-1, .blog-style-1, .portfolio-style-3 {
  padding: 0;
}
.testimonial-style-1 .testimonial-slider-wrap {
  margin-top: 0px;
  margin-left: 0px; 
}
.subtitle {
  display: inline-block;
}
.subtitle span {
    display: inline-block;
    line-height: 16px;
    margin-right: 10px;
    text-align: center;
}
.service-style-1 .service__content .bg-img .section-title-md {
  width: 63%;
}
.service-style-1 .service__content .bg-img p {
  bottom: 50px;
}
.hero-area::after {
  content: none;
}
.brand-slider-style-2.style-3, .brand-slider-style-2.style-4 {
  padding-top: 0px !important;
}
.heading-btn .btn-box {
  justify-content: end;
}
.heading-btn .btn-box a span {
  width: 34px;
  height: 34px;
  border: 1px solid var(--common-white);
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
}

.blog-details .blog-widget-left .section-title:before {
  position: absolute;
  top: 0;
  left: -26px;
  content: "\f10e";
  font-family: 'FontAwesome';
  color: #B0B0B0;
  font-size: 25px;
}
.blog-details .blog-widget-left {
  margin-right: 0 !important;
}
.widget.widget_social_profile {
    padding-left: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
.blog-details-wrapper.blog-widget-left .single-post-item {
  box-shadow: none;
  margin-bottom: 40px;
}
.widget .wp-block-heading , .widget .wp-block-search__label, aside.sidebar h4.wp-block-heading{
  color: #141414;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 24px;
  background-color: #E3E3E3 !important;
  height: 56px;
  display: inline-block;
}
.widget ul li a, .widget ol li a {
  color: var(--body-color);
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 0;
  -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: 80%;
}
.widget.widget_categories ul li.cat-item, .widget.widget_archive ul li.cat-item {
  text-align: start;
}
.service-style-1 .service__content:hover .bg-img .icon-box img {
  filter: brightness(10.5);
}
.theme-btn:hover, .wp-block-loginout a:hover, input.theme-btn:hover {
  border-color: var(--theme-color);
  background-color: var(--theme-color);
}
.form-area button {
  padding: 0px 15px 12px 15px;
}
.widget_latest_post > ul li .latest-post-desc {
  width: 100%;
}
.widget_latest_post > ul li .latest-post-desc .latest-post-title a {
  color: #1c1a1d;
  width: 100%;
  font-size: 26px;
}
.widget_latest_post > ul li .latest-post-desc .latest-post-meta {
  display: none;
}
.widget .tagcloud a, .widget .wp-block-tag-cloud a {
  color: #707070;
  font-size: 16px !important;
  margin-right: 15px;
}
.widget .tagcloud a:hover, .widget .wp-block-tag-cloud a:hover {
  color: #edbc5a;
}
.widget .tagcloud a:before, .widget .wp-block-tag-cloud a:before {
  background-color: #707070;
}
.single-post-item .blog-post-tag {
    display: inline-table;
    padding: 20px 0;
    border-top: none;
    border-bottom: none;
}
.post-cat-list {
    display: inline;
}
.single-post-item .social-share a {
  color: #ffffff;
  width: 35px;
  height: 35px;
  background-color: #707070;
  text-align: center;
  border-radius: 50%;
  line-height: 35px;
}
.single-post-item .social-share a:hover {
  background-color: var(--theme-color);
}
.single-post-item .social-share a.facebook, .single-post-item .social-share a.twitter, .single-post-item .social-share a.linkedin {
  color: #ffffff;
}
input[type=text], input[type=email], input[type=tel], input[type=number], input[type=password], input[type=url], textarea {
  color: #707070;
}
.single-post-item .post-meta .author-img img {
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 50%;
}
.single-post-item.blog-list .post-content-wrapper {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.blog-list .single-post-item {
  overflow: hidden;
  margin: 0 3px 50px 3px;
  box-shadow: 0 2px 6.4px -1px rgba(19, 16, 34, 0.03), 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06);
}
.single-post-item .post-title.blog {
  font-size: 32px;
  line-height: 41px;
  font-weight: 700;
}
.subscribe-form-wrapper > p, .offcanvas__logo a.sticky-logo {
  display: none;
}
.single-post-item .post-content-wrapper .read-more {
  background-color: #F4F4F4;
  padding: 20px;
}
.single-post-item .post-content-wrapper .read-more .theme-btn:hover{
  color: #edbc5a;
}
.single-post-item .post-content-wrapper .read-more .theme-btn i {
  margin-top: 3px;
}
.footer-style-1 .quicklink .input-box .icon {
  position: absolute;
  top: 25%;
  right: 0;
  transform: translateY(-35%);
}
.offcanvas__contact span {
  color: #ffffff;
}
.breadcrumb-wrapper {
  text-align: center;
}

.breadcrumb-wrapper h3.page-title, .breadcrumb-wrapper .page-heading h2 {
  font-size: 70px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.breadcrumb-list li, .breadcrumb-list li.active {
    display: inline-block;
    padding: 0 15px;
    color: #fff;
    position: relative;
}

.breadcrumb-wrapper li:before {
  position: absolute;
  content: "\f105";
  font-family: 'FontAwesome';
  top: 3px;
  right: -9px;
  width: 20px;
  height: 10px;
}
.breadcrumb-wrapper li:last-child:before{
  content: none;
}
.author-info {
  background-color: #E3E3E3;
  border-radius: 15px;
  padding: 30px 70px;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 40px;
}
.author-info .author-thumb {
  margin-bottom: 10px;
}
.author-info .author-text span {font-size: 18px;font-weight: 700;}

.author-post a {
  text-decoration: underline;
}
body.page-id-394 {
  background-color: #090909;
}
.error-404.not-found.mb-20 {
  padding: 100px 0 60px;
}
.blog-post-nav {
  margin: 60px 0;
  background: #fff;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
}
.contacts-name {
  margin-bottom: 20px;
}
.blog-post-nav .post-navigation {
  display: flex;
  gap: 20px;
  flex-basis: 0;
  flex-grow: 1;
  width: 50%;
  padding: 30px 0;
  align-items: center;
}
.blog-details .blog-widget-left p.comment-form-cookies-consent {
  display: none;
}
.blog-post-nav .post-navigation:last-child {
  flex-direction: row-reverse;
}
.blog-post-nav .post-navigation:last-child .text {
  text-align: right;
}
.blog-post-nav .divider {
  background-color: rgb(223, 226, 233);
  width: 1px;
}
.blog-post-nav .post-navigation .post-img img {
    border-radius: 5px;
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.blog-post-nav .post-navigation .text span i {
  margin: 0 5px;
}

.blog-post-nav .post-navigation .text span {
  margin-bottom: 10px;
  display: block;
}
.banner-inner {
  position: relative;
}
.banner-inner h2.title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: var(--common-white);
  font-size: 60px;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
  z-index: 1;
}
.e-con>.e-con-inner {
  max-width: 1440px !important;
}
/* === Theme Unit Test Start === */
.post-navigation a:hover, a.comment-reply-link:hover, .wp-block-comment-author-name a:hover, .wp-block-comment-date a:hover, .wp-block-comment-edit-link a:hover, form#commentform a:hover, a.wp-block-read-more:hover, .post-navigation-link-previous.wp-block-post-navigation-link a:hover, .taxonomy-post_tag.has-link-color a:hover, .post-content a:hover, ul.wp-block-navigation__container.is-responsive.wp-block-navigation ul li a:hover, .blog-post-cat .post-cat-list span a:hover {
  color: #edbc5a;
}
.comments-box .comments-avatar img {
  border-radius: 50%;
  margin-bottom: 13px;
}

.avatar-name span {
  margin-right: 10px;
}

a.comment-reply-link {
  font-weight: bold;
}

.post-comments-title h2 {
  margin-bottom: 10px;
}
.logged-in.wp-block-loginout {
  margin: 10px 0;
}
button.x-btn.theme-btn:hover {
  background-color: #141414;
}
button.x-btn.theme-btn {
  margin-bottom: 15px;
}
.comment-respond.has-text-align-left.wp-block-post-comments-form.has-background.has-pale-cyan-blue-background-color, .post-content .has-pale-cyan-blue-background-color {
  padding: 20px 40px;
  margin-bottom: 30px;
}
h2.wp-block-comments-title, .post-comments-title h2 {
  padding: 10px 0 15px 0px;
  margin-top: 10px;
}

mark.has-inline-color.has-luminous-vivid-amber-color {
  padding: 10px;
  margin: 5px 0;
  display: block;
}
.post-navigation-link-previous.wp-block-post-navigation-link {margin-bottom: 10px;}

.post-navigation-link-previous.wp-block-post-navigation-link.has-x-large-font-size a span, .post-navigation-link-previous.wp-block-post-navigation-link.has-large-font-size a span {
  line-height: 50px;
}
h2.wp-block-heading {
  margin-top: 10px;
}

.taxonomy-post_tag.wp-block-post-terms.has-large-font-size a {
  line-height: 51px;
  margin-bottom: 7px;
  display: block;
}
.taxonomy-post_tag.wp-block-post-terms.has-x-large-font-size a {
  margin-bottom: 15px;
  display: block;
}
.taxonomy-category.wp-block-post-terms {
  display: block;
  margin-bottom: 10px;
  line-height: 40px;
}
.wp-block-post-date time {
  line-height: 50px;
}

.wp-block-post-author-name {
  line-height: 50px;
  margin-bottom: 5px;
}
.wp-block-post-author img {
  border-radius: 50%;
}

.wp-block-post-author {
  margin-bottom: 20px;
}
.wp-block-post-featured-image {
  margin-top: 15px;
}
.wp-block-post-excerpt a {
  text-decoration: underline;
}
.wp-block-post-title, .wp-block-media-text.alignwide  {
  margin-bottom: 15px;
}
.wp-block-avatar img {
  border-radius: 50% !important;
  margin-bottom: 20px;
}
p.wp-block-tag-cloud a.tag-cloud-link {
  display: inline-block;
  margin-bottom: 20px;
}
p.is-style-outline.wp-block-tag-cloud {
  margin-top: 10px;
}
ul.wp-block-social-links li.wp-social-link {
  margin-bottom: 10px !important;
}
.mejs-container.wp-audio-shortcode.mejs-audio.mejs-container-keyboard-inactive {
  margin-top: 10px;
}
.wp-block-search__inside-wrapper {
  max-width: 100%;
}
.wp-block-search input, .search-form input, .wp-block-search button {
  color: #1c1a1d;
}
.wp-block-search input, .search-form input, .wp-block-search button {
  color: #1c1a1d;
  position: relative;
}
.wp-block-search button, .search-form button {
  right: 0;
  background-color: #E3E3E3;
  transform: inherit;
  top: 0;
  line-height: 20px;
}
.sidebar-form button {
  color: #1c1a1d;
  background-color: transparent;
}
a.wp-block-pages-list__item__link {
  margin-bottom: 5px;
  display: block;
  line-height: 40px;
}

ul.wp-block-latest-posts__list.has-dates.has-author.wp-block-latest-posts.has-x-large-font-size .wp-block-latest-posts__post-excerpt, ul.wp-block-latest-posts__list.has-dates.has-author.wp-block-latest-posts.has-large-font-size .wp-block-latest-posts__post-excerpt {
    line-height: 50px;
}
label.wp-block-categories__label {
  margin-bottom: 10px;
}
ul.wp-block-categories-list.wp-block-categories.has-large-font-size li.cat-item, ul.wp-block-categories-list.wp-block-categories.has-x-large-font-size li.cat-item {
  line-height: 40px;
}
.wp-block-categories-dropdown.wp-block-categories.has-large-font-size select, .wp-block-categories-dropdown.wp-block-categories.has-x-large-font-size select, .wp-block-archives-dropdown.wp-block-archives.has-large-font-size select, .wp-block-archives-dropdown.wp-block-archives.has-x-large-font-size select {
  font-size: 16px;
}
ol.has-avatars.has-dates.has-excerpts.wp-block-latest-comments.has-x-large-font-size a, ol.has-avatars.has-dates.has-excerpts.wp-block-latest-comments.has-large-font-size a, ul.wp-block-archives-list.wp-block-archives.has-large-font-size a, ul.wp-block-archives-list.wp-block-archives.has-x-large-font-size a, pre.wp-block-verse.has-large-font-size, pre.wp-block-verse.has-x-large-font-size, details.wp-block-details.has-large-font-size.is-layout-flow.wp-block-details-is-layout-flow, details.wp-block-details.has-x-large-font-size.is-layout-flow.wp-block-details-is-layout-flow, ul.has-large-font-size.wp-block-list li, ul.has-x-large-font-size.wp-block-list li {
  line-height: 42px;
}
footer.wp-block-latest-comments__comment-meta a {
  text-decoration: underline;
}
nav.wp-calendar-nav, span.wp-calendar-nav-prev {
  margin-bottom: 10px;
}
.wp-block-archives-dropdown.wp-block-archives label {
  margin-bottom: 6px;
}
.wp-block-buttons.is-layout-flex.wp-block-buttons-is-layout-flex, .wp-block-media-text.is-stacked-on-mobile, .wp-block-cover {
  margin-bottom: 15px;
}
.wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained {
    padding: 15px;
    margin-bottom: 15px;
}
.wp-block-group.has-border-color.has-black-border-color, .wp-block-group.has-light-green-cyan-background-color.has-background {
    margin-bottom: 15px;
}
.wp-block-group__inner-container.is-layout-constrained.wp-container-core-group-is-layout-eed42e15.wp-block-group-is-layout-constrained p, .wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained p {
  margin-bottom: 0px !important;
  color: #1C1A1D;
}
h1.wp-block-heading {
  line-height: 70px;
}
.textwidget strong {
  display: block;
}
.textwidget p > strong {
  margin: 10px 0;
}
footer.footer-area .textwidget strong {
  color: #ffffff;
}
footer.footer-area form select, .wp-block-cover, .wp-block-media-text.alignwide.is-stacked-on-mobile, .wp-block-cover.has-background-dim.alignleft.is-layout-flow.wp-block-cover-is-layout-flow, .wp-block-cover.has-pale-pink-background-color.has-background-dim.has-left-content.aligncenter.is-layout-flow.wp-block-cover-is-layout-flow, .wp-block-cover.has-background-dim.alignwide.is-layout-flow.wp-block-cover-is-layout-flow {
  margin-bottom: 20px;
}
.wp-block-cover.has-background-dim.alignleft.is-layout-flow.wp-block-cover-is-layout-flow, .wp-block-cover.has-pale-pink-background-color.has-background-dim.has-left-content.aligncenter.is-layout-flow.wp-block-cover-is-layout-flow {
  margin-bottom: 30px;
}
.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-5.wp-block-columns-is-layout-flex {
  margin-bottom: 10px;
}
.wp-block-column.has-pale-cyan-blue-background-color.has-background.is-layout-flow.wp-block-column-is-layout-flow {
  padding: 10px;
}
.sidebar .widget.widget_block.widget_search .wp-block-search__label {
  width: auto;
  font-family: var(--heading-font);
}
.blog-post-cat > span {
    margin-top: 5px;
}
.blog-post-cat {
    display: table;
}
.blog-post-cat span {
    font-family: "Gilroy-Bold";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    color: #b0b0b0;
    margin-bottom: 5px;
    margin-right: 15px;
    float: left;
    line-height: 24px;
}
.post-cat-list span a {
    color: #616670;
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    padding: 10px 20px;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}
.blog-post-cat .post-cat-list span {
  text-decoration: underline;
}
.page-content li, .page-content ol li {
  list-style: inherit;
}
/* Comment box */
.latest-comments li.comment .comments-box {
  padding-top: 48px;
  padding-bottom: 13px;
}
.latest-comments li .comments-box .comments-avatar {
  float: left;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin-right: 30px;
}
.latest-comments li .comments-box .comments-avatar img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.latest-comments li .comments-box .comments-text {
  overflow: hidden;
}
.latest-comments li .comments-box .comments-text .avatar-name {
  margin-bottom: 10px;
  position: relative;
}
.latest-comments li .comments-box .comments-text .avatar-name h5 {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 700;
  line-height: 27px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.latest-comments li .comments-box .comments-text .avatar-name span {
  color: #616670;
  font-size: 14px;
  font-weight: 400;
}
.latest-comments li .comments-box .comments-text .comment-reply-link i {
  color: #D9A14C;
}
.latest-comments li .comments-box .comments-text p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
  color: #616670;
  display: block;
}
.latest-comments li .comments-box .comments-text p a {
  text-decoration: underline;
  color: #D9A14C;
}
.latest-comments li .comments-box .comments-text .comment-reply-link {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #26262c;
  border: 1px solid #E3E3E3;
  padding: 5px 24px;
  gap: 8px;
  position: absolute;
  top: 0;
  right: 0;
}
.latest-comments li .comments-box .comments-text .comment-reply-link:hover {
    color: #ffffff;
    background: #D9A14C;
}
.latest-comments li .comments-box .comments-text .comment-reply-link:hover i {
  color: #ffffff;
}
.blog-area ol, .blog-area ul {
  padding-left: 0;
}
.widget.widget_categories ul li a {
  float: left;
  margin-bottom: 0;
  line-height: 20px;
}
.wp-block-column.has-pale-cyan-blue-background-color.has-background.is-layout-flow.wp-block-column-is-layout-flow p, .wp-block-columns.has-pale-pink-background-color.has-background.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex p, .wp-block-group__inner-container.is-layout-flow.wp-block-group-is-layout-flow p {
    color: #1C1A1D;
}
p.has-small-font-size {
    margin-top: 40px;
}
.single-post-item .post-content p[style*="font-size:46px"] {
    line-height: 56px;
}
aside.sidebar .widget:last-child {
    margin-bottom: 0;
}
.post-content ul {
    margin-bottom: 20px;
}
.single-post-item .blog-post-tag .post-tag-list a, .post-cat-list a {
    color: #616670;
}
.single-post-item .post-thumbnail img, .single-post-item .post-video img {
    object-fit: cover;
}
img.alignright.size-thumbnail.wp-image-827 {
    float: none;
}
article.single-post-item.post-575.post.type-post.status-publish.format-quote.hentry.category-classic.category-post-formats.tag-post-formats.tag-quote.post_format-post-format-quote .single-post-meta {
  margin-top: 20px;
}
.post-content ol, .mejs-container.wp-audio-shortcode.mejs-audio {
    margin-bottom: 20px;
}
.single-post-item .blog-post-tag .post-tag-list {
    line-height: 0;
    display: inline;
}
.sidebar-form form.search-form input[type="text"] {
    padding-right: 50px;
}
.sidebar-form form.search-form button {
    line-height: 32px;
}
.pageontent.blog-search-content .sidebar-form {
    display: inline-block;
    width: 100%;
}
.pageontent.blog-search-content input[type="text"] {
    width: 100%;
    padding-left: 10px;
}
.pageontent.blog-search-content form.search-form button {
    margin-top: 5px;
}
.header-1.sticky .header-wrap {
    padding: 10px 0;
}
.post-audio.embed-responsive > p {
    display: none;
}
.blogs-wrapper, .blog-details-wrapper {
    padding-right: 10px;
}
.header-1.sticky .header-wrap .main-menu ul li:hover > .submenu {
    transform: translateY(10px);
}
.pagination-wrapper.mt-50.text-center {
    display: inline-flex;
    width: 100%;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

ul.pagination {
    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;
}

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

.pagination-wrapper ul.pagination span, .pagination-wrapper ul.pagination a {
    display: block;
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 50%;
    background-color: var(--theme-color);
}
/* === Theme Unit Test End === */
.blog-style-1 .singleblog {
  margin-bottom: 40px;
}

.pt-140 {
  padding-top: 140px;
}
.pt-135{
  padding-top: 135px;
}
.pb-105{
  padding-bottom: 105px;
}
.copy-footer p {
  color: #ffffff;
}

.copy-footer {
  padding: 20px 0 5px 0;
}
.widget_latest_post > ul li {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  border: none;
  align-items: center;
  padding: 0;
}
.widget_latest_post > ul li .latest-post-thumb {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.widget_latest_post > ul li .latest-post-desc .latest-post-title a {
    color: #1c1a1d;
    width: 100%;
    font-size: 20px;
    font-family: "Cormorant", serif;
    top: 10px;
    font-weight: 700;
}
.single-post-item .post-meta span, .single-post-item .post-content-wrapper .read-more .theme-btn {
  color: inherit;
}
.work-style-2 .singleitem {
  margin: 0;
}
.banner-area .banner-inner img {
  width: 100%;
  background-size: cover;
}
.author-thumb.text-center img {
  border-radius: 50%;
}
.main-item-box .singleitem:first-child {
  margin-top: 0;
}
.service-style-4 .service:hover .service__icon img {
  filter: brightness(2);
}
.service-details.section-padding, .service-details.section-padding {
  padding-bottom: 140px;
}
.page-breadcrumb-area.page-bg {
    background-size: cover;
    background-position: center center;
}
.single-post-item .blog-post-tag .post-tag-list a {
    border: 1px solid #E3E3E3;
    margin-right: 10px;
    margin-bottom: 10px;
}
.widget ul li a, .widget ol li a, .widget .tagcloud a, .widget .wp-block-tag-cloud a {
  font-family: "Plus Jakarta Sans", serif;
}
aside.sidebar li.cat-item {
margin-bottom: 0;
}

@media only screen and (min-width: 1600px) {
  

}
/* Medium Layout: 1200px. */
@media only screen and (min-width: 1600px) and (max-width: 1680px){
    
    
}
@media only screen and (min-width: 1440px) and (max-width: 1599px){
    
}
@media only screen and (min-width: 1366px) and (max-width: 1439px){
   
}
@media only screen and (min-width: 1201px) and (max-width: 1365px){
    
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .service-style-2 .content p {
      display: none;
    }
    .service-style-1 .service {
      width: 30%;
  }
  
  .breadcrumb-wrapper h3.page-title, .breadcrumb-wrapper .page-heading h2 {
    font-size: 50px;
  }
  .banner-inner h2.title {
    font-size: 50px;
  }
  .blog-details .blog-widget-left .social {
    gap: 10px;
  }
  .blog-details .blog-widget-left .left-items {
    gap: 10px;
    width: 100%;
}
.blog-details .blog-widget-left .left-items span {
  margin-right: 0;
  width: 52%;
}
.service-style-2 .singleitem .content .title {
  width: 80%;
}

}
@media (min-width: 991px) and (max-width: 1024px) {
      .service-style-1 .service {
      width: 90%;
  }
}


/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    
  .work-style-2 .singleitem.active .singleitem__icon {
    top: 115px;
  }
  .service .service__content p {
    padding-right: 0px;
  }
  .team-style-2 .singleitems__thumb {
    width: 235px;
  }
  .team-style-2 .singleitems__iconbox a {
    width: 90px;
    height: 90px;
  }
  .service-style-1 .service__content .bg-img .section-title-md {
    width: 60%;
  }
  .breadcrumb-wrapper h3.page-title, .breadcrumb-wrapper .page-heading h2 {
    font-size: 46px;
  }
  .about-style-1::before {
    height: 82%;
  }
   
}

@media only screen and (min-width: 768px) and (max-width: 864px){
    
}
/* Tablet Layout wide: 768px. */

@media only screen and (max-width: 767px) {
   
  .work-style-2 .singleitem.active .singleitem__icon {
    top: 74px;
  }
  .elementor-element.footer-banner.elementor-widget.elementor-widget-heading h2.elementor-heading-title.elementor-size-default {
    font-size: 48px;
  }
  .blog-details .blog-widget-left .left-items span {
      width: 32%;
      margin-right: 0;
  }
  
}

@media (max-width: 991px){
  .service-style-2 .content p {
    display: none;
  }
  .breadcrumb-wrapper h3.page-title, .breadcrumb-wrapper .page-heading h2 {
    font-size: 46px;
  }
  .banner-inner h2.title {
    font-size: 34px;
  }
  .blog-details .blog-widget-left .left-items {
    gap: 10px;
  }
  .blog-details .blog-widget-left .left-items span {
    width: 30%;
    margin-right: 0;
  }
  .service-style-1 .service__content .bg-img .section-title-md {
      top: 54px;
      width: 50%;
  }
  .about-style-1::before {
    height: 80%;
}

  
    
}
/* medium tablet layout 425px */

@media only screen and (max-width: 599px) {
.breadcrumb-wrapper h3.page-title, .breadcrumb-wrapper .page-heading h2 {
    font-size: 36px;
    line-height: 46px;
}
  .service-style-1 .service__content .bg-img .section-title-md {
    font-size: 24px;
    width: 60%;
    top: 10%;
  }
  .elementor-element.footer-banner.elementor-widget.elementor-widget-heading h2.elementor-heading-title.elementor-size-default {
    font-size: 40px;
  }
  .single-post-item .post-meta span:nth-child(2) {
    display: none;
  }
  .single-post-item .post-title.blog {
    font-size: 24px;
    line-height: 28px;
  }
  .single-post-item .post-meta span {
    font-size: 15px;
  }
  .blog-details .blog-widget-left .left-items {
    gap: 10px;
  }
  .blog-details .blog-widget-left .left-items span {
    width: 40%;
    margin-right: 0;
  }
  .service .service__content p {
    padding-right: 0;
  }
  .service-style-1 .service__content .bg-img .icon-box img {
    width: 70%;
  }
  .about-style-1::before {
    height: 78%;
  }
   
}

/* mobile tablet layout 414px */

@media only screen and (max-width: 414px) {
.service-style-1 .service__content .bg-img p {
    bottom: 40px;
}
  .service-style-1 .service__content .bg-img .section-title-md {
    line-height: 34px;
    font-size: 30px;
  }
  .team-style-1 .singleitem__social {
    right: 22px;
    top: 140px;
  }
  .elementor-element.elementor-element-d682a41.e-con-full.space.e-flex.e-con.e-parent.e-lazyloaded {
    padding-top: 80px;
  }
  .space .section-content {
    padding-bottom: 20px;
  }
  .space .btn-box.wow.fadeInUp.animated {
    margin-top: 40px;
  }
.elementor-element.footer-banner.elementor-widget.elementor-widget-heading h2.elementor-heading-title.elementor-size-default {
    font-size: 30px;
    line-height: 36px;
}
  .banner-inner h2.title {
    font-size: 20px;
  }
  .single-post-item .post-meta span:nth-child(2) {
    display: none;
  }
  .single-post-item .post-title.blog {
    font-size: 24px;
    line-height: 28px;
  }
  .single-post-item .post-content-wrapper .read-more {
    padding: 8px;
  }
  .single-post-item .post-content-wrapper .read-more .comment-meta-wrapper .comment-meta {
    font-size: 15px;
  }
  .single-post-item .post-meta span {
      font-size: 15px;
  }

}

/* mobile tablet layout 375px */

@media only screen and (max-width: 384px) {
    .service-style-1 .service__content .bg-img .section-title-md {
      left: 15px;
      line-height: 30px;
      font-size: 24px;
    }
    .service-style-1 .service__content .bg-img p {
      left: 16px;
      top: 94px;
      font-size: 15px;
      line-height: 22px;
    }
    .service-style-1 .service__content .bg-img .icon-box {
      position: absolute;
      top: -8px;
      right: -10px;
    }
    .about-style-1 .about-content {
      padding-bottom: 90px;
    }
    .service-style-1 {
        margin-top: 10px;
    }
    .service-style-2 .content p {
      display: none;
    }
    .team-style-1 .singleitem__social {
      right: 17px;
      top: 115px;
    }
    .team-style-1 {
      margin-top: 20px;
    }
    .team-style-1 .singleitem__iconbox {
      right: -10px;
      top: -10px;
    }
    .service-style-2 .singleitem .content .title {
      width: 100%;
    }
    .hero-style-1 .info-content p span {
      margin-bottom: 20px;
    }
    .team-style-2 .singleitems__iconbox {
      right: -10px;
      top: -10px;
    }
    .work-style-2,  .work-style-2, .elementor-element.elementor-element-a7428ff.space .e-con-inner {
      padding-top: 0px !important;
    }
    .work-style-2 .wrapper {
      margin-top: 0;
    }
    .elementor-element.elementor-element-d682a41.e-con-full.space {
      padding-top: 80px;
    }
    .portfolio-style-1 {
      padding-top: 15px !important;
    }
    .team-style-2 .singleitems__social {
      right: 19px;
      top: 120px;
    }
    .about-style-1 .about-content {
      padding-bottom: 6px;
    }
    .banner-inner h2.title {
      font-size: 18px;
    }
    .single-post-item .post-meta span {
      font-size: 15px;
    }
    .single-post-item .post-meta span:nth-child(2) {
      display: none;
    }
    .single-post-item .post-title.blog {
      font-size: 24px;
      line-height: 28px;
    }
    .single-post-item .post-content-wrapper .read-more {
      padding: 8px;
    }
    .single-post-item .post-content-wrapper .read-more .comment-meta-wrapper .comment-meta {
      font-size: 15px;
    }
      
}


/* mobile tablet layout 360px */

@media only screen and (max-width: 360px) {

    
}

/* mobile tablet layout 320px */

@media only screen and (max-width: 320px) {
  .service-style-1 .service__content .bg-img .section-title-md {
    left: 15px;
    line-height: 30px;
  }
  .service-style-1 .service__content .bg-img p {
    left: 16px;
    top: 80px;
  }
  .service-style-1 .service__content .bg-img .icon-box {
    position: absolute;
    top: -8px;
    right: -10px;
  }


}


/* === My Custom Css === */

/* Fade-zoom effect for Magnific Popup */
.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.3s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
    transform: scale(1);
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
    transform: scale(0.8);
}
.btn-box.wow.fadeInUp.animated a.theme-btn {
    line-height: 30px;
}
.breadcrumb-list a {
    color: #fff;
    padding-left: 15px;
}
.single-post-item .post-content-wrapper {
    padding-top: 40px;
    padding: 40px;
}
aside.sidebar .widget {
    background-color: #F4F4F4;
    padding: 40px;
    margin-bottom: 40px;
}
h4.wp-block-heading {
    background-color: transparent !important;
    padding: 0;
}
aside.sidebar ul  li.cat-item {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
.blog-area img {
    filter: grayscale(100%);
}
.gallery-icon.landscape {
    overflow: hidden;
    width: 96px;
    height: 96px;
    border-radius: 6px;
}
.gallery-icon.landscape a 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%);
    margin-bottom: 10px !important;
}
.gallery-icon.landscape a:hover img {
    transform: scale(1.1);
    border-radius: 6px;
}
.gallery-item {
    margin-bottom: 10px;
}
.search-cell .search-field-holder {
    display: flex;
    align-items: center;
}
.search-cell .main-search-input {
    flex: 1;
    padding: 10px;
    outline: none;
}
.search-cell .search-submit {
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 10px;
}
a, code, blockquote p a, a>code, button, p a {
  color: #23262D;
}
a:hover, li.wp-block-pages-list__item a:hover, ul.wp-block-rss li.wp-block-rss__item a:hover {
  color: #D9A14C;
}
.bypostauthor {
  font-size: 16px;
}
.breadcrumb-area.only-front-page {
  display: none;
}
.blog-style-1 .singleblog {
  margin-bottom: 40px;
}

.slick-slide {
  width: auto !important; 
}
.footer-bottom-wrapper {
  justify-content: center;
}
.footer.style-1 {
  background: rgba(0, 0, 0, 0.6980392157);
}
.header-area.style-7 .header-menu-area .main-menu ul li:last-child a {
  padding-right: 0;
}
.header-menu-area.sticky-header.sticky_menu {
  background-color: rgba(18, 18, 18, 0.7019607843);
}
.post-tag-list a {
  border: 1px solid #E3E3E3;
  padding: 5px 15px;
  border-radius: 5px;
}
.post-cat-list a {
  border: 1px solid #E3E3E3;
  padding: 0 15px;
  border-radius: 5px;
  display: inline-block;
  color: #23262D;
}
.post-cat-list a:hover {
  color: #D9A14C;
}
.blog-details-wrapper .single-post-item .single-post-meta.default {
  display: block;
}
.blog-details-wrapper .single-post-item .single-post-meta.default .blog-post-tag {
  display: grid;
}
.blog-details-wrapper .single-post-item .single-post-meta.default .blog-post-cat, .blog-details-wrapper .single-post-item .single-post-meta.default .blog-post-tag span.title, .blog-details-wrapper .single-post-item .single-post-meta.default .blog-post-cat span {
  margin-bottom: 10px;
}
.blog-style-1 .singleblog__thumb.wow.img-custom-anim-left {
  margin-bottom: 20px;
}
.latest-comments li .comments-box .comments-text .comment-reply-link {
  border: 1px solid #E3E3E3;
} 
section.blog-area .thumb1 {
    margin-bottom: 20px;
}
.post-content p {
    margin-bottom: 20px !important;
}
h3.heading {
    font-weight: 600;
}
@media (min-width: 768px) {
    .elementor-2068 .elementor-element.elementor-element-b207b3c {
        --width: 100% !important;
    } 
}
.brand-slider-wrappper .swiper-wrapper {
    align-items: center;
    vertical-align: middle;
}
/* Video animation */
/* Advanced video button styling */
.video-box {
  perspective: 1000px;
}

.video-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(145deg, #ffffff, #B69974);
  box-shadow: 
    0 10px 30px rgba(0, 0, 0, 0.15),
    inset 5px 5px 10px rgba(255, 255, 255, 0.8),
    inset -5px -5px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 2;
  overflow: hidden;
}

/* Play icon styling */
.video-icon svg {
  width: 24px;
  height: 24px;
  transition: all 0.5s ease;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
}

/* Pulse animation ring */
.video-icon::before,
.video-icon::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: white;
  opacity: 0.6;
  z-index: -1;
  transition: all 0.5s ease-out;
}

/* Second ring */
.video-icon::after {
  opacity: 0.4;
  transition-delay: 0.15s;
}

/* Ripple effect */
.video-icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(182, 153, 116, 0.8);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: -1;
  transition: all 0.5s ease;
}

/* Hover effect */
.video-icon:hover {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.2),
    inset 5px 5px 10px rgba(255, 255, 255, 0.5),
    inset -5px -5px 10px rgba(0, 0, 0, 0.1);
}

.video-icon:hover::before {
  width: 300%;
  height: 300%;
  opacity: 1;
}

.video-icon:hover svg {
  transform: scale(1.2);
  fill: white;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.3));
}

/* Pulse animation */
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  70% {
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-delay {
  0% {
    transform: scale(1);
    opacity: 0.4;
  }
  70% {
    transform: scale(1.7);
    opacity: 0;
  }
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}

/* Continuous pulse animation */
.video-box .video-icon::before {
  animation: pulse 2s infinite;
}

.video-box .video-icon::after {
  animation: pulse-delay 2s infinite;
  animation-delay: 0.5s;
}

/* Click effect */
.video-icon:active {
  transform: scale(0.95);
  box-shadow: 
    0 5px 15px rgba(0, 0, 0, 0.1),
    inset 3px 3px 7px rgba(255, 255, 255, 0.5),
    inset -3px -3px 7px rgba(0, 0, 0, 0.1);
}

/* 3D floating animation */
@keyframes float {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-10px) rotate(3deg);
  }
  100% {
    transform: translateY(0px) rotate(0deg);
  }
}

/* Home 2  */
/* Smooth Contact Button Animation */
.contact-btn {
  position: relative;
  transition: all 0.4s ease;
}

.contact-btn a {
  position: relative;
  display: inline-block;
  padding: 12px 28px;
  color: white;
  background: rgba(40, 40, 40, 0.8);
  border-radius: 30px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  overflow: hidden;
  transition: all 0.4s ease;
  z-index: 1;
}

/* Create shine effect */
.contact-btn a:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: all 0.6s ease;
  z-index: -1;
}

/* Button hover effects */
.contact-btn a:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  background: rgba(60, 60, 60, 0.9);
  border-color: rgba(255, 255, 255, 0.4);
}

/* Animate the shine effect on hover */
.contact-btn a:hover:before {
  left: 100%;
  transition: all 0.6s ease;
}

/* Add subtle pulse animation using the wow attributes */
@keyframes subtlePulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.contact-btn.animated {
  animation: subtlePulse 2s infinite;
}
.about-style-1 .section-content .planning-list {
    position: relative;
    top: 60px;
}
a.theme-btn {
  font-family: "Plus Jakarta Sans", serif !important;
}