/*!
Theme Name: Code Crewz - SES
Theme URI: http://underscores.me/
Author: Code Crewz
Author URI: https://codecrewz.com.au/
Description: Students Employment Services
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: codecrewz_easy
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.

Code Crewz - Students Employment Services 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/
*/
/* Base */
/* Modules */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body,
p,
a {
  color: inherit;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
}

p {
  font-family: "Lato", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #7c7c7c;
  margin: 0;
  padding: 0;
  line-height: 1.7;
  letter-spacing: 0.03em;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: inherit;
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.3;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

h1,
.h1 {
  font-size: 5rem;
}

h2,
.h2 {
  font-size: 4rem;
}

h3,
.h3 {
  font-size: 3.25rem;
}

h4,
.h4 {
  font-size: 2.75rem;
}

h5,
.h5 {
  font-size: 2.25rem;
}

h6,
.h6 {
  font-size: 1.5rem;
}

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

.btn {
  border: none;
}

.btn,
.form-control {
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  outline: none;
  box-shadow: none;
  border-radius: 3px;
  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: #297ff8;
  color: #ffffff;
  border-color: #297ff8;
}
.btn.btn-primary:hover,
.form-control.btn-primary:hover {
  background-color: transparent;
  border-color: #297ff8;
  color: #297ff8;
}
.btn.btn-primary-ghost,
.form-control.btn-primary-ghost {
  background-color: transparent;
  border-color: #297ff8;
  color: #297ff8;
}
.btn.btn-primary-ghost:hover,
.form-control.btn-primary-ghost:hover {
  background-color: #297ff8;
  color: #ffffff;
  border-color: #297ff8;
}
.btn.btn-whitey,
.form-control.btn-whitey {
  background-color: #ffffff;
  color: #3b5998;
  border-color: #ffffff;
  text-transform: uppercase;
}
.btn.btn-whitey:hover,
.form-control.btn-whitey:hover {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.btn.btn-whitey-ghost,
.form-control.btn-whitey-ghost {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  text-transform: uppercase;
}
.btn.btn-whitey-ghost:hover,
.form-control.btn-whitey-ghost:hover {
  background-color: #ffffff;
  color: #009eef;
  border-color: #ffffff;
}
.btn.btn-grey,
.form-control.btn-grey {
  background: #ffffff;
  color: #3b5998;
  border: 1px solid #ffffff;
}
.btn.btn-grey:hover,
.form-control.btn-grey:hover {
  color: #ffffff;
  background-color: #1c1c1c;
}

/* -- 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(41, 127, 248, 0.95);
  box-shadow: none;
  border: 1px solid;
  border-color: #ffffff;
  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 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
.slick-dots li {
  display: inline-block;
  margin: 3px;
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background-color: #7c7c7c;
  cursor: pointer;
}
.slick-dots li button {
  text-indent: -9999px;
  border: none;
  background-color: transparent;
  height: 5px;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active {
  height: 18px;
  border-radius: 10px;
  background-color: #ffffff;
}

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

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  display: block;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

p {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

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

a {
  color: #000;
  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;
}
a:hover img {
  transform: scale(1.02);
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

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

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

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

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

.padding-m {
  padding: 60px 0 20px 0;
}

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

.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(41, 127, 248, 0.7);
  border-radius: 100%;
}

.slick-dots {
  margin-top: 15px;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 3px;
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background-color: #7c7c7c;
  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: #297ff8;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slick-arrow i {
  font-size: 42px;
  line-height: 22px;
  color: #7c7c7c;
  text-align: center;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
.slick-arrow i:hover {
  color: #fff;
}
.slick-arrow.left {
  left: 0px;
  z-index: 9;
}
.slick-arrow.right {
  right: 0px;
}

.section {
  padding: 80px 0;
}

.section-title {
  margin-bottom: 25px;
}
.section-title h6 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.section-title h6 strong {
  font-size: 16px;
  font-weight: 500;
  color: #50c6fd;
}
.section-title h6 span {
  height: 4px;
  width: 100px;
  margin-left: 15px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#50c6fd+0,7db9e8+100&1+0,0+100 */
  background: -moz-linear-gradient(left, rgb(80, 198, 253) 0%, rgba(125, 185, 232, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgb(80, 198, 253) 0%, rgba(125, 185, 232, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgb(80, 198, 253) 0%, rgba(125, 185, 232, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: gradient(startColorstr="#50c6fd", endColorstr="#007db9e8", GradientType=1);
  /* IE6-9 */
}
.section-title h5 {
  font-weight: 700;
  color: #3f3f3f;
  margin-top: 10px;
  letter-spacing: 0.02em;
}
.section-title h5 span {
  display: block;
}

.section-header {
  text-align: center;
}
.section-header h4 {
  font-weight: 700;
  color: #297ff8;
  text-transform: capitalize;
}
.section-header p {
  max-width: 670px;
  color: #1c1c1c;
  margin: 0 auto;
  margin-top: 15px;
  line-height: 1.5;
}

.text-item {
  text-align: center;
}
.text-item h6 {
  font-weight: 600;
  color: #297ff8;
  text-transform: capitalize;
}
.text-item p {
  color: #777777;
  line-height: 1.5;
  padding-top: 10px;
}

.content-block .desc {
  font-size: 16px;
}
.content-block .desc:last-child {
  padding-top: 20px;
}
.content-block .button {
  margin-top: 30px;
}

@media screen and (max-width: 1199px) {
  .section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 991px) {
  .section {
    padding: 45px 0;
  }
  .section-title h5 span {
    display: inline;
    padding: 0 4px;
  }
  .text-item {
    text-align: center;
  }
  .content-block .desc {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .section {
    padding: 30px 0;
  }
  .section-title {
    margin-bottom: 15px;
  }
  .section-header h6 {
    margin-top: 8px;
  }
  .content-block .button {
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .section-title h5 {
    margin-top: 5px;
  }
}
.form {
  padding: 30px;
  background-color: #1c1c1c;
  border-radius: 10px;
}
.form .form-group {
  margin-bottom: 20px;
}
.form .form-group h6 {
  color: #ffffff;
}
.form .form-group label {
  display: block;
  color: #ffffff;
  font-size: 1rem;
}
.form .form-group .form-fill {
  font-size: 0.875rem;
  font-weight: 300;
  color: #ffffff;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  resize: none;
  width: 100%;
  padding: 10px 0;
}
.form .form-group .form-fill.message {
  height: 100px;
  min-height: 60px;
}
.form .form-group .form-fill:focus-visible {
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid #ffffff;
}
.form .form-group .sub-group-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.form .form-group .sub-group-wrapper .sub-form-group {
  position: relative;
  /* Custom Checkbox */
}
.form .form-group .sub-group-wrapper .sub-form-group label {
  font-size: 0.75rem;
  text-transform: capitalize;
  padding: 8px 10px;
  border-radius: 4px;
  overflow: hidden;
  color: #7c7c7c;
  border: 1px solid #7c7c7c;
  position: relative;
  cursor: pointer;
}
.form .form-group .sub-group-wrapper .sub-form-group label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.form .form-group .sub-group-wrapper .sub-form-group label:focus {
  color: #ffffff;
}
.form .form-group .sub-group-wrapper .sub-form-group input[type=checkbox] {
  appearance: none;
  display: none;
}
.form .form-group .sub-group-wrapper .sub-form-group input[type=checkbox]:checked + label {
  color: #ffffff;
}
.form .form-group .sub-group-wrapper .sub-form-group input[type=checkbox]:checked + label::before {
  background-color: transparent;
  border: 1px solid #ffffff;
}
.form .submit-button {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .form {
    padding: 20px;
  }
  .form .form-group {
    margin-bottom: 25px;
  }
  .form .form-group label {
    font-size: 0.9375rem;
  }
  .form .form-group .form-fill {
    padding: 5px 0;
  }
  .form .form-group .sub-group-wrapper {
    margin-top: 25px;
  }
}
@media screen and (max-width: 481px) {
  .form .form-group label {
    font-size: 0.875rem;
  }
  .form .form-group .form-fill {
    font-size: 0.8125rem;
  }
}
.breadcrumb {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.breadcrumb .breadcrumb-wrapper {
  text-align: center;
}
.breadcrumb .breadcrumb-wrapper h1.h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 5px 0;
  color: #297ff8;
}
.breadcrumb .breadcrumb-wrapper p {
  font-size: 0.9375rem;
  color: #ffffff;
  max-width: 600px;
  margin: auto;
  padding-top: 10px;
}
.breadcrumb .breadcrumb-wrapper ul,
.breadcrumb .breadcrumb-wrapper ol {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.breadcrumb .breadcrumb-wrapper ul .bread-list,
.breadcrumb .breadcrumb-wrapper ol .bread-list {
  margin-right: 8px;
  position: relative;
}
.breadcrumb .breadcrumb-wrapper ul .bread-list .bread-link,
.breadcrumb .breadcrumb-wrapper ol .bread-list .bread-link {
  color: #ffffff;
  padding-right: 15px;
}
.breadcrumb .breadcrumb-wrapper ul .bread-list .bread-link::after,
.breadcrumb .breadcrumb-wrapper ol .bread-list .bread-link::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #ffffff;
  line-height: 1;
  margin-top: 1px;
}
.breadcrumb .breadcrumb-wrapper ul .bread-list:last-child,
.breadcrumb .breadcrumb-wrapper ol .bread-list:last-child {
  margin-right: 0;
}
.breadcrumb .breadcrumb-wrapper ul .bread-list:last-child .bread-link,
.breadcrumb .breadcrumb-wrapper ol .bread-list:last-child .bread-link {
  padding-right: 0;
}
.breadcrumb .breadcrumb-wrapper ul .bread-list:last-child .bread-link::after,
.breadcrumb .breadcrumb-wrapper ol .bread-list:last-child .bread-link::after {
  display: none;
}

/* Layout */
header {
  z-index: 999;
  position: fixed;
  padding: 10px 0;
  top: 0;
  left: 0;
  right: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+63&0.5+0,0.29+39,0+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.29) 39%, rgba(0, 0, 0, 0.18) 63%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.29) 39%, rgba(0, 0, 0, 0.18) 63%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.29) 39%, rgba(0, 0, 0, 0.18) 63%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=0);
  /* IE6-9 */
}
header .navbar {
  padding: 0;
}
header .navbar .navbar-brand figure {
  max-width: 150px;
  margin-left: 20px;
}
header .navbar .navbar-brand figure.img2 {
  display: none;
}
header .navbar-collapse {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
header .navbar-collapse .navbar-nav .nav-link {
  margin: 10px;
  padding: 0 15px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 400;
  transition: 0.3s ease-in-out;
}
header .navbar-collapse .navbar-nav .nav-link.btn {
  padding: 12px 20px;
  color: #ffffff;
  font-size: 12px;
}
header .navbar-collapse .navbar-nav .nav-link.btn:hover {
  background-color: #0864e6;
}
header .navbar-collapse .navbar-nav .nav-item.active .nav-link {
  color: #ffffff;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
  top: calc(100% + 10px);
  display: block;
  opacity: 0;
  pointer-events: none;
  width: 200px;
  transition: 0.5s ease-in-out;
  border-radius: 0;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .menu-item {
  /* Sub Dropdown Menu */
}
header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .menu-item .nav-link {
  transition: 0.3s ease-in-out;
  color: #1c1c1c;
  text-transform: capitalize;
  line-height: 1.3;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .menu-item .dropdown-menu {
  left: 100%;
  top: 20px;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  top: 100%;
  opacity: 1;
  pointer-events: all;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu .menu-item:hover {
  /* Sub Dropdown Menu*/
}
header .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu .menu-item:hover .nav-link {
  color: #ffffff;
  background-color: #297ff8;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu .menu-item:hover .dropdown-menu {
  top: 0;
  opacity: 1;
  pointer-events: all;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu .menu-item:hover .dropdown-menu .menu-item .nav-link {
  background-color: #ffffff;
  color: #1c1c1c;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu .menu-item:hover .dropdown-menu .menu-item:hover .nav-link {
  background-color: #297ff8;
  color: #ffffff;
}
header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #ffffff;
  padding: 0;
}
header.fixed-header .navbar .navbar-brand figure {
  max-width: 120px;
}
header.fixed-header .navbar .navbar-brand figure.img1 {
  display: none;
}
header.fixed-header .navbar .navbar-brand figure.img2 {
  display: block;
}
header.fixed-header .navbar-collapse .navbar-nav .nav-link.btn {
  color: #ffffff;
}
header.fixed-header .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #000;
}
header.fixed-header .navbar-collapse .navbar-nav .nav-item.active .nav-link {
  color: #297ff8;
}

@media screen and (max-width: 1200px) {
  header .navbar-collapse .navbar-nav .nav-link {
    margin: 10px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 991px) {
  header {
    padding: 10px 0;
  }
  header .navbar .navbar-toggler {
    background-color: #ffffff;
    border-radius: 3px;
    border: 1px solid #7c7c7c;
    position: relative;
    width: 30px;
    aspect-ratio: 1/1;
    padding: 0;
    margin: 0;
  }
  header .navbar .navbar-toggler svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  header .navbar .navbar-toggler[aria-expanded=false] svg.cross {
    opacity: 0;
    pointer-events: none;
    top: 40%;
  }
  header .navbar .navbar-toggler[aria-expanded=true] svg.burger {
    opacity: 0;
    pointer-events: none;
    top: 40%;
  }
  header .navbar-collapse {
    display: block;
    background: rgba(0, 0, 0, 0.9);
  }
  header .navbar-collapse .navbar-nav {
    align-items: center;
    justify-content: center;
  }
  header .navbar-collapse .navbar-nav .nav-link {
    margin: 5px 0;
    text-transform: capitalize;
  }
  header .navbar-collapse .navbar-nav .nav-link.button {
    margin: 0;
  }
  header .navbar-collapse .navbar-nav .nav-item.dropdown {
    text-align: center;
  }
  header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
    top: 100%;
    height: 0;
    transition: height 0.5s ease-in-out;
    padding: 0;
  }
  header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .menu-item {
    /* Sub Dropdown menu */
  }
  header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .menu-item .nav-link {
    text-align: center;
    color: #ffffff;
  }
  header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .menu-item .dropdown-menu {
    height: 0;
  }
  header .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    height: auto;
  }
  header .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu .menu-item:hover .dropdown-menu {
    height: auto;
  }
  header .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu .menu-item:hover .dropdown-menu .menu-item .nav-link {
    background-color: #1c1c1c;
    color: #ffffff;
  }
  header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-link {
    color: #ffffff;
  }
}
.banner {
  position: relative;
}
.banner .slider {
  position: relative;
}
.banner .slider .block .image {
  position: relative;
}
.banner .slider .block .image img {
  max-height: 100vh;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.banner .slider .block .image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(41, 127, 248, 0.2);
  mix-blend-mode: darken;
}
.banner .slider .block .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px;
  max-width: 500px;
  border-radius: 20px;
}
.banner .slider .block .text h3 {
  font-size: 50px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.banner .slider .block .text p {
  font-size: 16px;
  color: rgb(248, 244, 244);
  margin-top: 15px;
}
.banner .info-wrapper {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}
.banner .info-wrapper .wrapper {
  justify-content: space-between;
  align-items: center;
}
.banner .info-wrapper .wrapper .item {
  align-items: center;
  padding: 10px 0;
}
.banner .info-wrapper .wrapper .item .icon {
  width: 30px;
  height: 40px;
  background-color: #24b969;
  transform: skewY(15deg);
  text-align: center;
}
.banner .info-wrapper .wrapper .item .icon i {
  transform: skewY(-15deg);
  line-height: 40px;
  color: #fff;
  font-size: 14px;
}
.banner .info-wrapper .wrapper .item .text {
  margin-left: 15px;
}
.banner .info-wrapper .wrapper .item .text h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 0.04em;
  margin-bottom: 2px;
}
.banner .info-wrapper .wrapper .item .text h5 {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .banner .slider .block .text h3 {
    font-size: 32px;
  }
  .banner .info-wrapper {
    bottom: 20px;
  }
  .banner .info-wrapper .wrapper .item .text h3 {
    font-size: 16px;
  }
  .banner .info-wrapper .wrapper .item .text h5 {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .banner .slider .block .image img {
    position: relative;
    height: 70vh;
    min-height: 400px;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    z-index: -99;
  }
  .banner .slider .block .text h3 {
    font-size: 22px;
  }
  .banner .slider .block .text p {
    font-size: 14px;
  }
  .banner .slick-dots {
    margin-top: -25px;
    text-align: center;
    position: relative;
  }
  .banner .slick-dots li {
    display: inline-block;
    margin: 3px;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    background-color: transparent;
    border: 2px solid #297ff8;
    cursor: pointer;
  }
  .banner .slick-dots li button {
    text-indent: -9999px;
    border: none;
    background-color: transparent;
  }
  .banner .slick-dots li button:focus {
    outline: none;
  }
  .banner .slick-dots li.slick-active {
    background-color: #297ff8;
  }
  .banner .info-wrapper {
    display: none;
  }
}
.about .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about .wrapper .image {
  flex: 0 0 calc(50% - 80px);
  position: relative;
}
.about .wrapper .image .main img {
  border-radius: 5px;
}
.about .wrapper .image .small {
  position: absolute;
  bottom: -50px;
  right: -50px;
  overflow: hidden;
}
.about .wrapper .image .small img {
  width: 150px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  border: 5px solid #ffffff;
}
.about .wrapper .content {
  flex: 0 0 50%;
}

@media screen and (max-width: 991px) {
  .about .wrapper .image {
    flex: 0 0 calc(60% - 40px);
  }
  .about .wrapper .content {
    flex: 0 0 40%;
  }
}
@media screen and (max-width: 767px) {
  .about .wrapper {
    flex-direction: column-reverse;
  }
  .about .wrapper .image {
    flex: 0 0 100%;
    margin-top: 20px;
  }
  .about .wrapper .image .small {
    bottom: 0;
  }
  .about .wrapper .content {
    flex: 0 0 100%;
  }
  .about .wrapper .content .button {
    margin-top: 10px;
  }
}
@media screen and (max-width: 576px) {
  .about .wrapper .image .small {
    right: 0;
  }
}
.working-process {
  padding-top: 40px;
}
.working-process .wrapper {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-top: 60px;
  text-align: center;
  position: relative;
}
.working-process .wrapper .plane-image {
  position: absolute;
}
.working-process .wrapper .plane-image img {
  width: 100%;
  max-width: initial;
  margin: 0 auto;
}
.working-process .wrapper .block {
  flex-basis: calc(33.3333333333% - 40px);
}
.working-process .wrapper .block .icon {
  width: 150px;
  aspect-ratio: 1/1;
  margin: 0 auto;
  border-radius: 6px;
  background-color: #297ff8;
  transform: rotate(10deg);
  text-align: center;
  cursor: pointer;
  transition: 0.4s all;
}
.working-process .wrapper .block .icon i {
  font-size: 35px;
  color: #fff;
  line-height: 150px;
}
.working-process .wrapper .block .icon:hover {
  transform: rotate(0deg);
}
.working-process .wrapper .block .text-item {
  padding-top: 30px;
}
.working-process .wrapper .block .text-item h6 {
  padding: 0 30px;
}

@media screen and (max-width: 1199px) {
  .working-process .wrapper {
    padding: 0 20px;
  }
  .working-process .wrapper .plane-image img {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .working-process .wrapper {
    text-align: center;
    margin-top: 60px;
  }
  .working-process .wrapper .plane-image {
    top: 10px;
  }
  .working-process .wrapper .block .icon {
    height: 100px;
    width: 100px;
  }
  .working-process .wrapper .block .icon i {
    font-size: 25px;
    color: #fff;
    line-height: 100px;
  }
  .working-process .wrapper .block .text-item {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .working-process .wrapper {
    margin-top: 40px;
    flex-direction: column;
  }
  .working-process .wrapper .plane-image {
    display: none;
  }
  .working-process .wrapper .block .icon {
    height: 70px;
    width: 70px;
  }
  .working-process .wrapper .block .icon i {
    font-size: 20px;
    line-height: 70px;
  }
  .working-process .wrapper .block .text-item {
    padding-top: 20px;
  }
}
.services .wrapper .content-block {
  margin-bottom: 40px;
}
.services .wrapper .service-slider {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 15px;
}
.services .wrapper .service-slider .item {
  position: relative;
  flex-basis: calc(33.3333333333% - 15px);
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background: rgb(82, 182, 249);
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgb(82, 182, 249) 0%, rgb(41, 127, 248) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgb(82, 182, 249) 0%, rgb(41, 127, 248) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgb(82, 182, 249) 0%, rgb(41, 127, 248) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: gradient(startColorstr="#52b6f9", endColorstr="#297ff8", GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  height: 100%;
}
.services .wrapper .service-slider .item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 5/6;
  object-fit: cover;
}
.services .wrapper .service-slider .item .desc {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 20px;
  background-color: rgba(41, 127, 248, 0.9);
}
.services .wrapper .service-slider .item .desc ul .title {
  font-weight: 700;
  font-size: 0.9375rem;
  column-rule-color: #ffffff;
  text-transform: capitalize;
}
.services .wrapper .service-slider .item .desc ul li {
  color: #f8f8f8;
  font-size: 0.8125rem;
  position: relative;
  padding-left: 15px;
}
.services .wrapper .service-slider .item .desc ul li::before {
  content: "\f054";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "font awesome 5 free";
  font-size: 0.6125rem;
  font-weight: 700;
  color: #f8f8f8;
}
.services .wrapper .service-slider .item h6 {
  font-size: 1.25rem;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .services .wrapper {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
  .services .wrapper .content-block {
    width: 50%;
    padding-left: 0;
    text-align: center;
    margin-bottom: 30px;
  }
  .services .wrapper .content-block .section-title {
    margin-bottom: 15px;
  }
  .services .wrapper .content-block .section-title h6 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }
  .services .wrapper .content-block .section-title h6 span {
    width: 40px;
    margin-top: 6px;
  }
  .services .wrapper .content-block .desc {
    padding: 0 50px;
  }
  .services .wrapper .service-slider {
    flex: 0 0 100%;
    width: 100%;
  }
  .services .wrapper .service-slider .slick-arrow.left {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .services .wrapper .content-block {
    width: 100%;
    padding: 0 20px;
  }
  .services .wrapper .service-slider .item img {
    height: initial;
  }
}
.quote {
  position: relative;
  margin-bottom: 150px;
}
.quote .quote-bg {
  width: 60%;
  position: absolute;
  top: 0;
  left: 0;
  right: 20%;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#094dad+0,297ff9+100 */
  background: rgb(9, 77, 173);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgb(9, 77, 173) 0%, rgb(41, 127, 249) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(9, 77, 173) 0%, rgb(41, 127, 249) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(9, 77, 173) 0%, rgb(41, 127, 249) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#094dad", endColorstr="#297ff9", GradientType=0);
  /* IE6-9 */
}
.quote .quote-bg::after {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#094dad+0,297ff9+100 */
  background: rgb(9, 77, 173);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgb(9, 77, 173) 0%, rgb(41, 127, 249) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(9, 77, 173) 0%, rgb(41, 127, 249) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(9, 77, 173) 0%, rgb(41, 127, 249) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#094dad", endColorstr="#297ff9", GradientType=0);
  /* IE6-9 */
  transform-origin: top right;
  transform: skew(30deg, 0deg);
}
.quote .wrapper {
  max-width: 620px;
  position: relative;
}
.quote .wrapper .section-header {
  padding-bottom: 100px;
}
.quote .wrapper .section-header h4 {
  color: #ffffff;
}
.quote .wrapper .section-header p {
  color: #dedede;
}
.quote .wrapper .form {
  margin-top: -50px;
  margin-bottom: -150px;
  background-color: #ffffff;
  padding: 40px 40px 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  box-shadow: 0 2px 6px -1px #dcdcdc;
  position: relative;
  z-index: 99;
}
.quote .wrapper .form .form-group {
  flex: 0 0 48%;
}
.quote .wrapper .form .form-group.message {
  flex: 0 0 100%;
}
.quote .wrapper .form .form-group.submit-button {
  flex: 0 0 100%;
  text-align: center;
  margin-top: 20px;
}
.quote .wrapper .form .form-control {
  font-size: 13px;
  height: 40px;
}
.quote .wrapper .form .form-control.textarea {
  min-height: 100px;
  resize: none;
}
.quote .quote-image {
  position: absolute;
  right: 8%;
  bottom: 0;
}
.quote .quote-image img {
  width: 400px;
}

@media screen and (max-width: 1199px) {
  .quote .quote-image {
    right: 1%;
  }
}
@media screen and (max-width: 991px) {
  .quote .quote-bg {
    width: 100%;
  }
  .quote .quote-bg::after {
    display: none;
  }
  .quote .wrapper {
    max-width: 100%;
  }
  .quote .quote-image {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .quote {
    margin-bottom: 100px;
  }
  .quote .wrapper {
    max-width: 100%;
  }
  .quote .wrapper .section-header {
    padding-bottom: 70px;
  }
  .quote .wrapper .form {
    margin-bottom: -100px;
  }
  .quote .wrapper .form .form-group {
    flex: 0 0 100%;
  }
}
.features .container.d-flex {
  align-items: flex-start;
  justify-content: space-between;
}
.features .feature-image {
  flex: 0 0 45%;
  padding-right: 80px;
}
.features .wrapper {
  flex: 0 0 55%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 10px;
}
.features .wrapper .block {
  flex: 0 0 calc(50% - 10px);
}
.features .wrapper .block .icon {
  padding: 10px 24px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border: 1px solid #24b969;
  margin-bottom: 10px;
  display: inline-block;
  cursor: pointer;
  transition: 0.4s all;
}
.features .wrapper .block .icon i {
  font-size: 30px;
  color: #24b969;
}
.features .wrapper .block .icon:hover {
  background-color: #24b969;
}
.features .wrapper .block .icon:hover i {
  color: #fff;
}
.features .wrapper .block .text-item {
  text-align: left;
}
.features .wrapper .block .text-item h6 {
  color: #24b969;
}

@media screen and (max-width: 991px) {
  .features .container.d-flex {
    flex-direction: column;
  }
  .features .feature-image {
    flex: 0 0 100%;
    width: 100%;
    text-align: center;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .features .feature-image img {
    border-radius: 5px;
    width: 100%;
    margin: 0 auto;
  }
  .features .wrapper {
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 480px) {
  .features .wrapper {
    flex-direction: column;
  }
  .features .wrapper .block {
    text-align: center;
  }
  .features .wrapper .block .text-item {
    text-align: center;
  }
}
.testimonials {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-top: 40px;
}
.testimonials::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.testimonials .section-header {
  position: relative;
}
.testimonials .wrapper {
  position: relative;
  margin-top: 30px;
}
.testimonials .wrapper .block {
  display: flex;
  flex-direction: column;
}
.testimonials .wrapper .block .image {
  padding: 20px 30px;
  text-align: center;
  position: relative;
}
.testimonials .wrapper .block .image::before, .testimonials .wrapper .block .image::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: calc(50% - 70px);
  background-color: #dedede;
}
.testimonials .wrapper .block .image::before {
  left: 0;
}
.testimonials .wrapper .block .image::after {
  right: 0;
}
.testimonials .wrapper .block .image img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
  margin: 0 auto;
  position: relative;
}
.testimonials .wrapper .block p {
  font-size: 16px;
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
}
.testimonials .wrapper .block .detail {
  margin-top: 30px;
  text-align: center;
}
.testimonials .wrapper .block .detail h6 {
  font-size: 18px;
  color: #297ff8;
  font-weight: 600;
  margin-bottom: 5px;
  letter-spacing: 0.03em;
}
.testimonials .wrapper .block .detail p {
  font-size: 13px;
  color: #7c7c7c;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .testimonials {
    margin-top: 20px;
  }
  .testimonials .wrapper {
    position: relative;
    margin-top: 20px;
  }
  .testimonials .wrapper .block .image::before, .testimonials .wrapper .block .image::after {
    width: calc(50% - 50px);
  }
  .testimonials .wrapper .block .image img {
    width: 70px;
    height: 70px;
  }
  .testimonials .wrapper .block p {
    font-size: 14px;
  }
  .testimonials .wrapper .block .detail {
    margin-top: 20px;
  }
  .testimonials .wrapper .block .detail h6 {
    font-size: 16px;
  }
}
.gallery .wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.gallery .wrapper .block {
  flex-basis: calc(25% - 20px);
}
.gallery .wrapper .block a {
  width: 100%;
}
.gallery .wrapper .block a img {
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .gallery .wrapper .block {
    flex-basis: calc(33.3333333333% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .gallery .wrapper .block {
    flex-basis: calc(50% - 20px);
  }
}
@media screen and (max-width: 480px) {
  .gallery .wrapper {
    flex-direction: column;
  }
}
.footer-top {
  z-index: 2;
  position: relative;
}
.footer-top .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: initial;
  background-color: #24b969;
}
.footer-top .wrapper .block {
  flex: 0 0 calc(100% - 250px);
  background-color: #24b969;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.footer-top .wrapper .block .logo {
  text-align: center;
  margin: 0 auto;
  padding: 20px;
}
.footer-top .wrapper .block .item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 12px;
}
.footer-top .wrapper .block .item i {
  font-size: 1.125rem;
  color: #fff;
  transition: 0.3s ease-in-out;
}
.footer-top .wrapper .block .item h6 {
  font-size: 1.25rem;
  color: #fff;
  transition: 0.3s ease-in-out 0.1s;
}
.footer-top .wrapper .block .item:hover i {
  color: #297ff8;
}
.footer-top .wrapper .block .item:hover h6 {
  color: #297ff8;
}
.footer-top .wrapper .block.black {
  background-color: #000;
  flex: 0 0 250px;
}

footer {
  padding: 120px 0 40px 0;
  background-color: #297ff8;
  margin-top: -70px;
}
footer .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
footer ul li.list {
  padding-left: 20px;
  position: relative;
}
footer ul li.list::before {
  content: "\f054";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #fff;
  font-size: 10px;
  font-family: fontAwesome;
}
footer ul li .nav-item {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 4px 0;
}
footer ul li .nav-item i {
  font-size: 10px;
  width: 25px;
  color: #fff;
}

.footer-bottom {
  background-color: #428ef9;
  padding: 8px 0;
}
.footer-bottom .wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.footer-bottom .wrapper .copyright,
.footer-bottom .wrapper a,
.footer-bottom .wrapper .by {
  color: #fff;
  font-size: 14px;
}
.footer-bottom .wrapper .copyright {
  margin-right: 5px;
}
.footer-bottom .wrapper .develop .by,
.footer-bottom .wrapper .develop a {
  display: inline;
}
.footer-bottom .wrapper .develop .by i,
.footer-bottom .wrapper .develop a i {
  font-size: 12px;
  margin: 0 4px;
}
.footer-bottom .wrapper .develop a {
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .footer-top .wrapper .block {
    flex: 0 0 calc(100% - 150px);
  }
  .footer-top .wrapper .block .item i {
    font-size: 0.9375rem;
  }
  .footer-top .wrapper .block .item h6 {
    font-size: 1.125rem;
  }
  .footer-top .wrapper .block.black {
    flex: 0 0 150px;
  }
  footer {
    padding: 100px 0 40px 0;
    margin-top: -50px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 20px;
  }
  footer .wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  footer .wrapper ul {
    flex: 0 0 33%;
    margin-bottom: 25px;
  }
  .footer-bottom .wrapper {
    flex-direction: column;
  }
  .footer-bottom .wrapper .copyright,
  .footer-bottom .wrapper a,
  .footer-bottom .wrapper .by {
    font-size: 13px;
  }
  .footer-bottom .wrapper .copyright {
    margin-right: 0;
  }
}
@media screen and (max-width: 576px) {
  footer .wrapper ul {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 510px) {
  .footer-top .wrapper .block.d-flex {
    padding-left: 20px;
  }
  .footer-top .wrapper .block .item {
    margin: 3px;
  }
  .footer-top .wrapper .block .item i {
    font-size: 12px;
  }
  .footer-top .wrapper .block .item h6 {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .footer-top {
    background-color: #24b969;
  }
  .footer-top .wrapper {
    flex-direction: column;
    padding: 20px 0;
  }
  .footer-top .wrapper .block {
    flex: 0 0 100%;
    height: auto;
  }
  .footer-top .wrapper .block .logo {
    width: 140px;
    line-height: 0;
    padding-bottom: 20px;
  }
  .footer-top .wrapper .block.d-flex {
    align-items: center;
    padding-left: 0;
  }
  .footer-top .wrapper .block .item {
    margin: 3px;
  }
  .footer-top .wrapper .block .item i {
    font-size: 12px;
  }
  .footer-top .wrapper .block .item h6 {
    font-size: 14px;
  }
  .footer-top .wrapper .block.black {
    flex: 0 0 0;
    background-color: transparent;
  }
  footer {
    margin-top: 0;
    padding: 20px 0 0 0;
  }
}
@media screen and (max-width: 380px) {
  footer .wrapper ul {
    flex: 0 0 100%;
  }
  footer ul li.list::before {
    display: none;
  }
}
.service-category .service-wrapper {
  margin: 80px 0;
}
.service-category .service-wrapper .service-blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.service-category .service-wrapper .service-blocks .service-image {
  flex-basis: 40%;
}
.service-category .service-wrapper .service-blocks .service-image .figure {
  width: 100%;
  aspect-ratio: 1/1;
}
.service-category .service-wrapper .service-blocks .service-image .figure img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 5px;
}
.service-category .service-wrapper .service-blocks .service-content {
  flex-basis: calc(60% - 60px);
}
.service-category .service-wrapper .service-blocks .service-content h6 {
  font-size: 1.5rem;
}
.service-category .service-wrapper .service-blocks .service-content p {
  font-size: 0.9375rem;
  padding-top: 5px;
}
.service-category .service-wrapper .service-blocks .gallery {
  flex-basis: 100%;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .service-category .service-wrapper .service-blocks {
    flex-direction: column;
    gap: 30px;
  }
  .service-category .service-wrapper .service-blocks .service-image .figure img {
    width: auto;
  }
  .service-category .service-wrapper .service-blocks .service-content p {
    font-size: 0.9375rem;
    padding-top: 5px;
  }
}
.contact_us .org-info {
  display: flex;
  flex-direction: row;
  margin-top: 50px;
  margin-bottom: 20px;
}
.contact_us .org-info .info-promo {
  flex: 0 0 calc(50% - 40px);
  margin-right: 40px;
}
.contact_us .org-info .info-promo p {
  font-size: 14px;
  font-weight: 500;
  margin: 20px 0;
  color: #1c1c1c;
}
.contact_us .org-info .info-promo .section-title h6 {
  color: #297ff8;
  margin-bottom: 0;
}
.contact_us .org-info .info-promo .section-title h4 {
  color: #000;
  margin-bottom: 0;
}
.contact_us .org-info .info-links {
  flex: 0 0 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.contact_us .org-info .info-links .info-block {
  flex: 0 0 calc(50% - 10px);
  margin-right: 10px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  text-decoration: none;
}
.contact_us .org-info .info-links .info-block .icon {
  margin-right: 20px;
}
.contact_us .org-info .info-links .info-block .icon i {
  font-size: 22px;
  color: #297ff8;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.4);
  transition: 0.5s ease-in-out;
}
.contact_us .org-info .info-links .info-block .detail h4 {
  font-size: 16px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  color: #297ff8;
  margin-bottom: 0;
  transition: 0.5s ease-in-out;
}
.contact_us .org-info .info-links .info-block .detail p {
  font-weight: 300;
  color: #7c7c7c;
  line-height: 1.3;
  transition: 0.5s ease-in-out;
}
.contact_us .org-info .info-links .info-block:hover .icon i {
  background: #297ff8;
  color: #ffffff;
  border-color: #ffffff;
}
.contact_us .org-info .info-links .info-block:hover .detail h4 {
  color: #297ff8;
}
.contact_us .org-info .info-links .info-block:hover .detail p {
  color: #000;
}
.contact_us .form-wrapper {
  display: flex;
  flex-direction: row;
  background: #1c1c1c;
}
.contact_us .form-wrapper .form-image {
  flex: 0 0 40%;
}
.contact_us .form-wrapper .form-image img {
  height: auto;
  object-fit: cover;
  object-position: center;
}
.contact_us .form-wrapper .form-box {
  padding: 40px;
  flex: 0 0 60%;
}
.contact_us .form-wrapper .form-box .section-title h6 {
  color: #24b969;
}
.contact_us .form-wrapper .form-box .section-title h4 {
  color: #ffffff;
}
.contact_us .form-wrapper .form-box .form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.contact_us .form-wrapper .form-box .form .form-blank {
  flex: 0 0 calc(50% - 14px);
  margin: 20px 14px 0 0;
  background: rgba(36, 185, 105, 0.1);
  border: none;
  color: #ffffff;
  font-size: 15px;
  padding: 10px;
}
.contact_us .form-wrapper .form-box .form .form-blank::placeholder {
  font-weight: 15px;
  font-family: "Lato", sans-serif;
  color: #ffffff;
  text-transform: capitalize;
  letter-spacing: 0.04em;
}
.contact_us .form-wrapper .form-box .form .form-blank:focus {
  outline: none;
}
.contact_us .form-wrapper .form-box .form .form-blank.message {
  flex: 0 0 calc(100% - 14px);
  margin: 20px 14px 0 0;
  resize: none;
}
.contact_us .form-wrapper .form-box .form .btn-secondary {
  margin-top: 30px;
  color: #1c1c1c;
}
.contact_us .form-wrapper .form-box .form .btn-secondary:hover {
  color: #ffffff;
}
.contact_us .map {
  margin-top: 50px;
}
.contact_us .map iframe {
  display: block;
  width: 100%;
  height: 400px;
}

@media screen and (max-width: 1200px) {
  .contact_us .form-wrapper .form-box {
    padding: 40px 20px;
  }
  .contact_us .form-wrapper .form-box .section-title h6 {
    color: #24b969;
  }
  .contact_us .form-wrapper .form-box .section-title h4 {
    color: #ffffff;
  }
  .contact_us .form-wrapper .form-box .form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .contact_us .form-wrapper .form-box .form .form-blank {
    flex: 0 0 calc(50% - 10px);
    margin: 15px 5px 0 0;
    font-size: 14px;
    padding: 10px;
  }
  .contact_us .form-wrapper .form-box .form .form-blank::placeholder {
    font-weight: 14px;
  }
  .contact_us .form-wrapper .form-box .form .form-blank.message {
    flex: 0 0 calc(100% - 10px);
    margin: 15px 10px 0 0;
    resize: none;
  }
}
@media screen and (max-width: 992px) {
  .contact_us .org-info {
    margin-top: 35px;
    align-items: center;
  }
  .contact_us .org-info .info-promo {
    flex: 0 0 calc(50% - 20px);
    margin-right: 20px;
  }
  .contact_us .org-info .info-promo p {
    font-size: 13px;
  }
  .contact_us .org-info .info-links {
    flex: 0 0 calc(50% - 20px);
    margin-left: 20px;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .contact_us .org-info .info-links .info-block {
    flex: 0 0 auto;
    margin-bottom: 20px;
    flex-direction: row;
  }
  .contact_us .org-info .info-links .info-block .icon {
    margin-right: 20px;
  }
  .contact_us .org-info .info-links .info-block .icon i {
    font-size: 18px;
  }
  .contact_us .org-info .info-links .info-block .detail h4 {
    font-size: 15px;
  }
  .contact_us .form-wrapper {
    flex-direction: column-reverse;
    margin: 20px 0;
  }
  .contact_us .form-wrapper .form-image {
    display: none;
  }
  .contact_us .form-wrapper .form-box {
    padding: 40px;
    flex: 0 0 50%;
  }
  .contact_us .form-wrapper .form-box .section-title h6 {
    font-size: 18px;
  }
  .contact_us .form-wrapper .form-box .section-title h4 {
    font-size: 26px;
  }
  .contact_us .map iframe {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .contact_us .org-info {
    flex-direction: column;
  }
  .contact_us .org-info .info-promo {
    margin-right: 0;
  }
  .contact_us .org-info .info-links {
    margin-left: 0;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .contact_us .org-info .info-links .info-block {
    flex: 0 0 calc(50% - 10px);
    margin-right: 10px;
    margin-bottom: 20px;
    flex-direction: row;
    word-break: break-all;
  }
  .contact_us .form-wrapper .form-box {
    padding: 40px 20px;
  }
  .contact_us .form-wrapper .form-box .form .form-blank {
    margin: 20px 10px 0 0;
  }
}
@media screen and (max-width: 577px) {
  .contact_us .org-info .info-links .info-block .icon {
    margin-right: 10px;
  }
  .contact_us .org-info .info-links .info-block .icon i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
  .contact_us .org-info .info-links .info-block .detail h4 {
    font-size: 14px;
  }
  .contact_us .org-info .info-links .info-block .detail p {
    font-size: 13px;
  }
  .contact_us .form-wrapper .form-box .section-title h6 {
    font-size: 16px;
  }
  .contact_us .form-wrapper .form-box .section-title h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .contact_us .org-info .info-links {
    flex-direction: column;
    width: 100%;
  }
  .contact_us .form-wrapper .form-box .form .form-blank {
    width: 50%;
  }
}
@media screen and (max-width: 321px) {
  .contact_us .form-wrapper .form-box .form .form-blank {
    flex: 0 0 100%;
    margin-right: 0;
  }
  .contact_us .form-wrapper .form-box .form .form-blank.message {
    margin-right: 0;
    flex: 0 0 100%;
  }
}
/* for all */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p {
  margin-bottom: 0 !important;
}

a {
  text-decoration: none !important;
}

ul,
ol {
  margin: 0 0 0 0;
}

/* Header Dropdown */
header .navbar-collapse .navbar-nav .dropdown-menu {
  width: 200px;
  padding: 0;
}
header .navbar-collapse .navbar-nav .dropdown-menu .nav-item .nav-link {
  color: #1c1c1c;
  padding: 6px 10px;
  margin: 0;
  text-transform: capitalize;
  font-size: 13px;
  transition: 0.3s ease-out;
}
header .navbar-collapse .navbar-nav .dropdown-menu .nav-item .nav-link:hover {
  background-color: #297ff8;
  color: #ffffff;
}

@media screen and (max-width: 992px) {
  header .navbar-collapse .navbar-nav {
    text-align: center;
  }
  header .navbar-collapse .navbar-nav .dropdown-menu {
    text-align: center;
    background-color: #1c1c1c;
  }
  header .navbar-collapse .navbar-nav .dropdown-menu .nav-item {
    text-align: center;
  }
  header .navbar-collapse .navbar-nav .dropdown-menu .nav-item .nav-link {
    color: #ffffff;
  }
}
/* Header Dropdown */
/* footer section */
.wrapper .footer-menu .menu-item a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 4px 0;
  padding-left: 20px;
  position: relative;
}
.wrapper .footer-menu .menu-item a::before {
  content: "\f054";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #fff;
  font-size: 10px;
  font-family: fontAwesome;
}

@media screen and (max-width: 380px) {
  .wrapper {
    text-align: center;
  }
  .wrapper .footer-menu .menu-item a {
    padding-left: 0;
  }
  .wrapper .footer-menu .menu-item a::before {
    display: none;
  }
}
/* footer section */
/* Elementor Section starting point*/
/* Single Service Gallery Section */
.elementor-widget-image-gallery {
  margin-bottom: 0 !important;
}

.gallery-size-large {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  grid-gap: 0 !important;
  margin-bottom: 10px;
}
.gallery-size-large .gallery-item {
  width: calc(50% - 10px) !important;
  margin-right: 10px !important;
  margin-bottom: 10px !important;
}

/* Single Service Gallery Section */
/* Why choose us 3 features section */
.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper {
  padding: 10px;
  height: auto;
  box-shadow: 0 0 15px -10px #297ff8;
  transition: 0.3s ease-out;
}
.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper .elementor-image-box-img {
  margin-bottom: 0 !important;
}
.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
  margin: 10px 0;
  margin-bottom: 10px !important;
  transition: 0.3s ease-out;
  transition-delay: 0.1s;
}
.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description {
  transition: 0.3s ease-out;
  transition-delay: 0.1s;
}
.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper:hover {
  cursor: pointer;
  transform: scale(1.02);
  background-color: rgba(41, 127, 248, 0.4);
}
.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper:hover .elementor-image-box-content .elementor-image-box-title {
  color: #ffffff;
}
.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper:hover .elementor-image-box-content .elementor-image-box-description {
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper {
    padding: 20px;
  }
  .elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper .elementor-image-box-img {
    margin-bottom: 0 !important;
    width: 60px !important;
  }
}
/* Elementor Section ending point*/
.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: #24b969;
}
.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: #297ff8;
  border: 1px solid #297ff8;
  transition: 0.3s ease-in-out;
  padding: 10px;
}
.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: #4b83fc;
}
.thanks .redirect:hover h5 {
  color: #4b83fc;
}

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