/*!
Theme Name: Linear Web - Dezcon Group
Theme URI: http://underscores.me/
Author: Linear Web Solutions
Author URI: https://linearwebsolutions.com.au/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: linearweb_dezcongroup
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Linear Web - Dezcon Group is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

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

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* ----- WP Scss File ------- */
body {
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

body,
p,
a {
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  font-family: "Sarabun", sans-serif;
  color: #332d2d;
}

p {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.7;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Sarabun", sans-serif;
  color: #25c2e5;
  margin: 0;
  padding: 0;
}

button:focus, button:active {
  outline: none;
}

.btn {
  outline: none;
  box-shadow: none;
  border-radius: 5px;
  border: 1px solid #dedede;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}
.btn:focus, .btn:hover {
  box-shadow: none;
  outline: none;
  color: inherit;
}
.btn.btn-custom-small {
  font-size: 0.75rem;
  padding: 6px 20px;
}
.btn.btn-custom-medium {
  font-size: 0.875rem;
  padding: 8px 25px;
}
.btn.btn-custom-large {
  font-size: 1rem;
  font-weight: 600;
  padding: 12px 32px;
  letter-spacing: 0.03em;
}
.btn.btn-primary {
  background-color: #25c2e5;
  border-color: #25c2e5;
  color: #fff;
}
.btn.btn-primary:hover {
  background-color: transparent;
  color: #25c2e5;
}
.btn.btn-secondary {
  background-color: #12123b;
  border-color: #12123b;
  color: #fff;
}
.btn.btn-secondary:hover {
  background-color: transparent;
  color: #12123b;
}
.btn.btn-dark {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.btn.btn-dark:hover {
  background-color: transparent;
  color: #000;
}
.btn.btn-whitey {
  background-color: #fff;
  border-color: #fff;
  color: #332d2d;
}
.btn.btn-whitey:hover {
  background-color: transparent;
  color: #fff;
}

/* -- Sroll To Top on Click -- */
.scrollevent a {
  font-size: 18px;
  text-decoration: none;
}
.scrollevent a:hover {
  font-style: normal;
}
.scrollevent a .btn-scroll-up {
  padding: 5px 6px;
  background-color: rgba(37, 194, 229, 0.95);
  box-shadow: none;
  border: 1px solid;
  border-color: #17a1c0;
  border-radius: 6px 6px 0 0;
  color: #fff;
  transition: 0.6s all;
  cursor: pointer;
}
.scrollevent a .btn-scroll-up i {
  transform: translateY(0);
  transition: 0.6s all;
  color: #fff;
}
.scrollevent a .btn-scroll-up:hover i {
  transform: translateY(-5px);
}
.scrollevent a .btn-scroll-up:focus {
  text-decoration: none;
  border: none;
  outline: none;
}

.scrollToTop {
  z-index: 9999;
  text-align: center;
  background: transparent;
  color: #fff;
  position: fixed;
  bottom: 50px;
  right: 30px;
  display: none !important;
  cursor: pointer;
}
.scrollToTop.d-block {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .scrollToTop.d-block {
    display: none !important;
  }
}
.scrollToTop button i {
  padding: 3px;
  font-size: 18px;
  color: #fff;
}
.scrollToTop:hover {
  text-decoration: none;
}

.slick-slide:focus {
  outline: none;
}

.slick-dots li {
  display: flex;
  justify-content: center;
  gap: 5px;
  width: 10px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #8a8a8a;
  cursor: pointer;
}
.slick-dots li button {
  text-indent: -9999px;
  border: none;
  background-color: transparent;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active {
  background-color: #25c2e5;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  aspect-ratio: 1/1;
  background-color: #f8f8f8;
  display: grid;
  place-items: center;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.slick-arrow i {
  font-size: 1.5rem;
  color: #000;
  transition: 0.3s ease-in-out;
}
.slick-arrow:hover {
  background-color: #25c2e5;
}
.slick-arrow:hover i {
  color: #fff;
}
.slick-arrow.left {
  left: 0px;
  z-index: 9;
}
.slick-arrow.right {
  right: 0px;
}

.mobile-call-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  z-index: 99;
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile-call-button {
    display: block;
  }
}
.mobile-call-button a {
  font-size: 20px;
  height: 45px;
  width: 45px;
  line-height: 45px;
  color: #fff;
  background-color: rgba(37, 194, 229, 0.7);
  border-radius: 100%;
}

.icon-block {
  width: 50px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  position: relative;
  background-color: #12123b;
  z-index: 1;
}
.icon-block::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #25c2e5;
  z-index: -1;
  transition: 0.3s ease-in-out;
}
.icon-block i {
  color: #fff;
}
.icon-block svg {
  width: 60px;
  aspect-ratio: 1/1;
  transition: 0.5s ease-in-out;
}
.icon-block:hover::before {
  height: 100%;
}
.icon-block:hover svg path {
  fill: #12123b;
  stroke: #12123b;
}

.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 25px 10px;
}
.form .form-group {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
}
.form .form-group.half-width {
  flex-basis: calc(50% - 10px);
}
.form .form-group label {
  font-size: 1rem;
  color: #1c1c1c;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.form .form-group label i {
  font-size: 0.9375rem;
}
.form .form-group label span {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}
.form .form-group .form-input {
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background: transparent;
  padding: 8px;
  font-size: 0.9375rem;
  text-transform: capitalize;
  color: #000;
  resize: none;
}
.form .form-group .form-input::placeholder {
  font-size: 0.9375rem;
  color: #1c1c1c;
}
.form .form-group .form-input:focus-visible {
  border: none;
  outline: 0;
  box-shadow: 2px 2px 3px -1px #1c1c1c;
  border-bottom: 1px solid #1c1c1c;
}
.form .form-group .form-input.msg-input {
  height: 100px;
}

@media screen and (max-width: 992px) {
  .form .form-group label {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .form .form-group.half-width {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 576px) {
  .form {
    flex-direction: column;
    gap: 20px;
  }
  .form .form-group .form-input {
    font-size: 0.875rem;
  }
  .form .form-group .form-input::placeholder {
    font-size: 0.875rem;
  }
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li,
ol li {
  display: block;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  transition: 0.4s all;
}

a {
  color: #1c1c1c;
  text-decoration: none;
  display: block;
  overflow: hidden;
  transition: 0.4s all;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  font-style: normal;
  cursor: pointer;
  outline: none;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

.no-border-right {
  border-right: none;
}

.no-border-left {
  border-left: none;
}

.no-border-top {
  border-top: none;
}

.no-border-bottom {
  border-bottom: none;
}

.section {
  padding: 80px 0;
}

.title {
  padding-bottom: 40px;
  text-align: center;
}
.title h2 {
  font-size: 2rem;
  font-weight: 900;
  color: #12123b;
  text-transform: uppercase;
}
.title h2 span {
  color: #25c2e5;
  font-weight: 300;
}
.title p {
  font-size: 1rem;
  font-weight: 300;
  color: #1c1c1c;
  max-width: 600px;
  margin: 0 auto;
  padding-top: 10px;
}

@media screen and (max-width: 1200px) {
  .section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 992px) {
  .section {
    padding: 50px 0;
  }
  .title h2 {
    font-size: 1.75rem;
  }
  .title p {
    font-size: 0.975rem;
  }
}
@media screen and (max-width: 768px) {
  .section {
    padding: 40px 0;
  }
  .title {
    padding-bottom: 30px;
  }
  .title h2 {
    font-size: 1.5rem;
  }
  .title p {
    font-size: 0.875rem;
    width: auto;
  }
}
@media screen and (max-width: 577px) {
  .section {
    padding: 30px 0;
  }
  .title h2 {
    font-size: 1.25rem;
  }
}
.breadcrumb {
  position: relative;
  z-index: 1;
  margin: 0;
}
.breadcrumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(37, 194, 229, 0.7);
  z-index: -1;
}
.breadcrumb .bread-title {
  font-size: 2rem;
  font-weight: 700;
  color: #1c1c1c;
  text-transform: uppercase;
  padding: 20px 0 10px 0;
}
.breadcrumb .bread-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 30px;
  padding-bottom: 20px;
}
.breadcrumb .bread-row .bread-list {
  position: relative;
}
.breadcrumb .bread-row .bread-list::before {
  content: "\f054";
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  font-family: "fontAwesome";
  font-weight: 700;
  font-size: 0.6125rem;
  color: #fff;
}
.breadcrumb .bread-row .bread-list:first-child::before {
  display: none;
}
.breadcrumb .bread-row .bread-list .bread-link {
  font-size: 0.9375rem;
  color: #fff;
  line-height: 1.3;
}
.breadcrumb .bread-row .bread-list a:hover {
  color: #1c1c1c;
}

@media screen and (max-width: 768px) {
  .breadcrumb .bread-title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  .breadcrumb {
    position: relative;
    z-index: 1;
    margin: 0;
  }
  .breadcrumb::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(37, 194, 229, 0.7);
    z-index: -1;
  }
  .breadcrumb .bread-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1c1c1c;
    text-transform: uppercase;
    padding: 20px 0 10px 0;
  }
  .breadcrumb .bread-row {
    gap: 10px 20px;
  }
  .breadcrumb .bread-row .bread-list::before {
    left: -12px;
  }
  .breadcrumb .bread-row .bread-list .bread-link {
    font-size: 0.875rem;
  }
}
header {
  z-index: 111;
}
header .nav-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
header .nav-top .navbar-brand figure {
  width: 150px;
}
header .nav-top .company-info {
  justify-content: space-between;
}
header .nav-top .company-info .info {
  align-items: center;
  padding: 0 45px;
}
header .nav-top .company-info .info i {
  color: #25c2e5;
  font-size: 12px;
  padding-right: 10px;
}
header .nav-top .company-info .info p {
  font-size: 14px;
  font-weight: 500;
  color: #1c1c1c;
  font-weight: 400;
}
header .nav-top .company-info .info:first-child {
  padding-left: 0;
}
header .nav-top .company-info .info:last-child {
  padding-right: 0;
}
header .nav-top .company-info .info .social-icons .social-link i {
  padding-right: 30px;
  font-size: 14px;
  color: #f8f8f8;
}
header .nav-top .company-info .info .social-icons .social-link:last-child i {
  padding-right: 0;
}
header .navbar {
  padding: 0;
  background-color: #25c2e5;
  z-index: 9;
  position: relative;
  border-radius: 10px;
}
header .navbar .navbar-brand {
  display: none;
}
header .navbar svg rect {
  fill: #1c1c1c;
}
header .navbar .navbar-toggler {
  z-index: 9999;
}
header .navbar .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
header .navbar-collapse {
  display: flex;
  justify-content: space-between;
  z-index: 2;
}
header .navbar-collapse .navbar-nav {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
header .navbar-collapse .navbar-nav .nav-item {
  text-align: center;
  position: relative;
}
header .navbar-collapse .navbar-nav .nav-item .nav-link {
  margin: 0 10px;
  padding: 16px 6px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 13px;
  font-weight: 400;
  display: block;
  position: relative;
}
header .navbar-collapse .navbar-nav .nav-item .nav-link i {
  color: #fff;
  font-size: 12px;
  padding-right: 6px;
}
header .navbar-collapse .navbar-nav .nav-item .nav-link.button {
  padding: 8px 15px;
  font-size: 12px;
  color: #1c1c1c;
  background-color: #fff;
  border-color: #fff;
}
header .navbar-collapse .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: 0.3s ease-in-out;
}
header .navbar-collapse .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
header .navbar-collapse .navbar-nav .nav-item.active .nav-link::before {
  width: 100%;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
  display: block;
  padding: 0;
  opacity: 0;
  top: calc(100% + 15px);
  pointer-events: none;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .menu-item .nav-link {
  color: #1c1c1c;
  padding: 5px;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  opacity: 1;
  top: 100%;
  pointer-events: all;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu .menu-item .nav-link {
  margin: 0;
  transition: 0.3s ease-in-out;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu .menu-item:hover .nav-link {
  background-color: #25c2e5;
  color: #fff;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu .menu-item:hover .nav-link::before {
  display: none;
}
header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 111;
  background-color: #25c2e5;
  animation: smoothScroll 1s forwards;
  /* fixed header custom style ends here*/
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
header.fixed-header .nav-top {
  display: none;
  padding: 5px 0;
}
header.fixed-header .navbar .navbar-brand figure {
  display: block;
  width: 125px;
}
header.fixed-header .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-size: 0.875rem;
  text-transform: capitalize;
  padding: 10px 0;
}

@media screen and (max-width: 1200px) {
  header .nav-top .company-info .info {
    padding: 0 25px;
  }
  header .navbar-collapse .navbar-nav .nav-item:last-child {
    padding: 0 0;
  }
}
@media screen and (max-width: 992px) {
  header {
    background-color: #fff;
  }
  header .nav-top {
    display: none !important;
  }
  header .navbar {
    background-color: #fff;
    padding: 10px 15px;
    z-index: 2;
  }
  header .navbar .navbar-brand {
    display: block;
  }
  header .navbar .navbar-brand figure {
    width: 125px;
  }
  header .navbar-collapse {
    flex-direction: column;
    background-color: transparent;
  }
  header .navbar-collapse .navbar-nav {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }
  header .navbar-collapse .navbar-nav .nav-item .nav-link {
    display: inline-block;
    padding: 5px 0;
    color: #1c1c1c;
    text-transform: capitalize;
  }
  header .navbar-collapse .navbar-nav .nav-item .nav-link::before {
    background-color: #1c1c1c;
  }
  header.fixed-header {
    background-color: #fff;
  }
  header.fixed-header .navbar .navbar-brand figure {
    width: 100px;
  }
}
.banner {
  margin-top: -25px;
}
.banner .slider .block {
  position: relative;
  height: calc(100vh - 95px);
}
.banner .slider .block .image {
  width: 100%;
  height: calc(100vh - 95px);
}
.banner .slider .block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .slider .block .text {
  max-width: 400px;
  position: absolute;
  bottom: 10px;
  left: 0;
  text-align: right;
  background-color: #25c2e5;
  border: 3px solid #fff;
  border-left: none;
  border-radius: 6px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 10px;
}
.banner .slider .block .text h5 {
  font-size: 32px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.banner .slider .block .text .button a {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  overflow: visible;
}
.banner .slider .block .text .button a i {
  font-size: 14px;
  color: #fff;
  padding-left: 8px;
  transition: 0.3s ease-in-out;
}
.banner .slider .block .text .button a:hover i {
  transform: translateX(5px);
}
.banner .slick-arrow i {
  font-size: 26px;
  display: none;
  transition: 0.3s ease-in;
}
.banner .slick-arrow i:hover {
  color: #fff;
}
.banner:hover .slick-arrow i {
  display: inline;
}

@media screen and (max-width: 992px) {
  .banner {
    margin-top: 0;
  }
  .banner .slider .block {
    height: auto;
  }
  .banner .slider .block .image {
    height: auto;
  }
  .banner .slider .block .image img {
    height: auto;
  }
  .banner .slider .block .text h5 {
    font-size: 26px;
    padding-bottom: 10px;
  }
  .banner .slider .block .text .button a {
    font-size: 16px;
  }
  .banner .slider .block .text .button a i {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .banner .slider .block {
    height: auto;
  }
  .banner .slider .block .image img {
    height: auto;
  }
  .banner .slider .block .text h5 {
    font-size: 22px;
    padding-bottom: 5px;
  }
  .banner .slider .block .text .button a {
    font-size: 16px;
  }
  .banner .slick-arrow i {
    font-size: 20px;
  }
}
@media screen and (max-width: 577px) {
  .banner .slider .block .text {
    position: relative;
    text-align: center;
    border: none;
    border-radius: 0;
    padding: 20px 20px 40px 20px;
  }
  .banner .slider .block .text h5 {
    font-size: 20px;
  }
  .banner .slider .block .text .button a {
    font-size: 14px;
  }
  .banner .slick-dots {
    margin-top: -28px;
    position: relative;
  }
  .banner .slick-dots li {
    background-color: #fff;
  }
  .banner .slick-dots li.slick-active {
    background-color: #332d2d;
  }
}
@media screen and (max-width: 481px) {
  .banner .slider .block .text h5 {
    font-size: 18px;
  }
}
.about {
  background: url("../images/bg-img.png") no-repeat;
  background-position: right top;
  background-size: 250px;
}
.about .about-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
.about .about-wrap .block {
  flex: 0 0 calc(50% - 30px);
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}
.about .about-wrap .block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .about-wrap .block.about_img {
  position: relative;
  z-index: 1;
}
.about .about-wrap .block.about_img .small-image {
  position: absolute;
  bottom: 0;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 10px 20px;
  display: flex;
  gap: 20px;
}
.about .about-wrap .block.about_img .small-image img {
  width: 100px;
}
.about .about-wrap .block.about_img .small-image p {
  font-size: 1.125rem;
  color: #1c1c1c;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 10px;
}
.about .about-wrap .block.about_img .small-image p span {
  font-size: 1.5rem;
  font-weight: 900;
  display: block;
}
.about .about-wrap .block.content-block h4 {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.03em;
  word-spacing: 0.05em;
  color: #12123b;
  text-transform: uppercase;
}
.about .about-wrap .block.content-block h4 span {
  font-size: 1rem;
  font-weight: 300;
  color: #12123b;
  display: block;
  text-transform: initial;
}
.about .about-wrap .block.content-block p {
  font-size: 16px;
  margin: 20px 0;
}
.about .about-wrap .block.content-block .button .btn-primary {
  margin-left: 10px;
}

@media screen and (max-width: 992px) {
  .about .about-wrap {
    flex-direction: column;
    gap: 20px;
  }
  .about .about-wrap .block.content-block {
    text-align: center;
  }
  .about .about-wrap .block.content-block h4 {
    font-size: 24px;
  }
  .about .about-wrap .block.content-block p {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .about .about-wrap .block.content-block h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 481px) {
  .about .about-wrap .block.about_img {
    position: relative;
    z-index: 1;
  }
  .about .about-wrap .block.about_img .small-image img {
    width: 70px;
  }
  .about .about-wrap .block.about_img .small-image p {
    font-size: 0.9375rem;
  }
  .about .about-wrap .block.about_img .small-image p span {
    font-size: 1.125rem;
  }
  .about .about-wrap .block.content-block h4 {
    font-size: 20px;
  }
  .about .about-wrap .block.content-block p {
    margin: 20px 0;
  }
}
@media screen and (max-width: 321px) {
  .about .about-wrap .block.content-block h4 {
    font-size: 18px;
  }
}
.special_features .feature-wrapper {
  display: flex;
  flex-direction: row;
}
.special_features .feature-wrapper .features-block {
  flex: 0 0 calc(33.3333333333% - 20px);
  margin: 0 10px;
  text-align: center;
  transition: 0.3s ease-in-out;
  padding: 0 10px;
}
.special_features .feature-wrapper .features-block .image img {
  width: 70px;
}
.special_features .feature-wrapper .features-block .image h4 {
  font-size: 20px;
  font-weight: 900;
  padding: 20px 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: 0.3s ease-in-out;
}
.special_features .feature-wrapper .features-block .desc p {
  color: #8a8a8a;
  word-spacing: 0.05em;
  line-height: 1.5;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 992px) {
  .special_features .feature-wrapper .features-block .image img {
    width: 80px;
  }
  .special_features .feature-wrapper .features-block .image h4 {
    font-size: 18px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .special_features .feature-wrapper {
    flex-direction: column;
  }
  .special_features .feature-wrapper .features-block {
    padding: 20px 10px;
  }
  .special_features .feature-wrapper .features-block .image img {
    width: 60px;
  }
  .special_features .feature-wrapper .features-block .image h4 {
    font-size: 18px;
    padding: 15px 0;
  }
}
@media screen and (max-width: 577px) {
  .special_features .feature-wrapper .features-block {
    padding: 10px 10px;
  }
  .special_features .feature-wrapper .features-block .image h4 {
    font-size: 16px;
    padding: 10px 0;
  }
}
.why-choose-us .title {
  text-align: center;
}
.why-choose-us .title h2 span {
  display: block;
  font-size: 1rem;
  text-transform: capitalize;
}
.why-choose-us .wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}
.why-choose-us .wrapper .block {
  flex-basis: calc(33.3333333333% - 30px);
}
.why-choose-us .wrapper .block .image {
  width: 100%;
  height: 100%;
}
.why-choose-us .wrapper .block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.choose-block {
  position: relative;
  margin-bottom: 30px;
  padding: 20px 10px;
  height: 150px;
  display: grid;
  place-items: center;
  z-index: 1;
  transition: 0.5s ease-in-out;
  overflow: hidden;
  border-radius: 10px;
}
.choose-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #25c2e5;
  border-radius: 5px;
  z-index: -1;
}
.choose-block:last-child {
  margin-bottom: 0;
}
.choose-block .top-side {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  transition: 0.5s ease-in-out;
}
.choose-block .top-side .icon {
  margin: auto;
  width: 80px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  background-color: #fff;
  border-radius: 100%;
  z-index: 1;
  position: relative;
}
.choose-block .top-side .icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 0;
  border-radius: 100%;
  background-color: #25c2e5;
  z-index: -1;
  transition: 0.5s ease-in-out;
  transition-delay: 0.3s;
}
.choose-block .top-side .icon i {
  font-size: 2rem;
  color: #25c2e5;
  transition: 0.5s ease-in-out;
}
.choose-block .top-side h6 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  margin-top: 10px;
}
.choose-block:hover .top-side .icon::before {
  height: 110%;
}
.choose-block:hover .top-side .icon i {
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .choose-block:hover .desc {
    transform: translate(-50%, -40px);
  }
}
@media screen and (max-width: 992px) {
  .why-choose-us .wrapper {
    flex-direction: column;
  }
  .why-choose-us .wrapper .block {
    display: flex;
    gap: 20px;
    justify-content: center;
  }
  .why-choose-us .wrapper .block .image {
    max-width: 300px;
    aspect-ratio: 1/1;
  }
  .choose-block {
    width: 330px;
    margin: 0;
  }
  .choose-block .top-side .icon i {
    font-size: 1.5rem;
  }
  .choose-block .top-side h6 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .why-choose-us .wrapper {
    justify-content: center;
    align-items: center;
  }
  .why-choose-us .wrapper .block {
    flex-direction: column;
    overflow: hidden;
  }
  .choose-block {
    margin: 0;
  }
  .choose-block .top-side .icon i {
    font-size: 1.5rem;
  }
  .choose-block .top-side h6 {
    font-size: 1rem;
  }
  .choose-block:hover .desc {
    transform: translate(-50%, -10px);
  }
}
@media screen and (max-width: 576px) {
  .why-choose-us .wrapper {
    align-items: initial;
  }
  .why-choose-us .wrapper .block .image {
    max-width: 100%;
    aspect-ratio: 5/2;
  }
  .choose-block {
    width: 100%;
    margin: 0;
  }
  .choose-block .top-side {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
  .choose-block .top-side .icon::before {
    height: 100%;
  }
  .choose-block .top-side .icon i {
    color: #fff;
  }
  .choose-block .desc {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    padding: 0;
  }
  .choose-block:hover .top-side {
    transform: translate(0, 0);
  }
  .choose-block:hover .desc {
    transform: translate(0, 0);
  }
}
.service {
  background: url("../images/bg-img.png") no-repeat;
  background-position: right top;
  position: relative;
}
.service::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  background: url("../images/bg-img.png") no-repeat;
  background-position: left center;
}
.service .services-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
}
.service .services-wrapper .item {
  flex: 0 0 calc(33.3333333333% - 20px);
  display: flex;
  flex-direction: column;
}
.service .services-wrapper .item .image {
  width: 100%;
  height: 250px;
  border-radius: 10px;
  overflow: hidden;
}
.service .services-wrapper .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service .services-wrapper .item .detail {
  padding: 20px 10px;
  margin: -40px 15px 0 15px;
  box-shadow: 0 0 18px -10px #8a8a8a;
  background-color: #fff;
  position: relative;
  flex-grow: 1;
  border-radius: 10px;
}
.service .services-wrapper .item .detail h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #12123b;
  text-transform: capitalize;
}
.service .services-wrapper .item .detail h4 span {
  color: #12123b;
}
.service .services-wrapper .item .detail ul {
  margin-block: 10px;
}
.service .services-wrapper .item .detail ul li {
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;
  font-size: 0.8125rem;
  margin-bottom: 4px;
}
.service .services-wrapper .item .detail ul li:last-child {
  margin-bottom: 0;
}
.service .services-wrapper .item .read_more {
  font-size: 14px;
  color: #12123b;
}
.service .services-wrapper .item .read_more i {
  color: #12123b;
  padding-left: 5px;
  font-size: 12px;
  transition: 0.3s ease-in-out;
}
.service .services-wrapper .item .read_more:hover i {
  transform: translateX(5px);
}

@media screen and (max-width: 992px) {
  .service .services-wrapper .item {
    flex: 0 0 calc(50% - 20px);
  }
  .service .services-wrapper .item .detail h4 {
    font-size: 15px;
  }
  .service .services-wrapper .item .read_more {
    font-size: 13px;
  }
}
@media screen and (max-width: 577px) {
  .service .services-wrapper {
    flex-direction: column;
  }
  .service .services-wrapper .item {
    margin-right: 0;
  }
  .service .services-wrapper .item .image img {
    width: 100%;
  }
  .service .services-wrapper .item .detail h4 {
    font-size: 16px;
  }
}
.quote {
  background: url("../images/quotebg.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
}
.quote::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.quote .quote-wrapper {
  display: flex;
  flex-direction: row;
  margin: 0 0 200px 0;
}
.quote .quote-wrapper .quote-block {
  flex: 0 0 calc(70% - 60px);
  margin-right: 60px;
  position: relative;
}
.quote .quote-wrapper .quote-block .form-block {
  margin-bottom: -120px;
}
.quote .quote-wrapper .quote-block .form-block .form {
  background-color: #fff;
  padding: 40px 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-shadow: 0 0 16px -8px #8a8a8a;
  gap: 30px 20px;
  border-radius: 10px;
}
.quote .quote-wrapper .quote-block .title {
  text-align: left;
  padding: 40px 0;
}
.quote .quote-wrapper .quote-block .title h5 {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.02em;
  word-spacing: 0.04em;
}
.quote .quote-wrapper .quote-block .title p {
  font-size: 14px;
  color: #fff;
  padding-top: 0px;
  margin: 0;
}
.quote .quote-wrapper .quote-image {
  flex: 0 0 30%;
}
.quote .quote-wrapper .quote-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 3/2;
}

@media screen and (max-width: 1200px) {
  .quote .quote-wrapper {
    margin: 0 0 250px 0;
  }
  .quote .quote-wrapper .quote-block {
    flex: 0 0 calc(70% - 60px);
    margin-right: 60px;
  }
  .quote .quote-wrapper .quote-block .form-block {
    margin: 0 40px;
  }
}
@media screen and (max-width: 992px) {
  .quote {
    position: relative;
    padding-bottom: 100px;
  }
  .quote .quote-wrapper {
    flex-direction: column;
    margin: 0;
  }
  .quote .quote-wrapper .quote-block {
    margin-right: 0;
    position: relative;
    z-index: 3;
  }
  .quote .quote-wrapper .quote-block .form-block .form {
    padding: 40px 20px;
    margin-bottom: 20px;
  }
  .quote .quote-wrapper .quote-block .title h5 {
    font-size: 26px;
  }
  .quote .quote-wrapper .quote-block .title p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .quote .quote-wrapper .quote-block .form-block {
    margin: 0;
  }
  .quote .quote-wrapper .quote-block .form-block .form {
    padding: 40px 20px;
  }
  .quote .quote-wrapper .quote-block .title h5 {
    font-size: 22px;
  }
  .quote .quote-wrapper .quote-block .title p {
    width: 400px;
    padding: 20px 0 0 0;
  }
  .quote .quote-wrapper .quote-image {
    display: none;
  }
}
@media screen and (max-width: 481px) {
  .quote .quote-wrapper .quote-block .form-block .form {
    padding: 40px 20px;
  }
  .quote .quote-wrapper .quote-block .form-block .form .form-group {
    margin: 0 10px 20px 10px;
  }
  .quote .quote-wrapper .quote-block .form-block .form .form-group .form-input {
    padding: 5px 10px;
    font-size: 13px;
  }
  .quote .quote-wrapper .quote-block .title {
    padding: 20px 10px;
  }
  .quote .quote-wrapper .quote-block .title h5 {
    font-size: 18px;
  }
  .quote .quote-wrapper .quote-block .title p {
    width: 100%;
    padding: 10px 0 0 0;
  }
}
@media screen and (max-width: 420px) {
  .quote .quote-wrapper .quote-block .form-block .form {
    flex-direction: column;
  }
  .quote .quote-wrapper .quote-block .form-block .form .form-group {
    margin: 0 0 20px 0;
  }
  .quote .quote-wrapper .quote-block .form-block .form.contact-form {
    flex-direction: column;
    margin: 0 0 30px 0;
  }
  .quote .quote-wrapper .quote-block .form-block .form.contact-form .form-group.message {
    margin-right: 0;
  }
  .quote .quote-wrapper .quote-block .title {
    padding: 20px 10px;
  }
  .quote .quote-wrapper .quote-block .title h5 {
    font-size: 18px;
  }
  .quote .quote-wrapper .quote-block .title p {
    width: 100%;
    padding: 10px 0 0 0;
  }
}
.about-features {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.about-features .abtfeatures-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 30px;
}
.about-features .abtfeatures-block .img-block {
  flex-basis: calc(50% - 30px);
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}
.about-features .abtfeatures-block .img-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-features .abtfeatures-block .content {
  flex-basis: calc(50% - 30px);
}
.about-features .abtfeatures-block .content h5 {
  font-size: 1.75rem;
  font-weight: 900;
  word-spacing: 0.05em;
  letter-spacing: 0.03em;
  line-height: 1.3;
  text-transform: capitalize;
  color: #12123b;
}
.about-features .abtfeatures-block .content p {
  font-size: 16px;
  margin-top: 30px;
}
.about-features .abtfeatures-block:nth-child(even) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 992px) {
  .about-features .abtfeatures-block {
    flex-direction: column;
    gap: 20px;
  }
  .about-features .abtfeatures-block:nth-child(even) {
    flex-direction: column;
  }
  .about-features .abtfeatures-block .img-block img {
    aspect-ratio: 5/2;
  }
  .about-features .abtfeatures-block .content {
    text-align: center;
  }
  .about-features .abtfeatures-block .content h5 {
    font-size: 1.5rem;
  }
  .about-features .abtfeatures-block .content p {
    margin-top: 20px;
    font-size: 15px;
  }
}
@media screen and (max-width: 481px) {
  .about-features .abtfeatures-block .content h5 {
    font-size: 1.25rem;
  }
}
.gallery {
  position: relative;
  margin: 0;
}
.gallery .gallery-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.gallery .gallery-wrapper .picture {
  position: relative;
  transition: 0.3s ease-in-out;
  flex-basis: calc(25% - 15px);
  border-radius: 10px;
}
.gallery .gallery-wrapper .picture .front {
  width: 100%;
  height: 250px;
}
.gallery .gallery-wrapper .picture .front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery .gallery-wrapper .picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.gallery .gallery-wrapper .picture::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0;
  width: 0;
  background: rgba(37, 194, 229, 0.4);
  transition: 0.5s ease-in-out;
  border-radius: 10px;
}
.gallery .gallery-wrapper .picture::after {
  content: "";
  position: absolute;
  top: -4%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(37, 194, 229, 0.4);
  transition: 0.3s ease-in-out;
}
.gallery .gallery-wrapper .picture .front::before {
  content: "";
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid rgba(37, 194, 229, 0.7);
  transition: 0.3s ease-in-out;
}
.gallery .gallery-wrapper .picture .back {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: none;
  animation: fade-inout 0.6s linear;
}
@keyframes fade-inout {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
.gallery .gallery-wrapper .picture .back p {
  opacity: 0;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 0.05em;
}
.gallery .gallery-wrapper .picture .back i {
  opacity: 0;
  font-size: 16px;
  color: #fff;
  padding-top: 5px;
}
.gallery .gallery-wrapper .picture:hover::before {
  height: 100%;
  width: 100%;
}
.gallery .gallery-wrapper .picture:hover::after {
  top: 0;
}
.gallery .gallery-wrapper .picture:hover .front::before {
  z-index: 1;
  top: 0;
}
.gallery .gallery-wrapper .picture:hover .back {
  display: inherit;
}
.gallery .gallery-wrapper .picture:hover .back p,
.gallery .gallery-wrapper .picture:hover .back i {
  opacity: 1;
}

/* for gallery page */
.page-gallery .gallery {
  padding-bottom: 0;
}

/* for gallery page */
@media screen and (max-width: 992px) {
  .gallery .gallery-wrapper .picture {
    flex-basis: calc(50% - 15px);
  }
  .gallery .gallery-wrapper .picture img {
    height: 180px;
  }
  .gallery .gallery-wrapper .picture .front::before {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 16px solid #25c2e5;
  }
  .gallery .gallery-wrapper .picture .back p {
    font-size: 14px;
  }
  .gallery .gallery-wrapper .picture .back i {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .gallery .gallery-wrapper .picture img {
    height: 140px;
  }
  .gallery .gallery-wrapper .picture .front::before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #25c2e5;
  }
  .gallery .gallery-wrapper .picture .back p {
    line-height: 1.3;
  }
  .gallery .gallery-wrapper .picture .back i {
    font-size: 13px;
  }
}
@media screen and (max-width: 577px) {
  .gallery .gallery-wrapper {
    flex-wrap: wrap;
  }
  .gallery .gallery-wrapper .picture img {
    height: 200px;
  }
  .gallery .gallery-wrapper .picture .back p {
    line-height: 1.3;
  }
  .gallery .gallery-wrapper .picture .back i {
    font-size: 13px;
  }
}
@media screen and (max-width: 481px) {
  .gallery .gallery-wrapper .picture img {
    height: 170px;
  }
}
@media screen and (max-width: 340px) {
  .gallery .gallery-wrapper .picture img {
    height: 140px;
  }
}
.testimonial .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0;
  border-radius: 10px;
  overflow: hidden;
}
.testimonial .wrapper .testimonial-image {
  width: 45%;
}
.testimonial .wrapper .testimonial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial .wrapper .testimonial-group {
  width: 55%;
  background-color: #25c2e5;
  padding: 60px 50px;
}
.testimonial .wrapper .testimonial-group .main-title {
  text-align: left;
  margin: 0;
}
.testimonial .wrapper .testimonial-group .main-title h6 {
  font-size: 0.875rem;
  color: #1c1c1c;
  text-transform: capitalize;
}
.testimonial .wrapper .testimonial-group .main-title h5 {
  text-transform: capitalize;
  color: #12123b;
  font-weight: 700;
}
.testimonial .wrapper .testimonial-slider .slick-arrow {
  width: 40px;
}
.testimonial .wrapper .testimonial-slider .slick-arrow.left {
  top: calc(100% - 20px);
  transform: translate(-100%, 0);
  left: calc(100% + 50px);
  z-index: 9;
  background-color: #000;
}
.testimonial .wrapper .testimonial-slider .slick-arrow.right {
  right: -50px;
  top: calc(100% + 20px);
  transform: translateY(0);
  background-color: #fff;
}
.testimonial .wrapper .testimonial-slider .slick-arrow i {
  color: #25c2e5;
}

.testimonial-block .block-wrap .top-content p {
  line-height: 1.5;
  margin: 30px 0;
}
.testimonial-block .block-wrap .bottom-content {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}
.testimonial-block .block-wrap .bottom-content .figure {
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  overflow: hidden;
}
.testimonial-block .block-wrap .bottom-content .figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-block .block-wrap .bottom-content .details h6 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #000;
  text-transform: capitalize;
}
.testimonial-block .block-wrap .bottom-content .details p {
  font-size: 0.8125rem;
  font-weight: 300;
  color: #1c1c1c;
  text-transform: capitalize;
}

@media screen and (max-width: 992px) {
  .testimonial .wrapper .testimonial-title {
    width: 100%;
  }
  .testimonial .wrapper .testimonial-slider {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .testimonial .wrapper {
    flex-direction: column;
  }
  .testimonial .wrapper .testimonial-image {
    width: 100%;
  }
  .testimonial .wrapper .testimonial-image img {
    aspect-ratio: 4/2;
  }
  .testimonial .wrapper .testimonial-group {
    width: 100%;
    padding: 40px;
  }
  .testimonial .wrapper .testimonial-group .main-title {
    text-align: left;
    margin: 0;
  }
  .testimonial .wrapper .testimonial-group .main-title h6 {
    color: #f8f8f8;
  }
  .testimonial .wrapper .testimonial-group .main-title h5 {
    text-transform: capitalize;
    color: #fff;
  }
  .testimonial .wrapper .testimonial-slider .slick-arrow {
    width: 40px;
  }
  .testimonial .wrapper .testimonial-slider .slick-arrow.left {
    top: calc(100% - 40px);
    left: calc(100% + 40px);
  }
  .testimonial .wrapper .testimonial-slider .slick-arrow.right {
    right: -40px;
    top: 100%;
  }
}
.call-us {
  padding: 80px 0;
  background: url("../images/callus-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  padding-bottom: 140px;
}
.call-us::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.call-us .call-us-content {
  text-align: center;
  position: relative;
}
.call-us .call-us-content h3 {
  font-size: 42px;
  color: #fff;
  font-weight: 700;
  word-spacing: 0.05em;
  line-height: 1.2;
  letter-spacing: 0.03em;
}
.call-us .call-us-content p {
  font-size: 18px;
  color: #fff;
  word-spacing: 0.05em;
  letter-spacing: 0.03em;
  padding-top: 10px;
}
.call-us .call-us-content .call-button {
  margin-top: 40px;
}

@media screen and (max-width: 992px) {
  .call-us .call-us-content h3 {
    font-size: 36px;
  }
  .call-us .call-us-content p {
    font-size: 16px;
  }
}
@media screen and (max-width: 577px) {
  .call-us .call-us-content h3 {
    font-size: 28px;
  }
  .call-us .call-us-content p {
    font-size: 14px;
  }
  .call-us .call-us-content .call-button {
    margin-top: 30px;
  }
}
@media screen and (max-width: 481px) {
  .call-us .call-us-content h3 {
    font-size: 22px;
  }
  .call-us .call-us-content p {
    padding-top: 5px;
  }
}
.footer .footer-top {
  position: relative;
  z-index: 1;
  margin-top: -60px;
}
.footer .footer-top-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.footer .footer-top-wrap .info-block {
  flex-basis: calc(33.3333333333% - 20px);
  background-color: #25c2e5;
  padding: 40px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
}
.footer .footer-top-wrap .info-block .icon-block {
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid #fff;
}
.footer .footer-top-wrap .info-block .icon-block::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}
.footer .footer-top-wrap .info-block .info-desc h6 {
  font-size: 1.225rem;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
}
.footer .footer-top-wrap .info-block .info-desc p {
  font-size: 0.9375rem;
  color: #f8f8f8;
  overflow-wrap: anywhere;
}
.footer .footer-mid {
  padding: 30px 0;
}
.footer .footer-mid .top-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.footer .footer-mid .top-wrap .footer-block {
  /* Size for all 3 block except 1st block*/
  flex-basis: calc(15% - 20px);
  /* Size for 1st block*/
}
.footer .footer-mid .top-wrap .footer-block h5 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #25c2e5;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.footer .footer-mid .top-wrap .footer-block .quick-link li,
.footer .footer-mid .top-wrap .footer-block .quick-link .footer-item {
  margin-bottom: 8px;
  position: relative;
}
.footer .footer-mid .top-wrap .footer-block .quick-link li::before,
.footer .footer-mid .top-wrap .footer-block .quick-link .footer-item::before {
  content: "\f054";
  position: absolute;
  font-family: "font Awesome 5 free";
  font-weight: 700;
  font-size: 0.75rem;
  color: #1c1c1c;
}
.footer .footer-mid .top-wrap .footer-block .quick-link li .footer-link,
.footer .footer-mid .top-wrap .footer-block .quick-link li .nav-link,
.footer .footer-mid .top-wrap .footer-block .quick-link .footer-item .footer-link,
.footer .footer-mid .top-wrap .footer-block .quick-link .footer-item .nav-link {
  padding-left: 15px;
  font-size: 0.875rem;
  color: #1c1c1c;
  text-transform: capitalize;
  transition: 0.5s ease-in-out;
  overflow-wrap: anywhere;
}
.footer .footer-mid .top-wrap .footer-block .quick-link li:hover i, .footer .footer-mid .top-wrap .footer-block .quick-link li:hover::before,
.footer .footer-mid .top-wrap .footer-block .quick-link .footer-item:hover i,
.footer .footer-mid .top-wrap .footer-block .quick-link .footer-item:hover::before {
  color: #25c2e5;
}
.footer .footer-mid .top-wrap .footer-block .quick-link li:hover svg,
.footer .footer-mid .top-wrap .footer-block .quick-link .footer-item:hover svg {
  stroke: #25c2e5;
}
.footer .footer-mid .top-wrap .footer-block .quick-link li:hover .footer-link,
.footer .footer-mid .top-wrap .footer-block .quick-link li:hover .nav-link,
.footer .footer-mid .top-wrap .footer-block .quick-link .footer-item:hover .footer-link,
.footer .footer-mid .top-wrap .footer-block .quick-link .footer-item:hover .nav-link {
  transform: translateX(5px);
  color: #25c2e5;
}
.footer .footer-mid .top-wrap .footer-block:nth-child(2) {
  flex-basis: calc(40% - 20px);
  text-align: center;
}
.footer .footer-mid .top-wrap .footer-block:nth-child(2) .logo {
  width: 225px;
  margin: auto;
}
.footer .footer-mid .top-wrap .footer-block:nth-child(2) .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer .footer-mid .top-wrap .footer-block:nth-child(2) .desc {
  margin-top: 20px;
}
.footer .footer-mid .top-wrap .footer-block:nth-child(2) .desc p {
  color: #1c1c1c;
  line-height: 1.5;
  font-size: 0.875rem;
}
.footer .footer-mid .top-wrap .footer-block:last-child .quick-link .icon svg path {
  stroke: #1c1c1c;
}
.footer .footer-mid .top-wrap .footer-block:last-child .quick-link li,
.footer .footer-mid .top-wrap .footer-block:last-child .quick-link .footer-item {
  display: flex;
}
.footer .footer-mid .top-wrap .footer-block:last-child .quick-link li::before,
.footer .footer-mid .top-wrap .footer-block:last-child .quick-link .footer-item::before {
  display: none;
}
.footer .footer-mid .top-wrap .footer-block:last-child .quick-link li .footer-link,
.footer .footer-mid .top-wrap .footer-block:last-child .quick-link li .nav-link,
.footer .footer-mid .top-wrap .footer-block:last-child .quick-link .footer-item .footer-link,
.footer .footer-mid .top-wrap .footer-block:last-child .quick-link .footer-item .nav-link {
  padding-left: 10px;
}
.footer .footer-bottom {
  padding-block: 20px;
  background-color: #25c2e5;
}
.footer .footer-bottom .bottom-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.footer .footer-bottom .bottom-wrap .block,
.footer .footer-bottom .bottom-wrap .develop {
  display: flex;
  align-items: center;
  gap: 5px;
}
.footer .footer-bottom .bottom-wrap .block p,
.footer .footer-bottom .bottom-wrap .block a,
.footer .footer-bottom .bottom-wrap .develop p,
.footer .footer-bottom .bottom-wrap .develop a {
  line-height: 1.5;
  font-size: 0.875rem;
  color: #fff;
  text-transform: capitalize;
  display: inline-block;
  font-family: "Poppins", sans-serif;
}
.footer .footer-bottom .bottom-wrap .block a,
.footer .footer-bottom .bottom-wrap .develop a {
  position: relative;
}
.footer .footer-bottom .bottom-wrap .block a::before,
.footer .footer-bottom .bottom-wrap .develop a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: 0.3s ease-in-out;
}
.footer .footer-bottom .bottom-wrap .block a:hover::before,
.footer .footer-bottom .bottom-wrap .develop a:hover::before {
  width: 100%;
}

@media screen and (max-width: 992px) {
  .footer .footer-top-wrap .info-block {
    padding: 20px 20px;
    flex-direction: column;
    text-align: center;
  }
  .footer .footer-top-wrap .info-block .info-desc h6 {
    padding-top: 10px 0 5px;
  }
  .footer .footer-top-wrap .info-block .info-desc p {
    line-height: 1.3;
  }
  .footer .footer-mid .top-wrap .footer-block {
    flex-basis: calc(30% - 20px);
    /* Size for 1st block*/
  }
  .footer .footer-mid .top-wrap .footer-block .quick-link h5 {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
  .footer .footer-mid .top-wrap .footer-block .quick-link li,
  .footer .footer-mid .top-wrap .footer-block .quick-link .footer-item {
    margin-bottom: 8px;
    position: relative;
  }
  .footer .footer-mid .top-wrap .footer-block .quick-link li::before,
  .footer .footer-mid .top-wrap .footer-block .quick-link .footer-item::before {
    display: none;
  }
  .footer .footer-mid .top-wrap .footer-block .quick-link li .footer-link,
  .footer .footer-mid .top-wrap .footer-block .quick-link li .nav-link,
  .footer .footer-mid .top-wrap .footer-block .quick-link .footer-item .footer-link,
  .footer .footer-mid .top-wrap .footer-block .quick-link .footer-item .nav-link {
    font-size: 0.875rem;
  }
  .footer .footer-mid .top-wrap .footer-block:first-child .logo {
    margin: auto;
  }
  .footer .footer-mid .top-wrap .footer-block:first-child .desc {
    max-width: 100%;
    text-align: center;
  }
  .footer .footer-mid .top-wrap .footer-block:nth-child(2) {
    flex-basis: calc(40% - 20px);
  }
  .footer .footer-mid .top-wrap .footer-block:last-child .quick-link {
    text-align: right;
  }
  .footer .footer-mid .top-wrap .footer-block:last-child .quick-link .footer-item {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-top {
    margin: 0;
  }
  .footer .footer-top-wrap {
    flex-direction: column;
  }
  .footer .footer-top-wrap .info-block .info-desc h6 {
    font-size: 1.225rem;
  }
  .footer .footer-top-wrap .info-block .info-desc p {
    font-size: 0.9375rem;
  }
  .footer .footer-mid {
    padding: 20px 0;
  }
  .footer .footer-mid .top-wrap {
    flex-direction: column;
    gap: 20px;
  }
  .footer .footer-mid .top-wrap .footer-block {
    /* Size for 1st block*/
  }
  .footer .footer-mid .top-wrap .footer-block h5 {
    margin-bottom: 15px;
    text-align: center;
  }
  .footer .footer-mid .top-wrap .footer-block .quick-link li,
  .footer .footer-mid .top-wrap .footer-block .quick-link .footer-item {
    margin-bottom: 5px;
    text-align: center;
  }
  .footer .footer-mid .top-wrap .footer-block .quick-link li::before,
  .footer .footer-mid .top-wrap .footer-block .quick-link .footer-item::before {
    content: "\f054";
    position: absolute;
    font-family: "font Awesome 5 free";
    font-weight: 700;
    font-size: 0.75rem;
    color: #000;
  }
  .footer .footer-mid .top-wrap .footer-block .quick-link li .footer-link,
  .footer .footer-mid .top-wrap .footer-block .quick-link li .nav-link,
  .footer .footer-mid .top-wrap .footer-block .quick-link .footer-item .footer-link,
  .footer .footer-mid .top-wrap .footer-block .quick-link .footer-item .nav-link {
    font-size: 0.875rem;
  }
  .footer .footer-mid .top-wrap .footer-block:last-child .quick-link .footer-item {
    justify-content: center;
  }
  .footer .footer-bottom {
    padding-bottom: 20px;
  }
  .footer .footer-bottom .bottom-wrap {
    flex-direction: column;
  }
  .footer .footer-bottom .bottom-wrap .block a,
  .footer .footer-bottom .bottom-wrap .block p,
  .footer .footer-bottom .bottom-wrap .develop a,
  .footer .footer-bottom .bottom-wrap .develop p {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 480px) {
  .footer .footer-bottom .bottom-wrap .block,
  .footer .footer-bottom .bottom-wrap .develop {
    flex-direction: column;
  }
}
.page-aboutUs .about .about-wrap .block.full-content-block {
  flex-basis: 100%;
}
.page-aboutUs .about .about-wrap .block.full-content-block p {
  margin-top: 20px;
}
.page-aboutUs .about .about-wrap .block.full-content-block p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 992px) {
  .page-aboutUs .about .about-wrap .block p {
    margin: 20px 0 0 0;
  }
  .page-aboutUs .about .about-wrap .block.full-content-block {
    flex-basis: 100%;
    text-align: center;
  }
  .page-aboutUs .about .about-wrap .block.full-content-block p {
    margin-top: 20px;
  }
  .page-aboutUs .about .about-wrap .block.full-content-block p:first-child {
    margin-top: 0;
  }
}
.page-service .service-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.page-service .service-wrapper .service-block {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.page-service .service-wrapper .service-block .image {
  flex-basis: 40%;
  margin: 0;
  height: auto;
}
.page-service .service-wrapper .service-block .image .figure {
  width: 100%;
  height: 100%;
}
.page-service .service-wrapper .service-block .image .figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.15) 2.6px 2.6px 3.4px;
}
.page-service .service-wrapper .service-block .content {
  flex-basis: calc(60% - 40px);
  margin: 0;
  padding: 20px 40px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 6px 12px;
  text-align: left;
}
.page-service .service-wrapper .service-block .content .title {
  margin-bottom: 0;
  font-weight: 800;
  text-align: left;
  padding: 0;
}
.page-service .service-wrapper .service-block .content .desc p {
  padding-top: 20px;
  font-size: 15px;
  color: #000;
}
.page-service .service-wrapper .service-block:nth-child(even) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 992px) {
  .page-service .service-wrapper {
    gap: 30px;
  }
  .page-service .service-wrapper .service-block {
    flex-direction: column;
    gap: 20px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  .page-service .service-wrapper .service-block .image {
    border-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    overflow: hidden;
  }
  .page-service .service-wrapper .service-block .image .figure {
    width: 100%;
    aspect-ratio: 4/2;
  }
  .page-service .service-wrapper .service-block .image .figure img {
    border-radius: 0;
  }
  .page-service .service-wrapper .service-block .content {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    padding: 0 20px 20px;
  }
  .page-service .service-wrapper .service-block:nth-child(even) {
    flex-direction: column;
  }
}
/* form css style is on quote.scss */
.contact-wrap {
  display: flex;
  gap: 4em;
}
.contact-wrap .contact-block {
  width: 100%;
  padding: 20px 20px;
  box-shadow: 0 0 22px -10px rgba(37, 194, 229, 0.5);
}
.contact-wrap .contact-block .align-left {
  text-align: left;
  margin-bottom: 40px;
}
.contact-wrap .contact-block .align-left h6 {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.03em;
}
.contact-wrap .contact-block .align-left h3 {
  font-size: 28px;
  font-weight: 700;
  padding-top: 10px;
}
.contact-wrap .contact-block .align-left h4 {
  font-size: 24px;
  font-weight: 400;
}
.contact-wrap .contact-block.contact_img {
  padding: 0;
  overflow: hidden;
  border-radius: 10px;
}
.contact-wrap .contact-block.contact_img img {
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.contact-wrap .contact-block .form {
  padding: 0;
  box-shadow: none;
}

.contact-detail {
  display: flex;
  flex-direction: row;
  gap: 2em;
  margin: 40px 0;
}
.contact-detail .details {
  width: 100%;
  border: 1px solid #25c2e5;
  background-color: #25c2e5;
  padding: 10px 20px;
  border-radius: 30px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  text-align: center;
}
.contact-detail .details .topic h6 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}
.contact-detail .details .info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease-in-out;
}
.contact-detail .details .info i {
  font-size: 16px;
  color: #fff;
  padding-right: 10px;
}
.contact-detail .details .info p {
  font-size: 15px;
  color: #fff;
}

.google-map iframe {
  display: block;
  width: 100%;
  height: 400px;
}

/* contact page style ends here */
@media screen and (max-width: 992px) {
  .contact-wrap {
    gap: 4em;
  }
  .contact-wrap .contact-block .align-left {
    text-align: center;
  }
  .contact-detail {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
    margin: 40px 0;
  }
  .contact-detail .details {
    flex: 0 0 calc(50% - 20px);
    margin: 0 10px 40px 10px;
  }
  .contact-detail .details .topic {
    text-align: center;
  }
  .contact-detail .details .info {
    justify-content: center;
    text-align: center;
  }
  .contact-detail .details .info i {
    width: auto;
    margin-right: 10px;
  }
  .contact-detail .details .info p {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .contact-wrap .contact-block .align-left {
    text-align: center;
  }
  .google-map iframe {
    height: 300px;
  }
}
@media screen and (max-width: 577px) {
  .contact-detail {
    flex-direction: column;
    margin: 30px 0;
  }
  .contact-detail .details {
    margin: 0 0 30px 0;
  }
  .contact-detail .details .info {
    margin-top: 0;
  }
  .contact-detail .details .info i {
    font-size: 13px;
  }
  .contact-detail .details .info p {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .google-map iframe {
    height: 300px;
  }
}
.page_quote {
  background: url("../images/bg-img.png") no-repeat;
  background-position: top right;
}
.page_quote .quote .quote-wrapper {
  margin: 0 0 450px 0;
}
.page_quote .quote .quote-wrapper .quote-block .form .form-group .check-title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #000;
}
.page_quote .quote .quote-wrapper .quote-block .form .form-group .check-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 10px;
  margin-top: 10px;
}
.page_quote .quote .quote-wrapper .quote-block .form .form-group .check-group .check-btn {
  flex: 0 0 calc(50% - 10px);
  display: flex;
  align-items: center;
  gap: 5px;
}
.page_quote .quote .quote-wrapper .quote-block .form .form-group .check-group .check-btn label {
  font-size: 14px;
  flex-basis: calc(100% - 40px);
  margin: 0;
  line-height: 1.2;
}
.page_quote .quote .quote-wrapper .quote-block .form .form-group .check-group .check-btn input {
  width: 20px;
}

@media screen and (max-width: 1200px) {
  .page_quote .quote .quote-wrapper {
    margin: 0 0 400px 0;
  }
}
@media screen and (max-width: 992px) {
  .page_quote .quote .quote-wrapper {
    margin: 0 0 0 0;
  }
}
@media screen and (max-width: 481px) {
  .page_quote .quote .quote-wrapper .quote-block .form .form-group .check-title {
    font-size: 15px;
  }
  .page_quote .quote .quote-wrapper .quote-block .form .form-group .check-group {
    flex-direction: column;
  }
  .page_quote .quote .quote-wrapper .quote-block .form .form-group .check-group .check-btn {
    margin-top: 10px;
  }
  .page_quote .quote .quote-wrapper .quote-block .form .form-group .check-group .check-btn label {
    padding-left: 10px;
  }
}
.single-service-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 60px;
  /* For All The Content inside the Single Service Page */
}
.single-service-wrap .single-service-wrap-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
.single-service-wrap .service-page-content {
  flex-basis: calc(80% - 40px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
.single-service-wrap .service-page-content figure {
  width: 100%;
  aspect-ratio: 5/2;
  border-radius: 20px;
  overflow: hidden;
}
.single-service-wrap .service-page-content figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-service-wrap .service-page-content .desc-group p {
  margin-bottom: 20px;
}
.single-service-wrap .service-page-content .desc-group p:last-child {
  margin-bottom: 0;
}
.single-service-wrap .service-sidebar {
  flex-basis: 20%;
  position: sticky;
}
.single-service-wrap .service-sidebar .sidebar {
  background-color: #000;
}
.single-service-wrap .service-sidebar .sidebar h6 {
  font-size: 18px;
  font-weight: 700;
  color: #25c2e5;
  text-transform: uppercase;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.single-service-wrap .service-sidebar .sidebar .sidebar-item .sidebar-link {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  color: #fff;
  padding: 10px 20px;
  line-height: 1.2;
  transition: 0.3s ease-in;
}
.single-service-wrap .service-sidebar .sidebar .sidebar-item:hover .sidebar-link, .single-service-wrap .service-sidebar .sidebar .sidebar-item.active .sidebar-link {
  background-color: #fff;
  color: #25c2e5;
}
.single-service-wrap .service-sidebar.gallery-service-sidebar {
  flex-basis: 100%;
  position: relative;
}
.single-service-wrap .service-sidebar.gallery-service-sidebar .sidebar .sidebar-item .nested-subcategories {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 10px 20px;
}
.single-service-wrap .service-sidebar.gallery-service-sidebar .sidebar .sidebar-item .nested-subcategories li {
  flex-basis: calc(25% - 20px);
}
.single-service-wrap .service-sidebar.gallery-service-sidebar .sidebar .sidebar-item .nested-subcategories li a {
  box-shadow: rgba(253, 253, 253, 0.24) 0px 3px 8px;
  border-radius: 5px;
}
.single-service-wrap .service-sidebar.gallery-service-sidebar .sidebar .sidebar-item .nested-subcategories li a p {
  padding: 5px 10px;
  color: #f8f8f8;
}
.single-service-wrap .service-sidebar.gallery-service-sidebar .sidebar .sidebar-item .nested-subcategories li a figure img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.single-service-wrap .full-page-content {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.single-service-wrap .full-page-content .single-gallery-page {
  padding: 0;
}
.single-service-wrap .desc-group h2 {
  font-size: 2.5rem;
  font-weight: 700;
  word-spacing: 3px;
  line-height: 1.3;
  color: #25c2e5;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.single-service-wrap .desc-group p {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #646464;
}

@media screen and (max-width: 992px) {
  .single-service-wrap {
    gap: 30px;
    margin-bottom: 50px;
    /* For All The Content inside the Single Service Page */
  }
  .single-service-wrap .single-service-wrap-box {
    gap: 30px;
  }
  .single-service-wrap .service-page-content {
    gap: 30px;
  }
  .single-service-wrap .service-sidebar .sidebar h6 {
    font-size: 16px;
  }
  .single-service-wrap .full-page-content {
    gap: 30px;
  }
  .single-service-wrap .desc-group h2 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 768px) {
  .single-service-wrap {
    gap: 30px;
    margin-bottom: 0;
    /* For All The Content inside the Single Service Page */
  }
  .single-service-wrap .single-service-wrap-box {
    flex-direction: column;
  }
  .single-service-wrap .service-page-content {
    gap: 30px;
  }
  .single-service-wrap .service-sidebar {
    max-width: 300px;
  }
  .single-service-wrap .service-sidebar .sidebar h6 {
    font-size: 16px;
  }
  .single-service-wrap .full-page-content {
    gap: 30px;
  }
  .single-service-wrap .desc-group h2 {
    font-size: 1.75rem;
  }
}
.single-gallery-page .gallery-wrapper {
  display: flex;
  align-items: center;
  gap: 20px 10px;
}
.single-gallery-page .gallery-wrapper .picture {
  flex-basis: calc(25% - 10px);
}
.single-gallery-page .gallery-wrapper .picture img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}

.thanks {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}
.thanks .icon {
  padding-top: 60px;
  width: 100%;
}
.thanks .icon i {
  font-size: 72px;
  color: #12123b;
}
.thanks .message {
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  margin-top: 30px;
}
.thanks .message h1 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.03em;
  word-spacing: 0.05em;
  color: #333;
}
.thanks .message p {
  font-size: 16px;
  word-spacing: 0.05em;
  color: #494949;
  padding: 20px 0;
}
.thanks .redirect {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
  background-color: #25c2e5;
  border: 1px solid #25c2e5;
  transition: 0.3s ease-in-out;
  padding: 10px;
}
.thanks .redirect i {
  color: #fff;
  padding-right: 8px;
  transition: 0.3s ease-in-out;
}
.thanks .redirect h5 {
  font-weight: 500;
  font-size: 18px;
  word-spacing: 0.05em;
  margin-bottom: 0;
  transition: 0.3s ease-in-out;
}
.thanks .redirect:hover {
  text-decoration: none;
  background-color: transparent;
}
.thanks .redirect:hover i {
  color: #4b83fc;
}
.thanks .redirect:hover h5 {
  color: #4b83fc;
}

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