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

    Template Name: Almakka - Hajj & Umrah Agency HTML Template
    Author: Theme Pure
    Support: basictheme400@gmail.com
    Description: Almakka - Hajj & Umrah Agency HTML Template
    Version: 1.0

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

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

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

	-----------------
    02. COMPONENTS css
	-----------------
		2.1 Back to top
		2.2 Theme Settings
		2.3 Buttons
		2.4 Animations
		2.5 preloader
		2.6 Background 
		2.7 Carousel
		2.8 Nice Select
		2.9 Pagination
		2.10 Offcanvas
		2.11 Breadcrumb
		2.12 Accordion
		2.13 Tab
		2.14 Modal
		2.15 Section Title
		2.14 Error 404 Page
	-----------------
    03. HEADER CSS
	-----------------
		3.1 Header Css Start

    ---------------------------------
	04. MENU CSS
	---------------------------------
		4.1 Main menu css
		4.2 Meanmenu css

	---------------------------------
	05. BLOG CSS
	---------------------------------
		5.1 Postbox css
		5.2 Recent Post css
		5.3 Sidebar css

	---------------------------------
	06. FOOTER CSS
	---------------------------------
		6.1 Footer Style 1

	---------------------------------
	07. PAGES CSS
	---------------------------------
		7.1 Slider css
		7.2 About css
		7.3 Offer css
		7.4 Banner css
		7.5 Feature css
		7.6 Video css
		7.7 CTA css
		7.8 Price css
		7.9 Testimonial css
		7.10 Sponsor css
		7.11 Subscribe css
		7.12 Count css
		7.13 Team css
		7.14 Faq css
		7.15 Contact css


**********************************************/
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.xc-transition-common {
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.xc-transition-color {
  -webkit-transition: color 0.3s 0s ease-out;
  -moz-transition: color 0.3s 0s ease-out;
  -ms-transition: color 0.3s 0s ease-out;
  -o-transition: color 0.3s 0s ease-out;
  transition: color 0.3s 0s ease-out;
}

.xc-transition-transform {
  -webkit-transition: transform 0.3s 0s ease-out;
  -moz-transition: transform 0.3s 0s ease-out;
  -ms-transition: transform 0.3s 0s ease-out;
  -o-transition: transform 0.3s 0s ease-out;
  transition: transform 0.3s 0s ease-out;
}

.xc-transition-border-color {
  -webkit-transition: border-color 0.3s 0s ease-out;
  -moz-transition: border-color 0.3s 0s ease-out;
  -ms-transition: border-color 0.3s 0s ease-out;
  -o-transition: border-color 0.3s 0s ease-out;
  transition: border-color 0.3s 0s ease-out;
}

.xc-transition-bg-color {
  -webkit-transition: backgroud-color 0.3s 0s ease-out;
  -moz-transition: backgroud-color 0.3s 0s ease-out;
  -ms-transition: backgroud-color 0.3s 0s ease-out;
  -o-transition: backgroud-color 0.3s 0s ease-out;
  transition: backgroud-color 0.3s 0s ease-out;
}

.xc-transition-fz {
  -webkit-transition: font-size 0.3s 0s ease-out;
  -moz-transition: font-size 0.3s 0s ease-out;
  -ms-transition: font-size 0.3s 0s ease-out;
  -o-transition: font-size 0.3s 0s ease-out;
  transition: font-size 0.3s 0s ease-out;
}

:root {
  /**
  @font family declaration
  */
  --xc-ff-body: 'Manrope', sans-serif;
  --xc-ff-heading: 'Poppins', sans-serif;
  --xc-ff-p: 'Manrope', sans-serif;
  --xc-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --xc-common-white: #ffffff;
  --xc-common-black: #000;
  --xc-common-black-2: #0c0b09;
  --xc-heading-primary: #000;
  --xc-grey-1: #b4b4b4;
  --xc-grey-2: #727679;
  --xc-text-body: #616161;
  --xc-text-1: #000;
  --xc-theme-primary: #28a745;
  --xc-theme-secondary: #f1a926;
  --xc-border-1: #ebebeb;
  --xc-border-2: #1a1a1a;
}

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

/*---------------------------------
	typography css start 
---------------------------------*/
body {
  font-family: var(--xc-ff-body);
  font-size: var(--xc-fz-body);
  font-weight: normal;
  color: var(--xc-text-body);
  line-height: 26px;
}

body.locked {
  overflow-y: hidden;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--xc-ff-heading);
  color: var(--xc-heading-primary);
  margin-top: 0px;
  font-weight: 700;
  line-height: 1.2;
  -webkit-transition: color 0.3s 0s ease-out;
  -moz-transition: color 0.3s 0s ease-out;
  -ms-transition: color 0.3s 0s ease-out;
  -o-transition: color 0.3s 0s ease-out;
  transition: color 0.3s 0s ease-out;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

p {
  font-family: var(--xc-ff-p);
  font-size: var(--xc-fz-p);
  font-weight: 400;
  color: var(--xc-text-body);
  margin-bottom: 15px;
  line-height: 30px;
}

a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
  @extendxc-transition-common;
}

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

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

.pl-0 {
  padding-left: 0;
}

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

.fix {
  overflow: hidden;
}

.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: #EFF0F2;
  height: 60px;
  width: 100%;
  line-height: 60px;
  font-size: 16px;
  border: 2px solid #EFF0F2;
  color: var(--xc-common-black);
  padding-left: 29px;
  padding-right: 29px;
}
[dir=rtl] input[type=text],
[dir=rtl] input[type=email],
[dir=rtl] input[type=tel],
[dir=rtl] input[type=number],
[dir=rtl] input[type=password],
[dir=rtl] input[type=url],
[dir=rtl] textarea {
  text-align: right;
}
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 { /* Chrome/Opera/Safari */
  color: #84848B;
}
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 { /* Firefox 19+ */
  color: #84848B;
}
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 { /* Firefox 4-18 */
  color: #84848B;
}
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 { /* IE 10+  Edge*/
  color: #84848B;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=url]::placeholder,
textarea::placeholder { /* MODERN BROWSER */
  color: #84848B;
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

*::-moz-selection {
  background: var(--xc-common-black);
  color: var(--xc-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--xc-common-black);
  color: var(--xc-common-white);
  text-shadow: none;
}

::selection {
  background: var(--xc-common-black);
  color: var(--xc-common-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--xc-common-black);
  font-size: var(--xc-fz-body);
  opacity: 1;
}

*::placeholder {
  color: var(--xc-common-black);
  font-size: var(--xc-fz-body);
  opacity: 1;
}

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

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

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

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

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

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

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

.demo {
  -webkit-transition: color 0.3s 0s linear;
  -moz-transition: color 0.3s 0s linear;
  -ms-transition: color 0.3s 0s linear;
  -o-transition: color 0.3s 0s linear;
  transition: color 0.3s 0s linear;
  -webkit-transition: color 0.3s linear, transform 0.2s ease;
  -moz-transition: color 0.3s linear, transform 0.2s ease;
  -ms-transition: color 0.3s linear, transform 0.2s ease;
  -o-transition: color 0.3s linear, transform 0.2s ease;
  transition: color 0.3s linear, transform 0.2s ease;
}
[dir=rtl] .demo {
  margin-left: 0;
  margin-right: 15px;
}
div.demo img {
  margin-left: 10px;
}

[xc-theme=xc-theme-dark] .demo {
  color: yellow;
}

/*----------------------------------------
    Body Overlay 
-----------------------------------------*/
.body-overlay {
  background-color: var(--xc-common-black);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.body-overlay:hover {
  cursor: pointer;
}

.body-overlay.opened {
  opacity: 0.5;
  visibility: visible;
}

/* dropcap */
.xc-dropcap::first-letter {
  font-size: 50px;
  font-weight: 700;
  float: left;
  text-align: center;
  color: var(--xc-common-black);
  background-color: var(--xc-common-white);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  margin-right: 5px;
  line-height: inherit;
}

.class {
  stroke-dasharray: 189px, 191px;
  stroke-dashoffset: 0px;
}

.xc-preloader {
  position: fixed;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.xc-preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100px auto;
  width: 100%;
  height: 100%;
}
@media (max-width: 575px) {
  .xc-preloader__image {
    background-size: 50px auto;
  }
}

/*---------------------------------
    1.3 Default Spacing
---------------------------------*/ /*----------------------------------------*/
/*  2.1 Back to top
/*----------------------------------------*/
.xc-back-to-top-wrapper {
  position: fixed;
  right: 50px;
  bottom: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
@media (max-width: 575px) {
  .xc-back-to-top-wrapper {
    right: 20px;
    bottom: 20px;
  }
}
.xc-back-to-top-wrapper.xc-back-to-top-btn-show {
  visibility: visible;
  opacity: 1;
  bottom: 50px;
}

.xc-back-to-top-btn {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: var(--xc-theme-primary);
  box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
  color: var(--xc-common-white);
  border-radius: 50%;
  transition: 0.2s;
}
.xc-back-to-top-btn svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.xc-back-to-top-btn:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}

/*----------------------------------------*/
/*  2.2 Theme Settings
/*----------------------------------------*/
.xc-theme-settings-area {
  position: fixed;
  top: 50%;
  left: 0;
  width: 240px;
  background-color: #fff;
  border: 1px solid #EAEAEF;
  -webkit-transform: translateY(-50%) translateX(-100%);
  -moz-transform: translateY(-50%) translateX(-100%);
  -ms-transform: translateY(-50%) translateX(-100%);
  -o-transform: translateY(-50%) translateX(-100%);
  transform: translateY(-50%) translateX(-100%);
  z-index: 991;
  direction: ltr;
  border-bottom-right-radius: 4px;
  transition: 0.3s;
}
.xc-theme-settings-area.settings-opened {
  -webkit-transform: translateY(-50%) translateX(0%);
  -moz-transform: translateY(-50%) translateX(0%);
  -ms-transform: translateY(-50%) translateX(0%);
  -o-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
}
.xc-theme-settings-area.settings-opened .xc-theme-settings-gear {
  opacity: 0;
}
.xc-theme-settings-area.settings-opened .xc-theme-settings-close {
  opacity: 1;
}
.xc-theme-settings-open {
  position: absolute;
  top: -1px;
  left: 100%;
}
.xc-theme-settings-open button {
  background-color: var(--xc-common-white);
  border: 1px solid #EAEAEF;
  border-left: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  color: var(--xc-common-black);
  position: relative;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.xc-theme-settings-gear {
  display: inline-block;
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.xc-theme-settings-close {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.xc-theme-header-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
}
.xc-theme-wrapper {
  padding: 20px 30px 30px;
}
.xc-theme-toggle {
  text-align: center;
}
.xc-theme-toggle-main {
  display: inline-block;
  width: 160px;
  margin: auto;
  position: relative;
  z-index: 1;
  background-color: #f0f0f5;
  padding: 4px;
  border-radius: 20px;
}
.xc-theme-toggle-light, .xc-theme-toggle-dark {
  display: inline-block;
  width: 48%;
  height: 26px;
  line-height: 26px;
}
.xc-theme-toggle input {
  display: none;
}
.xc-theme-toggle:hover {
  cursor: pointer;
}
.xc-theme-toggle label {
  color: var(--xc-common-black);
  font-size: 14px;
  font-weight: 500;
}
.xc-theme-toggle label:hover {
  cursor: pointer;
}
.xc-theme-toggle #xc-theme-toggler {
  display: none;
}
.xc-theme-toggle #xc-theme-toggler:checked + i {
  right: calc(50% - 4px);
}
.xc-theme-toggle-slide {
  position: absolute;
  top: 50%;
  right: 4px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50%;
  height: 26px;
  color: var(--xc-common-black);
  background-color: var(--xc-common-white);
  border-radius: 30px;
  -webkit-transform: translate3d(0, 0);
  transform: translate3d(0, 0);
  -webkit-transition: 0.2s cubic-bezier(0.25, 1, 0.5, 1);
  -o-transition: 0.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.2s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: -1;
}
.xc-theme-dir {
  text-align: center;
  display: none;
}
.xc-theme-dir-main {
  display: inline-block;
  width: 160px;
  margin: auto;
  position: relative;
  z-index: 1;
  background-color: #f0f0f5;
  padding: 4px;
  border-radius: 20px;
}
.xc-theme-dir-ltr, .xc-theme-dir-rtl {
  display: inline-block;
  width: 48%;
  height: 26px;
  line-height: 26px;
}
.xc-theme-dir input {
  display: none;
}
.xc-theme-dir:hover {
  cursor: pointer;
}
.xc-theme-dir label {
  color: var(--xc-common-black);
  font-size: 14px;
  font-weight: 500;
}
.xc-theme-dir label:hover {
  cursor: pointer;
}
.xc-theme-dir #xc-dir-toggler {
  display: none;
}
.xc-theme-dir #xc-dir-toggler:checked + i {
  right: calc(50% - 4px);
}
.xc-theme-dir-slide {
  position: absolute;
  top: 50%;
  right: 4px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50%;
  height: 26px;
  color: var(--xc-common-black);
  background-color: var(--xc-common-white);
  border-radius: 30px;
  -webkit-transform: translate3d(0, 0);
  transform: translate3d(0, 0);
  -webkit-transition: 0.2s cubic-bezier(0.25, 1, 0.5, 1);
  -o-transition: 0.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.2s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: -1;
}
.xc-theme-color-item.active button::before {
  opacity: 1;
  visibility: visible;
}
.xc-theme-color-btn {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
}
.xc-theme-color-btn::before {
  position: absolute;
  content: "\f00c";
  font-weight: 600;
  font-family: var(--xc-ff-fontawesome);
  color: var(--xc-common-white);
  font-size: 16px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.xc-theme-color-btn.xc-color-settings-btn[data-color="#2CAE76"] {
  background-color: #2CAE76;
}
.xc-theme-color-btn.xc-color-settings-btn[data-color="#008080"] {
  background-color: #008080;
}
.xc-theme-color-btn.xc-color-settings-btn[data-color="#AB6C56"] {
  background-color: #AB6C56;
  color: black;
}
.xc-theme-color-btn.xc-color-settings-btn[data-color="#3661FC"] {
  background-color: #3661FC;
}
.xc-theme-color-btn.xc-color-settings-btn[data-color="#F50963"] {
  background-color: #F50963;
}
.xc-theme-color-btn.xc-color-settings-btn[data-color="#FF5A1B"] {
  background-color: #FF5A1B;
}
.xc-theme-color-btn.xc-color-settings-btn[data-color="#FA0095"] {
  background-color: #FA0095;
}
.xc-theme-color-btn.xc-color-settings-btn[data-color="#ED212C"] {
  background-color: #ED212C;
}
.xc-theme-color-input {
  margin-top: 15px;
}
.xc-theme-color-input h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
.xc-theme-color-input label {
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--xc-theme-primary);
  transition: 0.3s;
}
.xc-theme-color-input label:hover {
  cursor: pointer;
}
.xc-theme-color-input input {
  display: none;
}

/*----------------------------------------*/
/*  2.3 Buttons
/*----------------------------------------*/
/* theme btn */
.xc-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--xc-common-white);
  background-color: var(--xc-theme-primary);
  background-image: linear-gradient(45deg, transparent 50%, var(--xc-theme-secondary) 50%);
  background-position: 25%;
  background-size: 400%;
  -webkit-transition: background 500ms ease-in-out, color 500ms ease-in-out;
  transition: background 500ms ease-in-out, color 500ms ease-in-out;
  text-align: center;
  font-family: var(--xc-ff-space);
  padding: 17px 60px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 5px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .xc-btn {
    padding: 10px 20px;
    font-size: 14px;
  }
}
.xc-btn i, .xc-btn svg {
  margin-left: 5px;
}
.xc-btn svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.xc-btn:hover {
  color: var(--xc-common-white);
  background-position: 100%;
}
.xc-btn:focus {
  color: var(--xc-common-white);
}

.xc-call-btn {
  display: inline-flex;
  align-items: center;
  background-color: var(--xc-theme-secondary);
  background-image: linear-gradient(45deg, transparent 50%, var(--xc-theme-primary) 50%);
  background-position: 25%;
  background-size: 400%;
  -webkit-transition: background 500ms ease-in-out, color 500ms ease-in-out;
  transition: background 500ms ease-in-out, color 500ms ease-in-out;
  padding: 10px 20px;
  border-radius: 5px;
  transition: 0.3s;
}
.xc-call-btn:hover {
  background-position: 100%;
}
.xc-call-btn .xc-icon {
  font-size: 20px;
  color: var(--xc-common-white);
  margin-right: 10px;
}
.xc-call-btn .xc-info p {
  color: var(--xc-common-white);
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
}
.xc-call-btn .xc-info p.number {
  font-weight: bold;
  font-size: 15px;
}

/* offcanvas btn */
.xc-offcanvas-open-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 5px;
  width: 50px;
  height: 50px;
  border: 2px solid var(--xc-common-black);
  border-radius: 50%;
  transition: 0.3s;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .xc-offcanvas-open-btn {
    width: 40px;
    height: 40px;
    border: 1px solid var(--xc-common-black);
  }
}
.xc-offcanvas-open-btn span {
  width: 25px;
  height: 3px;
  border-radius: 5px;
  display: inline-block;
  background-color: var(--xc-common-black);
  transition: 0.3s;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .xc-offcanvas-open-btn span {
    width: 20px;
    height: 2px;
  }
}
.xc-offcanvas-open-btn span:nth-child(2) {
  margin-left: 5px;
}
.xc-offcanvas-open-btn:hover {
  border-color: var(--xc-theme-primary);
}
.xc-offcanvas-open-btn:hover span {
  background-color: var(--xc-theme-primary);
}

.xc-more-btn {
  color: var(--xc-theme-primary);
  font-weight: 700;
  transition: 0.3s;
}
.xc-more-btn i {
  margin-left: 10px;
}
.xc-more-btn:hover {
  color: var(--xc-theme-secondary);
}

/*----------------------------------------*/
/*  2.4 Animations
/*----------------------------------------*/
/* pulse effect animation */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
  }
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
  }
}
/*----------------------------------------*/
/*  2.5 xc-preloader
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.6 background-color
/*----------------------------------------*/
.grey-bg {
  background-color: var(--xc-grey-1);
}

.grey-bg-2 {
  background-color: var(--xc-grey-2);
}

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

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

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

.theme-bg {
  background-color: var(--xc-theme-primary);
}

/*----------------------------------------*/
/*  2.7 Carousel
/*----------------------------------------*/
/* xc range slider css */
.xc-range-slider .inside-slider {
  padding-left: 7px;
  padding-right: 17px;
}
.xc-range-slider .noUi-target {
  background-color: #191C3C;
  border-radius: 12px;
  border: 0;
  box-shadow: none;
}
.xc-range-slider .noUi-connect {
  background-color: var(--xc-theme-primary);
}
.xc-range-slider .noUi-horizontal {
  height: 6px;
}
.xc-range-slider .noUi-handle {
  height: 24px;
  width: 24px;
  background-color: var(--xc-theme-primary);
  border-radius: 50%;
  border: 4px solid var(--xc-common-white);
  box-shadow: 0px 4px 10px rgba(5, 9, 43, 0.3);
  top: -9px;
}
.xc-range-slider .noUi-handle:hover {
  cursor: pointer;
}
.xc-range-slider .noUi-handle::before, .xc-range-slider .noUi-handle::after {
  display: none;
}
.xc-range-slider-dark .noUi-handle {
  border: 4px solid #2D314B;
}

/* xc swiper slider dot */
.xc-swiper-dot .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: var(--xc-grey-1);
  opacity: 1;
  margin: 0 9px;
  position: relative;
}
.xc-swiper-dot .swiper-pagination-bullet::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
}
.xc-swiper-dot .swiper-pagination-bullet button {
  font-size: 0;
}
.xc-swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--xc-theme-primary);
}
.xc-swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  border-color: var(--xc-theme-primary);
  transform: translate(-50%, -50%) scale(1);
}

.xc-swiper-arrow {
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 20px;
  text-align: center;
  background-color: var(--xc-common-white);
  color: var(--xc-common-black);
}
.xc-swiper-arrow:hover {
  background-color: var(--xc-common-black);
  color: var(--xc-common-white);
}

/* xc slick arrow */
/*----------------------------------------*/
/*  2.8 Nice Select
/*----------------------------------------*/
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}
.nice-select::after {
  background-color: transparent;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
  right: 0;
  content: "\f107";
  font-family: var(--xc-ff-fontawesome);
  transform-origin: center;
  color: var(--xc-common-black);
  font-weight: 500;
  height: auto;
  width: auto;
}
.nice-select.open::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled::after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small::after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

/*----------------------------------------*/
/*  2.9 Pagination
/*----------------------------------------*/
.xc-pagination ul {
  padding-left: 0;
  margin-bottom: 0;
}
.xc-pagination ul li {
  display: inline-block;
}
.xc-pagination ul li:not(:last-child) {
  margin-right: 10px;
}
.xc-pagination ul li a, .xc-pagination ul li span {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  border-radius: 7px;
  border: 2px solid #f1f1f1;
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
}
.xc-pagination ul li a:hover, .xc-pagination ul li a.current, .xc-pagination ul li span:hover, .xc-pagination ul li span.current {
  background: var(--xc-theme-primary);
  border-color: var(--xc-theme-primary);
  color: var(--xc-common-white);
}

/*----------------------------------------*/
/*  2.10 Offcanvas
/*----------------------------------------*/
.offcanvas__area {
  position: fixed;
  right: 0;
  top: 0;
  width: 360px;
  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));
  background: var(--xc-common-white) none repeat scroll 0 0;
  -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;
  -ms-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -o-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: 999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.offcanvas__area::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
.offcanvas__area.offcanvas-opened {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
@media (max-width: 575px) {
  .offcanvas__area {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .offcanvas__top {
    margin-bottom: 30px;
  }
}
.offcanvas__wrapper {
  position: relative;
  padding: 50px 40px 145px;
  z-index: 1;
  min-height: 100%;
}
@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}
.offcanvas__close {
  position: absolute;
  top: 30px;
  right: 30px;
}
@media (max-width: 575px) {
  .offcanvas__close {
    right: 20px;
    top: 20px;
  }
}
.offcanvas__close-btn {
  display: inline-block;
  font-size: 16px;
  height: 44px;
  width: 44px;
  line-height: 40px;
  border: 2px solid var(--xc-border-primary);
  background-color: transparent;
  color: var(--xc-text-1);
  border-radius: 50%;
}
.offcanvas__close-btn:hover {
  background-color: var(--xc-theme-primary);
  border-color: transparent;
  color: var(--xc-common-white);
}
.offcanvas__close-btn svg {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
.offcanvas__inner h4 {
  font-family: var(--xc-ff-space);
  font-size: 24px;
  color: var(--xc-common-white);
  line-height: 1.3;
  margin-bottom: 15px;
}
.offcanvas__inner p {
  font-family: var(--xc-ff-inter);
  font-size: 16px;
  line-height: 22px;
  color: var(--xc-common-white);
  margin-bottom: 30px;
}
.offcanvas__inner > img {
  margin-bottom: 30px;
}
.offcanvas__menu ul li {
  list-style: none;
  margin-bottom: 10px;
}
.offcanvas__menu ul li:last-child {
  margin-bottom: 0;
}
.offcanvas__menu ul li a {
  font-weight: 700;
  font-size: 20px;
  color: var(--xc-common-black);
}
.offcanvas__menu ul li:hover > a {
  color: var(--xc-theme-primary);
}
.offcanvas__text p {
  font-family: var(--xc-ff-inter);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.01em;
  color: var(--xc-common-black-4);
  margin-bottom: 25px;
}
.offcanvas__contact-call {
  font-family: var(--xc-ff-space);
  font-weight: 700;
  font-size: 20px;
  color: var(--xc-common-black);
  margin-bottom: 5px;
}
.offcanvas__contact-call a:hover {
  color: var(--xc-theme-primary);
}
.offcanvas__contact-mail {
  font-family: var(--xc-ff-space);
  font-weight: 400;
  font-size: 16px;
  color: var(--xc-text-1);
}
.offcanvas__contact-mail a:hover {
  color: var(--xc-theme-primary);
}
.offcanvas__social {
  margin-bottom: 22px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--xc-border-primary);
}
.offcanvas__social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  background: transparent;
  color: var(--xc-common-black);
  margin-right: 5px;
  border: 2px solid var(--xc-border-primary);
}
.offcanvas__social a:hover {
  background: var(--xc-theme-primary);
  color: var(--xc-common-white);
  border-color: var(--xc-theme-primary);
}
.offcanvas__btn {
  margin-bottom: 125px;
}
.offcanvas__btn a {
  margin-bottom: 20px;
}
.offcanvas__info-item {
  margin-bottom: 38px;
}
.offcanvas__info-item-title {
  font-family: var(--xc-ff-space);
  font-weight: 700;
  font-size: 18px;
  color: var(--xc-common-white);
  margin-bottom: 12px;
}
.offcanvas__info-item p {
  font-size: 16px;
  color: var(--xc-text-16);
  margin-bottom: 0;
  line-height: 22px;
}
.offcanvas__info-item p a:hover {
  color: var(--xc-theme-primary);
}

/*----------------------------------------*/
/*  7.2 Breadcrumb css
/*----------------------------------------*/
.xc-breadcrumb__overlay {
  position: relative;
}
.xc-breadcrumb__overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(12, 26, 33, 0.5);
  z-index: 2;
}
.xc-breadcrumb__title {
  color: var(--xc-common-white);
  font-size: 48px;
}
.xc-breadcrumb__list {
  color: var(--xc-common-white);
}
.xc-breadcrumb__list .dvdr {
  color: var(--xc-common-white);
  padding-left: 5px;
  padding-right: 5px;
}
.xc-breadcrumb__list span + span {
  color: var(--xc-theme-primary);
}

/*----------------------------------------*/
/*  2.12 Accordion
/*----------------------------------------*/
.xc-accordion .accordion-item {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid rgba(var(--xc-common-black), 1);
}
.xc-accordion .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.xc-accordion .accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.xc-accordion .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.xc-accordion .accordion-button {
  padding: 30px 0;
  padding-right: 15px;
  font-size: 24px;
  font-weight: 500;
  color: var(--xc-common-black);
  background-color: transparent;
  /* plus icon css */
}
.xc-accordion .accordion-button::after {
  position: absolute;
  content: "\f106";
  font-family: var(--xc-ff-fontawesome);
  background-image: none;
  top: 28%;
  right: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  color: var(--xc-theme-primary);
  width: auto;
  height: auto;
  font-weight: 500;
  background: none;
}
.xc-accordion .accordion-button.has-plus-icon::after {
  display: none;
}
.xc-accordion .accordion-button .xc-accordion-plus {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 14px;
  height: 14px;
  @extendxc-transition-common;
}
[dir=rtl] .xc-accordion .accordion-button .xc-accordion-plus {
  right: auto;
  left: 0;
}
.xc-accordion .accordion-button .xc-accordion-plus::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #525258;
  border-radius: 2px;
  @extendxc-transition-common;
}
[dir=rtl] .xc-accordion .accordion-button .xc-accordion-plus::after {
  right: 0;
  left: auto;
}
.xc-accordion .accordion-button .xc-accordion-plus::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  background-color: #525258;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 2px;
  @extendxc-transition-common;
}
[dir=rtl] .xc-accordion .accordion-button .xc-accordion-plus::before {
  right: 50%;
  left: auto;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}
.xc-accordion .accordion-button.collapsed::after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  color: var(--xc-common-black);
}
.xc-accordion .accordion-button:not(.collapsed) {
  color: var(--xc-theme-primary);
  background-color: transparent;
  box-shadow: none;
}
.xc-accordion .accordion-button:not(.collapsed) .xc-accordion-plus::before {
  -webkit-transform: translateX(-50%) rotate(90deg);
  -moz-transform: translateX(-50%) rotate(90deg);
  -ms-transform: translateX(-50%) rotate(90deg);
  -o-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
  background-color: var(--xc-theme-primary);
}
[dir=rtl] .xc-accordion .accordion-button:not(.collapsed) .xc-accordion-plus::before {
  -webkit-transform: translateX(50%) rotate(90deg);
  -moz-transform: translateX(50%) rotate(90deg);
  -ms-transform: translateX(50%) rotate(90deg);
  -o-transform: translateX(50%) rotate(90deg);
  transform: translateX(50%) rotate(90deg);
}
.xc-accordion .accordion-button:not(.collapsed) .xc-accordion-plus::after {
  background-color: var(--xc-theme-primary);
}
.xc-accordion .accordion-button:focus {
  box-shadow: none;
  border: 0;
}
.xc-accordion .accordion-button:hover {
  color: var(--xc-theme-primary);
}
.xc-accordion .accordion-button:hover::after {
  color: var(--xc-theme-primary);
}
.xc-accordion .accordion-body {
  padding: 0 0 25px;
}
.xc-accordion .accordion-body p {
  font-size: 16px;
  color: var(--xc-text-1);
}

/*----------------------------------------*/
/*  2.13 Tab
/*----------------------------------------*/
.xc-tab .nav-tabs {
  padding: 0;
  margin: 0;
  border: 0;
}
.xc-tab .nav-tabs .nav-link {
  padding: 0;
  margin: 0;
  border: 0;
}

/*----------------------------------------*/
/*  2.14 Modal
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.15 Section Title
/*----------------------------------------*/
.section__title {
  font-size: 60px;
  color: var(--xc-common-black);
  font-weight: var(--xc-fw-bold);
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section__title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section__title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section__title {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .section__title {
    font-size: 30px;
  }
}
.section__title-pre {
  font-size: 14px;
  font-weight: var(--xc-fw-bold);
  color: var(--xc-theme-primary);
  display: inline-block;
  text-transform: uppercase;
}

.xc-section__title {
  font-size: 44px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .xc-section__title br {
    display: none;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .xc-section__title {
    font-size: 32px;
  }
}
.xc-section__title-wrapper span.xc-icon {
  display: inline-block;
  font-size: 30px;
  color: var(--xc-theme-primary);
  position: relative;
  margin-bottom: 10px;
}
.xc-section__title-wrapper span.xc-icon.has-border::before {
  margin-right: 8px;
  content: "";
  width: 60px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 100%;
  display: inline-block;
  background-color: var(--xc-theme-primary);
}
.xc-section__title-wrapper span.xc-icon.has-border::after {
  margin-left: 8px;
  content: "";
  width: 60px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 100%;
  display: inline-block;
  background-color: var(--xc-theme-primary);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .xc-section__title-wrapper p br {
    display: none;
  }
}

/*----------------------------------------*/
/*  2.14 Error 404 Page
/*----------------------------------------*/
.xc-error__title {
  font-size: 50px;
  letter-spacing: -0.04em;
}
@media (max-width: 575px) {
  .xc-error__title {
    font-size: 30px;
  }
}
.xc-error__content p {
  font-size: 16px;
  line-height: 1.6;
  padding: 0 70px;
  margin-bottom: 27px;
}
@media (max-width: 575px) {
  .xc-error__content p {
    padding: 0;
  }
}
.xc-error__content .tp-btn {
  padding: 12px 26px;
}
.xc-error__content .tp-btn:hover {
  background-color: var(--xc-common-black);
}

/*----------------------------------------*/
/*  7.0 search and nab taggle menu  css
/*----------------------------------------*/
.xc-search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}
.xc-search-popup.opened {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.xc-search-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--xc-common-black);
  opacity: 0.5;
  z-index: -1;
  cursor: url(../img/icons/cross-out.png), pointer;
}

.xc-search-popup__content {
  width: 560px;
  position: relative;
}
.xc-search-popup__content input {
  padding-right: 100px;
}
.xc-search-popup__content button {
  position: absolute;
  top: 2px;
  bottom: 2px;
  right: 2px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: var(--xc-theme-primary);
  color: var(--xc-common-white);
  transition: 0.5s;
}
.xc-search-popup__content button:hover {
  background-color: var(--xc-theme-secondary);
}

/*----------------------------------------*/
/*  02. DRAWER CSS START
/*----------------------------------------*/
/*--------------------------------------------------------------
# xc-mobile Nav
--------------------------------------------------------------*/
.xc-mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  visibility: visible;
}

.xc-mobile-nav__content {
  width: 300px;
  background-color: var(--xc-common-black);
  z-index: 10;
  position: absolute;
  right: 0;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.xc-mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.xc-mobile-nav__wrapper.expanded {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.xc-mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: url(../img/icons/cross-out.png), pointer;
}

.xc-mobile-nav__wrapper.opened {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}
.xc-mobile-nav__wrapper.opened .xc-mobile-nav__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

/*----------------------------------------*/
/*  3.1 Header Css Start
/*----------------------------------------*/
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .xc-header-one__main {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.xc-header-one__top-social span.follow-text {
  padding-right: 20px;
  color: var(--xc-common-white);
}
.xc-header-one__top-social ul {
  padding: 0;
  margin: 0;
}
.xc-header-one__top-social ul li {
  list-style: none;
  display: inline-block;
  border-left: 1px solid var(--xc-border-2);
}
.xc-header-one__top-social ul li:last-child {
  border-right: 1px solid var(--xc-border-2);
}
.xc-header-one__top-social ul li a {
  font-size: 14px;
  color: var(--xc-grey-1);
  padding: 20px;
  display: inline-block;
  line-height: 1;
  transition: 0.3s;
}
.xc-header-one__top-social ul li a:hover {
  color: var(--xc-common-white);
}
.xc-header-one__top-menu ul {
  padding: 0;
  margin: 0;
}
.xc-header-one__top-menu ul li {
  list-style: none;
  display: inline-block;
}
.xc-header-one__top-menu ul li + li {
  padding-left: 30px;
}
.xc-header-one__top-menu ul li a {
  font-size: 12px;
  color: #fff;
  opacity: 0.6;
  padding-top: 20px;
  padding-bottom: 20px;
  display: inline-block;
  line-height: 1;
  transition: 0.3s;
}
.xc-header-one__top-menu ul li a:hover {
  opacity: 1;
}

.xc-header-one__right ul.xc-cta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.xc-header-one__right ul.xc-cta li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.xc-header-one__right ul.xc-cta li:last-child {
  margin-right: 40px;
}
.xc-header-one__right ul.xc-cta li + li {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid var(--xc-border-1);
}
.xc-header-one__right ul.xc-cta li .xc-info p {
  font-size: 12px;
  color: var(--xc-grey-2);
  margin-bottom: 0;
  font-family: var(--xc-ff-heading);
}
.xc-header-one__right ul.xc-cta li .xc-info h4 {
  font-size: 14px;
  font-weight: 600;
}
.xc-header-one__right ul.xc-cta li .xc-info h4 a {
  transition: 0.3s;
}
.xc-header-one__right ul.xc-cta li .xc-info h4 a:hover {
  color: var(--xc-theme-primary);
}
.xc-header-one__right ul.xc-cta li .xc-icon {
  font-size: 28px;
  margin-right: 15px;
  color: var(--xc-theme-primary);
}

.xc-header-one__right-cta {
  border-bottom: 1px solid var(--xc-border-1);
  padding-top: 20px;
  padding-bottom: 20px;
}

.xc-header-one__right-menu .main-menu {
  margin-right: 180px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .xc-header-one__right-menu .main-menu {
    margin-right: 60px;
  }
}

.xc-header-one__right-cta-icons span {
  width: 40px;
  height: 40px;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  border: 2px solid var(--xc-border-1);
  transition: 0.3s;
}
.xc-header-one__right-cta-icons span + span {
  margin-left: 10px;
}
.xc-header-one__right-cta-icons span:hover {
  border-color: var(--xc-theme-primary);
  color: var(--xc-theme-primary);
}
.xc-header-one__right-cta-icons span i {
  font-weight: 500;
}

/* logo */
.xc-header-one__logo {
  position: relative;
}
.xc-header-one__logo::after {
  content: "";
  width: 14px;
  position: absolute;
  top: -30px;
  bottom: -30px;
  right: -70px;
  display: inline-block;
  background-color: var(--xc-theme-primary);
  transform: rotate(15deg);
  clip-path: polygon(29% 5%, 90% 0, 59% 96%, 14% 100%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .xc-header-one__logo::after {
    right: -50px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .xc-header-one__logo::after {
    display: none;
  }
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .xc-header-one__logo img {
    width: 150px;
  }
}

.xc-header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

.xc-header-two__top {
  background-color: rgba(0, 0, 0, 0.3);
}
.xc-header-two__top .xc-cta {
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
}
.xc-header-two__top .xc-cta li {
  list-style: none;
  display: inline-flex;
}
.xc-header-two__top .xc-cta li p {
  color: var(--xc-common-white);
  margin-right: 40px;
  margin-bottom: 0;
}
.xc-header-two__top .xc-cta li span {
  color: var(--xc-theme-primary);
  margin-right: 8px;
}
.xc-header-two__top .xc-cta li span i {
  font-weight: 400;
}
.xc-header-two__main-wrapper {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .xc-header-two__main-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.xc-header-two__main .main-menu a {
  color: var(--xc-common-white);
}
.xc-header-two__main .main-menu a::after {
  color: var(--xc-common-white) !important;
}
.xc-header-two__main .main-menu li:hover a:after {
  color: var(--xc-theme-primary) !important;
}
.xc-header-two .xc-search-icon span i {
  color: var(--xc-common-white) !important;
}

.xc-header-two__right-cta {
  margin-left: 250px;
}

.xc-header-two__right-cta-icons span {
  width: 40px;
  height: 40px;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  color: var(--xc-common-white);
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: 0.3s;
}
.xc-header-two__right-cta-icons span + span {
  margin-left: 10px;
}
.xc-header-two__right-cta-icons span:hover {
  border-color: var(--xc-theme-primary);
  color: var(--xc-theme-primary);
}
.xc-header-two__right-cta-icons span i {
  font-weight: 500;
}

.xc-header-two__hamburger .xc-hamburger-btn {
  border-color: var(--xc-common-white);
}
.xc-header-two__hamburger .xc-hamburger-btn span {
  background-color: var(--xc-common-white);
}

.xc-header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--xc-common-white);
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.09);
  z-index: 91;
}

.xc-header-one__main.xc-header-sticky .xc-header-one__right-cta {
  display: none !important;
}
.xc-header-one__main.xc-header-sticky .xc-header-one__logo::after {
  top: 0;
  bottom: 0;
}

.xc-header-two__main.xc-header-sticky {
  background-color: var(--xc-common-black);
}

/* HEADER CSS */
/*----------------------------------------*/
/*  4.1 Main menu css
/*----------------------------------------*/
.main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  transition: 0.3s;
}
.main-menu ul li + li {
  margin-left: 50px;
}
.main-menu ul li a {
  display: inline-block;
  font-size: 14px;
  color: var(--xc-common-black);
  padding: 33px 0;
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--xc-ff-heading);
  transition: 0.3s;
}
.main-menu ul li.has-dropdown > a {
  position: relative;
}
.main-menu ul li.has-dropdown > a::after {
  content: "\f107";
  transform: translateY(1px);
  font-size: 14px;
  color: var(--xc-common-black);
  font-family: var(--xc-ff-fontawesome);
  font-weight: 400;
  margin-left: 5px;
  display: inline-block;
  transition: 0.3s;
}
.main-menu ul li .submenu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 120%;
  left: 0;
  width: 200px;
  background: var(--xc-common-white);
  z-index: 99;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  transition: 0.3s;
}
.main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
  transition: 0.3s;
}
.main-menu ul li .submenu li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(-90deg);
  transition: 0.3s;
}
.main-menu ul li .submenu li a {
  padding: 10px 25px;
  font-size: 13px;
  position: relative;
  z-index: 1;
  color: var(--xc-common-black);
  width: 100%;
  transition: 0.3s;
}
.main-menu ul li .submenu li a::before {
  position: absolute;
  content: "";
  top: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 100%;
  background-color: var(--xc-theme-primary);
  z-index: -1;
}
.main-menu ul li .submenu li .submenu {
  left: 120%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.main-menu ul li .submenu li:hover > a {
  color: var(--xc-common-white);
}
.main-menu ul li .submenu li:hover > a::after {
  color: var(--xc-common-white);
}
.main-menu ul li .submenu li:hover > a::before {
  left: 0;
  right: auto;
  width: 100%;
}
.main-menu ul li .submenu li:hover > .submenu {
  left: 100%;
  visibility: visible;
  opacity: 1;
}
.main-menu ul li:hover > a {
  color: var(--xc-theme-primary);
}
.main-menu ul li:hover > a::after {
  color: var(--xc-theme-primary);
  transform: rotate(-179deg);
}
.main-menu ul li:hover > .submenu {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

/*----------------------------------------*/
/*  4.2 Meanmenu css
/*----------------------------------------*/
.mean-remove {
  display: none !important;
}

.mean-container {
  margin-bottom: 40px;
}
.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  font-weight: 700;
  display: none !important;
}
.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px;
}
.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}
.mean-container .mean-nav {
  background: none;
  margin-top: 0;
  float: left;
  width: 100%;
  margin-top: 44px;
}
.mean-container .mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}
.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}
.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}
.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}
.mean-container .mean-nav ul li.dropdown-opened > a, .mean-container .mean-nav ul li.dropdown-opened > span {
  color: var(--xc-theme-primary);
}
.mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked, .mean-container .mean-nav ul li.dropdown-opened > span.mean-expand.mean-clicked {
  background: var(--xc-theme-primary);
  color: var(--xc-common-white);
  border-color: var(--xc-theme-primary);
}
.mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked i, .mean-container .mean-nav ul li.dropdown-opened > span.mean-expand.mean-clicked i {
  color: var(--xc-common-white);
}
.mean-container .mean-nav ul li.mean-last {
  border-bottom: none;
  margin-bottom: 0;
}
.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
}
.mean-container .mean-nav ul li > a > i {
  display: none;
}
.mean-container .mean-nav ul li a, .mean-container .mean-nav ul li span {
  display: block;
  float: left;
  width: 90%;
  padding: 10px 5%;
  margin: 0;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  padding: 10px 0;
  color: rgba(255, 255, 255, 0.7);
  border-top: 1px solid #ebebeb;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  border-color: grey;
}
[dir=rtl] .mean-container .mean-nav ul li a, [dir=rtl] .mean-container .mean-nav ul li span {
  float: right;
  text-align: right;
}
.mean-container .mean-nav ul li a:hover, .mean-container .mean-nav ul li span:hover {
  color: var(--xc-theme-primary);
}
.mean-container .mean-nav ul li a:hover i, .mean-container .mean-nav ul li span:hover i {
  color: var(--xc-common-white);
}
.mean-container .mean-nav ul li a.mean-expand, .mean-container .mean-nav ul li span.mean-expand {
  margin-top: 1px;
  width: 26px;
  height: 32px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: transparent;
  font-size: 14px;
  margin-top: 5px;
  padding: 0 !important;
  line-height: 14px;
  border: 1px solid #ebebeb !important;
  height: 30px;
  width: 30px;
  line-height: 30px;
  color: var(--xc-common-white);
  line-height: 30px;
  top: 0;
  font-weight: 400;
}
[dir=rtl] .mean-container .mean-nav ul li a.mean-expand, [dir=rtl] .mean-container .mean-nav ul li span.mean-expand {
  right: auto;
  left: 0;
  text-align: center;
}
.mean-container .mean-nav ul li a.mean-expand:hover, .mean-container .mean-nav ul li span.mean-expand:hover {
  background: var(--xc-theme-primary);
  color: var(--xc-common-black);
  border-color: var(--xc-theme-primary);
}
.mean-container .mean-nav ul li a.mean-expand:hover i, .mean-container .mean-nav ul li span.mean-expand:hover i {
  color: var(--xc-common-white);
}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked, .mean-container .mean-nav ul li span.mean-expand.mean-clicked {
  color: var(--xc-common-white);
}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover, .mean-container .mean-nav ul li span.mean-expand.mean-clicked:hover {
  background: var(--xc-theme-primary);
  color: var(--xc-common-white);
  border-color: var(--xc-theme-primary);
}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover i, .mean-container .mean-nav ul li span.mean-expand.mean-clicked:hover i {
  color: var(--xc-common-white);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  color: var(--xc-common-white);
}
.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 10px 10%;
  text-shadow: none !important;
  visibility: visible;
}
.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 10px 15%;
}
.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 10px 20%;
}
.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 10px 25%;
}
.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
  float: left;
  width: 100%;
  position: relative;
  padding: 4px 0;
  min-height: 42px;
  z-index: 999999;
  margin-bottom: 60px;
}
.mean-container .mean-bar, .mean-container .mean-bar * {
  /* Fix for box sizing on Foundation Framework etc. */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.xc-mobile-nav__close {
  font-size: 25px;
  position: absolute;
  top: 30px;
  right: 10px;
  background-color: var(--xc-common-white);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.xc-mobile-nav__close:hover {
  color: var(--xc-theme-primary);
}
.xc-mobile-nav__contact {
  margin-bottom: 60px;
}
.xc-mobile-nav__contact li + li {
  margin-top: 20px;
}
.xc-mobile-nav__contact i {
  margin-right: 10px;
  color: var(--xc-theme-primary);
}
.xc-mobile-nav__contact a {
  color: var(--xc-common-white);
  transition: 0.3s;
  font-size: 18px;
  opacity: 0.8;
}
.xc-mobile-nav__contact a:hover {
  color: var(--xc-theme-primary);
}
.xc-mobile-nav__social a {
  width: 45px;
  height: 45px;
  border-radius: 5px;
  background-color: var(--xc-common-white);
  line-height: 45px;
  text-align: center;
  color: var(--xc-theme-primary);
  transition: 0.3s;
}
.xc-mobile-nav__social a:hover {
  background-color: var(--xc-theme-primary);
  color: var(--xc-common-white);
}
.xc-mobile-nav__social a + a {
  margin-left: 15px;
}

/*----------------------------------------*/
/*  5.1 Postbox css
/*----------------------------------------*/
.xc-postbox__thumb .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.xc-postbox__audio {
  height: 455px;
  width: 100%;
}
.xc-postbox__audio iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.xc-postbox__item {
  overflow: hidden;
}
.xc-postbox__item:hover .xc-postbox__thumb:after {
  opacity: 0.5;
}
.xc-postbox__title {
  font-size: 38px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .xc-postbox__title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .xc-postbox__title {
    font-size: 33px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xc-postbox__title {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .xc-postbox__title {
    font-size: 25px;
  }
}
.xc-postbox__title a {
  transition: 0.3s;
}
.xc-postbox__title a:hover {
  color: var(--xc-theme-primary);
}
.xc-postbox__date {
  position: absolute;
  top: 30px;
  left: 30px;
  background-color: var(--xc-theme-primary);
  color: var(--xc-common-white);
  border-radius: 7px;
}
.xc-postbox__date a {
  padding: 5px 20px;
  display: inline-block;
  transition: 0.3s;
  border-radius: 7px;
}
.xc-postbox__date a:hover {
  background-color: var(--xc-theme-secondary);
}
.xc-postbox__meta {
  margin-bottom: 10px;
}
.xc-postbox__meta span {
  font-size: 14px;
  font-weight: 600;
  color: var(--xc-common-black);
  text-transform: capitalize;
  display: inline-block;
  margin-right: 30px;
  transition: 0.3s;
}
@media (max-width: 575px) {
  .xc-postbox__meta span {
    margin-right: 20px;
  }
}
.xc-postbox__meta span:last-child {
  margin-right: 0;
}
.xc-postbox__meta span i {
  color: var(--xc-theme-primary);
  margin-right: 5px;
}
.xc-postbox__meta span:hover {
  color: var(--xc-theme-primary);
}
.xc-postbox__meta span:hover i {
  color: var(--xc-theme-primary);
}
.xc-postbox__text img {
  max-width: 100%;
}
.xc-postbox__text p {
  margin-bottom: 20px;
}
.xc-postbox__text-single p {
  margin-bottom: 15px;
}
.xc-postbox__comment ul li {
  margin-bottom: 10px;
  list-style: none;
}
.xc-postbox__comment ul li.children {
  margin-left: 100px;
}
@media (max-width: 575px) {
  .xc-postbox__comment ul li.children {
    margin-left: 15px;
  }
}
.xc-postbox__comment-form {
  margin-bottom: 20px;
}
.xc-postbox__comment-form-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 40px;
}
.xc-postbox__comment-input {
  position: relative;
  margin-bottom: 20px;
}
.xc-postbox__comment-input span {
  font-weight: 600;
  color: var(--xc-common-black);
  margin-bottom: 12px;
  display: block;
}
.xc-postbox__comment-input input, .xc-postbox__comment-input textarea {
  height: 55px;
  padding: 0 20px;
  width: 100%;
  font-size: 14px;
  color: var(--xc-common-black);
  outline: none;
  border: 1px solid transparent;
  border-radius: 7px;
  background: #f7f7f7;
}
.xc-postbox__comment-input textarea {
  height: 175px;
  resize: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.xc-postbox__comment-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 35px;
}
.xc-postbox__comment-box {
  margin-bottom: 50px;
}
.xc-postbox__comment-avater img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.xc-postbox__comment-name {
  margin-bottom: 5px;
}
.xc-postbox__comment-name h5 {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
}
.xc-postbox__comment-name span {
  font-size: 14px;
  color: var(--xc-text-1);
}
@media (max-width: 575px) {
  .xc-postbox__comment-text {
    margin-left: 0;
    margin-top: 15px;
  }
}
.xc-postbox__comment-text p {
  font-size: 16px;
  color: var(--xc-text-11);
  margin-bottom: 15px;
}
.xc-postbox__comment-reply {
  margin-top: 10px;
}
.xc-postbox__comment-reply a {
  display: inline-block;
  color: var(--xc-theme-primary);
  background: rgba(61, 108, 231, 0.1);
  height: 22px;
  line-height: 22px;
  padding: 0 10px;
  font-weight: 500;
  font-size: 14px;
  border-radius: 4px;
  transition: 0.3s;
}
.xc-postbox__comment-reply a:hover {
  color: var(--xc-common-white);
  background: var(--xc-theme-primary);
}
.xc-postbox__comment-agree {
  padding-left: 5px;
}
.xc-postbox__comment-agree input {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  display: block;
  width: 14px;
  height: 14px;
  background: var(--xc-common-white);
  border: 1px solid #b9bac1;
  outline: none;
  border-radius: 4px;
  flex: 0 0 auto;
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
.xc-postbox__comment-agree input:checked {
  position: relative;
  background-color: var(--xc-theme-primary);
  border-color: transparent;
}
.xc-postbox__comment-agree input:checked::after {
  box-sizing: border-box;
  content: "\f00c";
  position: absolute;
  font-family: var(--xc-ff-fontawesome);
  font-size: 10px;
  color: var(--xc-common-white);
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.xc-postbox__comment-agree input:hover {
  cursor: pointer;
}
.xc-postbox__comment-agree label {
  padding-left: 8px;
  color: var(--xc-text-1);
  line-height: 1;
}
.xc-postbox__comment-agree label a {
  color: var(--xc-common-black);
  font-weight: 600;
  padding-left: 4px;
}
.xc-postbox__comment-agree label a:hover {
  color: var(--xc-theme-primary);
}
.xc-postbox__comment-agree label:hover {
  cursor: pointer;
}
.xc-postbox__tags span {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 17px;
  color: var(--xc-common-black);
  margin-right: 10px;
}
.xc-postbox__cats span {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 17px;
  color: var(--xc-common-black);
  margin-right: 10px;
}

.xc-postbox-tag__wrapper {
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px solid var(--xc-border-1);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.xc-postbox-tag__wrapper .tagcloud a {
  background-color: transparent;
  padding: 0;
}
.xc-postbox-tag__wrapper .tagcloud a:not(:last-child):after {
  content: ",";
}
.xc-postbox-tag__wrapper .tagcloud a:hover {
  background-color: transparent;
  color: var(--xc-theme-primary);
}

.tagcloud a,
.catscloud a {
  background: #f7f7f7;
  color: var(--xc-common-black);
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 8px 21px;
  padding-bottom: 8px;
  margin-bottom: 8px;
  margin-right: 5px;
  border-radius: 7px;
  border: 0;
  transition: 0.3s;
}
.tagcloud a:hover,
.catscloud a:hover {
  background: var(--xc-theme-primary);
  color: var(--xc-common-white);
}

blockquote {
  background: #effbf2;
  padding: 35px 50px;
  margin-bottom: 35px;
  position: relative;
}
blockquote:after {
  position: absolute;
  right: 30px;
  bottom: 30px;
  font-weight: 200;
  font-size: 100px;
  content: "\f10e";
  font-family: var(--xc-ff-fontawesome);
  color: var(--xc-theme-primary);
  opacity: 0.7;
}
@media (max-width: 575px) {
  blockquote {
    padding-left: 15px;
    padding-right: 15px;
  }
}
blockquote p {
  line-height: 1.5;
  font-size: 20px;
  color: #57565e;
  font-weight: 400;
}
blockquote cite {
  font-size: 18px;
  display: block;
  margin-top: 10px;
  color: #070337;
  font-style: inherit;
  font-weight: 600;
  position: relative;
}
blockquote cite::before {
  content: "";
  font-size: 28px;
  color: var(--xc-theme-primary);
  padding-bottom: 0px;
  display: inline-block;
  background: var(--xc-theme-primary);
  height: 2px;
  width: 40px;
  font-weight: 400;
  text-align: center;
  top: -4px;
  margin-right: 10px;
  position: relative;
}

.xc-blog-one__thumb {
  position: relative;
}
.xc-blog-one__thumb img {
  border-radius: 10px;
}
.xc-blog-one__date {
  background-color: var(--xc-theme-primary);
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  position: absolute;
  top: 30px;
  left: 30px;
  color: var(--xc-common-white);
}
.xc-blog-one__date span {
  font-size: 24px;
  font-weight: 700;
  display: block;
}
.xc-blog-one__date p {
  margin-bottom: 0;
  color: var(--xc-common-white);
}
.xc-blog-one__meta {
  padding-top: 20px;
  padding-bottom: 20px;
}
.xc-blog-one__meta ul {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.xc-blog-one__meta ul li {
  display: inline-block;
  list-style: none;
  font-size: 14px;
}
.xc-blog-one__meta ul li a {
  transition: 0.3s;
  font-weight: 600;
}
.xc-blog-one__meta ul li a:hover {
  color: var(--xc-theme-primary);
}
.xc-blog-one__meta ul li span {
  margin-right: 8px;
  color: var(--xc-theme-primary);
}
.xc-blog-one__meta ul li span i {
  font-weight: 400;
}
.xc-blog-one__meta ul li + li {
  margin-left: 15px;
}
.xc-blog-one__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .xc-blog-one__title br {
    display: none;
  }
}
.xc-blog-one__title a {
  transition: 0.3s;
}
.xc-blog-one__title a:hover {
  color: var(--xc-theme-primary);
}

.xc-offer-page__content .xc-img img {
  margin-bottom: 50px;
  border-radius: 7px;
}
.xc-offer-page__content h1 {
  font-size: 40px;
  margin-bottom: 15px;
}
.xc-offer-page__content h3 {
  margin-bottom: 15px;
}
.xc-offer-page__content p {
  margin-bottom: 20px;
}
.xc-offer-page__content .xc-checklist {
  position: relative;
  margin-bottom: 20px;
}
.xc-offer-page__content .xc-checklist ul {
  padding-left: 0;
}
.xc-offer-page__content .xc-checklist ul li {
  padding-left: 30px;
  list-style: none;
  font-weight: 700;
}
.xc-offer-page__content .xc-checklist ul li + li {
  margin-top: 10px;
}
.xc-offer-page__content .xc-checklist span {
  position: absolute;
  left: 0;
  flex: 700;
  color: var(--xc-theme-primary);
}

/*----------------------------------------*/
/*  5.2 Recent Post css
/*----------------------------------------*/
.rc__post + .rc__post {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid var(--xc-border-1);
}
.rc__post-thumb img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 15px;
}
.rc__post-title {
  margin-bottom: 6px;
  font-size: 17px;
}
.rc__post-title a:hover {
  color: var(--xc-theme-primary);
}
.rc__meta span {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
.rc__meta span i {
  font-weight: 500;
  color: var(--xc-theme-primary);
  margin-right: 5px;
}

/*----------------------------------------*/
/*  5.3 Sidebar css
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .xc-sidebar__wrapper {
    padding-left: 0;
  }
}
.xc-sidebar__widget {
  padding: 30px;
  background: var(--xc-common-white);
  border: 1px solid #ededed;
  box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);
}
.xc-sidebar__widget-title {
  position: relative;
  display: inline-block;
  font-size: 20px;
  padding-left: 30px;
  margin-bottom: 30px;
}
.xc-sidebar__widget-title::after {
  font-size: 20px;
  left: 0px;
  position: absolute;
  top: 10px;
  font-family: var(--xc-ff-fontawesome);
  color: var(--xc-theme-primary);
  content: "\f755";
  transform: translateY(-50%);
}
.xc-sidebar__widget ul li {
  list-style: none;
  padding-left: 19px;
  margin-bottom: 25px;
  line-height: 1;
}
.xc-sidebar__widget ul li:last-child {
  margin-bottom: 0;
}
.xc-sidebar__widget ul li a {
  font-size: 16px;
  color: var(--xc-text-1);
  position: relative;
}
.xc-sidebar__widget ul li a::after {
  position: absolute;
  content: "\f105";
  left: -19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--xc-theme-primary);
  font-family: var(--xc-ff-fontawesome);
  font-size: 16px;
  transition: 0.3s;
}
.xc-sidebar__widget ul li a:hover {
  color: var(--xc-theme-primary);
}
.xc-sidebar__widget ul li a:hover::after {
  color: var(--xc-theme-primary);
  left: -14px;
}
.xc-sidebar__widget ul li ul {
  padding-left: 25px;
  padding-top: 20px;
}
.xc-sidebar__search {
  position: relative;
}
.xc-sidebar__search input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #effbf2;
  border: 0;
  color: #111111;
  padding: 0 25px;
  text-transform: capitalize;
  outline: none;
  padding-top: 3px;
  padding-right: 70px;
}
.xc-sidebar__search button {
  position: absolute;
  top: 0;
  right: 20px;
  height: 100%;
  color: #111;
  line-height: 60px;
  border-radius: 0 7px 7px 0;
  transition: 0.3s;
}
.xc-sidebar__search button:hover {
  color: var(--xc-theme-primary);
}
.xc-sidebar__banner::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.xc-sidebar__banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  background: var(--xc-common-white);
}
.xc-sidebar__banner-content h4 {
  padding: 15px 20px;
  font-size: 24px;
  color: var(--xc-common-black);
  text-transform: uppercase;
  margin-bottom: 0;
}

.xc-sidebar__form {
  padding: 0 25px;
  padding-top: 100px;
  padding-bottom: 40px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .xc-sidebar__form {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.xc-sidebar__form h3 {
  text-align: center;
  color: var(--xc-common-white);
  margin-bottom: 30px;
}
.xc-sidebar__form form input {
  background-color: var(--xc-common-white);
  margin-bottom: 20px;
  border-radius: 7px;
}
.xc-sidebar__form form textarea {
  height: 100px;
  line-height: 1.6;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-radius: 7px;
}
.xc-sidebar__form form button {
  width: 100%;
  height: 60px;
  border-radius: 7px;
  color: var(--xc-common-white);
  font-weight: 700;
  text-transform: uppercase;
  background-color: var(--xc-common-black);
  transition: 0.3s;
}
.xc-sidebar__form form button:hover {
  color: var(--xc-common-white);
  background-color: var(--xc-theme-primary);
}

.xc-sidebar__cta {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
  border-radius: 10px;
}
.xc-sidebar__cta h3 {
  text-align: center;
  color: var(--xc-common-white);
}
.xc-sidebar__cta p {
  color: var(--xc-common-white);
}

/*----------------------------------------*/
/*  6.1 Footer Style 1
/*----------------------------------------*/
/* footer col design for home 1 */
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .xc-footer__widget {
    margin-bottom: 50px;
  }
}
.xc-footer__widget p {
  color: rgba(255, 255, 255, 0.5);
}
.xc-footer__widget-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--xc-common-white);
  margin-bottom: 35px;
}
.xc-footer__widget a {
  color: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
}
.xc-footer__widget a:hover {
  color: var(--xc-common-white);
}
.xc-footer__widget span {
  color: var(--xc-theme-primary);
}
.xc-footer__widget ul {
  padding: 0;
  margin: 0;
}
.xc-footer__widget ul li {
  list-style: none;
  position: relative;
}
.xc-footer__widget ul li + li {
  margin-top: 15px;
}

.xc-footer__widget-cta span {
  position: absolute;
  top: 0;
  left: 0;
}
.xc-footer__widget-cta a {
  padding-left: 30px;
  display: inline-block;
}

.xc-footer__widget-nav ul li a {
  position: relative;
  padding-left: 25px;
}
.xc-footer__widget-nav ul li a::before {
  content: "\f105";
  font-family: var(--xc-ff-fontawesome);
  position: absolute;
  left: 0;
  top: 0;
}

.xc-footer__widget-gallery {
  padding-right: 50px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .xc-footer__widget-gallery {
    row-gap: 10px;
    column-gap: 10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .xc-footer__widget-gallery {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .xc-footer__widget-gallery {
    padding-right: 0px;
  }
}
.xc-footer__widget-gallery img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.xc-footer__widget-about p {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .xc-footer__widget-about p br {
    display: none;
  }
}
.xc-footer__widget-logo {
  margin-bottom: 35px;
}

.xc-footer__widget-social a {
  width: 35px;
  height: 35px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 33px;
  margin-bottom: 10px;
}
.xc-footer__widget-social a:hover {
  background-color: var(--xc-theme-primary);
  border-color: transparent;
}
.xc-footer__widget-social a + a {
  margin-left: 15px;
}
.xc-footer__widget-social a span {
  color: var(--xc-common-white);
}

.xc-footer-one__copyright {
  padding-top: 40px;
  padding-bottom: 30px;
}
.xc-footer-one__copyright.has-border {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/*----------------------------------------*/
/*  7.1 Slider css
/*----------------------------------------*/
.xc-slider-one__margin {
  margin-bottom: -130px;
  position: relative;
  z-index: 1;
}

.xc-slider-one__height {
  height: 850px;
  overflow: hidden;
}

.xc-slider-one__content {
  padding-top: 180px;
  word-spacing: 2px;
}

.xc-slider-subtitle {
  font-size: 14px;
  font-weight: 700;
  color: var(--xc-common-white);
  text-transform: uppercase;
  margin-bottom: 20px;
  display: inline-block;
}

.xc-slider-title {
  font-size: 60px;
  color: var(--xc-common-white);
  text-transform: uppercase;
  margin-bottom: 45px;
  font-weight: 600;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .xc-slider-title br {
    display: none;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .xc-slider-title {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .xc-slider-title {
    font-size: 38px;
  }
}

.xc-slider-one__shape-1 {
  opacity: 0.5;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  mix-blend-mode: multiply;
}

.xc-slider-two__margin {
  margin-bottom: -130px;
  position: relative;
  z-index: 1;
}

.xc-slider-two__height {
  height: 1040px;
  overflow: hidden;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .xc-slider-two__height {
    height: 800px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .xc-slider-two__height {
    height: 1000px;
  }
}

.xc-slider-two__content {
  padding-top: 350px;
  word-spacing: 2px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .xc-slider-two__content {
    padding-top: 250px;
  }
}
@media (max-width: 575px) {
  .xc-slider-two__content {
    padding-top: 150px;
  }
}

.xc-slider-title.xc-slider-two-title {
  text-transform: capitalize;
  margin-bottom: 35px;
}

.xc-slider-two__info {
  font-size: 24px;
  font-weight: 600;
  color: var(--xc-common-white);
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .xc-slider-two__info {
    font-size: 20px;
  }
}

.xc-slider-two__shape-1 {
  opacity: 0.5;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  mix-blend-mode: multiply;
}

.xc-slider-two__menu-list {
  background-color: rgba(0, 0, 0, 0.6);
  display: inline-block;
}
.xc-slider-two__menu-list h3 {
  color: var(--xc-common-white);
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}
.xc-slider-two__menu-list .xc-icon {
  color: var(--xc-theme-primary);
  font-size: 45px;
  margin-right: 15px;
  line-height: 1;
}
.xc-slider-two__menu-list ul {
  margin: 0;
  padding: 0;
}
.xc-slider-two__menu-list ul li {
  display: inline-flex;
  align-items: center;
  padding: 40px 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .xc-slider-two__menu-list ul li {
    padding: 20px 10px;
  }
}
.xc-slider-two__menu-list ul li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

/*----------------------------------------*/
/*  7.2 About css
/*----------------------------------------*/
.xc-about-one__feature-list {
  padding: 0;
  margin: 0;
}
.xc-about-one__feature-list li {
  display: inline-flex;
  align-items: center;
  width: 50%;
  float: left;
  padding: 20px;
  padding-left: 0;
  border-bottom: 1px solid var(--xc-border-1);
}
.xc-about-one__feature-list li .xc-icon {
  font-size: 30px;
  color: var(--xc-theme-primary);
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .xc-about-one__feature-list li {
    width: 100%;
    float: inset;
  }
}
.xc-about-one__feature-list li:nth-last-child(1), .xc-about-one__feature-list li:nth-last-child(2) {
  border-bottom: 0;
}
.xc-about-one__feature-list .xc-icon {
  width: 35px;
  height: 35px;
  display: inline-block;
  margin-right: 10px;
}
.xc-about-one__feature-list .xc-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .xc-about-one__img img {
    width: 100%;
  }
}

@media (max-width: 575px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .xc-about-one__right {
    margin-left: 0;
  }
}

.xc-about-three__section .xc-cta-one__call {
  border-top: 1px solid var(--xc-border-1);
}

.xc-about-three__right {
  margin-left: 110px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .xc-about-three__right {
    margin-left: 0;
  }
}
.xc-about-three__imgs {
  text-align: center;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .xc-about-three__imgs {
    margin-bottom: 50px;
  }
}
.xc-about-three__img-1 {
  padding-right: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .xc-about-three__img-1 {
    padding-right: 0;
  }
}
.xc-about-three__img-2 {
  margin-top: 25px;
}

.xc-feature-three__list ul {
  padding-left: 0;
  margin-bottom: 0;
}
.xc-feature-three__list ul li {
  display: flex;
  background-color: var(--xc-common-white);
  margin-bottom: 30px;
  padding: 40px;
  list-style: none;
  border-radius: 10px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .xc-feature-three__list ul li {
    flex-wrap: wrap;
    padding: 40px 20px;
  }
}
.xc-feature-three__list ul li .xc-icon {
  width: 75px;
  margin-right: 15px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .xc-feature-three__list ul li .xc-icon {
    margin-bottom: 15px;
  }
}
.xc-feature-three__list ul li .xc-title {
  font-size: 22px;
}
.xc-feature-three__list ul li .xc-list-content p {
  margin-bottom: 0;
}
.xc-feature-three__list ul li:nth-child(even) {
  margin-left: 60px;
}
@media (max-width: 575px) {
  .xc-feature-three__list ul li:nth-child(even) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .xc-feature-three__left .xc-video-play {
    margin-bottom: 50px;
  }
}

/*----------------------------------------*/
/*  7.3 Offer css */
/*----------------------------------------*/
.xc-offer-one__bg {
  padding: 30px;
  border-radius: 10px 10px 0 0;
}
.xc-offer-one__shape-1 {
  position: absolute;
  left: 0;
  z-index: -1;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .xc-offer-one__shape-1 {
    display: none;
  }
}
.xc-offer-one__shape-2 {
  position: absolute;
  right: 0;
  z-index: -1;
}
.xc-offer-one__item {
  z-index: 1;
}
.xc-offer-one__item:hover .xc-offer-one__icon {
  font-size: 35px;
}
.xc-offer-one__item:hover .xc-offer-one__img::before {
  -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1);
  -ms-transform: perspective(400px) rotateX(0deg) scaleY(1);
  transform: perspective(400px) rotateX(0deg) scaleY(1);
}
.xc-offer-one__img img {
  border-radius: 10px;
}
.xc-offer-one__img::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 10px;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  z-index: 1;
}
.xc-offer-one__content {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .xc-offer-one__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .xc-offer-one__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .xc-offer-one__content {
    padding-left: 0;
    padding-right: 0;
  }
}
.xc-offer-one__icon {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 40px;
  width: 75px;
  height: 75px;
  line-height: 75px;
  transform: translateY(30%);
  background-color: #34c154;
  color: var(--xc-common-white);
  z-index: 2;
  transition: 0.4s;
}
.xc-offer-one__icon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--xc-theme-primary);
  z-index: -1;
  transform: rotate(45deg);
}
.xc-offer-one__title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
}
.xc-offer-one__title a {
  transition: 0.3s;
}
.xc-offer-one__title a:hover {
  color: var(--xc-theme-primary);
}
.xc-offer-one__info {
  padding-bottom: 0;
}

/*----------------------------------------*/
/*  7.4 Banner css */
/*----------------------------------------*/
.xc-banner-one__item {
  padding: 60px 120px;
  z-index: 1;
  border-radius: 10px 0 0 10px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .xc-banner-one__item {
    padding: 60px 10px;
  }
}
.xc-banner-one__item.item-2 {
  border-radius: 0 10px 10px 0;
}
.xc-banner-one__item.item-2.has-overlay::before {
  background-color: var(--xc-theme-secondary);
  border-radius: 0 10px 10px 0;
}
.xc-banner-one__item .xc-icon {
  font-size: 48px;
  color: var(--xc-common-white);
  margin-right: 15px;
  line-height: 1;
}
.xc-banner-one__item.has-overlay {
  position: relative;
}
.xc-banner-one__item.has-overlay::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px 0 0 10px;
  position: absolute;
  background-color: var(--xc-theme-primary);
  opacity: 0.8;
  z-index: -1;
}
.xc-banner-one__title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--xc-common-white);
}

/*----------------------------------------*/
/*  7.5 Feature css */
/*----------------------------------------*/
.xc-feature-one__margin {
  margin-top: -90px;
}
.xc-feature-one__item {
  padding: 40px 40px;
  text-align: center;
}
.xc-feature-one__item .xc-icon {
  margin-bottom: 40px;
}
.xc-feature-one__item .xc-icon span {
  width: 74px;
  height: 74px;
  line-height: 68px;
  display: inline-block;
  border: 3px solid var(--xc-theme-primary);
  position: relative;
  z-index: 1;
}
.xc-feature-one__item .xc-icon span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 3px solid var(--xc-theme-primary);
  z-index: -1;
  transform: rotate(45deg);
}
.xc-feature-one__item .xc-icon span i {
  font-size: 30px;
  color: var(--xc-theme-primary);
}
.xc-feature-one__item-title {
  font-size: 22px;
  font-weight: 600;
}

.xc-feature-two-overlay {
  position: relative;
  background-position: center bottom;
}
.xc-feature-two-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: var(--xc-theme-primary);
  opacity: 0.7;
  z-index: -1;
}
.xc-feature-two__box {
  padding: 30px 0px;
}
.xc-feature-two__box.xc-feature {
  padding: 60px 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .xc-feature-two__box.xc-feature {
    padding: 30px 30px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .xc-feature-two__box.xc-feature {
    padding: 30px 20px;
  }
}
.xc-feature-two__box .xc-icon {
  color: var(--xc-common-white);
  font-size: 55px;
  margin-right: 30px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 35px;
}
.xc-feature-two__title {
  margin-bottom: 25px;
}
.xc-feature-two_head {
  align-items: center;
}
.xc-feature-two_head span {
  font-size: 24px;
  position: relative;
  text-align: center;
  width: 45px;
  height: 45px;
  margin-right: 20px;
  line-height: 45px;
  background-color: rgb(52, 193, 84);
  color: var(--xc-common-white);
  z-index: 2;
  transition: all 0.4s ease 0s;
}
.xc-feature-two_head span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--xc-theme-primary);
  z-index: -1;
  transform: rotate(45deg);
}
.xc-feature-two_head h4 {
  font-size: 24px;
}

/*----------------------------------------*/
/*  7.6 Video css */
/*----------------------------------------*/
.xc-video-text {
  padding: 50px 40px;
}
.xc-video-text h3 {
  color: var(--xc-common-white);
  font-size: 30px;
  font-weight: 600;
}

.xc-video-play {
  z-index: 1;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .xc-video-play img {
    width: 100%;
  }
}
.xc-video-play a {
  z-index: 11;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 65px;
  height: 65px;
  line-height: 65px;
  margin: 0 auto;
  background-color: var(--xc-common-white);
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  transform: translateY(-50%);
  pointer-events: painted;
}
.xc-video-play a::before {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  bottom: -10px;
  right: -10px;
  display: inline-block;
  border: 1px solid var(--xc-common-white);
  border-radius: 50%;
  z-index: -1;
}
.xc-video-play span i {
  color: var(--xc-theme-primary);
}
.xc-video-play .ripple:before, .xc-video-play .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 76px;
  height: 76px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  border-radius: 50%;
}
.xc-video-play .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.xc-video-play .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.xc-counter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1.2;
  margin-bottom: 0;
  margin-bottom: 50px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .xc-counter-text {
    left: 90px;
  }
}
.xc-counter-text span {
  font-size: 50px;
  display: block;
  font-weight: 700;
  color: var(--xc-common-black);
  font-family: var(--xc-ff-heading);
}

.xc-video-one__right {
  padding-left: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .xc-video-one__right {
    padding-left: 0;
    margin-left: -150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .xc-video-one__right {
    padding-left: 0;
  }
}

.xc-video-one_feature-list ul {
  margin-left: 0;
  padding-left: 0;
}
.xc-video-one_feature-list ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  display: inline-block;
  font-weight: 600;
  color: var(--xc-common-black);
}
.xc-video-one_feature-list ul li + li {
  margin-top: 10px;
}
.xc-video-one_feature-list ul li span {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--xc-theme-primary);
}

.xc-video-one__feature-counter {
  margin-right: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .xc-video-one__feature-counter {
    margin-bottom: 30px;
  }
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .xc-video-one__left-1 {
    padding-right: 0;
  }
  .xc-video-one__left-1 img {
    width: 100%;
    margin-bottom: 30px;
  }
}

/*----------------------------------------*/
/*  7.7 CTA css */
/*----------------------------------------*/
.xc-cta__feature-item + .xc-cta__feature-item {
  margin-left: 60px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .xc-cta__feature-item + .xc-cta__feature-item {
    margin-left: 0;
  }
}
.xc-cta__feature-item .xc-icon {
  font-size: 40px;
  margin-right: 15px;
  color: var(--xc-theme-primary);
}
.xc-cta__feature-item .count-box {
  font-size: 30px;
  color: var(--xc-common-black);
  font-weight: 600;
  font-family: var(--xc-ff-heading);
}
.xc-cta__feature-item .count-title {
  display: block;
  font-size: 14px;
  color: var(--xc-text-body);
  font-weight: 400;
  font-family: var(--xc-ff-body);
}

.xc-cta-one__call {
  position: relative;
}
.xc-cta-one__call span.xc-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-right: 25px;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  color: var(--xc-common-white);
  background-color: var(--xc-theme-primary);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.xc-cta-one__call span.xc-icon::after {
  position: absolute;
  content: "";
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
  border-radius: 50%;
  background-color: var(--xc-theme-primary);
  opacity: 0.2;
}

.xc-cta-one__call-info {
  background-color: var(--xc-common-white);
  padding: 40px 80px;
  margin-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .xc-cta-one__call-info {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .xc-cta-one__call-info {
    padding-right: 10px;
    padding-left: 50px;
    margin-bottom: 30px;
  }
}
.xc-cta-one__call-info p {
  font-size: 18px;
  font-family: var(--xc-ff-heading);
  color: var(--xc-common-black);
  margin-bottom: 5px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .xc-cta-one__call-info p {
    font-size: 14px;
  }
}
.xc-cta-one__call-info a {
  font-size: 24px;
  font-weight: 700;
  font-family: var(--xc-ff-heading);
  color: var(--xc-theme-secondary);
  transition: 0.3s;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .xc-cta-one__call-info a {
    font-size: 18px;
  }
}
.xc-cta-one__call-info a:hover {
  color: var(--xc-theme-primary);
}

.xc-cta-one__form-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  right: 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .xc-cta-one__form-bg {
    top: 50%;
    width: 100%;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .xc-cta-one__form-bg {
    display: none;
  }
}

.xc-cta-one__form-title {
  font-size: 34px;
  text-align: center;
}
.xc-cta-one__form form {
  margin-right: 80px;
  margin-left: 80px;
}
@media (max-width: 575px) {
  .xc-cta-one__form form {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.xc-cta-one__form form .xc-input input, .xc-cta-one__form form .xc-input textarea {
  width: 100%;
  height: 60px;
  padding-left: 20px;
  padding-right: 30px;
  margin-bottom: 24px;
  border-radius: 10px;
  resize: none;
}
.xc-cta-one__form form .xc-input input::placeholder, .xc-cta-one__form form .xc-input textarea::placeholder {
  color: #686f7a;
}
.xc-cta-one__form form .xc-input textarea {
  height: 90px;
  line-height: 2;
  padding-top: 10px;
}
.xc-cta-one__form form button {
  background-color: var(--xc-common-black);
  width: 100%;
  height: 50px;
  text-transform: uppercase;
  font-family: var(--xc-ff-heading);
  color: var(--xc-common-white);
  font-weight: 700;
  border-radius: 10px;
  transition: 0.3s;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .xc-cta-one__form form button {
    font-size: 14px;
  }
}
.xc-cta-one__form form button:hover {
  background-color: var(--xc-theme-primary);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .xc-cta-one__form {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .xc-cta-one__form {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .xc-cta-one__form {
    margin-left: 0;
    padding-top: 100px;
  }
}
@media (max-width: 575px) {
  .xc-cta-one__form {
    margin-left: 0;
  }
}

.xc-cta-two__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.xc-cta-two__list-item {
  display: flex;
  align-items: start;
  margin-bottom: 50px;
  width: 50%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .xc-cta-two__list-item {
    display: block;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .xc-cta-two__list-item {
    width: 100%;
  }
}
.xc-cta-two__list-item .xc-title {
  font-size: 22px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .xc-cta-two__list-item .xc-content p br {
    display: none;
  }
}
.xc-cta-two__list-item span {
  position: relative;
  top: 5px;
  font-size: 35px;
  color: var(--xc-theme-primary);
  margin-right: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .xc-cta-two__list-item span {
    margin-bottom: 20px;
    display: inline-block;
  }
}

.xc-call-icon a {
  position: relative;
  width: 65px;
  height: 65px;
  line-height: 65px;
  background-color: var(--xc-common-white);
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  pointer-events: painted;
  color: var(--xc-theme-secondary);
}
.xc-call-icon a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid var(--xc-common-white);
  transform: scale(1.3);
}

.xc-cta-three__wrapper {
  padding-top: 70px;
  padding-bottom: 60px;
  display: flex;
  justify-content: center;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .xc-cta-three__wrapper {
    display: block;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.xc-cta-three__bg {
  position: relative;
  z-index: 3;
}
.xc-cta-three__bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: var(--xc-common-black);
  opacity: 0.6;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .xc-cta-three__content {
    margin-top: 30px;
  }
}
.xc-cta-three__content .xc-title {
  font-size: 26px;
}
.xc-cta-three__content p {
  color: var(--xc-common-white);
  font-size: 22px;
  margin-bottom: 0;
}
.xc-cta-three__content a {
  color: var(--xc-common-white);
  text-decoration: underline;
  transition: 0.3s;
}
.xc-cta-three__content a:hover {
  color: var(--xc-theme-secondary);
}
.xc-cta-three__content a.xc-call {
  color: var(--xc-theme-secondary);
  text-decoration: none;
}
.xc-cta-three__content a.xc-call:hover {
  color: var(--xc-common-white);
}

/*----------------------------------------*/
/*  7.8 Price css */
/*----------------------------------------*/
.xc-price-one__wrapper .nav-tabs {
  justify-content: center;
  margin-bottom: 55px;
  border: 0;
}
.xc-price-one__wrapper .nav-item:last-child .nav-link {
  border-radius: 30px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.xc-price-one__wrapper .nav-item:last-child .nav-link.active {
  border: 0;
  background-color: var(--xc-theme-primary);
  color: var(--xc-common-white);
}
.xc-price-one__wrapper .nav-link {
  border: 0;
  height: 50px;
  text-transform: uppercase;
  border-radius: 30px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-left: 50px;
  padding-right: 40px;
  background-color: var(--xc-common-white);
  box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.03);
  color: var(--xc-common-black);
}
.xc-price-one__wrapper .nav-link.active {
  border: 0;
  background-color: var(--xc-theme-primary);
  color: var(--xc-common-white);
}

.xc-price-one__content-wrapper {
  position: relative;
  margin-right: 20px;
  margin-left: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .xc-price-one__content-wrapper {
    margin-right: 15px;
    margin-left: 15px;
  }
}

.xc-price-one__item {
  margin-bottom: 30px;
}
.xc-price-one__package {
  font-size: 24px;
  font-weight: 600;
  margin-left: 30px;
}
.xc-price-one__img {
  position: relative;
  margin-bottom: -50%;
}
.xc-price-one__img img {
  border-radius: 5px;
}
.xc-price-one__img::before {
  border-radius: 5px;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 212, 255, 0) 100%);
}
.xc-price-one__price {
  font-size: 24px;
  font-family: var(--xc-ff-heading);
  font-weight: 700;
  color: var(--xc-common-white);
  background-color: var(--xc-theme-secondary);
  border-radius: 5px;
  padding: 20px 40px;
  display: inline-block;
  margin-bottom: -20px;
  margin-left: 30px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .xc-price-one__price {
    padding: 10px 30px;
    font-size: 16px;
  }
}
.xc-price-one__content {
  background-color: var(--xc-common-white);
  padding: 60px 30px;
  border-radius: 5px;
  box-shadow: 0px 1px 68px 0px rgba(0, 0, 0, 0.03);
  padding-bottom: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .xc-price-one__content {
    padding: 60px 25px;
  }
}
.xc-price-one__title {
  font-size: 20px;
  font-weight: 600;
  color: var(--xc-common-black);
  margin-bottom: 25px;
}
.xc-price-one__list {
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}
.xc-price-one__list li {
  position: relative;
  list-style: none;
  padding-left: 30px;
  font-size: 16px;
}
.xc-price-one__list li + li {
  margin-top: 5px;
}
.xc-price-one__list li span {
  position: absolute;
  left: 0;
  color: var(--xc-theme-primary);
}

.xc-price-two__section {
  padding-top: 220px;
  padding-bottom: 120px;
  margin-top: -100px;
}
.xc-price-two__overlay {
  position: relative;
  z-index: 1;
}
.xc-price-two__overlay::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: inline-block;
  background-color: #0c1a21;
  z-index: -1;
  opacity: 0.9;
}

/*----------------------------------------*/
/*  7.9 Testimonial css */
/*----------------------------------------*/
.has-overlay {
  position: relative;
}
.has-overlay::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0c1a21;
  z-index: -1;
  opacity: 0.9;
}

.xc-testimonial-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .xc-testimonial-one__bg {
    background-color: var(--xc-common-white);
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .xc-testimonial-one__bg img {
    display: none !important;
  }
}

.xc-tesimonial-one__content {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 200px;
  padding-left: 250px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .xc-tesimonial-one__content {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .xc-tesimonial-one__content {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .xc-tesimonial-one__content {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px;
    display: block !important;
  }
}
@media (max-width: 575px) {
  .xc-tesimonial-one__content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.xc-testimonial-one__shape {
  margin-right: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .xc-testimonial-one__shape {
    flex-shrink: 0;
    margin-right: 10px;
    width: 100px;
    margin-bottom: 20px;
  }
  .xc-testimonial-one__shape img {
    max-width: 100%;
    width: 100px !important;
  }
}

.xc-testimonial-one__ratting {
  margin-bottom: 10px;
}
.xc-testimonial-one__ratting span {
  color: #ff9400;
}

.xc-testimonial-one__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .xc-testimonial-one__title {
    margin-bottom: 10px;
  }
}

.xc-testimonial-one__review {
  font-size: 24px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .xc-testimonial-one__review {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .xc-testimonial-one__review {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.xc-testimonial-one__name {
  font-size: 18px;
  font-weight: 600;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: var(--xc-theme-primary);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .testimonials-one__carousel.owl-carousel .owl-item img {
    width: inherit;
  }
}

.xc-testimonial-two__section {
  padding-top: 220px;
  margin-top: -100px;
}

/*----------------------------------------*/
/* 7.10 Sponsor css */
/*----------------------------------------*/
.xc-sponsor-one__carousel {
  padding: 40px 0;
  border-bottom: 1px solid var(--xc-border-1);
}
.xc-sponsor-one__carousel.owl-carousel .owl-item img {
  width: unset;
}
.xc-sponsor-one__carousel.owl-carousel .owl-stage-outer {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .xc-sponsor-one__carousel.owl-carousel .owl-stage-outer {
    padding-left: 0;
    padding-right: 40px;
  }
  .xc-sponsor-one__carousel.owl-carousel .owl-stage-outer .item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.xc-sponsor-two__section .xc-sponsor-one__carousel {
  border: 1px solid var(--xc-border-1);
}

/*----------------------------------------*/
/*  7.11 Subscribe css */
/*----------------------------------------*/
.xc-subscribe-one__section {
  margin-bottom: -120px;
  z-index: 1;
  position: relative;
}
.xc-subscribe-one__bg {
  padding-top: 100px;
  padding-bottom: 70px;
  padding-left: 100px;
  padding-right: 100px;
  border-radius: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .xc-subscribe-one__bg {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .xc-subscribe-one__bg {
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.xc-subscribe-one__content .xc-icon {
  font-size: 60px;
  color: var(--xc-common-white);
  margin-right: 30px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .xc-subscribe-one__content .xc-icon {
    margin-bottom: 20px;
  }
}
.xc-subscribe-one__content p {
  color: var(--xc-common-white);
  margin-bottom: 0;
}
.xc-subscribe-one__title {
  color: var(--xc-common-white);
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .xc-subscribe-one__title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .xc-subscribe-one__title {
    font-size: 30px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .xc-subscribe-one__title {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
.xc-subscribe-one__input {
  position: relative;
  margin-bottom: 0;
}
.xc-subscribe-one__input input {
  height: 60px;
  border-radius: 5px;
  padding-right: 80px;
}
.xc-subscribe-one__button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}
.xc-subscribe-one__button button.xc-form-submit {
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  background-color: var(--xc-common-black);
  color: var(--xc-common-white);
  border-radius: 0 5px 5px 0;
  transition: 0.3s;
}
.xc-subscribe-one__button button.xc-form-submit:hover {
  background-color: var(--xc-theme-secondary);
}

/*----------------------------------------*/
/* 7.12 Count css */
/*----------------------------------------*/
.xc-count-one__section {
  position: relative;
  z-index: 2;
}
.xc-count-one__wrapper {
  background-color: var(--xc-common-white);
  box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.14);
  border-top: 5px solid var(--xc-theme-primary);
}
.xc-count-one__box {
  margin: 40px 0;
  padding: 0 50px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-right: 1px solid var(--xc-border-1);
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .xc-count-one__box {
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.xc-count-one__box span i {
  font-size: 34px;
  margin-right: 10px;
  color: var(--xc-theme-primary);
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .xc-count-one__box span i {
    margin-right: 30px;
  }
}
.xc-count-one__box p.count-box {
  font-size: 36px;
  font-weight: 700;
  color: var(--xc-common-black);
  margin-bottom: 5px;
}

/*----------------------------------------*/
/*  7.13 Team css */
/*----------------------------------------*/
.xc-team-one__item:hover .xc-team-one__social {
  transform: translateY(0);
  z-index: 11;
}
.xc-team-one__item:hover .xc-team-one__img:after {
  opacity: 0.3;
}
.xc-team-one__img {
  position: relative;
  overflow: hidden;
}
.xc-team-one__img::after {
  position: absolute;
  content: "";
  background-color: var(--xc-common-black);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  transition: 0.3s;
}
.xc-team-one__name {
  font-size: 22px;
  margin-top: 20px;
}
.xc-team-one__name a {
  transition: 0.3s;
}
.xc-team-one__name a:hover {
  color: var(--xc-theme-primary);
}
.xc-team-one__social {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 10px 10px;
  transform: translateY(-110%);
  background-color: var(--xc-common-white);
  transition: 0.5s;
}
.xc-team-one__social ul {
  padding-left: 0;
  margin-bottom: 0;
}
.xc-team-one__social ul li {
  list-style: none;
  text-align: center;
}
.xc-team-one__social ul li a:hover {
  color: var(--xc-theme-primary);
}
.xc-team-one__social ul li + li {
  margin-top: 5px;
}

/*----------------------------------------*/
/*  7.14 Faq css  */
/*----------------------------------------*/
.xc-accrodion {
  padding: 30px 0;
  border-bottom: 1px solid var(--xc-border-1);
}
.xc-accrodion p {
  margin-bottom: 0;
  margin-top: 20px;
}

.xc-accrodion-title h4 {
  position: relative;
  font-size: 24px;
  margin-bottom: 0;
}
.xc-accrodion-title h4::before {
  content: "\f107";
  position: absolute;
  top: 0;
  right: 30px;
  font-family: var(--xc-ff-fontawesome);
  color: var(--xc-common-black);
  transition: 0.3s;
}

.xc-accrodion.active .xc-accrodion-title h4 {
  color: var(--xc-theme-primary);
}
.xc-accrodion.active .xc-accrodion-title h4::before {
  transform: rotate(-180deg);
  color: var(--xc-theme-primary);
}

/*----------------------------------------*/
/*  7.15 Contact css */
/*----------------------------------------*/
.xc-contact-page__title {
  font-size: 40px;
}
.xc-contact-page__cta {
  display: flex;
  margin-bottom: 20px;
}
.xc-contact-page__cta .xc-icon {
  font-size: 35px;
  color: var(--xc-theme-primary);
  margin-right: 20px;
}
.xc-contact-page__content h4 {
  font-size: 22px;
  font-family: var(--xc-text-body);
}
.xc-contact-page__content p {
  font-size: 20px;
}

.xc-google-map__one {
  width: 100%;
  height: 500px;
  filter: grayscale(1);
}

.xc-contact-page__form-wrapper {
  padding: 90px 110px;
  background-color: #effbf2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .xc-contact-page__form-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .xc-contact-page__form-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .xc-contact-page__form-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.xc-contact-page__input-box {
  margin-bottom: 30px;
}
.xc-contact-page__input-box input {
  background-color: var(--xc-common-white);
  color: #a7a5c8;
}
.xc-contact-page__input-box textarea {
  background-color: var(--xc-common-white);
  height: 170px;
  color: #a7a5c8;
}
@media (max-width: 575px) {
  .xc-contact-page__input-box button {
    width: 100%;
  }
}

/*----------------------------------------*/
/*  ECOMMERCE CSS START
/*----------------------------------------*/

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