/*!
Theme Name: Linear Web - Map Painting
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_mappainting
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 - Map Painting 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");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&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 ------- */
/* Optional Colors */
/* Main Fonts for use*/
/* Optional Fonts */
/* Mostly used color */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  color: inherit;
}

p {
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Merriweather", serif;
  line-height: 1.7;
  color: #8a8a8a;
  margin: 0;
  padding: 0;
}

a {
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  color: #1a1818;
  overflow: hidden;
  text-decoration: none;
  display: block;
  transition: 0.4s all;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  cursor: pointer;
  outline: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li,
ol li {
  display: block;
  font-size: 0.875rem;
  font-family: "Merriweather", serif;
  font-weight: 400;
  line-height: 1.5;
}

span {
  font-family: "Merriweather", serif;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.75rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1.25rem;
}

p {
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.75rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1.125rem;
  }
  p {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 481px) {
  h1 {
    font-size: 2.25rem;
  }
  h2 {
    font-size: 1.75rem;
  }
  p {
    font-size: 0.875rem;
  }
}
button:focus, button:active {
  outline: none;
}

.btn {
  border: none;
}

.btn,
.form-control {
  font-family: "Merriweather", serif;
  font-size: 0.875rem;
  outline: none;
  box-shadow: none;
  border-radius: 5px;
  border: 1px solid;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: 0.4s all;
}
.btn:focus, .btn:hover,
.form-control:focus,
.form-control:hover {
  box-shadow: none;
  outline: none;
  color: inherit;
}
.btn.btn-custom-small,
.form-control.btn-custom-small {
  font-size: 0.75rem;
  padding: 6px 14px;
}
.btn.btn-custom-mid,
.form-control.btn-custom-mid {
  font-size: 0.875rem;
  padding: 8px 20px;
}
.btn.btn-custom-large,
.form-control.btn-custom-large {
  font-size: 1rem;
  padding: 10px 25px;
}
.btn.btn-primary,
.form-control.btn-primary {
  background-color: #0078D7;
  color: #ffffff;
  border-color: #0078D7;
}
.btn.btn-primary:hover,
.form-control.btn-primary:hover {
  background-color: transparent;
  border-color: #0078D7;
  color: #0078D7;
}
.btn.btn-primary-ghost,
.form-control.btn-primary-ghost {
  background-color: transparent;
  border-color: #0078D7;
  color: #0078D7;
}
.btn.btn-primary-ghost:hover,
.form-control.btn-primary-ghost:hover {
  background-color: #0078D7;
  color: #ffffff;
  border-color: #0078D7;
}
.btn.btn-secondary,
.form-control.btn-secondary {
  background-color: #FFA500;
  color: #ffffff;
  border-color: #FFA500;
}
.btn.btn-secondary:hover,
.form-control.btn-secondary:hover {
  background-color: transparent;
  border-color: #FFA500;
  color: #FFA500;
}
.btn.btn-secondary-ghost,
.form-control.btn-secondary-ghost {
  background-color: transparent;
  border-color: #FFA500;
  color: #FFA500;
}
.btn.btn-secondary-ghost:hover,
.form-control.btn-secondary-ghost:hover {
  background-color: #FFA500;
  color: #ffffff;
  border-color: #FFA500;
}

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

.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 3px;
  height: 6px;
  width: 6px;
  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: #0078D7;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.slick-arrow i {
  font-size: 2rem;
  line-height: 22px;
  height: 22px;
  width: 22px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}
.slick-arrow i:hover {
  color: #000000;
}
.slick-arrow.left {
  left: 0px;
  z-index: 9;
}
.slick-arrow.right {
  right: 0px;
  z-index: 9;
}

/* -- Sroll To Top on Click -- */
.scrollevent a {
  font-size: 1.125rem;
  text-decoration: none;
}
.scrollevent a:hover {
  font-style: normal;
}
.scrollevent a .btn-scroll-up {
  padding: 5px 6px;
  background-color: rgba(0, 120, 215, 0.95);
  box-shadow: none;
  border: 1px solid;
  border-color: #005ca4;
  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: 1.125rem;
  color: #fff;
}
.scrollToTop:hover {
  text-decoration: none;
}

.section {
  padding: 100px 0;
}

.section-header {
  margin-bottom: 20px;
  padding-bottom: 30px;
  text-align: center;
}
.section-header h2 {
  margin: 0;
  font-weight: 700;
  color: #FFA500;
  text-transform: uppercase;
  position: relative;
  line-height: 1;
}
.section-header h2::before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #FFA500;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
}
.section-header h2::after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #FFA500;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 45px;
}
.section-header h5 {
  margin: 0;
  font-weight: 400;
  color: #525252;
  text-transform: uppercase;
  padding-bottom: 5px;
}

.title h5 {
  color: #0078D7;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1;
}
.title h2 {
  color: #1a1818;
  font-weight: 700;
  word-spacing: 0.1em;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  line-height: 1;
}

.section-title {
  text-align: center;
  padding-bottom: 40px;
}
.section-title h2 {
  color: #000000;
  font-weight: 600;
  padding-bottom: 5px;
}
.section-title h6 {
  font-size: 16px;
  width: 400px;
  margin: auto;
  line-height: 1.7;
}

figure {
  margin: 0;
}

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

@media screen and (max-width: 1200px) {
  .section {
    padding: 80px 0;
  }
}
@media screen and (max-width: 992px) {
  .section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  .section {
    padding: 40px 0;
  }
  .section-title h2 {
    font-size: 36px;
  }
  .section-title h6 {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .section {
    padding: 30px 0;
  }
  .section-title h2 {
    font-size: 28px;
  }
}
.section {
  padding: 80px 0;
}

.attachment-post-thumbnail-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

@media screen and (max-width: 1200px) {
  .section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 992px) {
  .section {
    padding: 45px 0;
  }
}
@media screen and (max-width: 768px) {
  .section {
    padding: 30px 0;
  }
}
.form .form-group {
  margin-bottom: 15px;
}
.form .form-group label {
  display: block;
  font-size: 0.9375rem;
  text-transform: capitalize;
  color: #231F20;
}
.form .form-group .form-input {
  width: 100%;
  border: 1px solid #f8f8f8;
  padding: 8px 10px;
  color: #1a1818;
  font-size: 0.875rem;
  background-color: transparent;
  resize: none;
}
.form .form-group .form-input::placeholder {
  text-transform: capitalize;
  color: #1a1818;
}
.form .form-group .form-input:focus-visible {
  outline: none;
  box-shadow: 1px 4px 11px -6px #f8f8f8;
}
.form .form-group .form-input option {
  color: #1a1818;
}

.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: 1.25rem;
  height: 45px;
  width: 45px;
  display: grid;
  place-items: center;
  color: #ffffff;
  border-radius: 15px;
  transition: 0.5s ease-in-out;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(0, 120, 215, 0.7);
  overflow: hidden;
}
.mobile-call-button a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 110%;
  height: 0;
  background-color: rgba(0, 120, 215, 0.7);
  z-index: -1;
  transition: 0.5s ease-in-out;
}
.mobile-call-button a i {
  color: rgba(0, 120, 215, 0.7);
  transition: 0.5s ease-in-out;
}
.mobile-call-button a:hover {
  height: 75px;
}
.mobile-call-button a:hover::before {
  height: 100%;
}
.mobile-call-button a:hover i {
  color: #ffffff;
}

.icon-block {
  width: 50px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  position: relative;
  background-color: #FFA500;
  z-index: 1;
}
.icon-block::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #0078D7;
  z-index: -1;
  transition: 0.3s ease-in-out;
}
.icon-block i {
  color: #ffffff;
}
.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: #FFA500;
  stroke: #FFA500;
}

.breadcrumb {
  background: no-repeat center/cover;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 200px 0 50px 0;
}
.breadcrumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(26, 24, 24, 0.7);
  z-index: -1;
}
.breadcrumb .breadcrumb-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.breadcrumb .bread-title {
  flex-basis: 100%;
  display: inline-block;
  font-size: 3rem;
  font-weight: 800;
  color: #0078D7;
}
.breadcrumb .bread-row {
  display: flex;
  gap: 40px;
}
.breadcrumb .bread-row .bread-list .bread-link {
  position: relative;
  overflow: visible;
  font-size: 1rem;
  color: #f8f8f8;
}
.breadcrumb .bread-row .bread-list .bread-link::before {
  content: "\f054";
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "fontAwesome";
  font-size: 0.75rem;
  color: #ffffff;
}
.breadcrumb .bread-row .bread-list:last-child .bread-link::before {
  display: none;
}
.breadcrumb h4 {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
}
.breadcrumb h5 {
  font-size: 22px;
}
.breadcrumb h6 {
  font-size: 18px;
}

@media screen and (max-width: 992px) {
  .breadcrumb {
    padding: 50px 0;
  }
}
@media screen and (max-width: 576px) {
  .breadcrumb {
    padding: 30px 0;
  }
}
.header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.1);
}
.header .top-header {
  display: flex;
  align-items: "center";
  justify-content: space-between;
  padding: 5px 0;
}
.header .top-header .info-block {
  display: flex;
}
.header .top-header .logo {
  padding-right: 20px;
}
.header .top-header .logo img {
  max-width: 120px;
}
.header .top-header .block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
  overflow: visible;
}
.header .top-header .block .icon {
  margin-right: 8px;
  width: 50px;
  aspect-ratio: 1/1;
  border-radius: 5px;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 1;
}
.header .top-header .block .icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 5px;
  background: #FFA500;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.header .top-header .block .icon i {
  color: #ffffff;
  font-size: 16px;
}
.header .top-header .block .icon:hover {
  transition: 2s all;
}
.header .top-header .block .icon:hover::before {
  transition: 0.5s all;
  background: none;
}
.header .top-header .block .icon:hover i {
  transition: 3s all;
  color: #0078D7;
}
.header .top-header .block .text h6 {
  text-transform: capitalize;
  color: #000000;
  font-size: 0.9375rem;
  font-weight: 600;
  padding-bottom: 5px;
  color: #ffffff;
}
.header .top-header .block .text p {
  font-size: 0.875rem;
  font-weight: 400;
  color: #000000;
  transition: 0.5s all;
  color: #f8f8f8;
}
.header .top-header .block .text p:hover {
  text-decoration: none;
  color: #0078D7;
}
.header .bottom-header {
  background: #0078D7;
  transition: 0.4s all;
  width: 100%;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.header .bottom-header nav .navbar-brand {
  display: none;
}
.header .bottom-header nav .phone {
  display: none;
}
.header .bottom-header nav .phone .d-flex .icon {
  display: flex;
  align-items: center;
}
.header .bottom-header nav .phone .d-flex .icon .fa-solid {
  padding: 7px;
  background-color: #000000;
  color: #ffffff;
  margin-right: 10px;
  border-radius: 5px;
}
.header .bottom-header nav .phone .d-flex .text {
  box-sizing: content-box;
  display: flex;
  align-items: center;
}
.header .bottom-header nav .phone .d-flex .text h6 a {
  color: #ffffff;
}
.header .bottom-header nav ul.navbar-nav {
  width: 100%;
  transition: 0.4s ease-in-out;
  align-items: center;
}
.header .bottom-header nav ul.navbar-nav .nav-item {
  padding: 5px 20px;
}
.header .bottom-header nav ul.navbar-nav .nav-item .nav-link {
  font-weight: 500;
  transition: 0.3s all;
  text-transform: capitalize;
  color: #ffffff;
}
.header .bottom-header nav ul.navbar-nav .nav-item .nav-link:hover, .header .bottom-header nav ul.navbar-nav .nav-item .nav-link.active {
  color: #000000;
}
.header .bottom-header nav ul.navbar-nav .nav-item .nav-link i {
  padding-left: 5px;
  font-size: 12px;
}
.header .bottom-header nav ul.navbar-nav .nav-item:last-child {
  margin-left: auto;
}
.header .bottom-header nav ul.navbar-nav .nav-item.active .nav-link {
  color: #000000;
}
.header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #0078D7;
}
.header.fixed-header .top-header {
  display: none;
}
.header.fixed-header .bottom-header {
  background: none;
  padding: 0;
  box-shadow: none;
}
.header.fixed-header .bottom-header nav {
  padding: 0;
}
.header.fixed-header .bottom-header nav .navbar-brand {
  display: block;
  max-width: 100px;
}
.header.fixed-header .bottom-header nav ul.navbar-nav {
  justify-content: flex-end;
}
.header.fixed-header .bottom-header nav ul.navbar-nav .nav-item:last-child {
  margin-left: initial;
}

@media screen and (max-width: 992px) {
  .header {
    position: relative;
    background-color: #0078D7;
  }
  .header .navbar-toggler {
    z-index: 999;
    border: none;
    position: relative;
    border: none;
    color: transparent;
  }
  .header .navbar-toggler svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: #ffffff;
  }
  .header .navbar-toggler svg.burger {
    transition: 0.3s ease-in-out;
  }
  .header .navbar-toggler svg.cross {
    opacity: 0;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s ease-in-out;
  }
  .header .navbar-toggler:focus-within {
    box-shadow: none;
    outline: none;
  }
  .header .navbar-toggler[aria-expanded=true] svg {
    fill: #1a1818;
  }
  .header .navbar-toggler[aria-expanded=true] svg.burger {
    opacity: 0;
  }
  .header .navbar-toggler[aria-expanded=true] svg.cross {
    opacity: 1;
    top: 50%;
  }
  .header .top-header {
    justify-content: space-between;
    padding: 8px 0;
  }
  .header .top-header .logo {
    display: none;
  }
  .header .top-header .info-block {
    width: 100%;
    justify-content: space-between;
  }
  .header .top-header .block {
    margin: 0;
  }
  .header .top-header .block .icon {
    width: 40px;
  }
  .header .top-header .block .text h6 {
    color: #ffffff;
    padding-bottom: 0;
  }
  .header .top-header .block .text p {
    color: #f8f8f8;
  }
  .header .bottom-header {
    border-radius: 0;
    box-shadow: none;
  }
  .header .bottom-header nav .navbar-brand {
    display: block;
  }
  .header .bottom-header nav .navbar-brand img {
    max-width: 120px;
  }
  .header .bottom-header nav ul.navbar-nav .nav-item {
    padding: 0;
    text-align: center;
  }
  .header .bottom-header nav ul.navbar-nav .nav-item:last-child {
    margin-left: 0px;
  }
  .header .bottom-header nav ul.navbar-nav .nav-item .nav-link {
    padding: 5px 0;
  }
}
@media screen and (max-width: 768px) {
  .header .top-header {
    padding: 8px 0;
  }
  .header .top-header .block {
    margin: 0;
  }
  .header .top-header .block:first-child {
    display: none;
  }
  .header .bottom-header .navbar {
    padding: 0;
  }
  .header .bottom-header nav .navbar-brand img {
    max-height: 70px;
    padding: 5px 0;
  }
  .header .bottom-header nav ul.navbar-nav .nav-item {
    padding: 5px 20px;
  }
}
@media screen and (max-width: 580px) {
  .header .top-header {
    display: none;
  }
  .header .bottom-header {
    width: 100%;
  }
  .header .bottom-header nav ul.navbar-nav .nav-item {
    padding: 0 20px;
  }
}
.inner-about .inner-about-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.inner-about .inner-about-wrapper .image-block {
  display: flex;
  flex-basis: calc(70% - 40px);
  justify-content: space-between;
}
.inner-about .inner-about-wrapper .image-block .figure {
  width: 47%;
  aspect-ratio: 1/1;
  margin-bottom: 40px;
  position: relative;
}
.inner-about .inner-about-wrapper .image-block .figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner-about .inner-about-wrapper .image-block .figure .sticky-text {
  position: absolute;
  left: 10px;
  width: calc(100% - 20px);
}
.inner-about .inner-about-wrapper .image-block .figure .sticky-text p {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 3px;
  color: #ffffff;
  text-transform: capitalize;
}
.inner-about .inner-about-wrapper .image-block .figure:first-child .sticky-text {
  top: 10px;
}
.inner-about .inner-about-wrapper .image-block .figure.second {
  margin-top: 40px;
  margin-bottom: 0;
}
.inner-about .inner-about-wrapper .image-block .figure.second .sticky-text {
  bottom: 10px;
}
.inner-about .inner-about-wrapper .about-block {
  flex-basis: calc(30% - 20px);
}
.inner-about .inner-about-wrapper .about-block .about-block-detail {
  background-color: #ffffff;
  border-radius: 5px;
}
.inner-about .inner-about-wrapper .about-block .about-block-detail p {
  font-size: 0.875rem;
  line-height: 1.5;
  margin: 25px 0;
}

@media screen and (max-width: 992px) {
  .inner-about .inner-about-wrapper {
    flex-direction: column;
  }
  .inner-about .inner-about-wrapper .image-block .figure .sticky-text p {
    font-size: 0.875rem;
  }
  .inner-about .inner-about-wrapper .about-block .about-block-detail {
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .inner-about .inner-about-wrapper .image-block .figure .sticky-text p {
    font-size: 0.75rem;
  }
}
.inner-about .main-about-page {
  flex-direction: column;
}
.inner-about .main-about-page .about-block {
  text-align: center;
}
.inner-about .main-about-page .about-block img {
  width: 100%;
}
.inner-about .main-about-page .about-block .about-block-detail.main-page {
  margin: -20px 0 0 0;
}
.inner-about .main-about-page .about-block .about-block-detail.main-page p {
  padding: 10px 0;
}
.inner-about .main-about-page .about-block .about-block-detail.main-page ul li {
  padding-top: 5px;
}
.inner-about .main-about-page .about-block .about-block-detail.main-page ul li i {
  padding-right: 8px;
}

.banner .slider .slider-image {
  height: 100vh;
}
.banner .slider .slider-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.banner .slick-arrow i {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  font-size: 1rem;
  color: #f8f8f8;
  text-align: center;
  cursor: pointer;
  border-radius: 100%;
  transition: 0.3s ease-in-out;
}
.banner .slick-arrow i::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: rgba(0, 120, 215, 0.5);
  z-index: -2;
  transition: 0.3s ease-in-out;
}
.banner .slick-arrow i:hover::after {
  background-color: transparent;
  border: 1px solid #ffffff;
}
.banner .slick-arrow.left {
  left: 10px;
  z-index: 9;
}
.banner .slick-arrow.right {
  right: 10px;
  z-index: 9;
}

@media screen and (max-width: 768px) {
  .banner .slider .slider-image {
    height: auto;
  }
}
.pro-serv .pro-serv-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pro-serv .pro-serv-wrapper .block {
  flex: 0 0 calc(33.3333333333% - 10px);
  background-color: #0078D7;
  padding: 30px 20px;
  margin: 5px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 60px;
}
.pro-serv .pro-serv-wrapper .block h4 {
  font-weight: 300;
  color: #ffffff;
  text-transform: capitalize;
}
.pro-serv .pro-serv-wrapper .block .bottom-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.pro-serv .pro-serv-wrapper .block .bottom-row p {
  font-size: 13px;
  color: #f8f8f8;
  text-transform: uppercase;
  line-height: 1.3;
  font-weight: 500;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
}

@media screen and (max-width: 992px) {
  .pro-serv .pro-serv-wrapper .block {
    gap: 40px;
  }
  .pro-serv .pro-serv-wrapper .block .bottom-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .pro-serv .pro-serv-wrapper .block .bottom-row p {
    flex-basis: auto;
  }
}
@media screen and (max-width: 767px) {
  .pro-serv .pro-serv-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .pro-serv .pro-serv-wrapper .block {
    gap: 30px;
  }
  .pro-serv .pro-serv-wrapper .block .bottom-row {
    flex-direction: row;
    align-items: center;
  }
  .pro-serv .pro-serv-wrapper .block .bottom-row p {
    flex-basis: 75%;
  }
}
@media screen and (max-width: 576px) {
  .pro-serv .pro-serv-wrapper .block .bottom-row p {
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
  }
}
.callus {
  background: no-repeat center center/cover;
  background-attachment: fixed;
  text-align: center;
  margin: 0;
  position: relative;
  z-index: 1;
}
.callus::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transition: 0.5s all;
  z-index: -1;
}
.callus .callus-wrap .text {
  text-align: center;
}
.callus .callus-wrap .text h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 800;
  text-transform: capitalize;
}
.callus .callus-wrap .text h2 .callme {
  font-size: 2rem;
  font-weight: 800;
  color: #f8f8f8;
  padding-left: 10px;
  transition: 0.3s ease-in-out;
}
.callus .callus-wrap .text h2 .callme:hover {
  color: #FFA500;
}
.callus .callus-wrap .text h6 {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 10px;
}
.callus .callus-wrap .text h6 span {
  color: #FFA500;
}
.callus .callus-wrap .text p {
  color: #ffffff;
  margin: 20px 0;
  word-spacing: 2px;
}

@media screen and (max-width: 992px) {
  .callus .callus-wrap .text {
    padding-left: 0px;
  }
  .callus .callus-wrap .text p {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .callus .callus-wrap .text {
    padding-left: 0px;
    text-align: center;
  }
}
.gallery {
  background-color: #0078D7;
}
.gallery .section-title {
  padding-bottom: 0;
}
.gallery .section-title h2 {
  color: #ffffff;
}
.gallery .section-title h6 {
  color: #f8f8f8;
}

.gallery-block {
  margin-top: 40px;
  width: 100%;
  aspect-ratio: 3/2;
}
.gallery-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.services-section {
  background-color: #ffffff;
}
.services-section .service-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 60px 30px;
}
.services-section .service-wrapper .block {
  flex-basis: calc(33.3333333333% - 30px);
  position: relative;
  cursor: pointer;
}
.services-section .service-wrapper .block .image {
  width: 100%;
  aspect-ratio: 3/2;
}
.services-section .service-wrapper .block .image img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.services-section .service-wrapper .block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.8s all;
  z-index: 2;
}
.services-section .service-wrapper .block::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  transition: 0.4s all;
  z-index: 1;
}
.services-section .service-wrapper .block .content {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  width: 100%;
  z-index: 9;
  transition: 0.8s all;
  -webkit-transition: 0.8s all;
  -moz-transition: 0.8s all;
  -ms-transition: 0.8s all;
  -o-transition: 0.8s all;
}
.services-section .service-wrapper .block .content .title {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #ffffff;
  width: 88%;
  margin: 0;
  background-color: #0078D7;
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  white-space: nowrap;
  transition: 0.4s all;
  color: #ffffff;
  border-radius: 5px;
}
.services-section .service-wrapper .block .content .title span {
  display: inline-block;
  transform: skew(21deg);
  transform: skew(0deg);
}
.services-section .service-wrapper .block:hover::before {
  background-color: rgba(0, 120, 215, 0.5);
}
.services-section .service-wrapper .block:hover::after {
  opacity: 0;
}
.services-section .service-wrapper .block:hover .content {
  bottom: 50%;
  transform: translate(-50%, 50%);
}
.services-section .service-wrapper .block:hover .content .title {
  background-color: transparent;
  padding: 0 0 15px;
}

@media screen and (max-width: 992px) {
  .services-section .service-wrapper .block {
    flex-basis: calc(50% - 30px);
  }
  .services-section .service-wrapper .block:hover .content .title {
    margin: 12px 0 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .services-section .service-wrapper {
    gap: 40px 20px;
  }
  .services-section .service-wrapper .block {
    flex-basis: calc(50% - 20px);
  }
  .services-section .service-wrapper .block .content .title {
    font-size: 1rem;
    width: 95%;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 480px) {
  .services-section .service-wrapper {
    gap: 40px 0;
    flex-direction: column;
  }
}
.testimonial {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}
.testimonial::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
}
.testimonial .section-title h2 {
  text-transform: capitalize;
  color: #ffffff;
}
.testimonial .section-title h6 {
  color: #f8f8f8;
}
.testimonial .testimonial-wrapper .testiblock .sub-block {
  max-width: 800px;
  margin: auto;
  padding: 60px;
  text-align: center;
  background-color: #0078D7;
  border-radius: 5px;
}
.testimonial .testimonial-wrapper .testiblock .sub-block .figure {
  width: 80px;
  aspect-ratio: 1/1;
}
.testimonial .testimonial-wrapper .testiblock .sub-block .figure img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 100%;
}
.testimonial .testimonial-wrapper .testiblock .sub-block .content p {
  font-size: 1rem;
  color: #f8f8f8;
  margin: 20px 0;
}
.testimonial .testimonial-wrapper .testiblock .sub-block .content .info-detail h6 {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #ffffff;
  text-transform: capitalize;
}
.testimonial .testimonial-wrapper .testiblock .sub-block .content .info-detail p {
  font-size: 0.8125rem;
  font-weight: 300;
  margin: 0;
  text-transform: capitalize;
}

.section.freequote-section {
  background: url(../images/ban2.jpg) no-repeat center center/cover;
  text-align: -webkit-right;
  background-attachment: fixed;
  margin: 0;
}
.section.freequote-section .wrapper {
  padding: 20px;
  background-color: #fff;
  width: 40%;
  border-radius: 20px;
  margin-right: 60px;
}
.section.freequote-section .wrapper .form-group {
  text-align: start;
}
.section.freequote-section .wrapper .title {
  border-left: 5px solid #0078D7;
  text-align: start;
  padding-left: 30px;
  margin-bottom: 30px;
}
.section.freequote-section .wrapper .title h2 {
  font-weight: 400;
}
.section.freequote-section .wrapper .title h1 {
  font-weight: 700;
  color: #000;
}
.section.freequote-section .wrapper input,
.section.freequote-section .wrapper textarea {
  background: #fff;
  border: 1px solid #dedede;
}
.section.freequote-section .wrapper [placeholder],
.section.freequote-section .wrapper option {
  padding: 20px;
}
.section.freequote-section .wrapper label {
  padding: 0px 5px;
}
.section.freequote-section .wrapper textarea {
  resize: none;
  height: 100px;
}
.section.freequote-section .wrapper .button {
  text-align: start;
  padding-top: 10px;
}
.section.freequote-section .wrapper .button input {
  text-transform: uppercase;
  border-radius: 0;
  padding: 10px 20px;
  transition: 0.5s all;
  background: #0078D7;
}
.section.freequote-section .wrapper .button input:hover {
  background-color: transparent;
  border: 1px solid #0078D7;
}

@media screen and (max-width: 992px) {
  .section.freequote-section {
    background: url(../images/ban2.jpg) no-repeat center center/cover;
  }
  .section.freequote-section .wrapper {
    padding: 20px;
    width: 50%;
  }
  .section.freequote-section .wrapper .title {
    padding-left: 30px;
    margin-bottom: 30px;
  }
  .section.freequote-section .wrapper [placeholder],
.section.freequote-section .wrapper option {
    padding: 10px;
  }
  .section.freequote-section .wrapper .button {
    text-align: start;
    padding-top: 10px;
  }
  .section.freequote-section .wrapper .button input {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 768px) {
  .section.freequote-section {
    background: url(../images/ban2.jpg) no-repeat center center/cover;
  }
  .section.freequote-section .wrapper {
    padding: 20px;
    width: 80%;
  }
  .section.freequote-section .wrapper .title {
    padding-left: 30px;
    margin-bottom: 30px;
  }
}
.page-contact {
  background-color: #dedede;
}
.page-contact .contact-wrap {
  display: flex;
  justify-content: space-between;
}
.page-contact .contact-wrap .social-icons {
  background-image: url(images/line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-basis: 25%;
  background-color: #f8f8f8;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
}
.page-contact .contact-wrap .social-icons .title h6 {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  color: #000000;
  font-weight: 700;
}
.page-contact .contact-wrap .social-icons .icons-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  margin-top: 20px;
}
.page-contact .contact-wrap .social-icons .icons-wrap .icon-block {
  width: 70px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  margin: 0 auto;
  text-align: center;
  background-color: #DCE7D5;
  transition: 0.3s linear;
}
.page-contact .contact-wrap .social-icons .icons-wrap .icon-block i {
  font-size: 1.5rem;
  color: #000000;
  transition: 0.3s linear;
}
.page-contact .contact-wrap .social-icons .icons-wrap .icon-block:hover {
  background-color: #0078D7;
}
.page-contact .contact-wrap .social-icons .icons-wrap .icon-block:hover i {
  color: #ffffff;
}
.page-contact .contact-wrap .social-icons .co-info .info-detail {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.page-contact .contact-wrap .social-icons .co-info .info-detail i {
  font-size: 0.75rem;
  padding-right: 5px;
}
.page-contact .contact-wrap .social-icons .co-info .info-detail .address {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
  color: #000000;
  text-transform: capitalize;
  text-align: left;
}
.page-contact .contact-wrap .social-icons .co-info .info-detail .address:last-child {
  text-transform: inherit;
}
.page-contact .contact-wrap .form-wrap {
  flex: 0 0 60%;
}
.page-contact .contact-wrap .form-wrap .title h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 4rem;
  line-height: 1.5;
  background: linear-gradient(270.2deg, #048A9B 0.13%, #629643 99.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.page-contact .contact-wrap .form-wrap .title p {
  font-size: 0.9375rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  color: #0078D7;
  max-width: 450px;
  margin: 10px 0 30px 0;
}
.page-contact .contact-wrap .form-wrap .form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-contact .contact-wrap .form-wrap .form .form-group {
  margin-bottom: 30px;
}
.page-contact .contact-wrap .form-wrap .form .form-group .forminput {
  border: 1px solid #f8f8f8;
  background-color: #f8f8f8;
  padding: 10px;
  font-size: 0.875rem;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  text-transform: capitalize;
  width: 100%;
  resize: none;
}
.page-contact .contact-wrap .form-wrap .form .form-group .forminput:focus-within {
  outline: none;
  border: none;
}
.page-contact .contact-wrap .form-wrap .form .form-group.full-width {
  width: 100%;
}
.page-contact .contact-wrap .form-wrap .form .form-group.half-width {
  width: calc(50% - 10px);
}
.page-contact .contact-wrap .form-wrap .form .form-group.button {
  margin-left: auto;
}
.page-contact .contact-wrap .form-wrap .form .form-group:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
  .page-contact .contact-wrap .social-icons {
    padding: 30px;
  }
  .page-contact .contact-wrap .social-icons .title h6 {
    font-size: 1rem;
  }
  .page-contact .contact-wrap .social-icons .icons-wrap .icon-div {
    margin-top: 20px;
  }
  .page-contact .contact-wrap .social-icons .icons-wrap .icon-block {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .page-contact .contact-wrap .social-icons .icons-wrap .icon-block i {
    font-size: 1rem;
  }
  .page-contact .contact-wrap .social-icons .address {
    font-size: 0.8125rem;
  }
  .page-contact .contact-wrap .form-wrap .title h4 {
    font-size: 3.5rem;
  }
  .page-contact .contact-wrap .form-wrap .title p {
    font-size: 0.875rem;
  }
  .page-contact .contact-wrap .form-wrap .form .form-group {
    margin-bottom: 20px;
  }
  .page-contact .contact-wrap .form-wrap .form .form-group .forminput {
    padding: 10px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 992px) {
  .page-contact .contact-wrap {
    flex-direction: column;
  }
  .page-contact .contact-wrap .social-icons {
    background-size: cover;
    margin-bottom: 30px;
    align-items: flex-start;
    gap: 30px;
  }
  .page-contact .contact-wrap .social-icons .icons-wrap {
    gap: 20px;
  }
  .page-contact .contact-wrap .social-icons .icons-wrap .icon-div {
    margin-top: 0;
    flex: 0 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .page-contact .contact-wrap .social-icons .icons-wrap {
    margin: 20px 0;
  }
  .page-contact .contact-wrap .social-icons .icons-wrap .icon-div {
    margin-top: 20px;
  }
  .page-contact .contact-wrap .form-wrap .title h4 {
    font-size: 2.5rem;
  }
  .page-contact .contact-wrap .form-wrap .title p {
    font-size: 0.8125rem;
    margin: 5px 0 20px 0;
  }
  .page-contact .contact-wrap .form-wrap .form {
    flex-direction: column;
  }
  .page-contact .contact-wrap .form-wrap .form .form-group {
    margin-bottom: 20px;
  }
  .page-contact .contact-wrap .form-wrap .form .form-group .forminput {
    font-size: 0.8125rem;
  }
  .page-contact .contact-wrap .form-wrap .form .form-group.half-width {
    width: 100%;
  }
}
footer {
  padding: 50px 0;
}
footer .footer-wrapper .image {
  align-self: center;
}
footer .footer-wrapper .footer-block .logo img {
  max-width: 120px;
}
footer .footer-wrapper .footer-block ul li {
  padding-bottom: 10px;
}
footer .footer-wrapper .footer-block ul li .icon {
  padding-right: 10px;
}
footer .footer-wrapper .footer-block ul li .icon i {
  color: #231F20;
  font-size: 16px;
  transition: 0.3s ease-in-out all;
}
footer .footer-wrapper .footer-block ul li .text,
footer .footer-wrapper .footer-block ul li a {
  color: #231F20;
  font-weight: 600;
  transition: 0.3s ease-in-out all;
}
footer .footer-wrapper .footer-block ul li .text:hover,
footer .footer-wrapper .footer-block ul li a:hover {
  color: #000000;
  padding-left: 5px;
}
footer .footer-wrapper .footer-block ul li .text:hover .icon i,
footer .footer-wrapper .footer-block ul li a:hover .icon i {
  color: #000000;
}
footer .footer-wrapper .footer-block ul li .text span,
footer .footer-wrapper .footer-block ul li a span {
  color: #231F20;
  font-weight: 700;
}
footer .footer-wrapper .review-link {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer .footer-wrapper .review-link a {
  max-width: 100px;
  border-radius: 5px;
  overflow: hidden;
}
footer .footer-wrapper .review-link a img {
  width: 100%;
  transition: 0.3s ease-in-out;
}
footer .footer-wrapper .review-link a:hover img {
  transform: scale(1.05);
}

.footer-bottom {
  padding: 10px 0;
  text-align: center;
}
.footer-bottom .block,
.footer-bottom a {
  color: #231F20;
  letter-spacing: 1px;
  word-spacing: 2px;
}
.footer-bottom .block a,
.footer-bottom a a {
  display: inline;
  font-weight: 500;
}

@media screen and (max-width: 992px) {
  footer .footer-wrapper .review-link {
    margin-top: 15px;
  }
  footer .footer-wrapper .reviews.d-flex {
    justify-content: space-around;
    flex-wrap: wrap;
  }
  footer .footer-wrapper .reviews.d-flex img {
    flex: 0 0 50%;
    max-width: 70px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-wrapper .footer-block {
    padding: 20px 0;
  }
  footer .footer-wrapper .review-link {
    margin-top: 0;
  }
}
@media screen and (max-width: 580px) {
  footer {
    text-align: -webkit-center;
  }
  footer .footer-wrapper .footer-block {
    padding: 15px 0;
  }
  footer .footer-wrapper .footer-block ul li {
    justify-content: center;
  }
  footer .footer-wrapper .footer-block.review-link {
    align-items: center;
  }
  .footer-bottom {
    padding: 10px 0;
  }
}
.page-about .inner-about {
  padding-bottom: 0;
}
.page-about .full-content {
  margin-top: 30px;
}
.page-about .full-content p {
  font-size: 0.875rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 992px) {
  .page-about .full-content {
    margin-top: 0;
  }
}
.page-quote {
  padding: 80px 0;
  background-image: url("https://www.elsevier.com/__data/assets/image/0011/997553/Laptop-iStock.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
}
.page-quote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(8, 68, 180, 0.7);
  z-index: -1;
}
.page-quote .quote-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.page-quote .quote-wrapper .title {
  margin-bottom: 20px;
}
.page-quote .quote-wrapper .title h4 {
  font-size: 2rem;
  font-weight: 700;
  color: #0078D7;
}
.page-quote .quote-wrapper .form-wrap {
  flex: 0 0 50%;
  padding: 40px;
  background-color: #ffffff;
  border-radius: 10px;
}
.page-quote .quote-wrapper .form-wrap .form .form-group label {
  margin-bottom: 0;
}
.page-quote .quote-wrapper .form-wrap .form .form-group .form-input {
  border: 1px solid rgba(28, 28, 28, 0.5);
  padding: 8px 10px;
  resize: none;
  color: #231F20;
}

@media screen and (max-width: 992px) {
  .page-quote ::before {
    background-color: rgba(0, 120, 215, 0.8);
  }
  .page-quote .quote-wrapper {
    flex-direction: column;
  }
}
.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-sidebar {
  flex-basis: 20%;
  position: sticky;
}
.single-service-wrap .service-sidebar .sidebar {
  background-color: #000000;
}
.single-service-wrap .service-sidebar .sidebar h6 {
  font-size: 18px;
  font-weight: 700;
  color: #0078D7;
  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;
  color: #ffffff;
  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: #ffffff;
  color: #0078D7;
}
.single-service-wrap .full-page-content {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.single-service-wrap .full-page-content .gallery {
  margin-bottom: 0;
}
.single-service-wrap .desc-group h2 {
  font-size: 2.5rem;
  font-weight: 700;
  word-spacing: 3px;
  line-height: 1.3;
  color: #0078D7;
  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-reverse;
  }
  .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;
  }
}
.thanks {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  background-color: #272727;
  position: relative;
}
.thanks .icon {
  padding-top: 60px;
  width: 100%;
}
.thanks .message {
  display: inline-block;
  margin-top: 30px;
}
.thanks .message p {
  font-size: 16px;
  word-spacing: 0.05em;
  color: #FFA500;
  padding: 20px 0;
}
.thanks .redirect {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
  background-color: #0078D7;
  border: 1px solid #0078D7;
  transition: 0.3s ease-in-out;
  padding: 10px;
  margin-bottom: 30px;
}
.thanks .redirect i {
  color: #ffffff;
  padding-right: 8px;
  transition: 0.3s ease-in-out;
}
.thanks .redirect h5 {
  color: #ffffff;
  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: #0078D7;
}
.thanks .redirect:hover h5 {
  color: #0078D7;
}

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