@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --primary: #374550;
  --dark: #333;
  --white: #ffffff;
  --yellow: #F9AB17;
  --secondary: #bebebe;
  --text-color: var(--primary);
  --gray-text: #444444;
}

@font-face {
  font-family: "uicon";
  src: url("../fonts/uicon.eot?lstesm");
  src: url("../fonts/uicon.eot?lstesm#iefix") format("embedded-opentype"), url("../fonts/uicon.ttf?lstesm") format("truetype"), url("../fonts/uicon.woff?lstesm") format("woff"), url("../fonts/uicon.svg?lstesm#uicon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=uicon-],
[class*=" uicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "uicon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.uicon-earth:before {
  content: "\e912";
}

.uicon-apartment:before {
  content: "\e913";
}

.uicon-users:before {
  content: "\e914";
}

.uicon-plus-circle:before {
  content: "\e910";
  color: #4a4a4a;
}

.uicon-minus:before {
  content: "\e911";
}

.uicon-chevronl:before {
  content: "\e900";
}

.uicon-chevronr:before {
  content: "\e901";
}

.uicon-envelope:before {
  content: "\e902";
}

.uicon-facebook:before {
  content: "\e903";
}

.uicon-github:before {
  content: "\e904";
}

.uicon-google:before {
  content: "\e905";
}

.uicon-instagram:before {
  content: "\e906";
}

.uicon-layer-group:before {
  content: "\e907";
}

.uicon-linkedin:before {
  content: "\e908";
}

.uicon-phone:before {
  content: "\e909";
}

.uicon-pinterest:before {
  content: "\e90a";
}

.uicon-tiktok:before {
  content: "\e90b";
}

.uicon-twitter:before {
  content: "\e90c";
}

.uicon-youtube:before {
  content: "\e90d";
}

.uicon-arrow-down:before {
  content: "\e90e";
}

.uicon-arrow-up:before {
  content: "\e90f";
}

.uicon-chevrond:before {
  content: "\e915";
}

.uicon-chevronup:before {
  content: "\e916";
}

.uicon-envelope-open:before {
  content: "\e917";
}

.uicon-envelope1:before {
  content: "\e918";
}

.uicon-location:before {
  content: "\e919";
}

.uicon-phone2:before {
  content: "\e91a";
}

.uicon-check:before {
  content: "\e91b";
}

/****************************
==============================
   table of content 
==============================

1.    Import files
2.    Header
3.    Banner
4.    About Intro
5     CTA
6.    Course
7.    Registration
8.    Team
9.    Event
10.   Testimonial 
11.   Blog 
12.   Client 
13.   Footer 

******************************/
/* Table of Content
====================

1. typography
2. Global styles

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

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.55;
  color: var(--text-color);
  font-family: "Quicksand", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

h1 {
  font-size: 40px;
  line-height: 50px;
}

h2 {
  font-size: 28px;
  line-height: 38px;
}

h3 {
  font-size: 26px;
  line-height: 36px;
}

h4 {
  font-size: 22px;
  line-height: 36px;
}

h5 {
  font-size: 20px;
  line-height: 30px;
}

h6 {
  font-size: 16px;
  line-height: 26px;
}

/*============================ 
// Global styles
=============================*/
html {
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  position: relative;
  text-rendering: optimizeLegibility;
}

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

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

a {
  color: var(--primary);
  transition: all ease 0.4s;
}
a:hover {
  text-decoration: none;
  color: var(--primary);
}

strong {
  font-weight: 700;
}

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

input,
textarea,
select,
:focus {
  outline: 0;
  box-shadow: 0;
}

hr {
  opacity: 1;
  height: 1px;
  border: none;
  background: #dedede;
}

.gap {
  height: 30px;
  display: block;
}

.gap-2x {
  height: 60px;
  display: block;
}

.gap-3x {
  height: 90px;
  display: block;
}

.gap-4x {
  height: 120px;
  display: block;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-400 {
  font-weight: 400;
}

.bg-primary-light {
  background: rgb(214.1111111111, 221.2666666667, 226.8888888889);
}

.layer {
  position: relative !important;
}

/* admin info - Start
================================================== */
.admin-info {
  align-items: center;
  display: inline-flex;
}
.admin-info .admin-image {
  width: 62px;
  height: 62px;
  flex: 0 0 62px;
  overflow: hidden;
  margin: 0 21px 0 0;
  border-radius: 100%;
}
.admin-info .admin-name {
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
.admin-info .admin-designation {
  display: block;
  line-height: 1;
  font-size: 14px;
}

/*=========================
//  owl carousel 
===========================*/
.owl-carousel.owl-theme .owl-nav {
  visibility: hidden;
  opacity: 0;
}
.owl-carousel.owl-theme .owl-nav .owl-prev,
.owl-carousel.owl-theme .owl-nav .owl-next {
  color: #fff;
  font-size: 20px;
  background: var(--primary);
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  opacity: 1;
  cursor: pointer;
}
.weekly-top-course .owl-carousel.owl-theme .owl-nav .owl-prev,
.weekly-top-course .owl-carousel.owl-theme .owl-nav .owl-next {
  background-color: var(--secondary);
}
.owl-carousel.owl-theme .owl-nav .owl-prev:hover,
.owl-carousel.owl-theme .owl-nav .owl-next:hover {
  background-color: var(--secondary);
}
.owl-carousel.owl-theme .owl-nav .owl-prev:focus,
.owl-carousel.owl-theme .owl-nav .owl-next:focus {
  outline: 0;
  box-shadow: none;
  opacity: 1;
}
.owl-carousel.owl-theme .owl-nav .owl-next {
  right: 0;
  left: auto;
}
.owl-carousel.owl-theme .owl-dots .owl-dot:focus {
  outline: 0;
}
.owl-carousel.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 30px 6px 0 6px;
  background: #f4f4f4;
  display: block;
  border-radius: 30px;
  opacity: 1;
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  background: var(--secondary);
}
.owl-carousel:hover.owl-theme .owl-nav {
  visibility: visible;
  opacity: 1;
}

/*=======================
// back-to-top
========================*/
#back-to-top {
  width: 40px;
  height: 40px;
  right: 15px;
  bottom: 30px;
  z-index: 999;
  display: none;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
  position: fixed;
  line-height: 42px;
  text-align: center;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
#back-to-top:hover {
  color: #fff;
  transform: translateY(-5px);
  background-color: var(--primary);
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
}

/*=======================
// meta tag
========================*/
.meta {
  color: #fff;
  background-color: var(--primary);
  display: inline-block;
  padding: 3px 15px;
}
.meta:hover {
  color: #fff;
}
.meta i {
  margin-right: 4px;
}

/*=========================
// prelaoder
=========================*/
#loading {
  background-color: var(--primary);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  margin-top: 0px;
  top: 0px;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;
}

#object {
  width: 80px;
  height: 80px;
  background-color: #fff;
  -webkit-animation: animate 1s infinite ease-in-out;
  animation: animate 1s infinite ease-in-out;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
}
@media (max-width: 991px) {
  #object {
    width: 60px;
    height: 60px;
  }
}

@-webkit-keyframes animate {
  0% {
    -webkit-transform: perspective(160px);
  }
  50% {
    -webkit-transform: perspective(160px) rotateY(-180deg);
  }
  100% {
    -webkit-transform: perspective(160px) rotateY(-180deg) rotateX(-180deg);
  }
}
@keyframes animate {
  0% {
    transform: perspective(160px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(160px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
  }
  100% {
    transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
  }
}
.container {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

/* overlay */
.overlay {
  position: relative;
}
.overlay::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* ===============
/ Error Page 
==================*/
.error-page h2 {
  font-size: 100px;
  font-weight: 800;
  line-height: 0.8;
  margin-bottom: 20px;
}
.error-page h3 {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .error-page h2 {
    font-size: 200px;
  }
}
.highlight {
  display: inline-block;
  line-height: 0.8;
  border-bottom: 2px solid #F6D693;
}

.block-content .block-desc + p {
  margin-top: 20px;
}
.block-content .block-heading + .block-desc {
  margin-top: 20px;
}

.block-heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
.block-heading .sub-heading {
  font-size: 14px;
  display: inline-block;
  line-height: 1.3;
  color: var(--primary);
  position: relative;
  padding-right: 25px;
  margin-bottom: 10px;
}
.block-heading .sub-heading::after {
  position: absolute;
  right: 0;
  top: -7px;
  width: 25px;
  height: 25px;
  content: "";
  background: url(../images/title-shape.png) no-repeat center center/cover;
}
.block-heading strong {
  display: block;
}

@media (min-width: 767px) {
  .block-heading {
    font-size: 34px;
  }
}
@media (min-width: 991px) {
  .block-heading {
    font-size: 36px;
  }
}
.list li {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  padding-left: 22px;
}
.list li::before {
  position: absolute;
  content: "\e91b";
  font-family: "uicon";
  left: 0;
  top: 1px;
  font-size: 15px;
}

.block-image img {
  max-width: 100%;
}

.imagebg {
  background-size: contain;
  position: absolute;
  width: 50%;
  left: 0;
  top: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.imagebg.bg-left {
  left: 0;
  right: auto;
}
.imagebg.bg-right {
  left: auto;
  right: 0;
}

.post-list .post-item {
  display: flex;
}
.post-list .post-item .post-thumbs {
  width: 130px;
  margin-right: 25px;
}
.post-list .post-item .post-thumbs img {
  max-width: 100%;
}
.post-list .post-item .post-content .post-title {
  font-size: 14px;
  line-height: 20px;
  margin-top: -5px;
}
.post-list .post-item .post-content .post-title:hover a {
  color: var(--primary);
}
.post-list .post-item .post-content .post-meta li {
  line-height: 1;
  color: #AFB2B8;
}

.cat-item {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #DCDCDC;
  padding: 10px 0;
}
.cat-item a {
  font-weight: 700;
}
.cat-item a span {
  color: #AFB2B8;
}
.cat-item .icon {
  color: var(--primary);
  margin-right: 5px;
}

.tag-list li {
  display: inline-block;
  margin-bottom: 5px;
}
.tag-list li a {
  background: #F6F6F6;
  padding: 10px 20px;
  display: block;
  line-height: 1;
}

.search-form {
  position: relative;
}
.search-form .search-btn {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  border: navajowhite;
  bottom: 0;
  padding: 0 15px;
}

blockquote {
  background: #F6F6F6;
  padding: 25px 40px;
  border-left: 1px solid var(--primary);
}
blockquote .icon {
  max-width: 46px;
  margin-bottom: 20px;
}
blockquote span {
  display: block;
  color: #161851;
  font-size: 20px;
  line-height: 28px;
}

.social li {
  display: inline-block;
}
.social li a {
  width: 42px;
  height: 42px;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  padding: 7px;
  border-radius: 50%;
}
.social li a:hover {
  background: var(--primary);
}

.section-heading {
  margin-bottom: 70px;
}

.section {
  background-position: center;
  background-size: cover;
}

/* Button Style - Start
================================================== */
.unfilled-btn {
  font-size: 14px;
  font-weight: 700;
  position: relative;
  color: var(--primary);
}
.unfilled-btn:before {
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  content: "";
  position: absolute;
  background-color: var(--primary);
  transition: width 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.unfilled-btn i {
  font-size: 18px;
  transform: translateY(3px);
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.unfilled-btn:hover:before {
  width: 100%;
}
.unfilled-btn:hover i {
  transform: translate(5px, 3px);
}

.btn-check:active + .btn-dark:focus,
.btn-check:checked + .btn-dark:focus,
.btn-dark.active:focus, .btn-dark:active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: none;
}

.btn {
  display: inline-block;
  font-weight: 600;
  color: #fff;
  padding: 11px 40px;
  font-size: 16px;
  line-height: 26px;
  border-radius: 5px;
  border: 2px solid transparent;
  background-color: var(--secondary);
  border-color: var(--secondary);
  position: relative;
}
.btn:focus {
  outline: 0;
  box-shadow: none;
}
.btn:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.btn.btn-primary {
  color: #fff;
  border-color: var(--primary);
  background-color: var(--primary);
}
.btn.btn-primary:hover {
  color: var(--primary);
  background-color: transparent;
}
.btn.btn-dark {
  color: #fff;
  border-color: #000;
  background-color: #000;
}
.btn.btn-dark:hover {
  color: #fff;
  border-color: var(--primary);
  background-color: var(--primary);
}
.btn.btn-light {
  color: #000;
  border-color: #fff;
  background-color: #fff;
}
.btn.btn-light:hover {
  color: #fff;
  background-color: transparent;
}
.btn.btn-outline-secondary {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn.btn-outline-secondary:hover {
  background-color: var(--secondary);
  border-color: var(--secondary);
}
.btn.btn-outline-dark {
  background-color: transparent;
}
.btn.btn-outline-dark.blog-btn {
  font-size: 14px;
  padding: 6px 22px;
}
.btn.btn-outline-dark:hover {
  color: #fff;
}
.btn.btn-ins:hover {
  color: var(--secondary);
  border-color: var(--secondary);
}
.btn.btn-book {
  padding: 4px 0;
  font-size: 13px;
}
.btn.find-btn:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.btn.sm-btn {
  padding: 5px 24px;
  font-size: 14px;
}
.btn.ex-outline:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}
.btn.btn-secondary-modify:hover {
  border-color: var(--secondary);
  color: var(--secondary);
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  background-color: transparent;
  border-color: #fff;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  background-color: var(--secondary);
  border-color: var(--secondary);
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark-secondary.dropdown-toggle {
  background-color: var(--dark);
  border-color: var(--dark);
}

.video-btn {
  display: flex;
  align-items: center;
}
.video-btn .video-icon {
  z-index: 1;
  width: 100px;
  height: 100px;
  flex: 0 0 100px;
  display: flex;
  position: relative;
  align-items: center;
  border-radius: 100%;
  justify-content: center;
  background-color: #7047EB;
}
.video-btn .video-icon svg, .video-btn .video-icon i {
  margin: 3px 0 0 5px;
}
.video-btn .video-text {
  z-index: 1;
  color: #161851;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  padding-left: 30px;
  position: relative;
}

.all-btn {
  color: var(--primary);
  font-weight: 700;
  font-size: 14px;
  position: relative;
  padding-bottom: 10px;
}
.all-btn::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  width: calc(100% - 20px);
  margin: 0 auto;
  bottom: 0;
  background: #D7D7D7;
  height: 2px;
}

/* CSS Animations - Start
================================================== */
.decoration-wrapper {
  z-index: 1;
  position: relative;
}
.decoration-wrapper .shape-item {
  z-index: -1;
  position: absolute;
}

@keyframes moveUpDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-30px);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes zoomInZoomOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
.pulse-effect {
  z-index: 1;
  position: relative;
}
.pulse-effect:before, .pulse-effect:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  border: 1px solid #ECECEC;
}
.pulse-effect:before {
  animation: pulse 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite both;
}
.pulse-effect:after {
  animation: pulse 2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite both;
}

/* CSS Animations - End
================================================== */
/* Spacing Reset - Start
================================================== */
.section-space {
  padding: 140px 0;
}

section, .section {
  position: relative;
}

@media (min-width: 1200px) {
  .page-title {
    font-size: 70px;
    margin-bottom: 20px;
  }
}
.section-padding {
  padding: 70px 0;
}

@media (min-width: 768px) {
  .section-padding {
    padding: 100px 0;
  }
}
.gutter-10 {
  margin-top: -5px !important;
  margin-bottom: -5px !important;
}
.gutter-10 > li,
.gutter-10 > div {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.gutter-20 {
  margin-top: -10px !important;
  margin-bottom: -10px !important;
}
.gutter-20 > li,
.gutter-20 > div {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.gutter-30 {
  margin-top: -15px !important;
  margin-bottom: -15px !important;
}
.gutter-30 > li,
.gutter-30 > div {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.gutter-40 {
  margin-top: -20px !important;
  margin-bottom: -20px !important;
}
.gutter-40 > li,
.gutter-40 > div {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.gutter-50 {
  margin-top: -25px !important;
  margin-bottom: -25px !important;
}
.gutter-50 > li,
.gutter-50 > div {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.gutter-60 {
  margin-top: -30px !important;
  margin-bottom: -30px !important;
}
.gutter-60 > li,
.gutter-60 > div {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.gutter-70 {
  margin-top: -35px !important;
  margin-bottom: -35px !important;
}
.gutter-70 > li,
.gutter-70 > div {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

div[class*=col-] {
  position: relative;
}

/* Spacing Reset - End
================================================== */
/* Order & Unorder List - Start
================================================== */
.ul-li,
.ul-li-right,
.ul-li-center {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ul-li > li,
.ul-li-right > li,
.ul-li-center > li {
  float: left;
  list-style: none;
  display: inline-block;
}

.ul-li {
  justify-content: flex-start;
}

.ul-li-center {
  justify-content: center;
}

.ul-li-right {
  justify-content: flex-end;
}

.ul-li-block {
  margin: 0px;
  padding: 0px;
  display: block;
}
.ul-li-block > li {
  display: block;
  list-style: none;
}

/* Info List Style - Start */
.info-list li {
  color: #161851;
  font-size: 18px;
}
.info-list li:not(:last-child) {
  margin-bottom: 10px;
}
.info-list i {
  color: #7047EB;
  margin-right: 10px;
}

/* Info List Style - End */
/* Order & Unorder List - End
================================================== */
.section-title {
  font-size: 36px;
  line-height: 1.2;
  color: var(--gray-text);
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .section-title {
    font-size: 40px;
  }
}
.panigation ul {
  display: flex;
  justify-content: center;
}
.panigation ul li a {
  padding: 8px 12px;
  display: inline-block;
  border: 1px solid #dee2e6;
}
.panigation ul li:first-child a {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.panigation ul li:last-child a {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.panigation ul .active a {
  color: var(--primary);
}

.header-top {
  background-color: var(--primary);
  padding: 15px 0;
}
.header-top .header-cta a {
  color: var(--white);
}
.header-main {
  padding: 12px 0px;
  transition: all 0.4s;
  width: 100%;
  position: relative;
  z-index: 9;
  margin: 0 auto;
}
.is-transparent .header-main, .has-fixed .header-main {
  width: 100%;
  z-index: 49;
}
.has-fixed .header-main {
  position: fixed !important;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  top: 0;
}
.has-fixed.is-shrink .header-main {
  padding: 8px 0;
}
.header-wrap {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.header-logo {
  margin: 6px 0;
  flex-shrink: 0;
  max-width: 100px;
}
.header-logo img {
  max-width: 100%;
}
.header-navbar {
  position: fixed;
  left: -280px;
  top: 0;
  width: 260px;
  height: 100vh;
  transition: all 0.4s;
  z-index: 2;
}
.header-navbar::before, .header-navbar-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  top: 0;
}
.header-navbar::before {
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s;
}
.header-navbar-overlay {
  background: rgba(0, 0, 0, 0.7);
  left: 100%;
  width: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  transition-delay: 0.2s;
}
.header-navbar.menu-shown {
  left: 0 !important;
}
.header-navbar.menu-shown .header-navbar-overlay {
  width: 100vw;
  opacity: 1;
  visibility: visible;
}
.header-menu {
  justify-content: center;
  padding: 30px 25px;
}
.header-navbar-classic .header-menu {
  padding: 0;
}
.header-btn .sign-btn {
  padding: 0 15px 0 0;
}
.header-btn .sign-btn i {
  margin-right: 5px;
  color: var(--primary);
}

@media (min-width: 375px) {
  .header-navbar:not(.header-navbar-classic) {
    left: -310px;
    width: 290px;
  }
}
@media (min-width: 576px) {
  .header-navbar:not(.header-navbar-classic) {
    left: -360px;
    width: 340px;
  }
}
.logo-dark, .is-transparent:not(.has-fixed) .logo-light,
.is-dark .logo-light, .bg-dark-alt .logo-light {
  display: block;
}

.logo-light, .is-transparent:not(.has-fixed) .logo-dark,
.is-dark .logo-dark, .bg-dark-alt .logo-dark {
  display: none;
}

@media (min-width: 992px) {
  .header-navbar:not(.header-navbar-classic) {
    height: auto;
    width: auto;
    left: 0;
  }
  .header-main {
    padding: 10px 20px;
  }
  .header-main .header-btn {
    margin: 0;
  }
  .header-nav-toggle {
    display: none;
  }
  .header-container:not(.container) {
    padding: 0 25px;
  }
  .header-banner {
    min-height: 98px;
  }
  .header.sticky .header-main {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.9);
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: 0 0 15px 0 rgba(74, 74, 74, 0.3);
  }
}
.header-menu {
  max-height: 100vh;
  overflow: hidden;
  overflow-y: auto;
}
.header-nav-toggle {
  height: 44px;
}

.menu-item {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.is-dark .menu-item {
  border-color: rgba(255, 255, 255, 0.1);
}
.menu-item:last-child {
  border-bottom: 0;
}
.menu-item > ul, .menu-item .menu-sub {
  display: none;
}
.menu-item a {
  padding: 12px 8px;
  display: block;
  position: relative;
  font-weight: 600;
  color: var(--dark);
}
.menu-item a .badge {
  margin-left: 5px;
  border-radius: 8px;
  padding: 3px 8px;
  font-size: 9px;
}
.menu-drop .menu-item a {
  text-transform: capitalize;
}
.menu-item a.active, .menu-item a:hover {
  color: var(--primary);
}
.menu-sub .menu-item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.75);
}
.is-dark .menu-sub .menu-item:first-child {
  border-color: rgba(255, 255, 255, 0.1);
}
.menu-sub .menu-sub {
  margin-top: -5px;
  margin-bottom: 10px;
}
.menu-sub .menu-sub .menu-item {
  border-bottom: none;
}
.menu-sub .menu-sub .menu-item:first-child {
  border-top: none;
}
.menu-sub .menu-sub .menu-item a {
  padding-top: 6px;
  padding-bottom: 6px;
}
.bg-dark-alt .menu-mega a {
  color: var(--primary);
}
.is-dark .menu-item a {
  color: #fff;
}
.menu-item > a.active {
  color: var(--primary);
}

.has-sub > a {
  position: relative;
}
.has-sub > a:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "\e900";
  font-family: "uicon";
  font-size: 8px;
  font-weight: 700;
  transition: transform 0.4s;
}
.has-sub.open-nav > a:after {
  transform: translateY(-50%) rotate(-180deg);
}

.navbar-toggle {
  width: 44px;
  height: 44px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  padding: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.navbar-toggle.active {
  color: var(--primary);
  position: relative;
  z-index: 49;
}
.navbar-toggle:hover, .navbar-toggle.active {
  background: rgba(255, 255, 255, 0.2);
}
.bg-dark-alt .navbar-toggle:hover, .bg-dark .navbar-toggle:hover, .bg-dark-alt .navbar-toggle.active, .bg-dark .navbar-toggle.active {
  background: transparent;
}
.is-transparent:not(.has-fixed) .navbar-toggle {
  color: #fff;
}
.is-transparent:not(.has-fixed) .navbar-toggle:hover, .is-transparent:not(.has-fixed) .navbar-toggle.active {
  background: rgba(255, 255, 255, 0.2);
}

.toggle-line {
  position: relative;
  width: 32px;
  height: 32px;
  display: block;
}
.is-transparent:not(.has-fixed) .toggle-line, .is-dark.has-fixed .toggle-line {
  color: #fff;
}
.toggle-line::after, .toggle-line::before, .toggle-line > span {
  content: "";
  position: absolute;
  background: currentColor;
  transition: all 0.2s;
  width: 24px;
  height: 2px;
  left: 4px;
  border-radius: 3px;
}
.toggle-line::before {
  top: 8px;
}
.toggle-line::after {
  bottom: 8px;
}
.toggle-line > span {
  top: 50%;
  margin-top: -1px;
  width: 20px;
}
.active .toggle-line {
  color: #fff;
}
.bg-dark-alt .active .toggle-line {
  color: #fff;
}
.active .toggle-line::before, .active .toggle-line::after {
  width: 28px;
  left: 2px;
}
.active .toggle-line::before {
  transform: rotate(45deg);
  top: 15px;
}
.active .toggle-line::after {
  transform: rotate(-45deg);
  bottom: 15px;
}
.active .toggle-line > span {
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 576px) {
  .menu-btns::before {
    display: block;
  }
  .menu-btns > li a {
    padding: 12px 22px;
  }
}
@media (min-width: 992px) {
  .header-menu {
    width: auto;
    align-items: center;
    position: static;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    overflow: visible;
    display: flex;
    flex-wrap: wrap;
  }
  .header-navbar {
    margin-top: 0;
    position: relative;
  }
  .header-navbar:before {
    display: none;
  }
  .has-fixed .header-navbar {
    margin-top: 0;
  }
  .menu {
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: flex-end;
  }
  .menu-item {
    border-bottom: none;
  }
  .menu-item:hover {
    z-index: 9999;
  }
  .menu-item:last-child a {
    display: block;
  }
  .menu-sub {
    position: absolute;
    max-width: 220px;
    min-width: 220px;
    background: #fff;
    padding: 15px 0;
    top: 100%;
    left: 20px;
    display: block !important;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
    transform: translateX(0) translateY(15px);
    border-radius: 5px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
  }
  .menu-sub a {
    width: 100%;
    display: block;
  }
  .menu-item:hover > .menu-sub {
    opacity: 1;
    visibility: visible;
    transform: translateX(0) translateY(5px);
  }
  .menu-sub .menu-sub {
    left: calc(100% - 15px);
    top: -15px;
    margin: 0;
  }
  .menu-sub .menu-sub .menu-item a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .menu-mega {
    position: absolute;
    left: 50%;
    background: #fff;
    padding: 15px 10px;
    top: 100%;
    display: block !important;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
    transform: translateX(-50%) translateY(-8px);
  }
  .menu-item:hover > .menu-mega {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
  }
  .menu-mega .menu-item a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .menu-mega-innr {
    display: flex;
  }
  .menu-mega-innr > div, .menu-mega-innr ul {
    flex-grow: 1;
  }
  .menu-mega-2clmn .menu-mega-innr > div, .menu-mega-2clmn .menu-mega-innr ul {
    width: 50%;
  }
  .menu-mega-3clmn .menu-mega-innr > div, .menu-mega-3clmn .menu-mega-innr ul {
    width: 33.33%;
  }
  .menu-mega-2clmn {
    min-width: 350px;
    max-width: 350px;
  }
  .menu-mega-3clmn {
    min-width: 460px;
    max-width: 460px;
  }
  .menu-btns {
    display: flex;
    margin-bottom: -10px;
    margin-left: 12px;
    padding-left: 15px;
    padding-top: 0;
  }
  .menu-btns > li {
    padding: 10px;
  }
  .menu-btns > li:last-child {
    padding-right: 0;
  }
  .menu .has-megamenu.menu-item {
    position: static;
  }
  .menu .has-megamenu .menu-mega-4clmn {
    max-width: 960px;
    min-width: 960px;
    margin: 0 auto;
    transform: translateX(-61.7%) translateY(0px);
    border-right: 1px solid #fff;
  }
  .menu .has-megamenu .menu-mega-4clmn .menu-mega-list {
    text-align: center;
  }
  .menu .has-megamenu .menu-mega-4clmn .menu-mega-list:not(:last-child) {
    border-right: 1px solid #f1f2eb;
  }
  .menu .has-megamenu .menu-mega-4clmn .menu-mega-list:not(:last-child).style-img {
    border-color: transparent;
  }
  .menu .has-megamenu .menu-mega-4clmn .menu-mega-list li.menu-item {
    text-transform: uppercase;
    font-weight: 500;
  }
  .menu .has-megamenu .menu-image {
    max-width: 100%;
  }
  .has-sub > a {
    position: relative;
  }
  .has-sub.menu-item:last-child .menu-sub:not(.menu-mega) .menu-item > a:after {
    transform: translateY(-50%) rotate(90deg);
    left: 15px;
    right: auto;
  }
  .has-sub.menu-item:last-child .menu-mega {
    left: auto;
    right: 0;
    transform: translateX(0) translateY(-8px);
  }
  .has-sub.menu-item:last-child:hover .menu-mega {
    transform: translateX(0) translateY(0);
  }
  .menu-sub .has-sub > a:after {
    transform: translateY(-50%) rotate(-90deg);
    right: 15px;
  }
  .has-fixed.is-shrink .header-main .menu .has-megamenu .menu-mega-4clmn {
    transform: translateX(-61.7%) translateY(-4px);
  }
  .is-transparent:not(.has-fixed) .menu > .menu-item > a {
    color: #fff;
  }
  .is-transparent:not(.has-fixed) .menu > .menu-item:hover > a {
    color: var(--primary);
  }
  .is-transparent:not(.has-fixed) .menu-btns .btn {
    color: #fff;
  }
}
@media (min-width: 1200px) {
  .menu-item > a {
    padding: 8px 20px;
  }
  .menu-item.has-sub > a {
    padding-right: 20px !important;
  }
  .menu-item.has-sub > a:after {
    right: 8px;
  }
  .menu-item.has-sub .menu-drop .has-sub a::after {
    right: 18px;
  }
  .menu-sub a {
    padding: 10px 20px;
  }
  .menu .has-megamenu .menu-mega-4clmn {
    max-width: 1140px;
    min-width: 1140px;
    transform: translateX(-65.7%) translateY(-4px);
  }
  .has-fixed.is-shrink .header-main .menu .has-megamenu .menu-mega-4clmn {
    transform: translateX(-65.7%) translateY(-4px);
  }
  .header-main {
    padding: 10px 20px;
  }
}
@media (min-width: 1600px) {
  .menu-btns {
    margin-left: 25px;
    padding-left: 22px;
  }
  .menu-btns > li .search {
    margin-right: 10px;
  }
  .menu-container {
    max-width: 1427px;
  }
  .menu-item > a {
    padding: 8px 25px;
  }
}
.hero-section {
  padding: 100px 0;
}

.banner {
  position: relative;
}
.banner::before {
  position: absolute;
  content: "";
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: var(--dark);
  opacity: 0.5;
}

.banner-content {
  max-width: 800px;
  margin: 0 auto;
}
.banner-content .banner-title {
  font-size: 38px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: var(--white);
}
.banner-content .lead {
  color: var(--white);
}
.banner-content .banner-sub-title {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 17px;
}

.banner-inner {
  min-height: 500px;
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover;
}
.banner-inner .page-title {
  color: var(--white);
}

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--white);
}

.breadcrumb-item a {
  color: var(--white);
}
.breadcrumb-item.active {
  color: var(--white);
}

@media (min-width: 992px) {
  .banner-content .banner-title {
    font-size: 40px;
  }
  .banner-content .banner-sub-title {
    font-size: 40px;
    line-height: 45px;
  }
  .banner-content.style2 .desc {
    padding-right: 50px;
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .banner-desc {
    font-size: 40px;
    font-weight: 300;
    line-height: 1.1;
  }
}
.quote-form {
  background-color: var(--white);
  padding: 30px;
  border-radius: 15px;
}
.quote-form .quote-title {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.quote-form .minput {
  height: 50px;
  padding: 15px;
}
.quote-form .inputmsg {
  min-height: 90px;
}
.quote-form .service-options label {
  padding-right: 10px;
  padding-bottom: 5px;
}
.quote-form .nav-tabs {
  border: none;
}
.quote-form .nav-tabs .nav-item {
  margin-right: 10px;
}
.quote-form .nav-tabs .nav-link {
  border: 1px solid var(--primary);
  border-radius: 4px;
  color: var(--primary);
  position: relative;
  transition: all ease 0.3s;
}
.quote-form .nav-tabs .nav-link::before {
  position: absolute;
  content: "\e91b";
  color: inherit;
  font-family: "uicon";
  opacity: 0;
  visibility: hidden;
  left: 10px;
  transition: all ease 0.3s;
}
.quote-form .nav-tabs .nav-link.active {
  background-color: var(--primary);
  color: var(--white);
  padding-left: 30px;
}
.quote-form .nav-tabs .nav-link.active::before {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 992px) {
  .quote-form {
    padding: 50px;
  }
  .quote-form .quote-title {
    font-size: 30px;
  }
}
.single-client {
  margin: 0 auto;
}
.single-client .logo {
  max-width: 180px;
  margin: 0 auto;
  padding: 0 20px;
}
.single-client .logo a {
  display: block;
}

.cta {
  position: relative;
  padding: 35px 0;
  background-attachment: fixed;
  background-size: cover;
}
.cta::before {
  position: absolute;
  content: "";
  inset: 0;
  background: #217B9D;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}

.cta-title {
  font-size: 28px;
  line-height: 1.2;
  color: var(--yellow);
  margin-bottom: 15px;
  text-transform: uppercase;
}

.cta-desc {
  color: var(--white);
}

.cta-btn {
  border-color: var(--white);
  background-color: transparent;
  border-radius: 0;
}

@media (min-width: 992px) {
  .cta {
    padding: 200px 0;
  }
  .cta-title {
    font-size: 100px;
    line-height: 1.2;
    color: var(--white);
  }
  .cta-image {
    width: 460px;
    margin-top: -150px;
    margin-left: -70px;
  }
  .cta-image.cta-image2 {
    margin-left: 0;
    width: 550px;
    max-width: 550px;
  }
  .cta-block {
    padding-left: 40px;
  }
}
.author-item {
  margin-bottom: 15px;
  text-align: center;
}
.author-item span {
  display: block;
  font-size: 21px;
}

.author-widget .widget-title {
  font-size: 20px;
  color: var(--text-color);
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .author-widget .widget-title {
    font-size: 40px;
  }
}
.author-widget .author-image {
  margin-bottom: 30px;
}

.filter-menu {
  display: inline-flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #B3B8BE;
  margin-bottom: 30px;
}
.filter-menu li {
  padding: 8px 13px;
  font-size: 16px;
  position: relative;
  font-weight: 600;
  cursor: pointer;
  text-transform: capitalize;
}
.filter-menu li::after {
  position: absolute;
  content: "";
  inset: 0;
  margin: auto;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #B3B8BE;
  top: auto;
  transition: all ease 0.3s;
}
.filter-menu li.active::after {
  visibility: visible;
  opacity: 1;
  width: 100%;
  height: 2px;
  background-color: var(--primary);
}

.portfolio-single .thumb {
  position: relative;
}
.portfolio-single .thumb::before {
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.portfolio-single .view-btn {
  position: absolute;
  inset: 0;
  top: 20px;
  margin: auto;
  display: inline-block;
  width: 130px;
  height: 35px;
  background: var(--primary);
  margin: auto;
  text-align: center;
  padding: 7px 0;
  color: #fff;
  font-size: 16px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
  z-index: 9;
}
.portfolio-single:hover .thumb::before {
  opacity: 1;
  visibility: visible;
}
.portfolio-single:hover .thumb .view-btn {
  opacity: 1;
  top: 0;
  visibility: visible;
}

.card-item {
  border: 1px solid #eee;
  border-radius: 6px;
  overflow: hidden;
  transition: all ease 0.4s;
  height: 100%;
}
.card-item:hover {
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.07);
}
.card-item .thumb img {
  width: 100%;
  max-width: 100%;
}
.card-item .content {
  padding: 30px;
}
.card-item p {
  font-size: 18px;
  line-height: 26px;
  margin: 10px 0 20px;
}
.card-item .card-list li {
  font-size: 18px;
  font-weight: 600;
  margin: 5px 0;
  position: relative;
  padding-left: 15px;
}
.card-item .card-list li::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  background-color: var(--primary);
}

.sticky-image {
  position: sticky;
  top: 100px;
}

@media (min-width: 992px) {
  .first-post .blog .blog-content .blog-title {
    font-size: 40px;
    line-height: 45px;
    font-weight: 500;
  }
}
.blog .blog-img img {
  width: 100%;
}
.blog .blog-content {
  padding: 30px 0 20px;
}
.blog .blog-content .blog-title {
  font-size: 21px;
  font-weight: 400;
  line-height: 25px;
  min-height: 48px;
  margin-bottom: 15px;
}
.blog .blog-content .blog-title a {
  color: var(--text-color);
}
.blog .blog-content .blog-desc {
  min-height: 111px;
}
.blog .blog-content p {
  font-size: 15px;
  line-height: 20px;
}
.blog .blog-meta {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.blog .blog-meta .meta-item {
  min-width: 40%;
}

.author-meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 60%;
}
.author-meta img {
  max-width: 50px;
  border-radius: 50%;
}
.author-meta.meta-style1 {
  margin-bottom: 20px;
}

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

.readmore-btn {
  color: var(--primary);
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
}
.readmore-btn svg {
  max-width: 12px;
}
.readmore-btn svg path {
  fill: var(--primary);
}

.content-area {
  padding-right: 20px;
  overflow: hidden;
}

.sb_widget {
  margin-bottom: 35px;
}
@media (min-width: 992px) {
  .sb_widget {
    margin-bottom: 70px;
  }
}
.sb_widget .sb_widget_title {
  font-size: 21px;
}
.sb_widget .ul_li_block {
  display: flex;
  flex-wrap: wrap;
}
.sb_widget .ul_li_block li {
  margin-right: 10px;
  margin-bottom: 7px;
}
.sb_widget .ul_li_block li a {
  border: 1px solid var(--text-color);
  color: var(--text-color);
  font-weight: 400;
  display: inline-block;
  padding: 2px 8px;
  transition: all ease 0.5s;
}
.sb_widget .ul_li_block li a:hover {
  color: var(--primary);
  border-color: var(--primary);
}
.sb_widget .cat_blocks li {
  flex: 0 0 100%;
}
.sb_widget .cat_blocks li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-width: 0 0 1px 0;
  padding: 8px 0;
}
.sb_widget .cat_blocks li a svg {
  max-width: 15px;
}
.sb_widget .cat_blocks li a svg path {
  fill: var(--primary);
}

.blog-single .post-title {
  font-size: 40px;
  line-height: 46px;
}
.blog-single .blog-img img {
  width: 100%;
}
.blog-single .author-meta {
  justify-content: flex-start;
  margin-bottom: 20px;
}
.blog-single .content * {
  margin: 20px 0;
}
.blog-single .content-area {
  padding-bottom: 100px;
}

.related-post {
  border-top: 1px solid #4A4A4A;
  padding-top: 35px;
}
.related-post-heading {
  font-size: 21px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 10px;
}
.related-post a {
  font-size: 16px;
  color: #5755D9;
  font-weight: 600;
  line-height: 25px;
}

.testimonial {
  position: relative;
  padding: 100px 0;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.testimonial::before {
  position: absolute;
  content: "";
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #26799c;
  opacity: 0.7;
}
.testimonial .quote-icon {
  font-size: 95px;
  margin-bottom: 0;
  color: #fff;
  line-height: 45px;
  display: block;
}
.testimonial .quote-content {
  color: var(--white);
}
.testimonial .quote-desc {
  font-size: 24px;
  font-weight: 600;
}
.testimonial .ratting svg {
  width: 20px;
  fill: #f8b709;
}

.tp-owl-carousel {
  position: relative;
  padding: 20px;
}
@media (min-width: 992px) {
  .tp-owl-carousel {
    padding: 50px;
  }
}
.tp-owl-carousel::after, .tp-owl-carousel::before {
  position: absolute;
  content: "";
  top: 0;
  left: auto;
  right: 0;
  width: 80px;
  height: 100%;
  border: 4px solid var(--white);
  border-left: 0;
}
.tp-owl-carousel::before {
  left: 0;
  right: auto;
  border: 4px solid var(--white);
  border-right: 0;
}

/*==========================
// start footer
===========================*/
.footer {
  padding: 100px 0;
  border: 1px solid #dedede;
}
.footer .footer-wrapper {
  padding: 30px 15px;
}

.footer-logo {
  margin: 0 auto 25px;
  max-width: 150px;
}

.footer-social li {
  margin-right: 15px;
  display: inline-block;
}
.footer-social li.list-text {
  font-weight: 600;
  margin-right: 20px;
}
.footer-social li a {
  color: var(--primary);
  border: 1px solid var(--primary);
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  transition: all ease 0.5s;
}
.footer-social li a:hover {
  color: var(--primary);
}
.footer-social li a:hover {
  color: var(--secondary);
  border-color: var(--secondary);
  background-color: transparent;
}

.widget-text {
  margin: 0 0 30px;
}

.copyright-text {
  margin-bottom: 0;
}

.widget-title {
  font-size: 22px;
  line-height: 25px;
  font-weight: 500;
  margin: 0 0 20px;
  line-height: 40px;
  position: relative;
  margin-bottom: 12px;
}

.widget-title-dual {
  margin-top: 20px;
}

.widget-list {
  padding: 20px 0 0;
}
.widget-list li {
  margin-bottom: 10px;
  display: inline-block;
  margin: 0 10px;
}
.widget-list li a {
  position: relative;
  display: inline-block;
  font-weight: 400;
  transition: all ease 0.4s;
}

@media (min-width: 992px) {
  .footer .footer-wrapper {
    padding: 30px 42px;
  }
}
@media (min-width: 1600px) {
  .widget-title {
    font-size: 28px;
    line-height: 25px;
  }
  .widget-list li a {
    font-size: 20px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

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

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

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