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

    Template Name: Medu – NDIS Disability & Elderly Care Service HTML Template
    Author: Creative Gigs
    Support: 
    Description: Medu – NDIS Disability & Elderly Care Service 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.16 Search
		2.17 Hotspot
		2.18 Ragne Slider
	-----------------
    03. HEADER CSS
	-----------------
		3.1 Header Style 1


    ---------------------------------
	04. MENU CSS
	---------------------------------
		4.1 Main menu css
		4.2 Meanmenu css
		4.3 Mobile 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 Hero css



**********************************************/
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500&display=swap");
a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
  -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;
}

/* transform */
:root {
  /**
  @font family declaration
  */
  --cg-ff-body: 'Roboto', sans-serif;
  --cg-ff-heading: 'Plus Jakarta Sans', sans-serif;
  --cg-ff-p: 'Roboto', sans-serif;
  --cg-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --cg-common-white: #ffffff;
  --cg-common-black-solid: #000;
  --cg-common-black: #000000;
  --cg-common-placeholder: #4D4D4D;
  --cg-grey-1: #F6F7F9;
  --cg-heading-primary: #132573;
  --cg-heading-secondary: #1C2936;
  --cg-heading-1: #00183C;
  --cg-text-primary: #D2D2D2;
  --cg-text-secondary: #060606;
  --cg-text-body: #4B4B4B;
  --cg-text-1: #767A7D;
  --cg-theme-primary: #D82221;
  --cg-theme-secondary: #051A53;
  --cg-bg-primary: #000C2C;
  --cg-bg-secondary: #051A53;
  --cg-bg-1: #F3F3F3;
  --cg-bg-2: #F4F4F4;
  --cg-border-primary: #EAEBED;
  --cg-border-secondary: #F0F2F4;
  /**
  @font weight declaration
  */
  --cg-fw-normal: normal;
  --cg-fw-elight: 200;
  --cg-fw-light: 300;
  --cg-fw-regular: 400;
  --cg-fw-medium: 500;
  --cg-fw-sbold: 600;
  --cg-fw-bold: 700;
  --cg-fw-ebold: 800;
  --cg-fw-black: 900;
  /**
  @font size declaration
  */
  --cg-fz-body: 18px;
  --cg-fz-p: 18px;
  --cg-fz-h1: 100px;
  --cg-fz-h2: 72px;
  --cg-fz-h3: 56px;
  --cg-fz-h4: 42px;
  --cg-fz-h5: 32px;
  --cg-fz-h6: 24px;
  --cg-fz-b1: 22px;
  --cg-fz-b2: 20px;
  --cg-fz-b3: 14px;
  --cg-fz-b4: 12px;
}

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

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

html {
  font-size: 10px;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--cg-ff-heading);
  color: var(--cg-common-black);
  margin-top: 0px;
  margin-bottom: 0;
  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: var(--cg-fz-h1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  h1 {
    font-size: 72px;
  }
}
@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) {
  h1 {
    font-size: 68px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 50px;
  }
}

h2 {
  font-size: var(--cg-fz-h2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 62px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  h2 {
    font-size: 48px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 38px;
  }
}

h3 {
  font-size: var(--cg-fz-h3);
}

h4 {
  font-size: var(--cg-fz-h4);
}

h5 {
  font-size: var(--cg-fz-h5);
}
h5.large {
  font-size: 30px;
}
h5.small {
  font-size: 30px;
}

h6 {
  font-size: var(--cg-fz-h6);
}

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

p {
  font-family: var(--cg-ff-p);
  font-size: 18px;
  font-weight: var(--cg-fw-regular);
  color: var(--cg-text-body);
  margin-bottom: 15px;
  line-height: 26px;
}
p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  object-fit: cover;
}

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

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

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

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

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {
  outline: none;
  background-color: #fff;
  height: 56px;
  width: 100%;
  line-height: 56px;
  font-size: 14px;
  color: var(--cg-common-black);
  padding-left: 26px;
  padding-right: 26px;
  border: 1px solid #E0E2E3;
}
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: #95999D;
}
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: #95999D;
}
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: #95999D;
}
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: #95999D;
}
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: #95999D;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:focus {
  border-color: var(--cg-common-black);
}
input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=url]:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

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

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(--cg-common-black);
  color: var(--cg-common-white);
  text-shadow: none;
}

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

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

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

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

/*----------------------------------------
   Bootstrap customize
-----------------------------------------*/
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.875rem;
}

@media (min-width: 1441px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.875rem;
}

.g-10,
.gx-10 {
  --bs-gutter-x: 10px;
}

.g-20,
.gx-20 {
  --bs-gutter-x: 20px;
}

.gy-20 {
  --bs-gutter-y: 20px;
}

.gy-24 {
  --bs-gutter-y: 24px;
}

.g-30,
.gx-30 {
  --bs-gutter-x: 30px;
}

.g-30,
.gy-30 {
  --bs-gutter-y: 30px;
}

.g-40,
.gx-40 {
  --bs-gutter-x: 40px;
}

.g-40,
.gy-40 {
  --bs-gutter-y: 40px;
}

.g-45,
.gx-45 {
  --bs-gutter-x: 45px;
}

.g-45,
.gy-45 {
  --bs-gutter-y: 45px;
}

.g-50,
.gx-50 {
  --bs-gutter-x: 50px;
}

.g-50,
.gy-50 {
  --bs-gutter-y: 50px;
}

.g-60,
.gx-60 {
  --bs-gutter-x: 60px;
}

.g-60,
.gy-60 {
  --bs-gutter-y: 60px;
}

.gy-80 {
  --bs-gutter-y: 80px;
}
@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) {
  .gy-80 {
    --bs-gutter-y: 30px;
  }
}

.gy-100 {
  --bs-gutter-y: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .gy-100 {
    --bs-gutter-y: 50px;
  }
}
@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) {
  .gy-100 {
    --bs-gutter-y: 30px;
  }
}

/*----------------------------------------
   Mfp customize
-----------------------------------------*/
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 1280px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 1000px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 850px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 820px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 750px;
  }
}

.mfp-close {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.mfp-close:hover {
  color: var(--cg-common-white);
}
.mfp-close::after {
  position: absolute;
  content: "\f00d";
  height: 100%;
  width: 100%;
  font-family: var(--cg-ff-fontawesome);
  font-size: 31px;
  font-weight: 200;
  right: -20px;
  margin-top: -25px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .mfp-close::after {
    right: 15px;
    margin-top: -30px;
  }
}

/*---------------------------------
    1.2 Common Classes
---------------------------------*/
.cg-common-circle {
  position: relative;
  display: inline-block;
}
.cg-common-circle a {
  position: absolute;
  inset-inline-start: 50%;
  inset-block-start: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: var(--cg-theme-primary);
}
.cg-common-circle img {
  -webkit-animation: badgeSpin 25s linear infinite;
  -moz-animation: badgeSpin 25s linear infinite;
  animation: badgeSpin 25s linear infinite;
}

.sidebar-sticky {
  position: sticky;
  top: 120px;
}

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

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

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

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

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

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

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

/*----------------------------------------*/
/*  2.4 Animations
/*----------------------------------------*/
/* pulse effect animation */
@-webkit-keyframes cg-pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgb(216, 34, 33);
    box-shadow: 0 0 0 0 rgb(216, 34, 33);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(216, 34, 33, 0);
    box-shadow: 0 0 0 45px rgba(216, 34, 33, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(216, 34, 33, 0);
    box-shadow: 0 0 0 0 rgba(216, 34, 33, 0);
  }
}
@-moz-keyframes cg-pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgb(216, 34, 33);
    box-shadow: 0 0 0 0 rgb(216, 34, 33);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(216, 34, 33, 0);
    box-shadow: 0 0 0 45px rgba(216, 34, 33, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(216, 34, 33, 0);
    box-shadow: 0 0 0 0 rgba(216, 34, 33, 0);
  }
}
@-ms-keyframes cg-pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgb(216, 34, 33);
    box-shadow: 0 0 0 0 rgb(216, 34, 33);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(216, 34, 33, 0);
    box-shadow: 0 0 0 45px rgba(216, 34, 33, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(216, 34, 33, 0);
    box-shadow: 0 0 0 0 rgba(216, 34, 33, 0);
  }
}
@keyframes cg-pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgb(216, 34, 33);
    box-shadow: 0 0 0 0 rgb(216, 34, 33);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(216, 34, 33, 0);
    box-shadow: 0 0 0 45px rgba(216, 34, 33, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(216, 34, 33, 0);
    box-shadow: 0 0 0 0 rgba(216, 34, 33, 0);
  }
}
@-webkit-keyframes cg-pulse-2 {
  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);
  }
}
@-moz-keyframes cg-pulse-2 {
  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);
  }
}
@-ms-keyframes cg-pulse-2 {
  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);
  }
}
@keyframes cg-pulse-2 {
  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 cg-shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}
@-moz-keyframes cg-shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}
@-ms-keyframes cg-shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes cg-shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}
@-moz-keyframes badgeSpin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes badgeSpin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes badgeSpin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
@-moz-keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
@-ms-keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
@keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
@-webkit-keyframes cg-rotate-center {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes cg-rotate-center {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes cg-rotate-center {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes cg-rotate-center {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes cg-mobile-view {
  0%, 10% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  50%, 60% {
    -webkit-transform: translateY(-57%);
    -moz-transform: translateY(-57%);
    -ms-transform: translateY(-57%);
    -o-transform: translateY(-57%);
    transform: translateY(-57%);
  }
  90%, 100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-moz-keyframes cg-mobile-view {
  0%, 10% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  50%, 60% {
    -webkit-transform: translateY(-57%);
    -moz-transform: translateY(-57%);
    -ms-transform: translateY(-57%);
    -o-transform: translateY(-57%);
    transform: translateY(-57%);
  }
  90%, 100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-ms-keyframes cg-mobile-view {
  0%, 10% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  50%, 60% {
    -webkit-transform: translateY(-57%);
    -moz-transform: translateY(-57%);
    -ms-transform: translateY(-57%);
    -o-transform: translateY(-57%);
    transform: translateY(-57%);
  }
  90%, 100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes cg-mobile-view {
  0%, 10% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  50%, 60% {
    -webkit-transform: translateY(-57%);
    -moz-transform: translateY(-57%);
    -ms-transform: translateY(-57%);
    -o-transform: translateY(-57%);
    transform: translateY(-57%);
  }
  90%, 100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes cg-svg-line {
  100% {
    stroke-dashoffset: 350;
  }
}
@-moz-keyframes cg-svg-line {
  100% {
    stroke-dashoffset: 350;
  }
}
@-ms-keyframes cg-svg-line {
  100% {
    stroke-dashoffset: 350;
  }
}
@keyframes cg-svg-line {
  100% {
    stroke-dashoffset: 350;
  }
}
@-webkit-keyframes cg-border-loader {
  0% {
    stroke-dashoffset: -356px;
    stroke-dasharray: 356px, 366px;
  }
  95% {
    stroke-dashoffset: 0;
    stroke-dasharray: 356px, 366px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 366px;
  }
}
@-moz-keyframes cg-border-loader {
  0% {
    stroke-dashoffset: -356px;
    stroke-dasharray: 356px, 366px;
  }
  95% {
    stroke-dashoffset: 0;
    stroke-dasharray: 356px, 366px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 366px;
  }
}
@-ms-keyframes cg-border-loader {
  0% {
    stroke-dashoffset: -356px;
    stroke-dasharray: 356px, 366px;
  }
  95% {
    stroke-dashoffset: 0;
    stroke-dasharray: 356px, 366px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 366px;
  }
}
@keyframes cg-border-loader {
  0% {
    stroke-dashoffset: -356px;
    stroke-dasharray: 356px, 366px;
  }
  95% {
    stroke-dashoffset: 0;
    stroke-dasharray: 356px, 366px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 366px;
  }
}
/*----------------------------------------*/
/*  2.1 Back to top
/*----------------------------------------*/
.back-to-top {
  display: flex;
  align-items: center;
  width: auto;
  height: 35px;
  background: transparent;
  position: fixed;
  bottom: 60px;
  right: -12px;
  z-index: 99;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: rotate(-90deg);
  cursor: pointer;
  transition: all 0.2s ease;
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 70px;
}
.back-to-top-text {
  display: inline;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-right: 8px;
  color: var(--cg-theme-primary);
}
.back-to-top-wrapper {
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: var(--cg-theme-secondary);
  position: relative;
  overflow: hidden;
}
.back-to-top-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--cg-theme-primary);
}

/*----------------------------------------*/
/*  2.3 Buttons
/*----------------------------------------*/
.cg-primary-btn {
  color: var(--cg-common-white);
  background-color: var(--cg-theme-primary);
  font-size: 20px;
  font-weight: var(--cg-fw-medium);
  padding: 0 47px;
  height: 55px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -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;
  position: relative;
  z-index: 2;
}
.cg-primary-btn:hover {
  color: var(--cg-common-white);
}
.cg-primary-btn:hover:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}
.cg-primary-btn:before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  background-color: var(--cg-theme-secondary);
  border-radius: 10px;
  -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;
  z-index: -1;
}
.cg-primary-btn.secondary-bg {
  background-color: var(--cg-theme-secondary);
}
.cg-primary-btn.secondary-bg:before {
  background-color: var(--cg-theme-primary);
}
.cg-primary-btn.has-white {
  color: var(--cg-common-black);
  background-color: var(--cg-common-white);
}
.cg-primary-btn.has-white:hover {
  color: var(--cg-common-white);
}
.cg-primary-btn.has-white.radius-50 {
  border-radius: 50px;
}
.cg-primary-btn.has-white.radius-50:before {
  background-color: var(--cg-theme-primary);
  border-radius: 50px;
}
.cg-primary-btn.hover-white:hover {
  color: var(--cg-common-black);
}
.cg-primary-btn.hover-white:before {
  background-color: var(--cg-common-white);
}
.cg-primary-btn.radius-50:before {
  border-radius: 50px;
}

.cg-outline-btn {
  color: var(--cg-common-black);
  background-color: transparent;
  font-size: 20px;
  font-weight: var(--cg-fw-medium);
  padding: 0 47px;
  height: 55px;
  border: 1px solid var(--cg-common-black);
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -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;
  position: relative;
  z-index: 2;
}
.cg-outline-btn:hover {
  color: var(--cg-common-white);
  border-color: var(--cg-theme-primary);
}
.cg-outline-btn:hover:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}
.cg-outline-btn:before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  background-color: var(--cg-theme-primary);
  border-radius: 8px;
  -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;
  z-index: -1;
}
.cg-outline-btn.secondary-bg {
  background-color: var(--cg-theme-secondary);
}
.cg-outline-btn.secondary-bg:before {
  background-color: var(--cg-theme-primary);
}
.cg-outline-btn.has-white {
  color: var(--cg-common-black);
  background-color: var(--cg-common-white);
}
.cg-outline-btn.has-white:hover {
  color: var(--cg-common-white);
}
.cg-outline-btn.has-white.radius-50 {
  border-radius: 50px;
}
.cg-outline-btn.has-white.radius-50:before {
  background-color: var(--cg-theme-primary);
  border-radius: 50px;
}
.cg-outline-btn.radius {
  border-radius: 27px;
}
.cg-outline-btn.radius:before {
  border-radius: 27px;
}

.cg-circle-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: var(--cg-theme-primary);
  transition: all 0.3s linear;
  z-index: 5;
}
.cg-circle-btn:hover {
  background-color: var(--cg-theme-secondary);
}
.cg-circle-btn.has-small {
  width: 50px;
  height: 50px;
  background-color: var(--cg-common-white);
  z-index: 5;
}
.cg-circle-btn.has-small:hover {
  background-color: var(--cg-theme-primary);
}
.cg-circle-btn.has-small:hover svg path {
  stroke: var(--cg-common-white);
}
.cg-circle-btn.has-big {
  width: 80px;
  height: 80px;
}
.cg-circle-btn.has-white {
  background-color: var(--cg-common-white);
}
.cg-circle-btn.has-white:hover {
  background-color: var(--cg-theme-primary);
}
.cg-circle-btn.has-white:hover svg path {
  stroke: var(--cg-common-white);
}

.cg-square-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 20px;
  color: var(--cg-common-white);
  border-radius: 8px;
  border: 1px solid var(--cg-common-black);
  width: 60px;
  height: 60px;
  margin-right: 15px;
  background: transparent;
  transition: all 0.3s linear;
}
.cg-square-btn svg path {
  color: var(--cg-common-white);
  stroke: var(--cg-common-black);
  transition: all 0.3s linear;
}
.cg-square-btn:hover {
  background-color: var(--cg-theme-primary);
  border-color: var(--cg-theme-primary);
}
.cg-square-btn:hover svg path {
  stroke: var(--cg-common-white);
}
.cg-square-btn.has-big {
  width: 100px;
  height: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cg-square-btn.has-big {
    width: 60px;
    height: 60px;
  }
}
.cg-square-btn.has-bg {
  background-color: var(--cg-common-white);
  border: none;
  transition: all 0.3s linear;
}
.cg-square-btn.has-bg svg path {
  color: var(--cg-common-black);
  stroke: var(--cg-common-black);
  transition: all 0.3s linear;
}
.cg-square-btn.has-bg:hover {
  background-color: var(--cg-theme-secondary);
}
.cg-square-btn.has-bg:hover svg path {
  stroke: var(--cg-common-white);
}

.cg-text-btn {
  font-size: 20px;
  font-weight: 500;
  color: var(--cg-common-black);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease-in-out;
}
.cg-text-btn:hover {
  color: var(--cg-theme-primary);
}

.cg-play-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  background: var(--cg-theme-primary);
  font-size: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.cg-play-btn i {
  color: var(--cg-common-white);
}
.cg-play-btn.square {
  width: 120px;
  height: 120px;
  border-radius: 10px;
  background-color: var(--cg-common-white);
}
.cg-play-btn.square i {
  color: var(--cg-theme-primary);
}
.cg-play-btn.has-small {
  width: 85px;
  height: 85px;
}
.cg-play-btn.has-white {
  background-color: var(--cg-common-white);
}
.cg-play-btn.has-white i {
  color: var(--cg-theme-primary);
  font-size: 25px;
}

.cg-pdf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0 16px;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: var(--cg-common-black);
  border: 1px solid var(--cg-common-black);
  border-radius: 8px;
  height: 55px;
  padding: 0 20px;
}

.cg-audio-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0 53px;
  height: 60px;
  padding: 0 31px;
  border: 1px solid var(--cg-common-black);
  border-radius: 8px;
  font-size: 24px;
  font-weight: 600;
  color: var(--cg-common-black);
  position: relative;
}
.cg-audio-btn::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 1px;
  right: 92px;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--cg-common-black);
}
.cg-audio-btn i {
  font-size: 32px;
}
.cg-audio-btn:hover {
  color: var(--cg-common-white);
  background-color: var(--cg-theme-primary);
  border-color: var(--cg-theme-primary);
}
.cg-audio-btn:hover::after {
  background-color: var(--cg-common-white);
}

.cg-audio-btn-2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 60px;
  padding: 0 24px;
  border: 1px solid var(--cg-common-black);
  border-radius: 8px;
  font-size: 24px;
  font-weight: 600;
  color: var(--cg-common-black);
  position: relative;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cg-audio-btn-2::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 1px;
  right: 92px;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--cg-common-black);
  transition: all 0.3s ease-in-out;
}
.cg-audio-btn-2 i {
  font-size: 32px;
}
.cg-audio-btn-2 .setting {
  margin-right: 39px;
  position: relative;
}
.cg-audio-btn-2 .setting::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 60px;
  right: -18px;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--cg-common-black);
  transition: all 0.3s ease-in-out;
}
.cg-audio-btn-2 .icon {
  margin-right: 53px;
}
.cg-audio-btn-2:hover {
  color: var(--cg-common-white);
  background-color: var(--cg-theme-primary);
  border-color: var(--cg-theme-primary);
}
.cg-audio-btn-2:hover::after {
  background-color: var(--cg-common-white);
}
.cg-audio-btn-2:hover .setting::after {
  background-color: var(--cg-common-white);
}

/* hamburger btn */
.cg-hamburger-btn {
  position: relative;
  height: 60px;
  width: 60px;
  background-color: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--cg-common-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .cg-hamburger-btn {
    height: 50px;
    width: 50px;
  }
}
.cg-hamburger-btn span {
  background: var(--cg-common-black);
  border-radius: 3px;
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  left: 24px;
  transform: translateX(-50%);
  transition: all 0.3s linear;
}
.cg-hamburger-btn span::before {
  background: var(--cg-common-black);
  border-radius: 3px;
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  margin-top: -7px;
  left: 0;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .cg-hamburger-btn span::before {
    width: 25px;
  }
}
.cg-hamburger-btn span::after {
  background: var(--cg-common-black);
  border-radius: 3px;
  content: "";
  position: absolute;
  width: 10px;
  height: 3px;
  margin-top: 7px;
  left: 0;
  transition: all 0.3s linear;
}
.cg-hamburger-btn:hover span {
  right: 0;
}
.cg-hamburger-btn:hover span::before {
  width: 10px;
  right: 0;
}
.cg-hamburger-btn:hover span::after {
  right: 0;
  width: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .cg-hamburger-btn:hover span::after {
    width: 25px;
  }
}
.cg-hamburger-btn.has-white {
  border-color: var(--cg-common-white);
}
.cg-hamburger-btn.has-white span {
  background: var(--cg-common-white);
}
.cg-hamburger-btn.has-white span::before {
  background: var(--cg-common-white);
}
.cg-hamburger-btn.has-white span::after {
  background: var(--cg-common-white);
}

/*----------------------------------------*/
/*  2.6 Background
/*----------------------------------------*/
.grey-bg {
  background-color: var(--cg-grey-1);
}

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

.grey-bg-5 {
  background-color: var(--cg-grey-5);
}

.grey-bg-6 {
  background-color: var(--cg-grey-6);
}

.grey-bg-7 {
  background-color: var(--cg-grey-7);
}

.grey-bg-8 {
  background-color: var(--cg-grey-8);
}

.grey-bg-9 {
  background-color: var(--cg-grey-9);
}

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

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

.khaki-bg {
  background-color: var(--cg-khaki-1);
}

.green-dark-bg {
  background-color: var(--cg-green-dark);
}

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

.theme-secondary-bg {
  background-color: var(--cg-theme-secondary);
}

[data-bg-color=footer-bg-grey] {
  background-color: var(--cg-footer-grey-1);
}

[data-bg-color=footer-bg-white] {
  background-color: var(--cg-common-white);
}

/*----------------------------------------*/
/*  2.12 Accordion
/*----------------------------------------*/
.cg-counter-title {
  position: absolute;
  inset-inline-start: 27px;
  bottom: 10px;
  color: var(--cg-common-white);
  font-style: italic;
  font-family: var(--cg-ff-heading);
  font-weight: var(--cg-fw-sbold);
}
.cg-counter-subtitle {
  font-size: 20px;
  color: var(--cg-theme-primary);
  margin-inline-start: 30px;
}
.cg-counter-box .cg-counter-bg {
  width: 290px;
  background-color: var(--cg-bg-secondary);
  border-radius: 15px;
  position: relative;
  margin-bottom: 16px;
}
@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) {
  .cg-counter-box .cg-counter-bg {
    width: 100%;
  }
}
.cg-counter-box.counter-box-1 .cg-counter-bg {
  height: 150px;
}
.cg-counter-box.counter-box-2 .cg-counter-bg {
  height: 280px;
}
.cg-counter-box.counter-box-3 .cg-counter-bg {
  height: 130px;
}
.cg-counter-box.counter-box-4 .cg-counter-bg {
  height: 190px;
}
.cg-counter-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 240px;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cg-counter-grid {
    gap: 30px 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) {
  .cg-counter-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px 0;
  }
}
.cg-counter-title-2 {
  font-size: 140px;
  font-style: italic;
  font-weight: 600;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cg-counter-title-2 {
    font-size: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .cg-counter-title-2 {
    font-size: 80px;
  }
}
@media (max-width: 575px) {
  .cg-counter-title-2 {
    font-size: 60px;
  }
}
.cg-counter-subtitle-2 {
  font-size: 20px;
  color: var(--cg-theme-primary);
}
.cg-counter-item {
  position: relative;
}
.cg-counter-item:not(:last-child)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 270px;
  background-color: var(--cg-border-primary);
  inset-inline-end: -135px;
  top: 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) {
  .cg-counter-item:not(:last-child)::before {
    display: none;
  }
}
.cg-counter-border {
  position: relative;
  padding: 0 90px 182px 90px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cg-counter-border {
    padding: 0 30px 150px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cg-counter-border {
    padding: 50px 90px 80px 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cg-counter-border {
    padding: 50px 90px 80px 90px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cg-counter-border {
    padding: 0px 0px;
  }
}
.cg-counter-border::before {
  position: absolute;
  content: "";
  width: 1500px;
  height: 100%;
  border: 1px solid var(--cg-common-black);
  border-radius: 30px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cg-counter-border::before {
    width: 1300px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cg-counter-border::before {
    width: 1150px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cg-counter-border::before {
    width: 95%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cg-counter-border::before {
    width: 90%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cg-counter-border::before {
    display: none;
  }
}
.cg-counter-space-bottom {
  padding-bottom: 140px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cg-counter-space-bottom {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cg-counter-space-bottom {
    padding-bottom: 80px;
  }
}

/*----------------------------------------*/
/*  2.12 offcanvas
/*----------------------------------------*/
.offcanvas-area {
  background: var(--cg-common-white) none repeat scroll 0 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 500px;
  height: 100%;
  transform: translateX(calc(100% + 80px));
  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;
  border-inline-start: 1px solid var(--cg-border-primary);
}
.offcanvas-area ::-webkit-scrollbar {
  display: none;
}
@media (max-width: 575px) {
  .offcanvas-area {
    width: 400px;
  }
}
@media (max-width: 575px) {
  .offcanvas-area {
    width: 100%;
  }
}
.offcanvas-area.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.offcanvas-logo a img {
  width: 160px;
}
@media (max-width: 575px) {
  .offcanvas-logo a img {
    width: 150px;
  }
}
@media (max-width: 575px) {
  .offcanvas-logo a img {
    width: 140px;
  }
}
.offcanvas-content {
  padding-bottom: 45px;
}
.offcanvas-wrapper {
  position: relative;
  height: 100%;
  padding: 45px 45px;
}
@media (max-width: 575px) {
  .offcanvas-wrapper {
    padding: 30px 30px;
  }
}
.offcanvas-top {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--cg-border-primary);
}
.offcanvas-color {
  margin-bottom: 40px;
}
.offcanvas-color h5 {
  font-size: 22px;
  margin-bottom: 15px;
}
.offcanvas-color input {
  display: none;
}
.offcanvas-color label {
  width: 100%;
  height: 60px;
  background-color: var(--cg-theme-primary);
}
.offcanvas-color label:hover {
  cursor: pointer;
}
.offcanvas-color-2 label {
  background-color: var(--cg-theme-secondary);
}
.offcanvas-search {
  position: relative;
}
.offcanvas-search button {
  position: absolute;
  top: 50%;
  inset-inline-start: 0;
  transform: translateY(-50%);
  font-size: 16px;
  color: var(--cg-theme-secondary);
}
.offcanvas-search button:hover {
  color: var(--cg-theme-primary);
}
.offcanvas-search input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid #D5D5D5;
  font-size: 18px;
  color: var(--cg-common-black);
}
.offcanvas-search input::placeholder {
  color: var(--cg-common-placeholder);
}
.offcanvas-search input:focus {
  border-radius: 0;
}
.offcanvas-title-meta {
  color: var(--cg-common-black);
  margin-bottom: 17px;
  font-size: 30px;
}
.offcanvas-text p {
  margin-bottom: 25px;
}
.offcanvas-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  inset-inline-start: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  backdrop-filter: blur(10px);
}
.offcanvas-overlay:hover {
  cursor: url("../images/shape/cross-out.png"), pointer;
}
.offcanvas-overlay.overlay-open {
  opacity: 1;
  visibility: visible;
}
.offcanvas-contact ul li:not(:last-child) {
  margin-bottom: 20px;
}
.offcanvas-contact ul li a:hover {
  color: var(--cg-theme-primary);
}
.offcanvas-contact ul li a:hover i {
  background: var(--cg-theme-primary);
  color: var(--cg-common-white);
  border-color: var(--cg-theme-primary);
}
.offcanvas-contact-icon i {
  display: inline-block;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  border-radius: 50%;
  background: transparent;
  color: var(--cg-common-black);
  border: 1px solid var(--cg-border-secondary);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.sidebar-toggle {
  cursor: pointer;
}

.offcanvas-slider-content {
  border: 1px solid var(--cg-border-primary);
  padding: 20px;
}

.offcanvas-navigation {
  display: flex;
  align-items: center;
  gap: 20px;
}
.offcanvas-navigation button svg {
  transition: all 0.3s ease-in-out;
}
.offcanvas-navigation button svg * {
  fill: var(--cg-common-white);
}
.offcanvas-navigation button:hover svg * {
  fill: var(--cg-theme-primary);
}

.offcanvas-post-title {
  font-size: 26px;
  color: var(--cg-common-white);
}
.offcanvas-post-title a:hover {
  color: var(--cg-theme-primary);
}

.offcanvas-close-icon {
  line-height: 1;
  color: var(--cg-theme-secondary);
}
.offcanvas-close-icon .offcanvas-m-lines {
  position: relative;
  display: block;
  height: 12px;
  width: 33px;
}
.offcanvas-close-icon.animation--flip .offcanvas-m-line.line--1 {
  top: 6px;
  transform: rotate(45deg);
}
.offcanvas-close-icon.animation--flip .offcanvas-m-line.line--3 {
  opacity: 0;
  opacity: 0;
}
.offcanvas-close-icon.animation--flip .offcanvas-m-line.line--2 {
  top: 6px;
  transform: rotate(-45deg);
}
.offcanvas-close-icon .offcanvas-m-line {
  position: absolute;
  inset-inline-start: 0;
  height: 2px;
  width: 100%;
  background-color: currentColor;
  transition: top 0.15s ease, transform 0.3s ease;
}
.offcanvas-close-icon .offcanvas-m-line.line--1 {
  top: 0;
}
.offcanvas-close-icon .offcanvas-m-line.line--2 {
  top: 5px;
}
.offcanvas-close-icon .offcanvas-m-line.line--3 {
  bottom: 0;
  bottom: 0;
}
.offcanvas-close-icon:hover .offcanvas-m-line {
  animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
  animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
}
.offcanvas-close-icon:hover .offcanvas-m-line:nth-of-type(2) {
  animation-delay: 0.1s;
}

/*----------------------------------------*/
/*  2.5 Preloader
/*----------------------------------------*/
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: var(--cg-common-white) no-repeat center center;
}

div#preloader .preloader-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.preloader-wrap img {
  max-width: 300px;
  border-radius: 12px;
}

/*----------------------------------------*/
/*  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 {
  position: absolute;
  content: "\f107";
  top: 50%;
  right: 0;
  font-family: var(--cg-ff-fontawesome);
  color: var(--cg-common-black);
  font-weight: 500;
  pointer-events: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin-top: 0;
  transform-origin: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.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.11 Breadcrumb
/*----------------------------------------*/
.cg-breadcrumb-area {
  padding-top: 294px;
  padding-bottom: 205px;
}
.cg-breadcrumb-mask::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  bottom: -1px;
  background-image: url(../images/common-bg/breadcrumb-bg-shape.png);
  z-index: 1;
  width: 100%;
  height: 102px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  z-index: 10;
}
.cg-breadcrumb-bg {
  position: absolute;
  inset-inline-start: 0;
  inset-inline-end: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.cg-breadcrumb-title {
  color: var(--cg-common-white);
  font-weight: var(--cg-fw-bold);
  margin-bottom: 20px;
  text-transform: capitalize;
  font-size: 82px;
}
@media (max-width: 575px) {
  .cg-breadcrumb-title {
    font-size: 38px;
  }
}
.cg-breadcrumb-list span {
  font-weight: var(--cg-fw-regular);
  font-size: 24px;
  color: rgba(255, 255, 255, 0.7);
}
.cg-breadcrumb-list span:not(:last-of-type) {
  margin-right: 8px;
}
.cg-breadcrumb-list span a:hover {
  color: var(--cg-theme-primary);
}
.cg-breadcrumb-shape {
  position: absolute;
  top: -40px;
  inset-inline-start: -70px;
}

/*----------------------------------------*/
/*  2.12 Accordion
/*----------------------------------------*/
.cg-faq-style {
  margin-left: 100px;
}
@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) {
  .cg-faq-style {
    margin-left: 0px;
  }
}
.cg-faq-style .accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: none;
  border-bottom: 1px solid var(--cg-common-black);
  border-radius: 0;
  padding-bottom: 20px;
}
.cg-faq-style .accordion-item:not(:last-child) {
  margin-bottom: 50px;
}
.cg-faq-style .accordion-button {
  font-size: 22px;
  font-family: var(--cg-ff-heading);
  color: var(--cg-common-black);
  font-weight: var(--cg-fw-sbold);
  padding: 0px 0 10px 0;
}
.cg-faq-style .accordion-button:not(.collapsed) {
  color: var(--cg-theme-primary);
  background-color: transparent;
  box-shadow: none;
}
.cg-faq-style .accordion-button::after {
  position: absolute;
  right: 30px;
  background-image: none;
  content: "\f106";
  font-family: var(--cg-ff-fontawesome);
  font-size: 20px;
  font-weight: 400;
  line-height: 46px;
  text-align: center;
  width: auto;
  height: auto;
}
.cg-faq-style .accordion-body {
  padding: 0 0 10px 0;
}

/*----------------------------------------*/
/*  2.15 Section Title
/*----------------------------------------*/
.cg-section-title {
  font-family: var(--cg-ff-heading);
  line-height: 1.095;
  letter-spacing: -0.01em;
}
.cg-section-desc {
  font-size: 24px;
  line-height: 40px;
}

.section-space {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.section-space-top {
  padding-top: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space-top {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space-top {
    padding-top: 80px;
  }
}

.section-space-bottom {
  padding-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space-bottom {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space-bottom {
    padding-bottom: 80px;
  }
}

.section-space-small {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space-small {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space-small {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.section-title-space {
  margin-bottom: 60px;
}

/*----------------------------------------*/
/*  2.12 Short Code
/*----------------------------------------*/
.cg-theme-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 20px;
  color: var(--cg-common-white);
  border-radius: 8px;
  border: 1px solid var(--cg-common-white);
  width: 50px;
  height: 50px;
  background: transparent;
}
.cg-theme-social a:not(:last-child) {
  margin-right: 15px;
}
.cg-theme-social a:hover {
  background-color: var(--cg-theme-primary);
  border-color: var(--cg-theme-primary);
}
.cg-theme-social.has-border a {
  color: var(--cg-common-black);
  background-color: transparent;
  border: 1px solid var(--cg-common-black);
  width: 40px;
  height: 40px;
  border-radius: 6px;
}
.cg-theme-social.has-border a:hover {
  color: var(--cg-common-white);
  background-color: var(--cg-theme-primary);
  border-color: var(--cg-theme-primary);
}
.cg-theme-social.circle a {
  border-radius: 50%;
}
.cg-theme-social.has-white-bg a {
  background-color: var(--cg-common-white);
  color: var(--cg-common-black);
  border: none;
  width: 60px;
  height: 60px;
}
.cg-theme-social.has-white-bg a:hover {
  background-color: var(--cg-theme-primary);
  color: var(--cg-common-white);
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-center-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

/*----------------------------------------
   Color Short Code
-----------------------------------------*/
.white-text {
  color: var(--cg-common-white);
}

.white-700 {
  color: rgba(255, 255, 255, 0.7);
}

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

.primary-text {
  color: var(--cg-text-primary);
}

.text-secondary {
  color: var(--cg-text-secondary);
}
.adres-icon{
  color: #d82221;
}
.background-bg {
  position: relative;
  z-index: 5;
}
.background-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/common-bg/footer-bg.png);
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.section-bg {
  position: relative;
  z-index: 5;
}
.section-bg::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background-image: url(../images/banner/banner-4-bottom-mask.png);
  width: 100%;
  height: 75px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 10;
}

/*----------------------------------------
   Hover Style Text Underline
-----------------------------------------*/
.underline a {
  display: inline;
  background-image: linear-gradient(var(--cg-theme-primary), var(--cg-theme-primary)), linear-gradient(var(--cg-theme-primary), var(--cg-theme-primary));
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 83%;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  line-height: 1.4;
  padding: 2% 0;
}
.underline a:hover {
  background-size: 0 1px, 100% 1px;
  color: var(--cg-theme-primary);
}

.underline-two a {
  display: inline;
  background-image: linear-gradient(var(--cg-theme-secondary), var(--cg-theme-secondary)), linear-gradient(var(--cg-theme-secondary), var(--cg-theme-secondary));
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 83%;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  line-height: 1.4;
  padding: 2% 0;
}
.underline-two a:hover {
  background-size: 0 1px, 100% 1px;
  color: var(--cg-theme-secondary);
}

.line-white a {
  display: inline;
  background-image: linear-gradient(var(--cg-common-white), var(--cg-common-white)), linear-gradient(var(--cg-common-white), var(--cg-common-white));
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 83%;
  background-repeat: no-repeat;
  transition: all 0.4s linear;
  line-height: 1.4;
  padding: 2% 0;
}
.line-white a:hover {
  background-size: 0 1px, 100% 1px;
}

/* Text */
.font-italic {
  font-style: italic;
}

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

.divider {
  border-bottom: 1px solid var(--cg-common-black);
}

.error-thumb img {
  max-width: 650px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .error-thumb img {
    max-width: 100%;
  }
}

.basic-pagination ul {
  display: flex;
  align-items: center;
  gap: 13px;
  flex-wrap: wrap;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .basic-pagination ul {
    justify-content: start;
  }
}
.basic-pagination ul li {
  list-style: none;
}
.basic-pagination ul li a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  background-color: transparent;
  border: 1px solid var(--cg-common-black);
  border-radius: 8px;
}
.basic-pagination ul li a:hover {
  background-color: var(--cg-theme-primary);
  color: var(--cg-common-white);
  border-color: transparent;
}
.basic-pagination ul li a i {
  font-weight: 500;
}
.basic-pagination ul li .current {
  background-color: var(--cg-theme-primary);
  border-color: var(--cg-theme-primary);
  color: var(--cg-common-white);
}
.basic-pagination ul li:first-child a, .basic-pagination ul li:last-child a {
  border: none;
  font-size: 20px;
}
.basic-pagination.style-2 ul li span a {
  border: 0;
}

/*----------------------------------------*/
/*  2.12 carousel
/*----------------------------------------*/
.btn-navigation button {
  position: absolute;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  top: 44%;
  inset-inline-start: -100px;
  z-index: 15;
  border-radius: 50%;
  color: var(--cg-common-black);
  border: 1px solid var(--cg-common-black);
  background: transparent;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .btn-navigation button {
    inset-inline-start: -80px;
  }
}
.btn-navigation button:hover {
  background-color: var(--cg-theme-primary);
  border-color: var(--cg-theme-primary);
  color: var(--cg-common-white);
}
.btn-navigation button:hover svg path {
  stroke: var(--cg-common-white);
}
.btn-navigation button svg {
  transition: all 0.3s linear;
}
.btn-navigation .btn-navigation-next {
  inset-inline-start: auto !important;
  inset-inline-end: -100px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .btn-navigation .btn-navigation-next {
    inset-inline-end: -80px;
  }
}
.btn-navigation.center-navigation {
  text-align: center;
  margin-top: 50px;
}
.btn-navigation.center-navigation button {
  position: inherit;
  margin-inline-end: 30px;
}

.background-bg {
  position: relative;
  z-index: 5;
}
.background-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/common-bg/footer-bg.png);
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/*----------------------------------------*/
/*  2.12 pagination
/*----------------------------------------*/
.cg-pagination {
  display: flex;
  gap: 10px;
}
.cg-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 !important;
  background-color: transparent;
  opacity: 1;
  border: 1px solid var(--cg-common-black);
  display: inline-block;
  border-radius: 50px;
}
.cg-pagination .swiper-pagination-bullet-active {
  background-color: var(--cg-theme-primary);
  border-color: var(--cg-theme-primary);
}

/* HEADER CSS */
/*----------------------------------------*/
/*  3.1 Header Style 1
/*----------------------------------------*/
.cg-header-area-3 {
  position: absolute;
  width: 100%;
  inset-inline-start: 0;
  top: 50px;
  inset-inline-end: 0;
  z-index: 55;
}
.cg-header-top {
  background-color: var(--cg-bg-primary);
  padding: 15px 0;
  color: var(--cg-common-white);
  position: relative;
  z-index: 5;
}
.cg-header-top .container,
.cg-header-top .container-lg,
.cg-header-top .container-md,
.cg-header-top .container-sm,
.cg-header-top .container-xl,
.cg-header-top .container-xxl {
  max-width: 1500px;
}
.cg-header-top-info ul li {
  list-style: none;
}
.cg-header-top-info ul li i {
  color: var(--cg-theme-primary);
  margin-inline-end: 10px;
}
.cg-header-top-info ul li a {
  transition: all 0.3s linear;
}
.cg-header-top-info ul li a:hover {
  color: var(--cg-theme-primary);
}
.cg-header-top-right-meta {
  margin-inline-start: 10px;
  color: var(--cg-theme-primary);
  text-decoration: underline;
  transition: all 0.3s linear;
  font-weight: var(--cg-fw-medium);
}
.cg-header-top-right-meta:hover {
  color: var(--cg-theme-white);
}
.cg-header-common .container,
.cg-header-common .container-lg,
.cg-header-common .container-md,
.cg-header-common .container-sm,
.cg-header-common .container-xl,
.cg-header-common .container-xxl {
  max-width: 1560px;
}
.cg-header-sticky {
  position: fixed !important;
  top: 0;
  z-index: 55;
  inset-inline-end: 0;
  inset-inline-start: 0;
  width: 100%;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running cgFadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running cgFadeInDown;
  background: #FFF;
  border-top: 0;
  box-shadow: 0px 1px 28px 0px rgba(0, 0, 0, 0.12);
}
.cg-header-sticky .cg-header-box {
  margin-top: 0;
}
.cg-header-box {
  position: relative;
  border-radius: 20px;
  margin-top: 50px;
  padding: 0px 60px 0px 60px;
  background-color: var(--cg-common-white);
  z-index: 9;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cg-header-box {
    padding: 0px 20px 0px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .cg-header-box {
    margin-top: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cg-header-box {
    margin-top: 0;
    padding: 0 20px;
  }
}
.cg-header-logo {
  padding: 33px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cg-header-logo {
    padding: 13px 0;
  }
}
.cg-header-main-right {
  gap: 0 25px;
}
.cg-header-two {
  padding: 0 160px;
  background: var(--cg-bg-1);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cg-header-two {
    padding: 0 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cg-header-two {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cg-header-two {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cg-header-two {
    padding: 0 20px;
  }
}
.cg-header-two .cg-main-menu ul li a {
  padding: 35px 0 35px 0;
  line-height: 1;
}
.cg-header-main-left{
      width: 13%;
          padding: 7px 0px 0px 0px;
}
@media only screen  and (max-width: 767px) {
  .cg-header-main-left {
    width: 61%;
}
}
.cg-header-two .cg-header-main-left {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cg-header-two .cg-header-main-left {
    display: block;
  }
}
.cg-header-two .cg-header-logo {
  padding: 18px 0;
}
.cg-header-two .cg-header-logo img {
  min-width: 163px;
}
.cg-header-contact p {
  font-size: 20px;
  font-weight: var(--cg-fw-sbold);
  font-style: italic;
  color: rgba(0, 0, 0, 0.3);
}
.cg-header-contact a {
  color: var(--cg-common-black);
  text-decoration: underline;
  transition: all 0.3s linear;
}
.cg-header-contact a:hover {
  color: var(--cg-theme-primary);
}
.cg-header-top-2 {
  padding: 40px 160px;
  background-color: var(--cg-common-white);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cg-header-top-2 {
    padding: 40px 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cg-header-top-2 {
    padding: 20px 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cg-header-top-2 {
    padding: 20px 20px;
  }
}
.cg-header-top-2 .cg-header-top-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 100px;
}
.cg-header-top-2 .cg-header-top-info span {
  font-size: 36px;
  font-weight: 500;
}
.cg-header-top-2 .cg-header-top-info span i {
  color: var(--cg-theme-primary);
}
.cg-header-top-2 .cg-header-top-info span a {
  margin-inline-start: 20px;
  color: var(--cg-common-black);
  text-decoration: underline;
}
.cg-header-top-2 .cg-header-top-right {
  gap: 50px;
}
.cg-header-search {
  position: relative;
}
.cg-header-search input {
  width: 275px;
  height: 60px;
  line-height: 40px;
  padding: 0 25px;
  background: transparent;
  border: 1px solid var(--cg-common-black);
  outline: none;
  font-size: 22px;
  color: var(--cg-common-black);
  border-radius: 10px;
}
.cg-header-search input::placeholder {
  font-size: 22px;
  color: var(--cg-common-black);
}
.cg-header-search button {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  transform: translateY(-50%);
  font-size: 22px;
  color: var(--cg-theme-secondary);
}
.cg-header-three {
  position: absolute;
  inset-inline-start: 0;
  inset-inline-end: 0;
  z-index: 55;
  top: 50px;
  background-color: var(--cg-common-black);
  width: calc(100% - 263px);
  margin: 0 auto;
  padding: 0 70px;
  border-radius: 10px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cg-header-three {
    width: calc(100% - 50px);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cg-header-three {
    width: calc(100% - 100px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cg-header-three {
    width: calc(100% - 80px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .cg-header-three {
    width: calc(100% - 50px);
  }
}
@media (max-width: 575px) {
  .cg-header-three {
    top: 20px;
    width: calc(100% - 10px);
    padding: 0 20px;
  }
}
.cg-header-three .cg-header-main {
  z-index: 5;
}
.cg-header-three .cg-main-menu ul li a {
  color: var(--cg-common-white);
}
.cg-header-three .cg-main-menu ul li .submenu {
  background-color: var(--cg-common-black);
}
.cg-header-three .cg-main-menu ul li .submenu li a {
  color: var(--cg-common-white);
}
.cg-header-sticky.cg-header-two .cg-header-main-left {
  display: block;
}
.cg-header-sticky.cg-header-three {
  background-color: var(--cg-common-black);
  width: 100%;
  top: 0;
  padding: 0 200px;
  border-radius: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), 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) {
  .cg-header-sticky.cg-header-three {
    padding: 0 50px;
  }
}

.cg-dropdown-btn {
  padding: 20px 15px;
  border: 1px solid var(--cg-common-black);
  border-radius: 10px;
  position: relative;
}
.cg-dropdown-btn::after {
  content: "\f107";
  font-family: var(--cg-ff-fontawesome);
  margin-left: 5px;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s linear;
}

.dropdown-menu {
  border-radius: 6px;
  padding: 5px 10px;
  background-color: var(--cg-common-white);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.15);
  min-width: 140px;
}
.dropdown-menu > li {
  list-style: none;
  border-bottom: 1px solid var(--cg-border-primary);
}
.dropdown-menu > li a {
  line-height: 1;
  padding: 10px;
  font-size: 14px;
  color: var(--cg-common-black);
  font-weight: 400;
}
.dropdown-menu .lang__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  gap: 10px;
}

/*----------------------------------------*/
/*  4.3 Mobilemenu css
/*----------------------------------------*/
.cg-offcanvas-menu ul li {
  position: relative;
  list-style: none;
}
.cg-offcanvas-menu ul li:not(:last-child) {
  margin-bottom: 8px;
}
.cg-offcanvas-menu ul li > a {
  display: block;
  font-weight: 500;
  font-size: 18px;
  color: var(--cg-common-black);
  padding: 10px 0;
  padding-inline-end: 20px;
}
.cg-offcanvas-menu ul li > a:hover {
  color: var(--cg-theme-primary);
}
.cg-offcanvas-menu ul li.active > a {
  color: var(--cg-theme-secondary);
}
.cg-offcanvas-menu ul li.active > .cg-menu-close {
  background-color: var(--cg-theme-secondary);
  border-color: var(--cg-theme-secondary);
  color: var(--cg-common-white);
}
.cg-offcanvas-menu ul li.active > .cg-menu-close i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cg-offcanvas-menu ul li > a {
  border-bottom: 1px solid var(--cg-border-primary);
}
.cg-offcanvas-menu ul li .submenu {
  display: none;
  padding-inline-start: 20px;
}
.cg-offcanvas-menu ul li .has-homemenu {
  padding-inline-start: 0;
}
.cg-offcanvas-menu ul li .homemenu-title {
  color: var(--cg-common-black);
}

.cg-menu-close {
  position: absolute;
  inset-inline-end: 0;
  top: 8px;
  font-size: 18px;
  color: var(--cg-common-black);
  z-index: 1;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--cg-border-primary);
  transition: all 0.3s ease-in-out;
}
.cg-menu-close i {
  transition: all 0.3s ease-in-out;
}

/*----------------------------------------*/
/*  4.1 Main menu css
/*----------------------------------------*/
.cg-main-menu {
  position: relative;
}
.cg-main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  transition: none;
}
.cg-main-menu ul li:not(:last-of-type) {
  margin-right: 43px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cg-main-menu ul li:not(:last-of-type) {
    margin-right: 15px;
  }
}
.cg-main-menu ul li a {
  display: inline-block;
  padding: 46px 0 46px 0;
  font-weight: var(--cg-fw-regular);
  font-size: 24px;
  text-transform: capitalize;
  color: var(--cg-common-black);
}
.cg-main-menu ul li.has-dropdown > a {
  position: relative;
}
.cg-main-menu ul li.has-dropdown > a::after {
  content: "\f107";
  font-family: var(--cg-ff-fontawesome);
  margin-left: 5px;
  font-weight: 500;
  font-size: 14px;
  -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;
}
.cg-main-menu ul li .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 260px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0 25px 0;
  background: var(--cg-bg-1);
  box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  border-radius: 0 0 5px 5px;
  -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;
  transform: scaleY(0);
  transform-origin: top center;
}
.cg-main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 25px;
  transform: translateY(5px);
  transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
}
.cg-main-menu ul li .submenu li:not(:last-of-type) {
  margin-bottom: 12px;
}
.cg-main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.cg-main-menu ul li .submenu li:last-child a {
  border-bottom: 0;
}
.cg-main-menu ul li .submenu li a {
  position: relative;
  padding: 0;
  font-size: 18px;
  color: var(--cg-common-black);
  width: 100%;
  z-index: 1;
}
.cg-main-menu ul li .submenu li .submenu {
  left: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top center;
  border-top-right-radius: 5px;
}
.cg-main-menu ul li .submenu li:hover > a {
  color: var(--cg-theme-primary);
}
.cg-main-menu ul li .submenu li:hover > .submenu {
  left: 100%;
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
}
.cg-main-menu ul li:hover > a {
  color: var(--cg-theme-primary);
}
.cg-main-menu ul li:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

/*----------------------------------------*/
/*  5.4 Blog css
/*----------------------------------------*/
.cg-blog {
  /* blog 2 */
  /* blog 3 */
}
.cg-blog-title {
  font-size: 36px;
  letter-spacing: -0.01em;
}
.cg-blog-single {
  background-color: var(--cg-common-white);
  border-radius: 30px;
  padding: 30px 30px 50px 30px;
}
.cg-blog-image img {
  border-radius: 20px;
}
.cg-blog-description {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 45px;
}
.cg-blog-author {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cg-blog-author img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.cg-blog-author a {
  display: inline-block;
  color: var(--cg-common-black);
}
.cg-blog-author a span {
  display: block;
  color: rgba(0, 0, 0, 0.5);
}
.cg-blog-single-2 .cg-blog-content {
  background-color: var(--cg-common-white);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 25px 30px 40px 30px;
  border: 1px solid var(--cg-common-black);
  border-top: 0;
}
.cg-blog-single-2 .cg-blog-thumb-2-wrapper {
  position: relative;
}
.cg-blog-single-2 .cg-blog-thumb-2-wrapper .cg-badge {
  position: absolute;
  inset-inline-start: 30px;
  inset-block-start: 30px;
}
.cg-blog-single-2 .cg-blog-thumb-2-wrapper .cg-blog-btn {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.cg-blog-single-2 .cg-blog-thumb-2 img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.cg-blog-wrapper-3 {
  position: relative;
}
.cg-blog-wrapper-3:hover .cg-blog-single-3 {
  opacity: 0;
  visibility: hidden;
}
.cg-blog-wrapper-3:hover .cg-blog-hover-content {
  opacity: 1;
  visibility: visible;
}
.cg-blog-single-3 {
  transition: all 0.3s ease-in-out;
}
.cg-blog-single-3 .cg-blog-content {
  background-color: var(--cg-common-white);
  margin-top: 26px;
}
.cg-blog-single-3 .cg-blog-thumb-3-wrapper {
  position: relative;
}
.cg-blog-single-3 .cg-blog-thumb-3-wrapper .cg-badge {
  position: absolute;
  inset-inline-end: 40px;
  inset-block-start: 40px;
  background-color: var(--cg-common-white);
  color: var(--cg-common-black);
}
.cg-blog-single-3 .cg-blog-thumb-3-wrapper .cg-blog-btn {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 80px;
  height: 80px;
}
.cg-blog-single-3 .cg-blog-thumb-3-wrapper .cg-blog-btn svg path {
  stroke: var(--cg-common-white);
}
.cg-blog-single-3 .cg-blog-thumb-3 img {
  border-radius: 15px;
}
.cg-blog-single-3 .cg-blog-title-3 {
  font-size: 34px;
  letter-spacing: -0.01em;
}
@media (max-width: 575px) {
  .cg-blog-single-3 .cg-blog-title-3 {
    font-size: 24px;
  }
}
.cg-blog-hover-content {
  padding: 40px 40px 80px;
  border: 1px solid var(--cg-common-black);
  border-radius: 15px;
  background-color: var(--cg-common-white);
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 11;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .cg-blog-hover-content {
    padding: 20px 20px 10px;
  }
}
.cg-blog-hover-content .cg-blog-title-3 {
  margin-bottom: 145px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cg-blog-hover-content .cg-blog-title-3 {
    margin-bottom: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 575px) {
  .cg-blog-hover-content .cg-blog-title-3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.cg-blog-hover-content .cg-badge {
  font-size: 18px;
  font-weight: 500;
  height: 40px;
  color: var(--cg-common-white);
  background-color: var(--cg-common-black);
  text-transform: capitalize;
  margin-bottom: 45px;
}
.cg-blog-hover-content .cg-blog-btn {
  width: 80px;
  height: 80px;
}
.cg-blog-hover-content .cg-blog-btn .cg-circle-btn {
  background-color: var(--cg-theme-secondary);
}
.cg-blog-hover-content .cg-blog-btn .cg-circle-btn svg path {
  stroke: var(--cg-common-white);
}

.cg-blog-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  align-items: center;
  gap: 30px 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cg-blog-list {
    gap: 30px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cg-blog-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 0;
  }
}
.cg-blog-list:not(:last-child) {
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cg-blog-list:not(:last-child) {
    margin-bottom: 60px;
  }
}
.cg-blog-list .cg-blog-thumb-wrapper {
  position: relative;
}
.cg-blog-list .cg-blog-thumb {
  width: 630px;
  height: 415px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cg-blog-list .cg-blog-thumb {
    width: 550px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cg-blog-list .cg-blog-thumb {
    width: 100%;
  }
}
.cg-blog-list .cg-blog-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.cg-blog-list .cg-blog-tag {
  position: absolute;
  inset-inline-start: 30px;
  inset-block-start: 30px;
}
.cg-blog-list .cg-blog-title {
  margin-bottom: 30px;
}
.cg-blog-list .cg-blog-desc {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 40px;
}
.cg-blog-list .cg-blog-author {
  margin-bottom: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cg-blog-list .cg-blog-author {
    margin-bottom: 40px;
  }
}
.cg-blog-list .cg-badge {
  color: var(--cg-common-black);
  background-color: var(--cg-common-white);
}

.cg-blog-standard-wrapper {
  margin-right: 33px;
}
@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) {
  .cg-blog-standard-wrapper {
    margin-right: 0;
  }
}
.cg-blog-standard-wrapper:not(:last-child) {
  margin-bottom: 80px;
}
.cg-blog-standard-wrapper .cg-blog-title {
  margin-bottom: 30px;
}
.cg-blog-standard-wrapper .cg-blog-desc {
  margin-bottom: 43px;
}
.cg-blog-standard-wrapper .cg-blog-standard-thumb img {
  border-radius: 15px;
  width: 100%;
}
.cg-blog-standard-wrapper .cg-blog-tag {
  position: absolute;
  inset-inline-start: 30px;
  inset-block-start: 30px;
}
.cg-blog-standard-wrapper .cg-badge {
  color: var(--cg-common-black);
  background-color: var(--cg-common-white);
}

.blog-meta-item {
  display: inline-flex;
  gap: 0 6px;
  align-items: center;
  font-size: 16px;
  font-weight: var(--cg-fw-regular);
  margin-top: 15px;
  margin-bottom: 43px;
}
.blog-meta-item:not(:last-child) {
  margin-right: 45px;
}
@media (max-width: 575px) {
  .blog-meta-item:not(:last-child) {
    margin-right: 10px;
  }
}
.blog-meta-item a:hover {
  color: var(--cg-theme-primary);
}
.blog-meta-item .meta-icon {
  color: var(--cg-common-black);
  font-size: 20px;
}
.blog-meta-item .meta-text {
  color: rgba(0, 0, 0, 0.5);
}

.cg-badge {
  font-size: 14px;
  font-weight: var(--cg-fw-medium);
  font-family: var(--cg-ff-heading);
  padding: 0 16px;
  height: 30px;
  border-radius: 6px;
  color: var(--cg-common-white);
  background-color: var(--cg-theme-secondary);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
.cg-badge:hover {
  color: var(--cg-common-white);
  background-color: var(--cg-theme-primary);
}

/*----------------------------------------*/
/*  5.1 Postbox css
/*----------------------------------------*/
.cg-postbox-content {
  margin-right: 33px;
}
@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) {
  .cg-postbox-content {
    margin-right: 0;
  }
}
.cg-postbox-thumb-wrap {
  margin-bottom: 35px;
}
.cg-postbox-thumb-wrap .cg-blog-tag {
  position: absolute;
  inset-inline-start: 30px;
  inset-block-start: 30px;
}
.cg-postbox-thumb-wrap .cg-badge {
  color: var(--cg-common-black);
  background-color: var(--cg-common-white);
}
.cg-postbox-thumb img {
  width: 100%;
  border-radius: 15px;
}
.cg-postbox-title {
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -0.01em;
}
.cg-postbox-desc {
  font-size: 22px;
  line-height: 45px;
  color: rgba(0, 0, 0, 0.7);
}
.cg-postbox-list {
  margin-bottom: 80px;
}
.cg-postbox-list ul li {
  list-style: none;
  margin-inline-start: 40px;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  font-family: var(--cg-ff-heading);
  color: var(--cg-common-black);
}
.cg-postbox-list ul li:not(:last-child) {
  margin-bottom: 34px;
}
.cg-postbox-list ul li span {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--cg-theme-secondary);
  border-radius: 2px;
  font-size: 12px;
  position: absolute;
  inset-inline-start: -40px;
  inset-block-start: 50%;
  transform: translateY(-50%);
  transition: all 0.3s linear;
}
.cg-postbox-list ul li:hover span {
  color: var(--cg-common-white);
  background-color: var(--cg-theme-primary);
  border-color: var(--cg-theme-primary);
}
.cg-postbox-blockquote {
  margin-top: 80px;
  margin-bottom: 75px;
}
.cg-postbox-tag-share {
  border: 1px solid var(--cg-common-black);
  border-radius: 10px;
  padding: 25px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 98px;
  gap: 30px 0;
}
.cg-postbox-tag-share .title {
  font-size: 20px;
  line-height: 23px;
  color: rgba(0, 0, 0, 0.6);
}
.cg-postbox-tag-share .blog-tags {
  display: flex;
  align-items: start;
  gap: 20px;
}
.cg-postbox-tag-share .blog-tags .tagcloud a {
  color: var(--cg-common-black);
  padding: 0 22px;
  height: 35px;
  border-radius: 5px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cg-postbox-tag-share .blog-tags .tagcloud a {
    margin-bottom: 15px;
  }
}
.cg-postbox-tag-share .blog-tags .tagcloud a:hover {
  color: var(--cg-common-white);
  background-color: var(--cg-theme-primary);
  border-color: var(--cg-theme-primary);
}
.cg-postbox-tag-share .blog-share {
  display: flex;
  align-items: center;
  gap: 20px;
}
.cg-postbox-tag-share .social-share {
  list-style-type: none;
  display: inline-flex;
  gap: 25px;
  color: var(--cg-common-black);
  transition: all 0.3s ease-in-out;
  font-size: 16px;
}
.cg-postbox-tag-share .social-share a:hover {
  color: var(--cg-theme-primary);
}
.cg-postbox-comment {
  margin-bottom: 98px;
}
.cg-postbox-comment ul li {
  margin-bottom: 60px;
  list-style: none;
}
.cg-postbox-comment ul.children {
  margin-top: 60px;
  margin-left: 50px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cg-postbox-comment ul.children {
    margin-left: 50px;
  }
}
@media (max-width: 575px) {
  .cg-postbox-comment ul.children {
    margin-top: 20px;
    margin-left: 20px;
  }
  .cg-postbox-comment ul.children .cg-postbox-comment-avatar img {
    margin-bottom: 15px;
  }
}
.cg-postbox-comment-info {
  flex: 0 0 auto;
}
.cg-postbox-comment-text {
  width: 100%;
}
.cg-postbox-comment-avatar img {
  width: 80px;
  height: 80px;
  margin-right: 30px;
}
.cg-postbox-comment-name {
  margin-bottom: 5px;
}
.cg-postbox-comment-name .post-meta {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  display: inline-block;
}
.cg-postbox-comment-name .title {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.01em;
  color: var(--cg-theme-primary);
  margin-bottom: 20px;
}
.cg-postbox-comment-reply {
  margin-top: 10px;
}
.cg-postbox-comment-reply a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 18px;
  color: var(--cg-common-white);
  background-color: var(--cg-theme-secondary);
  padding: 8px 24px;
  height: 36px;
  border-radius: 4PX;
}
.cg-postbox-comment-reply a:hover {
  color: var(--cg-common-white);
  background: var(--cg-theme-primary);
}
.cg-postbox-comment-agree label {
  padding-left: 8px;
  font-size: 16px;
  line-height: 1;
  color: var(--cg-text-1);
  cursor: pointer;
}
.cg-postbox-comment-agree input {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  display: block;
  width: 18px;
  height: 18px;
  background: transparent;
  border: 1px solid var(--cg-border-primary);
  outline: none;
  flex: 0 0 auto;
  transform: translateY(-2.5px);
  padding: 0;
}
.cg-postbox-comment-agree input:hover {
  cursor: pointer;
}
.cg-postbox-comment-agree input:checked {
  position: relative;
  background-color: var(--cg-theme-primary);
  border-color: transparent;
}
.cg-postbox-comment-agree input:checked::after {
  box-sizing: border-box;
  position: absolute;
  content: "\f00c";
  font-weight: 700;
  font-family: var(--cg-ff-fontawesome);
  font-size: 10px;
  color: var(--cg-common-white);
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cg-postbox-comment-input {
  margin-bottom: 30px;
}
.cg-postbox-comment-input input[type=text],
.cg-postbox-comment-input input[type=email],
.cg-postbox-comment-input input[type=tel],
.cg-postbox-comment-input input[type=number],
.cg-postbox-comment-input input[type=password],
.cg-postbox-comment-input input[type=url],
.cg-postbox-comment-input textarea {
  background-color: transparent;
  width: 100%;
  line-height: 20px;
  font-size: 18px;
  color: var(--cg-common-black);
  padding-left: 0;
  border: none;
  border-bottom: 1px solid var(--cg-common-black);
}
.cg-postbox-comment-input textarea {
  min-height: 130px;
}

blockquote {
  border: 1px solid var(--cg-common-black);
  border-radius: 15px;
  padding: 67px 60px;
}
blockquote p {
  font-weight: 600;
  font-size: 36px;
  line-height: 60px;
  font-family: var(--cg-ff-heading);
  color: var(--cg-common-black);
  margin-bottom: 28px;
}
blockquote .author {
  font-size: 20px;
  line-height: 30px;
  font-family: var(--cg-ff-p);
  color: var(--cg-theme-primary);
  position: relative;
  display: inline-block;
}
blockquote .author::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background-color: var(--cg-theme-primary);
  top: 50%;
  inset-inline-end: -45px;
  transform: translateY(-50%);
}

/*----------------------------------------*/
/*  5.3 Sidebar css
/*----------------------------------------*/
.cg-blog-sidebar {
  margin-left: 27px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cg-blog-sidebar {
    margin-left: 0;
  }
}
.cg-blog-widget {
  background-color: var(--cg-bg-1);
  border-radius: 15px;
  padding: 50px 30px;
}
.cg-blog-widget:not(:last-child) {
  margin-bottom: 50px;
}
.cg-blog-widget.widget_categories ul li {
  align-items: center;
  display: flex;
  justify-content: space-between;
  color: var(--cg-common-black);
  font-size: 18px;
}
.cg-blog-widget.widget_categories ul li:not(:last-child) {
  margin-bottom: 10px;
}
.cg-blog-widget.widget .recent-post {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .cg-blog-widget.widget .recent-post {
    flex-direction: column;
    align-items: start;
  }
}
.cg-blog-widget.widget .recent-post:not(:last-child) {
  margin-bottom: 40px;
}
.cg-blog-widget.widget .recent-post-title {
  color: var(--cg-common-black);
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
.cg-blog-widget.widget .recent-post-thumb {
  width: 100px;
  height: 85px;
  min-width: 100px;
}
.cg-blog-widget.widget .recent-post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.cg-blog-widget.widget .recent-post-date {
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}
.cg-blog-title {
  font-weight: 600;
  font-size: 26px;
}

/* tagcloud */
.tagcloud a {
  color: var(--cg-common-black);
  background-color: transparent;
  font-size: 16px;
  padding: 0 20px;
  height: 30px;
  border: 1px solid var(--cg-common-black);
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s 0s ease-out;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  margin-inline-end: 20px;
}
.tagcloud a:hover {
  color: var(--cg-common-white);
  background-color: var(--cg-theme-primary);
  border-color: var(--cg-theme-primary);
}

.cg-sidebar-search-form {
  position: relative;
}
.cg-sidebar-search-form input {
  width: 100%;
  background-color: transparent;
  border-radius: 8px;
  height: 60px;
  padding-inline-start: 30px;
  padding-inline-end: 55px;
  font-size: 20px;
}
.cg-sidebar-search-form button {
  font-size: 20px;
  color: var(--cg-common-black);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.cg-sidebar-search-form button:hover {
  color: var(--cg-common-white);
  background-color: var(--cg-theme-primary);
}

/*----------------------------------------*/
/*  6.1 Footer Style 1
/*----------------------------------------*/
.cg-footer-widget-title {
  font-size: 30px;
  font-weight: var(--cg-fw-sbold);
  color: var(--cg-common-white);
  margin-bottom: 30px;
}
.cg-footer-widget-content p {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 60px;
  font-size: 20px;
}
.cg-footer-widget-content ul li {
  list-style: none;
}
.cg-footer-widget-content ul li:not(:last-child) {
  margin-bottom: 27px;
}
.cg-footer-widget-content ul li a {
  font-weight: 400;
  font-size: 22px;
  color: rgba(255, 255, 255, 0.7);
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: all 0.3s linear;
}
.cg-footer-widget-content ul li a:hover {
  background-size: 0 1px, 100% 1px;
  background-image: linear-gradient(var(--cg-common-white), var(--cg-common-white)), linear-gradient(var(--cg-common-white), var(--cg-common-white));
}
.cg-footer-widget-contact a {
  display: block;
  font-size: 22px;
  color: rgba(255, 255, 255, 0.7);
}
.cg-footer-widget-contact a:not(:last-child) {
  margin-bottom: 25px;
}
.cg-footer-widget-gallery ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 10px;
}
.cg-footer-widget-gallery-item {
  list-style: none;
}
.cg-footer-widget-gallery-item a {
  position: relative;
  display: inline-block;
}
.cg-footer-widget-gallery-item a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background-color: var(--cg-common-black);
  opacity: 0;
  transition: all 0.3s linear;
}
.cg-footer-widget-gallery-item a:hover::before {
  opacity: 0.4;
}
.cg-footer-widget-gallery-item img {
  border-radius: 8px;
  width: 80px;
  height: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cg-footer-widget-gallery-item img {
    width: 100%;
    height: 100%;
  }
}

/* footer col design for home 1 */
.footer-col-1 {
  background-color: #192E67;
  padding: 50px 50px;
  border-radius: 10px;
  width: 448px;
}
@media (max-width: 575px) {
  .footer-col-1 {
    padding: 35px 30px;
  }
}
@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) {
  .footer-col-1 {
    width: 100%;
  }
}
.footer-col-2 {
  padding-top: 50px;
}
@media (max-width: 575px) {
  .footer-col-2 {
    padding-top: 0px;
  }
}
.footer-col-3 {
  padding-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-col-3 {
    padding-top: 0px;
  }
}
.footer-col-4 {
  padding-left: 53px;
  padding-top: 50px;
}
@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) {
  .footer-col-4 {
    padding-left: 0px;
    padding-top: 0px;
  }
}

.cg-footer-shape {
  position: absolute;
  right: 280px;
  bottom: 200px;
}

.cg-footer-space {
  padding-top: 310px;
  padding-bottom: 120px;
}
.cg-footer-bg {
  position: relative;
  z-index: 5;
}
.cg-footer-bg::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/common-bg/footer-bg.png);
  z-index: -1;
}
.cg-footer-copyright-area {
  padding: 25px 0 28px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.cg-footer-copyright-text p {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
}

/*----------------------------------------*/
/*  6.1 Footer Style 1
/*----------------------------------------*/
.cg-footer-2-bg {
  position: relative;
  margin-bottom: 170px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cg-footer-2-bg {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cg-footer-2-bg {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .cg-footer-2-bg {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .cg-footer-2-bg {
    margin-bottom: 30px;
  }
}
.cg-footer-2-bg::before {
  position: absolute;
  content: "";
  background-color: var(--cg-common-black);
  width: calc(100% - 420px);
  height: 100%;
  inset-inline-start: 50%;
  inset-block-start: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 40px;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .cg-footer-2-bg::before {
    width: calc(100% - 200px);
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .cg-footer-2-bg::before {
    width: calc(100% - 150px);
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cg-footer-2-bg::before {
    width: calc(100% - 80px);
  }
}
@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) {
  .cg-footer-2-bg::before {
    width: 100%;
  }
}
.cg-footer-img-bg {
  width: 100%;
  height: 1288px;
  position: absolute;
  z-index: -1;
  margin-top: -498px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cg-footer-img-bg {
    height: 1200px;
  }
}

.cg-footer-space {
  padding-top: 310px;
  padding-bottom: 120px;
}
.cg-footer-bg {
  position: relative;
  z-index: 5;
}
.cg-footer-bg::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/common-bg/footer-bg.png);
  z-index: -1;
}
.cg-footer-copyright-area {
  padding: 25px 0 28px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.cg-footer-copyright-text p {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
}

.footer-2-col-1 {
  margin-inline-end: 82px;
}

.footer-2-col-2 {
  margin-inline-start: 25px;
}

.footer-2-col-3 {
  margin-inline-start: 31px;
}

.footer-2-col-4 {
  margin-inline-start: 106px;
}

/*----------------------------------------*/
/*  6.1 Footer Style 3
/*----------------------------------------*/
.footer-3-col-1 .cg-footer-logo {
  margin-bottom: 55px;
}
.footer-3-col-1 .cg-footer-widget-content {
  margin-bottom: 60px;
}
.footer-3-col-1 .cg-footer-widget-content ul {
  display: inline-flex;
  gap: 80px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-3-col-1 .cg-footer-widget-content ul {
    gap: 20px;
    flex-direction: column;
  }
}
.footer-3-col-1 .cg-footer-widget-content ul li {
  margin-bottom: 0;
}

.cg-footer-shape-left {
  position: absolute;
  inset-inline-start: 155px;
  inset-block-start: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cg-footer-shape-left {
    inset-inline-start: 40px;
  }
}
.cg-footer-shape-right {
  position: absolute;
  inset-inline-end: 155px;
  inset-block-start: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cg-footer-shape-right {
    inset-inline-end: 40px;
  }
}

/*----------------------------------------*/
/*  7.4 choose css
/*----------------------------------------*/
.cg-about-bg {
  position: relative;
  z-index: 5;
  padding-bottom: 190px;
}
.cg-about-bg::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background-image: url(../images/common-bg/about-bg.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
.cg-about-left {
  margin-inline-start: -95px;
}
@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) {
  .cg-about-left {
    margin-inline-start: 0;
  }
}
.cg-about-right {
  margin-inline-end: -90px;
}
@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) {
  .cg-about-right {
    margin-inline-end: 0;
  }
}
.cg-about-list {
  margin-bottom: 50px;
}
.cg-about-list ul li {
  list-style: none;
  margin-inline-start: 40px;
  position: relative;
  font-size: 20px;
  font-weight: 600;
}
.cg-about-list ul li:not(:last-child) {
  margin-bottom: 30px;
}
.cg-about-list ul li:hover span {
  color: var(--cg-common-white);
  background-color: var(--cg-theme-primary);
  border-color: var(--cg-theme-primary);
}
.cg-about-list ul li span {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--cg-theme-secondary);
  border-radius: 50%;
  font-size: 12px;
  position: absolute;
  inset-inline-start: -40px;
  inset-block-start: 50%;
  transform: translateY(-50%);
  transition: all 0.3s linear;
}
.cg-about-counter {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px 160px;
  margin-bottom: 65px;
}
.cg-about-thumb {
  width: 680px;
  height: 815px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cg-about-thumb {
    width: 100%;
    height: 100%;
  }
}
.cg-about-thumb::before {
  position: absolute;
  content: "";
  width: 680px;
  height: 815px;
  border: 2px solid var(--cg-common-black);
  border-radius: 450px 450px 25px 25px;
  inset-block-start: 30px;
  inset-inline-end: -30px;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cg-about-thumb::before {
    width: 580px;
    height: 660px;
    inset-inline-end: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cg-about-thumb::before {
    display: none;
  }
}
.cg-about-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 450px 450px 24px 25px;
  border: 2px solid var(--cg-common-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cg-about-thumb-wrapper {
    display: flex;
    justify-content: center;
  }
}
.cg-about-popup {
  position: absolute;
  inset-inline-end: -60px;
  bottom: -70px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cg-about-popup {
    inset-inline-end: -10px;
  }
}
@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) {
  .cg-about-popup {
    inset-inline-end: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cg-about-popup {
    inset-inline-end: 0;
    bottom: -70px;
    width: 40%;
  }
}
.cg-about-popup a {
  position: absolute;
  inset-inline-start: 50%;
  inset-block-start: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: var(--cg-theme-primary);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cg-about-popup a {
    font-size: 30px;
  }
}
.cg-about-popup img {
  -webkit-animation: badgeSpin 25s linear infinite;
  -moz-animation: badgeSpin 25s linear infinite;
  animation: badgeSpin 25s linear infinite;
}
.cg-about-shape {
  position: absolute;
  bottom: 95px;
  left: 727px;
  animation: cg-rotate-center 3s linear infinite;
}
.cg-about-thumb-3 {
  border-radius: 20px;
  overflow: hidden;
}
.cg-about-thumb-3::before {
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: var(--cg-theme-primary);
  mix-blend-mode: darken;
  border-radius: 20px;
}
.cg-about-thumb-3 img {
  border-radius: 20px;
  width: 100%;
}
.cg-about-thumb-info {
  position: absolute;
  inset-inline-start: 0;
  inset-block-end: 80px;
  background-color: var(--cg-common-white);
  border-radius: 0px 20px 20px 0px;
  border-left: 2px solid var(--cg-theme-primary);
  z-index: 5;
  padding: 24px 30px 24px 30px;
}
.cg-about-thumb-info span {
  display: block;
  letter-spacing: -0.01em;
  font-family: var(--cg-ff-heading);
  color: var(--cg-theme-secondary);
  font-size: 20px;
  margin-bottom: 8px;
}
.cg-about-thumb-info span i {
  color: var(--cg-theme-primary);
  font-size: 20px;
  margin-inline-end: 15px;
}
.cg-about-thumb-info .number {
  font-weight: 700;
  font-family: var(--cg-ff-heading);
  color: var(--cg-theme-secondary);
  font-size: 20px;
}
.cg-about-content-3 {
  margin-inline-start: 65px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cg-about-content-3 {
    margin-inline-start: 0px;
  }
}
.cg-about-list-2 {
  margin-bottom: 95px;
}
.cg-about-list-2 ul li {
  list-style: none;
  position: relative;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 0 10px;
  color: var(--cg-common-black);
}
.cg-about-list-2 ul li:not(:last-child) {
  margin-bottom: 20px;
}
.cg-about-list-2 ul li span {
  font-size: 20px;
  color: var(--cg-theme-primary);
}
.cg-about-circle {
  position: absolute;
  inset-block-end: 35px;
  inset-inline-end: 185px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cg-about-circle {
    inset-inline-end: 40px;
  }
}

/*----------------------------------------*/
/*  7.1 Hero css
/*----------------------------------------*/
.cg-banner-bg-color::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: linear-gradient(90deg, rgb(2, 45, 59) 5%, rgba(2, 45, 59, 0) 58%);
}
.cg-banner-bg-image {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
}
.cg-banner-content.banner-space {
  position: relative;
  inset-inline-start: -90px;
  padding-top: 188px;
  padding-bottom: 180px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .cg-banner-content.banner-space {
    inset-inline-start: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cg-banner-content.banner-space {
    inset-inline-start: 0px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.cg-banner-title {
  font-weight: var(--cg-fw-bold);
  text-transform: capitalize;
  letter-spacing: -0.01em;
  font-family: var(--cg-ff-heading);
}
.cg-banner-title span {
  font-style: italic;
  font-weight: var(--cg-fw-regular);
}
.cg-banner-subtitle {
  font-size: 28px;
  line-height: 45px;
  padding-top: 30px;
  padding-bottom: 38px;
}
.cg-banner-btn .cg-primary-btn {
  height: 70px;
}
.cg-banner-height {
  height: 1175px;
  display: flex;
  align-items: center;
  padding-top: 50px;
}
@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) {
  .cg-banner-height {
    height: 100%;
  }
}
.cg-banner-two .container,
.cg-banner-two .container-lg,
.cg-banner-two .container-md,
.cg-banner-two .container-sm,
.cg-banner-two .container-xl,
.cg-banner-two .container-xxl {
  max-width: 1440px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cg-banner-two .container,
  .cg-banner-two .container-lg,
  .cg-banner-two .container-md,
  .cg-banner-two .container-sm,
  .cg-banner-two .container-xl,
  .cg-banner-two .container-xxl {
    max-width: 960px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cg-banner-two {
    padding-top: 250px;
    padding-bottom: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .cg-banner-two {
    padding-top: 200px;
    padding-bottom: 150px;
  }
}
@media (max-width: 575px) {
  .cg-banner-two {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.cg-banner-thumb {
  position: relative;
  text-align: end;
}
@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) {
  .cg-banner-thumb {
    text-align: center;
  }
}
.cg-banner-thumb img {
  border: 2px solid var(--cg-common-black);
  border-radius: 450px 450px 25px 25px;
}
.cg-banner-thumb::before {
  position: absolute;
  content: "";
  width: 644px;
  height: 721px;
  border: 2px solid var(--cg-common-black);
  border-radius: 450px 450px 25px 25px;
  inset-block-start: 85px;
  inset-inline-end: -30px;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cg-banner-thumb::before {
    width: 615px;
    height: 650px;
    inset-inline-end: 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) {
  .cg-banner-thumb::before {
    display: none;
  }
}
.cg-banner-shape-1 {
  position: absolute;
  inset-inline-start: 50%;
  transform: translateX(-50%);
  top: 250px;
}
.cg-banner-shape-1 img {
  animation: cg-rotate-center 3s linear infinite;
}
.cg-banner-shape-2 {
  position: absolute;
  inset-inline-start: 240px;
  bottom: 250px;
}
.cg-banner-shape-2 {
  position: absolute;
  inset-inline-start: 540px;
  bottom: 150px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cg-banner-shape-2 {
    inset-inline-start: 100px;
  }
}
.cg-banner-popup {
  position: absolute;
  inset-inline-end: 110px;
  bottom: 60px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cg-banner-popup {
    inset-inline-end: 0;
  }
}
@media (max-width: 575px) {
  .cg-banner-popup {
    width: 40%;
  }
}
.cg-banner-popup a {
  position: absolute;
  inset-inline-start: 50%;
  inset-block-start: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: var(--cg-theme-primary);
}
.cg-banner-popup img {
  -webkit-animation: badgeSpin 25s linear infinite;
  -moz-animation: badgeSpin 25s linear infinite;
  animation: badgeSpin 25s linear infinite;
}
.cg-banner-three {
  padding-top: 322px;
  padding-bottom: 270px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .cg-banner-three {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cg-banner-three {
    padding-top: 220px;
    padding-bottom: 0;
  }
}
.cg-banner-three .cg-banner-content {
  margin-inline-start: -90px;
  position: relative;
  z-index: 55;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .cg-banner-three .cg-banner-content {
    margin-inline-start: -110px;
  }
}
@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) {
  .cg-banner-three .cg-banner-content {
    margin-inline-start: 0px;
  }
}
.cg-banner-three .cg-banner-three-mask::before {
  position: absolute;
  content: "";
  left: 52%;
  top: -30px;
  transform: translateX(-50%) rotate(11deg);
  background-image: url(../images/banner/banner-4-mask.png);
  width: 123px;
  height: 106%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  z-index: 10;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cg-banner-three .cg-banner-three-mask::before {
    left: 48%;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .cg-banner-three .cg-banner-three-mask::before {
    left: 45%;
  }
}
@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) {
  .cg-banner-three .cg-banner-three-mask::before {
    display: none;
  }
}
.cg-banner-three .cg-banner-three-mask::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background-image: url(../images/banner/banner-4-bottom-mask.png);
  width: 100%;
  height: 102px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  z-index: 10;
}
.cg-banner-three .cg-banner-thumb-03 {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cg-banner-three .cg-banner-thumb-03 {
    right: -150px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cg-banner-three .cg-banner-thumb-03 {
    right: -310px;
  }
}
@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) {
  .cg-banner-three .cg-banner-thumb-03 {
    position: inherit;
  }
}
.cg-banner-three .cg-banner-thumb-mask {
  -webkit-mask-image: url("../images/banner/banner-img-4-mask.png");
  mask-image: url("../images/banner/banner-img-4-mask.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: right;
  mask-position: right;
}
.cg-banner-three .cg-banner-thumb-mask::before {
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: var(--cg-theme-primary);
  mix-blend-mode: darken;
}
.cg-banner-three .cg-banner-title {
  font-size: 82px;
  line-height: 1.0975;
}
@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) {
  .cg-banner-three .cg-banner-title {
    font-size: 68px;
  }
}
@media (max-width: 575px) {
  .cg-banner-three .cg-banner-title {
    font-size: 50px;
  }
}
.cg-banner-three .cg-banner-subtitle {
  color: rgba(255, 255, 255, 0.8);
}
.cg-banner-three .cg-primary-btn {
  padding: 0 60px;
  background-color: var(--cg-common-white);
  color: var(--cg-common-black);
}
.cg-banner-three .cg-primary-btn:hover {
  color: var(--cg-common-white);
}
.cg-banner-three .cg-primary-btn:hover::before {
  background-color: var(--cg-theme-primary);
}
.cg-banner-3-shape-1 {
  position: absolute;
  top: 260px;
  left: 160px;
  z-index: 15;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .cg-banner-3-shape-1 {
    left: 70px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .cg-banner-3-shape-1 {
    left: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cg-banner-3-shape-1 {
    display: none;
  }
}
.cg-banner-3-shape-2 {
  position: absolute;
  left: 600px;
  bottom: 150px;
  z-index: 15;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .cg-banner-3-shape-2 {
    left: 400px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cg-banner-3-shape-2 {
    left: 280px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cg-banner-3-shape-2 {
    left: 300px;
  }
}
@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) {
  .cg-banner-3-shape-2 {
    display: none;
  }
}

/*----------------------------------------*/
/*  7.3 offcanvas css
/*----------------------------------------*/
.cg-header-search-popup {
  width: 100%;
  font-size: 64px;
  padding-bottom: 17px;
}
.cg-header-search-popup-area {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  z-index: 99999;
  height: 450px;
  align-items: center;
  background-color: var(--cg-bg-1);
  transform: translateY(-10%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in;
}
.cg-header-search-popup-area.cg-header-search-opened {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}
.cg-header-search-form {
  position: relative;
  width: 100%;
  border-bottom: 2px solid var(--cg-common-black);
  padding-bottom: 20px;
}
.cg-header-search-input {
  background-color: transparent;
  display: flex;
  align-items: center;
}
.cg-header-search-input input {
  width: 100%;
  color: var(--cg-common-black);
  height: auto;
  background-color: transparent;
  font-size: 32px;
  margin: 0 55px;
  border: none;
  outline: none;
}
.cg-header-search-input input::placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 0.5;
  font-size: 32px;
}
.cg-header-search-input input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.cg-header-search-submit {
  position: absolute;
  inset-inline-start: 0;
  top: 40%;
  transform: translateY(-50%);
}
.cg-header-search-submit button {
  color: rgba(0, 0, 0, 0.5);
  font-size: 35px;
  position: relative;
  transform: translateY(-10px);
}
.cg-header-search-submit button:hover {
  color: var(--cg-theme-primary);
}
.cg-header-search-close-btn {
  position: absolute;
  inset-inline-end: 0;
  top: 40%;
  transform: translateY(-50%);
}
.cg-header-search-close-btn button {
  font-size: 50px;
  color: rgba(0, 0, 0, 0.5);
}
.cg-header-search-close-btn button:hover {
  transform: rotate(90deg);
  color: var(--cg-theme-primary);
}
.cg-header-search-overlay {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  -moz-backdrop-filter: blur(5px);
  transition-delay: 0.3s;
  transition: all 0.3s ease-in-out;
}
.cg-header-search-overlay.cg-header-search-opened {
  opacity: 1;
  visibility: visible;
}
.cg-header-search-open-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid var(--cg-common-black);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  -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;
}
.cg-header-search-open-btn:hover {
  background-color: var(--cg-theme-primary);
  border-color: var(--cg-theme-primary);
  color: var(--cg-common-white);
}
.cg-header-search-open-btn i {
  font-size: 20px;
  font-weight: 500;
}

/*----------------------------------------*/
/*  7.4 cta css
/*----------------------------------------*/
.cg-cta-bg-wrapper {
  border-radius: 10px;
  padding: 65px 25px 70px 65px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cg-cta-bg-wrapper {
    padding: 65px 25px 70px 25px;
  }
}
.cg-cta-bg-wrapper .cg-section-title {
  color: var(--cg-common-white);
}
.cg-cta-email {
  max-width: 450px;
}
.cg-cta-email input {
  width: 100%;
  height: 70px;
  border-radius: 10px;
  outline: none;
  border: 0;
  padding-inline-start: 25px;
  padding-inline-end: 190px;
  font-size: 18px;
  line-height: 32px;
  font-weight: var(--cg-fw-regular);
  background-color: var(--cg-common-white);
  color: rgba(0, 0, 0, 0.5);
}
.cg-cta-email button {
  position: absolute;
  inset-inline-end: 6px;
  top: 50%;
  transform: translateY(-50%);
  height: 55px;
  padding: 0 30px;
}
.cg-cta-shape-one {
  position: absolute;
  inset-inline-end: 200px;
  top: -130px;
}
.cg-cta-shape-two {
  position: absolute;
  bottom: 13px;
  inset-inline-start: 850px;
  z-index: 1;
}
.cg-cta-space {
  margin-bottom: -150px;
  z-index: 8;
}
.cg-cta-image-bg {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cg-cta-image-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--cg-common-black);
  inset-inline-start: 0;
  top: 0;
  opacity: 0.6;
  z-index: 1;
}
.cg-cta-space-2 {
  padding-top: 111px;
  padding-bottom: 100px;
}
.cg-cta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 55%;
  background-color: var(--cg-bg-2);
}

/*----------------------------------------*/
/*  7.4 cta css
/*----------------------------------------*/
.cg-service-item-1 {
  background: #FAFAFA;
  border-radius: 15px;
  padding: 50px 40px 45px 40px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cg-service-item-1 {
    padding: 40px 30px 35px 30px;
  }
}
.cg-service-item-1:hover {
  filter: drop-shadow(0px 35px 70px rgba(0, 0, 0, 0.1));
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.07);
}
.cg-service-item-1:hover .icon-text-btn a {
  width: 100%;
  border-radius: 27.5px;
  gap: 0 15px;
  background-color: var(--cg-theme-secondary);
  color: var(--cg-common-white);
}
.cg-service-item-1:hover .icon-text-btn span {
  opacity: 1;
  visibility: visible;
  margin-left: 0;
}
.cg-service-item-1:hover .icon-text-btn i {
  color: var(--cg-common-white);
}
.cg-service-item-title {
  font-family: var(--cg-ff-heading);
  font-size: 32px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cg-service-item-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cg-service-item-title {
    font-size: 28px;
  }
}
.cg-service-item-content p {
  margin-bottom: 40px;
  font-size: 20px;
}
.cg-service-item-icon {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cg-service-item-icon {
    margin-bottom: 30px;
  }
}
.cg-service-item-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  align-items: center;
  text-align: center;
  gap: 0 140px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cg-service-item-grid {
    gap: 0 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cg-service-item-grid {
    gap: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cg-service-item-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px 0px;
    justify-content: center;
  }
}
.cg-service-item-2-thumb-wrap {
  position: relative;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  margin-bottom: 40px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cg-service-item-2-thumb-wrap {
    width: 250px;
    height: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cg-service-item-2-thumb-wrap {
    margin: 0 auto;
  }
}
.cg-service-item-2-thumb-wrap:hover .thumb::before {
  opacity: 1;
  visibility: visible;
}
.cg-service-item-2-thumb-wrap:hover .icon svg path {
  stroke: var(--cg-common-white);
}
.cg-service-item-2-thumb-wrap:hover .icon svg circle {
  fill: var(--cg-common-white);
}
.cg-service-item-2-thumb-wrap:hover .icon svg rect {
  fill: var(--cg-common-white);
}
.cg-service-item-2-thumb-wrap .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cg-service-item-2-thumb-wrap .thumb::before {
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: var(--cg-theme-primary);
  mix-blend-mode: darken;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  z-index: 5;
  transition: all 0.3s ease-in-out;
}
.cg-service-item-2-thumb-wrap .icon {
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.cg-service-item-2-thumb-wrap .icon svg {
  -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;
}
.cg-service-item-2-thumb-wrap .icon svg path {
  stroke: var(--cg-theme-primary);
}
.cg-service-item-2-thumb-wrap .icon svg rect {
  fill: var(--cg-theme-primary);
}
.cg-service-item-2-thumb-wrap .icon svg circle {
  fill: var(--cg-theme-primary);
}
.cg-service-item-2-shape {
  position: absolute;
  top: 50%;
  right: -170px;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cg-service-item-2-shape {
    position: inherit;
    display: none;
  }
}
.cg-service-item-2-title {
  font-size: 26px;
  font-weight: var(--cg-fw-sbold);
  margin-bottom: 30px;
}
.cg-service-item-2-description {
  font-size: 20px;
  line-height: 42px;
  margin-bottom: 55px;
}
.cg-service-item-2:last-child .cg-service-item-2-shape {
  display: none;
}
.cg-service-bg {
  position: relative;
  z-index: 5;
}
.cg-service-bg::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background-image: url(../images/common-bg/about-bg.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
.cg-service-space {
  padding-bottom: 513px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .cg-service-space {
    padding-bottom: 120px;
  }
}
@media (max-width: 575px) {
  .cg-service-space {
    padding-bottom: 80px;
  }
}
.cg-service-box {
  border: 1px solid var(--cg-common-black);
  border-radius: 20px;
  padding: 45px 45px 50px;
  background-color: transparent;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cg-service-box:hover, .cg-service-box.active {
  background-color: var(--cg-theme-secondary);
  border-color: var(--cg-theme-secondary);
}
.cg-service-box:hover .cg-service-box-head .left-icon, .cg-service-box.active .cg-service-box-head .left-icon {
  background-color: var(--cg-common-white);
}
.cg-service-box:hover .cg-service-box-head .left-icon svg path, .cg-service-box.active .cg-service-box-head .left-icon svg path {
  fill: var(--cg-theme-primary);
  opacity: 1;
}
.cg-service-box:hover .cg-service-box-head .left-icon.svg-02 svg path, .cg-service-box.active .cg-service-box-head .left-icon.svg-02 svg path {
  fill: var(--cg-common-white);
  opacity: 1;
}
.cg-service-box:hover .cg-service-box-head .left-icon.svg-02 svg circle, .cg-service-box.active .cg-service-box-head .left-icon.svg-02 svg circle {
  fill: var(--cg-theme-primary);
  opacity: 1;
}
.cg-service-box:hover .cg-service-box-head .left-icon.svg-02 svg ellipse, .cg-service-box.active .cg-service-box-head .left-icon.svg-02 svg ellipse {
  fill: var(--cg-theme-primary);
  opacity: 1;
}
.cg-service-box:hover .cg-service-box-head .right-icon, .cg-service-box.active .cg-service-box-head .right-icon {
  opacity: 1;
  visibility: visible;
}
.cg-service-box:hover .cg-service-box-title, .cg-service-box.active .cg-service-box-title {
  color: var(--cg-common-white);
}
.cg-service-box:hover .cg-service-box-desc, .cg-service-box.active .cg-service-box-desc {
  color: rgba(255, 255, 255, 0.8);
}
.cg-service-box.cg-service-box-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cg-service-box .cg-service-box-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 25px;
}
.cg-service-box .cg-service-box-head .left-icon {
  width: 70px;
  height: 70px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--cg-theme-primary);
  border-radius: 18px;
  transition: all 0.3s ease-in-out;
}
.cg-service-box .cg-service-box-head .left-icon svg path {
  transition: all 0.3s ease-in-out;
}
.cg-service-box .cg-service-box-head .right-icon {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cg-service-box .cg-service-box-title {
  transition: all 0.3s ease;
}
.cg-service-box .cg-service-box-desc {
  transition: all 0.3s ease-in-out;
}

.icon-text-btn {
  display: inline-block;
}
.icon-text-btn a {
  font-weight: 500;
  font-size: 16px;
  color: var(--cg-common-black);
  transition: width 0.2s ease-in-out;
  overflow: hidden;
  width: 55px;
  height: 55px;
  border: 1px solid var(--cg-common-black);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 0 20px;
}
.icon-text-btn a span {
  margin-left: -80px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.icon-text-btn a i {
  color: var(--cg-common-black);
}

/* Service Details */
.cg-service-details-wrapper {
  margin-right: 33px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cg-service-details-wrapper {
    margin-right: 0;
  }
}
.cg-service-details-thumb {
  margin-bottom: 37px;
}
.cg-service-details-thumb img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
}
.cg-service-details-title {
  font-size: 50px;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 30px;
}
.cg-service-details-content p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 22px;
  line-height: 45px;
}
.cg-service-details-content .description {
  margin-bottom: 40px;
}
.cg-service-details-content .description-three {
  margin-bottom: 60px;
}
.cg-service-details-list ul li {
  list-style: none;
  margin-inline-start: 40px;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  font-family: var(--cg-ff-heading);
  color: var(--cg-common-black);
}
.cg-service-details-list ul li:not(:last-child) {
  margin-bottom: 34px;
}
.cg-service-details-list ul li span {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--cg-theme-secondary);
  border-radius: 2px;
  font-size: 12px;
  position: absolute;
  inset-inline-start: -40px;
  inset-block-start: 50%;
  transform: translateY(-50%);
  transition: all 0.3s linear;
}
.cg-service-details-list ul li:hover span {
  color: var(--cg-common-white);
  background-color: var(--cg-theme-primary);
  border-color: var(--cg-theme-primary);
}

.cg-service-sidebar {
  margin-left: 27px;
}
@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) {
  .cg-service-sidebar {
    margin-left: 0;
  }
}

.cg-service-widget {
  padding: 60px 30px;
  background-color: var(--cg-bg-1);
  border-radius: 15px;
}

.cg-service-widget-list ul li {
  list-style: none;
}
.cg-service-widget-list ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  color: var(--cg-common-black);
  font-weight: 500;
  border-radius: 8px;
  padding: 20px 15px;
  background-color: var(--cg-common-white);
  transition: all 0.3s ease-in-out;
}
.cg-service-widget-list ul li a svg path {
  transition: all 0.3s ease-in-out;
}
.cg-service-widget-list ul li:not(:last-child) {
  margin-bottom: 25px;
}
.cg-service-widget-list ul li:hover a, .cg-service-widget-list ul li.active a {
  background-color: var(--cg-theme-primary);
  color: var(--cg-common-white);
}
.cg-service-widget-list ul li:hover a svg path, .cg-service-widget-list ul li.active a svg path {
  stroke: var(--cg-common-white);
}

.cg-service-widget-cta {
  padding: 50px 41px 55px;
  background-color: var(--cg-theme-secondary);
  border-radius: 15px;
  text-align: center;
}
.cg-service-widget-cta .title {
  font-size: 36px;
  font-weight: 600;
  color: var(--cg-common-white);
  margin-bottom: 25px;
  font-weight: 600;
  line-height: 50px;
}

/*----------------------------------------*/
/*  7.4 cta css
/*----------------------------------------*/
.cg-video-image img {
  border-radius: 30px;
}

.pos-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.cg-play-btn.animation-three {
  animation: cg-pulse 2s infinite;
}

.cg-video-space {
  margin-top: -395px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .cg-video-space {
    margin-top: 120px;
  }
}
@media (max-width: 575px) {
  .cg-video-space {
    margin-top: 80px;
  }
}

/*----------------------------------------*/
/*  2.12 Housing
/*----------------------------------------*/
.cg-housing-item {
  background-color: var(--cg-common-white);
  padding: 20px 20px 30px 20px;
  border-radius: 15px;
}
.cg-housing-item:hover .cg-housing-btn {
  opacity: 1;
  visibility: visible;
}
.cg-housing-image {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cg-housing-image img {
  border-radius: 10px;
  width: 100%;
}
.cg-housing-btn {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
.cg-housing-title {
  font-weight: var(--cg-fw-sbold);
}
.cg-housing-bottom-btn {
  margin-top: 80px;
}

/*----------------------------------------*/
/*  2.12 Housing
/*----------------------------------------*/
.cg-features-tab-wrapper {
  display: grid;
  grid-template-columns: 670px auto;
  justify-content: space-between;
  gap: 0 109px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cg-features-tab-wrapper {
    grid-template-columns: 545px auto;
    gap: 0 50px;
  }
}
@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) {
  .cg-features-tab-wrapper {
    grid-template-columns: auto;
    gap: 50px 0;
  }
}
.cg-features-nav .nav-pills {
  display: flex;
  flex-direction: column;
}
.cg-features-nav .nav-link {
  display: block;
  padding: 55px 0;
  font-size: 44px;
  font-weight: var(--cg-fw-sbold);
  font-family: var(--cg-ff-heading);
  color: rgba(0, 0, 0, 0.4);
  text-decoration: none;
  transition: all 0.3s linear;
  position: relative;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cg-features-nav .nav-link {
    font-size: 38px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cg-features-nav .nav-link {
    padding: 20px 0;
    font-size: 20px;
    line-height: 30px;
    text-align: start;
    display: flex;
  }
  .cg-features-content{
        margin-top: 39px;
  }
}
.cg-features-nav .nav-link::before {
  position: absolute;
  content: "";
  inset-inline-start: 120px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cg-features-nav .nav-link::before {
    inset-inline-start: 85px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cg-features-nav .nav-link::before {
    display: none;
  }
}
.cg-features-nav .nav-link.active {
  color: var(--cg-theme-primary);
  background-color: transparent;
}
.cg-features-nav .nav-link.active .cg-features-nav-sl::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 100px;
  inset-inline-start: 119px;
  top: 20px;
  background-color: var(--cg-theme-primary);
  transform: translateY(-50%);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cg-features-nav .nav-link.active .cg-features-nav-sl::after {
    inset-inline-start: 84px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cg-features-nav .nav-link.active .cg-features-nav-sl::after {
    display: none;
  }
  .cg-features-description{
        padding: 28px 21px !important;
  }
    .cg-features-description p{
        font-size: 20px !important;
  }
}
.cg-features-nav-sl {
  font-size: 50px;
  font-weight: var(--cg-fw-bold);
  font-family: var(--cg-ff-heading);
  display: inline-block;
  margin-inline-end: 112px;
  position: relative;
  width: 70px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cg-features-nav-sl {
    font-size: 40px;
    margin-inline-end: 80px;
    width: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cg-features-nav-sl {
    font-size: 20px;
    margin-inline-end: 20px;
  }
}
.cg-features-image {
  position: relative;
}
.cg-features-image::before {
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #D82221;
  mix-blend-mode: darken;
  border-radius: 15px;
}
.cg-features-image img {
  border-radius: 15px;
  max-width: 525px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cg-features-image img {
    max-width: 340px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cg-features-image img {
    max-width: 100%;
  }
}
.cg-features-description {
  position: absolute;
  background-color: var(--cg-common-white);
  padding: 45px 47px;
  text-align: center;
  border-radius: 15px;
  width: calc(100% - 50px);
  inset-inline-start: 50%;
  bottom: 30px;
  transform: translateX(-50%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cg-features-description {
    padding: 15px 15px;
    width: calc(100% - 40px);
  }
}
.cg-features-description p {
  font-size: 24px;
  margin-bottom: 0;
  color: var(--cg-common-black);
}
.cg-features-thumb-wrap {
  margin-bottom: 72px;
}
.cg-features-thumb-wrap .cg-features-thumb img {
  border-radius: 20px;
}
.cg-features-nav-2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  gap: 105px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .cg-features-nav-2 {
    gap: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cg-features-nav-2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.cg-features-nav-link {
  text-align: start;
}
.cg-features-nav-link.active {
  border-bottom: 1px solid var(--cg-theme-primary);
}
.cg-features-nav-link.active .cg-features-nav-item-title {
  color: black;
}
.cg-features-nav-link.active .cg-features-nav-item-desc {
  display: block;
  color: black;
}
.cg-features-nav-item-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.4);
}
.cg-features-nav-item-desc {
  display: block;
  padding-bottom: 15px;
  color: rgba(0, 0, 0, 0.5);
}
.cg-features-shape {
  position: absolute;
  inset-inline-end: 230px;
  top: 200px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cg-features-shape {
    inset-inline-end: -40px;
    top: 235px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cg-features-shape {
    display: none;
  }
}

/*----------------------------------------*/
/*  2.12 Housing
/*----------------------------------------*/
.cg-projects-items:hover .cg-projects-image a::before {
  opacity: 1;
  visibility: visible;
}
.cg-projects-items:hover .cg-projects-content {
  opacity: 1;
  visibility: visible;
}
.cg-projects-image {
  position: relative;
  overflow: hidden;
}
.cg-projects-image img {
  width: 100%;
  border-radius: 15px;
}
.cg-projects-image a::before {
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: var(--cg-theme-primary);
  mix-blend-mode: darken;
  border-radius: 15px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
.cg-projects-content {
  position: absolute;
  bottom: 50px;
  text-align: center;
  width: calc(100% - 38px);
  inset-inline-start: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
.cg-projects-title {
  color: var(--cg-common-white);
  font-style: italic;
  font-size: 40px;
  letter-spacing: -0.01em;
}
.cg-projects-thumb-wrap {
  position: relative;
}
.cg-projects-thumb-wrap:hover .cg-projects-thumb a::before {
  opacity: 1;
  visibility: visible;
}
.cg-projects-thumb-wrap:hover .cg-projects-btn {
  opacity: 1;
  visibility: visible;
}
.cg-projects-thumb-wrap:hover .cg-projects-hover-content {
  opacity: 1;
  visibility: visible;
}
.cg-projects-thumb img {
  border-radius: 15px;
  width: 100%;
}
.cg-projects-thumb a::before {
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(216, 34, 33, 0.7), rgba(216, 34, 33, 0.7));
  border-radius: 15px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
.cg-projects-btn {
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.cg-projects-hover-content {
  position: absolute;
  inset-inline-start: 50%;
  inset-block-start: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  text-align: center;
}
.cg-projects-hover-content .cg-project-title {
  font-size: 50px;
  font-family: var(--cg-ff-body);
  color: var(--cg-common-white);
  font-weight: 600;
  font-style: italic;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .cg-projects-hover-content .cg-project-title {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .cg-projects-hover-content .cg-project-title {
    font-size: 26px;
  }
}
.cg-projects-hover-content .cg-projects-btn-2 {
  margin-bottom: 52px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cg-projects-hover-content .cg-projects-btn-2 {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cg-projects-hover-content .cg-projects-btn-2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .cg-projects-hover-content .cg-projects-btn-2 {
    display: none;
  }
}

.cg-projects-bg {
  position: relative;
  z-index: 5;
}
.cg-projects-bg::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background-image: url(../images/common-bg/about-bg.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
.cg-projects-thumb-3-wrapper {
  position: relative;
  overflow: hidden;
}
.cg-projects-thumb-3-wrapper a::before {
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(216, 34, 33, 0.7), rgba(216, 34, 33, 0.7));
  border-radius: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
.cg-projects-thumb-3-wrapper img {
  height: 450px;
  width: 100%;
  border-radius: 15px;
}
.cg-projects-item-3-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  overflow: hidden;
}
.cg-projects-item-3-title {
  font-size: 50px;
  font-style: italic;
  font-weight: 400;
  margin-top: 50px;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .cg-projects-item-3-title {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .cg-projects-item-3-title {
    font-size: 26px;
  }
}
.cg-projects-3-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 30px;
  border-radius: 10px;
  width: 100px;
  height: 100px;
  color: var(--cg-common-black);
  background: var(--cg-common-white);
}
.cg-projects-3-btn:hover {
  background-color: var(--cg-theme-secondary);
  color: var(--cg-common-white);
}
.cg-projects-3-btn:hover svg path {
  stroke: var(--cg-common-white);
}
.cg-projects-navigation button {
  position: absolute;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  bottom: 0;
  inset-inline-start: 0px;
  z-index: 15;
  border-radius: 50%;
  color: var(--cg-common-black);
  border: 1px solid var(--cg-common-black);
  background: transparent;
  transition: all 0.3s linear;
}
.cg-projects-navigation button:hover {
  background-color: var(--cg-theme-primary);
  border-color: var(--cg-theme-primary);
}
.cg-projects-navigation button:hover svg path {
  stroke: var(--cg-common-white);
}
.cg-projects-navigation .serviceNavigationNext {
  inset-inline-start: auto !important;
  inset-inline-end: 0;
}

.projectsActivation {
  overflow: visible;
  position: relative;
}
.projectsActivation::before {
  position: absolute;
  content: "";
  inset-inline-start: -290px;
  top: 0;
  width: 270px;
  height: 100%;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.3) 4.05%, #FFFFFF 100%);
  z-index: 5;
}
.projectsActivation::after {
  position: absolute;
  content: "";
  inset-inline-end: -291px;
  top: 0;
  width: 270px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, #FFFFFF 100%);
  z-index: 5;
}

.serviceActive.swiper {
  overflow: visible;
}
.serviceActive .swiper-slide {
  text-align: center;
}
.serviceActive .swiper-slide.swiper-slide-active {
  width: 100% !important;
}
.serviceActive .swiper-slide.swiper-slide-active .cg-projects-thumb-3 img {
  height: 550px;
  border-radius: 30px;
}
.serviceActive .swiper-slide.swiper-slide-active .cg-projects-thumb-3 a::before {
  opacity: 1;
  visibility: visible;
}
.serviceActive .swiper-slide.swiper-slide-active .cg-projects-item-3-btn {
  opacity: 1;
  visibility: visible;
}
.serviceActive .swiper-slide.swiper-slide-active .cg-projects-item-3-title {
  opacity: 1;
  visibility: visible;
}

.cg-single-project-thumb img {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.cg-single-project-thumb-meta {
  background-color: var(--cg-theme-secondary);
  padding: 45px 50px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  display: grid;
  align-items: center;
  gap: 30px 85px;
  justify-content: space-between;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cg-single-project-thumb-meta {
    padding: 45px 30px;
    gap: 30px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cg-single-project-thumb-meta {
    padding: 45px 20px;
    gap: 30px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cg-single-project-thumb-meta {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cg-single-project-thumb-meta {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cg-single-project-thumb-meta .meta-item {
  display: flex;
  align-items: center;
  gap: 30px;
}
.cg-single-project-thumb-meta .meta-item .icon {
  width: 60px;
  height: 60px;
  min-width: 60px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--cg-theme-primary);
  color: var(--cg-common-white);
  font-size: 25px;
}
.cg-single-project-thumb-meta .meta-item span {
  display: block;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 8px;
}
.cg-single-project-thumb-meta .meta-item .title {
  font-size: 20px;
  font-weight: 500;
  color: var(--cg-common-white);
}

.cg-project-details-title {
  font-size: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .cg-project-details-title {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .cg-project-details-title {
    font-size: 30px;
  }
}

.cg-project-details-description {
  font-size: 22px;
  line-height: 45px;
  margin-bottom: 78px;
  color: rgba(0, 0, 0, 0.7);
}

.cg-project-details-bottom {
  display: flex;
  align-items: start;
  gap: 30px 64px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cg-project-details-bottom {
    flex-direction: column;
  }
}
.cg-project-details-bottom .cg-single-project-thumb-2 img {
  border-radius: 10px;
}

/*----------------------------------------*/
/*  7.4 cta css
/*----------------------------------------*/
.cg-feedback-rating ul li {
  list-style: none;
  display: inline-block;
  color: var(--cg-theme-primary);
  font-size: 30px;
}
.cg-feedback-rating ul li:last-child {
  color: var(--cg-common-white);
}
.cg-feedback-image {
  position: absolute;
  top: -75px;
  inset-inline-start: 50%;
  transform: translateX(-50%);
}
.cg-feedback-image img {
  max-width: 145px;
  height: 145px;
  border-radius: 50%;
  border: 4px solid var(--cg-common-white);
}
.cg-feedback-content {
  padding: 120px 190px 80px 190px;
  background-color: #29407D;
  border-radius: 50px;
  position: relative;
  margin-top: 110px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cg-feedback-content {
    padding: 120px 30px 80px 30px;
  }
}
.cg-feedback-description {
  margin-bottom: 50px;
}
.cg-feedback-description p {
  font-style: italic;
  font-weight: 500;
  font-size: 42px;
  line-height: 64px;
  color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 575px) {
  .cg-feedback-description p {
    font-size: 30px;
    line-height: 40px;
  }
}
.cg-feedback-meta-title {
  color: var(--cg-common-white);
  font-size: 24px;
  font-weight: var(--cg-fw-sbold);
  font-family: var(--cg-ff-heading);
  margin-bottom: 5px;
}
.cg-feedback-meta span {
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--cg-ff-heading);
}
.cg-feedback-slider {
  border-radius: 50px;
}
.cg-feedback-navigation.btn-navigation button {
  top: auto;
  bottom: 230px;
  border-color: var(--cg-common-white);
}
.cg-feedback-navigation.btn-navigation button svg path {
  stroke: var(--cg-common-white);
}
.cg-feedback-navigation.btn-navigation button:hover {
  border-color: var(--cg-theme-primary);
}
.cg-feedback-shape .shape-1 {
  position: absolute;
  inset-inline-start: 75px;
}
.cg-feedback-shape .shape-2 {
  position: absolute;
  inset-inline-end: 75px;
}

.cg-brand-slider-wrapper {
  padding: 0 200px;
  margin-top: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cg-brand-slider-wrapper {
    padding: 0 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .cg-brand-slider-wrapper {
    padding: 0 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cg-brand-slider-wrapper {
    padding: 0 20px;
  }
}

/*----------------------------------------*/
/*  7.4 cta css
/*----------------------------------------*/
.cg-team {
  /* team 02 */
  /* team 03 */
}
.cg-team-area-space {
  padding: 0 185px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cg-team-area-space {
    padding: 0 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cg-team-area-space {
    padding: 0 30px;
  }
}
@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) {
  .cg-team-area-space {
    padding: 0 20px;
  }
}
.cg-team-item {
  display: flex;
  align-items: start;
  gap: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cg-team-item {
    flex-direction: column;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cg-team-item {
    align-items: inherit;
    gap: 30px;
    flex-direction: column;
  }
}
.cg-team-item:hover .cg-team-image a::before,
.cg-team-item:hover .cg-team-link {
  opacity: 1;
  visibility: visible;
}
.cg-team-image a::before {
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: var(--cg-theme-primary);
  mix-blend-mode: darken;
  border-radius: 15px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
.cg-team-image img {
  border-radius: 15px;
  width: 100%;
}
.cg-team-link {
  position: absolute;
  inset-inline-start: 50%;
  bottom: 30px;
  width: calc(100% - 60px);
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cg-team-link .cg-theme-social a {
  border: none;
  color: var(--cg-common-black);
  background: var(--cg-common-white);
}
.cg-team-link .cg-theme-social a:hover {
  background-color: var(--cg-theme-secondary);
  color: var(--cg-common-white);
}
.cg-team-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 20px;
  color: var(--cg-common-black);
  border-radius: 8px;
  width: 50px;
  height: 50px;
  background: var(--cg-common-white);
  transition: all 0.3s ease-in-out;
}
.cg-team-btn svg path {
  stroke: var(--cg-common-black);
}
.cg-team-btn:hover {
  background-color: var(--cg-theme-secondary);
}
.cg-team-btn:hover svg path {
  stroke: var(--cg-common-white);
}
.cg-team-content {
  margin-top: 25px;
  max-width: 290px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cg-team-content {
    margin-top: 0;
    max-width: 100%;
  }
}
.cg-team-member-name {
  font-family: var(--cg-ff-heading);
  margin-bottom: 5px;
  font-weight: var(--cg-fw-sbold);
}
.cg-team-member-digi {
  font-size: 18px;
  display: block;
  margin-bottom: 45px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cg-team-member-digi {
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .cg-team-member-digi {
    margin-bottom: 15px;
  }
}
.cg-team-member-info {
  font-style: italic;
  font-size: 20px;
  margin-bottom: 65px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cg-team-member-info {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .cg-team-member-info {
    margin-bottom: 20px;
  }
}
.cg-team-wrapper-2:hover .cg-team-thumb-2 a::before {
  opacity: 0.7;
  visibility: visible;
}
.cg-team-wrapper-2:hover .cg-team-btn-2 {
  opacity: 1;
  visibility: visible;
}
.cg-team-thumb-2 {
  margin-bottom: 30px;
  position: relative;
}
.cg-team-thumb-2 img {
  border-radius: 8px;
}
.cg-team-thumb-2 a::before {
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: var(--cg-theme-primary);
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cg-team-btn-2 {
  position: absolute;
  inset-inline-start: 50%;
  inset-block-start: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cg-team-btn-2 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  font-size: 35px;
  border-radius: 8px;
  background-color: var(--cg-common-white);
  color: var(--cg-theme-primary);
  transition: all 0.3s ease-in-out;
}
.cg-team-btn-2 a:hover {
  color: var(--cg-common-white);
  background-color: var(--cg-theme-secondary);
}
.cg-team-shape-2 {
  position: absolute;
  top: 155px;
  left: 155px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cg-team-shape-2 {
    left: 35px;
  }
}
.cg-team-shape-3 {
  position: absolute;
  bottom: 0;
  right: 295px;
}
.cg-team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin-inline-start: 20px;
}
@media (max-width: 575px) {
  .cg-team-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin-inline-start: 0px;
  }
}
.cg-team-wrapper-03 .cg-team-item-03 {
  margin-bottom: 25px;
}
.cg-team-wrapper-03 .cg-team-item-03:hover .cg-team-image a::before,
.cg-team-wrapper-03 .cg-team-item-03:hover .cg-team-link {
  opacity: 1;
  visibility: visible;
}
.cg-team-wrapper-03 .cg-team-item-03 .cg-team-link {
  bottom: 20px;
  width: calc(100% - 40px);
}
.cg-team-wrapper-03 .cg-team-member-name {
  color: var(--cg-common-white);
}
.cg-team-wrapper-03 .cg-team-member-digi {
  color: rgba(255, 255, 255, 0.5);
}
.cg-team-wrapper-03 .cg-theme-social a {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.cg-team-wrapper-03 .cg-team-btn {
  width: 40px;
  height: 40px;
}
.cg-team-shape-4 {
  position: absolute;
  inset-block-start: 547px;
  inset-inline-start: 302px;
  z-index: -1;
}

/* team one */
.col-xl-6:nth-child(2n) .cg-team-wrapper {
  margin-inline-start: 80px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), 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) {
  .col-xl-6:nth-child(2n) .cg-team-wrapper {
    margin-inline-start: 0px;
  }
}

/* Team Details */
.cg-team-details-left {
  margin-right: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cg-team-details-left {
    position: sticky;
    top: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cg-team-details-left {
    margin-right: 0;
  }
}

.cg-team-details-thumb-wrap {
  position: relative;
  margin-bottom: 40px;
}
.cg-team-details-thumb-wrap .thumb img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
}
.cg-team-details-thumb-wrap .cg-team-details-social {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: var(--cg-theme-secondary);
  padding: 35px 55px;
  border-radius: 15px 15px 0px 0px;
  width: 330px;
}

.cg-team-info {
  background-color: var(--cg-bg-1);
  padding: 40px 26px 50px 26px;
  border-radius: 15px;
}
.cg-team-info ul {
  list-style-type: none;
}
.cg-team-info ul li {
  font-family: var(--cg-ff-heading);
  font-size: 26px;
  color: var(--cg-common-black);
}
.cg-team-info ul li:not(:last-child) {
  margin-bottom: 42px;
}
.cg-team-info ul li a {
  font-weight: 600;
}

.cg-team-details-right {
  margin-left: 30px;
}
@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) {
  .cg-team-details-right {
    margin-left: 0;
  }
}

.cg-team-single-title {
  font-size: 50px;
  font-weight: 600;
  color: var(--cg-common-black);
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .cg-team-single-title {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .cg-team-single-title {
    font-size: 30px;
  }
}

.cg-team-single-designation {
  color: var(--cg-theme-primary);
  font-size: 26px;
  display: block;
  margin-bottom: 14px;
}

.cg-team-single-description {
  font-size: 22px;
  line-height: 45px;
  margin-bottom: 35px;
  color: rgba(0, 0, 0, 0.7);
}

.cg-progress-wrapper .cg-progress-item:not(:last-child) {
  margin-bottom: 40px;
}
.cg-progress-wrapper .cg-progress-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3px;
}
.cg-progress-wrapper .cg-progress-label {
  font-size: 16px;
  font-weight: 500;
  color: var(--cg-common-black);
}
.cg-progress-wrapper .progress-bar {
  position: relative;
  height: 10px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  height: 10px;
}
.cg-progress-wrapper .progress {
  height: 100%;
  background-color: var(--cg-theme-primary);
  border-radius: 5px;
  position: relative;
  width: 0;
  height: 10px;
  transition: width 1s ease-in-out;
}
.cg-progress-wrapper .progress::after {
  content: "";
  position: absolute;
  right: 6px;
  top: 45%;
  transform: translate(50%, -50%);
  width: 11px;
  height: 11px;
  background-color: var(--cg-common-white);
  border: 2px solid var(--cg-common-black);
  border-radius: 50%;
  z-index: 9999;
}
.cg-progress-wrapper .percentage {
  font-size: 20px;
  font-weight: 500;
  color: var(--cg-common-black);
}

/*----------------------------------------*/
/*  7.4 testimonial css
/*----------------------------------------*/
.cg-testimonial-thumb-bullet .swiper-slide {
  width: 95px !important;
  height: 95px;
}
@media (max-width: 575px) {
  .cg-testimonial-thumb-bullet .swiper-slide {
    width: 50px !important;
    height: 50px;
  }
}
.cg-testimonial-thumb-bullet .swiper-slide img {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  cursor: pointer;
  border: 3px solid transparent;
  transition: all 0.3s linear;
}
@media (max-width: 575px) {
  .cg-testimonial-thumb-bullet .swiper-slide img {
    width: 50px;
    height: 50px;
  }
}
.cg-testimonial-thumb-bullet .swiper-slide.swiper-slide-thumb-active img {
  border-color: #000;
}
.cg-testimonial-description {
  font-style: italic;
  font-weight: 500;
  font-size: 36px;
  line-height: 72px;
  text-align: center;
  margin-bottom: 35px;
}
@media (max-width: 575px) {
  .cg-testimonial-description {
    font-size: 20px;
    line-height: 34px;
  }
}
.cg-testimonial-rating {
  color: var(--cg-theme-primary);
  margin-bottom: 45px;
}
.cg-testimonial-meta .name {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}
.cg-testimonial-meta .designation {
  font-size: 24px;
  font-family: var(--cg-ff-heading);
}
.cg-testimonial-navigation.btn-navigation button {
  inset-inline-start: 0px;
}
.cg-testimonial-navigation.btn-navigation .btn-navigation-next {
  inset-inline-end: 0px;
}
.cg-testimonial-shape-1 {
  position: absolute;
  top: 181px;
  left: 155px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cg-testimonial-shape-1 {
    left: 35px;
  }
}
.cg-testimonial-shape-2 {
  position: absolute;
  top: 180px;
  right: 155px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cg-testimonial-shape-2 {
    right: 35px;
  }
}
.cg-testimonial-style-03 .cg-testimonial-thumb-bullet .swiper-slide {
  width: 370px !important;
  height: 390px;
}
.cg-testimonial-style-03 .cg-testimonial-thumb-bullet .swiper-slide img {
  width: 300px !important;
  height: 310px;
  border-radius: 15px;
  border: none;
}
.cg-testimonial-style-03 .cg-testimonial-thumb-bullet .swiper-slide.swiper-slide-thumb-active img {
  width: 100% !important;
  height: 100% !important;
}
.cg-testimonial-style-03 .cg-testimonial-description {
  color: rgba(255, 255, 255, 0.8);
}
.cg-testimonial-style-03 .cg-testimonial-meta .name {
  color: var(--cg-common-white);
}
.cg-testimonial-style-03 .cg-testimonial-meta .designation {
  color: rgba(255, 255, 255, 0.5);
}

.cg-testimonial-thumb-bullet {
  margin-bottom: 85px;
}

/*----------------------------------------*/
/*  7.4 choose css
/*----------------------------------------*/
.cg-choose-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
}
@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) {
  .cg-choose-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cg-choose-thumb img {
  width: 100%;
  height: 100%;
}
.cg-choose-item-left {
  background-color: var(--cg-common-black);
  padding: 90px 250px 90px 125px;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .cg-choose-item-left {
    padding: 80px 250px 80px 125px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .cg-choose-item-left {
    padding: 60px 100px 55px 100px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cg-choose-item-left {
    padding: 60px 50px 55px 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cg-choose-item-left {
    padding: 50px 100px 50px 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cg-choose-item-left {
    padding: 50px 30px 50px 30px;
  }
}
.cg-choose-item-left-content {
  max-width: 520px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px), 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) {
  .cg-choose-item-left-content {
    max-width: 100%;
  }
}
.cg-choose-item-list ul {
  list-style: none;
}
.cg-choose-item-list li {
  display: flex;
  align-items: start;
  gap: 30px;
}
.cg-choose-item-list li:not(:last-child) {
  margin-bottom: 50px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cg-choose-item-list li:not(:last-child) {
    margin-bottom: 30px;
  }
}
.cg-choose-item-list li .icon {
  width: 80px;
  min-width: 80px;
  height: 80px;
  background-color: var(--cg-theme-primary);
  display: inline-flex;
  border-radius: 50%;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  color: var(--cg-common-white);
}
.cg-choose-item-list li .title {
  color: var(--cg-common-white);
  margin-bottom: 15px;
}
.cg-choose-item-list li .description {
  color: rgba(255, 255, 255, 0.6);
}
.cg-choose-link {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "";
  inset-inline-start: 50%;
  inset-block-start: 50%;
  transform: translate(-50%, -50%);
}
.cg-choose-link a {
  position: absolute;
  inset-inline-start: 50%;
  inset-block-start: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: var(--cg-common-white);
}
.cg-choose-shape {
  position: absolute;
  z-index: 999;
  inset-inline-end: 72px;
  inset-block-start: 197px;
  animation: cg-rotate-center 3s linear infinite;
}

/*----------------------------------------*/
/*  7.4 pricing css
/*----------------------------------------*/
.cg-pricing-wrapper {
  border: 1px solid var(--cg-common-black);
  border-radius: 20px;
  padding: 50px 40px;
  overflow: hidden;
}
.cg-pricing-wrapper.featuers {
  background-color: var(--cg-theme-secondary);
  border-color: var(--cg-theme-secondary);
}
.cg-pricing-wrapper.featuers .cg-pricing-head::before {
  background-color: rgba(255, 255, 255, 0.2);
}
.cg-pricing-wrapper.featuers .cg-pricing-title {
  color: var(--cg-common-white);
}
.cg-pricing-wrapper.featuers .cg-pricing-amount {
  color: var(--cg-common-white);
}
.cg-pricing-wrapper.featuers .cg-pricing-list ul li {
  color: var(--cg-common-white);
}
.cg-pricing-head {
  position: relative;
  padding-bottom: 32px;
  margin-bottom: 41px;
}
.cg-pricing-head::before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  width: 125%;
  height: 1px;
  bottom: 0;
  left: -40px;
}
.cg-pricing-title {
  font-size: 30px;
  font-weight: var(--cg-fw-sbold);
  margin-bottom: 20px;
}
.cg-pricing-amount {
  font-size: 40px;
  font-weight: var(--cg-fw-bold);
  font-style: italic;
}
.cg-pricing-amount span {
  font-size: 18px;
  font-weight: var(--cg-fw-regular);
}
.cg-pricing-list {
  margin-bottom: 60px;
}
.cg-pricing-list ul li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--cg-common-black);
  font-size: 20px;
  font-weight: var(--cg-fw-sbold);
}
.cg-pricing-list ul li:not(:last-child) {
  margin-bottom: 30px;
}
.cg-pricing-list ul li .icon {
  font-size: 12px;
}

/*----------------------------------------*/
/*  7.4 choose css
/*----------------------------------------*/
.cg-google-map iframe {
  width: 100%;
}

.cg-contact-form {
  margin-right: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cg-contact-form {
    margin-right: 0;
  }
}

.floating-form-input {
  margin-bottom: 50px;
  position: relative;
}
.floating-form-input input {
  background-color: #F3F3F3;
  border: none;
  font-size: 18px;
  border-radius: 8px;
}
.floating-form-input input:focus ~ .floating-label {
  top: -29px;
  inset-inline-start: 0;
  font-size: 18px;
  font-weight: 400;
  color: var(--cg-common-black);
  background-color: transparent;
  padding: 0px 4px;
}
.floating-form-input input:not(:focus):valid ~ .floating-label {
  top: -29px;
  inset-inline-start: 0;
  font-size: 18px;
  font-weight: 400;
  background-color: transparent;
  padding: 0px 4px;
}
.floating-form-input input::placeholder {
  color: var(--cg-common-black);
}
.floating-form-input .floating-label {
  position: absolute;
  pointer-events: none;
  inset-inline-start: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s ease all;
  color: var(--cg-common-placeholder);
  font-size: 18px;
}
.floating-form-input textarea {
  height: 150px;
  padding: 22px 20px;
  resize: none;
  background-color: #F3F3F3;
  border: none;
  font-size: 18px;
  border-radius: 8px;
}
.floating-form-input textarea::placeholder {
  color: var(--cg-common-black);
}
.floating-form-input textarea:focus ~ .floating-label-two {
  top: -39px;
  inset-inline-start: 0;
  font-size: 18px;
  font-weight: 400;
  color: var(--cg-common-black);
  background-color: transparent;
  padding: 0px 4px;
}
.floating-form-input textarea:not(:focus):valid ~ .floating-label-two {
  top: -39px;
  inset-inline-start: 0;
  font-size: 18px;
  font-weight: 400;
  color: var(--cg-common-black);
  background-color: transparent;
  padding: 0px 4px;
}
.floating-form-input .floating-label-two {
  position: absolute;
  pointer-events: none;
  inset-inline-start: 20px;
  top: 20px;
  transition: 0.2s ease all;
  color: var(--cg-common-placeholder);
  font-size: 18px;
}

.cg-contact-info {
  margin-left: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cg-contact-info {
    margin-left: 0;
  }
}
.cg-contact-info ul li {
  list-style: none;
  display: flex;
  align-items: start;
  gap: 60px;
}
@media (max-width: 575px) {
  .cg-contact-info ul li {
    gap: 30px;
    flex-direction: column;
  }
}
.cg-contact-info ul li:not(:last-child) {
  margin-bottom: 60px;
}
@media (max-width: 575px) {
  .cg-contact-info ul li:not(:last-child) {
    margin-bottom: 30px;
  }
}
.cg-contact-info ul li .icon {
  font-size: 56px;
  color: var(--cg-common-black);
}
.cg-contact-info ul li .title {
  font-weight: 500;
  font-size: 34px;
  font-family: var(--cg-ff-body);
  line-height: 40px;
  color: var(--cg-common-black);
  margin-bottom: 25px;
}
.cg-contact-info ul li span {
  font-size: 24px;
  line-height: 40px;
  color: rgba(0, 0, 0, 0.7);
  display: block;
}
.cg-contact-info ul li span:not(:last-child) {
  margin-bottom: 8px;
}
.cg-contact-info ul li .website {
  color: var(--cg-theme-primary);
}

/*----------------------------------------*/
/*  7.3 Ndis css
/*----------------------------------------*/
.container.ndis-container {
  max-width: 1500px;
}

.cg-ndis-title {
  font-size: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .cg-ndis-title {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .cg-ndis-title {
    font-size: 30px;
  }
}

.cg-ndis-thumb {
  margin-bottom: 30px;
}
.cg-ndis-thumb img {
  border-radius: 20px;
}

.cg-ndis-desc {
  font-size: 22px;
  line-height: 45px;
  color: rgba(0, 0, 0, 0.7);
}

.cg-ndis-content-wrapper .cg-ndis-audio-btn {
  margin-bottom: 60px;
}
.cg-ndis-content-wrapper .cg-ndis-title {
  margin-bottom: 60px;
}
.cg-ndis-content-wrapper .cg-ndis-thumb {
  margin-bottom: 30px;
}
.cg-ndis-content-wrapper .cg-ndis-desc {
  margin-bottom: 40px;
}
.cg-ndis-content-wrapper .cg-ndis-list {
  margin-top: 80px;
  margin-bottom: 62px;
}
.cg-ndis-content-wrapper .cg-ndis-list ul li {
  list-style: none;
  margin-inline-start: 40px;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  font-family: var(--cg-ff-heading);
  color: var(--cg-common-black);
}
.cg-ndis-content-wrapper .cg-ndis-list ul li:not(:last-child) {
  margin-bottom: 34px;
}
.cg-ndis-content-wrapper .cg-ndis-list ul li span {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--cg-theme-secondary);
  border-radius: 2px;
  font-size: 12px;
  position: absolute;
  inset-inline-start: -40px;
  inset-block-start: 50%;
  transform: translateY(-50%);
  transition: all 0.3s linear;
}
.cg-ndis-content-wrapper .cg-ndis-list ul li:hover span {
  color: var(--cg-common-white);
  background-color: var(--cg-theme-primary);
  border-color: var(--cg-theme-primary);
}

.cg-ndis-widget {
  padding: 60px 30px;
  background-color: var(--cg-bg-1);
  border-radius: 15px;
  margin-top: 124px;
}
@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) {
  .cg-ndis-widget {
    margin-top: 0;
  }
}

.cg-ndis-widget-list ul li {
  list-style: none;
}
.cg-ndis-widget-list ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  color: var(--cg-common-black);
  font-weight: 500;
  border-radius: 8px;
  padding: 20px 15px;
  background-color: var(--cg-common-white);
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--cg-common-black);
}
.cg-ndis-widget-list ul li a svg path {
  transition: all 0.3s ease-in-out;
}
.cg-ndis-widget-list ul li:not(:last-child) {
  margin-bottom: 25px;
}
.cg-ndis-widget-list ul li:hover a, .cg-ndis-widget-list ul li.active a {
  background-color: var(--cg-theme-primary);
  color: var(--cg-common-white);
  border-color: var(--cg-theme-primary);
}
.cg-ndis-widget-list ul li:hover a svg path, .cg-ndis-widget-list ul li.active a svg path {
  stroke: var(--cg-common-white);
}

.cg-ndis-box .cg-ndis-title {
  margin-bottom: 40px;
}
.cg-ndis-box .cg-ndis-desc {
  margin-bottom: 40px;
}

.cg-ndis-details-content .cg-ndis-title {
  margin-bottom: 26px;
}
.cg-ndis-details-content .cg-ndis-desc {
  margin-bottom: 40px;
}
.cg-ndis-details-content .cg-ndis-audio-btn-2 {
  margin-bottom: 64px;
}
.cg-ndis-details-content .cg-ndis-details-thumb-main {
  margin-bottom: 76px;
}
.cg-ndis-details-content .cg-ndis-details-thumb-main img {
  border-radius: 15px;
}
.cg-ndis-details-content .cg-ndis-details-thumb img {
  border-radius: 15px;
}
.cg-ndis-details-content .cg-ndis-list-2 {
  margin-bottom: 52px;
}
.cg-ndis-details-content .cg-ndis-list-2 ul li {
  list-style: none;
  position: relative;
  margin-left: 32px;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: var(--cg-common-black);
  font-family: var(--cg-ff-heading);
}
.cg-ndis-details-content .cg-ndis-list-2 ul li:not(:last-child) {
  margin-bottom: 28px;
}
.cg-ndis-details-content .cg-ndis-list-2 ul li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--cg-common-black);
  inset-inline-start: -32px;
  top: 50%;
  transform: translateY(-50%);
}

.cg-ndis-service-box {
  border: 1px solid var(--cg-common-black);
  border-radius: 20px;
  padding: 72px 55px 60px;
  text-align: center;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cg-ndis-service-box:hover {
  background-color: var(--cg-theme-primary);
  border-color: var(--cg-theme-primary);
}
.cg-ndis-service-box:hover .cg-ndis-service-title {
  color: var(--cg-common-white);
}
.cg-ndis-service-box:hover .cg-ndis-service-icon svg path {
  fill: var(--cg-common-white);
}

.cg-ndis-service-title {
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  color: var(--cg-common-black);
  transition: all 0.3s ease-in-out;
}

.cg-ndis-service-icon {
  margin-bottom: 25px;
  width: 130px;
  height: 145px;
  margin: 0 auto;
}
.cg-video-wrapper {
  position: relative;
  overflow: hidden;
}

.cg-video-wrapper .cg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7); /* Adjust opacity and color */
  z-index: 1;
      border-radius: 30px;
}

.cg-video-wrapper .cg-video-image img {
  width: 100%;
  height: auto;
  display: block;
}

.cg-video-wrapper .pos-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2; /* Above overlay */
  text-align: center;
}
.second-testio{
      margin-bottom: 100px;
}
.cg-service-area{
  margin-top: 100px;
}
.checkbox-label{
  display: contents;
}
.privacy-content h3{
      font-size: 26px;

}
.cg-postbox-content h3{
  font-size: 24px;
      padding-bottom: 16px;
}
.cg-header-top-logo{
      width: 32%;
}
.footer-logo{
  width: 70%;
}




/*# sourceMappingURL=main.css.map */
    .form-wrapper {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      padding: 40px;
      gap: 40px;
      flex-wrap: wrap;
    }

    /* Left info */
    .info-box {
      max-width: 300px;
      flex: 1;
      min-width: 250px;
    }
    .info-box h2 {
      color: #e30613;
      margin-bottom: 10px;
      font-size: 24px;
    }
    .info-box p {
      margin-bottom: 20px;
    }
    .info-box ul {
      list-style: none;
      padding: 0;
    }
    .info-box li {
      margin-bottom: 10px;
    }
    .info-box li::before {
      content: "✔";
      color: #e30613;
      margin-right: 8px;
    }

    /* Steps container */
    .form-steps {
      flex: 2;
      min-width: 280px;
      background: #f5f5f5;
      border-radius: 4px;
      padding: 20px;
    }

    .step-tabs {
      display: flex;
      margin-bottom: 20px;
      overflow-x: auto;
    }
    .step-tabs div {
      flex: 1;
      padding: 10px;
      text-align: center;
      background: #e5e5e5;
      font-size: 14px;
      cursor: pointer;
      white-space: nowrap;
    }
    .step-tabs .active {
      background: #e30613;
      color: #fff;
      font-weight: bold;
    }

    .step-content {
      display: none;
    }
    .step-content.active {
      display: block;
    }

    .step-content h3 {
      margin-bottom: 20px;
      font-size: 24px;
    }
    .options label {
      display: block;
      margin-bottom: 10px;
      cursor: pointer;
    }

    .next-btn {
      background: #d82221;
      color: #fff;
      border: none;
      padding: 10px 20px;
      cursor: pointer;
      border-radius: 4px;
      font-weight: bold;
      float: right;
    }
    .next-btn:hover {
      background: #051A53;
    }

    /* Popup styling */
    .popup {
      display: none;
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0,0,0,0.6);
      justify-content: center;
      align-items: center;
    }
    .popup-content {
      background: #fff;
      padding: 30px;
      border-radius: 6px;
      text-align: center;
      max-width: 400px;
      box-shadow: 0 0 15px rgba(0,0,0,0.3);
    }
    .popup-content h2 {
      margin-bottom: 15px;
      color: #28a745;
          font-size: 36px;
    }
    .close-btn {
      margin-top: 15px;
      background: #e30613;
      color: #fff;
      border: none;
      padding: 8px 16px;
      cursor: pointer;
      border-radius: 4px;
    }
    .close-btn:hover {
      background: #c2000b;
    }

    /* Responsive styles */
    @media (max-width: 768px) {
      .form-wrapper {
        padding: 20px;
        gap: 20px;
      }
      .info-box, .form-steps {
        max-width: 100%;
      }
      .next-btn {
        float: none;
        width: 100%;
      }
      .signup-filed{
        width: 100%;
      }
      .step-content h3{
            font-size: 18px;

      }
    }
   