/* ----------------------------------------------------------------------------------------
* Author        : Awaiken
* Template Name : Proshield - Cyber Security Services HTML Template
* File          : CSS File
* Version       : 1.0
* ---------------------------------------------------------------------------------------- */
/* INDEX
----------------------------------------------------------------------------------------
01. Global Variables
02. General css
03. Header css
04. Hero css
05. About Us css
06. Our Service css
07. Our Feature css
08. Our Projects css
09. Why Choose Us css
10. What We Do css
11. Our Pricing css
12. Our Testimonial css
13. Our Team css
14. CTA Box css
15. Our FAQs css
16. Our Blog css
17. Footer css
18. About Us Page css
19. Services Page css
20. Service Single css
21. Blog Archive css
22. Blog Single css
23. Projects Page css
24. Project Single css
25. Team Page css
26. Team Single css
27. Pricing Page css
28. Testimonial Page css
29. Image Gallery css
30. Video Gallery css
31. FAQs Page css
32. Contact Us Page css
33. 404 Error Page css
34. Responsive css
-------------------------------------------------------------------------------------- */

/************************************/
/*** 	 01. Global Variables	  ***/
/************************************/
@import url("https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,400;0,600;0,700;0,900;1,400&amp;display=swap");
:root {
  --primary-color: #010535;
  --secondary-color: #ecf2f5;
  --text-color: #707070;
  --accent-color: #010535;
  --accent-secondary-color: hsl(222, 86%, 27%);
  --accent-colorbk: #01044b;
  --accent-secondary-colorbk: #0568fc;
  --white-color: #ffffff;
  --divider-color: #f5f5f5;
  --dark-divider-color: #ffffff33;
  --error-color: rgb(230, 87, 87);
  --default-font: "Plus Jakarta Sans", sans-serif;
  --font-primary: "Euclid Circular";
  --font-secondary: "Euclid Circular";
  --font-alt: "Source Serif Pro", serif;
  --color-white: #ffffff;
  --color-white-off: #ffffffab;
  --color-bodyest: #273041;
  --color-dark: #27272e;
  --shadow-1: 0px 6px 34px rgba(215, 216, 222, 0.41);
  --transition: 0.3s;
  --radius-10: 10px;
  --radius-big: 16px;
  --radius-small: 6px;
  --border-width: 2px;
  --radius: 6px;
  --f-light: 300;
  --f-regular: 400;
  --f-medium: 500;
  --f-semi-bold: 600;
  --f-bold: 700;
  --f-extra-bold: 800;
  --f-black: 900;
  --shadow-primary: 0px 4px 10px rgba(37, 47, 63, 0.1);
  --shadow-light: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
  --shadow-dark: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  --shadow-1: 0px 6px 34px rgba(215, 216, 222, 0.41);
  --shadow-slide-item: 0px 0 10px 0 rgba(215, 216, 222, 0.2);
  --shadow-2: 0 15px 34px 0 rgba(175, 181, 204, 0.32);
  --shadow-3: 0 5px 15px 0 rgba(85, 74, 101, 0.37);
  --shadow-5: 0px 20px 70px 0px rgba(0, 0, 0, 0.1);
  --shadow-7: 0px 15px 30px -2px rgba(0, 0, 0, 0.1);
  --shadow-8: -5px 18px 60px 0 rgba(210, 210, 234, 0.4);
  --shadow-9: 0 13px 48px 0 rgba(215, 216, 222, 0.44);
  --shadow-10: 0 13px 14px 0 rgba(129, 104, 145, 0.05);
  --shadow-11: 0 0 10px 0 rgba(0, 0, 0, 0.06);
  --transition: 0.3s;
  --transition-2: 256ms ease-in-out;
  --transition-3: transform 0.85s cubic-bezier(0.23, 1, 0.32, 1),
    background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  --transition-4: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  --font-size-b1: 24px;
  --font-size-b2: 18px;
  --font-size-b3: 16px;
  --font-size-b4: 12px;
  --line-height-b1: 1.5;
  --line-height-b2: 1.67;
  --line-height-b3: 1.67;
  --line-height-b4: 1;
  --h1: 52px;
  --h2: 44px;
  --h3: 34px;
  --h4: 30px;
  --h5: 20px;
  --h6: 16px;
  --div-gap-1: 10px;
  --gradient-1: linear-gradient(rgb(255, 255, 255) 0%, rgb(239, 241, 255) 100%);
  --gradient-4: linear-gradient(180deg, #fff, #f6f9ff);
  --gradient-2: linear-gradient(
    0deg,
    rgb(255, 255, 255) 0%,
    rgb(240, 242, 255) 100%
  );
  --gradient-3: linear-gradient(90deg, #3772e8c7 0%, #bdc6ff 100%);
  --gradient-4: linear-gradient(180deg, #eff1ff 0%, #ffffff 100%);
  --gradient-5: linear-gradient(rgb(239, 241, 255) 0%, rgb(239, 241, 255) 100%);
  --gradient-6: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.15),
    rgba(251, 199, 226, 0.15),
    rgba(220, 217, 254, 0.15)
  );
  --gradient-7: linear-gradient(
    218.15deg,
    var(--color-secondary) 0%,
    var(--color-primary) 100%
  );
  --gradient-8: linear-gradient(270deg, #9e77ff 0%, #4460ff 100%);
  --gradient-9: linear-gradient(180deg, #6827ff 0%, #e3f0ff 100%);
  --gradient-10: linear-gradient(180deg, #353e54d9 0%, #27304117 100%);
}

/************************************/
/*** 	   02. General css		  ***/
/************************************/

body {
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  background-color: var(--white-color);
  color: var(--text-color);
}

::-webkit-scrollbar-track {
  background-color: var(--secondary-color);
  border-left: 1px solid var(--secondary-color);
}
::-webkit-scrollbar {
  width: 7px;
  background-color: var(--secondary-color);
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(
    180deg,
    var(--accent-color) 1.15%,
    var(--accent-secondary-color) 98.84%
  );
}

p {
  line-height: 1.7em;
  margin-bottom: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 600;
  line-height: 1.2em;
  color: var(--primary-color);
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: var(--accent-colorbk);
}

a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus {
  text-decoration: none;
  outline: 0;
}

html,
body {
  width: 100%;
  overflow-x: clip;
}

.container {
  max-width: 1300px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-right: 15px;
  padding-left: 15px;
}

.image-anime {
  position: relative;
  overflow: hidden;
}

.image-anime:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.image-anime:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.reveal {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  visibility: hidden;
  overflow: hidden;
}

.reveal img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-origin: left;
  transform-origin: left;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row > * {
  padding-right: 15px;
  padding-left: 15px;
}

.row.no-gutters {
  margin-right: 0px;
  margin-left: 0px;
}

.row.no-gutters > * {
  padding-right: 0px;
  padding-left: 0px;
}

.btn-default {
  position: relative;
  display: inline-block;
  background: linear-gradient(
    to right,
    var(--accent-color) 0%,
    var(--accent-secondary-color) 50%,
    var(--accent-color) 100%
  );
  background-size: 200% auto;
  border-radius: 100px;
  color: var(--white-color);
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
  text-transform: capitalize;
  border: none;
  padding: 17px 60px 17px 30px;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  z-index: 0;
}

.btn-default:hover {
  background-position: right center;
}

.btn-default::before {
  content: "\f0a9";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-30px, -50%);
  font-size: 20px;
  color: var(--white-color);
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}

.btn-default:hover::before {
  transform: translate(-27px, -50%);
}

.btn-default.btn-highlighted {
  background: var(--white-color);
  color: var(--accent-color);
}

.btn-default.btn-highlighted::before {
  color: var(--accent-color);
}

.btn-default.btn-highlighted::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(
    90.15deg,
    var(--accent-color) 1.15%,
    var(--accent-secondary-color) 98.84%
  );
  border-radius: 100px;
  transition: 0.4s ease-in-out;
  z-index: -1;
}

.btn-default.btn-highlighted:hover {
  background-color: transparent;
  color: var(--white-color);
}

.btn-default.btn-highlighted:hover::before {
  color: var(--white-color);
}

.btn-default.btn-highlighted:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}

.cb-cursor:before {
  background: linear-gradient(
    90.15deg,
    var(--accent-color) 1.15%,
    var(--accent-secondary-color) 98.84%
  );
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: linear-gradient(
    90.15deg,
    var(--accent-color) 1.15%,
    var(--accent-secondary-color) 98.84%
  );
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-container,
.loading {
  height: 100px;
  position: relative;
  width: 100px;
  border-radius: 100%;
}

.loading-container {
  margin: 40px auto;
}

.loading {
  border: 1px solid transparent;
  border-color: transparent var(--white-color) transparent var(--white-color);
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading {
  transition: all 0.5s ease-in-out;
}

#loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 66px;
  transform: translate(-50%, -50%);
}

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.section-row {
  margin-bottom: 80px;
}

.section-row .section-title {
  margin-bottom: 0;
}

.section-row .section-title {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.section-btn {
  text-align: end;
}

.section-title-content p {
  margin: 0;
}

.section-title {
  position: relative;
  z-index: 1;
}

.section-title h3 {
  position: relative;
  display: inline-block;
  line-height: normal;
  color: var(--primary-color);
  margin-bottom: 20px;
}

.section-title h1 {
  font-size: 55px;
  font-weight: 700;
  color: var(--white-color);
  margin-bottom: 0;
}

.section-title h1 span,
.section-title h2 span {
  background: linear-gradient(
    90.15deg,
    var(--accent-color) 0%,
    var(--accent-secondary-color) 100%
  );
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-title p {
  margin-top: 20px;
  margin-bottom: 0;
}

.section-title.dark-section h3,
.section-title.dark-section h1,
.section-title.dark-section h2,
.section-title.dark-section p {
  color: var(--white-color);
}

.section-title.dark-section h3::before {
  filter: brightness(0) invert(1);
}

.help-block.with-errors ul {
  margin: 0;
  text-align: left;
}

.help-block.with-errors ul li {
  color: var(--error-color);
  font-weight: 500;
  font-size: 14px;
}

.color-secondary {
  color: var(--accent-secondary-colorbk) !important;
}

.color-dark {
  color: var(--color-dark) !important;
}

/*=============================
	Overlay styles 
==============================*/
[data-overlay],
[data-black-overlay],
[data-white-overlay],
[data-gradient-overlay] {
  position: relative;
}

[data-overlay] > div,
[data-overlay] > *,
[data-black-overlay] > div,
[data-black-overlay] > *,
[data-white-overlay] > div,
[data-white-overlay] > *,
[data-gradient-overlay] > div,
[data-gradient-overlay] > * {
  position: relative;
  z-index: 2;
}

[data-overlay]:before,
[data-black-overlay]:before,
[data-white-overlay]:before,
[data-gradient-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

[data-overlay]:before {
  background: #003a7e;
}

[data-black-overlay]:before {
  background-color: #000000;
}

[data-white-overlay]:before {
  background-color: #ffffff;
}

[data-gradient-overlay]:before {
  background: linear-gradient(
    90deg,
    var(--primary-color),
    var(--secondary-color)
  );
}

[data-overlay="1"]:before,
[data-black-overlay="1"]:before,
[data-white-overlay="1"]:before,
[data-gradient-overlay="1"]:before {
  opacity: 0.1;
}

[data-overlay="2"]:before,
[data-black-overlay="2"]:before,
[data-white-overlay="2"]:before,
[data-gradient-overlay="2"]:before {
  opacity: 0.2;
}

[data-overlay="3"]:before,
[data-black-overlay="3"]:before,
[data-white-overlay="3"]:before,
[data-gradient-overlay="3"]:before {
  opacity: 0.3;
}

[data-overlay="4"]:before,
[data-black-overlay="4"]:before,
[data-white-overlay="4"]:before,
[data-gradient-overlay="4"]:before {
  opacity: 0.4;
}

[data-overlay="5"]:before,
[data-black-overlay="5"]:before,
[data-white-overlay="5"]:before,
[data-gradient-overlay="5"]:before {
  opacity: 0.5;
}

[data-overlay="6"]:before,
[data-black-overlay="6"]:before,
[data-white-overlay="6"]:before,
[data-gradient-overlay="6"]:before {
  opacity: 0.6;
}

[data-overlay="7"]:before,
[data-black-overlay="7"]:before,
[data-white-overlay="7"]:before,
[data-gradient-overlay="7"]:before {
}

[data-overlay="8"]:before,
[data-black-overlay="8"]:before,
[data-white-overlay="8"]:before,
[data-gradient-overlay="8"]:before {
  opacity: 0.8;
}

[data-overlay="9"]:before,
[data-black-overlay="9"]:before,
[data-white-overlay="9"]:before,
[data-gradient-overlay="9"]:before {
  opacity: 0.9;
}

[data-overlay="10"]:before,
[data-black-overlay="10"]:before,
[data-white-overlay="10"]:before,
[data-gradient-overlay="10"]:before {
  opacity: 1;
}

/************************************/
/**** 	   03. Header css		 ****/
/************************************/

.topbar {
  background: linear-gradient(
    90.15deg,
    var(--accent-color) 1.15%,
    var(--accent-secondary-color) 98.84%
  );
  padding: 10px 0;
}

.topbar-info-text p {
  color: var(--white-color);
  opacity: 80%;
  margin-bottom: 0;
}

.topbar-info-text p a {
  font-weight: 700;
  text-transform: capitalize;
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: all 0.3s ease-in-out;
}

.topbar-info-text p a:hover {
  color: var(--primary-color);
}

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

.topbar-contact-info {
  border-right: 1px solid var(--dark-divider-color);
  margin-right: 25px;
  padding-right: 25px;
}

.topbar-contact-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.topbar-contact-info ul li {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  color: var(--white-color);
  opacity: 80%;
  transition: all 0.3s ease-in-out;
}

.topbar-contact-info ul li a {
  color: inherit;
}

.topbar-contact-info ul li:hover {
  color: var(--primary-color);
}

.topbar-contact-info ul li:last-child {
  margin: 0;
  padding: 0;
}

.topbar-contact-info ul li::before {
  content: "/";
  position: absolute;
  top: 0;
  right: -16px;
  bottom: 0;
  font-size: 16px;
  color: var(--white-color);
  opacity: 80%;
}

.topbar-contact-info ul li:last-child:before {
  display: none;
}

.topbar-social-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.topbar-social-links ul li {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
}

.topbar-social-links ul li:last-child {
  margin: 0;
}

.topbar-social-links ul li a {
  display: block;
  color: var(--white-color);
  transition: all 0.3s ease-in-out;
}

.topbar-social-links ul li:hover a {
  color: var(--primary-color);
}

.topbar-social-links ul li a i {
  font-size: 18px;
  color: inherit;
}

header.main-header {
  position: relative;
  border-bottom: 1px solid var(--dark-divider-color);
  z-index: 100;
}

header.main-header .header-sticky {
  position: relative;
  top: 0;
  z-index: 100;
}

header.main-header .header-sticky.hide {
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
  border-radius: 0;
}

header.main-header .header-sticky.active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 0;
  transform: translateY(0);
  background-color: var(--white-color);
  border-bottom: 1px solid var(--divider-color);
}

.navbar {
  padding: 15px 0;
  align-items: center;
}

.navbar-brand {
  padding: 0;
  margin: 0;
}

.main-menu .nav-menu-wrapper {
  flex: 1;
  text-align: right;
  margin: 0 20px;
}

.main-menu .nav-menu-wrapper > ul {
  align-items: center;
  display: inline-flex;
}

.main-menu ul li {
  margin: 0;
  position: relative;
}

.main-menu ul li > a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
  padding: 14px 20px !important;
  color: var(--primary-color);
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}

.main-menu ul li.submenu > a:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 14px;
  margin-left: 8px;
}

.main-menu ul li a:hover,
.main-menu ul li a:focus {
  color: var(--accent-secondary-color);
}

/* .main-menu ul ul{
	visibility: hidden;
	opacity: 0;
	transform: scaleY(0.8);
	transform-origin: top;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 230px;
	border-radius: 20px;
	position: absolute;
	left: 0;
	top: 100%;
	background: linear-gradient(90.15deg, var(--accent-color) 1.15%, var(--accent-secondary-color) 98.84%);
	transition: all 0.3s ease-in-out;
	text-align: left;
} */

.main-menu ul li.submenu:first-child ul {
  width: 230px;
}

/* .main-menu ul ul ul{
	left: 100%;
	top: 0;
	text-align: left;
} */

.main-menu ul li:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
  padding: 5px 0;
}

.main-menu ul li.submenu ul li.submenu > a:after {
  content: "\f105";
  float: right;
}

.main-menu ul ul li {
  margin: 0;
  padding: 0;
}

.main-menu ul ul li a {
  color: var(--white-color);
  padding: 8px 20px !important;
  transition: all 0.3s ease-in-out;
}

.main-menu ul li:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
  padding: 5px 0;
}

.main-menu ul ul li a:hover,
.main-menu ul ul li a:focus {
  color: var(--primary-color);
  background-color: transparent;
  padding: 8px 20px 8px 23px !important;
}

.main-menu ul li.highlighted-menu {
  display: none;
}

.responsive-menu,
.navbar-toggle {
  display: none;
}

.responsive-menu {
  top: 0;
  position: relative;
}

.slicknav_btn {
  background: linear-gradient(
    90.15deg,
    var(--accent-color) 1.15%,
    var(--accent-secondary-color) 98.84%
  );
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin: 0;
  border-radius: 8px;
}

.slicknav_icon .slicknav_icon-bar {
  display: block;
  width: 100%;
  height: 3px;
  width: 22px;
  background-color: var(--white-color);
  border-radius: 6px;
  margin: 4px auto !important;
  transition: all 0.1s ease-in-out;
}

.slicknav_icon .slicknav_icon-bar:first-child {
  margin-top: 0 !important;
}

.slicknav_icon .slicknav_icon-bar:last-child {
  margin-bottom: 0 !important;
}

.navbar-toggle
  a.slicknav_btn.slicknav_open
  .slicknav_icon
  span.slicknav_icon-bar:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 5px);
}

.navbar-toggle
  a.slicknav_btn.slicknav_open
  .slicknav_icon
  span.slicknav_icon-bar:nth-child(2) {
  opacity: 0;
}

.navbar-toggle
  a.slicknav_btn.slicknav_open
  .slicknav_icon
  span.slicknav_icon-bar:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -5px);
}

.slicknav_menu {
  position: absolute;
  width: 100%;
  padding: 0;
  background: linear-gradient(
    90.15deg,
    var(--accent-color) 1.15%,
    var(--accent-secondary-color) 98.84%
  );
}

.slicknav_menu ul {
  margin: 5px 0;
}

.slicknav_menu ul ul {
  margin: 0;
}

.slicknav_nav .slicknav_row,
.slicknav_nav li a {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 8px 20px;
  color: var(--white-color);
  line-height: normal;
  margin: 0;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}

.slicknav_nav a:hover,
.slicknav_nav a:focus,
.slicknav_nav .slicknav_row:hover {
  background-color: transparent;
  text-decoration: underline;
  color: var(--divider-color);
}

.slicknav_menu ul ul li a {
  padding: 8px 20px 8px 30px;
}

.slicknav_arrow {
  font-size: 0 !important;
}

.slicknav_arrow:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 12px;
  margin-left: 8px;
  color: var(--white-color);
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-out;
}

.slicknav_open > a .slicknav_arrow:after {
  transform: translateY(-52%) rotate(-180deg);
  color: var(--primary-color);
}

/************************************/
/***        04. Hero css	      ***/
/************************************/

.hero {
  position: relative;
  background: url("../images/hero-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 80px 0;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(
    270deg,
    rgba(1, 5, 53, 0.28) 43.57%,
    rgba(1, 5, 53, 0.8) 100%
  );
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero.hero-video {
  padding: 205px 0;
}

.hero.hero-video .hero-bg-video {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.hero.hero-video .hero-bg-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero.hero-slider-layout {
  background: none;
  padding: 0;
}

.hero.hero-slider-layout .hero-slide {
  position: relative;
  padding: 205px 0;
}

.hero.hero-slider-layout .hero-slide::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    270deg,
    rgba(1, 5, 53, 0.28) 43.57%,
    rgba(1, 5, 53, 0.8) 100%
  );
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero.hero-slider-layout .hero-slide .hero-slider-image {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.hero.hero-slider-layout .hero-slide .hero-slider-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero.hero-slider-layout .hero-pagination {
  position: absolute;
  bottom: 70px;
  text-align: left;
  padding-left: calc(((100vw - 1300px) / 2) + 15px);
  z-index: 2;
}

.hero.hero-slider-layout .hero-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: var(--white-color);
  opacity: 1;
  transition: all 0.3s ease-in-out;
  margin: 0 5px;
}

.hero.hero-slider-layout .hero-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

.hero-content {
  position: relative;
  width: 100%;
  max-width: 800px;
  z-index: 2;
}

.hero-content-body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

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

.video-play-button a i {
  height: 50px;
  width: 50px;
  background: var(--white-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}

.video-play-button:hover a i {
  background: var(--accent-color);
}

.video-play-button i {
  font-size: 18px;
  color: var(--accent-color);
  transition: all 0.3s ease-in-out;
}

.video-play-button:hover a i {
  color: var(--white-color);
}

.video-play-button h3 {
  font-size: 18px;
  text-transform: capitalize;
  color: var(--white-color);
  margin: 0;
}

.hero-content-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 80px;
}

.hero-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hero-list ul li {
  background: url("../images/icon-check-white.svg") no-repeat;
  background-position: left top;
  background-size: 24px auto;
  line-height: 1.5em;
  text-transform: capitalize;
  color: var(--white-color);
  border-bottom: 1px solid var(--dark-divider-color);
  margin-bottom: 25px;
  padding: 0 0 25px 35px;
}

.hero-list ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.our-client-images {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.client-image {
  display: inline-block;
  border: 1px solid var(--white-color);
  border-radius: 50%;
  margin-left: -14px;
  width: 62px;
  height: 62px;
  overflow: hidden;
  z-index: 1;
}

.client-image:first-child {
  margin: 0;
}

.client-image figure {
  display: block;
}

.client-image img {
  width: 100%;
  max-width: 60px;
  border-radius: 50%;
}

.client-image.client-counter {
  background: linear-gradient(
    to right,
    var(--accent-color) 0%,
    var(--accent-secondary-color) 50%,
    var(--accent-color) 100%
  );
  background-size: 200% auto;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
}

.client-image.client-counter:hover {
  background-position: right center;
}

.client-image.client-counter h3 {
  font-size: 22px;
  color: var(--white-color);
  margin: 0;
  transition: all 0.4s ease-in-out;
}

.client-image.client-counter:hover h3 {
  color: var(--primary-color);
}

.our-client-content {
  margin-top: 10px;
}

.our-client-content p {
  color: var(--white-color);
  margin-bottom: 0;
}

/************************************/
/***       05. About Us css       ***/
/************************************/

.about-us {
  padding: 100px 0;
}

.about-us-image {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 30px;
  margin-right: 20px;
}

.about-image-box {
  width: calc(50% - 15px);
}

.about-img-2 {
  margin-bottom: 30px;
}

.about-img-1 figure,
.about-img-2 figure,
.about-img-3 figure {
  display: block;
  border-radius: 30px;
}

.about-img-1 img,
.about-img-2 img,
.about-img-3 img {
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.about-img-1 img {
  aspect-ratio: 1 / 1.91;
}

.about-img-2 img,
.about-img-3 img {
  aspect-ratio: 1 / 1.07;
}

.get-free-security-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.get-free-security-circle img {
  width: 100%;
  max-width: 166px;
  animation: infiniterotate 20s infinite linear;
}

@keyframes infiniterotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.about-us-body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: linear-gradient(
    90.15deg,
    var(--accent-color) 1.15%,
    var(--accent-secondary-color) 98.84%
  );
  border-radius: 100px;
  margin-bottom: 50px;
  margin-left: 20px;
  padding-right: 20px;
}

.about-us-body-img {
  width: 200px;
  height: 145px;
  background-color: var(--white-color);
  clip-path: polygon(45% -70%, 96% 50%, 50% 155%, 0 50%);
  display: flex;
  margin-right: 10px;
  margin-left: -20px;
}

.about-us-body-img figure {
  width: 180px;
  height: 145px;
  clip-path: polygon(50% -50%, 100% 50%, 50% 150%, 0 50%);
  overflow: hidden;
}

.about-us-body-img img {
  width: 180px;
  height: 145px;
}

.about-us-body-content {
  width: calc(100% - 190px);
}

.about-us-body-content h3 {
  color: var(--white-color);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.about-us-body-content p {
  color: var(--white-color);
  margin: 0;
}

.about-us-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 30px;
}

.about-footer-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.about-footer-list ul li {
  background: url("../images/icon-check.svg") no-repeat;
  background-position: left top;
  background-size: 24px auto;
  line-height: 1.5em;
  padding-left: 35px;
  margin-bottom: 20px;
}

.about-footer-list ul li:last-child {
  margin-bottom: 0;
}

.about-contact-btn {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--divider-color);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.about-contact-btn .icon-box {
  position: relative;
  height: 46px;
  width: 46px;
  background: linear-gradient(
    to right,
    var(--accent-color) 0%,
    var(--accent-secondary-color) 50%,
    var(--accent-color) 100%
  );
  background-size: 200% auto;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.about-contact-btn:hover .icon-box {
  background-position: right center;
}

.about-contact-btn .icon-box img {
  width: 100%;
  max-width: 28px;
}

.about-footer-btn-content {
  width: calc(100% - 56px);
}

.about-footer-btn-content h3 {
  font-size: 20px;
  color: var(--primary-color);
  margin: 0;
}

.about-footer-btn-content h3 a {
  color: inherit;
}

/************************************/
/*** 	  06. Our Services css	  ***/
/************************************/

.our-services {
  background: var(--secondary-color);
  padding: 100px 0 70px;
}

.service-item {
  position: relative;
  background: var(--white-color);
  border: 1px solid var(--divider-color);
  border-radius: 30px;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  padding: 25px;
  overflow: hidden;
}

.service-item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    90.15deg,
    var(--accent-color) 1.15%,
    var(--accent-secondary-color) 98.84%
  );
  height: 0;
  width: 100%;
  z-index: 0;
  transition: all 0.4s ease-in-out;
}

.service-item.active:before,
.service-item:hover:before {
  height: 100%;
}

.service-item .icon-box {
  position: relative;
  margin-bottom: 40px;
  z-index: 1;
}

.service-item .icon-box img {
  width: 100%;
  max-width: 80px;
  transition: all 0.4s ease-in-out;
}

.service-item.active .icon-box img,
.service-item:hover .icon-box img {
  filter: brightness(0) invert(1);
}

.service-title-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  z-index: 1;
}

.service-title {
  width: calc(100% - 55px);
}

.service-title h3 {
  font-size: 20px;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
}

.service-item.active .service-title h3,
.service-item:hover .service-title h3 {
  color: var(--white-color);
}

.service-title h3 a {
  color: inherit;
}

.service-btn a {
  position: relative;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  color: var(--white-color);
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-left: 15px;
  transition: all 0.4s ease-in-out;
}

.service-item.active .service-btn a,
.service-item:hover .service-btn a {
  background: var(--white-color);
  color: var(--accent-secondary-color);
}

.service-item .service-btn a:hover {
  color: var(--primary-color);
}

.service-btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    90.15deg,
    var(--accent-color) 1.15%,
    var(--accent-secondary-color) 98.84%
  );
  height: 100%;
  width: 100%;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}

.service-btn a i {
  font-size: 20px;
  color: inherit;
}

.service-content {
  position: relative;
  z-index: 1;
}

.service-content p {
  margin-bottom: 0;
  transition: all 0.4s ease-in-out;
}

.service-item.active .service-content p,
.service-item:hover .service-content p {
  color: var(--white-color);
}

/************************************/
/*** 	  07. Our Feature css	  ***/
/************************************/

.our-feature {
  padding: 100px 0;
}

.feature-image figure {
  display: block;
  border-radius: 30px;
}

.feature-image img {
  width: 100%;
  aspect-ratio: 1 / 0.62;
  object-fit: cover;
  border-radius: 30px;
}

.company-experience-info {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}

.company-experience-info .feature-image {
  width: calc(65% - 15px);
}

.company-experience-info .feature-image img {
  aspect-ratio: 1 / 0.652;
}

.company-experience-box {
  width: calc(35% - 15px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(
    90.15deg,
    var(--accent-color) 1.15%,
    var(--accent-secondary-color) 50%,
    var(--accent-color) 98.15%
  );
  background-size: 200% auto;
  text-align: center;
  border-radius: 30px;
  padding: 20px;
  transition: all 0.4s ease-in-out;
}

.company-experience-box:hover {
  background-position: right center;
}

.company-experience-content {
  border-bottom: 1px solid var(--dark-divider-color);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.company-experience-content h2 {
  font-size: 60px;
  color: var(--white-color);
  margin-bottom: 10px;
}

.company-experience-content p {
  color: var(--white-color);
  opacity: 80%;
  margin-bottom: 0;
}

.company-client-images .client-image {
  width: 32px;
  height: 32px;
  margin-left: -8px;
}

.company-client-images .client-image img {
  max-width: 30px;
}

.company-client-images .client-image.client-counter h3 {
  font-size: 10px;
}

.our-feature-content {
  margin-left: 15px;
}

.ferature-list-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.ferature-list-item:last-child {
  margin-bottom: 0;
}

.ferature-list-item .icon-box {
  height: 60px;
  width: 60px;
  background: linear-gradient(
    to right,
    var(--accent-color) 0%,
    var(--accent-secondary-color) 50%,
    var(--accent-color) 100%
  );
  background-size: 200% auto;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}

.ferature-list-item:hover .icon-box {
  background-position: right center;
}

.ferature-list-item .icon-box img {
  max-width: 30px;
}

.ferature-list-content {
  width: calc(100% - 80px);
}

.ferature-list-content h3 {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.ferature-list-content p {
  margin-bottom: 0;
}

/************************************/
/*** 	 08. Our Projects css	  ***/
/************************************/

.our-projects {
  background: var(--secondary-color);
  padding: 100px 0;
}

.projects-list {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid var(--dark-divider-color);
  border-right: none;
  border-bottom: none;
  border-radius: 30px;
  overflow: hidden;
}

.project-item {
  position: relative;
  width: 25%;
  border-right: 1px solid var(--dark-divider-color);
  border-bottom: 1px solid var(--dark-divider-color);
  border-top: none;
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
  overflow: hidden;
  z-index: 1;
}

.project-item:nth-child(-4n + 4) {
  border-radius: 0 30px 0 0;
}

.project-item:last-child {
  border-radius: 0 0 30px 0;
}

.project-image a,
.project-image figure {
  display: block;
  overflow: hidden;
  cursor: none;
}

.project-image figure::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    270deg,
    rgba(85, 199, 224, 0.6) 0%,
    rgba(78, 82, 172, 0.6) 100%
  );
  height: 0;
  width: 100%;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.project-item.active .project-image a figure::before,
.project-item:hover .project-image a figure::before {
  height: 100%;
}

.project-image img {
  width: 100%;
  aspect-ratio: 1 / 1.377;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}

.project-item.active .project-image img,
.project-item:hover .project-image img {
  transform: scale(1.05);
}

.project-content {
  position: absolute;
  right: 30px;
  left: 30px;
  bottom: 30px;
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.project-item.active .project-content,
.project-item:hover .project-content {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.project-content p {
  margin-bottom: 20px;
}

.project-content p a {
  display: inline-block;
  line-height: 1.2em;
  text-transform: capitalize;
  color: var(--white-color);
  border: 1px solid var(--white-color);
  border-radius: 5px;
  padding: 8px 10px;
}

.project-content h3 {
  font-size: 20px;
  line-height: 1.4em;
  color: var(--white-color);
}

.project-content h3 a {
  color: inherit;
}

.section-footer-text {
  width: 100%;
  max-width: 580px;
  text-align: center;
  margin: 80px auto 0;
}

.section-footer-text p {
  margin-bottom: 0;
}

.section-footer-text p a {
  position: relative;
  font-weight: 600;
  text-transform: capitalize;
  background: linear-gradient(
    to right,
    var(--accent-color) 0%,
    var(--accent-secondary-color) 50%,
    var(--accent-color) 100%
  );
  background-size: 200% auto;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}

.section-footer-text p a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  background: linear-gradient(
    to right,
    var(--accent-color) 0%,
    var(--accent-secondary-color) 50%,
    var(--accent-color) 100%
  );
  background-size: 200% auto;
  height: 2px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.section-footer-text p span:hover,
.section-footer-text p a:hover,
.section-footer-text p a:hover::before {
  background-position: right center;
}

/************************************/
/*** 	 09. Why Choose Us css	  ***/
/************************************/

.why-choose-us {
  padding: 100px 0;
  background: url("../images/why-choose-bg.png"), var(--primary-color);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.why-choose-image {
  margin-right: 20px;
}

.why-choose-image figure {
  display: block;
  border-radius: 30px;
}

.why-choose-image img {
  width: 100%;
  aspect-ratio: 1 / 1.25;
  object-fit: cover;
  border-radius: 30px;
}

.why-choose-item {
  position: relative;
  background-color: var(--white-color);
  border-radius: 20px;
  box-shadow: 0px 0px 100px 2px #0000000d;
  padding: 15px 15px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}

.why-choose-item:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(
    90.15deg,
    var(--accent-color) 1.15%,
    var(--accent-secondary-color) 98.84%
  );
  transition: all 0.4s ease-in-out;
  z-index: 0;
}

.why-choose-item:hover:before {
  top: 0;
  bottom: auto;
  height: 100%;
}

.why-choose-item:last-child {
  margin-bottom: 0;
}

.why-choose-item .icon-box {
  position: relative;
  margin-right: 15px;
  z-index: 1;
}

.why-choose-item .icon-box img {
  width: 100%;
  max-width: 50px;
  transition: all 0.4s ease-in-out;
}

.why-choose-item:hover .icon-box img {
  filter: brightness(0) invert(1);
}

.why-choose-item-content {
  position: relative;
  width: calc(100% - 85px);
  z-index: 1;
}

.why-choose-item-content h3 {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 5px;
  transition: all 0.4s ease-in-out;
}

.why-choose-item-content p {
  margin: 0;
  transition: all 0.4s ease-in-out;
}

.why-choose-item:hover .why-choose-item-content h3,
.why-choose-item:hover .why-choose-item-content p {
  color: var(--white-color);
}

.why-choose-counter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 50px;
  border-top: 1px solid var(--dark-divider-color);
  margin-top: 80px;
  padding-top: 80px;
}

.why-choose-counter-item {
  position: relative;
  width: calc(25% - 37.5px);
  text-align: center;
}

.why-choose-counter-item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  bottom: 0;
  left: auto;
  transform: translateY(-50%);
  background: var(--dark-divider-color);
  width: 1px;
  height: 85%;
}

.why-choose-counter-item:last-child:after,
.why-choose-counter-item:nth-child(4n + 4)::after {
  display: none;
}

.why-choose-counter-item .icon-box {
  margin-bottom: 20px;
}

.why-choose-counter-item .icon-box img {
  width: 100%;
  max-width: 60px;
}

.why-choose-counter-content h3 {
  color: var(--white-color);
  font-size: 46px;
  font-weight: 800;
  margin-bottom: 10px;
}

.why-choose-counter-content p {
  color: var(--white-color);
  font-size: 18px;
  text-transform: capitalize;
  margin: 0;
}

/************************************/
/*** 	  10. What We Do css	  ***/
/************************************/

.our-security {
  background: url("../images/our-team-bg.png"), var(--primary-color);
  padding: 100px 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;

  p {
    padding-right: 10%;
  }
}

.security-content-item {
  margin-bottom: 40px;
}

.security-content-item:last-child {
  margin-bottom: 0;
}

.security-content-item h3 {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.security-content-item p {
  margin-bottom: 0;
}

.security-image {
  margin-bottom: 40px;
}

.security-image figure {
  display: block;
  border-radius: 30px;
}

.security-image img {
  width: 100%;
  aspect-ratio: 1 / 0.51;
  object-fit: cover;
  border-radius: 30px;
}

.security-list {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  border-top: 1px solid var(--divider-color);
  margin-top: 80px;
  padding-top: 80px;
}

.security-list-item {
  width: calc(33.33% - 20px);
  background: url(../images/icon-check.svg) no-repeat;
  background-size: 26px auto;
  background-position: top left;
  padding-left: 35px;
}

.security-list-item h3 {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.security-list-item p {
  margin-bottom: 0;
}

/************************************/
/*** 	  11. Our Pricing css	  ***/
/************************************/

.our-pricing {
  background: var(--secondary-color);
  padding: 100px 0;
}

.pricing-item {
  height: calc(100% - 30px);
  background: var(--white-color);
  border: 1px solid var(--divider-color);
  border-radius: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}

.pricing-header {
  position: relative;
  background: linear-gradient(
    90.15deg,
    var(--accent-color) 1.15%,
    var(--accent-secondary-color) 98.84%
  );
  border-bottom: 1px solid transparent;
  padding: 30px;
}

.pricing-header h3 {
  font-size: 20px;
  color: var(--white-color);
  margin-bottom: 15px;
}

.pricing-header h2 {
  font-size: 46px;
  color: var(--white-color);
  margin-bottom: 15px;
}

.pricing-header h2 sup {
  font-size: 20px;
  top: -10px;
}

.pricing-header h2 sub {
  bottom: 0;
  font-size: 16px;
  font-weight: 400;
  opacity: 80%;
}

.pricing-header p {
  color: var(--white-color);
  opacity: 80%;
  margin-bottom: 0;
}

.pricing-header .icon-box {
  position: absolute;
  top: -14px;
  right: -35px;
}

.pricing-header .icon-box img {
  width: 100%;
  max-width: 100px;
}

.pricing-body {
  padding: 30px;
}

.pricing-list {
  margin-bottom: 40px;
}

.pricing-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pricing-list ul li {
  background-image: url("../images/icon-check.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 24px auto;
  line-height: 1.5em;
  margin-bottom: 20px;
  padding-left: 35px;
}

.pricing-list ul li:last-child {
  margin-bottom: 0;
}

.pricing-item.highlighted-box {
  background: linear-gradient(
    90.15deg,
    var(--accent-color) 1.15%,
    var(--accent-secondary-color) 98.84%
  );
}

.pricing-item.highlighted-box .pricing-header {
  background: transparent;
  border-bottom-color: var(--dark-divider-color);
}

.pricing-item.highlighted-box .pricing-list ul li {
  color: var(--white-color);
}

.pricing-item.highlighted-box .pricing-list ul li {
  background-image: url("../images/icon-check-white.svg");
}

.pricing-item.highlighted-box .btn-default.btn-highlighted:after {
  background: var(--primary-color);
}

.pricing-benefit-list {
  margin-top: 30px;
}

.pricing-benefit-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px 50px;
}

.pricing-benefit-list ul li {
  display: flex;
  align-items: center;
  color: var(--primary-color);
}

.pricing-benefit-list ul li img {
  max-width: 20px;
  margin-right: 15px;
}

/************************************/
/*** 	12. Our Testimonial css   ***/
/************************************/

.our-testimonials {
  padding: 100px 0;
}

.testimonial-box {
  position: relative;
  background: url(../images/testimonial-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px 30px;
}

.testimonial-box::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--primary-color);
  border-radius: 30px;
  opacity: 60%;
  height: 100%;
  width: 100%;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.testimonial-video-button,
.testimonial-slider-box {
  position: relative;
  width: calc(50% - 15px);
  z-index: 1;
}

.testimonial-video-button {
  text-align: center;
}

.testimonial-video-button a {
  position: relative;
  background: linear-gradient(
    90deg,
    var(--accent-color) 0%,
    var(--accent-secondary-color) 50%,
    var(--accent-color) 100%
  );
  background-size: 200% auto;
  border-radius: 100%;
  width: 74px;
  height: 74px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: none;
  transition: all 0.4s ease-in-out;
}

.testimonial-video-button a:hover {
  background-position: right center;
}

.testimonial-video-button a:before {
  content: "";
  position: absolute;
  top: -30%;
  left: -30%;
  width: 160%;
  height: 160%;
  border: 50px solid var(--divider-color);
  border-radius: 50%;
  transform: scale(0.6);
  z-index: -1;
  animation: border-zooming 1.2s infinite linear;
}

.testimonial-video-button a:after {
  content: "";
  position: absolute;
  top: -30%;
  left: -30%;
  width: 160%;
  height: 160%;
  border: 50px solid var(--divider-color);
  border-radius: 50%;
  transform: scale(0.6);
  z-index: -1;
  animation: border-zooming 1.2s infinite linear;
  animation-delay: 0.3s;
}

@keyframes border-zooming {
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.testimonial-video-button a i {
  font-size: 30px;
  color: var(--white-color);
  margin-left: 3px;
}

.testimonial-video-button h3 {
  color: var(--white-color);
  font-size: 18px;
  font-weight: 600;
  margin-top: 40px;
  text-transform: capitalize;
}

.testimonial-slider {
  background: linear-gradient(
    90.15deg,
    var(--accent-color) 1.15%,
    var(--accent-secondary-color) 98.84%
  );
  border-radius: 30px 30px 0 30px;
  padding: 50px;
  overflow: hidden;
  margin-top: -135px;
}

.testimonial-slider .swiper-wrapper {
  cursor: none;
}

.testimonial-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
}

.testimonial-company-logo img {
  width: 100%;
  max-width: 165px;
  max-height: 40px;
}

.testimonial-quote {
  text-align: end;
}

.testimonial-quote img {
  width: 100%;
  max-width: 30px;
}

.testimonial-content {
  margin-bottom: 30px;
}

.testimonial-content p {
  font-size: 18px;
  font-weight: 500;
  color: var(--white-color);
  opacity: 80%;
  margin-bottom: 20px;
}

.testimonial-content p:last-child {
  margin-bottom: 0;
}

.testimonial-body {
  display: flex;
  align-items: center;
}

.author-image {
  margin-right: 20px;
}

.author-image figure {
  display: block;
  border-radius: 50%;
}

.author-image img {
  width: 100%;
  max-width: 50px;
  border-radius: 50%;
}

.author-content {
  width: calc(100% - 70px);
}

.author-content h3 {
  color: var(--white-color);
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.author-content p {
  color: var(--white-color);
  opacity: 80%;
  text-transform: capitalize;
  margin: 0;
}

.testimonial-btn {
  position: absolute;
  bottom: 5px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: right;
  z-index: 1;
}

.testimonial-slider .testimonial-button-next,
.testimonial-slider .testimonial-button-prev {
  position: relative;
  width: 32px;
  height: 32px;
  background: var(--white-color);
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}

.testimonial-slider .testimonial-button-next {
  margin-left: 20px;
}

.testimonial-slider .testimonial-button-next:hover,
.testimonial-slider .testimonial-button-prev:hover {
  background: var(--primary-color);
}

.testimonial-slider .testimonial-button-next::before,
.testimonial-slider .testimonial-button-prev::before {
  font-family: "FontAwesome";
  content: "\f061";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 16px;
  color: var(--accent-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
}

.testimonial-slider .testimonial-button-prev::before {
  transform: rotate(180deg);
}

.testimonial-slider .testimonial-button-next:hover::before,
.testimonial-slider .testimonial-button-prev:hover::before {
  color: var(--white-color);
}

.testimonial-contact-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  padding: 40px 40px 40px 0;
}

.testimonial-contact-box {
  width: calc(65% - 15px);
  display: flex;
  align-items: center;
}

.testimonial-contact-box .icon-box {
  height: 60px;
  width: 60px;
  background: linear-gradient(
    to right,
    var(--accent-color) 0%,
    var(--accent-secondary-color) 50%,
    var(--accent-color) 100%
  );
  background-size: 200% auto;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  transition: all 0.4s ease-in-out;
}

.testimonial-contact-box:hover .icon-box {
  background-position: right center;
}

.testimonial-contact-box .icon-box img {
  width: 100%;
  max-width: 30px;
}

.testimonial-contact-content {
  width: calc(100% - 80px);
}

.testimonial-contact-content p {
  color: var(--white-color);
  font-weight: 500;
  margin: 0;
}

.testimonial-contact-content p a {
  display: inline-block;
  color: inherit;
  text-decoration: underline;
  transition: all 0.4s ease-in-out;
}

.testimonial-contact-content p a:hover {
  color: var(--accent-secondary-color);
}

.testimonial-contact-btn {
  width: calc(35% - 15px);
  text-align: end;
}

/************************************/
/*** 	   13. Our Team css  	  ***/
/************************************/

.our-team {
  background-image: url("../images/our-team-bg.png"),
    linear-gradient(180deg, var(--primary-color) 70%, transparent 30%);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 100px 0 50px;
}

.team-item {
  position: relative;
  height: calc(100% - 30px);
  margin-bottom: 30px;
}

.team-image {
  position: relative;
}

.team-image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scale(0);
  background: linear-gradient(
    180deg,
    rgba(85, 202, 225, 0.6) -0.01%,
    rgba(78, 82, 172, 0.6) 111.29%
  );
  border-radius: 30px;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.team-item:hover .team-image:before {
  transform: scale(1);
}

.team-image a,
.team-image a figure {
  display: block;
  border-radius: 30px;
  overflow: hidden;
}

.team-image figure:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(85, 202, 225, 0) 63.54%,
    #4e52ac 110.14%
  );
  border-radius: 30px;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.team-item:hover .team-image figure:before {
  opacity: 0;
}

.team-image a img {
  width: 100%;
  aspect-ratio: 1 / 1.36;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}

.team-item:hover .team-image a img {
  transform: scale(1.1);
}

.team-social-icon {
  position: absolute;
  top: 50%;
  transform: translateY(0%);
  left: 30px;
  right: 30px;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  z-index: 2;
}

.team-item:hover .team-social-icon {
  transform: translateY(-50%);
  opacity: 1;
}

.team-social-icon ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 15px;
}

.team-social-icon ul li a {
  border: 1px solid var(--white-color);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.team-social-icon ul li:hover a {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.team-social-icon ul li a i {
  color: var(--white-color);
  font-size: 18px;
}

.team-content {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: 30px;
  text-align: center;
  z-index: 2;
}

.team-content h3 {
  color: var(--white-color);
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.team-content h3 a {
  color: inherit;
}

.team-content p {
  color: var(--white-color);
  opacity: 80%;
  text-transform: capitalize;
  margin: 0;
}

/************************************/
/*** 	    14. CTA Box css  	  ***/
/************************************/

.cta-box-section {
  padding: 50px 0 100px;
}

.cta-box {
  background: linear-gradient(
    90.15deg,
    var(--accent-color) 1.15%,
    var(--accent-secondary-color) 98.84%
  );
  border-radius: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px 70px;
  padding: 25px 25px 25px 60px;
}

.cta-box-content {
  width: calc(70% - 35px);
}

.cta-contact-info {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
}

.cta-contact-info:before {
  content: "";
  position: absolute;
  width: 125px;
  height: 100px;
  bottom: 10px;
  right: 0;
  transform: rotateY(180deg);
  background: url(../images/cta-box-arrow.svg) no-repeat;
  background-position: right center;
  background-size: cover;
  animation: ctamovearrow 2s infinite linear alternate;
}

@keyframes ctamovearrow {
  50% {
    right: -30px;
  }
}

.cta-contact-item {
  display: flex;
  align-items: center;
  border-right: 1px solid var(--dark-divider-color);
  margin-right: 30px;
  padding-right: 30px;
}

.cta-contact-item:last-child {
  border: none;
  margin: 0;
  padding: 0;
}

.cta-contact-item .icon-box {
  margin-right: 20px;
}

.cta-contact-item .icon-box img {
  width: 100%;
  max-width: 50px;
}

.cta-contact-content {
  width: calc(100% - 70px);
}

.cta-contact-content h3 {
  font-size: 20px;
  color: var(--white-color);
  margin-bottom: 5px;
}

.cta-contact-content p {
  color: var(--white-color);
  margin-bottom: 0;
}

.cta-contact-content p a {
  color: inherit;
  transition: all 0.4s ease-in-out;
}

.cta-contact-content p a:hover {
  color: var(--primary-color);
}

.cta-box-image {
  width: calc(30% - 35px);
}

.cta-box-image figure {
  display: block;
  border-radius: 30px;
}

.cta-box-image img {
  width: 100%;
  aspect-ratio: 1 / 0.705;
  object-fit: cover;
  border-radius: 30px;
}

/************************************/
/*** 	   15. Our FAQs css 	  ***/
/************************************/

.our-faqs {
  padding: 100px 0;
}

.our-faqs.home-our-faqs {
  background: var(--secondary-color);
}

.faq-content {
  margin-right: 30px;
}

.faq-image figure {
  display: block;
  border-radius: 30px;
}

.faq-image img {
  width: 100%;
  aspect-ratio: 1 / 0.608;
  object-fit: cover;
  border-radius: 30px;
}

.faq-accordion .accordion-item {
  position: relative;
  background: var(--white-color);
  border: 1px solid var(--divider-color);
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.faq-accordion .accordion-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    90.15deg,
    var(--accent-color) 1.15%,
    var(--accent-secondary-color) 98.84%
  );
  border-radius: 20px;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.faq-accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion-header .accordion-button {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4em;
  background: transparent;
  color: var(--primary-color);
  padding: 26px 50px 26px 30px;
  transition: all 0.3s ease-in-out;
}

.faq-accordion .accordion-header .accordion-button:not(.collapsed) {
  color: var(--white-color);
  border-bottom: 1px solid var(--dark-divider-color);
}

.faq-accordion .accordion-header .accordion-button.collapsed {
  background: var(--white-color);
  color: var(--primary-color);
}

.faq-accordion .accordion-item .accordion-button::after,
.faq-accordion .accordion-item .accordion-button.collapsed::after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 20px;
  font-weight: 900;
  color: var(--primary-color);
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  color: var(--white-color);
  transform: translateY(-50%) rotate(180deg);
}

.faq-accordion .accordion-body {
  position: relative;
  padding: 15px 50px 30px 30px;
  z-index: 1;
}

.faq-accordion .accordion-body p {
  color: var(--white-color);
  opacity: 80%;
  margin: 0;
}

/************************************/
/*** 	   16. Our Blog css 	  ***/
/************************************/

.our-blog {
  padding: 100px 0;
}

.post-item {
  position: relative;
  height: calc(100% - 30px);
  margin-bottom: 30px;
}

.post-featured-image a {
  display: block;
  border-radius: 30px;
  overflow: hidden;
}

.post-featured-image figure:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    transparent 18.63%,
    var(--accent-color) 110.88%
  );
  z-index: 1;
}

.post-featured-image img {
  width: 100%;
  aspect-ratio: 1 / 1.02;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}

.post-item:hover .post-featured-image img {
  transform: scale(1.1);
}

.post-item-content {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  z-index: 2;
}

.post-item-body h2 {
  font-size: 20px;
  line-height: 1.4em;
  color: var(--white-color);
  font-weight: 500;
}

.post-item-body h2 a {
  color: inherit;
}

.post-item-btn a {
  height: 42px;
  width: 42px;
  border-radius: 50%;
  display: flex;
  background-color: var(--white-color);
  color: var(--accent-color);
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}

.post-item-btn a:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.post-item-btn a i {
  font-size: 20px;
  color: inherit;
}

/************************************/
/*** 	   17. Footer css   	  ***/
/************************************/

.main-footer {
  background: url(../images/footer-bg.png),
    linear-gradient(
      90.15deg,
      var(--accent-color) 1.15%,
      var(--accent-secondary-color) 98.84%
    );
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  padding: 80px 0 0 0;
}

.footer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.footer-logo img {
  width: 100%;
  max-width: 223px;
}

.footer-social-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-social-links ul li {
  display: inline-block;
  margin-right: 15px;
}

.footer-social-links ul li:last-child {
  margin-right: 0;
}

.footer-social-links ul li a {
  border: 1px solid var(--white-color);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.footer-social-links ul li:hover a {
  border-color: var(--primary-color);
}

.footer-social-links ul li a i {
  color: var(--white-color);
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}

.footer-social-links ul li:hover a i {
  color: var(--primary-color);
}

.footer-newsletter-form {
  margin-right: 30px;
}

.footer-links h3 {
  font-size: 20px;
  color: var(--white-color);
  text-transform: capitalize;
  margin-bottom: 20px;
}

.footer-links p {
  color: var(--white-color);
  margin-bottom: 30px;
}

.footer-newsletter-form .form-group {
  display: flex;
}

.footer-newsletter-form .form-group .form-control {
  width: calc(100% - 70px);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  color: var(--text-color);
  background: var(--white-color);
  border: 1px solid var(--divider-color);
  border-radius: 100px;
  outline: none;
  box-shadow: none;
  padding: 15px 20px;
}

.footer-newsletter-form .form-group .form-control::placeholder {
  color: var(--text-color);
}

.footer-newsletter-form .form-group .newsletter-btn {
  background-color: var(--white-color);
  color: var(--primary-color);
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}

.footer-newsletter-form .form-group .newsletter-btn:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
  transform: rotate(25deg);
}

.footer-newsletter-form .form-group .newsletter-btn i {
  font-size: 30px;
  color: inherit;
  padding-right: 5px;
}

.footer-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 10px;
}

.footer-links ul li {
  color: var(--white-color);
  text-transform: capitalize;
  line-height: 1.7em;
  margin-bottom: 10px;
  padding: 0 10px;
}

.footer-links ul li:last-child {
  margin-bottom: 0;
}

.footer-links ul li a {
  color: inherit;
  transition: all 0.3s ease-in-out;
}

.footer-links ul li a:hover {
  text-decoration: underline;
}

.footer-copyright {
  border-top: 1px solid var(--dark-divider-color);
  margin-top: 40px;
  padding: 20px 0;
}

.footer-copyright-text {
  text-align: left;
}

.footer-copyright-text p {
  color: var(--white-color);
  margin-bottom: 0;
}

/************************************/
/*** 	 18. About Us Page css	  ***/
/************************************/

.page-header {
  position: relative;
  background-image: url("../images/page-header-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 100px 0;
}

.page-header::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    270deg,
    rgba(1, 5, 53, 0.58) 43.57%,
    rgba(1, 5, 53, 0.8) 100%
  );
  width: 100%;
  height: 100%;
  z-index: 0;
}

.page-header-box {
  position: relative;
  z-index: 1;
  text-align: center;
}

.page-header-box h1 {
  display: inline-block;
  color: var(--white-color);
  font-size: 50px;
  font-weight: 800;
  line-height: 1.2em;
  margin-bottom: 10px;
  cursor: none;
}

.page-header-box ol {
  margin: 0;
  padding: 0;
}

.page-header-box ol li.breadcrumb-item {
  font-weight: 500;
  text-transform: capitalize;
  line-height: normal;
  color: var(--white-color);
}

.page-header-box ol li.breadcrumb-item a {
  color: inherit;
}

.page-header-box ol li.breadcrumb-item.active {
  color: var(--white-color);
}

.page-header-box ol .breadcrumb-item + .breadcrumb-item::before {
  color: var(--white-color);
}

.our-approach {
  position: relative;
  padding: 100px 0;
  background-image: url("../images/our-approach-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.our-approach:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    90deg,
    rgba(242, 242, 245, 0.6) 99.12%,
    #f2f2f5 99.38%
  );
  height: 100%;
  width: 100%;
  z-index: 1;
}

.our-approach-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.our-approach-image {
  position: relative;
  z-index: 1;
}

.our-approach-content {
  position: relative;
  margin-right: -110px;
  z-index: 2;
}

.mission-vision-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background: var(--white-color);
  border-radius: 30px;
  padding: 25px 30px;
  box-shadow: 0px 0px 100px 2px #0000000d;
  margin-bottom: 30px;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}

.mission-vision-item:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(
    90.15deg,
    var(--accent-color) 1.15%,
    var(--accent-secondary-color) 98.84%
  );
  transition: all 0.4s ease-in-out;
  z-index: 0;
}

.mission-vision-item:hover:before {
  top: 0;
  bottom: auto;
  height: 100%;
}

.mission-vision-item:last-child {
  margin-bottom: 0;
}

.mission-vision-item .icon-box {
  position: relative;
  margin-right: 30px;
  z-index: 1;
}

.mission-vision-item .icon-box img {
  width: 100%;
  max-width: 80px;
  transition: all 0.4s ease-in-out;
}

.mission-vision-item:hover .icon-box img {
  filter: brightness(0) invert(1);
}

.mission-vision-content {
  position: relative;
  width: calc(100% - 110px);
  z-index: 1;
}

.mission-vision-content h3 {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}

.mission-vision-content p {
  margin: 0;
  transition: all 0.4s ease-in-out;
}

.mission-vision-item:hover .mission-vision-content h3,
.mission-vision-item:hover .mission-vision-content p {
  color: var(--white-color);
}

.our-approach-image figure {
  display: block;
  border-radius: 30px;
}

.our-approach-image img {
  width: 100%;
  aspect-ratio: 1 / 0.863;
  object-fit: cover;
  border-radius: 30px;
}

.what-we-do {
  padding: 100px 0;
}

.what-we-do-image {
  position: relative;
  padding: 0 80px 117px 0;
  margin-right: 30px;
}

.what-we-do-img-1 figure,
.what-we-do-img-2 figure {
  display: block;
  border-radius: 30px;
}

.what-we-do-img-1 img,
.what-we-do-img-2 img {
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.what-we-do-img-1 {
  position: relative;
}

.what-we-do-img-1::before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: auto;
  bottom: auto;
  left: 20px;
  background: linear-gradient(
    90.15deg,
    var(--accent-color) 1.15%,
    var(--accent-secondary-color) 98.84%
  );
  border-radius: 30px;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.what-we-do-img-1 img {
  aspect-ratio: 1 / 1.01;
}

.what-we-do-img-2 {
  position: absolute;
  max-width: 270px;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.what-we-do-img-2 img {
  aspect-ratio: 1 / 0.68;
}

.company-experience-box.what-we-do-circle {
  position: absolute;
  top: 170px;
  right: 0;
  height: 160px;
  width: 160px;
  border-radius: 50%;
  padding: 15px;
  z-index: 1;
}

.company-experience-box.what-we-do-circle h2 {
  color: var(--white-color);
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
}

.company-experience-box.what-we-do-circle p {
  color: var(--white-color);
  text-transform: capitalize;
  line-height: 1.4em;
  margin: 0;
}

.what-we-do-body {
  padding-bottom: 40px;
}

.what-we-do-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.what-we-do-body ul li {
  background-image: url(../images/icon-check.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 24px auto;
  line-height: 1.5em;
  margin-bottom: 20px;
  padding-left: 35px;
}

.what-we-do-body ul li:last-child {
  margin-bottom: 0;
}

.what-we-list {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.what-we-item {
  width: calc(50% - 15px);
  display: flex;
  align-items: center;
}

.what-we-item .icon-box {
  margin-right: 20px;
}

.what-we-item .icon-box img {
  width: 100%;
  max-width: 50px;
}

.what-we-item-content {
  width: calc(100% - 70px);
}

.what-we-item-content h3 {
  font-size: 20px;
  line-height: 1.4em;
  text-transform: capitalize;
}

.how-it-work {
  padding: 100px 0;
}

.how-it-work-content {
  margin-right: 30px;
}

.work-step-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.work-step-item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(30px, 55px);
  border: 1px dashed var(--accent-secondary-color);
  width: 1px;
  height: 100%;
  z-index: -1;
}

.work-step-item:last-child:before {
  display: none;
}

.work-step-item:last-child {
  margin-bottom: 0px;
}

.work-step-item .work-step-no {
  height: 60px;
  width: 60px;
  background: linear-gradient(
    to right,
    var(--accent-color) 0%,
    var(--accent-secondary-color) 50%,
    var(--accent-color) 100%
  );
  background-size: 200% auto;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  transition: all 0.4s ease-in-out;
}

.work-step-item:hover .work-step-no {
  background-position: right center;
}

.work-step-no h3 {
  color: var(--white-color);
  font-size: 24px;
  font-weight: 700;
}

.work-step-content {
  width: calc(100% - 80px);
}

.work-step-content h3 {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.work-step-content p {
  margin: 0;
}

.how-it-work-image {
  position: relative;
  padding-left: 80px;
}

.how-it-work-img-1 figure,
.how-it-work-img-2 figure {
  display: block;
}

.how-it-work-img-1 img,
.how-it-work-img-2 img {
  width: 100%;
  object-fit: cover;
}

.how-it-work-img-1 figure {
  border-radius: 30px;
}

.how-it-work-img-1 img {
  aspect-ratio: 1 / 1.16;
}

.how-it-work-img-2 {
  position: absolute;
  max-width: 306px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border: 10px solid var(--white-color);
  border-radius: 30px;
  overflow: hidden;
  z-index: 1;
}

.how-it-work-img-2 img {
  aspect-ratio: 1 / 1.02;
}

.our-benefits {
  background-color: var(--secondary-color);
}

.our-benefits .container-fluid {
  padding: 0;
}

.our-benefit-image {
  position: relative;
  height: 100%;
  padding-right: 85px;
  margin-right: 80px;
}

.benefit-img-1,
.benefit-img-1 figure,
.benefit-img-1 img {
  height: 100%;
}

.benefit-img-1 img {
  width: 100%;
  aspect-ratio: 1 / 1.01;
  object-fit: cover;
}

.benefit-img-2 {
  position: absolute;
  max-width: 354px;
  right: -30px;
  bottom: 40px;
  border: 10px solid var(--white-color);
  border-radius: 30px;
  overflow: hidden;
  z-index: 1;
}

.benefit-img-2 figure {
  display: block;
}

.benefit-img-2 img {
  width: 100%;
  aspect-ratio: 1 / 1.21;
  object-fit: cover;
}

.contact-us-circle {
  position: absolute;
  top: 60px;
  right: 0;
  z-index: 1;
}

.contact-us-circle img {
  width: 100%;
  max-width: 180px;
  animation: infiniterotate 20s infinite linear;
}

.our-benefit-content {
  padding: 100px 0;
  padding-right: calc(((100vw - 1300px) / 2) + 5px);
}

.our-benefit-body {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 40px;
}

.benefit-body-item {
  width: calc(50% - 15px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: var(--white-color);
  border-radius: 15px;
  padding: 15px 20px;
}

.benefit-body-item .icon-box {
  height: 60px;
  width: 60px;
  background: linear-gradient(
    to right,
    var(--accent-color) 0%,
    var(--accent-secondary-color) 50%,
    var(--accent-color) 100%
  );
  background-size: 200% auto;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  transition: all 0.4s ease-in-out;
}

.benefit-body-item:hover .icon-box {
  background-position: right center;
}

.benefit-body-item .icon-box img {
  width: 100%;
  max-width: 30px;
}

.benefit-body-item-content {
  width: calc(100% - 75px);
}

.benefit-body-item-content h3 {
  font-size: 20px;
  line-height: 1.4em;
  text-transform: capitalize;
}

.our-benefit-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}

.benefit-footer-list {
  width: calc(60% - 15px);
}

.benefit-footer-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.benefit-footer-list ul li {
  background-image: url(../images/icon-check.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 24px auto;
  line-height: 1.5em;
  margin-bottom: 20px;
  padding-left: 35px;
}

.benefit-footer-list ul li:last-child {
  margin-bottom: 0;
}

.benefit-footer-btn {
  width: calc(40% - 15px);
}

/************************************/
/*** 	 19. Services Page css	  ***/
/************************************/

.our-services.page-services {
  padding: 100px 0 70px;
}

.page-services .service-item {
  box-shadow: 0px 0px 100px 2px #0000000d;
}

/************************************/
/*** 	20. Service Single css	  ***/
/************************************/

.page-service-single {
  padding: 100px 0;
}

.page-single-sidebar {
  position: sticky;
  top: 20px;
  margin-right: 20px;
}

.page-catagery-list {
  background-color: var(--secondary-color);
  border-radius: 30px;
  padding: 30px;
  margin-bottom: 60px;
  overflow: hidden;
}

.page-catagery-list h3 {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.page-catagery-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-catagery-list ul li {
  margin-bottom: 20px;
}

.page-catagery-list ul li:last-child {
  margin: 0;
}

.page-catagery-list ul li a {
  position: relative;
  display: block;
  line-height: 1.5em;
  text-transform: capitalize;
  color: var(--text-color);
  background-color: var(--white-color);
  border-radius: 10px;
  padding: 15px 50px 15px 15px;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.page-catagery-list ul li:hover a {
  color: var(--white-color);
}

.page-catagery-list ul li a::before {
  font-family: "FontAwesome";
  content: "\f0a9";
  position: absolute;
  font-size: 24px;
  color: var(--accent-color);
  top: 50%;
  right: 15px;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
}

.page-catagery-list ul li:hover a::before {
  color: var(--white-color);
}

.page-catagery-list ul li a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(
    90.15deg,
    var(--accent-color) 1.15%,
    var(--accent-secondary-color) 98.84%
  );
  transition: all 0.4s ease-in-out;
  z-index: -1;
}

.page-catagery-list ul li:hover a::after {
  top: 0;
  height: 100%;
}

.sidebar-cta-box {
  background: linear-gradient(
    90.15deg,
    var(--accent-color) 1.15%,
    var(--accent-secondary-color) 98.84%
  );
  border-radius: 30px;
  padding: 40px;
}

.sidebar-cta-logo {
  margin-bottom: 20px;
}

.sidebar-cta-logo img {
  width: 100%;
  max-width: 223px;
}

.sidebar-cta-content p {
  color: var(--white-color);
  opacity: 80%;
  margin-bottom: 0;
}

.sidebar-cta-contact {
  position: relative;
  display: flex;
  align-items: center;
  border-top: 1px solid var(--dark-divider-color);
  margin-top: 30px;
  padding-top: 30px;
  z-index: 1;
}

.sidebar-cta-contact .icon-box {
  position: relative;
  background: linear-gradient(
    90deg,
    var(--accent-color) 0%,
    var(--accent-secondary-color) 50%,
    var(--accent-color) 100%
  );
  background-size: 200% auto;
  border-radius: 100%;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px 0 10px;
  transition: all 0.4s ease-in-out;
}

.sidebar-cta-contact .icon-box:hover {
  background-position: right center;
}

.sidebar-cta-contact .icon-box:before {
  content: "";
  position: absolute;
  top: -33%;
  left: -33%;
  width: 160%;
  height: 160%;
  border: 35px solid var(--divider-color);
  border-radius: 50%;
  transform: scale(0.6);
  z-index: -1;
  animation: border-zooming 1.2s infinite linear;
}

.sidebar-cta-contact .icon-box:after {
  content: "";
  position: absolute;
  top: -33%;
  left: -33%;
  width: 160%;
  height: 160%;
  border: 35px solid var(--divider-color);
  border-radius: 50%;
  transform: scale(0.6);
  z-index: -1;
  animation: border-zooming 1.2s infinite linear;
  animation-delay: 0.3s;
}

.sidebar-cta-contact .icon-box img {
  width: 100%;
  max-width: 24px;
}

.sidebar-cta-contact-content {
  width: calc(100% - 72px);
}

.sidebar-cta-contact-content h3 {
  font-size: 20px;
  color: var(--white-color);
  margin-bottom: 10px;
}

.sidebar-cta-contact-content h3 a {
  color: inherit;
  transition: all 0.4s ease-in-out;
}

.sidebar-cta-contact-content h3 a:hover {
  color: var(--primary-color);
  text-decoration-color: var(--primary-color);
}

.sidebar-cta-contact-content p {
  color: var(--white-color);
  opacity: 80%;
  margin-bottom: 0;
}

.page-single-slider {
  margin-bottom: 40px;
}

.page-single-slider .swiper-wrapper {
  cursor: none;
}

.page-single-slider .swiper-slide figure {
  display: block;
  overflow: hidden;
  border-radius: 30px;
}

.page-single-slider .swiper-slide figure::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    180deg,
    rgba(1, 5, 53, 0) 80.06%,
    var(--primary-color) 100%
  );
  width: 100%;
  height: 100%;
}

.page-single-slider .swiper-slide img {
  width: 100%;
  aspect-ratio: 1 / 0.66;
  object-fit: cover;
  border-radius: 30px;
}

.page-single-slider .page-single-pagination {
  position: absolute;
  bottom: 20px;
  text-align: center;
  z-index: 1;
}

.page-single-slider .page-single-pagination .swiper-pagination-bullet {
  position: relative;
  height: 12px;
  width: 12px;
  background: var(--white-color);
  opacity: 1;
  margin: 0 8px;
}

.page-single-slider .page-single-pagination .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid var(--white-color);
  height: 0;
  width: 0;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}

.page-single-slider
  .page-single-pagination
  .swiper-pagination-bullet-active:before {
  height: 24px;
  width: 24px;
}

.service-entry {
  margin-bottom: 60px;
}

.service-entry p {
  margin-bottom: 20px;
}

.service-entry p:last-child {
  margin-bottom: 0;
}

.service-entry h2 {
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 20px;
}

.service-entry ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.service-entry ul li {
  background: url(../images/icon-check.svg) no-repeat;
  background-position: top left;
  background-size: 24px auto;
  line-height: 1.5em;
  text-transform: capitalize;
  margin-bottom: 20px;
  padding-left: 30px;
}

.service-entry ul li:last-child {
  margin-bottom: 0;
}

.service-why-choose-box,
.service-entry-feature-box {
  margin-top: 60px;
}

.our-benefit-body.service-why-choose-list {
  margin: 40px 0;
}

.our-benefit-body.service-why-choose-list .benefit-body-item {
  background: var(--secondary-color);
  padding: 20px;
}

.service-feature-list {
  display: flex;
  gap: 30px 50px;
  flex-wrap: wrap;
  margin: 40px 0;
}

.service-feature-item {
  position: relative;
  width: calc(33.33% - 33.33px);
}

.service-feature-item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  background-color: var(--secondary-color);
  height: 85%;
  width: 1px;
}

.service-feature-item:nth-child(3n + 3):before,
.service-feature-item:last-child:before {
  display: none;
}

.service-feature-box {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.service-feature-box .icon-box {
  margin-right: 15px;
}

.service-feature-box .icon-box img {
  width: 100%;
  max-width: 60px;
}

.service-feature-title {
  width: calc(100% - 75px);
}

.service-feature-title h3 {
  font-size: 20px;
  text-transform: capitalize;
}

.service-feature-content p {
  margin-bottom: 0;
}

.service-entry-image-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}

.service-entry-image {
  width: calc(52% - 15px);
}

.service-entry-list-content {
  width: calc(48% - 15px);
}

.service-entry-image figure {
  display: block;
  border-radius: 30px;
}

.service-entry-image img {
  width: 100%;
  aspect-ratio: 1 / 0.823;
  object-fit: cover;
  border-radius: 30px;
}

/************************************/
/*** 	 21. Blog Archive css	  ***/
/************************************/

.page-blog {
  padding: 100px 0;
}

.page-pagination {
  margin-top: 30px;
  text-align: center;
}

.page-pagination ul {
  justify-content: center;
  padding: 0;
  margin: 0;
}

.page-pagination ul li a,
.page-pagination ul li span {
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  background: var(--secondary-color);
  color: var(--primary-color);
  border-radius: 10px;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  font-weight: 600;
  line-height: 1em;
  transition: all 0.3s ease-in-out;
}

.page-pagination ul li.active a,
.page-pagination ul li a:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

/************************************/
/*** 	 22. Blog Single css	  ***/
/************************************/

.page-single-post {
  padding: 100px 0;
}

.post-image {
  margin-bottom: 30px;
}

.post-image figure {
  display: block;
  border-radius: 30px;
  overflow: hidden;
}

.post-image img {
  width: 100%;
  aspect-ratio: 1 / 0.5;
  object-fit: cover;
  border-radius: 30px;
}

.post-content {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.post-entry {
  border-bottom: 1px solid var(--divider-color);
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.post-entry:after {
  content: "";
  display: block;
  clear: both;
}

.post-entry a {
  color: var(--accent-color);
}

.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6 {
  font-weight: 700;
  line-height: 1.2em;
  margin: 0 0 0.435em;
}

.post-entry h1 {
  font-size: 68px;
}

.post-entry h2 {
  font-size: 46px;
}

.post-entry h3 {
  font-size: 40px;
}

.post-entry h4 {
  font-size: 30px;
}

.post-entry h5 {
  font-size: 24px;
}

.post-entry h6 {
  font-size: 18px;
}

.post-entry p {
  margin-bottom: 20px;
}

.post-entry p:last-child {
  margin-bottom: 0;
}

.post-entry p strong {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 600;
}

.post-entry ol {
  margin: 0 0 30px;
}

.post-entry ul {
  padding: 0;
  margin: 20px 0 20px;
  padding-left: 20px;
}

.post-entry ol li,
.post-entry ul li {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
  color: var(--text-color);
  margin-bottom: 15px;
}

.post-entry ul li:last-child {
  margin-bottom: 0;
}

.post-entry ul ul,
.post-entry ul ol,
.post-entry ol ol,
.post-entry ol ul {
  margin-top: 20px;
  margin-bottom: 0;
}

.post-entry ul ul li:last-child,
.post-entry ul ol li:last-child,
.post-entry ol ol li:last-child,
.post-entry ol ul li:last-child {
  margin-bottom: 0;
}

.post-entry blockquote {
  background: url("../images/icon-blockquote.svg"), var(--primary-color);
  background-repeat: no-repeat;
  background-position: 35px 25px;
  background-size: 55px;
  border-radius: 30px;
  padding: 30px 30px 30px 100px;
  margin-bottom: 30px;
}

.post-entry blockquote p {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4em;
  color: var(--white-color);
}

.post-entry blockquote p:last-child {
  margin-bottom: 0;
}

.tag-links {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--primary-color);
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.post-tags .tag-links a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1em;
  background: linear-gradient(
    to right,
    var(--accent-color) 0%,
    var(--accent-secondary-color) 50%,
    var(--accent-color) 100%
  );
  background-size: 200% auto;
  color: var(--white-color);
  border-radius: 10px;
  padding: 12px 20px;
  transition: all 0.3s ease-in-out;
}

.post-tags .tag-links a:hover {
  background-position: right center;
}

.post-social-sharing {
  text-align: right;
}

.post-social-sharing ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.post-social-sharing ul li {
  display: inline-block;
  margin-right: 10px;
}

.post-social-sharing ul li:last-child {
  margin-right: 0;
}

.post-social-sharing ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(
    to right,
    var(--accent-color) 0%,
    var(--accent-secondary-color) 50%,
    var(--accent-color) 100%
  );
  background-size: 200% auto;
  color: var(--white-color);
  border-radius: 10px;
  width: 38px;
  height: 38px;
  transition: all 0.3s ease-in-out;
}

.post-social-sharing ul li:hover a {
  background-position: right center;
}

.post-social-sharing ul li a i {
  font-size: 18px;
  color: inherit;
}

/************************************/
/*** 	 23. Projects Page css	  ***/
/************************************/

.page-projects {
  padding: 100px 0 70px;
}

.page-projects .project-item {
  width: 100%;
  height: calc(100% - 30px);
  margin-bottom: 30px;
}

.page-projects .project-item .project-image a,
.page-projects .project-item .project-image figure {
  border-radius: 30px;
  cursor: none;
}

.page-projects .project-item .project-image figure::before {
  background: linear-gradient(
    180deg,
    rgba(85, 202, 225, 0) 58.63%,
    var(--accent-color) 110.88%
  );
  height: 100%;
}

.page-projects .project-item .project-image img {
  aspect-ratio: 1 / 0.99;
}

.page-projects .project-item .project-content {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

/************************************/
/*** 	 24. Project single css	  ***/
/************************************/

.page-project-single {
  padding: 100px 0;
}

.project-detail-list {
  background: var(--secondary-color);
  border-radius: 30px;
  padding: 30px;
  margin-bottom: 60px;
}

.project-deatil-title {
  margin-bottom: 30px;
}

.project-deatil-title h3 {
  font-size: 20px;
}

.project-detail-item {
  display: flex;
  align-items: center;
  background: var(--white-color);
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 25px;
}

.project-detail-item:last-child {
  margin-bottom: 0;
}

.project-detail-item .icon-box {
  height: 60px;
  width: 60px;
  background: linear-gradient(
    to right,
    var(--accent-color) 0%,
    var(--accent-secondary-color) 50%,
    var(--accent-color) 100%
  );
  background-size: 200% auto;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}

.project-detail-item:hover .icon-box {
  background-position: right center;
}

.project-detail-item .icon-box img {
  width: 100%;
  max-width: 30px;
}

.project-detail-content {
  width: calc(100% - 80px);
}

.project-detail-content h3 {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.project-detail-content p {
  text-transform: capitalize;
  margin-bottom: 0;
}

.project-entry {
  margin-bottom: 60px;
}

.project-entry p {
  margin-bottom: 20px;
}

.project-entry p:last-child {
  margin-bottom: 0;
}

.project-entry h2 {
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 20px;
}

.project-entry h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.project-entry ul {
  display: flex;
  gap: 20px 30px;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}

.project-entry ul li {
  width: 100%;
  background: url(../images/icon-check.svg) no-repeat;
  background-position: top left;
  background-size: 24px auto;
  line-height: 1.5em;
  padding-left: 30px;
}

.project-challenge-box,
.project-scope-box {
  margin-top: 60px;
}

.project-video-list-box {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
  align-items: center;
  margin-top: 40px;
}

.project-video-content,
.project-video-box {
  width: calc(50% - 15px);
}

.project-video-image figure {
  display: block;
  border-radius: 30px;
}

.project-video-image figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--primary-color);
  opacity: 30%;
  z-index: 0;
}

.project-video-image img {
  width: 100%;
  aspect-ratio: 1 / 0.856;
  object-fit: cover;
  border-radius: 30px;
}

.project-video-box {
  position: relative;
}

.project-video-box .testimonial-video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.project-scope-box ul li {
  width: calc(50% - 15px);
}

.project-entry-images {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin: 40px 0;
}

.project-entry-image {
  width: calc(50% - 15px);
}

.project-entry-image figure {
  display: block;
  border-radius: 30px;
}

.project-entry-image img {
  width: 100%;
  aspect-ratio: 1 / 0.7;
  object-fit: cover;
  border-radius: 30px;
}

.what-we-list.project-scope-list .what-we-item {
  align-items: start;
}

.what-we-list.project-scope-list .what-we-item .icon-box img {
  max-width: 60px;
}

.what-we-list.project-scope-list .what-we-item .what-we-item-content h3 {
  margin-bottom: 10px;
}

/************************************/
/*** 	  25. Team Page css 	  ***/
/************************************/

.page-team {
  padding: 100px 0 70px;
}

/************************************/
/*** 	 26. Team Single css	  ***/
/************************************/

.page-team-single {
  padding: 100px 0;
}

.team-singe-image {
  margin-bottom: 60px;
}

.team-singe-image figure {
  display: block;
  border-radius: 30px;
}

.team-singe-image img {
  width: 100%;
  aspect-ratio: 1 / 1.236;
  object-fit: cover;
  border-radius: 30px;
}

.team-detail-box {
  background: var(--secondary-color);
  border-radius: 30px;
  padding: 30px;
}

.team-detail-content {
  margin-bottom: 30px;
}

.team-detail-content h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.team-detail-content p {
  margin-bottom: 0;
}

.team-detail-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.team-detail-list li {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-color);
  background: var(--white-color);
  display: flex;
  align-items: center;
  border-radius: 10px;
  margin-bottom: 25px;
  padding: 15px;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  z-index: 0;
}

.team-detail-list li:last-child {
  margin-bottom: 0;
}

.team-detail-list li:hover {
  color: var(--white-color);
}

.team-detail-list ul li::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(
    90.15deg,
    var(--accent-color) 1.15%,
    var(--accent-secondary-color) 98.84%
  );
  transition: all 0.4s ease-in-out;
  z-index: -1;
}

.team-detail-list ul li:hover::before {
  top: 0;
  height: 100%;
}

.team-detail-list li a {
  width: 100%;
  color: inherit;
  display: flex;
  align-items: center;
}

.team-detail-list li img {
  width: 100%;
  max-width: 30px;
  margin-right: 20px;
  transition: all 0.4s ease-in-out;
}

.team-detail-list li:hover img {
  filter: brightness(0) invert(1);
}

.team-member-info .section-title p {
  margin: 0 0 5px;
}

.team-member-detail {
  border-bottom: 1px solid var(--divider-color);
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.team-member-detail p {
  margin-bottom: 20px;
}

.team-member-detail p:last-child {
  margin-bottom: 0;
}

.member-social-list {
  display: flex;
  align-items: center;
  gap: 20px;
}

.member-social-list span {
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-color);
}

.member-social-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.member-social-list ul li {
  display: inline-block;
  margin-right: 15px;
}

.member-social-list ul li a {
  background: linear-gradient(
    90.15deg,
    var(--accent-color) 0,
    var(--accent-secondary-color) 50%,
    var(--accent-color) 100%
  );
  background-size: 200% auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}

.member-social-list ul li a:hover {
  background-position: right center;
}

.member-social-list ul li a i {
  color: var(--white-color);
  font-size: 18px;
}

.team-skills-box,
.team-experience-box,
.team-single-form {
  margin-top: 60px;
}

.team-skills-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.skills-progress-bar {
  width: calc(50% - 15px);
}

.skills-progress-bar .skill-data {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.skills-progress-bar .skill-data .skill-title {
  text-transform: capitalize;
}

.skills-progress-bar .skill-data .skill-no {
  color: var(--primary-color);
}

.skills-progress-bar .skillbar .skill-progress {
  position: relative;
  width: 100%;
  height: 16px;
  background: var(--secondary-color);
  border-radius: 100px;
  overflow: hidden;
}

.skills-progress-bar .skillbar .skill-progress .count-bar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(
    90.15deg,
    var(--accent-color) 1.15%,
    var(--accent-secondary-color) 98.84%
  );
  border-radius: 100px;
}

.team-single-list ul {
  display: flex;
  gap: 25px 30px;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

.team-single-list ul li {
  width: calc(50% - 15px);
  background: url(../images/icon-check.svg) no-repeat;
  background-position: top left;
  background-size: 24px auto;
  line-height: 1.5em;
  padding-left: 30px;
}

.member-contact-form .form-control {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  color: var(--text-color);
  background: transparent;
  border: 1px solid var(--divider-color);
  border-radius: 10px;
  padding: 17px 20px;
  box-shadow: none;
  outline: none;
}

.member-contact-form .form-control::placeholder {
  color: var(--text-color);
}

/************************************/
/*** 	 27. Pricing Page css	  ***/
/************************************/

.page-pricing {
  padding: 100px 0;
}

/************************************/
/*** 	28. Testimonial Page css  ***/
/************************************/

.page-testimonials {
  padding: 100px 0 70px;
}

.page-testimonials .testimonial-item {
  background-color: var(--white-color);
  border: 1px solid var(--divider-color);
  border-radius: 30px;
  padding: 40px;
  box-shadow: 0px 0px 100px 2px #0000000d;
  height: calc(100% - 30px);
  margin-bottom: 30px;
}

.page-testimonials .testimonial-header {
  margin-bottom: 30px;
}

.page-testimonials .testimonial-content p {
  color: var(--text-color);
  font-size: 16px;
}

.page-testimonials .testimonial-body .author-content h3 {
  color: var(--primary-color);
}

.page-testimonials .testimonial-body .author-content p {
  color: var(--text-color);
}

/************************************/
/*** 	 29. Image Gallery css	  ***/
/************************************/

.page-gallery {
  padding: 100px 0 70px;
}

.page-gallery-box .photo-gallery {
  height: calc(100% - 30px);
  margin-bottom: 30px;
}

.page-gallery-box .photo-gallery a {
  cursor: none;
}

.page-gallery-box .photo-gallery figure {
  display: block;
  border-radius: 20px;
}

.page-gallery-box .photo-gallery img {
  width: 100%;
  aspect-ratio: 1 / 0.81;
  object-fit: cover;
  border-radius: 20px;
}

/************************************/
/*** 	30. Video Gallery css     ***/
/************************************/

.page-video-gallery {
  padding: 100px 0 70px;
}

.video-gallery-image {
  overflow: hidden;
  height: calc(100% - 30px);
  margin-bottom: 30px;
}

.video-gallery-image a {
  position: relative;
  display: block;
  cursor: none;
}

.video-gallery-image a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--primary-color);
  border-radius: 20px;
  opacity: 0%;
  visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform: scale(0);
  transition: all 0.4s ease-in-out;
}

.video-gallery-image:hover a::before {
  opacity: 50%;
  visibility: visible;
  transform: scale(1);
}

.video-gallery-image a::after {
  content: "\f04b";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  font-size: 20px;
  background: linear-gradient(
    90.15deg,
    var(--accent-color) 1.15%,
    var(--accent-secondary-color) 98.84%
  );
  color: var(--white-color);
  border-radius: 50%;
  height: 60px;
  width: 60px;
  cursor: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}

.video-gallery-image:hover a::after {
  opacity: 1;
  visibility: visible;
}

.video-gallery-image img {
  width: 100%;
  aspect-ratio: 1 / 0.81;
  object-fit: cover;
  border-radius: 20px;
}

/************************************/
/*** 	  31. FAQs Page css 	  ***/
/************************************/

.page-faqs {
  padding: 100px 0;
}

.page-faqs-accordion {
  margin-bottom: 60px;
}

.page-faqs-accordion:last-child {
  margin-bottom: 0px;
}

/************************************/
/*** 	32. Contact Us Page css   ***/
/************************************/

.page-contact-us {
  padding: 100px 0;
  background: var(--secondary-color);
}

.page-contact-box {
  position: relative;
  padding: 0 120px 120px 120px;
  background: url("../images/contact-box-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  border: 1px solid var(--divider-color);
  box-shadow: 0px 0px 100px 2px #0000000d;
  border-radius: 30px;
  margin-top: 150px;
}

.page-contact-box:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--primary-color);
  opacity: 80%;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.contact-info-list {
  position: relative;
  background: linear-gradient(
    90.15deg,
    var(--accent-color) 1.15%,
    var(--accent-secondary-color) 98.84%
  );
  border-radius: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 100px;
  padding: 60px;
  margin: -150px 0 80px 0;
  z-index: 1;
}

.contact-info-item {
  position: relative;
  width: calc(33.33% - 66.66px);
}

.contact-info-item:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -50px;
  bottom: 0;
  left: auto;
  transform: translateY(-50%);
  background: var(--dark-divider-color);
  width: 1px;
  height: 85%;
}

.contact-info-item:last-child::before,
.contact-info-item:nth-child(3n + 3)::before {
  display: none;
}

.contact-info-item .icon-box {
  position: relative;
  height: 60px;
  width: 60px;
  background: var(--white-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.contact-info-item .icon-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--primary-color);
  border-radius: 50%;
  transform: scale(0);
  transition: all 0.4s ease-in-out;
}

.contact-info-item:hover .icon-box::before {
  transform: scale(1);
}

.contact-info-item .icon-box img {
  position: relative;
  width: 100%;
  max-width: 30px;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.contact-info-item:hover .icon-box img {
  filter: brightness(0) invert(1);
}

.contact-info-content h3 {
  color: var(--white-color);
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.contact-info-content p {
  color: var(--white-color);
  opacity: 80%;
  margin: 0;
}

.contact-info-content p a {
  color: inherit;
  transition: all 0.4s ease-in-out;
}

.contact-info-content p a:hover {
  color: var(--primary-color);
}

.contact-us-form {
  position: relative;
  text-align: center;
  z-index: 1;
}

.member-contact-form.contact-form .form-control {
  background: var(--white-color);
}

.google-map .container-fluid {
  padding: 0;
}

.google-map-iframe,
.google-map-iframe iframe {
  height: 650px;
  width: 100%;
}

.google-map-iframe iframe {
  filter: grayscale(100%);
  transition: all 0.4s ease-in-out;
}

.google-map-iframe iframe:hover {
  filter: grayscale(0%);
}

/************************************/
/*** 	  33. 404 Page css  	  ***/
/************************************/

.error-page {
  padding: 100px 0;
}

.error-page-image {
  text-align: center;
  margin-bottom: 30px;
}

.error-page-image img {
  width: 100%;
  max-width: 50%;
}

.error-page-content {
  text-align: center;
}

.error-page-content .section-title {
  margin-bottom: 20px;
}

/************************************/
/***      34. Responsive css      ***/
/************************************/

@media only screen and (max-width: 991px) {
  .btn-default {
    font-size: 16px;
    padding: 15px 50px 15px 20px;
  }

  .btn-default::before {
    transform: translate(-20px, -50%);
    font-size: 18px;
  }

  .btn-default:hover::before {
    transform: translate(-17px, -50%);
  }

  .topbar-info-text p {
    font-size: 14px;
  }

  .topbar-contact-info {
    margin-right: 15px;
    padding-right: 15px;
  }

  .topbar-contact-info ul li {
    font-size: 14px;
    margin-right: 15px;
  }

  .topbar-contact-info ul li::before {
    right: -12px;
    font-size: 14px;
  }

  .topbar-social-links ul li {
    margin-right: 10px;
  }

  .topbar-social-links ul li a i {
    font-size: 16px;
    margin-right: 5px;
  }

  .navbar {
    padding: 15px 0;
  }

  .main-menu ul li.highlighted-menu {
    display: block;
  }

  .slicknav_nav li,
  .slicknav_nav ul {
    display: block;
  }

  .responsive-menu,
  .navbar-toggle {
    display: block;
  }

  .header-btn {
    display: none;
  }

  .section-row {
    margin-bottom: 40px;
  }

  .section-row .section-title {
    max-width: 100%;
  }

  .section-title {
    margin-bottom: 30px;
  }

  .section-title h3 {
    margin-bottom: 10px;
  }

  .section-title h3::before {
    width: 18px;
    height: 18px;
  }

  .section-title h1 {
    font-size: 50px;
  }

  .section-title h2 {
    font-size: 36px;
  }

  .section-title p {
    margin-top: 10px;
  }

  .section-title-content {
    margin-left: 0;
    margin-top: 15px;
  }

  .section-btn {
    text-align: left;
    margin-top: 15px;
  }

  .hero {
    padding: 100px 0;
  }

  .hero.hero-video {
    padding: 120px 0;
  }

  .hero.hero-slider-layout .hero-slide {
    padding: 120px 0;
  }

  .hero.hero-slider-layout .hero-pagination {
    bottom: 40px;
    padding-left: 15px;
  }

  .hero-content {
    max-width: 100%;
  }

  .hero-content-footer {
    margin-top: 40px;
  }

  .hero-list ul li {
    background-size: 22px auto;
    background-position: left top 2px;
    margin-bottom: 15px;
    padding: 0 0 15px 30px;
  }

  .client-image {
    width: 50px;
    height: 50px;
  }

  .client-image img {
    max-width: 50px;
  }

  .client-image.client-counter h3 {
    font-size: 20px;
  }

  .about-us {
    padding: 50px 0;
  }

  .about-us-image {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .about-img-1 figure,
  .about-img-2 figure,
  .about-img-3 figure,
  .about-img-1 img,
  .about-img-2 img,
  .about-img-3 img {
    border-radius: 20px;
  }

  .about-img-1 img {
    aspect-ratio: 1 / 1.58;
  }

  .about-img-2 img,
  .about-img-3 img {
    aspect-ratio: 1 / 0.92;
  }

  .get-free-security-circle img {
    max-width: 140px;
  }

  .about-us-content {
    margin-left: 0px;
  }

  .about-us-body {
    margin-bottom: 30px;
  }

  .about-footer-list ul li {
    background-size: 20px auto;
    background-position: left top 2px;
    padding-left: 25px;
    margin-bottom: 15px;
  }

  .about-contact-btn {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .about-contact-btn .icon-box {
    height: 40px;
    width: 40px;
  }

  .about-contact-btn .icon-box img {
    max-width: 22px;
  }

  .about-footer-btn-content {
    width: calc(100% - 50px);
  }

  .our-services {
    padding: 50px 0 20px;
  }

  .service-item {
    border-radius: 20px;
    padding: 30px;
  }

  .service-item .icon-box {
    margin-bottom: 60px;
  }

  .service-item .icon-box img {
    max-width: 60px;
  }

  .our-feature {
    padding: 50px 0;
  }

  .our-feature-images {
    margin-bottom: 30px;
  }

  .feature-image figure {
    border-radius: 20px;
  }

  .feature-image img {
    aspect-ratio: 1 / 0.48;
    border-radius: 20px;
  }

  .company-experience-info .feature-image img {
    aspect-ratio: 1 / 0.54;
  }

  .company-experience-box {
    border-radius: 20px;
    padding: 25px 20px;
  }

  .company-experience-content {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .company-experience-content h2 {
    font-size: 45px;
    margin-bottom: 5px;
  }

  .our-feature-content {
    margin: 0;
  }

  .ferature-list-item {
    margin-bottom: 30px;
  }

  .ferature-list-item .icon-box {
    height: 50px;
    width: 50px;
    margin-right: 15px;
  }

  .ferature-list-item .icon-box img {
    max-width: 25px;
  }

  .ferature-list-content {
    width: calc(100% - 65px);
  }

  .our-projects {
    padding: 50px 0;
  }

  .projects-list {
    border-radius: 20px;
  }

  .project-item {
    width: 50%;
  }

  .project-item:nth-child(-4n + 4) {
    border-radius: 0;
  }

  .project-item:nth-child(-2n + 2) {
    border-radius: 0 20px 0 0;
  }

  .project-item:last-child {
    border-radius: 0 0 20px 0;
  }

  .project-image img {
    aspect-ratio: 1 / 1.05;
  }

  .project-content p {
    margin-bottom: 15px;
  }

  .section-footer-text {
    max-width: 100%;
    margin: 30px auto 0;
  }

  .why-choose-us {
    padding: 50px 0;
  }

  .why-choose-image {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .why-choose-image figure,
  .why-choose-image img {
    border-radius: 20px;
  }

  .why-choose-image img {
    aspect-ratio: 1 / 0.75;
  }

  .why-choose-item {
    padding: 20px 25px;
    border-radius: 20px;
    margin-bottom: 30px;
  }

  .why-choose-item .icon-box {
    margin-right: 20px;
  }

  .why-choose-item .icon-box img {
    max-width: 60px;
  }

  .why-choose-item-content {
    width: calc(100% - 80px);
  }

  .why-choose-item-content h3 {
    margin-bottom: 5px;
  }

  .why-choose-counter-list {
    margin-top: 40px;
    padding-top: 40px;
  }

  .why-choose-counter-item .icon-box img {
    max-width: 50px;
  }

  .why-choose-counter-content h3 {
    font-size: 36px;
  }

  .why-choose-counter-content p {
    font-size: 16px;
  }

  .our-security {
    padding: 50px 0;
  }

  .security-content-box {
    margin-bottom: 30px;
  }

  .security-content-item {
    margin-bottom: 30px;
  }

  .security-content-item h3 {
    margin-bottom: 10px;
  }

  .our-security-image-content {
    display: flex;
    flex-direction: column;
  }

  .security-image {
    margin: 30px 0 0 0;
  }

  .security-image figure {
    border-radius: 20px;
  }

  .security-image img {
    aspect-ratio: 1 / 0.45;
    border-radius: 20px;
  }

  .security-list {
    margin-top: 40px;
    padding-top: 40px;
  }

  .security-list-item {
    width: calc(50% - 15px);
    background-size: 20px auto;
    background-position: top 2px left;
    padding-left: 30px;
  }

  .security-list-item h3 {
    margin-bottom: 10px;
  }

  .our-pricing {
    padding: 50px 0;
  }

  .pricing-item {
    border-radius: 20px;
  }

  .pricing-header {
    padding: 20px;
  }

  .pricing-header h3 {
    margin-bottom: 10px;
  }

  .pricing-header h2 {
    font-size: 36px;
    margin-bottom: 10px;
  }

  .pricing-header h2 sup {
    font-size: 18px;
    top: -7px;
  }

  .pricing-header .icon-box {
    top: -10px;
    right: -25px;
  }

  .pricing-header .icon-box img {
    max-width: 80px;
  }

  .pricing-body {
    padding: 20px;
  }

  .pricing-list {
    margin-bottom: 30px;
  }

  .pricing-list ul li {
    background-size: 20px auto;
    background-position: top 2px left;
    margin-bottom: 15px;
    padding-left: 25px;
  }

  .pricing-benefit-list {
    margin-top: 10px;
  }

  .pricing-benefit-list ul {
    gap: 15px 30px;
  }

  .pricing-benefit-list ul li img {
    max-width: 18px;
    margin-right: 10px;
  }

  .our-testimonials {
    padding: 50px 0;
  }

  .testimonial-box,
  .testimonial-box::before {
    border-radius: 20px;
  }

  .testimonial-box {
    padding: 60px 30px 40px;
  }

  .testimonial-video-button,
  .testimonial-slider-box {
    width: 100%;
  }

  .testimonial-video-button a {
    width: 60px;
    height: 60px;
  }

  .testimonial-video-button a:before,
  .testimonial-video-button a:after {
    top: -33%;
    left: -33%;
  }

  .testimonial-video-button a i {
    font-size: 26px;
  }

  .testimonial-slider {
    margin-top: 0;
    padding: 40px;
    border-radius: 20px;
  }

  .testimonial-header {
    margin-bottom: 30px;
  }

  .testimonial-content {
    margin-bottom: 20px;
  }

  .testimonial-content p {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .testimonial-contact-info {
    margin-top: 30px;
    padding: 0;
  }

  .testimonial-contact-box .icon-box {
    height: 50px;
    width: 50px;
    margin-right: 15px;
  }

  .testimonial-contact-box .icon-box img {
    max-width: 26px;
  }

  .testimonial-contact-content {
    width: calc(100% - 65px);
  }

  .our-team {
    padding: 50px 0 0;
  }

  .team-image:before,
  .team-image a,
  .team-image a figure,
  .team-image figure:before {
    border-radius: 20px;
  }

  .team-image a img {
    aspect-ratio: 1 / 1.1;
  }

  .team-social-icon {
    left: 20px;
    right: 20px;
  }

  .team-content {
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .cta-box-section {
    padding: 25px 0 50px;
  }

  .cta-box {
    border-radius: 20px;
    padding: 30px;
  }

  .cta-box-content,
  .cta-box-image {
    width: 100%;
  }

  .cta-contact-item .icon-box {
    margin-right: 15px;
  }

  .cta-contact-item .icon-box img {
    max-width: 40px;
  }

  .cta-contact-content {
    width: calc(100% - 55px);
  }

  .cta-contact-info:before {
    width: 110px;
    height: 80px;
  }

  .cta-box-image figure {
    border-radius: 20px;
  }

  .cta-box-image img {
    aspect-ratio: 1 / 0.55;
    border-radius: 20px;
  }

  .our-faqs {
    padding: 50px 0;
  }

  .faq-content {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .faq-image figure,
  .faq-image img {
    border-radius: 20px;
  }

  .faq-accordion .accordion-item::before,
  .faq-accordion .accordion-item {
    border-radius: 10px;
  }

  .faq-accordion .accordion-header .accordion-button {
    padding: 20px 45px 20px 20px;
  }

  .faq-accordion .accordion-item .accordion-button::after,
  .faq-accordion .accordion-item .accordion-button.collapsed::after {
    right: 20px;
  }

  .faq-accordion .accordion-body {
    padding: 15px 45px 20px 20px;
  }

  .our-blog {
    padding: 50px 0 20px;
  }

  .post-featured-image a {
    border-radius: 20px;
  }

  .post-featured-image img {
    aspect-ratio: 1 / 0.85;
  }

  .post-item-content {
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .post-item-btn a {
    height: 36px;
    width: 36px;
  }

  .main-footer {
    padding: 40px 0 0 0;
  }

  .footer-header {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .footer-logo img {
    max-width: 183px;
  }

  .footer-newsletter-form {
    margin: 0 0 30px 0;
  }

  .footer-quick-links,
  .footer-links {
    margin: 0 0 30px 0;
  }

  .footer-links ul {
    flex-wrap: wrap;
  }

  .footer-links ul li {
    padding: 0 5px;
    margin-bottom: 0px;
  }

  .footer-links h3 {
    margin-bottom: 15px;
  }

  .footer-links p {
    margin-bottom: 20px;
  }

  .footer-newsletter-form .form-group .form-control {
    width: calc(100% - 60px);
    padding: 10px 20px;
  }

  .footer-newsletter-form .form-group .newsletter-btn {
    width: 50px;
    height: 50px;
  }

  .footer-newsletter-form .form-group .newsletter-btn i {
    font-size: 24px;
  }

  .footer-copyright {
    margin-top: 0;
    padding: 30px 0;
  }

  .page-header {
    padding: 80px 0;
  }

  .page-header-box h1 {
    font-size: 50px;
  }

  .our-approach {
    padding: 50px 0;
  }

  .our-approach-content {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .mission-vision-item {
    padding: 20px;
    border-radius: 20px;
  }

  .mission-vision-item .icon-box {
    margin-right: 20px;
  }

  .mission-vision-item .icon-box img {
    max-width: 60px;
  }

  .mission-vision-content {
    width: calc(100% - 80px);
  }

  .mission-vision-content h3 {
    margin-bottom: 5px;
  }

  .our-approach-image figure,
  .our-approach-image img {
    border-radius: 20px;
  }

  .our-approach-image img {
    aspect-ratio: 1 / 0.7;
  }

  .what-we-do {
    padding: 50px 0;
  }

  .what-we-do-image {
    max-width: 80%;
    margin: 0 auto;
    padding: 0 80px 90px 0;
    margin-bottom: 30px;
  }

  .what-we-do-img-1 figure,
  .what-we-do-img-2 figure,
  .what-we-do-img-1 img,
  .what-we-do-img-2 img {
    border-radius: 20px;
  }

  .what-we-do-img-1::before {
    border-radius: 20px;
  }

  .company-experience-box.what-we-do-circle {
    width: 140px;
    height: 140px;
    top: 100px;
  }

  .company-experience-box.what-we-do-circle h2 {
    font-size: 32px;
  }

  .company-experience-box.what-we-do-circle p {
    font-size: 14px;
  }

  .what-we-do-body {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .what-we-list {
    gap: 20px;
  }

  .what-we-item {
    width: calc(50% - 10px);
  }

  .what-we-do-body ul li {
    background-size: 20px auto;
    background-position: left top 2px;
    padding-left: 25px;
    margin-bottom: 15px;
  }

  .what-we-item .icon-box {
    margin-right: 15px;
  }

  .what-we-item .icon-box img {
    max-width: 40px;
  }

  .what-we-item-content {
    width: calc(100% - 55px);
  }

  .how-it-work {
    padding: 50px 0 !important;
  }

  .how-it-work-content {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .work-step-item {
    margin-bottom: 30px;
  }

  .work-step-item .work-step-no {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }

  .work-step-no h3 {
    font-size: 22px;
  }

  .work-step-item::before {
    transform: translate(25px, 45px);
  }

  .work-step-content {
    width: calc(100% - 65px);
  }

  .work-step-content h3 {
    margin-bottom: 10px;
  }

  .how-it-work-img-1 img {
    aspect-ratio: 1 / 0.85;
  }

  .how-it-work-img-1 figure,
  .how-it-work-img-1 img,
  .how-it-work-img-2 {
    border-radius: 20px;
  }

  .our-benefits {
    padding: 50px 0;
  }

  .our-benefit-image {
    height: auto;
    margin: 0 15px;
    margin-bottom: 30px;
  }

  .benefit-img-1,
  .benefit-img-1 figure,
  .benefit-img-1 img {
    height: auto;
    border-radius: 20px;
  }

  .benefit-img-1 img {
    aspect-ratio: 1 / 0.98;
  }

  .benefit-img-2 {
    max-width: 280px;
    border-radius: 20px;
    right: 0;
  }

  .contact-us-circle {
    top: 40px;
    right: 15px;
  }

  .contact-us-circle img {
    max-width: 140px;
  }

  .our-benefit-content {
    padding: 0 15px;
  }

  .our-benefit-body {
    gap: 20px;
    margin-bottom: 30px;
  }

  .benefit-body-item {
    width: calc(50% - 10px);
    padding: 12px 15px;
  }

  .benefit-body-item .icon-box {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }

  .benefit-body-item .icon-box img {
    max-width: 25px;
  }

  .benefit-body-item-content {
    width: calc(100% - 60px);
  }

  .benefit-footer-btn,
  .benefit-footer-list {
    width: 100%;
  }

  .benefit-footer-list ul li {
    background-size: 20px auto;
    background-position: left top 2px;
    padding-left: 25px;
    margin-bottom: 10px;
  }

  .our-services.page-services {
    padding: 50px 0 20px;
  }

  .page-service-single {
    padding: 50px 0;
  }

  .page-single-sidebar {
    position: initial;
    margin: 0 0 30px 0;
  }

  .page-catagery-list {
    border-radius: 20px;
    margin-bottom: 30px;
  }

  .page-catagery-list h3 {
    margin-bottom: 20px;
  }

  .page-catagery-list ul li a {
    padding: 12px 40px 12px 15px;
  }

  .page-catagery-list ul li a::before {
    font-size: 22px;
    width: 22px;
    height: 22px;
  }

  .sidebar-cta-box {
    border-radius: 20px;
    padding: 30px;
  }

  .sidebar-cta-logo {
    margin-bottom: 15px;
  }

  .sidebar-cta-logo img {
    max-width: 183px;
  }

  .sidebar-cta-contact {
    margin-top: 20px;
    padding-top: 20px;
  }

  .page-single-slider {
    margin-bottom: 30px;
  }

  .page-single-slider .swiper-slide figure {
    border-radius: 20px;
  }

  .page-single-slider .swiper-slide img {
    aspect-ratio: 1 / 0.57;
    border-radius: 20px;
  }

  .service-entry {
    margin-bottom: 30px;
  }

  .service-entry h2 {
    font-size: 36px;
    margin-bottom: 15px;
  }

  .service-entry p {
    margin-bottom: 15px;
  }

  .service-entry ul li {
    background-size: 20px auto;
    background-position: top 2px left;
    margin-bottom: 15px;
    padding-left: 25px;
  }

  .service-why-choose-box,
  .service-entry-feature-box {
    margin-top: 30px;
  }

  .our-benefit-body.service-why-choose-list {
    margin: 30px 0;
  }

  .our-benefit-body.service-why-choose-list .benefit-body-item {
    padding: 15px;
  }

  .service-feature-list {
    gap: 30px;
    margin: 30px 0;
  }

  .service-feature-item {
    width: calc(33.33% - 20px);
  }

  .service-feature-item::before {
    right: -15px;
  }

  .service-feature-box .icon-box {
    margin-right: 10px;
  }

  .service-feature-box .icon-box img {
    max-width: 45px;
  }

  .service-feature-title {
    width: calc(100% - 55px);
  }

  .service-entry-image figure {
    border-radius: 20px;
  }

  .service-entry-image img {
    border-radius: 20px;
  }

  .page-blog {
    padding: 50px 0;
  }

  .page-pagination {
    margin-top: 10px;
  }

  .page-single-post {
    padding: 50px 0;
  }

  .post-image {
    margin-bottom: 20px;
  }

  .post-image figure,
  .post-image img {
    border-radius: 20px;
  }

  .post-entry h1,
  .post-entry h2,
  .post-entry h3,
  .post-entry h4,
  .post-entry h5,
  .post-entry h6 {
    margin: 0 0 0.417em;
  }

  .post-entry h2 {
    font-size: 36px;
  }

  .post-entry p {
    margin-bottom: 15px;
  }

  .post-entry ul li {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .post-entry blockquote {
    background-position: 25px 25px;
    background-size: 50px;
    padding: 25px 25px 25px 85px;
    border-radius: 20px;
    margin-bottom: 20px;
  }

  .post-entry blockquote p {
    font-size: 18px;
  }

  .post-tags {
    margin-bottom: 20px;
  }

  .post-tags .tag-links a {
    padding: 12px 15px;
  }

  .post-social-sharing ul {
    text-align: left;
  }

  .page-projects {
    padding: 50px 0 20px;
  }

  .page-projects .project-item .project-image a,
  .page-projects .project-item .project-image figure {
    border-radius: 20px;
  }

  .page-project-single {
    padding: 50px 0;
  }

  .project-detail-list {
    border-radius: 20px;
    margin-bottom: 30px;
  }

  .project-deatil-title {
    margin-bottom: 20px;
  }

  .project-detail-item .icon-box {
    height: 50px;
    width: 50px;
    margin-right: 15px;
  }

  .project-detail-item .icon-box img {
    max-width: 25px;
  }

  .project-detail-content {
    width: calc(100% - 65px);
  }

  .project-entry {
    margin-bottom: 30px;
  }

  .project-entry h2 {
    font-size: 36px;
    margin-bottom: 15px;
  }

  .project-entry p {
    margin-bottom: 15px;
  }

  .project-challenge-box,
  .project-scope-box {
    margin-top: 30px;
  }

  .project-entry h3 {
    margin-bottom: 15px;
  }

  .project-entry ul {
    gap: 15px 20px;
  }

  .project-entry ul li {
    background-position: top 2px left;
    background-size: 20px auto;
    padding-left: 25px;
  }

  .project-video-list-box {
    margin-top: 30px;
  }

  .project-video-image figure,
  .project-video-image img {
    border-radius: 20px;
  }

  .project-scope-box ul li {
    width: calc(50% - 10px);
  }

  .project-entry-images {
    margin: 30px 0;
  }

  .project-entry-image figure {
    border-radius: 20px;
  }

  .project-entry-image img {
    aspect-ratio: 1 / 0.65;
    border-radius: 20px;
  }

  .what-we-list.project-scope-list .what-we-item .icon-box img {
    max-width: 50px;
  }

  .page-team {
    padding: 50px 0 20px;
  }

  .page-team-single {
    padding: 50px 0;
  }

  .team-singe-image {
    margin-bottom: 30px;
  }

  .team-singe-image figure {
    border-radius: 20px;
  }

  .team-singe-image img {
    aspect-ratio: 1 / 0.8;
    border-radius: 20px;
  }

  .team-detail-box {
    border-radius: 20px;
    padding: 20px;
  }

  .team-detail-content {
    margin-bottom: 20px;
  }

  .team-detail-content h3 {
    margin-bottom: 10px;
  }

  .team-detail-list li {
    margin-bottom: 20px;
    font-size: 18px;
    padding: 10px;
  }

  .team-detail-list li img {
    max-width: 26px;
    margin-right: 15px;
  }

  .team-member-detail {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .team-member-detail p {
    margin-bottom: 15px;
  }

  .team-skills-box,
  .team-experience-box,
  .team-single-form {
    margin-top: 30px;
  }

  .team-single-list ul {
    gap: 20px;
  }

  .team-single-list ul li {
    width: calc(50% - 10px);
    background-size: 22px auto;
    padding-left: 25px;
  }

  .member-contact-form .form-control {
    padding: 12px 15px;
  }

  .page-pricing {
    padding: 50px 0;
  }

  .page-testimonials {
    padding: 50px 0 20px;
  }

  .page-testimonials .testimonial-item {
    border-radius: 20px;
    padding: 30px;
  }

  .page-testimonials .testimonial-header {
    margin-bottom: 20px;
  }

  .page-gallery {
    padding: 50px 0 20px;
  }

  .page-video-gallery {
    padding: 50px 0 20px;
  }

  .page-faqs {
    padding: 50px 0;
  }

  .page-faqs-accordion {
    margin-bottom: 40px;
  }

  .page-contact-us {
    padding: 50px 0;
  }

  .page-contact-us .section-row .section-title {
    max-width: 100%;
  }

  .page-contact-box {
    padding: 0 30px 60px 30px;
    margin-top: 90px;
    border-radius: 20px;
  }

  .page-contact-box:before {
    border-radius: 20px;
  }

  .contact-info-list {
    gap: 20px;
    border-radius: 20px;
    padding: 20px;
    margin: -90px 0 30px 0;
  }

  .contact-info-item {
    width: calc(33.33% - 13.33px);
  }

  .contact-info-item:before {
    right: -10px;
  }

  .contact-info-item .icon-box {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
  }

  .contact-info-item .icon-box img {
    max-width: 25px;
  }

  .contact-info-content h3 {
    margin-bottom: 10px;
  }

  .contact-info-content p {
    font-size: 14px;
  }

  .google-map-iframe,
  .google-map-iframe iframe {
    height: 500px;
  }

  .error-page {
    padding: 50px 0;
  }

  .error-page-image {
    margin-bottom: 20px;
  }

  .error-page-image img {
    max-width: 80%;
  }

  .error-page-content .section-title {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .topbar-info-text {
    display: none;
  }

  .topbar-links {
    justify-content: center;
  }

  .section-row {
    margin-bottom: 30px;
  }

  .section-title h1 {
    font-size: 30px;
  }

  .section-title h2 {
    font-size: 26px;
  }

  .hero-content-body {
    gap: 20px;
  }

  .about-us-image {
    gap: 20px;
  }

  .about-image-box {
    width: calc(50% - 10px);
  }

  .about-img-1 {
    margin-top: 50px;
  }

  .about-img-2 {
    margin-bottom: 20px;
  }

  .get-free-security-circle img {
    max-width: 100px;
  }

  .about-us-body {
    align-items: inherit;
    border-radius: 20px;
    margin-left: 0px;
    padding-right: 0px;
    overflow: hidden;
  }

  .about-us-body-img {
    display: block;
    width: auto;
    height: auto;
    clip-path: none;
    margin-right: 0px;
    margin-left: 0;
  }

  .about-us-body-img figure {
    width: 100%;
    height: 100%;
    clip-path: none;
  }

  .about-us-body-img img {
    width: 130px;
    height: 100%;
  }

  .about-us-body-content {
    width: calc(100% - 130px);
    height: 100%;
    padding: 12px;
  }

  .about-us-body-content h3 {
    font-size: 16px;
  }

  .about-us-body-content p {
    font-size: 14px;
  }

  .about-footer-list,
  .about-footer-content {
    width: 100%;
  }

  .about-footer-list ul li {
    margin-bottom: 10px;
  }

  .about-footer-btn-content h3 {
    font-size: 18px;
  }

  .service-item {
    padding: 20px;
  }

  .service-item .icon-box {
    margin-bottom: 30px;
  }

  .service-item .icon-box img {
    max-width: 40px;
  }

  .service-title h3 {
    font-size: 18px;
  }

  .service-btn a {
    height: 35px;
    width: 35px;
  }

  .service-btn a i {
    font-size: 16px;
  }

  .feature-image img {
    aspect-ratio: 1 / 0.6;
  }

  .company-experience-info {
    flex-wrap: wrap;
  }

  .company-experience-info .feature-image {
    width: 100%;
  }

  .company-experience-info .feature-image img {
    aspect-ratio: 1 / 0.58;
  }

  .company-experience-box {
    width: 100%;
    margin-top: 30px;
  }

  .company-experience-content h2 {
    font-size: 30px;
  }

  .ferature-list-content h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .project-item {
    width: 100%;
  }

  .project-item:nth-child(-2n + 2) {
    border-radius: 0;
  }

  .project-item:first-child {
    border-radius: 20px 20px 0 0;
  }

  .project-item:last-child {
    border-radius: 0 0 20px 20px;
  }

  .project-content {
    right: 20px;
    left: 20px;
    bottom: 20px;
  }

  .project-content h3 {
    font-size: 18px;
  }

  .why-choose-item {
    padding: 20px;
  }

  .why-choose-item .icon-box {
    margin-right: 10px;
  }

  .why-choose-item .icon-box img {
    max-width: 50px;
  }

  .why-choose-item-content {
    width: calc(100% - 60px);
  }

  .why-choose-item-content h3 {
    font-size: 18px;
  }

  .why-choose-counter-list {
    margin-top: 30px;
    padding-top: 30px;
    gap: 30px;
  }

  .why-choose-counter-item {
    width: calc(50% - 15px);
  }

  .why-choose-counter-item .icon-box {
    margin-bottom: 10px;
  }

  .why-choose-counter-item .icon-box img {
    max-width: 40px;
  }

  .why-choose-counter-content h3 {
    font-size: 26px;
    margin-bottom: 5px;
  }

  .why-choose-counter-item:after {
    right: -15px;
  }

  .why-choose-counter-item:nth-child(2n + 2)::after {
    display: none;
  }

  .security-content-item h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .security-image img {
    aspect-ratio: 1 / 0.6;
  }

  .security-list {
    margin-top: 20px;
    padding-top: 20px;
  }

  .security-list-item {
    width: 100%;
  }

  .security-list-item h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .pricing-header h3 {
    font-size: 18px;
  }

  .pricing-header h2 {
    font-size: 26px;
  }

  .pricing-header h2 sup {
    font-size: 16px;
    top: -3px;
  }

  .pricing-header h2 sub {
    font-size: 14px;
  }

  .pricing-header .icon-box {
    top: -5px;
    right: -15px;
  }

  .pricing-header .icon-box img {
    max-width: 60px;
  }

  .pricing-benefit-list ul {
    gap: 15px;
  }

  .pricing-benefit-list ul li {
    width: calc(50% - 7.5px);
    font-size: 12px;
  }

  .pricing-benefit-list ul li img {
    max-width: 16px;
    margin-right: 5px;
  }

  .testimonial-box {
    padding: 50px 20px 30px;
  }

  .testimonial-video-button h3 {
    font-size: 16px;
  }

  .testimonial-slider {
    padding: 20px;
  }

  .testimonial-company-logo img {
    max-width: 130px;
  }

  .testimonial-header {
    margin-bottom: 20px;
  }

  .testimonial-content p {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .author-image {
    margin-right: 10px;
  }

  .author-content {
    width: calc(100% - 60px);
  }

  .author-content h3 {
    font-size: 18px;
  }

  .testimonial-btn {
    position: relative;
    bottom: 0;
    justify-content: center;
    margin-top: 20px;
  }

  .testimonial-slider .testimonial-button-next {
    margin-left: 10px;
  }

  .testimonial-contact-box,
  .testimonial-contact-btn {
    width: 100%;
    text-align: start;
  }

  .testimonial-contact-content p {
    font-size: 14px;
  }

  .team-content h3 {
    font-size: 18px;
  }

  .cta-box {
    padding: 20px;
  }

  .cta-contact-info:before {
    width: 80px;
    height: 70px;
    opacity: 60%;
    bottom: 0;
    right: 3px;
    transform: rotate(198deg);
  }

  @keyframes ctamovearrow {
    50% {
      right: -15px;
    }
  }

  .cta-contact-item {
    border-bottom: 1px solid var(--dark-divider-color);
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    border-right: none;
  }

  .cta-contact-content h3 {
    font-size: 18px;
  }

  .cta-contact-item .icon-box {
    margin-right: 10px;
  }

  .cta-contact-item .icon-box img {
    max-width: 35px;
  }

  .cta-contact-content {
    width: calc(100% - 45px);
  }

  .cta-box-image img {
    aspect-ratio: 1 / 0.65;
  }

  .faq-accordion .accordion-header .accordion-button {
    font-size: 18px;
    padding: 14px 40px 14px 14px;
  }

  .faq-accordion .accordion-item .accordion-button::after,
  .faq-accordion .accordion-item .accordion-button.collapsed::after {
    font-size: 18px;
    right: 14px;
  }

  .faq-accordion .accordion-body {
    padding: 10px 14px 14px;
  }

  .post-item-body h2 {
    font-size: 18px;
  }

  .footer-header {
    display: block;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .footer-logo {
    margin-bottom: 20px;
  }

  .footer-social-links ul li {
    margin-right: 10px;
  }

  .footer-links h3 {
    font-size: 18px;
  }

  .footer-copyright {
    padding: 15px 0;
  }

  .page-header-box h1 {
    font-size: 30px;
  }

  .mission-vision-item .icon-box {
    margin-right: 10px;
  }

  .mission-vision-item .icon-box img {
    max-width: 40px;
  }

  .mission-vision-content {
    width: calc(100% - 50px);
  }

  .mission-vision-content h3 {
    font-size: 18px;
  }

  .mission-vision-content p {
    font-size: 14px;
  }

  .our-approach-image img {
    aspect-ratio: 1 / 0.86;
  }

  .what-we-do-image {
    max-width: 100%;
    padding: 0 40px 60px 0;
  }

  .what-we-do-img-1::before {
    top: 10px;
    left: 10px;
  }

  .what-we-do-img-2 {
    max-width: 170px;
  }

  .company-experience-box.what-we-do-circle {
    width: 110px;
    height: 110px;
    top: 30px;
    padding: 10px;
  }

  .company-experience-box.what-we-do-circle h2 {
    font-size: 24px;
    margin-bottom: 5px;
  }

  .company-experience-box.what-we-do-circle p {
    font-size: 12px;
  }

  .what-we-item {
    width: 100%;
  }

  .what-we-item-content h3 {
    font-size: 18px;
  }

  .work-step-item {
    margin-bottom: 20px;
  }

  .work-step-item::before {
    transform: translate(22px, 45px);
  }

  .work-step-item .work-step-no {
    width: 45px;
    height: 45px;
    margin-right: 10px;
  }

  .work-step-no h3 {
    font-size: 20px;
  }

  .work-step-content {
    width: calc(100% - 55px);
  }

  .work-step-content h3 {
    font-size: 18px;
  }

  .work-step-content p {
    font-size: 14px;
  }

  .how-it-work-image {
    padding-left: 40px;
  }

  .how-it-work-img-1 img {
    aspect-ratio: 1 / 1.1;
  }

  .how-it-work-img-2 {
    max-width: 180px;
    border-width: 5px;
  }

  .our-benefit-image {
    padding-right: 50px;
  }

  .benefit-img-1 img {
    aspect-ratio: 1 / 1.1;
  }

  .benefit-img-2 {
    max-width: 160px;
    border-width: 5px;
    bottom: 20px;
  }

  .benefit-img-2 img {
    aspect-ratio: 1 / 1.1;
  }

  .contact-us-circle {
    top: 20px;
  }

  .contact-us-circle img {
    max-width: 80px;
  }

  .benefit-body-item {
    width: 100%;
  }

  .benefit-body-item-content h3 {
    font-size: 18px;
  }

  .page-catagery-list,
  .sidebar-cta-box {
    padding: 20px;
  }

  .page-catagery-list h3 {
    font-size: 18px;
  }

  .sidebar-cta-contact-content h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .page-single-slider {
    margin-bottom: 20px;
  }

  .page-single-slider .swiper-slide img {
    aspect-ratio: 1 / 0.79;
  }

  .service-entry h2 {
    font-size: 26px;
  }

  .service-entry ul li {
    margin-bottom: 10px;
  }

  .service-feature-item {
    width: 100%;
  }

  .service-feature-item::before {
    top: auto;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 100%;
  }

  .service-feature-box {
    margin-bottom: 10px;
  }

  .service-feature-box .icon-box img {
    max-width: 40px;
  }

  .service-feature-title {
    width: calc(100% - 50px);
  }

  .service-feature-title h3 {
    font-size: 18px;
  }

  .service-entry-image-list {
    gap: 20px;
  }

  .service-entry-image,
  .service-entry-list-content {
    width: 100%;
  }

  .service-entry-image img {
    aspect-ratio: 1 / 0.68;
  }

  .post-image img {
    aspect-ratio: 1 / 0.7;
  }

  .post-entry blockquote {
    background-position: 15px 12px;
    padding: 60px 15px 15px 15px;
  }

  .post-entry h2 {
    font-size: 26px;
  }

  .tag-links {
    font-size: 18px;
  }

  .project-detail-list {
    padding: 20px;
  }

  .project-deatil-title h3 {
    font-size: 18px;
  }

  .project-detail-item {
    padding: 10px;
    margin-bottom: 20px;
  }

  .project-detail-content h3 {
    font-size: 18px;
  }

  .project-entry h2 {
    font-size: 26px;
  }

  .project-video-content,
  .project-video-box {
    width: 100%;
  }

  .project-scope-box ul li {
    width: 100%;
  }

  .project-entry-images {
    gap: 20px;
  }

  .project-entry-image {
    width: 100%;
  }

  .what-we-list.project-scope-list .what-we-item .icon-box img {
    max-width: 40px;
  }

  .what-we-list.project-scope-list .what-we-item .what-we-item-content h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .team-singe-image img {
    aspect-ratio: 1 / 1.03;
  }

  .team-detail-content h3 {
    font-size: 18px;
  }

  .team-member-info .section-title {
    margin-bottom: 20px;
  }

  .team-member-detail {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .member-social-list span {
    font-size: 18px;
  }

  .member-social-list ul li {
    margin-right: 10px;
  }

  .team-skills-list {
    gap: 20px;
  }

  .skills-progress-bar {
    width: 100%;
  }

  .team-single-list ul li {
    width: 100%;
  }

  .page-testimonials .testimonial-item {
    padding: 20px;
  }

  .page-contact-box {
    padding: 0 20px 30px 20px;
    margin-top: 50px;
  }

  .contact-info-list {
    gap: 30px;
    margin: -50px 0 30px 0;
  }

  .contact-info-item {
    width: 100%;
  }

  .contact-info-item:before {
    top: auto;
    right: 0;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 1px;
  }

  .contact-info-item:nth-child(3n + 3)::before {
    display: block;
  }

  .contact-info-item:last-child::before {
    display: none;
  }

  .contact-info-item .icon-box {
    margin-bottom: 15px;
  }

  .contact-info-content h3 {
    font-size: 18px;
  }

  .google-map-iframe,
  .google-map-iframe iframe {
    height: 350px;
  }
}

img.logo {
  height: 50px;
}

/************************************/
/*********** Mega Menu CSS **********/
/************************************/

.rbt-header .mainmenu li.with-megamenu .rbt-megamenu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  visibility: hidden;
  clip: rect(0px, 200vw, 0, 0px);
  opacity: 0;
  transform: translateZ(0);
  transition: opacity 0.4s linear, clip 0.6s linear, visibility 0s 0.4s;
  width: 100%;
  padding: 0 7px;
  border-radius: 0 0 10px 10px;

  &.grid-item-3 {
    width: 1000px;
    margin: 0 auto;
  }

  &.grid-item-4 {
    width: 1320px;
    margin: 0 auto;
  }

  .wrapper {
    border-radius: 0 0 10px 10px;
    background-color: white;
    box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
    padding: 25px;
    overflow: hidden;
    border-top: 1px solid #e6e3f14f;
  }

  
}

.rbt-megamenu {
.service-card-6 {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #e6e3f1;
    border-radius: 10px;
    transition: 256ms ease-in-out;

    &:hover {
      box-shadow: 0 13px 48px 0 rgba(215, 216, 222, 0.44);
    }

    .top-area {
      z-index: 0;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 40px;
      min-width: 100%;
      overflow: hidden;
    }

    .inner {
      position: relative;
      z-index: 1;
      height: 100%;
      padding: 20px 25px;
      text-align: left;

      h5 a {
        padding: 0 !important;
      }

      .icon {
        position: relative;
        display: inline-block;
        width: 40px;
        height: 40px;
        padding: 5px;
        border-radius: 5px;
        background-color: white;
        border: 3px solid white;

        img {
          max-height: 60px;
        }
      }

      .content {
        padding-top: 10px;

        h5 {
          font-size: 17px;
        }

        .description {
          margin-bottom: 0;
          font-weight: 400;
          font-size: 14px;
          line-height: 22px;
        }

        .social-share {
          display: flex;
          flex-wrap: wrap;
          justify-content: flex-start;
          gap: 15px;
          margin: 0.5rem 0;

          a {
            color: var(--text-color) !important;
            font-size: 14px !important;
            padding: 0 !important;

            :hover {
              color: var(--primary-color);
            }
          }
        }
      }
    }
  }
}



.mainmenu li.with-megamenu {
  &:hover .rbt-megamenu {
    visibility: visible;
    opacity: 1;
    clip: rect(0px, 100vw, 200vh, -30px);
    transition: clip 0.6s linear, opacity 0.4s linear;
  }
}

.service-card-7 {
  height: 100%;
  text-align: left;

  .inner {
    border-radius: 5px;
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    gap: 12px;

    .icon {
      position: relative;
      display: inline-block;
      margin-bottom: 5px;
      min-width: 40px;
      max-width: 40px;
    }

    .content .title {
      font-weight: 700;
      font-size: 15px;
      margin-bottom: 8px;
      transition: 0.4s;
    }

    .content .description {
      margin-bottom: 0;
      font-weight: 400;
      font-size: 14px;
      line-height: 24px;
    }
  }
}

.rbt-hover {
  transition: 256ms ease-in-out;

  &:hover {
    transform: scale(1.02);
  }
}

.bg-image-cxo {
  background-image: linear-gradient(177deg, rgb(0, 0, 0), rgba(2, 113, 223, 0)),
    url(../images/service/cxo.png) !important;
}

.bg-image-staffing {
  background-image: linear-gradient(177deg, rgb(0, 0, 0), rgba(2, 113, 223, 0)),
    url(../images/service/service-12.jpg) !important;
}

.bg-image-identity {
  background-image: url(../images/service/banner-1.jpg);
}

.bg-image-cisco-as-service {
  background-image: url(../images/service/cxo.png);
}

.bg_image-data-security {
  background-image: url(../images/service/banner-2.jpg);
}
.bg_image-ai-security {
  background-image: url(../images/bg/ai.jpg);
}

.bg_image-ad-hoc {
  background-image: url(../images/service/ad-hoc-banner.jpg);
}

.bg_image-bau {
  background-image: url(../images/service/bau-banner.jpg);
}

.bg-image-cloud-security {
  background-image: url(../images/service/banner-3.jpg);
}

.bg-image-access-management {
  background-image: url(../images/service/banner-4.jpg);
}

.bg-image-atp {
  background-image: url(../images/service/banner-5.jpg);
}

.bg-image-mfa {
  background-image: url(../images/service/banner-6.jpg);
}

/* Gradient backgrounds */
.bg-gradient-8 {
  background: linear-gradient(270deg, #9e77ff 0%, #4460ff 100%);
}
.bg-gradient-7 {
  background: linear-gradient(
    to right,
    var(--accent-color) 0%,
    var(--accent-secondary-color) 50%,
    var(--accent-color) 100%
  ) !important;
}
.bg-gradient-3 {
  background: linear-gradient(90deg, #8da9fc 0%, #b48dd5 100%);
}
.bg-gradient-9 {
  background: linear-gradient(270deg, #f90100 0%, #450102 100%);
}

.bg-gradient-10 {
  background: linear-gradient(270deg,  #2551d9 0%, #0b065afc 100%);;
}

.bg-gradient-4 {
  background: linear-gradient(180deg, #eff1ff 0%, #ffffff 100%) !important;
}

.bg-gradient-5 {
  background: linear-gradient(
    rgb(239, 241, 255) 0%,
    rgb(239, 241, 255) 100%
  ) !important;
}

.bg-gradient-1 {
  background: linear-gradient(
    rgb(255, 255, 255) 0%,
    rgb(239, 241, 255) 100%
  ) !important;
}

.bg-color-primary-opacity {
  background: #2f57ef21 !important;
}

/* Modal Styles */

body.modal-open {
  padding-right: 0 !important;
}

.rbt-team-modal,
.rbt-default-modal {
  z-index: 99999999;
  background: #2e2e2e5c !important;
  padding: 60px 15px !important;

  ul {
    padding-left: 1rem;

    li {
      margin-top: 10px;
      margin-bottom: 10px;
      line-height: 1.4rem;
    }
  }
}
.rbt-team-modal .modal-news,
.rbt-default-modal .modal-news {
  max-width: 1000px !important;
}
.rbt-team-modal .modal-dialog,
.rbt-default-modal .modal-dialog {
  width: 100%;
  max-width: 900px;
}
.rbt-team-modal .modal-dialog .modal-content,
.rbt-default-modal .modal-dialog .modal-content {
  padding: 45px;
  border-radius: 10px;
  overflow: hidden;
  border: none;
  z-index: 1;
  background: var(--color-white);
  box-shadow: var(--shadow-1);
}
@media only screen and (max-width: 767px) {
  .rbt-team-modal .modal-dialog .modal-content,
  .rbt-default-modal .modal-dialog .modal-content {
    padding: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .rbt-team-modal .modal-dialog .modal-content,
  .rbt-default-modal .modal-dialog .modal-content {
    padding: 40px 15px 25px 15px;
  }
}
.rbt-team-modal .modal-dialog .modal-content .modal-header,
.rbt-default-modal .modal-dialog .modal-content .modal-header {
  padding: 0;
  border: none;
}
.rbt-team-modal .modal-dialog .modal-content .modal-header .rbt-round-btn,
.rbt-default-modal .modal-dialog .modal-content .modal-header .rbt-round-btn {
  right: 20px;
  position: absolute;
  top: 20px;
  opacity: 1;
  transition: var(--transition);
}
.rbt-team-modal .modal-dialog .modal-content .modal-body .inner,
.rbt-default-modal .modal-dialog .modal-content .modal-body .inner {
  position: relative;
}
.rbt-team-modal .modal-dialog .modal-content .modal-body .inner .thumb img,
.rbt-default-modal .modal-dialog .modal-content .modal-body .inner .thumb img {
  border-radius: 6px;
}
.rbt-team-modal
  .modal-dialog
  .modal-content
  .modal-body
  .rbt-team-details
  .author-info,
.rbt-default-modal
  .modal-dialog
  .modal-content
  .modal-body
  .rbt-team-details
  .author-info {
  margin-bottom: 20px;
}
.rbt-team-modal
  .modal-dialog
  .modal-content
  .modal-body
  .rbt-team-details
  .author-info
  .title,
.rbt-default-modal
  .modal-dialog
  .modal-content
  .modal-body
  .rbt-team-details
  .author-info
  .title {
  margin-bottom: 7px;
}
.rbt-team-modal
  .modal-dialog
  .modal-content
  .modal-body
  .rbt-team-details
  .author-info
  .designation,
.rbt-default-modal
  .modal-dialog
  .modal-content
  .modal-body
  .rbt-team-details
  .author-info
  .designation {
  display: block;
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 12px;
}
.rbt-team-modal .modal-dialog .modal-content .modal-body .rbt-team-details p,
.rbt-default-modal
  .modal-dialog
  .modal-content
  .modal-body
  .rbt-team-details
  p {
  padding-right: 5%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-team-modal .modal-dialog .modal-content .modal-body .rbt-team-details p,
  .rbt-default-modal
    .modal-dialog
    .modal-content
    .modal-body
    .rbt-team-details
    p {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-team-modal .modal-dialog .modal-content .modal-body .rbt-team-details p,
  .rbt-default-modal
    .modal-dialog
    .modal-content
    .modal-body
    .rbt-team-details
    p {
    padding-right: 0;
  }
}
.rbt-team-modal
  .modal-dialog
  .modal-content
  .modal-body
  .rbt-team-details
  .team-form,
.rbt-default-modal
  .modal-dialog
  .modal-content
  .modal-body
  .rbt-team-details
  .team-form {
  display: block;
  font-size: 14px;
  margin-bottom: 12px;
  letter-spacing: 0.6px;
  font-style: italic;
}
.rbt-team-modal
  .modal-dialog
  .modal-content
  .modal-body
  .rbt-team-details
  .team-form
  img,
.rbt-default-modal
  .modal-dialog
  .modal-content
  .modal-body
  .rbt-team-details
  .team-form
  img {
  padding-right: 10px;
  max-height: 18px;
}

/* Service cards */

.service-card-6 {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e6e3f1;
  border-radius: 10px;
  transition: 256ms ease-in-out;

  &:hover {
    box-shadow: 0 13px 48px 0 rgba(215, 216, 222, 0.44);
  }

  .inner {
    position: relative;
    z-index: 1;
    height: 100%;
    padding: 20px 25px;

    h5 a {
      padding: 0 !important;
    }

    .icon {
      position: relative;
      display: inline-block;
      width: 60px;
      height: 60px;
      padding: 5px;
      border: none;
      background: transparent;

      img {
        max-height: 60px;
      }

      .opacity_image {
        position: absolute;
        transform: translateX(-50%) scale(0.8);
        opacity: 0.8;
        z-index: -1;
        -webkit-filter: blur(15px);
        filter: blur(15px);
        left: 50%;
        top: 30%;
      }
    }

    .content {
      padding-top: 10px;

      h5 {
        font-size: 18px;
      }

      .description {
        margin-bottom: 0;
        font-weight: 400;
        font-size: 14px;
        line-height: 26px;
      }

      .social-share {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 15px;
        margin: 0.5rem 0;

        a {
          color: var(--text-color) !important;
          font-size: 14px !important;
          padding: 0 !important;

          :hover {
            color: var(--primary-color);
          }
        }
      }
    }
  }
}

.w-300 {
  font-weight: 300 !important;
}

.bg-color-white {
  background: white;
}

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

.text-center {
  text-align: center !important;
}

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

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

.mb--20 {
  margin-bottom: 20px !important;
}

.mb--50 {
  margin-bottom: 50px !important;
}

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

.ptb--50 {
  padding: 50px 0 !important;
}

.bg-card-color-6 .inner {
  background: #dce3ff !important;
}

.rbt-section-gap {
  padding: 100px 0;
}

.rbt-section-gap2 {
  padding: 80px 0;
}

.rbt-section-gapTop {
  padding-top: 120px;
}

.bg-color-extra2 {
  background: #f9f9ff;
}

.color-white {
  color: var(--color-white) !important;
}

.bg-color-darker {
  background: #192335;
}
.bg-color-darker {
  background-color: #192335 !important;
}

.bg-primary-opacity {
  background-color: #2f57ef21;
}

.color-white-off {
  color: #ffffffab !important;
}

.newsletter-style-2 {
  position: relative;
  z-index: 1;
}

.newsletter-style-2::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  height: 100%;
  width: 100%;
  background: url(../images/shape/dots.png) repeat center / auto;
  top: 0;
  z-index: -1;
}

.service-counter {
  font-size: 40px;
  font-weight: 700;
  background: rgb(255 255 255 / 10%);
  padding: 20px;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 38px;
  display: inline-block;
}

.section-title .subtitle {
  font-size: 14px;
  line-height: 15px;
  font-weight: 500;
  margin-bottom: 15px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 100px;
  text-transform: uppercase;
  display: inline-block;
  background: var(--accent-secondary-color);
  color: var(--primary-color);
}

.brand-style-3 {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center !important;
  margin: -10px;

  li {
    text-align: center;
    padding: 30px;

    a {
      display: block;

      img {
        max-height: 35px;
      }
    }
  }
}

.rbt-hover-02 {
  transition: 256ms ease-in-out;

  &:hover {
    transform: translateY(-10px);
  }
}

.rbt-feature {
  display: flex;
  transition: transform 0.85s cubic-bezier(0.23, 1, 0.32, 1), background 0.3s,
    border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.rbt-feature .icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  background: var(--accent-secondary-color);
  display: flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.rbt-feature .icon i {
  color: white;
  font-size: 20px;
}

.rbt-card.variation-02 {
  position: relative;
  padding: 0;
  border-radius: 10px;
  box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
}

.rbt-card.variation-02 .rbt-card-body {
  padding: 30px;
}

.shadow-3 {
  box-shadow: 0 5px 15px 0 rgba(85, 74, 101, 0.37);
}

.advance-tab-button-1 .tab-button-list {
  list-style: none;
  padding: 0;
  margin: -10px 0;
}

.nav-tabs {
  border-bottom: 0;
}

.advance-tab-button-1 .tab-button-list li {
  margin: 10px 0;
}

.advance-tab-button-1 .tab-button-list .tab-button {
  cursor: pointer;
  padding: 27px;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  background-color: transparent;
  border: 0 none;
  margin: 0;
  color: #6b7385;
}

.advance-tab-button-1 .tab-button-list .tab-button.active::before {
  opacity: 1;
  transform: scale(1);
}

.advance-tab-button-1 .tab-button-list .tab-button::before {
  position: absolute;
  content: "";
  background: white;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: 0.3s;
  opacity: 0;
  transform: scale(0.9);
  z-index: -1;
  border-radius: 7px;
  box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
}

.advance-tab-button-1 .tab-button-list .tab-button.active::after {
  opacity: 1;
  transform: scale(1);
}

.advance-tab-button-1 .tab-button-list .tab-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  border-left: 20px solid var(--color-white);
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  margin-top: -20px;
  opacity: 0;
  transition: 0.3s;
  transform: scale(0.9);
}

.advance-tab-button-1 .tab-button-list .tab-button:hover::before {
  opacity: 1;
  transform: scale(1);
}

.bg-no-shadow {
  box-shadow: none !important;
}

/*--------------------------
    Font Weight 
---------------------------*/
.w-300 {
  font-weight: 300 !important;
}

.w-400 {
  font-weight: 400 !important;
}

.w-500 {
  font-weight: 500 !important;
}

.w-600 {
  font-weight: 600 !important;
}

.w-700 {
  font-weight: 700 !important;
}

.w-800 {
  font-weight: 800 !important;
}

.w-900 {
  font-weight: 900 !important;
}

/*-----------------------------
    Rbt Border Radius  
-------------------------------*/
.square {
  border-radius: 0 !important;
}

.rbt-radius {
  border-radius: 6px !important;
}

.radius {
  border-radius: 6px !important;
}

.radius-6 {
  border-radius: 6px !important;
}

.radius-10 {
  border-radius: 10px !important;
}

.radius-20 {
  border-radius: 20px !important;
}

.radius-round {
  border-radius: 500px !important;
}

/*-----------------------------
    Rbt Shadow
-------------------------------*/
.rbt-shadow-box {
  border-radius: var(--radius);
  background: var(--color-white);
  overflow: hidden;
  box-shadow: var(--shadow-1);
  padding: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-shadow-box {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-shadow-box {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-shadow-box {
    padding: 20px;
  }
}

.shadow-1 {
  box-shadow: var(--shadow-1);
}

.shadow-2 {
  box-shadow: var(--shadow-2);
}

.shadow-3 {
  box-shadow: var(--shadow-3);
}

.shadow-4 {
  box-shadow: var(--shadow-1);
}

.shadow-5 {
  box-shadow: var(--shadow-5);
}

.shadow-6 {
  box-shadow: var(--shadow-1);
}

.shadow-7 {
  box-shadow: var(--shadow-7);
}

.shadow-8 {
  box-shadow: var(--shadow-8);
}

/*=========================
    Section Separation 
==========================*/
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.position-to-top {
  position: relative;
  margin-top: -300px;
}

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

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

.mt_dec--5 {
  margin-top: -5px !important;
}

.rbt-section-gap {
  padding: 100px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-section-gap {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-section-gap {
    padding: 80px 0;
  }
}

.rbt-section-gap2 {
  padding: 80px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-section-gap2 {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-section-gap2 {
    padding: 50px 0;
  }
}

.rbt-section-gapBottom {
  padding-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-section-gapBottom {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-section-gapBottom {
    padding-bottom: 80px;
  }
}

.rbt-section-gap2Bottom {
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-section-gap2Bottom {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-section-gap2Bottom {
    padding-bottom: 80px;
  }
}

.rbt-section-gapTop {
  padding-top: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-section-gapTop {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-section-gapTop {
    padding-top: 80px;
  }
}

.rbt-section-gapTopHalf {
  padding-top: 60px;
}

.rbt-section-gap2Top {
  padding-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-section-gap2Top {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-section-gap2Top {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb--165,
  .pb--85 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .pb--165,
  .pb--85 {
    padding-bottom: 60px;
  }
}

.mt_dec--120 {
  margin-top: -120px !important;
}

.mt_dec--60 {
  margin-top: -60px !important;
}

.mt_dec--50 {
  margin-top: -50px !important;
}

.mt_dec--30 {
  margin-top: -30px !important;
}

.ml_dec_20 {
  margin-left: -20px !important;
}

.mt_dec--half {
  margin-bottom: -156px;
}

.default-callto-action-overlap {
  padding-top: 276px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .default-callto-action-overlap {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .default-callto-action-overlap {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ptb--120 {
    padding: 80px 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .ptb--120 {
    padding: 60px 0 !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb--165,
  .pb--120,
  .pb--85,
  .pb--165 {
    padding-bottom: 80px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pb--165,
  .pb--120,
  .pb--85,
  .pb--165 {
    padding-bottom: 60px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb--70 {
    padding-bottom: 60px !important;
  }
}

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

.pr--0 {
  padding-right: 0 !important;
}

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

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

.mr--0 {
  margin-right: 0 !important;
}

.ml--0 {
  margin-left: 0 !important;
}

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

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

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

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

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

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

.plr--270 {
  padding: 0 270px;
}

.plr--300 {
  padding: 0 300px;
}

.plr--340 {
  padding: 0 340px;
}

.plr--0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.ptb--300 {
  padding: 300px 0;
}

.ptb--340 {
  padding: 340px 0;
}

.ptb--450 {
  padding: 450px 0;
}

.plr_dec--15 {
  margin: 0 -15px;
}

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

.pl--300 {
  padding-left: 300px;
}

.ptb--5 {
  padding: 5px 0 !important;
}

.plr--5 {
  padding: 0 5px !important;
}

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

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

.pl--5 {
  padding-left: 5px !important;
}

.pr--5 {
  padding-right: 5px !important;
}

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

.mb--5 {
  margin-bottom: 5px !important;
}

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

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

.ptb--10 {
  padding: 10px 0 !important;
}

.plr--10 {
  padding: 0 10px !important;
}

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

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

.pl--10 {
  padding-left: 10px !important;
}

.pr--10 {
  padding-right: 10px !important;
}

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

.mb--10 {
  margin-bottom: 10px !important;
}

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

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

.ptb--15 {
  padding: 15px 0 !important;
}

.plr--15 {
  padding: 0 15px !important;
}

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

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

.pl--15 {
  padding-left: 15px !important;
}

.pr--15 {
  padding-right: 15px !important;
}

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

.mb--15 {
  margin-bottom: 15px !important;
}

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

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

.ptb--20 {
  padding: 20px 0 !important;
}

.plr--20 {
  padding: 0 20px !important;
}

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

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

.pl--20 {
  padding-left: 20px !important;
}

.pr--20 {
  padding-right: 20px !important;
}

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

.mb--20 {
  margin-bottom: 20px !important;
}

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

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

.ptb--25 {
  padding: 25px 0 !important;
}

.plr--25 {
  padding: 0 25px !important;
}

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

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

.pl--25 {
  padding-left: 25px !important;
}

.pr--25 {
  padding-right: 25px !important;
}

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

.mb--25 {
  margin-bottom: 25px !important;
}

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

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

.ptb--30 {
  padding: 30px 0 !important;
}

.plr--30 {
  padding: 0 30px !important;
}

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

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

.pl--30 {
  padding-left: 30px !important;
}

.pr--30 {
  padding-right: 30px !important;
}

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

.mb--30 {
  margin-bottom: 30px !important;
}

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

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

.ptb--35 {
  padding: 35px 0 !important;
}

.plr--35 {
  padding: 0 35px !important;
}

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

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

.pl--35 {
  padding-left: 35px !important;
}

.pr--35 {
  padding-right: 35px !important;
}

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

.mb--35 {
  margin-bottom: 35px !important;
}

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

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

.ptb--40 {
  padding: 40px 0 !important;
}

.plr--40 {
  padding: 0 40px !important;
}

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

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

.pl--40 {
  padding-left: 40px !important;
}

.pr--40 {
  padding-right: 40px !important;
}

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

.mb--40 {
  margin-bottom: 40px !important;
}

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

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

.ptb--45 {
  padding: 45px 0 !important;
}

.plr--45 {
  padding: 0 45px !important;
}

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

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

.pl--45 {
  padding-left: 45px !important;
}

.pr--45 {
  padding-right: 45px !important;
}

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

.mb--45 {
  margin-bottom: 45px !important;
}

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

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

.ptb--50 {
  padding: 50px 0 !important;
}

.plr--50 {
  padding: 0 50px !important;
}

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

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

.pl--50 {
  padding-left: 50px !important;
}

.pr--50 {
  padding-right: 50px !important;
}

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

.mb--50 {
  margin-bottom: 50px !important;
}

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

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

.ptb--55 {
  padding: 55px 0 !important;
}

.plr--55 {
  padding: 0 55px !important;
}

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

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

.pl--55 {
  padding-left: 55px !important;
}

.pr--55 {
  padding-right: 55px !important;
}

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

.mb--55 {
  margin-bottom: 55px !important;
}

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

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

.ptb--60 {
  padding: 60px 0 !important;
}

.plr--60 {
  padding: 0 60px !important;
}

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

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

.pl--60 {
  padding-left: 60px !important;
}

.pr--60 {
  padding-right: 60px !important;
}

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

.mb--60 {
  margin-bottom: 60px !important;
}

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

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

.ptb--65 {
  padding: 65px 0 !important;
}

.plr--65 {
  padding: 0 65px !important;
}

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

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

.pl--65 {
  padding-left: 65px !important;
}

.pr--65 {
  padding-right: 65px !important;
}

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

.mb--65 {
  margin-bottom: 65px !important;
}

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

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

.ptb--70 {
  padding: 70px 0 !important;
}

.plr--70 {
  padding: 0 70px !important;
}

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

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

.pl--70 {
  padding-left: 70px !important;
}

.pr--70 {
  padding-right: 70px !important;
}

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

.mb--70 {
  margin-bottom: 70px !important;
}

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

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

.ptb--75 {
  padding: 75px 0 !important;
}

.plr--75 {
  padding: 0 75px !important;
}

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

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

.pl--75 {
  padding-left: 75px !important;
}

.pr--75 {
  padding-right: 75px !important;
}

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

.mb--75 {
  margin-bottom: 75px !important;
}

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

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

.ptb--80 {
  padding: 80px 0 !important;
}

.plr--80 {
  padding: 0 80px !important;
}

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

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

.pl--80 {
  padding-left: 80px !important;
}

.pr--80 {
  padding-right: 80px !important;
}

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

.mb--80 {
  margin-bottom: 80px !important;
}

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

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

.ptb--85 {
  padding: 85px 0 !important;
}

.plr--85 {
  padding: 0 85px !important;
}

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

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

.pl--85 {
  padding-left: 85px !important;
}

.pr--85 {
  padding-right: 85px !important;
}

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

.mb--85 {
  margin-bottom: 85px !important;
}

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

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

.ptb--90 {
  padding: 90px 0 !important;
}

.plr--90 {
  padding: 0 90px !important;
}

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

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

.pl--90 {
  padding-left: 90px !important;
}

.pr--90 {
  padding-right: 90px !important;
}

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

.mb--90 {
  margin-bottom: 90px !important;
}

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

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

.ptb--95 {
  padding: 95px 0 !important;
}

.plr--95 {
  padding: 0 95px !important;
}

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

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

.pl--95 {
  padding-left: 95px !important;
}

.pr--95 {
  padding-right: 95px !important;
}

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

.mb--95 {
  margin-bottom: 95px !important;
}

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

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

.ptb--100 {
  padding: 100px 0 !important;
}

.plr--100 {
  padding: 0 100px !important;
}

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

.pb--100 {
  padding-bottom: 100px !important;
}

.pl--100 {
  padding-left: 100px !important;
}

.pr--100 {
  padding-right: 100px !important;
}

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

.mb--100 {
  margin-bottom: 100px !important;
}

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

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

.ptb--105 {
  padding: 105px 0 !important;
}

.plr--105 {
  padding: 0 105px !important;
}

.pt--105 {
  padding-top: 105px !important;
}

.pb--105 {
  padding-bottom: 105px !important;
}

.pl--105 {
  padding-left: 105px !important;
}

.pr--105 {
  padding-right: 105px !important;
}

.mt--105 {
  margin-top: 105px !important;
}

.mb--105 {
  margin-bottom: 105px !important;
}

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

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

.ptb--110 {
  padding: 110px 0 !important;
}

.plr--110 {
  padding: 0 110px !important;
}

.pt--110 {
  padding-top: 110px !important;
}

.pb--110 {
  padding-bottom: 110px !important;
}

.pl--110 {
  padding-left: 110px !important;
}

.pr--110 {
  padding-right: 110px !important;
}

.mt--110 {
  margin-top: 110px !important;
}

.mb--110 {
  margin-bottom: 110px !important;
}

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

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

.ptb--115 {
  padding: 115px 0 !important;
}

.plr--115 {
  padding: 0 115px !important;
}

.pt--115 {
  padding-top: 115px !important;
}

.pb--115 {
  padding-bottom: 115px !important;
}

.pl--115 {
  padding-left: 115px !important;
}

.pr--115 {
  padding-right: 115px !important;
}

.mt--115 {
  margin-top: 115px !important;
}

.mb--115 {
  margin-bottom: 115px !important;
}

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

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

.ptb--120 {
  padding: 120px 0 !important;
}

.plr--120 {
  padding: 0 120px !important;
}

.pt--120 {
  padding-top: 120px !important;
}

.pb--120 {
  padding-bottom: 120px !important;
}

.pl--120 {
  padding-left: 120px !important;
}

.pr--120 {
  padding-right: 120px !important;
}

.mt--120 {
  margin-top: 120px !important;
}

.mb--120 {
  margin-bottom: 120px !important;
}

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

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

.ptb--125 {
  padding: 125px 0 !important;
}

.plr--125 {
  padding: 0 125px !important;
}

.pt--125 {
  padding-top: 125px !important;
}

.pb--125 {
  padding-bottom: 125px !important;
}

.pl--125 {
  padding-left: 125px !important;
}

.pr--125 {
  padding-right: 125px !important;
}

.mt--125 {
  margin-top: 125px !important;
}

.mb--125 {
  margin-bottom: 125px !important;
}

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

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

.ptb--130 {
  padding: 130px 0 !important;
}

.plr--130 {
  padding: 0 130px !important;
}

.pt--130 {
  padding-top: 130px !important;
}

.pb--130 {
  padding-bottom: 130px !important;
}

.pl--130 {
  padding-left: 130px !important;
}

.pr--130 {
  padding-right: 130px !important;
}

.mt--130 {
  margin-top: 130px !important;
}

.mb--130 {
  margin-bottom: 130px !important;
}

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

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

.ptb--135 {
  padding: 135px 0 !important;
}

.plr--135 {
  padding: 0 135px !important;
}

.pt--135 {
  padding-top: 135px !important;
}

.pb--135 {
  padding-bottom: 135px !important;
}

.pl--135 {
  padding-left: 135px !important;
}

.pr--135 {
  padding-right: 135px !important;
}

.mt--135 {
  margin-top: 135px !important;
}

.mb--135 {
  margin-bottom: 135px !important;
}

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

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

.ptb--140 {
  padding: 140px 0 !important;
}

.plr--140 {
  padding: 0 140px !important;
}

.pt--140 {
  padding-top: 140px !important;
}

.pb--140 {
  padding-bottom: 140px !important;
}

.pl--140 {
  padding-left: 140px !important;
}

.pr--140 {
  padding-right: 140px !important;
}

.mt--140 {
  margin-top: 140px !important;
}

.mb--140 {
  margin-bottom: 140px !important;
}

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

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

.ptb--145 {
  padding: 145px 0 !important;
}

.plr--145 {
  padding: 0 145px !important;
}

.pt--145 {
  padding-top: 145px !important;
}

.pb--145 {
  padding-bottom: 145px !important;
}

.pl--145 {
  padding-left: 145px !important;
}

.pr--145 {
  padding-right: 145px !important;
}

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

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

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

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

.ptb--150 {
  padding: 150px 0 !important;
}

.plr--150 {
  padding: 0 150px !important;
}

.pt--150 {
  padding-top: 150px !important;
}

.pb--150 {
  padding-bottom: 150px !important;
}

.pl--150 {
  padding-left: 150px !important;
}

.pr--150 {
  padding-right: 150px !important;
}

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

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

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

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

.ptb--155 {
  padding: 155px 0 !important;
}

.plr--155 {
  padding: 0 155px !important;
}

.pt--155 {
  padding-top: 155px !important;
}

.pb--155 {
  padding-bottom: 155px !important;
}

.pl--155 {
  padding-left: 155px !important;
}

.pr--155 {
  padding-right: 155px !important;
}

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

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

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

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

.ptb--160 {
  padding: 160px 0 !important;
}

.plr--160 {
  padding: 0 160px !important;
}

.pt--160 {
  padding-top: 160px !important;
}

.pb--160 {
  padding-bottom: 160px !important;
}

.pl--160 {
  padding-left: 160px !important;
}

.pr--160 {
  padding-right: 160px !important;
}

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

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

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

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

.ptb--165 {
  padding: 165px 0 !important;
}

.plr--165 {
  padding: 0 165px !important;
}

.pt--165 {
  padding-top: 165px !important;
}

.pb--165 {
  padding-bottom: 165px !important;
}

.pl--165 {
  padding-left: 165px !important;
}

.pr--165 {
  padding-right: 165px !important;
}

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

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

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

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

.ptb--170 {
  padding: 170px 0 !important;
}

.plr--170 {
  padding: 0 170px !important;
}

.pt--170 {
  padding-top: 170px !important;
}

.pb--170 {
  padding-bottom: 170px !important;
}

.pl--170 {
  padding-left: 170px !important;
}

.pr--170 {
  padding-right: 170px !important;
}

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

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

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

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

.ptb--175 {
  padding: 175px 0 !important;
}

.plr--175 {
  padding: 0 175px !important;
}

.pt--175 {
  padding-top: 175px !important;
}

.pb--175 {
  padding-bottom: 175px !important;
}

.pl--175 {
  padding-left: 175px !important;
}

.pr--175 {
  padding-right: 175px !important;
}

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

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

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

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

.ptb--180 {
  padding: 180px 0 !important;
}

.plr--180 {
  padding: 0 180px !important;
}

.pt--180 {
  padding-top: 180px !important;
}

.pb--180 {
  padding-bottom: 180px !important;
}

.pl--180 {
  padding-left: 180px !important;
}

.pr--180 {
  padding-right: 180px !important;
}

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

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

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

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

.ptb--185 {
  padding: 185px 0 !important;
}

.plr--185 {
  padding: 0 185px !important;
}

.pt--185 {
  padding-top: 185px !important;
}

.pb--185 {
  padding-bottom: 185px !important;
}

.pl--185 {
  padding-left: 185px !important;
}

.pr--185 {
  padding-right: 185px !important;
}

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

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

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

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

.ptb--190 {
  padding: 190px 0 !important;
}

.plr--190 {
  padding: 0 190px !important;
}

.pt--190 {
  padding-top: 190px !important;
}

.pb--190 {
  padding-bottom: 190px !important;
}

.pl--190 {
  padding-left: 190px !important;
}

.pr--190 {
  padding-right: 190px !important;
}

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

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

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

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

.ptb--195 {
  padding: 195px 0 !important;
}

.plr--195 {
  padding: 0 195px !important;
}

.pt--195 {
  padding-top: 195px !important;
}

.pb--195 {
  padding-bottom: 195px !important;
}

.pl--195 {
  padding-left: 195px !important;
}

.pr--195 {
  padding-right: 195px !important;
}

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

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

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

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

.ptb--200 {
  padding: 200px 0 !important;
}

.plr--200 {
  padding: 0 200px !important;
}

.pt--200 {
  padding-top: 200px !important;
}

.pb--200 {
  padding-bottom: 200px !important;
}

.pl--200 {
  padding-left: 200px !important;
}

.pr--200 {
  padding-right: 200px !important;
}

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

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

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

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

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .ptb_lp--5 {
    padding: 5px 0;
  }

  .plr_lp--5 {
    padding: 0 5px;
  }

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

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

  .pl_lp--5 {
    padding-left: 5px;
  }

  .pr_lp--5 {
    padding-right: 5px;
  }

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

  .mb_lp--5 {
    margin-bottom: 5px;
  }

  .ptb_lp--10 {
    padding: 10px 0;
  }

  .plr_lp--10 {
    padding: 0 10px;
  }

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

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

  .pl_lp--10 {
    padding-left: 10px;
  }

  .pr_lp--10 {
    padding-right: 10px;
  }

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

  .mb_lp--10 {
    margin-bottom: 10px;
  }

  .ptb_lp--15 {
    padding: 15px 0;
  }

  .plr_lp--15 {
    padding: 0 15px;
  }

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

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

  .pl_lp--15 {
    padding-left: 15px;
  }

  .pr_lp--15 {
    padding-right: 15px;
  }

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

  .mb_lp--15 {
    margin-bottom: 15px;
  }

  .ptb_lp--20 {
    padding: 20px 0;
  }

  .plr_lp--20 {
    padding: 0 20px;
  }

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

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

  .pl_lp--20 {
    padding-left: 20px;
  }

  .pr_lp--20 {
    padding-right: 20px;
  }

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

  .mb_lp--20 {
    margin-bottom: 20px;
  }

  .ptb_lp--25 {
    padding: 25px 0;
  }

  .plr_lp--25 {
    padding: 0 25px;
  }

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

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

  .pl_lp--25 {
    padding-left: 25px;
  }

  .pr_lp--25 {
    padding-right: 25px;
  }

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

  .mb_lp--25 {
    margin-bottom: 25px;
  }

  .ptb_lp--30 {
    padding: 30px 0;
  }

  .plr_lp--30 {
    padding: 0 30px;
  }

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

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

  .pl_lp--30 {
    padding-left: 30px;
  }

  .pr_lp--30 {
    padding-right: 30px;
  }

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

  .mb_lp--30 {
    margin-bottom: 30px;
  }

  .ptb_lp--35 {
    padding: 35px 0;
  }

  .plr_lp--35 {
    padding: 0 35px;
  }

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

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

  .pl_lp--35 {
    padding-left: 35px;
  }

  .pr_lp--35 {
    padding-right: 35px;
  }

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

  .mb_lp--35 {
    margin-bottom: 35px;
  }

  .ptb_lp--40 {
    padding: 40px 0;
  }

  .plr_lp--40 {
    padding: 0 40px;
  }

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

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

  .pl_lp--40 {
    padding-left: 40px;
  }

  .pr_lp--40 {
    padding-right: 40px;
  }

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

  .mb_lp--40 {
    margin-bottom: 40px;
  }

  .ptb_lp--45 {
    padding: 45px 0;
  }

  .plr_lp--45 {
    padding: 0 45px;
  }

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

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

  .pl_lp--45 {
    padding-left: 45px;
  }

  .pr_lp--45 {
    padding-right: 45px;
  }

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

  .mb_lp--45 {
    margin-bottom: 45px;
  }

  .ptb_lp--50 {
    padding: 50px 0;
  }

  .plr_lp--50 {
    padding: 0 50px;
  }

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

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

  .pl_lp--50 {
    padding-left: 50px;
  }

  .pr_lp--50 {
    padding-right: 50px;
  }

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

  .mb_lp--50 {
    margin-bottom: 50px;
  }

  .ptb_lp--55 {
    padding: 55px 0;
  }

  .plr_lp--55 {
    padding: 0 55px;
  }

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

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

  .pl_lp--55 {
    padding-left: 55px;
  }

  .pr_lp--55 {
    padding-right: 55px;
  }

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

  .mb_lp--55 {
    margin-bottom: 55px;
  }

  .ptb_lp--60 {
    padding: 60px 0;
  }

  .plr_lp--60 {
    padding: 0 60px;
  }

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

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

  .pl_lp--60 {
    padding-left: 60px;
  }

  .pr_lp--60 {
    padding-right: 60px;
  }

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

  .mb_lp--60 {
    margin-bottom: 60px;
  }

  .ptb_lp--65 {
    padding: 65px 0;
  }

  .plr_lp--65 {
    padding: 0 65px;
  }

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

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

  .pl_lp--65 {
    padding-left: 65px;
  }

  .pr_lp--65 {
    padding-right: 65px;
  }

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

  .mb_lp--65 {
    margin-bottom: 65px;
  }

  .ptb_lp--70 {
    padding: 70px 0;
  }

  .plr_lp--70 {
    padding: 0 70px;
  }

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

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

  .pl_lp--70 {
    padding-left: 70px;
  }

  .pr_lp--70 {
    padding-right: 70px;
  }

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

  .mb_lp--70 {
    margin-bottom: 70px;
  }

  .ptb_lp--75 {
    padding: 75px 0;
  }

  .plr_lp--75 {
    padding: 0 75px;
  }

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

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

  .pl_lp--75 {
    padding-left: 75px;
  }

  .pr_lp--75 {
    padding-right: 75px;
  }

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

  .mb_lp--75 {
    margin-bottom: 75px;
  }

  .ptb_lp--80 {
    padding: 80px 0;
  }

  .plr_lp--80 {
    padding: 0 80px;
  }

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

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

  .pl_lp--80 {
    padding-left: 80px;
  }

  .pr_lp--80 {
    padding-right: 80px;
  }

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

  .mb_lp--80 {
    margin-bottom: 80px;
  }

  .ptb_lp--85 {
    padding: 85px 0;
  }

  .plr_lp--85 {
    padding: 0 85px;
  }

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

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

  .pl_lp--85 {
    padding-left: 85px;
  }

  .pr_lp--85 {
    padding-right: 85px;
  }

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

  .mb_lp--85 {
    margin-bottom: 85px;
  }

  .ptb_lp--90 {
    padding: 90px 0;
  }

  .plr_lp--90 {
    padding: 0 90px;
  }

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

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

  .pl_lp--90 {
    padding-left: 90px;
  }

  .pr_lp--90 {
    padding-right: 90px;
  }

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

  .mb_lp--90 {
    margin-bottom: 90px;
  }

  .ptb_lp--95 {
    padding: 95px 0;
  }

  .plr_lp--95 {
    padding: 0 95px;
  }

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

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

  .pl_lp--95 {
    padding-left: 95px;
  }

  .pr_lp--95 {
    padding-right: 95px;
  }

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

  .mb_lp--95 {
    margin-bottom: 95px;
  }

  .ptb_lp--100 {
    padding: 100px 0;
  }

  .plr_lp--100 {
    padding: 0 100px;
  }

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

  .pb_lp--100 {
    padding-bottom: 100px;
  }

  .pl_lp--100 {
    padding-left: 100px;
  }

  .pr_lp--100 {
    padding-right: 100px;
  }

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

  .mb_lp--100 {
    margin-bottom: 100px;
  }

  .plr--120 {
    padding: 0 80px !important;
  }

  .mt_lp_dec--30 {
    margin-top: -30px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pl_lg--0 {
    padding-left: 0 !important;
  }

  .mt_lg_dec--30 {
    margin-top: -30px !important;
  }

  .ptb_lg--5 {
    padding: 5px 0 !important;
  }

  .plr_lg--5 {
    padding: 0 5px !important;
  }

  .pt_lg--5 {
    padding-top: 5px !important;
  }

  .pb_lg--5 {
    padding-bottom: 5px !important;
  }

  .pl_lg--5 {
    padding-left: 5px !important;
  }

  .pr_lg--5 {
    padding-right: 5px !important;
  }

  .mt_lg--5 {
    margin-top: 5px !important;
  }

  .mb_lg--5 {
    margin-bottom: 5px !important;
  }

  .ml_lg--5 {
    margin-left: 5px !important;
  }

  .ptb_lg--10 {
    padding: 10px 0 !important;
  }

  .plr_lg--10 {
    padding: 0 10px !important;
  }

  .pt_lg--10 {
    padding-top: 10px !important;
  }

  .pb_lg--10 {
    padding-bottom: 10px !important;
  }

  .pl_lg--10 {
    padding-left: 10px !important;
  }

  .pr_lg--10 {
    padding-right: 10px !important;
  }

  .mt_lg--10 {
    margin-top: 10px !important;
  }

  .mb_lg--10 {
    margin-bottom: 10px !important;
  }

  .ml_lg--10 {
    margin-left: 10px !important;
  }

  .ptb_lg--15 {
    padding: 15px 0 !important;
  }

  .plr_lg--15 {
    padding: 0 15px !important;
  }

  .pt_lg--15 {
    padding-top: 15px !important;
  }

  .pb_lg--15 {
    padding-bottom: 15px !important;
  }

  .pl_lg--15 {
    padding-left: 15px !important;
  }

  .pr_lg--15 {
    padding-right: 15px !important;
  }

  .mt_lg--15 {
    margin-top: 15px !important;
  }

  .mb_lg--15 {
    margin-bottom: 15px !important;
  }

  .ml_lg--15 {
    margin-left: 15px !important;
  }

  .ptb_lg--20 {
    padding: 20px 0 !important;
  }

  .plr_lg--20 {
    padding: 0 20px !important;
  }

  .pt_lg--20 {
    padding-top: 20px !important;
  }

  .pb_lg--20 {
    padding-bottom: 20px !important;
  }

  .pl_lg--20 {
    padding-left: 20px !important;
  }

  .pr_lg--20 {
    padding-right: 20px !important;
  }

  .mt_lg--20 {
    margin-top: 20px !important;
  }

  .mb_lg--20 {
    margin-bottom: 20px !important;
  }

  .ml_lg--20 {
    margin-left: 20px !important;
  }

  .ptb_lg--25 {
    padding: 25px 0 !important;
  }

  .plr_lg--25 {
    padding: 0 25px !important;
  }

  .pt_lg--25 {
    padding-top: 25px !important;
  }

  .pb_lg--25 {
    padding-bottom: 25px !important;
  }

  .pl_lg--25 {
    padding-left: 25px !important;
  }

  .pr_lg--25 {
    padding-right: 25px !important;
  }

  .mt_lg--25 {
    margin-top: 25px !important;
  }

  .mb_lg--25 {
    margin-bottom: 25px !important;
  }

  .ml_lg--25 {
    margin-left: 25px !important;
  }

  .ptb_lg--30 {
    padding: 30px 0 !important;
  }

  .plr_lg--30 {
    padding: 0 30px !important;
  }

  .pt_lg--30 {
    padding-top: 30px !important;
  }

  .pb_lg--30 {
    padding-bottom: 30px !important;
  }

  .pl_lg--30 {
    padding-left: 30px !important;
  }

  .pr_lg--30 {
    padding-right: 30px !important;
  }

  .mt_lg--30 {
    margin-top: 30px !important;
  }

  .mb_lg--30 {
    margin-bottom: 30px !important;
  }

  .ml_lg--30 {
    margin-left: 30px !important;
  }

  .ptb_lg--35 {
    padding: 35px 0 !important;
  }

  .plr_lg--35 {
    padding: 0 35px !important;
  }

  .pt_lg--35 {
    padding-top: 35px !important;
  }

  .pb_lg--35 {
    padding-bottom: 35px !important;
  }

  .pl_lg--35 {
    padding-left: 35px !important;
  }

  .pr_lg--35 {
    padding-right: 35px !important;
  }

  .mt_lg--35 {
    margin-top: 35px !important;
  }

  .mb_lg--35 {
    margin-bottom: 35px !important;
  }

  .ml_lg--35 {
    margin-left: 35px !important;
  }

  .ptb_lg--40 {
    padding: 40px 0 !important;
  }

  .plr_lg--40 {
    padding: 0 40px !important;
  }

  .pt_lg--40 {
    padding-top: 40px !important;
  }

  .pb_lg--40 {
    padding-bottom: 40px !important;
  }

  .pl_lg--40 {
    padding-left: 40px !important;
  }

  .pr_lg--40 {
    padding-right: 40px !important;
  }

  .mt_lg--40 {
    margin-top: 40px !important;
  }

  .mb_lg--40 {
    margin-bottom: 40px !important;
  }

  .ml_lg--40 {
    margin-left: 40px !important;
  }

  .ptb_lg--45 {
    padding: 45px 0 !important;
  }

  .plr_lg--45 {
    padding: 0 45px !important;
  }

  .pt_lg--45 {
    padding-top: 45px !important;
  }

  .pb_lg--45 {
    padding-bottom: 45px !important;
  }

  .pl_lg--45 {
    padding-left: 45px !important;
  }

  .pr_lg--45 {
    padding-right: 45px !important;
  }

  .mt_lg--45 {
    margin-top: 45px !important;
  }

  .mb_lg--45 {
    margin-bottom: 45px !important;
  }

  .ml_lg--45 {
    margin-left: 45px !important;
  }

  .ptb_lg--50 {
    padding: 50px 0 !important;
  }

  .plr_lg--50 {
    padding: 0 50px !important;
  }

  .pt_lg--50 {
    padding-top: 50px !important;
  }

  .pb_lg--50 {
    padding-bottom: 50px !important;
  }

  .pl_lg--50 {
    padding-left: 50px !important;
  }

  .pr_lg--50 {
    padding-right: 50px !important;
  }

  .mt_lg--50 {
    margin-top: 50px !important;
  }

  .mb_lg--50 {
    margin-bottom: 50px !important;
  }

  .ml_lg--50 {
    margin-left: 50px !important;
  }

  .ptb_lg--55 {
    padding: 55px 0 !important;
  }

  .plr_lg--55 {
    padding: 0 55px !important;
  }

  .pt_lg--55 {
    padding-top: 55px !important;
  }

  .pb_lg--55 {
    padding-bottom: 55px !important;
  }

  .pl_lg--55 {
    padding-left: 55px !important;
  }

  .pr_lg--55 {
    padding-right: 55px !important;
  }

  .mt_lg--55 {
    margin-top: 55px !important;
  }

  .mb_lg--55 {
    margin-bottom: 55px !important;
  }

  .ml_lg--55 {
    margin-left: 55px !important;
  }

  .ptb_lg--60 {
    padding: 60px 0 !important;
  }

  .plr_lg--60 {
    padding: 0 60px !important;
  }

  .pt_lg--60 {
    padding-top: 60px !important;
  }

  .pb_lg--60 {
    padding-bottom: 60px !important;
  }

  .pl_lg--60 {
    padding-left: 60px !important;
  }

  .pr_lg--60 {
    padding-right: 60px !important;
  }

  .mt_lg--60 {
    margin-top: 60px !important;
  }

  .mb_lg--60 {
    margin-bottom: 60px !important;
  }

  .ml_lg--60 {
    margin-left: 60px !important;
  }

  .ptb_lg--65 {
    padding: 65px 0 !important;
  }

  .plr_lg--65 {
    padding: 0 65px !important;
  }

  .pt_lg--65 {
    padding-top: 65px !important;
  }

  .pb_lg--65 {
    padding-bottom: 65px !important;
  }

  .pl_lg--65 {
    padding-left: 65px !important;
  }

  .pr_lg--65 {
    padding-right: 65px !important;
  }

  .mt_lg--65 {
    margin-top: 65px !important;
  }

  .mb_lg--65 {
    margin-bottom: 65px !important;
  }

  .ml_lg--65 {
    margin-left: 65px !important;
  }

  .ptb_lg--70 {
    padding: 70px 0 !important;
  }

  .plr_lg--70 {
    padding: 0 70px !important;
  }

  .pt_lg--70 {
    padding-top: 70px !important;
  }

  .pb_lg--70 {
    padding-bottom: 70px !important;
  }

  .pl_lg--70 {
    padding-left: 70px !important;
  }

  .pr_lg--70 {
    padding-right: 70px !important;
  }

  .mt_lg--70 {
    margin-top: 70px !important;
  }

  .mb_lg--70 {
    margin-bottom: 70px !important;
  }

  .ml_lg--70 {
    margin-left: 70px !important;
  }

  .ptb_lg--75 {
    padding: 75px 0 !important;
  }

  .plr_lg--75 {
    padding: 0 75px !important;
  }

  .pt_lg--75 {
    padding-top: 75px !important;
  }

  .pb_lg--75 {
    padding-bottom: 75px !important;
  }

  .pl_lg--75 {
    padding-left: 75px !important;
  }

  .pr_lg--75 {
    padding-right: 75px !important;
  }

  .mt_lg--75 {
    margin-top: 75px !important;
  }

  .mb_lg--75 {
    margin-bottom: 75px !important;
  }

  .ml_lg--75 {
    margin-left: 75px !important;
  }

  .ptb_lg--80 {
    padding: 80px 0 !important;
  }

  .plr_lg--80 {
    padding: 0 80px !important;
  }

  .pt_lg--80 {
    padding-top: 80px !important;
  }

  .pb_lg--80 {
    padding-bottom: 80px !important;
  }

  .pl_lg--80 {
    padding-left: 80px !important;
  }

  .pr_lg--80 {
    padding-right: 80px !important;
  }

  .mt_lg--80 {
    margin-top: 80px !important;
  }

  .mb_lg--80 {
    margin-bottom: 80px !important;
  }

  .ml_lg--80 {
    margin-left: 80px !important;
  }

  .ptb_lg--85 {
    padding: 85px 0 !important;
  }

  .plr_lg--85 {
    padding: 0 85px !important;
  }

  .pt_lg--85 {
    padding-top: 85px !important;
  }

  .pb_lg--85 {
    padding-bottom: 85px !important;
  }

  .pl_lg--85 {
    padding-left: 85px !important;
  }

  .pr_lg--85 {
    padding-right: 85px !important;
  }

  .mt_lg--85 {
    margin-top: 85px !important;
  }

  .mb_lg--85 {
    margin-bottom: 85px !important;
  }

  .ml_lg--85 {
    margin-left: 85px !important;
  }

  .ptb_lg--90 {
    padding: 90px 0 !important;
  }

  .plr_lg--90 {
    padding: 0 90px !important;
  }

  .pt_lg--90 {
    padding-top: 90px !important;
  }

  .pb_lg--90 {
    padding-bottom: 90px !important;
  }

  .pl_lg--90 {
    padding-left: 90px !important;
  }

  .pr_lg--90 {
    padding-right: 90px !important;
  }

  .mt_lg--90 {
    margin-top: 90px !important;
  }

  .mb_lg--90 {
    margin-bottom: 90px !important;
  }

  .ml_lg--90 {
    margin-left: 90px !important;
  }

  .ptb_lg--95 {
    padding: 95px 0 !important;
  }

  .plr_lg--95 {
    padding: 0 95px !important;
  }

  .pt_lg--95 {
    padding-top: 95px !important;
  }

  .pb_lg--95 {
    padding-bottom: 95px !important;
  }

  .pl_lg--95 {
    padding-left: 95px !important;
  }

  .pr_lg--95 {
    padding-right: 95px !important;
  }

  .mt_lg--95 {
    margin-top: 95px !important;
  }

  .mb_lg--95 {
    margin-bottom: 95px !important;
  }

  .ml_lg--95 {
    margin-left: 95px !important;
  }

  .ptb_lg--100 {
    padding: 100px 0 !important;
  }

  .plr_lg--100 {
    padding: 0 100px !important;
  }

  .pt_lg--100 {
    padding-top: 100px !important;
  }

  .pb_lg--100 {
    padding-bottom: 100px !important;
  }

  .pl_lg--100 {
    padding-left: 100px !important;
  }

  .pr_lg--100 {
    padding-right: 100px !important;
  }

  .mt_lg--100 {
    margin-top: 100px !important;
  }

  .mb_lg--100 {
    margin-bottom: 100px !important;
  }

  .ml_lg--100 {
    margin-left: 100px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ptb--170 {
    padding: 80px 0 !important;
  }

  .mt_md_dec--30 {
    margin-top: -30px !important;
  }

  .pl_md--0 {
    padding-left: 0 !important;
  }

  .ptb_md--0 {
    padding: 0 !important;
  }

  .pl_md--0 {
    padding-left: 0 !important;
  }

  .pr_md--0 {
    padding-right: 0 !important;
  }

  .pt_md--0 {
    padding-top: 0 !important;
  }

  .pb_md--0 {
    padding-bottom: 0 !important;
  }

  .mr_md--0 {
    margin-right: 0 !important;
  }

  .ml_md--0 {
    margin-left: 0 !important;
  }

  .mt_md--0 {
    margin-top: 0 !important;
  }

  .mb_md--0 {
    margin-bottom: 0 !important;
  }

  .ptb_md--250 {
    padding: 250px 0 !important;
  }

  .ptb_md--5 {
    padding: 5px 0 !important;
  }

  .plr_md--5 {
    padding: 0 5px !important;
  }

  .pt_md--5 {
    padding-top: 5px !important;
  }

  .pb_md--5 {
    padding-bottom: 5px !important;
  }

  .pl_md--5 {
    padding-left: 5px !important;
  }

  .pr_md--5 {
    padding-right: 5px !important;
  }

  .mt_md--5 {
    margin-top: 5px !important;
  }

  .mb_md--5 {
    margin-bottom: 5px !important;
  }

  .ptb_md--10 {
    padding: 10px 0 !important;
  }

  .plr_md--10 {
    padding: 0 10px !important;
  }

  .pt_md--10 {
    padding-top: 10px !important;
  }

  .pb_md--10 {
    padding-bottom: 10px !important;
  }

  .pl_md--10 {
    padding-left: 10px !important;
  }

  .pr_md--10 {
    padding-right: 10px !important;
  }

  .mt_md--10 {
    margin-top: 10px !important;
  }

  .mb_md--10 {
    margin-bottom: 10px !important;
  }

  .ptb_md--15 {
    padding: 15px 0 !important;
  }

  .plr_md--15 {
    padding: 0 15px !important;
  }

  .pt_md--15 {
    padding-top: 15px !important;
  }

  .pb_md--15 {
    padding-bottom: 15px !important;
  }

  .pl_md--15 {
    padding-left: 15px !important;
  }

  .pr_md--15 {
    padding-right: 15px !important;
  }

  .mt_md--15 {
    margin-top: 15px !important;
  }

  .mb_md--15 {
    margin-bottom: 15px !important;
  }

  .ptb_md--20 {
    padding: 20px 0 !important;
  }

  .plr_md--20 {
    padding: 0 20px !important;
  }

  .pt_md--20 {
    padding-top: 20px !important;
  }

  .pb_md--20 {
    padding-bottom: 20px !important;
  }

  .pl_md--20 {
    padding-left: 20px !important;
  }

  .pr_md--20 {
    padding-right: 20px !important;
  }

  .mt_md--20 {
    margin-top: 20px !important;
  }

  .mb_md--20 {
    margin-bottom: 20px !important;
  }

  .ptb_md--25 {
    padding: 25px 0 !important;
  }

  .plr_md--25 {
    padding: 0 25px !important;
  }

  .pt_md--25 {
    padding-top: 25px !important;
  }

  .pb_md--25 {
    padding-bottom: 25px !important;
  }

  .pl_md--25 {
    padding-left: 25px !important;
  }

  .pr_md--25 {
    padding-right: 25px !important;
  }

  .mt_md--25 {
    margin-top: 25px !important;
  }

  .mb_md--25 {
    margin-bottom: 25px !important;
  }

  .ptb_md--30 {
    padding: 30px 0 !important;
  }

  .plr_md--30 {
    padding: 0 30px !important;
  }

  .pt_md--30 {
    padding-top: 30px !important;
  }

  .pb_md--30 {
    padding-bottom: 30px !important;
  }

  .pl_md--30 {
    padding-left: 30px !important;
  }

  .pr_md--30 {
    padding-right: 30px !important;
  }

  .mt_md--30 {
    margin-top: 30px !important;
  }

  .mb_md--30 {
    margin-bottom: 30px !important;
  }

  .ptb_md--35 {
    padding: 35px 0 !important;
  }

  .plr_md--35 {
    padding: 0 35px !important;
  }

  .pt_md--35 {
    padding-top: 35px !important;
  }

  .pb_md--35 {
    padding-bottom: 35px !important;
  }

  .pl_md--35 {
    padding-left: 35px !important;
  }

  .pr_md--35 {
    padding-right: 35px !important;
  }

  .mt_md--35 {
    margin-top: 35px !important;
  }

  .mb_md--35 {
    margin-bottom: 35px !important;
  }

  .ptb_md--40 {
    padding: 40px 0 !important;
  }

  .plr_md--40 {
    padding: 0 40px !important;
  }

  .pt_md--40 {
    padding-top: 40px !important;
  }

  .pb_md--40 {
    padding-bottom: 40px !important;
  }

  .pl_md--40 {
    padding-left: 40px !important;
  }

  .pr_md--40 {
    padding-right: 40px !important;
  }

  .mt_md--40 {
    margin-top: 40px !important;
  }

  .mb_md--40 {
    margin-bottom: 40px !important;
  }

  .ptb_md--45 {
    padding: 45px 0 !important;
  }

  .plr_md--45 {
    padding: 0 45px !important;
  }

  .pt_md--45 {
    padding-top: 45px !important;
  }

  .pb_md--45 {
    padding-bottom: 45px !important;
  }

  .pl_md--45 {
    padding-left: 45px !important;
  }

  .pr_md--45 {
    padding-right: 45px !important;
  }

  .mt_md--45 {
    margin-top: 45px !important;
  }

  .mb_md--45 {
    margin-bottom: 45px !important;
  }

  .ptb_md--50 {
    padding: 50px 0 !important;
  }

  .plr_md--50 {
    padding: 0 50px !important;
  }

  .pt_md--50 {
    padding-top: 50px !important;
  }

  .pb_md--50 {
    padding-bottom: 50px !important;
  }

  .pl_md--50 {
    padding-left: 50px !important;
  }

  .pr_md--50 {
    padding-right: 50px !important;
  }

  .mt_md--50 {
    margin-top: 50px !important;
  }

  .mb_md--50 {
    margin-bottom: 50px !important;
  }

  .ptb_md--55 {
    padding: 55px 0 !important;
  }

  .plr_md--55 {
    padding: 0 55px !important;
  }

  .pt_md--55 {
    padding-top: 55px !important;
  }

  .pb_md--55 {
    padding-bottom: 55px !important;
  }

  .pl_md--55 {
    padding-left: 55px !important;
  }

  .pr_md--55 {
    padding-right: 55px !important;
  }

  .mt_md--55 {
    margin-top: 55px !important;
  }

  .mb_md--55 {
    margin-bottom: 55px !important;
  }

  .ptb_md--60 {
    padding: 60px 0 !important;
  }

  .plr_md--60 {
    padding: 0 60px !important;
  }

  .pt_md--60 {
    padding-top: 60px !important;
  }

  .pb_md--60 {
    padding-bottom: 60px !important;
  }

  .pl_md--60 {
    padding-left: 60px !important;
  }

  .pr_md--60 {
    padding-right: 60px !important;
  }

  .mt_md--60 {
    margin-top: 60px !important;
  }

  .mb_md--60 {
    margin-bottom: 60px !important;
  }

  .ptb_md--65 {
    padding: 65px 0 !important;
  }

  .plr_md--65 {
    padding: 0 65px !important;
  }

  .pt_md--65 {
    padding-top: 65px !important;
  }

  .pb_md--65 {
    padding-bottom: 65px !important;
  }

  .pl_md--65 {
    padding-left: 65px !important;
  }

  .pr_md--65 {
    padding-right: 65px !important;
  }

  .mt_md--65 {
    margin-top: 65px !important;
  }

  .mb_md--65 {
    margin-bottom: 65px !important;
  }

  .ptb_md--70 {
    padding: 70px 0 !important;
  }

  .plr_md--70 {
    padding: 0 70px !important;
  }

  .pt_md--70 {
    padding-top: 70px !important;
  }

  .pb_md--70 {
    padding-bottom: 70px !important;
  }

  .pl_md--70 {
    padding-left: 70px !important;
  }

  .pr_md--70 {
    padding-right: 70px !important;
  }

  .mt_md--70 {
    margin-top: 70px !important;
  }

  .mb_md--70 {
    margin-bottom: 70px !important;
  }

  .ptb_md--75 {
    padding: 75px 0 !important;
  }

  .plr_md--75 {
    padding: 0 75px !important;
  }

  .pt_md--75 {
    padding-top: 75px !important;
  }

  .pb_md--75 {
    padding-bottom: 75px !important;
  }

  .pl_md--75 {
    padding-left: 75px !important;
  }

  .pr_md--75 {
    padding-right: 75px !important;
  }

  .mt_md--75 {
    margin-top: 75px !important;
  }

  .mb_md--75 {
    margin-bottom: 75px !important;
  }

  .ptb_md--80 {
    padding: 80px 0 !important;
  }

  .plr_md--80 {
    padding: 0 80px !important;
  }

  .pt_md--80 {
    padding-top: 80px !important;
  }

  .pb_md--80 {
    padding-bottom: 80px !important;
  }

  .pl_md--80 {
    padding-left: 80px !important;
  }

  .pr_md--80 {
    padding-right: 80px !important;
  }

  .mt_md--80 {
    margin-top: 80px !important;
  }

  .mb_md--80 {
    margin-bottom: 80px !important;
  }

  .ptb_md--85 {
    padding: 85px 0 !important;
  }

  .plr_md--85 {
    padding: 0 85px !important;
  }

  .pt_md--85 {
    padding-top: 85px !important;
  }

  .pb_md--85 {
    padding-bottom: 85px !important;
  }

  .pl_md--85 {
    padding-left: 85px !important;
  }

  .pr_md--85 {
    padding-right: 85px !important;
  }

  .mt_md--85 {
    margin-top: 85px !important;
  }

  .mb_md--85 {
    margin-bottom: 85px !important;
  }

  .ptb_md--90 {
    padding: 90px 0 !important;
  }

  .plr_md--90 {
    padding: 0 90px !important;
  }

  .pt_md--90 {
    padding-top: 90px !important;
  }

  .pb_md--90 {
    padding-bottom: 90px !important;
  }

  .pl_md--90 {
    padding-left: 90px !important;
  }

  .pr_md--90 {
    padding-right: 90px !important;
  }

  .mt_md--90 {
    margin-top: 90px !important;
  }

  .mb_md--90 {
    margin-bottom: 90px !important;
  }

  .ptb_md--95 {
    padding: 95px 0 !important;
  }

  .plr_md--95 {
    padding: 0 95px !important;
  }

  .pt_md--95 {
    padding-top: 95px !important;
  }

  .pb_md--95 {
    padding-bottom: 95px !important;
  }

  .pl_md--95 {
    padding-left: 95px !important;
  }

  .pr_md--95 {
    padding-right: 95px !important;
  }

  .mt_md--95 {
    margin-top: 95px !important;
  }

  .mb_md--95 {
    margin-bottom: 95px !important;
  }

  .ptb_md--100 {
    padding: 100px 0 !important;
  }

  .plr_md--100 {
    padding: 0 100px !important;
  }

  .pt_md--100 {
    padding-top: 100px !important;
  }

  .pb_md--100 {
    padding-bottom: 100px !important;
  }

  .pl_md--100 {
    padding-left: 100px !important;
  }

  .pr_md--100 {
    padding-right: 100px !important;
  }

  .mt_md--100 {
    margin-top: 100px !important;
  }

  .mb_md--100 {
    margin-bottom: 100px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt_sm_dec--30 {
    margin-top: -30px !important;
  }

  .ptb_sm--250 {
    padding: 250px 0 !important;
  }

  .ptb--170 {
    padding: 80px 0 !important;
  }

  .ptb_sm--0 {
    padding: 0 !important;
  }

  .pl_sm--0 {
    padding-left: 0 !important;
  }

  .pr_sm--0 {
    padding-right: 0 !important;
  }

  .pt_sm--0 {
    padding-top: 0 !important;
  }

  .pb_sm--0 {
    padding-bottom: 0 !important;
  }

  .mr_sm--0 {
    margin-right: 0 !important;
  }

  .ml_sm--0 {
    margin-left: 0 !important;
  }

  .mt_sm--0 {
    margin-top: 0 !important;
  }

  .mb_sm--0 {
    margin-bottom: 0 !important;
  }

  .pt_sm--150 {
    padding-top: 150px !important;
  }

  .pb_sm--110 {
    padding-bottom: 110px !important;
  }

  .ptb_sm--60 {
    padding: 60px 0 !important;
  }

  .ptb_sm--5 {
    padding: 5px 0 !important;
  }

  .plr_sm--5 {
    padding: 0 5px !important;
  }

  .pt_sm--5 {
    padding-top: 5px !important;
  }

  .pb_sm--5 {
    padding-bottom: 5px !important;
  }

  .pl_sm--5 {
    padding-left: 5px !important;
  }

  .pr_sm--5 {
    padding-right: 5px !important;
  }

  .mt_sm--5 {
    margin-top: 5px !important;
  }

  .ml_sm--5 {
    margin-left: 5px !important;
  }

  .mr_sm--5 {
    margin-right: 5px !important;
  }

  .mb_sm--5 {
    margin-bottom: 5px !important;
  }

  .ptb_sm--10 {
    padding: 10px 0 !important;
  }

  .plr_sm--10 {
    padding: 0 10px !important;
  }

  .pt_sm--10 {
    padding-top: 10px !important;
  }

  .pb_sm--10 {
    padding-bottom: 10px !important;
  }

  .pl_sm--10 {
    padding-left: 10px !important;
  }

  .pr_sm--10 {
    padding-right: 10px !important;
  }

  .mt_sm--10 {
    margin-top: 10px !important;
  }

  .ml_sm--10 {
    margin-left: 10px !important;
  }

  .mr_sm--10 {
    margin-right: 10px !important;
  }

  .mb_sm--10 {
    margin-bottom: 10px !important;
  }

  .ptb_sm--15 {
    padding: 15px 0 !important;
  }

  .plr_sm--15 {
    padding: 0 15px !important;
  }

  .pt_sm--15 {
    padding-top: 15px !important;
  }

  .pb_sm--15 {
    padding-bottom: 15px !important;
  }

  .pl_sm--15 {
    padding-left: 15px !important;
  }

  .pr_sm--15 {
    padding-right: 15px !important;
  }

  .mt_sm--15 {
    margin-top: 15px !important;
  }

  .ml_sm--15 {
    margin-left: 15px !important;
  }

  .mr_sm--15 {
    margin-right: 15px !important;
  }

  .mb_sm--15 {
    margin-bottom: 15px !important;
  }

  .ptb_sm--20 {
    padding: 20px 0 !important;
  }

  .plr_sm--20 {
    padding: 0 20px !important;
  }

  .pt_sm--20 {
    padding-top: 20px !important;
  }

  .pb_sm--20 {
    padding-bottom: 20px !important;
  }

  .pl_sm--20 {
    padding-left: 20px !important;
  }

  .pr_sm--20 {
    padding-right: 20px !important;
  }

  .mt_sm--20 {
    margin-top: 20px !important;
  }

  .ml_sm--20 {
    margin-left: 20px !important;
  }

  .mr_sm--20 {
    margin-right: 20px !important;
  }

  .mb_sm--20 {
    margin-bottom: 20px !important;
  }

  .ptb_sm--25 {
    padding: 25px 0 !important;
  }

  .plr_sm--25 {
    padding: 0 25px !important;
  }

  .pt_sm--25 {
    padding-top: 25px !important;
  }

  .pb_sm--25 {
    padding-bottom: 25px !important;
  }

  .pl_sm--25 {
    padding-left: 25px !important;
  }

  .pr_sm--25 {
    padding-right: 25px !important;
  }

  .mt_sm--25 {
    margin-top: 25px !important;
  }

  .ml_sm--25 {
    margin-left: 25px !important;
  }

  .mr_sm--25 {
    margin-right: 25px !important;
  }

  .mb_sm--25 {
    margin-bottom: 25px !important;
  }

  .ptb_sm--30 {
    padding: 30px 0 !important;
  }

  .plr_sm--30 {
    padding: 0 30px !important;
  }

  .pt_sm--30 {
    padding-top: 30px !important;
  }

  .pb_sm--30 {
    padding-bottom: 30px !important;
  }

  .pl_sm--30 {
    padding-left: 30px !important;
  }

  .pr_sm--30 {
    padding-right: 30px !important;
  }

  .mt_sm--30 {
    margin-top: 30px !important;
  }

  .ml_sm--30 {
    margin-left: 30px !important;
  }

  .mr_sm--30 {
    margin-right: 30px !important;
  }

  .mb_sm--30 {
    margin-bottom: 30px !important;
  }

  .ptb_sm--35 {
    padding: 35px 0 !important;
  }

  .plr_sm--35 {
    padding: 0 35px !important;
  }

  .pt_sm--35 {
    padding-top: 35px !important;
  }

  .pb_sm--35 {
    padding-bottom: 35px !important;
  }

  .pl_sm--35 {
    padding-left: 35px !important;
  }

  .pr_sm--35 {
    padding-right: 35px !important;
  }

  .mt_sm--35 {
    margin-top: 35px !important;
  }

  .ml_sm--35 {
    margin-left: 35px !important;
  }

  .mr_sm--35 {
    margin-right: 35px !important;
  }

  .mb_sm--35 {
    margin-bottom: 35px !important;
  }

  .ptb_sm--40 {
    padding: 40px 0 !important;
  }

  .plr_sm--40 {
    padding: 0 40px !important;
  }

  .pt_sm--40 {
    padding-top: 40px !important;
  }

  .pb_sm--40 {
    padding-bottom: 40px !important;
  }

  .pl_sm--40 {
    padding-left: 40px !important;
  }

  .pr_sm--40 {
    padding-right: 40px !important;
  }

  .mt_sm--40 {
    margin-top: 40px !important;
  }

  .ml_sm--40 {
    margin-left: 40px !important;
  }

  .mr_sm--40 {
    margin-right: 40px !important;
  }

  .mb_sm--40 {
    margin-bottom: 40px !important;
  }

  .ptb_sm--45 {
    padding: 45px 0 !important;
  }

  .plr_sm--45 {
    padding: 0 45px !important;
  }

  .pt_sm--45 {
    padding-top: 45px !important;
  }

  .pb_sm--45 {
    padding-bottom: 45px !important;
  }

  .pl_sm--45 {
    padding-left: 45px !important;
  }

  .pr_sm--45 {
    padding-right: 45px !important;
  }

  .mt_sm--45 {
    margin-top: 45px !important;
  }

  .ml_sm--45 {
    margin-left: 45px !important;
  }

  .mr_sm--45 {
    margin-right: 45px !important;
  }

  .mb_sm--45 {
    margin-bottom: 45px !important;
  }

  .ptb_sm--50 {
    padding: 50px 0 !important;
  }

  .plr_sm--50 {
    padding: 0 50px !important;
  }

  .pt_sm--50 {
    padding-top: 50px !important;
  }

  .pb_sm--50 {
    padding-bottom: 50px !important;
  }

  .pl_sm--50 {
    padding-left: 50px !important;
  }

  .pr_sm--50 {
    padding-right: 50px !important;
  }

  .mt_sm--50 {
    margin-top: 50px !important;
  }

  .ml_sm--50 {
    margin-left: 50px !important;
  }

  .mr_sm--50 {
    margin-right: 50px !important;
  }

  .mb_sm--50 {
    margin-bottom: 50px !important;
  }

  .ptb_sm--55 {
    padding: 55px 0 !important;
  }

  .plr_sm--55 {
    padding: 0 55px !important;
  }

  .pt_sm--55 {
    padding-top: 55px !important;
  }

  .pb_sm--55 {
    padding-bottom: 55px !important;
  }

  .pl_sm--55 {
    padding-left: 55px !important;
  }

  .pr_sm--55 {
    padding-right: 55px !important;
  }

  .mt_sm--55 {
    margin-top: 55px !important;
  }

  .ml_sm--55 {
    margin-left: 55px !important;
  }

  .mr_sm--55 {
    margin-right: 55px !important;
  }

  .mb_sm--55 {
    margin-bottom: 55px !important;
  }

  .ptb_sm--60 {
    padding: 60px 0 !important;
  }

  .plr_sm--60 {
    padding: 0 60px !important;
  }

  .pt_sm--60 {
    padding-top: 60px !important;
  }

  .pb_sm--60 {
    padding-bottom: 60px !important;
  }

  .pl_sm--60 {
    padding-left: 60px !important;
  }

  .pr_sm--60 {
    padding-right: 60px !important;
  }

  .mt_sm--60 {
    margin-top: 60px !important;
  }

  .ml_sm--60 {
    margin-left: 60px !important;
  }

  .mr_sm--60 {
    margin-right: 60px !important;
  }

  .mb_sm--60 {
    margin-bottom: 60px !important;
  }

  .ptb_sm--65 {
    padding: 65px 0 !important;
  }

  .plr_sm--65 {
    padding: 0 65px !important;
  }

  .pt_sm--65 {
    padding-top: 65px !important;
  }

  .pb_sm--65 {
    padding-bottom: 65px !important;
  }

  .pl_sm--65 {
    padding-left: 65px !important;
  }

  .pr_sm--65 {
    padding-right: 65px !important;
  }

  .mt_sm--65 {
    margin-top: 65px !important;
  }

  .ml_sm--65 {
    margin-left: 65px !important;
  }

  .mr_sm--65 {
    margin-right: 65px !important;
  }

  .mb_sm--65 {
    margin-bottom: 65px !important;
  }

  .ptb_sm--70 {
    padding: 70px 0 !important;
  }

  .plr_sm--70 {
    padding: 0 70px !important;
  }

  .pt_sm--70 {
    padding-top: 70px !important;
  }

  .pb_sm--70 {
    padding-bottom: 70px !important;
  }

  .pl_sm--70 {
    padding-left: 70px !important;
  }

  .pr_sm--70 {
    padding-right: 70px !important;
  }

  .mt_sm--70 {
    margin-top: 70px !important;
  }

  .ml_sm--70 {
    margin-left: 70px !important;
  }

  .mr_sm--70 {
    margin-right: 70px !important;
  }

  .mb_sm--70 {
    margin-bottom: 70px !important;
  }

  .ptb_sm--75 {
    padding: 75px 0 !important;
  }

  .plr_sm--75 {
    padding: 0 75px !important;
  }

  .pt_sm--75 {
    padding-top: 75px !important;
  }

  .pb_sm--75 {
    padding-bottom: 75px !important;
  }

  .pl_sm--75 {
    padding-left: 75px !important;
  }

  .pr_sm--75 {
    padding-right: 75px !important;
  }

  .mt_sm--75 {
    margin-top: 75px !important;
  }

  .ml_sm--75 {
    margin-left: 75px !important;
  }

  .mr_sm--75 {
    margin-right: 75px !important;
  }

  .mb_sm--75 {
    margin-bottom: 75px !important;
  }

  .ptb_sm--80 {
    padding: 80px 0 !important;
  }

  .plr_sm--80 {
    padding: 0 80px !important;
  }

  .pt_sm--80 {
    padding-top: 80px !important;
  }

  .pb_sm--80 {
    padding-bottom: 80px !important;
  }

  .pl_sm--80 {
    padding-left: 80px !important;
  }

  .pr_sm--80 {
    padding-right: 80px !important;
  }

  .mt_sm--80 {
    margin-top: 80px !important;
  }

  .ml_sm--80 {
    margin-left: 80px !important;
  }

  .mr_sm--80 {
    margin-right: 80px !important;
  }

  .mb_sm--80 {
    margin-bottom: 80px !important;
  }

  .ptb_sm--85 {
    padding: 85px 0 !important;
  }

  .plr_sm--85 {
    padding: 0 85px !important;
  }

  .pt_sm--85 {
    padding-top: 85px !important;
  }

  .pb_sm--85 {
    padding-bottom: 85px !important;
  }

  .pl_sm--85 {
    padding-left: 85px !important;
  }

  .pr_sm--85 {
    padding-right: 85px !important;
  }

  .mt_sm--85 {
    margin-top: 85px !important;
  }

  .ml_sm--85 {
    margin-left: 85px !important;
  }

  .mr_sm--85 {
    margin-right: 85px !important;
  }

  .mb_sm--85 {
    margin-bottom: 85px !important;
  }

  .ptb_sm--90 {
    padding: 90px 0 !important;
  }

  .plr_sm--90 {
    padding: 0 90px !important;
  }

  .pt_sm--90 {
    padding-top: 90px !important;
  }

  .pb_sm--90 {
    padding-bottom: 90px !important;
  }

  .pl_sm--90 {
    padding-left: 90px !important;
  }

  .pr_sm--90 {
    padding-right: 90px !important;
  }

  .mt_sm--90 {
    margin-top: 90px !important;
  }

  .ml_sm--90 {
    margin-left: 90px !important;
  }

  .mr_sm--90 {
    margin-right: 90px !important;
  }

  .mb_sm--90 {
    margin-bottom: 90px !important;
  }

  .ptb_sm--95 {
    padding: 95px 0 !important;
  }

  .plr_sm--95 {
    padding: 0 95px !important;
  }

  .pt_sm--95 {
    padding-top: 95px !important;
  }

  .pb_sm--95 {
    padding-bottom: 95px !important;
  }

  .pl_sm--95 {
    padding-left: 95px !important;
  }

  .pr_sm--95 {
    padding-right: 95px !important;
  }

  .mt_sm--95 {
    margin-top: 95px !important;
  }

  .ml_sm--95 {
    margin-left: 95px !important;
  }

  .mr_sm--95 {
    margin-right: 95px !important;
  }

  .mb_sm--95 {
    margin-bottom: 95px !important;
  }

  .ptb_sm--100 {
    padding: 100px 0 !important;
  }

  .plr_sm--100 {
    padding: 0 100px !important;
  }

  .pt_sm--100 {
    padding-top: 100px !important;
  }

  .pb_sm--100 {
    padding-bottom: 100px !important;
  }

  .pl_sm--100 {
    padding-left: 100px !important;
  }

  .pr_sm--100 {
    padding-right: 100px !important;
  }

  .mt_sm--100 {
    margin-top: 100px !important;
  }

  .ml_sm--100 {
    margin-left: 100px !important;
  }

  .mr_sm--100 {
    margin-right: 100px !important;
  }

  .mb_sm--100 {
    margin-bottom: 100px !important;
  }

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

  .pr_sm--0 {
    padding-right: 0;
  }

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

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

  .mr_sm--0 {
    margin-right: 0;
  }

  .ml_sm--0 {
    margin-left: 0;
  }

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

  .mb_sm--0 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 575px) {
  .ptb_mobile--5 {
    padding: 5px 0 !important;
  }

  .plr_mobile--5 {
    padding: 0 5px !important;
  }

  .pt_mobile--5 {
    padding-top: 5px !important;
  }

  .pb_mobile--5 {
    padding-bottom: 5px !important;
  }

  .pl_mobile--5 {
    padding-left: 5px !important;
  }

  .pr_mobile--5 {
    padding-right: 5px !important;
  }

  .mt_mobile--5 {
    margin-top: 5px !important;
  }

  .mb_mobile--5 {
    margin-bottom: 5px !important;
  }

  .ptb_mobile--10 {
    padding: 10px 0 !important;
  }

  .plr_mobile--10 {
    padding: 0 10px !important;
  }

  .pt_mobile--10 {
    padding-top: 10px !important;
  }

  .pb_mobile--10 {
    padding-bottom: 10px !important;
  }

  .pl_mobile--10 {
    padding-left: 10px !important;
  }

  .pr_mobile--10 {
    padding-right: 10px !important;
  }

  .mt_mobile--10 {
    margin-top: 10px !important;
  }

  .mb_mobile--10 {
    margin-bottom: 10px !important;
  }

  .ptb_mobile--15 {
    padding: 15px 0 !important;
  }

  .plr_mobile--15 {
    padding: 0 15px !important;
  }

  .pt_mobile--15 {
    padding-top: 15px !important;
  }

  .pb_mobile--15 {
    padding-bottom: 15px !important;
  }

  .pl_mobile--15 {
    padding-left: 15px !important;
  }

  .pr_mobile--15 {
    padding-right: 15px !important;
  }

  .mt_mobile--15 {
    margin-top: 15px !important;
  }

  .mb_mobile--15 {
    margin-bottom: 15px !important;
  }

  .ptb_mobile--20 {
    padding: 20px 0 !important;
  }

  .plr_mobile--20 {
    padding: 0 20px !important;
  }

  .pt_mobile--20 {
    padding-top: 20px !important;
  }

  .pb_mobile--20 {
    padding-bottom: 20px !important;
  }

  .pl_mobile--20 {
    padding-left: 20px !important;
  }

  .pr_mobile--20 {
    padding-right: 20px !important;
  }

  .mt_mobile--20 {
    margin-top: 20px !important;
  }

  .mb_mobile--20 {
    margin-bottom: 20px !important;
  }

  .ptb_mobile--25 {
    padding: 25px 0 !important;
  }

  .plr_mobile--25 {
    padding: 0 25px !important;
  }

  .pt_mobile--25 {
    padding-top: 25px !important;
  }

  .pb_mobile--25 {
    padding-bottom: 25px !important;
  }

  .pl_mobile--25 {
    padding-left: 25px !important;
  }

  .pr_mobile--25 {
    padding-right: 25px !important;
  }

  .mt_mobile--25 {
    margin-top: 25px !important;
  }

  .mb_mobile--25 {
    margin-bottom: 25px !important;
  }

  .ptb_mobile--30 {
    padding: 30px 0 !important;
  }

  .plr_mobile--30 {
    padding: 0 30px !important;
  }

  .pt_mobile--30 {
    padding-top: 30px !important;
  }

  .pb_mobile--30 {
    padding-bottom: 30px !important;
  }

  .pl_mobile--30 {
    padding-left: 30px !important;
  }

  .pr_mobile--30 {
    padding-right: 30px !important;
  }

  .mt_mobile--30 {
    margin-top: 30px !important;
  }

  .mb_mobile--30 {
    margin-bottom: 30px !important;
  }

  .ptb_mobile--35 {
    padding: 35px 0 !important;
  }

  .plr_mobile--35 {
    padding: 0 35px !important;
  }

  .pt_mobile--35 {
    padding-top: 35px !important;
  }

  .pb_mobile--35 {
    padding-bottom: 35px !important;
  }

  .pl_mobile--35 {
    padding-left: 35px !important;
  }

  .pr_mobile--35 {
    padding-right: 35px !important;
  }

  .mt_mobile--35 {
    margin-top: 35px !important;
  }

  .mb_mobile--35 {
    margin-bottom: 35px !important;
  }

  .ptb_mobile--40 {
    padding: 40px 0 !important;
  }

  .plr_mobile--40 {
    padding: 0 40px !important;
  }

  .pt_mobile--40 {
    padding-top: 40px !important;
  }

  .pb_mobile--40 {
    padding-bottom: 40px !important;
  }

  .pl_mobile--40 {
    padding-left: 40px !important;
  }

  .pr_mobile--40 {
    padding-right: 40px !important;
  }

  .mt_mobile--40 {
    margin-top: 40px !important;
  }

  .mb_mobile--40 {
    margin-bottom: 40px !important;
  }

  .ptb_mobile--45 {
    padding: 45px 0 !important;
  }

  .plr_mobile--45 {
    padding: 0 45px !important;
  }

  .pt_mobile--45 {
    padding-top: 45px !important;
  }

  .pb_mobile--45 {
    padding-bottom: 45px !important;
  }

  .pl_mobile--45 {
    padding-left: 45px !important;
  }

  .pr_mobile--45 {
    padding-right: 45px !important;
  }

  .mt_mobile--45 {
    margin-top: 45px !important;
  }

  .mb_mobile--45 {
    margin-bottom: 45px !important;
  }

  .ptb_mobile--50 {
    padding: 50px 0 !important;
  }

  .plr_mobile--50 {
    padding: 0 50px !important;
  }

  .pt_mobile--50 {
    padding-top: 50px !important;
  }

  .pb_mobile--50 {
    padding-bottom: 50px !important;
  }

  .pl_mobile--50 {
    padding-left: 50px !important;
  }

  .pr_mobile--50 {
    padding-right: 50px !important;
  }

  .mt_mobile--50 {
    margin-top: 50px !important;
  }

  .mb_mobile--50 {
    margin-bottom: 50px !important;
  }

  .ptb_mobile--55 {
    padding: 55px 0 !important;
  }

  .plr_mobile--55 {
    padding: 0 55px !important;
  }

  .pt_mobile--55 {
    padding-top: 55px !important;
  }

  .pb_mobile--55 {
    padding-bottom: 55px !important;
  }

  .pl_mobile--55 {
    padding-left: 55px !important;
  }

  .pr_mobile--55 {
    padding-right: 55px !important;
  }

  .mt_mobile--55 {
    margin-top: 55px !important;
  }

  .mb_mobile--55 {
    margin-bottom: 55px !important;
  }

  .ptb_mobile--60 {
    padding: 60px 0 !important;
  }

  .plr_mobile--60 {
    padding: 0 60px !important;
  }

  .pt_mobile--60 {
    padding-top: 60px !important;
  }

  .pb_mobile--60 {
    padding-bottom: 60px !important;
  }

  .pl_mobile--60 {
    padding-left: 60px !important;
  }

  .pr_mobile--60 {
    padding-right: 60px !important;
  }

  .mt_mobile--60 {
    margin-top: 60px !important;
  }

  .mb_mobile--60 {
    margin-bottom: 60px !important;
  }

  .ptb_mobile--65 {
    padding: 65px 0 !important;
  }

  .plr_mobile--65 {
    padding: 0 65px !important;
  }

  .pt_mobile--65 {
    padding-top: 65px !important;
  }

  .pb_mobile--65 {
    padding-bottom: 65px !important;
  }

  .pl_mobile--65 {
    padding-left: 65px !important;
  }

  .pr_mobile--65 {
    padding-right: 65px !important;
  }

  .mt_mobile--65 {
    margin-top: 65px !important;
  }

  .mb_mobile--65 {
    margin-bottom: 65px !important;
  }

  .ptb_mobile--70 {
    padding: 70px 0 !important;
  }

  .plr_mobile--70 {
    padding: 0 70px !important;
  }

  .pt_mobile--70 {
    padding-top: 70px !important;
  }

  .pb_mobile--70 {
    padding-bottom: 70px !important;
  }

  .pl_mobile--70 {
    padding-left: 70px !important;
  }

  .pr_mobile--70 {
    padding-right: 70px !important;
  }

  .mt_mobile--70 {
    margin-top: 70px !important;
  }

  .mb_mobile--70 {
    margin-bottom: 70px !important;
  }

  .ptb_mobile--75 {
    padding: 75px 0 !important;
  }

  .plr_mobile--75 {
    padding: 0 75px !important;
  }

  .pt_mobile--75 {
    padding-top: 75px !important;
  }

  .pb_mobile--75 {
    padding-bottom: 75px !important;
  }

  .pl_mobile--75 {
    padding-left: 75px !important;
  }

  .pr_mobile--75 {
    padding-right: 75px !important;
  }

  .mt_mobile--75 {
    margin-top: 75px !important;
  }

  .mb_mobile--75 {
    margin-bottom: 75px !important;
  }

  .ptb_mobile--80 {
    padding: 80px 0 !important;
  }

  .plr_mobile--80 {
    padding: 0 80px !important;
  }

  .pt_mobile--80 {
    padding-top: 80px !important;
  }

  .pb_mobile--80 {
    padding-bottom: 80px !important;
  }

  .pl_mobile--80 {
    padding-left: 80px !important;
  }

  .pr_mobile--80 {
    padding-right: 80px !important;
  }

  .mt_mobile--80 {
    margin-top: 80px !important;
  }

  .mb_mobile--80 {
    margin-bottom: 80px !important;
  }

  .ptb_mobile--85 {
    padding: 85px 0 !important;
  }

  .plr_mobile--85 {
    padding: 0 85px !important;
  }

  .pt_mobile--85 {
    padding-top: 85px !important;
  }

  .pb_mobile--85 {
    padding-bottom: 85px !important;
  }

  .pl_mobile--85 {
    padding-left: 85px !important;
  }

  .pr_mobile--85 {
    padding-right: 85px !important;
  }

  .mt_mobile--85 {
    margin-top: 85px !important;
  }

  .mb_mobile--85 {
    margin-bottom: 85px !important;
  }

  .ptb_mobile--90 {
    padding: 90px 0 !important;
  }

  .plr_mobile--90 {
    padding: 0 90px !important;
  }

  .pt_mobile--90 {
    padding-top: 90px !important;
  }

  .pb_mobile--90 {
    padding-bottom: 90px !important;
  }

  .pl_mobile--90 {
    padding-left: 90px !important;
  }

  .pr_mobile--90 {
    padding-right: 90px !important;
  }

  .mt_mobile--90 {
    margin-top: 90px !important;
  }

  .mb_mobile--90 {
    margin-bottom: 90px !important;
  }

  .ptb_mobile--95 {
    padding: 95px 0 !important;
  }

  .plr_mobile--95 {
    padding: 0 95px !important;
  }

  .pt_mobile--95 {
    padding-top: 95px !important;
  }

  .pb_mobile--95 {
    padding-bottom: 95px !important;
  }

  .pl_mobile--95 {
    padding-left: 95px !important;
  }

  .pr_mobile--95 {
    padding-right: 95px !important;
  }

  .mt_mobile--95 {
    margin-top: 95px !important;
  }

  .mb_mobile--95 {
    margin-bottom: 95px !important;
  }

  .ptb_mobile--100 {
    padding: 100px 0 !important;
  }

  .plr_mobile--100 {
    padding: 0 100px !important;
  }

  .pt_mobile--100 {
    padding-top: 100px !important;
  }

  .pb_mobile--100 {
    padding-bottom: 100px !important;
  }

  .pl_mobile--100 {
    padding-left: 100px !important;
  }

  .pr_mobile--100 {
    padding-right: 100px !important;
  }

  .mt_mobile--100 {
    margin-top: 100px !important;
  }

  .mb_mobile--100 {
    margin-bottom: 100px !important;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
menu,
ol,
ul,
table,
hr {
  margin: 0;
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  word-break: break-word;
  font-family: var(--font-secondary);
  line-height: 1.4074;
}

h1,
.h1 {
  font-size: var(--h1);
  line-height: 1.19;
}

h2,
.h2 {
  font-size: var(--h2);
  line-height: 1.23;
}

h3,
.h3 {
  font-size: var(--h3);
  line-height: 1.14;
}

h4,
.h4 {
  font-size: var(--h4);
  line-height: 1.25;
}

h5,
.h5 {
  font-size: var(--h5);
  line-height: 1.24;
}

h6,
.h6 {
  font-size: var(--h6);
  line-height: 1.25;
}

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 38px;
  }

  h2,
  .h2 {
    font-size: 32px;
  }

  h3,
  .h3 {
    font-size: 28px;
  }

  h4,
  .h4 {
    font-size: 24px;
  }

  h5,
  .h5 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 34px;
  }

  h2,
  .h2 {
    font-size: 28px;
  }

  h3,
  .h3 {
    font-size: 24px;
  }

  h4,
  .h4 {
    font-size: 20px;
  }

  h5,
  .h5 {
    font-size: 18px;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-weight: var(--f-bold);
}

h4,
.h4,
h5,
.h5 {
  font-weight: var(--f-bold);
}

h6,
.h6 {
  font-weight: var(--f-medium);
}

.text-justify {
  text-align: justify;
}

p {
  font-size: 18px;
  line-height: 1.45;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  p {
    font-size: 16px;
    line-height: 28px;
  }
}
p.has-large-font-size {
  line-height: 1.5;
  font-size: 36px;
}
@media only screen and (max-width: 767px) {
  p.has-large-font-size {
    font-size: 16px;
    line-height: 28px;
  }
}
p.has-medium-font-size {
  font-size: 20px;
  line-height: 36px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  p.has-medium-font-size {
    font-size: 18px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  p.has-medium-font-size {
    font-size: 16px;
    line-height: 28px;
  }
}
p.has-small-font-size {
  font-size: 13px;
}
p.has-very-light-gray-color {
  color: var(--color-white);
}
p.has-background {
  padding: 20px 30px;
}
p.b1 {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  p.b1 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  p.b1 {
    font-size: 16px;
    line-height: 28px;
  }
}
p.b2 {
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
}
@media only screen and (max-width: 767px) {
  p.b2 {
    font-size: 16px;
    line-height: 28px;
  }
}
p.b3 {
  font-size: var(--font-size-b3);
  line-height: var(--line-height-b3);
}
@media only screen and (max-width: 767px) {
  p.b3 {
    font-size: 16px;
    line-height: 28px;
  }
}
p.b4 {
  font-size: var(--font-size-b4);
  line-height: var(--line-height-b4);
}
@media only screen and (max-width: 767px) {
  p.b4 {
    font-size: 12px;
    line-height: 20px;
  }
}
p:last-child {
  margin-bottom: 0;
}

.b1 {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
}
@media only screen and (max-width: 767px) {
  .b1 {
    font-size: 16px;
    line-height: 28px;
  }
}

.b2 {
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
}
@media only screen and (max-width: 767px) {
  .b2 {
    font-size: 16px;
    line-height: 28px;
  }
}

.b3 {
  font-size: var(--font-size-b3);
  line-height: var(--line-height-b3);
}
@media only screen and (max-width: 767px) {
  .b3 {
    font-size: 16px;
    line-height: 28px;
  }
}

.b4 {
  font-size: var(--font-size-b4);
  line-height: var(--line-height-b4);
}
@media only screen and (max-width: 767px) {
  .b4 {
    font-size: 16px;
    line-height: 28px;
  }
}

.service-card-6 .inner .content .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 8px;
  transition: 0.4s;
}

.rbt-new-badge {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.rbt-new-badge.rbt-new-badge-one {
  color: #192335;
  font-size: 16px;
  font-weight: var(--f-medium);
  line-height: 1;
  padding: 19px 24px 21px 20px;
  box-shadow:0 15px 40px #121e56;
  background: linear-gradient(218.15deg, #2551d9 0%, #0b065afc 100%);
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .rbt-new-badge.rbt-new-badge-one {
    font-size: 14px;
    padding: 18px 10px 18px 10px;
  }
}
.rbt-new-badge.rbt-new-badge-one:before {
  position: absolute;
  top: 50%;
  right: -19px;
  left: -19px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 45px;
  width: -moz-calc(100% + 38px);
  width: calc(100% + 38px);
  background: linear-gradient(218.15deg,  #2551d9 0%, #0b065afc 100%);
  opacity: 0.85;
  -webkit-box-shadow: 0 0 29px #d1d3ed63;
  box-shadow: 0 0 29px #d1d3ed63;
  z-index: -1;
  content: "";
  -webkit-clip-path: polygon(100% 0, 97% 50%, 100% 100%, 0 100%, 3% 50%, 0 0);
  clip-path: polygon(100% 0, 97% 50%, 100% 100%, 0 100%, 3% 50%, 0 0);
}

 .rbt-new-badge.rbt-new-badge-one::before {
  box-shadow: none;
}

.mainmenu li.with-megamenu .rbt-megamenu .wrapper .mega-menu-item {
    padding: 0;
    margin: 0;
    height: 100%;
    margin: 0 -10px;

    li {
      margin: 0 -10px;

        a {
          font-weight: 500;
          padding: 10px 14px;
          font-size: 15px;
          display: block;
          margin: 0 10px;
          border-radius: 4px;
          transition: 0.3s;
          display: flex;
          align-items: center;
          color:#6b7385;

          &:hover {
              color: var(--primary-color) !important;
              background: rgba(0, 0, 0, 0.04);
          }
      }
    }
}

/*------------------------------
    Popup Menu Styles  
--------------------------------*/
.popup-mobile-menu {
  z-index: 9999;
  position: fixed;
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
@media only screen and (min-width: 1200px) {
  .popup-mobile-menu {
    display: none;
  }
}
.popup-mobile-menu .inner-wrapper {
  width: 400px;
  z-index: 999;
  position: absolute;
  background-color: var(--color-white);
  height: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  opacity: 0;
  left: -150px;
  transition: all 0.5s ease-out;
  padding: 30px;
  height: 100%;
  position: relative;
  overflow-y: auto;
}
@media only screen and (max-width: 767px) {
  .popup-mobile-menu .inner-wrapper {
    padding: 30px 30px;
  }
}
@media only screen and (max-width: 575px) {
  .popup-mobile-menu .inner-wrapper {
    width: 300px;
    padding: 30px 20px;
  }
}
.popup-mobile-menu .inner-wrapper .inner-top {
  border-bottom: 1px solid var(--primary-opacity);
  padding-bottom: 25px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .popup-mobile-menu .inner-wrapper .inner-top {
    padding-bottom: 15px;
    margin-bottom: 0px;
  }
}
.popup-mobile-menu .inner-wrapper .inner-top .content {
  display: flex;
  justify-content: space-between;
}
.popup-mobile-menu .inner-wrapper .inner-top .logo a img {
  max-height: 45px;
}
.popup-mobile-menu .inner-wrapper .inner-top .close-button {
  background: var(--color-white);
  border: 0 none;
  color: var(--color-heading);
  width: 40px;
  height: 40px;
  font-size: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.popup-mobile-menu .inner-wrapper .content {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .popup-mobile-menu .inner-wrapper .content {
    display: block;
  }
}
.popup-mobile-menu .inner-wrapper .description {
  padding-right: 18%;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .popup-mobile-menu .inner-wrapper .description {
    padding-right: 0;
  }
}
.popup-mobile-menu.active {
  visibility: visible;
  opacity: 1;
}
.popup-mobile-menu.active .inner-wrapper {
  opacity: 1;
  left: 0;
  overflow-y: auto;
}
.popup-mobile-menu .mainmenu {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 15px 0px;
}
.popup-mobile-menu .mainmenu li {
  margin: 0;
  line-height: 24px;
  padding: 5px 0px;

}
.popup-mobile-menu .mainmenu li a {
  padding: 8px 0;
  display: block;
  font-size: 16px;
  font-weight: 500;
}
.popup-mobile-menu .mainmenu li a.active {
  color: var(--color-primary) !important;
}
/* .popup-mobile-menu .mainmenu li a i {
  display: none;
} */
.popup-mobile-menu .mainmenu li + li {
  border-top: 1px solid var(--color-border);
}
.popup-mobile-menu .mainmenu .has-dropdown .submenu {
  padding: 0;
  max-width: 100%;
  list-style: none;
  padding-left: 14px;
  display: none;
}
.popup-mobile-menu .mainmenu .has-dropdown .submenu li a {
  font-size: 15px;
}
.popup-mobile-menu .mainmenu .has-dropdown .submenu li a.active {
  color: var(--color-primary) !important;
}
.popup-mobile-menu .mainmenu .has-menu-child-item > a,
.popup-mobile-menu .mainmenu .has-dropdown > a {
  position: relative;
}
.popup-mobile-menu .mainmenu .has-menu-child-item > a::after,
.popup-mobile-menu .mainmenu .has-dropdown > a::after {
  position: absolute;
  content: "\2b";
  font-family: "Font Awesome 6 Free" !important;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s;
   font-weight: 900;
}
.popup-mobile-menu .mainmenu .has-menu-child-item > a.open::after,
.popup-mobile-menu .mainmenu .has-dropdown > a.open::after {
  content: "\f068";
}
.popup-mobile-menu .mainmenu .rbt-megamenu {
  padding: 0;
  max-width: 100%;
  list-style: none;
  padding-left: 14px;
  display: none;
}
.popup-mobile-menu .mainmenu .mega-menu-item {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 0;
}
.popup-mobile-menu .mainmenu .mega-menu-item li a {
  font-size: 15px;
}
.popup-mobile-menu .mainmenu .mega-menu-item li:last-child {
  border-bottom: 1px solid var(--color-border);
}
.popup-mobile-menu .mainmenu .single-mega-item:last-child .mega-menu-item li:last-child {
  border-bottom-color: transparent;
}
.popup-mobile-menu .mainmenu .single-mega-item + .single-mega-item {
  margin-top: 15px;
}
.popup-mobile-menu .mainmenu .single-mega-item .rbt-short-title {
  margin-top: 8px;
}
.popup-mobile-menu .mega-top-banner {
  margin: 0;
  margin-top: 10px;
  background-image: inherit;
  background-color: var(--color-dark);
  border-radius: 4px;
  margin-bottom: 9px;
}
.popup-mobile-menu .mega-top-banner .content {
  width: 100%;
  display: block;
}
.popup-mobile-menu .nav-quick-access {
  display: block;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -20px;
  padding: 6px 17px;
  overflow: hidden;
}
.popup-mobile-menu .nav-quick-access li a {
  display: flex;
  font-size: 14px;
}
.popup-mobile-menu .nav-quick-access li a i {
  display: flex;
}
.popup-mobile-menu .rbt-ads-wrapper {
  margin-bottom: 20px;
  margin-top: -16px;
  margin-left: -15px;
}
@media only screen and (max-width: 1199px) {
  .popup-mobile-menu .rbt-ads-wrapper {
    margin-top: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .popup-mobile-menu .rbt-ads-wrapper img {
    border-radius: 10px;
  }
}
.popup-mobile-menu .btn-wrapper {
  margin-left: -14px;
  margin-bottom: 20px;
  margin-top: -14px;
}
.popup-mobile-menu .rbt-btn.btn-xl {
  padding: 0 15px !important;
  font-size: 14px !important;
  height: 50px;
  line-height: 52px;
  border-radius: 4px !important;
}
.popup-mobile-menu .rbt-btn i {
  display: block !important;
}
.popup-mobile-menu .mega-category-item {
  margin-top: -15px;
  margin-bottom: 15px;
}
.popup-mobile-menu .mega-category-item .nav-category-item {
  padding: 8px 14px;
}

@media only screen and (max-width: 767px) {
  .hamberger {
    margin-left: 10px;
  }
}
.hamberger .hamberger-button {
  background: transparent;
  border: 0 none;
  color: var(--color-body);
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  padding: 0;
}

.rbt-round-btn {
    width: 40px;
    height: 40px;
    line-height: 41px;
    text-align: center;
    border-radius: 100%;
    position: relative;
    z-index: 1;
    background: transparent;
    padding: 0;
    border: 0 none;
    display: block;
}

/*-------------------------
    Advance Tab Style Two  
--------------------------*/
.tab-button-style-2 {
  border-bottom: 2px solid #e6e3f1;
  justify-content: center;
  margin-bottom: 30px;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .tab-button-style-2 {
    margin-bottom: 20px;
  }
}
.tab-button-style-2 li {
  margin-top: 0;
  margin-bottom: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-button-style-2 li a {
  position: relative;
  display: block;
  outline: none;
  padding: 16px 28px;
  border: 0 none;
  box-shadow: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tab-button-style-2 li a {
    padding: 16px 12px;
    font-size: 22px !important;
  }
}
@media only screen and (max-width: 767px) {
  .tab-button-style-2 li a {
    padding: 14px 10px;
    font-size: 22px !important;
    
  }
}
.tab-button-style-2 li a::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: var(--accent-secondary-color);
  transform: scaleX(0);
  transition: transform 0.3s;
}
.tab-button-style-2 li a.active {
  border: 0 none;
  outline: none;
  color: var(--accent-secondary-color);
}
.tab-button-style-2 li a.active::after {
  transform: scaleX(1);
}
.tab-button-style-2 li a {
  font-size: 28px;
  margin-bottom: 0;
  font-weight: 500;
}

.advance-tab-content-style-2 {
  /* padding: 0 15%; */

  p {
    font-size:22px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .advance-tab-content-style-2 {
    padding: 0 6%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .advance-tab-content-style-2 {
    padding: 0 7%;
  }
}
@media only screen and (max-width: 767px) {
  .advance-tab-content-style-2 {
    padding: 0;
  }
}
.advance-tab-content-style-2.text-start {
  padding: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .advance-tab-content-style-2.text-start {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .advance-tab-content-style-2.text-start {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .advance-tab-content-style-2.text-start {
    padding: 0;
  }
}

/*---------------------
    Tab Styles  
-----------------------*/
.rbt-default-tab {
  position: relative;
}
.rbt-default-tab .tab-button {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
  border-bottom: none;
}
.rbt-default-tab .tab-button .tabs__tab {
  margin: 0;
}
.rbt-default-tab .tab-button .tabs__tab .nav-link {
  color: var(--color-heading);
  padding: 24px 44px;
  margin-bottom: 0px;
  outline: none;
  border: 0 none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-default-tab .tab-button .tabs__tab .nav-link {
    padding: 24px 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-default-tab .tab-button .tabs__tab .nav-link {
    padding: 24px 24px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-default-tab .tab-button .tabs__tab .nav-link {
    padding: 24px 20px;
  }
}
.rbt-default-tab .tab-button .tabs__tab .nav-link.active {
  background: var(--color-extra2);
  border-color: transparent;
}
.rbt-default-tab .tab-button .rainbow-tab-button button {
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0 none;
  color: var(--color-heading);
}
.rbt-default-tab .rainbow-tab-content {
  background: var(--color-extra2);
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .rbt-default-tab .rainbow-tab-content {
    padding: 30px;
  }
}
.rbt-default-tab .rainbow-tab-content p:last-child {
  margin-bottom: 0;
}
.rbt-default-tab.style-two .tab-button {
  margin-bottom: 30px;
}
.rbt-default-tab.style-two .tab-button .tabs__tab button {
  border-radius: var(--radius);
}
.rbt-default-tab.style-two .rainbow-tab-content {
  border-radius: var(--radius);
}