/*---------------------------------------------
Template Name: Roof Era - Roofing Service HTML5 Template
Template URL: https://roofera.luminousdemo.com/
Description: Roofing Solution HTML5 Template
Author: Luminous Labs
Author URL: https://luminouslabsbd.com/
Version: 1.0

===============================================   
STYLESHEET INDEXING
|
|___ Default Styles
|	|___ Variables
|	|___ Reset Styels
|	|___ Typography
|	|___ Forms Styles
|	|___ Helper Classes 
|
|___ Elements Styles
|	|___ Back To Top
|	|___ Breadcrumb
|	|___ Button
|	|___ Pagination 
|	|___ Section Heading
|	|___ Slick 
|
|___ Layout Styles
|	|___ Header
|	|___ Footer
|	|___ Responsive
|
|___Template Styles
|	|___ About Us
|	|___ Hero
|	|___ Brand
|	|___ Call To Action
|	|___ Case Study
|	|___ Contact
|	|___ Counter Up
|	|___ FAQ
|	|___ Pricing
|	|___ Process
|	|___ Project
|	|___ Service
|	|___ Team
|	|___ Testimonial
|	|___  Why Choose
|	|___  404 Error
|
|___Blocks Styles
|	|___ Blog Styles
|	|___ Widget Styles
|
|___Spacing
|
|___ END STYLESHEET INDEXING

--------------------------------------------*/
/*=======================================================================
1. Default Styles
=========================================================================*/
/*-------------------------
    Variables
-------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&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");
:root {
  --color-primary-500: #FF6243;
  --color-primary-400: #FF7B57;
  --color-primary-300: #FF9073;
  --color-primary-200: #FFBAA7;
  --color-primary-100: #FFE2DB;
  --color-primary-50: #FFF9EC;
  --color-dark-title-500: #071C35;
  --color-dark-title-400: #1E3A5B;
  --color-dark-title-300: #4E6888;
  --color-dark-title-200: #8094AC;
  --color-dark-title-100: #BDC8D6;
  --color-body: #75787E;
  --color-body-light: #BCC2CE;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-text: #555555;
  --color-link: #FF6840;
  --gradient-primary: linear-gradient(90deg, #ECF2F6 0%, rgba(236, 242, 246, 0) 70.31%);
  --gradient-blue: linear-gradient(145.92deg, #5956E9 20.18%, #9991FF 76.9%);
  --gradient-accent: linear-gradient(180deg, #FAB8C4 0%, #FFEDF0 100%);
  --gradient-white: linear-gradient(266.3deg, rgba(236, 242, 246, 0) 7.84%, #ECF2F6 29.1%, rgba(236, 242, 246, 0) 64.32%);
  --gradient-dark: linear-gradient(180deg, #27272E 0%, #303035 100%);
  --border-light: 1px solid #DBDBDB;
  --border-lighter: 1px dashed #DBDBDB;
  --border-light-blue: 1px solid #A9C5EE;
  --border-light-gray: 1px solid #DEDEDE;
  --border-dark-gray: 1px solid #BCC2CE;
  --font-primary: "Poppins", sans-serif;
  --font-secondary: "Manrope", sans-serif;
  --font-awesome: "Font Awesome 5 Pro";
  --transition: all 0.3s ease-in-out;
  --font-body-1: 20px;
  --font-body-2: 16px;
  --font-body-3: 14px;
  --font-body-4: 12px;
  --line-height-b1: 2;
  --line-height-b2: 1.6;
  --line-height-b3: 1.4;
  --line-height-b4: 1.2;
  --h1: 64px;
  --h2: 48px;
  --h3: 40px;
  --h4: 28px;
  --h5: 22px;
  --h6: 18px;
}

/*-------------------------
    Reset Styels
-------------------------*/
a {
  display: inline-block;
  text-decoration: none;
  transition: var(--transition);
}

span {
  display: inline-block;
}

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

ul.list-style,
ol.list-style {
  margin: -10px 0;
}
ul.list-style li,
ol.list-style li {
  margin: 10px 0;
}
ul.list-style li::marker,
ol.list-style li::marker {
  color: var(--color-primary-500);
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.main-wrapper {
  overflow: hidden;
}

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

.container {
  max-width: 1430px;
}

/*-------------------------
    Typography
-------------------------*/
body {
  font-family: var(--font-secondary);
  font-size: var(--font-body-2);
  line-height: var(--line-height-b1);
  color: var(--color-body);
  font-weight: 400;
  height: 100%;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
table,
hr {
  margin: 0 0 30px 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
  font-weight: 600;
  letter-spacing: -0.025em;
  color: var(--color-dark-title-500);
}

h1,
.h1 {
  font-size: var(--h1);
  line-height: 1.2;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  h1,
  .h1 {
    font-size: 68px;
  }
}
@media only screen and (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 68px;
  }
}
@media only screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 479px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}

h2,
.h2 {
  font-size: var(--h2);
  line-height: 1.2;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  h2,
  .h2 {
    font-size: 56px;
  }
}
@media only screen and (max-width: 1199px) {
  h2,
  .h2 {
    font-size: 56px;
  }
}
@media only screen and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 479px) {
  h2,
  .h2 {
    font-size: 34px;
  }
}

h3,
.h3 {
  font-size: var(--h3);
  line-height: 1.2;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  h3,
  .h3 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  h3,
  .h3 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  h3,
  .h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 479px) {
  h3,
  .h3 {
    font-size: 30px;
  }
}

h4,
.h4 {
  font-size: var(--h4);
  line-height: 1.2;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  h4,
  .h4 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1199px) {
  h4,
  .h4 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  h4,
  .h4 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 479px) {
  h4,
  .h4 {
    font-size: 26px;
  }
}

h5,
.h5 {
  font-size: var(--h5);
  line-height: 1.4;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  h5,
  .h5 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1199px) {
  h5,
  .h5 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  h5,
  .h5 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 479px) {
  h5,
  .h5 {
    font-size: 22px;
  }
}

h6,
.h6 {
  font-size: var(--h6);
  line-height: 1.2;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  h6,
  .h6 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1199px) {
  h6,
  .h6 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  h6,
  .h6 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 479px) {
  h6,
  .h6 {
    font-size: 18px;
  }
}

p {
  font-size: var(--font-body-2);
  line-height: var(--line-height-b1);
  margin: 0 0 40px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 479px) {
  p {
    font-size: 14px;
  }
}

.body-font1 {
  font-size: var(--font-body-1);
  line-height: var(--line-height-b1);
}

.body-font2 {
  font-size: var(--font-body-2);
  line-height: var(--line-height-b1);
}

.body-font3 {
  font-size: var(--font-body-3);
  line-height: var(--line-height-b3);
}

.body-font4 {
  font-size: var(--font-body-4);
  line-height: var(--line-height-b3);
}

/*-------------------------
    Forms Styles
-------------------------*/
input,
.form-control {
  border: 1px solid #dddddd;
  border-radius: 5px;
  background-color: #F9F9F9;
  color: var(--color-dark-title-300);
  padding: 20px 15px;
  width: 100%;
  /* -- Placeholder -- */
}
input:focus,
.form-control:focus {
  outline: none;
  box-shadow: 0 20px 48px -14px rgba(153, 161, 170, 0.25);
  border-color: var(--border-light);
}
input::-moz-placeholder, .form-control::-moz-placeholder {
  color: var(--color-dark-title-300);
  /* Firefox */
  opacity: 1;
}
input::placeholder,
.form-control::placeholder {
  color: var(--color-dark-title-300);
  /* Firefox */
  opacity: 1;
}
input:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--color-dark-title-300);
}
input::-ms-input-placeholder,
.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--color-dark-title-300);
}

input {
  height: 66px;
}

.form-group {
  margin-bottom: 16px;
}
.form-group label {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-dark);
  margin-bottom: 10px;
}

.error-msg, .success-msg {
  margin-top: 25px;
}
.error-msg p, .success-msg p {
  margin-bottom: 0;
  font-size: 14px;
}

.error-msg p {
  color: #ff0000;
}

.success-msg p {
  color: #15c54b;
}

/*-------------------------
  Helper Classes
-------------------------*/
.section-margin {
  margin-bottom: 140px;
}

.section-padding {
  padding: 140px 0;
}

/*-------------------------
  Others
-------------------------*/
.page .breadcrumb {
  margin-bottom: 0;
}

.content h3 {
  margin-top: 60px;
  margin-bottom: 35px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.4px;
}
.content p {
  color: var(--color-text);
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.widget {
  margin-bottom: 40px;
}
.widget.widget-img {
  width: 100%;
  height: auto;
}
.widget.widget-contact {
  padding: 58px 40px;
  position: relative;
  text-align: center;
}
.widget.widget-contact .content {
  position: relative;
  z-index: 3;
}
.widget.widget-contact .content h4 {
  color: var(--color-white);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 33.6px;
  letter-spacing: -0.28px;
  margin-bottom: 50px;
}
.widget.widget-contact .content p {
  color: var(--color-white);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
  margin-bottom: 50px;
}
.widget.widget-contact .content a {
  text-align: center;
}
.widget.widget-contact::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../media/widget/widget-3.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.widget.widget-contact::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.consultation-schedule {
  padding: 40px 200px;
  background-color: var(--color-dark-title-500);
  text-align: center;
}
.consultation-schedule h3 {
  color: var(--color-white);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.4px;
  margin-top: 0;
  margin-bottom: 20px;
}
.consultation-schedule p {
  color: var(--color-white);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
  margin-top: 0;
  margin-bottom: 20px;
}
.consultation-schedule a {
  display: inline-block;
  width: auto;
  padding: 20px 36px;
}

/*=======================================================================
2. Elements Styles
=========================================================================*/
/*-------------------------
    Preloader
-------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-dark-title-500);
  z-index: 9999999;
}
#preloader .spinner {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: -20px;
  display: inline-block;
  vertical-align: middle;
  left: 50%;
  top: 50%;
  margin-left: -20px;
}
#preloader .spinner .double-bounce1,
#preloader .spinner .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite ease-in-out;
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/*-------------------------
    Back To Top  
--------------------------*/
.back-to-top {
  position: fixed;
  bottom: -40px;
  right: 40px;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: var(--color-primary-500);
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.3);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 9;
  transition: var(--transition);
}
.back-to-top:hover {
  background-color: var(--color-dark-title-500);
}

@media only screen and (max-width: 575px) {
  .back-to-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.back-to-top:focus {
  color: var(--color-white);
}

.back-to-top.show {
  bottom: 40px;
  right: 40px;
  opacity: 1;
  transform: scale(1);
}

@media only screen and (max-width: 575px) {
  .back-to-top.show {
    bottom: 10px;
    right: 10px;
  }
}
.back-to-top.show:hover {
  color: var(--color-white);
  bottom: 30px;
  opacity: 1;
}

@media only screen and (max-width: 575px) {
  .back-to-top.show:hover {
    bottom: 10px;
  }
}
/*-------------------------
   Breadcrumb
-------------------------*/
.breadcrumb {
  position: relative;
  padding: 130px 0;
  margin-bottom: 60px;
}
.breadcrumb::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.breadcrumb .breadcrumb-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.breadcrumb h1 {
  position: relative;
  color: var(--color-white);
  font-size: 64px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  z-index: 2;
}
.breadcrumb .breadcrumb-items {
  position: absolute;
  display: flex;
  top: 76.5%;
  padding: 22px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: var(--color-white);
  z-index: 2;
}
.breadcrumb .breadcrumb-items li {
  list-style-type: none;
  color: var(--color-dark-title-500);
  font-size: 16px;
  font-weight: 600;
  font-family: var(--font-primary);
  margin-right: 5px;
}
.breadcrumb .breadcrumb-items li a {
  color: var(--color-dark-title-500);
}
.breadcrumb .breadcrumb-items li::after {
  content: none;
}
.breadcrumb .breadcrumb-items li:last-child {
  margin-right: 0;
}
.breadcrumb .breadcrumb-items li.active a {
  color: var(--color-primary-500);
}
.breadcrumb .breadcrumb-items .active {
  color: var(--color-primary-500);
}

/*-------------------------
    Button
-------------------------*/
.ll-btn {
  border-radius: 20px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.04em;
  padding: 18px 55px;
  height: auto;
  text-align: center;
  transition: var(--transition);
  position: relative;
  z-index: 1;
}

/* -----------------------
Pagination 
--------------------------*/
.pagination {
  margin-top: 64px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .pagination {
    margin-top: 34px;
  }
}
.pagination ul {
  position: relative;
  display: flex;
  justify-content: center;
  list-style: none;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  margin-bottom: 0;
}
.pagination ul li {
  margin-right: 16px;
}
.pagination ul li a {
  font-family: var(--font-secondary);
  line-height: 1;
  padding: 19px 20px;
  text-align: center;
  color: var(--color-dark-title-500);
  font-size: 20px;
  font-weight: 500;
  transition: all 0.5s;
  border: var(--border-light);
  border-radius: 5px;
  display: block;
}
.pagination ul li a:hover {
  background: var(-500);
  color: var(--color-primary-500);
  border-color: var(--color-primary-500);
}
.pagination ul li a.current {
  background: var(--color-primary-500);
  color: #ffffff;
  border-color: var(--color-primary-500);
}
@media only screen and (max-width: 575px) {
  .pagination ul li a {
    line-height: 35px;
    width: 35px;
    font-size: 14px;
  }
}
.pagination ul li a.next-prev-btn {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-secondary);
  text-transform: uppercase;
  color: var(--color-dark-title-500);
  transition: var(--transition);
}
.pagination ul li a.next-prev-btn:hover {
  color: var(--color-primary-500);
}
.pagination ul li:first-child .next-prev-btn i {
  margin-right: 8px;
}
.pagination ul li:last-child {
  margin-right: 0;
}
.pagination ul li:last-child .next-prev-btn i {
  margin-left: 8px;
}

/* ------------------------
Progress Bar 
--------------------------*/
.progresss-bar-wrapper .progresss-bar-item {
  margin-bottom: 24px;
}
.progresss-bar-wrapper .progresss-bar-item:last-child {
  margin-bottom: 0;
}
.progresss-bar-wrapper .progresss-bar-item .progress-bar-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.progresss-bar-wrapper .progresss-bar-item .progress-bar-title h5,
.progresss-bar-wrapper .progresss-bar-item .progress-bar-title span {
  color: var(--color-dark-title-500);
  font-size: 22px;
  font-weight: 600;
  font-family: var(--font-primary);
  line-height: 1;
  margin-bottom: 10px;
}
.progresss-bar-wrapper .progresss-bar-item .progress-bar {
  width: 100%;
  margin: 0;
  background-color: #D9D9D9;
  height: 13px;
}
.progresss-bar-wrapper .progresss-bar-item .progress-bar .progress {
  width: 0;
  border-radius: 0;
  height: 13px;
  text-align: right;
  position: relative;
}
.progresss-bar-wrapper .progresss-bar-item .progress-bar.radius {
  border-radius: 20px;
}
.progresss-bar-wrapper .progresss-bar-item .progress-bar.radius .progress {
  border-radius: 20px;
}

/*-------------------------
    Section Heading
-------------------------*/
.section {
  position: relative;
  z-index: 1;
}

.section-heading {
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .section-heading {
    margin-bottom: 18px;
  }
}
.section-heading .subtitle {
  position: relative;
  color: var(--color-primary-500);
  font-weight: 600;
  font-size: 14px;
  font-family: var(--font-primary);
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media only screen and (max-width: 991px) {
  .section-heading .subtitle {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .section-heading .subtitle {
    font-size: 16px;
  }
}
.section-heading .subtitle::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 1.5px;
  background-color: var(--color-primary-500);
  right: -24px;
  top: 45%;
}
.section-heading .subtitle::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 1.5px;
  background-color: var(--color-primary-500);
  right: -28px;
  top: 60%;
}
.section-heading .title {
  color: var(--color-dark-title-500);
  font-size: 80px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 1199px) {
  .section-heading .title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .section-heading .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .section-heading .title {
    font-size: 38px;
  }
}
@media only screen and (max-width: 479px) {
  .section-heading .title {
    font-size: 34px;
  }
}
.section-heading .title span {
  color: var(--color-primary-500);
}
.section-heading p {
  color: var(--color-text);
  font-size: var(--font-body-1);
  font-weight: 400;
  line-height: 1.6;
  width: 70%;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 991px) {
  .section-heading p {
    font-size: 18px;
    width: 100%;
  }
}

.inner-page-section-heading h2 {
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  line-height: 57.6px;
  letter-spacing: -0.48px;
}
.inner-page-section-heading p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  max-width: 50%;
  margin-top: 24px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
}

@keyframes movingleftright1 {
  0% {
    transform: translateX(0) translateY(0);
  }
  40% {
    transform: translateX(50px) translateY(-200px);
  }
  75% {
    transform: translateX(800px);
  }
  100% {
    transform: translateY(0) translateX(0);
  }
}
@keyframes movingleftright2 {
  0% {
    transform: translateX(0) translateY(0);
  }
  40% {
    transform: translateX(-50px) translateY(200px);
  }
  75% {
    transform: translateX(-500px);
  }
  100% {
    transform: translateY(0) translateX(0);
  }
}
@keyframes movingleftright3 {
  0% {
    transform: translateX(0) translateY(0);
  }
  40% {
    transform: translateX(100px) translateY(-200px);
  }
  75% {
    transform: translateX(-500px);
  }
  100% {
    transform: translateY(0) translateX(0);
  }
}
/*-------------------------
    Slick 
-------------------------*/
.slick-list {
  margin: 0 -15px;
}
.slick-list .slick-slide {
  margin: 0 20px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dot-nav .slick-dots {
  bottom: 0;
  text-align: left;
  margin: 0 -10px;
}
.slick-dot-nav .slick-dots li {
  margin: 0 10px;
  height: 11px;
  width: 11px;
}
.slick-dot-nav .slick-dots li button {
  border: none;
  background-color: #DBDEFF;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  transition: var(--transition);
}
.slick-dot-nav .slick-dots li button::before {
  display: none;
}
.slick-dot-nav .slick-dots li.slick-active button {
  background-color: var(--color-primary-500);
}

.slick-arrow {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  line-height: 49px;
  text-align: center;
  color: var(--color-white);
  background-color: var(--color-primary-500);
  border: 1px solid var(--color-primary-500);
  cursor: pointer;
  transition: var(--transition);
  position: absolute;
}
.slick-arrow:hover {
  background-color: transparent;
  color: var(--color-primary-500);
}

.slicknav_icon {
  width: auto !important;
  cursor: pointer;
  margin: 0 !important;
  padding: 0;
}
.slicknav_icon span {
  display: block;
  width: 30px !important;
  height: 3px !important;
  background-color: var(--color-dark-title-500) !important;
  margin-top: 0 !important;
  margin-bottom: 5px !important;
  border-radius: 20px !important;
}
.slicknav_icon span:nth-child(2) {
  width: 25px !important;
  margin-left: 5px !important;
}
.slicknav_icon span:last-child {
  margin-bottom: 0 !important;
}
.slicknav_icon::before {
  content: none !important;
}

#mobileMenu {
  padding: 0;
  margin: 0;
}
#mobileMenu > li,
#mobileMenu .slicknav_menutxt {
  display: none;
}
#mobileMenu .slicknav_btn {
  margin: 0;
  padding: 0;
  text-shadow: none;
  line-height: 1;
  background-color: transparent;
}
#mobileMenu .slicknav_menu {
  padding: 0;
  background: transparent;
}
#mobileMenu .slicknav_nav {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  background-color: var(--color-dark-title-500);
  z-index: 9;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#mobileMenu .slicknav_nav li {
  padding: 20px 12px;
  border-bottom: 1px solid var(--color-dark-title-300);
  font-size: 18px;
}
#mobileMenu .slicknav_nav li a {
  position: relative;
  background-color: transparent;
}
#mobileMenu .slicknav_nav li a .slicknav_arrow {
  position: absolute;
  top: 7px;
  right: 7px;
}
#mobileMenu .slicknav_nav li ul li {
  font-size: 16px;
}
#mobileMenu .slicknav_nav li:last-child {
  border-bottom: 0;
}

/*=======================================================================
3. Layout Styles
=========================================================================*/
/*-------------------------
   Header Styles
-------------------------*/
.ll-header {
  position: relative;
  z-index: 4;
}
.ll-header .header-top {
  padding: 18px 0 16px;
  background-color: var(--color-dark-title-500);
}
.ll-header .header-top .contact-information {
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  margin-top: -5px;
}
.ll-header .header-top .contact-information li {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid var(--color-white);
  line-height: 1;
}
.ll-header .header-top .contact-information li img {
  height: 12px;
  width: auto;
  margin-right: 10px;
}
.ll-header .header-top .contact-information li span {
  color: var(--color-white);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
}
.ll-header .header-top .contact-information li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.ll-header .header-top .header-top-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.ll-header .header-top .header-top-right .language-menu {
  position: relative;
  margin-top: -6px;
}
.ll-header .header-top .header-top-right .language-menu > a {
  position: relative;
  margin-right: 20px;
  padding-right: 20px;
  color: var(--color-white);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
}
.ll-header .header-top .header-top-right .language-menu > a::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 16px;
  background-color: var(--color-white);
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}
.ll-header .header-top .header-top-right .language-menu .language-submenu {
  position: absolute;
  top: 100%;
  left: 20px;
  background: #ffffff;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  min-width: 80px;
  padding: 15px 10px;
  border-radius: 4px;
  transition: var(--transition);
  list-style: none;
  margin: 0;
  box-shadow: 0 13px 48px 0 rgba(0, 0, 0, 0.15);
}
.ll-header .header-top .header-top-right .language-menu .language-submenu li {
  color: var(--color-dark-title-500);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ffe0bd;
  transition: all 0.2s;
  cursor: pointer;
}
.ll-header .header-top .header-top-right .language-menu .language-submenu li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.ll-header .header-top .header-top-right .language-menu .language-submenu li:hover {
  color: var(--color-primary-500);
}
.ll-header .header-top .header-top-right .language-menu .language-submenu li img {
  height: 10px;
  width: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.ll-header .header-top .header-top-right .language-menu:hover .language-submenu {
  opacity: 1;
  visibility: visible;
  z-index: 9;
  left: 0;
}
.ll-header .header-top .header-top-right .language-menu:hover .language-submenu li {
  opacity: 1;
  transform: translateX(0);
}
.ll-header .header-top .header-top-right .language-menu:hover .language-submenu li:nth-child(1n) {
  transition-delay: 0.1s;
}
.ll-header .header-top .header-top-right .language-menu:hover .language-submenu li:nth-child(2n) {
  transition-delay: 0.2s;
}
.ll-header .header-top .header-top-right .language-menu:hover .language-submenu li:nth-child(3n) {
  transition-delay: 0.3s;
}
.ll-header .header-top .header-top-right .language-menu:hover .language-submenu li:nth-child(4n) {
  transition-delay: 0.4s;
}
.ll-header .header-top .header-top-right .language-menu:hover .language-submenu li:nth-child(5n) {
  transition-delay: 0.5s;
}
.ll-header .header-top .header-top-right .social-menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
  margin-top: -5px;
}
.ll-header .header-top .header-top-right .social-menu li {
  line-height: 1;
  margin-right: 15px;
}
.ll-header .header-top .header-top-right .social-menu li:last-child {
  margin-right: 0;
}
.ll-header .header-top .header-top-right .social-menu li a {
  display: inline-block;
}
.ll-header .header-top .header-top-right .social-menu li a svg path {
  transition: var(--transition);
}
.ll-header .header-top .header-top-right .social-menu li a:hover svg path {
  fill: var(--color-primary-500);
}
.ll-header .header-top .header-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ll-header .header-top .header-navbar .header-logo a {
  display: block;
}
.ll-header .header-top .header-navbar .header-logo .sticky-logo {
  display: none;
}
@media only screen and (max-width: 991px) {
  .ll-header .header-top .header-navbar .header-logo img {
    width: 150px;
  }
}
.ll-header .header-top .header-navbar .header-main-nav {
  flex: 1;
  margin: 0 55px 0 50px;
}
@media only screen and (max-width: 1199px) {
  .ll-header .header-top .header-navbar .header-main-nav {
    margin: 0 30px;
  }
}
@media only screen and (max-width: 991px) {
  .ll-header .header-top .header-navbar .header-main-nav {
    margin: 0;
  }
}
.ll-header .header-top.header-style-1 .ll-mainmenu.ll-sticky .header-navbar .header-logo .light-version-logo {
  display: none;
}
.ll-header .header-top.header-style-1 .ll-mainmenu.ll-sticky .header-navbar .header-logo .sticky-logo {
  display: block;
}
.ll-header .header-navbar {
  background-color: var(--color-white);
  padding: 20px 0;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.ll-header .header-navbar .ll-mainmenu {
  padding: 50px 0;
  transition: var(--transition);
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .ll-header .header-navbar .ll-mainmenu {
    padding: 35px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .ll-header .header-navbar .ll-mainmenu {
    padding: 30px 0;
  }
}
.ll-header .header-navbar .ll-mainmenu.ll-sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  background-color: var(--color-white);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 15px 0;
  animation: headerSlideDown 0.8s ease forwards;
}
.ll-header .header-navbar .ll-mainmenu.ll-sticky .header-action .sidemenu-btn .btn-wrap {
  background-color: var(--color-body);
}
.ll-header .header-navbar .ll-mainmenu.ll-sticky .header-action .sidemenu-btn .btn-wrap span {
  background-color: var(--color-white);
}
.ll-header .header-navbar .ll-mainmenu.ll-sticky .header-action .social-icon-list li a {
  color: var(--color-dark);
}
.ll-header .header-navbar .ll-mainmenu.ll-sticky .header-action .social-icon-list li a:hover {
  color: var(--color-primary-500);
}
.ll-header .header-navbar .mainmenu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ll-header .header-navbar .mainmenu > li {
  margin: 0 24px;
  padding: 15px 0;
}
@media only screen and (max-width: 1199px) {
  .ll-header .header-navbar .mainmenu > li {
    margin: 0 12px;
  }
}
.ll-header .header-navbar .mainmenu > li > a {
  color: var(--color-dark-title-500);
  font-weight: 600;
  font-size: var(--font-body-2);
  font-family: var(--font-primary);
  line-height: 1;
  display: block;
  position: relative;
  transition: var(--transition);
}
.ll-header .header-navbar .mainmenu > li > a:hover {
  color: var(--color-primary-500);
}
.ll-header .header-navbar .mainmenu > li > a.active {
  color: var(--color-primary-500);
}
.ll-header .header-navbar .mainmenu > li > a.active::before {
  width: 100%;
  opacity: 1;
}
.ll-header .header-navbar .mainmenu > .menu-item-has-children {
  position: relative;
}
.ll-header .header-navbar .mainmenu > .menu-item-has-children > a {
  position: relative;
  margin-right: 20px;
}
.ll-header .header-navbar .mainmenu > .menu-item-has-children > a::after {
  content: "\f107";
  font-family: var(--font-awesome);
  font-weight: 600;
  color: var(--color-dark-title-500);
  font-size: 14px;
  position: absolute;
  top: 0px;
  right: -12px;
}
.ll-header .header-navbar .mainmenu > .menu-item-has-children .ll-submenu {
  position: absolute;
  top: 100%;
  left: 20px;
  background: #ffffff;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  min-width: 250px;
  padding: 15px 10px;
  border-radius: 5px;
  transition: var(--transition);
  list-style: none;
  margin: 0;
  box-shadow: 0 13px 48px 0 rgba(0, 0, 0, 0.15);
}
.ll-header .header-navbar .mainmenu > .menu-item-has-children .ll-submenu li {
  margin: 0;
  transition: var(--transition);
  opacity: 0;
  transform: translateX(20px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ll-header .header-navbar .mainmenu > .menu-item-has-children .ll-submenu li:last-child {
  border-bottom: 0;
}
.ll-header .header-navbar .mainmenu > .menu-item-has-children .ll-submenu li a {
  position: relative;
  font-size: 14px;
  text-transform: capitalize;
  color: var(--color-dark-title-500);
  font-weight: 500;
  padding: 7px 15px;
  border-radius: 4px;
  display: block;
  transition: var(--transition);
}
.ll-header .header-navbar .mainmenu > .menu-item-has-children .ll-submenu li:hover a {
  color: var(--color-primary-500);
}
.ll-header .header-navbar .mainmenu > .menu-item-has-children:hover .ll-submenu {
  opacity: 1;
  visibility: visible;
  z-index: 9;
  left: 0;
  top: 100%;
}
.ll-header .header-navbar .mainmenu > .menu-item-has-children:hover .ll-submenu li {
  opacity: 1;
  transform: translateX(0);
}
.ll-header .header-navbar .mainmenu > .menu-item-has-children:hover .ll-submenu li:nth-child(1n) {
  transition-delay: 0.1s;
}
.ll-header .header-navbar .mainmenu > .menu-item-has-children:hover .ll-submenu li:nth-child(2n) {
  transition-delay: 0.2s;
}
.ll-header .header-navbar .mainmenu > .menu-item-has-children:hover .ll-submenu li:nth-child(3n) {
  transition-delay: 0.3s;
}
.ll-header .header-navbar .mainmenu > .menu-item-has-children:hover .ll-submenu li:nth-child(4n) {
  transition-delay: 0.4s;
}
.ll-header .header-navbar .mainmenu > .menu-item-has-children:hover .ll-submenu li:nth-child(5n) {
  transition-delay: 0.5s;
}
.ll-header .header-navbar .mainmenu > .menu-item-has-children:hover .ll-submenu li:nth-child(6n) {
  transition-delay: 0.6s;
}
.ll-header .header-navbar .mainmenu > .menu-item-has-children:hover .ll-submenu li:nth-child(7n) {
  transition-delay: 0.7s;
}
.ll-header .header-navbar .mainmenu > .menu-item-has-children:hover .ll-submenu li:nth-child(8n) {
  transition-delay: 0.8s;
}
.ll-header .header-navbar .mainmenu > .menu-item-has-children:hover .ll-submenu li:nth-child(9n) {
  transition-delay: 0.8s;
}
.ll-header .header-navbar .mainmenu > .menu-item-has-children:hover .ll-submenu li:nth-child(10n) {
  transition-delay: 0.8s;
}
.ll-header .header-navbar .mainmenu > .menu-item-has-children:hover .ll-submenu li:nth-child(11n) {
  transition-delay: 0.8s;
}
.ll-header .header-navbar .mainmenu > .menu-item-has-children:hover .ll-submenu li:nth-child(12n) {
  transition-delay: 0.8s;
}
.ll-header .header-navbar .header-search-box {
  cursor: pointer;
}
.ll-header .header-navbar .header-search-box svg path {
  transition: var(--transition);
}
.ll-header .header-navbar .header-search-box:hover svg path {
  fill: var(--color-dark-title-500);
}
.ll-header .header-navbar .header-action a {
  color: var(--color-white);
  font-size: 16px;
  font-family: var(--font-primary);
  line-height: 1;
  padding: 16px 24px;
  background-color: var(--color-primary-500);
  border: 1px solid var(--color-primary-500);
  border-radius: 2px;
  transition: var(--transition);
}
.ll-header .header-navbar .header-action a i {
  font-size: 14px;
  vertical-align: middle;
  margin-left: 8px;
  transition: var(--transition);
}
.ll-header .header-navbar .header-action a:hover {
  background-color: var(--color-dark-title-500);
  border-color: var(--color-dark-title-500);
}
.ll-header .header-navbar .header-action .header-btn {
  margin-right: 0;
}
@media only screen and (max-width: 1399px) {
  .ll-header .header-navbar .header-action .header-btn .ll-btn {
    padding: 15px 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ll-header .header-navbar .header-action .header-btn .ll-btn {
    padding: 15px 25px;
  }
}
@media only screen and (max-width: 991px) {
  .ll-header .header-navbar .header-action .header-btn {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .ll-header .header-navbar .header-action .header-btn {
    display: none;
  }
}

.responsive-nav {
  display: none;
}

@media only screen and (max-width: 991px) {
  .responsive-nav {
    display: block;
  }
  .ll-mainmenu.ll-sticky {
    animation: none;
  }
  .mainmenu-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -300px;
    background-color: var(--color-white);
    width: 300px;
    padding: 20px 10px;
    transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
    z-index: 1050;
  }
  .mainmenu-nav.show {
    left: 0;
  }
  .mainmenu-nav .mainmenu {
    display: block;
    height: 100%;
    overflow: auto;
  }
  .mainmenu-nav .mainmenu > li {
    border-bottom: 1px solid var(--color-fog);
  }
  .mainmenu-nav .mainmenu > li > a {
    height: 50px;
    line-height: 50px;
  }
  .mainmenu-nav .mainmenu > li > a::before {
    display: none;
  }
  .mainmenu-nav .mainmenu .menu-item-has-children .ll-submenu {
    display: none;
    position: initial;
    visibility: visible;
    opacity: 1;
    min-width: 100%;
    box-shadow: none;
    padding: 0 0 10px;
    transition: initial;
  }
  .mainmenu-nav .mainmenu .menu-item-has-children .ll-submenu li {
    opacity: 1;
    transform: translateX(0);
  }
  .mainmenu-nav .mainmenu .menu-item-has-children .ll-submenu li a {
    padding: 7px 10px;
  }
  .mainmenu-nav .mainmenu .menu-item-has-children .ll-submenu li a::after {
    display: none;
  }
  .mainmenu-nav .mainmenu .menu-item-has-children.menu-item-open .ll-submenu {
    display: block;
  }
  .mainmenu > .menu-item-has-children > a .submenu-toggle-btn {
    position: absolute;
    top: 0;
    right: -20px;
    height: 50px;
    width: 12px;
    background-color: transparent;
    z-index: 5;
  }
  .mainmenu > .menu-item-has-children > a:after {
    transition: 0.3s;
  }
  .mainmenu > .menu-item-has-children.open > a {
    color: var(--color-primary-500);
  }
  .mainmenu > .menu-item-has-children.open > a:after {
    color: var(--color-primary-500);
    transform: rotate(180deg);
  }
}
.stick {
  width: 100%;
  position: fixed;
  left: 0;
  top: -9px;
  z-index: 9999;
  background-color: red;
  animation: smoothScroll 0.5s none;
  -webkit-animation: smoothScroll 0.5s none;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-60px);
  }
  100% {
    transform: translateY(0px);
  }
}
#theme-serach-box-Inner {
  background-color: rgba(0, 0, 0, 0.95);
  position: fixed;
  width: 100%;
  height: 100%;
  top: -20em;
  left: 0;
  right: 0;
  white-space: nowrap;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 500ms ease all;
}
#theme-serach-box-Inner .theme-serach-box-inner-wrapper {
  width: 100%;
  height: 100%;
}
#theme-serach-box-Inner .theme-serach-box-inner-wrapper form {
  position: relative;
  margin: 0 auto;
}
#theme-serach-box-Inner .theme-serach-box-inner-wrapper form .form-group {
  margin-bottom: 0;
}
#theme-serach-box-Inner .theme-serach-box-inner-wrapper input {
  width: 100%;
  padding: 20px 90px 20px 20px;
  background: var(--color-white);
  border: none;
  border-bottom: 1px solid var(--primary-color);
  font-size: 22px;
  color: var(--color-dark-title-500);
  text-transform: capitalize;
  border-radius: 0;
}
#theme-serach-box-Inner .theme-serach-box-inner-wrapper input:focus {
  outline: none;
  box-shadow: none;
}
#theme-serach-box-Inner .theme-serach-box-inner-wrapper input::-moz-placeholder {
  color: #444444;
}
#theme-serach-box-Inner .theme-serach-box-inner-wrapper input::placeholder {
  color: #444444;
}
#theme-serach-box-Inner .theme-serach-box-inner-wrapper button {
  position: absolute;
  display: block;
  width: 70px;
  height: 66px;
  right: 0;
  top: 0;
  background: var(--color-primary-500);
  border: none;
  color: #fff;
  font-size: 24px;
  border-left: 0px solid var(--color-primary-500);
  transition: 500ms ease all;
  cursor: pointer;
  opacity: 0.8;
}
#theme-serach-box-Inner .theme-serach-box-inner-wrapper button:hover {
  color: #fff;
  opacity: 1;
}
#theme-serach-box-Inner .theme-serach-box-inner-wrapper button:focus {
  outline: none;
}
#theme-serach-box-Inner .theme-serach-box-inner-wrapper:hover {
  cursor: url(/assets/media/icon/cross.png), auto;
}
#theme-serach-box-Inner.toggled {
  top: 0;
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 600px) {
  #theme-serach-box-Inner .theme-serach-box-inner-wrapper input,
  #theme-serach-box-Inner .theme-serach-box-inner-wrapper button {
    font-size: 20px;
    height: 50px;
  }
}
/*-------------------------
   Footer Styles
-------------------------*/
.footer-area {
  padding-top: 80px;
  background-color: var(--color-dark-title-500);
}

.footer-social-link ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -5px;
}
.footer-social-link ul li a {
  color: var(--color-gray-3);
  font-size: 30px;
  padding: 5px;
}
@media only screen and (max-width: 991px) {
  .footer-social-link ul li a {
    font-size: 20px;
  }
}
.footer-social-link ul li a:hover {
  color: var(--color-link);
}

.footer-widget {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .footer-widget {
    margin-bottom: 50px;
  }
}
.footer-widget .footer-logo {
  margin-bottom: 24px;
}
.footer-widget .footer-overview-text {
  color: var(--color-white);
  font-size: var(--font-body-2);
  font-family: var(--font-secondary);
  margin-bottom: 24px;
}
.footer-widget .footer-social svg {
  display: inline-block;
  margin: 0 10px;
}
.footer-widget .footer-social svg path {
  transition: var(--transition);
}
.footer-widget .footer-social svg:first-child {
  margin-left: 0;
}
.footer-widget .footer-social svg:hover path {
  fill: var(--color-primary-500);
}
.footer-widget h6 {
  position: relative;
  color: var(--color-white);
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 24px;
  line-height: 1;
}
.footer-widget h6::before {
  position: absolute;
  content: "";
  width: 32px;
  height: 3px;
  background-color: var(--color-primary-500);
  bottom: 100%;
}

.footer-two-widget {
  padding-left: 50px;
}

.footer-three-widget {
  padding-left: 40px;
}

.footer-four-widget {
  padding-left: 30px;
}

.footer-newsletter {
  border-radius: 10px;
}
.footer-newsletter .title {
  color: var(--color-white);
  font-size: var(--font-body-2);
  font-weight: 600;
  margin-bottom: 24px;
}
.footer-newsletter p {
  color: var(--color-white);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 24px;
}
.footer-newsletter .input-group input {
  padding: 13px 12px;
  border: 0;
  border-radius: 0;
  height: 48px;
  line-height: 1;
}
.footer-newsletter .input-group input::-moz-placeholder {
  color: rgba(60, 60, 60, 0.6);
  font-size: 14px;
  font-weight: 400;
}
.footer-newsletter .input-group input::placeholder {
  color: rgba(60, 60, 60, 0.6);
  font-size: 14px;
  font-weight: 400;
}
.footer-newsletter .input-group button {
  height: 48px;
  padding: 0 24px;
  line-height: 1;
  border: 0;
  color: var(--color-white);
  background-color: var(--color-primary-500);
  border: 1px solid var(--color-primary-500);
  font-size: 20px;
  font-weight: 500;
  font-family: var(--font-primary);
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: var(--transition);
}
.footer-newsletter .input-group button:hover {
  background-color: transparent;
  color: var(--color-primary-500);
}

.footer-menu-link li {
  position: relative;
  margin-bottom: 10px;
}
.footer-menu-link li a {
  color: var(--color-body);
  font-size: 16px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.8);
  margin-left: 20px;
}
@media only screen and (max-width: 991px) {
  .footer-menu-link li a {
    font-size: 16px;
  }
}
.footer-menu-link li a:hover {
  color: var(--color-white);
}
.footer-menu-link li::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--color-primary-100);
  z-index: 1;
}
.footer-menu-link li::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--color-primary-500);
  z-index: 2;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 40px 0;
}

@media only screen and (max-width: 767px) {
  .footer-copyright {
    text-align: center;
    margin-bottom: 10px;
  }
}
.footer-copyright .copyright-text {
  color: var(--color-white);
  font-size: 14px;
}
.footer-copyright .copyright-text a {
  color: var(--color-primary-500);
}
.footer-copyright .copyright-text a:hover {
  color: var(--color-primary-500);
}

.footer-bottom-link {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .footer-bottom-link {
    text-align: center;
  }
}
.footer-bottom-link ul {
  margin: 0 -20px;
}
.footer-bottom-link ul li {
  padding: 0 20px;
  display: inline-block;
  position: relative;
}
.footer-bottom-link ul li::after {
  content: "";
  height: 4px;
  width: 4px;
  background-color: var(--color-primary-500);
  border-radius: 50%;
  position: absolute;
  top: 65%;
  right: -5px;
  transform: translateY(-50%);
}
.footer-bottom-link ul li:last-child::after {
  display: none;
}
.footer-bottom-link ul li a {
  color: var(--color-white);
  font-size: 14px;
}
.footer-bottom-link ul li a:hover {
  color: var(--color-primary-500);
}

/*=======================================================================
3. Template Styles
=========================================================================*/
/*-------------------------
   Hero
-------------------------*/
.hero-area {
  position: relative;
  padding-top: 140px;
  padding-bottom: 140px;
  margin-bottom: 300px;
  background-image: url(../media/hero/hero-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.hero-area::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
.hero-area .hero-content {
  position: relative;
  z-index: 3;
}
.hero-area .hero-content .subtitle {
  color: var(--color-white);
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
}
.hero-area .hero-content h1 {
  max-width: 70%;
  color: var(--color-white);
  font-size: 90px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.05em;
  margin: 24px 0;
}
.hero-area .hero-content h1 span {
  color: var(--color-primary-500);
}
.hero-area .hero-content p {
  color: var(--color-white);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  max-width: 44%;
  margin-bottom: 0;
}
.hero-area .hero-content a {
  padding: 20px 36px;
  background-color: var(--color-primary-500);
  color: var(--color-white);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  transition: var(--transition);
  border: 1px solid var(--color-primary-500);
  border-radius: 2px;
  margin-top: 48px;
}
.hero-area .hero-content a:hover {
  background-color: var(--color-white);
  border-color: var(--color-white);
  color: var(--color-primary-500);
}
.hero-area .hero-content a:hover svg path {
  stroke: var(--color-primary-500);
}
.hero-area .hero-content a svg {
  margin-left: 10px;
  margin-top: -3px;
}
.hero-area .hero-content a svg path {
  transition: var(--transition);
}
.hero-area .top-solutions-wrapper {
  position: absolute;
  z-index: 4;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  top: 83%;
}
.hero-area .top-solutions-wrapper .solution-item {
  padding: 64px 24px 32px 24px;
  background-color: var(--color-white);
  flex-basis: 17.6%;
  border-radius: 10px;
  margin-left: 20px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 13px 48px 0px;
}
.hero-area .top-solutions-wrapper .solution-item:first-child {
  margin-left: 0;
}
.hero-area .top-solutions-wrapper .solution-item .icon-box {
  position: relative;
  min-height: 60px;
}
.hero-area .top-solutions-wrapper .solution-item .icon-box::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--color-primary-100);
  top: -30px;
  left: 15px;
  transition: var(--transition);
  z-index: 1;
}
.hero-area .top-solutions-wrapper .solution-item .icon-box svg {
  position: relative;
  z-index: 2;
}
.hero-area .top-solutions-wrapper .solution-item .icon-box svg path {
  transition: var(--transition);
}
.hero-area .top-solutions-wrapper .solution-item h4 {
  color: var(--color-dark-title-500);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  margin: 24px 0 20px;
  letter-spacing: -0.28px;
  max-width: 83%;
}
.hero-area .top-solutions-wrapper .solution-item p {
  color: var(--color-text);
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  line-height: 1.6;
}
.hero-area .top-solutions-wrapper .solution-item:hover .icon-box::after {
  background-color: var(--color-dark-title-100);
}
.hero-area .top-solutions-wrapper .solution-item:hover .icon-box svg path {
  fill: var(--color-dark-title-500);
}

.hero-style-2 {
  position: relative;
  padding-bottom: 250px;
  margin-bottom: 290px;
  background-image: unset;
}
.hero-style-2::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../media/hero/hero-bg-2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.hero-style-2::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2;
}
.hero-style-2 .hero-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hero-style-2 .hero-content .content {
  flex-basis: 68%;
}
.hero-style-2 .hero-content .content .subtitle {
  color: var(--color-white);
  font-family: var(--font-priamry);
}
.hero-style-2 .hero-content .content h1 {
  color: var(--color-white);
  font-size: 88px;
  font-weight: 600;
  max-width: 100%;
}
.hero-style-2 .hero-content .content h1 span {
  color: var(--color-primary-500);
}
.hero-style-2 .hero-content .content p {
  max-width: 60%;
}
.hero-style-2 .hero-content .content .action-area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.hero-style-2 .hero-content .content .action-area .video-play-btn {
  margin-left: 40px;
}
.hero-style-2 .hero-content .content .action-area .video-play-btn a {
  position: relative;
  padding: 0;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
}
.hero-style-2 .hero-content .content .action-area .video-play-btn a i {
  margin-left: 3px;
}
.hero-style-2 .hero-content .content .action-area .video-play-btn a::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: -10px;
  left: -10px;
  background-color: rgba(255, 98, 67, 0.2);
  z-index: -1;
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
.hero-style-2 .hero-content .content .action-area .video-play-btn a:hover {
  background-color: var(--color-primary-500);
  border-color: var(--color-primary-500);
}
.hero-style-2 .hero-content .content .action-area .video-play-btn a:hover i {
  color: var(--color-white);
}
.hero-style-2 .hero-content .content .action-area .video-play-btn span {
  margin-left: 15px;
  color: var(--color-white);
  font-size: 16px;
}
.hero-style-2 .hero-content .thumbnail {
  position: relative;
}
.hero-style-2 .hero-content .thumbnail .img-static {
  position: relative;
  right: 32px;
  width: 440px;
  height: 565px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  -webkit-clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%, 0 20%);
          clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%, 0 20%);
}
.hero-style-2 .hero-content .thumbnail .bg-shape {
  position: absolute;
  width: 440px;
  height: 565px;
  background-color: transparent;
  border: 2px solid var(--color-primary-500);
  border-radius: 20px;
  top: 32px;
  right: 0;
  z-index: -1;
  -webkit-clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%, 0 20%);
          clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%, 0 20%);
}
.hero-style-2 .hero-content .thumbnail .bottom-img {
  position: absolute;
  bottom: 32px;
  right: 77%;
  width: 210px;
  height: 140px;
  border-radius: 15px;
}
.hero-style-2 .top-solutions-wrapper {
  width: 100%;
  bottom: -240px;
  left: 0;
  justify-content: center;
}
.hero-style-2 .top-solutions-wrapper .solution-item {
  position: relative;
  text-align: center;
}
.hero-style-2 .top-solutions-wrapper .solution-item .icon-box {
  position: absolute;
  left: 37%;
  min-height: 60px;
}
.hero-style-2 .top-solutions-wrapper .solution-item h4 {
  text-align: center;
  font-size: 28px;
  margin-top: 75px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
.hero-style-2 .top-solutions-wrapper .solution-item a {
  color: var(--color-text);
  font-size: 16px;
  transition: var(--transition);
}
.hero-style-2 .top-solutions-wrapper .solution-item a:hover {
  color: var(--color-primary-500);
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
/*-------------------------
   About Us
-------------------------*/
.about-us.section-padding {
  padding-top: 180px;
}
.about-us .section-heading {
  text-align: left;
}
.about-us .section-heading p {
  width: 100%;
}
.about-us .action-area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
}
.about-us .action-area .ll-btn-primary {
  padding: 20px 36px;
  background-color: var(--color-primary-500);
  color: var(--color-white);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--font-primary);
  line-height: 1;
  letter-spacing: normal;
  transition: var(--transition);
  border: 1px solid var(--color-primary-500);
  border-radius: 2px;
  margin-right: 40px;
}
.about-us .action-area .ll-btn-primary:hover {
  background-color: transparent;
  border-color: var(--color-primary-500);
  color: var(--color-primary-500);
}
.about-us .action-area .ll-btn-primary:hover svg path {
  stroke: var(--color-primary-500);
}
.about-us .action-area .ll-btn-primary img {
  margin-left: 10px;
}
.about-us .action-area .ll-btn-primary svg {
  margin-left: 10px;
}
.about-us .action-area .ll-btn-primary svg path {
  transition: var(--transition);
}
.about-us .action-area .call {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.about-us .action-area .call span {
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--color-primary-100);
  color: var(--color-primary-500);
  font-size: 23px;
  margin-right: 24px;
}
.about-us .action-area .call span svg path {
  fill: var(--color-primary-500);
}
.about-us .action-area .call .content {
  text-align: right;
}
.about-us .action-area .call .content p {
  color: var(--color-dark-title-500);
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 400;
}
.about-us .action-area .call .content h6 {
  color: var(--color-dark-title-500);
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}
.about-us .experience-thumb {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.about-us .experience-thumb .bg-shape {
  width: 585px;
  height: 595px;
  background-color: var(--color-primary-500);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.about-us .experience-thumb img {
  position: absolute;
}
.about-us .experience-thumb img:nth-child(2) {
  top: 12px;
  right: 12px;
}
.about-us .experience-thumb img:nth-child(3) {
  bottom: -10%;
  left: 12%;
  border-radius: 10px;
}
.about-us .experience-thumb .floating-text {
  position: absolute;
  top: 24px;
  left: 19.5%;
  height: 74px;
  line-height: 74px;
  padding: 0 20px;
  text-align: left;
  background-color: var(--color-primary-500);
  width: 57.5%;
  -webkit-clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
}
.about-us .experience-thumb .floating-text span {
  color: var(--color-white);
  font-size: 34px;
  font-weight: 600;
  font-family: var(--font-primary);
}

.about-us-style-2 {
  position: relative;
}
.about-us-style-2 .bg-shape-img {
  position: absolute;
  bottom: 140px;
  right: 0;
  height: 510px;
}
.about-us-style-2 .experience-thumb {
  display: block;
}
.about-us-style-2 .experience-thumb .bg-shape {
  width: 535px;
  height: 675px;
  background-color: transparent;
  -webkit-clip-path: none;
          clip-path: none;
  border: 1px solid var(--color-primary-500);
  border-radius: 20px;
}
.about-us-style-2 .experience-thumb img:nth-child(2) {
  width: 535px;
  height: 675px;
  top: -36px;
  left: 36px;
  border-radius: 20px;
}
.about-us-style-2 .experience-thumb .floating-box {
  position: absolute;
  width: 185px;
  height: 170px;
  background-color: var(--color-dark-title-500);
  border-radius: 20px;
  text-align: center;
  bottom: 70px;
  left: 62%;
}
.about-us-style-2 .experience-thumb .floating-box span {
  display: inline-block;
  width: 70px;
  height: 70px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--color-primary-100);
  margin-top: 32px;
  margin-bottom: 10px;
  padding: 18px;
}
.about-us-style-2 .experience-thumb .floating-box span img {
  display: block;
}
.about-us-style-2 .experience-thumb .floating-box p {
  color: var(--color-white);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}
.about-us-style-2 .experience-thumb .floating-text {
  top: 32px;
  left: -34px;
  height: inherit;
  line-height: inherit;
  padding: inherit;
  text-align: left;
  background-color: transparent;
  width: 100%;
  -webkit-clip-path: none;
          clip-path: none;
}
.about-us-style-2 .experience-thumb .floating-text span {
  display: inline-block;
  padding: 20px 28px;
  font-size: 30px;
  font-weight: 600;
  background-color: var(--color-primary-500);
  border-radius: 20px;
}

.about-us-page .about-us {
  background-image: url(../media/section-bg/bg-1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-us-page .service .section-heading .title {
  color: var(--color-white);
}
.about-us-page .service .section-heading p {
  color: var(--color-primary-50);
}
.about-us-page .team {
  background-image: url(../media/section-bg/bg-2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.checklist .checklist-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
}
.checklist .checklist-item span {
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--color-primary-100);
  color: var(--color-primary-500);
  font-size: 13px;
  margin-right: 16px;
}
.checklist .checklist-item p {
  color: var(--color-dark-title-400);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 0;
}
.checklist .checklist-item:last-child {
  margin-bottom: 0;
}
.checklist .checklist-item img,
.checklist .checklist-item svg {
  margin-right: 10px;
}

/*-------------------------
    Service
-------------------------*/
.service {
  background-color: var(--color-dark-title-500);
  padding-bottom: 115px !important;
}
.service .service-item {
  position: relative;
  margin-bottom: -105px;
}
.service .service-item .service-thumbnail {
  position: relative;
}
.service .service-item .service-thumbnail a {
  position: absolute;
  top: 30%;
  left: 45%;
  transform: rotate(190deg);
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: var(--color-dark-title-500);
  background-color: var(--color-white);
  border-radius: 2px;
  transition: var(--transition);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
}
.service .service-item .service-thumbnail a:hover {
  background-color: var(--color-primary-500);
  color: var(--color-white);
}
.service .service-item .service-thumbnail img {
  width: 100%;
}
.service .service-item .service-thumbnail::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  transform: scale(0);
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
}
.service .service-item .service-content {
  position: relative;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  padding: 20px;
  background-color: var(--color-white);
  transition: var(--transition);
  z-index: 2;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-radius: 2px;
}
.service .service-item .service-content .solution-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.service .service-item .service-content .solution-item .icon-box {
  position: relative;
  min-height: 60px;
}
.service .service-item .service-content .solution-item .icon-box::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--color-primary-100);
  top: -30px;
  left: 15px;
  z-index: -1;
  transition: var(--transition);
}
.service .service-item .service-content .solution-item .icon-box svg {
  z-index: 1;
}
.service .service-item .service-content .solution-item .icon-box svg path {
  transition: var(--transition);
  fill: var(--color-primary-500);
}
.service .service-item .service-content .solution-item h4 {
  color: var(--color-dark-title-500);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  margin: 24px 0 0;
  letter-spacing: -0.05em;
  max-width: 70%;
}
.service .service-item .service-content .solution-item a {
  color: var(--color-dark-title-500);
  font-size: 14px;
  font-weight: 600;
  font-family: var(--font-primary);
  padding: 10px 10px;
  border: 1px solid var(--color-dark-title-500);
  background-color: transparent;
  border-radius: 2px;
  transition: var(--transition);
}
.service .service-item .service-content .solution-item a img {
  margin-left: 10px;
}
.service .service-item .service-content .solution-item a svg {
  transition: var(--transition);
}
.service .service-item .service-content .solution-item a svg path {
  stroke: var(--color-dark-title-500);
  transition: var(--transition);
}
.service .service-item .service-content .solution-item a:hover {
  color: var(--color-white);
  background-color: var(--color-dark-title-500);
}
.service .service-item .service-content .solution-item a:hover svg {
  transform: rotate(45deg);
}
.service .service-item .service-content .solution-item a:hover svg path {
  stroke: var(--color-white);
}
.service .service-item:hover .service-content {
  border-color: var(--color-primary-500);
}
.service .service-item:hover .service-content .solution-item .icon-box::after {
  background-color: rgba(24, 43, 85, 0.2);
}
.service .service-item:hover .service-content .solution-item .icon-box svg path {
  fill: var(--color-dark-title-500);
}
.service .service-item:hover .service-thumbnail a {
  transform: rotate(0);
  opacity: 1;
  visibility: visible;
}
.service .service-item:hover .service-thumbnail::after {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.home-page-1 .service .section-heading .title {
  color: var(--color-white);
}
.home-page-1 .service .section-heading .title span {
  color: var(--color-primary-500);
}
.home-page-1 .service .section-heading p {
  color: var(--color-primary-50);
  max-width: 60%;
}

.home-page-2 .service .section-heading .title,
.home-page-2 .service .section-heading p {
  color: var(--color-white);
}
.home-page-2 .service .service-item {
  margin-bottom: -60px;
}
.home-page-2 .service .service-item .solution-item h4 {
  margin-top: 0 !important;
}

.service-page .service {
  background-color: var(--color-white);
}
.service-page .service.section-padding {
  padding-top: 60px;
}
.service-page .service-content {
  box-shadow: 0px 258px 72px 0px rgba(0, 0, 0, 0), 0px 165px 66px 0px rgba(0, 0, 0, 0.01), 0px 93px 56px 0px rgba(0, 0, 0, 0.03), 0px 41px 41px 0px rgba(0, 0, 0, 0.05), 0px 10px 23px 0px rgba(0, 0, 0, 0.06);
}

.service-page-2 .breadcrumb {
  margin-bottom: 0;
}
.service-page-2 .service-item {
  margin-bottom: -60px;
}
.service-page-2 .choose .content {
  padding-left: 0 !important;
}
.service-page-2 .choose-style-2.section-padding {
  padding-bottom: 170px !important;
}

.service-details-area.section-margin {
  margin-bottom: 100px;
}
.service-details-area .content h2 {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 26.4px;
  letter-spacing: -0.22px;
  margin-top: 32px;
  margin-bottom: 24px;
}
.service-details-area .content p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
}
.service-details-area .content h5 {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 19.2px;
  letter-spacing: 0.32px;
  margin-top: 16px;
  margin-bottom: 8px;
}

.service-overview {
  padding: 30px;
  background-color: #F9F9F9;
  margin-bottom: 40px;
}
.service-overview li {
  padding: 20px 0;
  border-bottom: 1px solid #75787E;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  transition: var(--transition);
}
.service-overview li span {
  display: block;
  color: var(--color-dark-title-500);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.6px;
  transition: var(--transition);
}
.service-overview li svg path {
  transition: var(--transition);
}
.service-overview li:last-child {
  border-bottom: 0;
}
.service-overview li:hover {
  background-color: var(--color-primary-500);
  padding: 20px 10px;
  border-color: var(--color-primary-500);
}
.service-overview li:hover span {
  color: var(--color-white);
}
.service-overview li:hover svg path {
  stroke: var(--color-white);
}

.service-thumbnail {
  margin-bottom: 40px;
}
.service-thumbnail img {
  width: 100%;
  height: auto;
}

.service-title h1 {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.4px;
  margin-bottom: 32px;
}

.process-header {
  background-color: var(--color-primary-500);
  padding: 55px 36px;
  -webkit-clip-path: polygon(70% 0, 100% 50%, 70% 100%, 0 100%, 0 0);
          clip-path: polygon(70% 0, 100% 50%, 70% 100%, 0 100%, 0 0);
}
.process-header .content {
  padding-right: 75px;
}
.process-header .content h4 {
  color: var(--color-white);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 33.6px;
  letter-spacing: -0.28px;
  margin-top: 0;
  margin-bottom: 16px;
}
.process-header .content p {
  color: var(--color-primary-50);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
}

.installation-steps .single-step {
  position: relative;
  background-color: rgba(255, 128, 0, 0.9);
  margin-bottom: 28px;
  padding: 10px 20px;
  border-radius: 5px;
  margin-right: 25px;
}
.installation-steps .single-step .step-title {
  display: block;
  color: var(--color-white);
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 21.6px;
  margin-bottom: 10px;
}
.installation-steps .single-step p {
  color: var(--color-white);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.2px;
  margin: 0;
}
.installation-steps .single-step .step-counter {
  position: absolute;
  top: -22px;
  right: -25px;
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  color: var(--color-dark-title-500);
  background-color: var(--color-white);
  border: 4px solid var(--color-primary-500);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
}
.installation-steps .single-step:nth-child(odd) {
  right: 100px;
}
.installation-steps .single-step:nth-child(1) {
  background-color: #0A416E;
}
.installation-steps .single-step:nth-child(1) .step-counter {
  border-color: #1868A9;
}
.installation-steps .single-step:nth-child(2) {
  background-color: #03989E;
}
.installation-steps .single-step:nth-child(2) .step-counter {
  border-color: #14CFD7;
}
.installation-steps .single-step:nth-child(3) {
  background-color: #B05122;
}
.installation-steps .single-step:nth-child(3) .step-counter {
  border-color: #E56322;
}
.installation-steps .single-step:nth-child(4) {
  background-color: #A6A6A6;
}
.installation-steps .single-step:nth-child(4) .step-counter {
  border-color: #C6CACA;
}
.installation-steps .single-step:nth-child(5) {
  background-color: #A17532;
}
.installation-steps .single-step:nth-child(5) .step-counter {
  border-color: #E2A445;
}
.installation-steps .single-step:nth-child(6) {
  background-color: #2F7CA8;
}
.installation-steps .single-step:nth-child(6) .step-counter {
  border-color: #00A3FF;
}

.related-service-area {
  background-color: var(--color-white);
  margin-bottom: 45px;
}
.related-service-area .section-heading h2 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.4px;
}
.related-service-area .service-item .service-content {
  box-shadow: 0px 258px 72px 0px rgba(0, 0, 0, 0), 0px 165px 66px 0px rgba(0, 0, 0, 0.01), 0px 93px 56px 0px rgba(0, 0, 0, 0.03), 0px 41px 41px 0px rgba(0, 0, 0, 0.05), 0px 10px 23px 0px rgba(0, 0, 0, 0.06);
}

.service-details-page .work-process.section-margin {
  margin-bottom: 110px;
}
.service-details-page .related-service-area.section-margin {
  margin-bottom: 0px !important;
}

/*-------------------------
   Booking
-------------------------*/
.booking-form .form-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
}
.booking-form .form-row:last-child {
  margin-bottom: 0;
}
.booking-form .form-row .input-field {
  flex-basis: 24%;
  position: relative;
}
.booking-form .form-row .input-field img {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.booking-form .form-row .input-field button {
  margin-top: 20px;
}

.home-page-1 .booking-form .form-row .input-field button,
.home-page-2 .booking-form .form-row .input-field button {
  margin-top: 0px;
}

.submit-btn {
  width: 100%;
  padding: 11px 0;
  color: var(--color-white);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: var(--color-primary-500);
  border: 1px solid var(--color-primary-500);
  font-family: var(--font-primary);
  transition: var(--transition);
}
.submit-btn .submit-icon {
  position: static;
  transform: none;
  margin-left: 10px;
}
.submit-btn svg {
  width: 30px;
  height: 30px;
  transition: var(--transition);
}
.submit-btn svg path {
  transition: var(--transition);
}
.submit-btn:hover {
  background-color: transparent;
  color: var(--color-primary-500);
}
.submit-btn:hover svg {
  transform: rotate(45deg);
}
.submit-btn:hover svg path {
  stroke: var(--color-primary-500);
}

.booking-style-2 {
  background-color: var(--color-dark-title-500);
}
.booking-style-2 .section-heading {
  text-align: left;
}
.booking-style-2 .section-heading .title {
  color: var(--color-white);
}
.booking-style-2 .section-heading p {
  margin-left: 0;
  color: var(--color-primary-50);
}

.service-page .choose {
  padding: 140px 0 !important;
  margin-bottom: 140px;
  background-image: url(../media/section-bg/bg-2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: darken;
}
.service-page .choose .booking-form {
  background-color: var(--color-white);
  padding: 40px;
  border-radius: 10px;
}
.service-page .choose .booking-form h3 {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}
.service-page .choose .booking-form .form-row {
  flex-direction: column;
  margin-bottom: 0;
}
.service-page .choose .booking-form .form-row .input-field {
  width: 100%;
  margin-bottom: 10px;
}
.service-page .choose .content {
  padding-left: 75px;
  padding-right: 0;
}

/*-------------------------
   Why Choose Us
-------------------------*/
.choose {
  padding-bottom: 140px;
}
.choose .content {
  padding-right: 65px;
}
.choose .content .section-heading {
  text-align: left;
}
.choose .content .section-heading p {
  width: 100%;
}
.choose .content .top-solutions-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 66px;
}
.choose .content .top-solutions-wrapper .solution-item {
  padding: 0px 24px 32px 24px;
  background-color: var(--color-white);
  flex-basis: 48%;
  border-radius: 10px;
  margin-bottom: 70px;
  box-shadow: 28px 197px 56px 0px rgba(92, 92, 92, 0), 18px 126px 51px 0px rgba(92, 92, 92, 0.01), 10px 71px 43px 0px rgba(92, 92, 92, 0.03), 4px 31px 32px 0px rgba(92, 92, 92, 0.05), 1px 8px 17px 0px rgba(92, 92, 92, 0.06);
}
.choose .content .top-solutions-wrapper .solution-item .icon-box {
  position: relative;
  min-height: 45px;
}
.choose .content .top-solutions-wrapper .solution-item .icon-box::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--color-primary-100);
  top: -30px;
  left: 15px;
  transition: var(--transition);
  z-index: 1;
}
.choose .content .top-solutions-wrapper .solution-item .icon-box svg {
  position: relative;
  z-index: 2;
}
.choose .content .top-solutions-wrapper .solution-item .icon-box svg path {
  transition: var(--transition);
  fill: var(--color-primary-500);
}
.choose .content .top-solutions-wrapper .solution-item:hover .icon-box::after {
  background-color: var(--color-dark-title-100);
}
.choose .content .top-solutions-wrapper .solution-item:hover .icon-box svg path {
  fill: var(--color-dark-title-500);
}
.choose .content .top-solutions-wrapper .solution-item h4 {
  color: var(--color-dark-title-500);
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  margin: 16px 0 0;
}
.choose .choosing-thumbnail {
  padding-top: 40px;
  padding-left: 40px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
  border: 1px solid var(--color-dark-title-100);
}
.choose .choosing-thumbnail img {
  border-top-left-radius: 20px;
}

.choose-style-2 .content .section-heading h2 {
  max-width: 90%;
}
.choose-style-2 .content .section-heading p {
  max-width: 85%;
  margin-left: 0;
}
.choose-style-2 .checklist .checklist-item svg {
  margin-right: 10px;
}
.choose-style-2 .checklist .col:first-child {
  flex-basis: 25%;
}
.choose-style-2 .checklist .col:last-child {
  flex-basis: 60%;
}
.choose-style-2 .checklist .checklist-img {
  width: 212px;
}
.choose-style-2 .choosing-thumbnail {
  position: relative;
  width: 405px;
  height: 628px;
  border-radius: 0;
  border: 1px solid var(--color-primary-500);
  margin-left: auto;
}
.choose-style-2 .choosing-thumbnail .paralax-image {
  position: absolute;
  width: 405px;
  height: 628px;
  border-radius: 0;
  top: 30px;
  right: 30px;
}
.choose-style-2 .choosing-thumbnail .agent-box {
  position: absolute;
  padding: 30px 15px;
  background-color: var(--color-primary-500);
  top: 0;
  right: 110%;
  width: 224px;
}
.choose-style-2 .choosing-thumbnail .agent-box h6 {
  color: var(--color-white);
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 16px;
}
.choose-style-2 .choosing-thumbnail .agent-box p {
  color: var(--color-white);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}
.choose-style-2 .choosing-thumbnail .agent-box img {
  height: 42px;
  margin-bottom: 12px;
}
.choose-style-2 .choosing-thumbnail .agent-box span {
  display: block;
  color: var(--color-white);
  font-size: 16px;
  font-weight: 500;
}
.choose-style-2 .choosing-thumbnail .bottom-img {
  position: absolute;
  width: 282px;
  height: 370px;
  right: 95.7%;
  top: 40.5%;
  border-radius: 0;
  z-index: 1;
}
.choose-style-2 .choosing-thumbnail .shape-img {
  position: absolute;
  top: 97%;
  right: 114%;
}

.choose-style-3 .thumbnail {
  position: relative;
}
.choose-style-3 .thumbnail::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fbf7ef;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
          clip-path: polygon(0 0, 0% 100%, 100% 100%);
  z-index: -1;
}
.choose-style-3 .thumbnail img:first-child {
  width: 570px;
  height: 385px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 28px;
  margin-left: 28px;
  margin-bottom: 275px;
}
.choose-style-3 .thumbnail img:nth-child(2) {
  position: absolute;
  width: 300px;
  height: 330px;
  -o-object-fit: cover;
     object-fit: cover;
  top: 30%;
  left: 0;
  margin-left: 28px;
  border-top: 20px solid var(--color-white);
  border-left: 20px solid var(--color-white);
}
.choose-style-3 .thumbnail .progresss-bar-wrapper {
  margin-left: 28px;
  padding-bottom: 28px;
}

.team-page .choose {
  background-color: transparent;
  background-image: url(../media/section-bg/bg-2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: darken;
  padding-top: 140px !important;
  padding-bottom: 200px !important;
}
.team-page .choose-style-3 {
  background-color: transparent;
  padding-bottom: 70px !important;
  margin-top: -20px;
}

.testimonial-page .choose {
  background-color: transparent;
  background-image: url(../media/section-bg/bg-1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*-------------------------
   Project
-------------------------*/
.project {
  background-image: url(../media/section-bg/bg-1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: darken;
}
.project .section-heading {
  text-align: left;
  max-width: 50%;
  margin-bottom: 64px;
}
.project .project-carousel.style-2 {
  position: relative;
  top: -700px;
  margin-bottom: -700px;
  z-index: 1;
}
.project .project-carousel.style-2 .slick-arrow {
  top: -100px;
}
.project .project-carousel .slick-arrow {
  top: -130px;
  right: 0;
}
.project .project-carousel .slide-arrow-left.slick-arrow {
  right: 80px;
}

.project-item {
  position: relative;
  overflow: hidden;
}
.project-item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 10px;
  top: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: var(--transition);
  z-index: 1;
}
.project-item img {
  width: 100%;
  max-height: 458px;
  border-radius: 10px;
}
.project-item .content {
  position: absolute;
  width: 80%;
  background-color: var(--color-white);
  text-align: center;
  padding: 30px;
  transition: var(--transition);
  top: 130%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  border-radius: 10px;
}
.project-item .content span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  color: var(--color-primary-500);
  background-color: var(--color-primary-100);
}
.project-item .content h5 {
  font-size: 22px;
  font-weight: 600;
  margin: 15px 0;
}
.project-item .content p {
  color: var(--color-text);
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin: 0;
}
.project-item:hover::after {
  top: 0;
}
.project-item:hover .content {
  top: 50%;
}

.project-style-2 {
  position: relative;
  padding-top: 140px;
  padding-bottom: 230px !important;
  margin-bottom: 440px;
}
.project-style-2 .section-heading {
  position: relative;
  z-index: 2;
}
.project-style-2 .section-heading h2 {
  color: var(--color-dark-title-500);
}
.project-style-2::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.project-page .project {
  background-color: var(--color-white);
  background-image: none;
}
.project-page .project .project-item {
  margin-left: 0;
  margin-bottom: 25px;
}
.project-page .project .project-item:hover .content {
  top: 50%;
}
.project-page .project .col-lg-6:last-child .project-item,
.project-page .project .col-lg-4:last-child .project-item {
  margin-bottom: 0;
}

.project-content {
  padding-right: 60px;
}
.project-content .project-title h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 57.6px;
  letter-spacing: -0.48px;
  margin-bottom: 40px;
}
.project-content .project-thumb {
  width: 100%;
}
.project-content .project-thumb img {
  width: 100%;
  height: auto;
}
.project-content .content {
  padding-bottom: 85px;
  border-bottom: 1px solid #a9c5ee;
  margin-bottom: 30px;
}
.project-content .content h3 {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.4px;
  margin-top: 40px;
  margin-bottom: 24px;
}
.project-content .content p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
}
.project-content .content p:last-child {
  margin-bottom: 0;
}

.project-status ul {
  padding: 60px 32px;
  margin-bottom: 40px;
  background-color: var(--color-dark-title-500);
}
.project-status ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #ffffff;
  font-size: 20px;
  font-style: normal;
  line-height: 30px;
  font-weight: 400;
  padding: 8px 0;
  border-bottom: 1px solid #7495cc;
  margin-bottom: 14px;
}
.project-status ul li:last-child {
  margin-bottom: 0;
}
.project-status ul li span:first-child {
  flex-basis: 32%;
}
.project-status ul li span:last-child {
  color: rgba(255, 255, 255, 0.8);
}

.latest-projects-area .section-heading h2 {
  margin-top: 0;
  margin-bottom: 40px;
  text-align: left;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 57.6px;
  letter-spacing: -0.48px;
}

.latest-project {
  position: relative;
  overflow: hidden;
}
.latest-project .project-thumbnail img {
  width: 100%;
  height: auto;
}
.latest-project .project-overlay {
  position: absolute;
  width: 90%;
  height: 90%;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0%);
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  transition: var(--transition);
}
.latest-project .project-overlay .content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
}
.latest-project .project-overlay .content h4 {
  color: var(--color-white);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 33.6px;
  letter-spacing: -0.28px;
  margin-bottom: 16px;
}
.latest-project .project-overlay .content p {
  color: var(--color-white);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
  margin-bottom: 16px;
}
.latest-project .project-overlay .content a {
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  border: 1px solid var(--color-primary-500);
  border-radius: 50%;
  background-color: var(--color-primary-500);
  transition: var(--transition);
}
.latest-project .project-overlay .content a svg path {
  transition: var(--transition);
}
.latest-project .project-overlay .content a:hover {
  background-color: transparent;
}
.latest-project .project-overlay .content a:hover svg path {
  stroke: var(--color-primary-500);
}
.latest-project:hover .project-overlay {
  top: 50%;
  transform: translate(-50%, -50%);
}

.project-page .project.section-margin {
  margin-bottom: 120px;
}
.project-page .project-item {
  width: 100% !important;
}

.home-page-2 .project {
  background-color: transparent;
}
.home-page-2 .project.section-padding {
  padding-top: 0;
}
.home-page-2 .blog-style-2 {
  margin-bottom: 40px;
}

/*-------------------------
    Team
-------------------------*/
.team .section-heading {
  text-align: left;
}
.team .inner-page-section-heading h2 {
  text-align: left;
  margin-bottom: 0;
}
.team .section-btn {
  float: right;
  color: var(--color-primary-500);
  font-size: 16px;
  font-weight: 600;
  font-family: var(--font-primary);
  text-transform: uppercase;
  padding: 10px 16px;
  border: 1px solid var(--color-primary-500);
  background-color: transparent;
  border-radius: 2px;
  margin-top: 30px;
  transition: var(--transition);
}
.team .section-btn svg {
  margin-left: 10px;
  vertical-align: middle;
  margin-top: -3px;
}
.team .section-btn svg path {
  transition: var(--transition);
}
.team .section-btn img {
  margin-left: 10px;
}
.team .section-btn:hover {
  color: var(--color-white);
  background-color: var(--color-primary-500);
}
.team .section-btn:hover svg path {
  stroke: var(--color-white);
}
.team .team-member {
  position: relative;
  margin-top: 64px;
  text-align: center;
  padding: 16px 16px 24px;
  background-color: #FAFAFA;
  border-radius: 5px;
  border: 1px solid #dddddd;
  transition: var(--transition);
  overflow: hidden;
}
.team .team-member .member-profile {
  position: relative;
  margin-bottom: 56px;
}
.team .team-member .member-profile .shape {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  height: 230px;
  width: 230px;
  background-color: var(--color-dark-title-300);
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  z-index: 1;
  transition: var(--transition);
}
.team .team-member .member-profile img {
  position: relative;
  height: 295px;
  z-index: 2;
}
.team .team-member h5 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
  transition: var(--transition);
  line-height: 1.2;
}
.team .team-member span {
  color: var(--color-dark-title-300);
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  transition: var(--transition);
}
.team .team-member .team-social {
  position: absolute;
  width: 100px;
  height: 100%;
  background-color: var(--color-dark-title-500);
  top: 0;
  right: -105px;
  z-index: 2;
  transition: var(--transition);
}
.team .team-member .team-social ul {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.team .team-member .team-social ul li {
  margin: 25px 0;
}
.team .team-member .team-social ul li svg path {
  fill: var(--color-white);
  stroke: transparent;
  transition: var(--transition);
}
.team .team-member .team-social ul li:hover svg path {
  fill: var(--color-primary-500);
}
.team .team-member:hover {
  border-color: var(--color-dark-title-200);
  background-color: var(--color-dark-title-100);
}
.team .team-member:hover .member-profile .shape {
  background-color: rgba(24, 43, 85, 0.7);
}
.team .team-member:hover .team-social {
  right: 0;
}

.team-style-2 .team-member {
  background-color: transparent;
  border-radius: 0px;
  border: 0px;
}
.team-style-2 .team-member .member-profile {
  margin-bottom: 20px;
}
.team-style-2 .team-member .member-profile .shape {
  -webkit-clip-path: none;
          clip-path: none;
  width: 100%;
  height: 180px;
  bottom: 0;
}

.team-page .team-member {
  margin-top: 0;
  margin-bottom: 20px;
}

.single-team-page .section-heading .title {
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.team-content h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 57.6px;
  letter-spacing: -0.48px;
  margin-bottom: 24px;
}
.team-content .team-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 44px;
}
.team-content .team-social li {
  margin-right: 20px;
}
.team-content .team-social li:last-child {
  margin-right: 0;
}
.team-content .team-social li svg path {
  transition: var(--transition);
}
.team-content .team-social li:hover svg path {
  fill: var(--color-primary-500);
}
.team-content .team-info-list {
  margin-bottom: 24px;
}
.team-content .team-info-list li {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.team-content .team-info-list li span {
  display: block;
  margin-left: 10px;
  color: var(--color-dark-title-500);
  font-size: 16px;
  font-weight: 500;
  line-height: 25.6px;
}
.team-content p {
  color: var(--color-dark-title-300);
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  margin-bottom: 46px;
}

/*-------------------------
   Banner
-------------------------*/
.banner .banenr-wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 2px;
}

/*-------------------------
   Brand
-------------------------*/
.brand-wrap-area {
  padding: 90px 0;
}

.brand-grid {
  padding: 10px 0;
}
.brand-grid img {
  filter: grayscale(100%);
  opacity: 0.3;
  transition: var(--transition);
}
.brand-grid:hover img, .brand-grid.active img {
  opacity: 1;
  filter: grayscale(0);
}

/*-------------------------
   Call To Action
-------------------------*/
.call-to-action-area {
  padding: 140px 0 100px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .call-to-action-area {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 991px) {
  .call-to-action-area {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .call-to-action-area {
    padding: 60px 0 40px;
  }
}
.call-to-action-area:before {
  content: "";
  height: 730px;
  width: 100%;
  background-color: var(--color-primary);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .call-to-action-area:before {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .call-to-action-area:before {
    height: 480px;
  }
}
@media only screen and (max-width: 575px) {
  .call-to-action-area:before {
    height: 400px;
  }
}

.call-to-action {
  border-bottom: 1px solid #e7e7e7;
}
.call-to-action .section-heading {
  margin-bottom: 65px;
}
@media only screen and (max-width: 767px) {
  .call-to-action .section-heading {
    margin-bottom: 50px;
  }
}
.call-to-action .section-heading span {
  color: var(--color-accent1);
}
.call-to-action .section-heading .title {
  width: 60%;
  margin: 0 auto 55px;
}
@media only screen and (max-width: 991px) {
  .call-to-action .section-heading .title {
    width: 100%;
  }
}
.call-to-action .thumbnail {
  position: relative;
  text-align: center;
}
.call-to-action .thumbnail .larg-thumb {
  display: inline-block;
  margin-right: -180px;
}
@media only screen and (max-width: 991px) {
  .call-to-action .thumbnail .larg-thumb {
    margin-right: -130px;
  }
}
@media only screen and (max-width: 767px) {
  .call-to-action .thumbnail .larg-thumb {
    margin-right: -100px;
  }
}
@media only screen and (max-width: 575px) {
  .call-to-action .thumbnail .larg-thumb {
    margin-right: -50px;
  }
}
@media only screen and (max-width: 1199px) {
  .call-to-action .thumbnail .larg-thumb img {
    width: 90%;
  }
}
@media only screen and (max-width: 991px) {
  .call-to-action .thumbnail .larg-thumb img {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .call-to-action .thumbnail .larg-thumb img {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .call-to-action .thumbnail .larg-thumb img {
    width: 50%;
  }
}
.call-to-action .thumbnail .small-thumb li {
  position: absolute;
}
@media only screen and (max-width: 1199px) {
  .call-to-action .thumbnail .small-thumb li img {
    width: 90%;
  }
}
@media only screen and (max-width: 991px) {
  .call-to-action .thumbnail .small-thumb li img {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .call-to-action .thumbnail .small-thumb li img {
    width: 35%;
  }
}
.call-to-action .thumbnail .small-thumb li.shape-1 {
  bottom: 0;
  left: 155px;
}
@media only screen and (min-width: 1200px) and (max-width: 1299px) {
  .call-to-action .thumbnail .small-thumb li.shape-1 {
    left: 90px;
  }
}
@media only screen and (max-width: 1199px) {
  .call-to-action .thumbnail .small-thumb li.shape-1 {
    left: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .call-to-action .thumbnail .small-thumb li.shape-1 {
    left: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .call-to-action .thumbnail .small-thumb li.shape-1 {
    left: -70px;
  }
}
@media only screen and (max-width: 575px) {
  .call-to-action .thumbnail .small-thumb li.shape-1 {
    left: -125px;
  }
}
.call-to-action .thumbnail .small-thumb li.shape-2 {
  bottom: 0;
  right: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1299px) {
  .call-to-action .thumbnail .small-thumb li.shape-2 {
    right: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .call-to-action .thumbnail .small-thumb li.shape-2 {
    bottom: 0;
    right: -60px;
  }
}
@media only screen and (max-width: 991px) {
  .call-to-action .thumbnail .small-thumb li.shape-2 {
    right: -95px;
  }
}
@media only screen and (max-width: 767px) {
  .call-to-action .thumbnail .small-thumb li.shape-2 {
    right: -110px;
  }
}
@media only screen and (max-width: 575px) {
  .call-to-action .thumbnail .small-thumb li.shape-2 {
    right: -130px;
  }
}

/*-------------------------
   Case Study
-------------------------*/
.case-study-featured {
  margin-bottom: 60px;
}
.case-study-featured .section-heading .title {
  letter-spacing: -0.045em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding-bottom: 5px;
}
@media only screen and (max-width: 575px) {
  .case-study-featured .section-heading .title {
    -webkit-line-clamp: 2;
  }
}
.case-study-featured .section-heading p {
  width: 100%;
  font-size: 16px;
}

.case-study-counterup {
  display: flex;
  align-items: center;
}
.case-study-counterup .single-counterup {
  margin-right: 60px;
  padding-right: 60px;
  border-right: 1px solid var(--color-ghost);
}
.case-study-counterup .single-counterup:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
@media only screen and (max-width: 1199px) {
  .case-study-counterup .single-counterup {
    margin-right: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .case-study-counterup .single-counterup {
    margin-right: 30px;
    padding-right: 30px;
  }
}
.case-study-counterup .count-number {
  color: var(--color-rose);
  letter-spacing: -0.045em;
  margin-bottom: 0;
  padding: 0 6px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .case-study-counterup .count-number {
    padding: 0 2px;
  }
}
@media only screen and (max-width: 1199px) {
  .case-study-counterup .count-number {
    padding: 0;
  }
}
.case-study-counterup .count-number span {
  vertical-align: middle;
}
.case-study-counterup .count-number span.symbol {
  margin-left: -6px;
}

.case-study-featured-thumb {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .case-study-featured-thumb {
    text-align: left;
    margin-bottom: 30px;
  }
}
.case-study-featured-thumb img {
  display: inline-block;
}

.case-study-page-area .case-study-featured-thumb {
  margin-bottom: 150px;
}
@media only screen and (max-width: 991px) {
  .case-study-page-area .case-study-featured-thumb {
    margin-bottom: 60px;
  }
}

.case-study-solution {
  position: relative;
  z-index: 1;
}
.case-study-solution .section-heading p {
  width: 100%;
}

/*-------------------------
    Contact
-------------------------*/
.contact-page .breadcrumb {
  margin-bottom: 0;
}

.contact-us {
  position: relative;
}
.contact-us::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url(../media/banner/banner-bg-2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-us::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  z-index: 2;
  background-color: #FFF9EC;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.contact-us-form {
  padding: 40px 60px;
  background-color: var(--color-white);
  position: relative;
  box-shadow: 0px 258px 72px 0px rgba(0, 0, 0, 0), 0px 165px 66px 0px rgba(0, 0, 0, 0.01), 0px 93px 56px 0px rgba(0, 0, 0, 0.03), 0px 41px 41px 0px rgba(0, 0, 0, 0.05), 0px 10px 23px 0px rgba(0, 0, 0, 0.06);
  z-index: 3;
}
.contact-us-form h2 {
  color: var(--color-dark-title-500);
  font-size: 48px;
  font-weight: 600;
  line-height: 57.6px;
  letter-spacing: -0.48px;
  text-align: center;
  margin-bottom: 15px;
}
.contact-us-form p {
  color: var(--color-dark-title-300);
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-align: center;
  margin-bottom: 20px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.contact-us-form label {
  color: var(--color-dark-title-500);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.contact-us-form .form-control {
  height: 48px;
  padding: 12px;
  color: var(--color-dark-title-500);
}
.contact-us-form .form-control::-moz-placeholder {
  color: var(--color-dark-title-300);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
.contact-us-form .form-control::placeholder {
  color: var(--color-dark-title-300);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
.contact-us-form textarea {
  height: auto !important;
}
.contact-us-form .submit-btn {
  margin-top: 30px;
  border-radius: 5px;
}

.contact-info {
  background-color: var(--color-dark);
  border-radius: 5px;
  padding: 20px;
  min-height: 285px;
  box-shadow: 0px 258px 72px 0px rgba(0, 0, 0, 0), 0px 165px 66px 0px rgba(0, 0, 0, 0.01), 0px 93px 56px 0px rgba(0, 0, 0, 0.03), 0px 41px 41px 0px rgba(0, 0, 0, 0.05), 0px 10px 23px 0px rgba(0, 0, 0, 0.06);
}
.contact-info .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  background-color: var(--color-primary-500);
  transition: var(--transition);
  margin-bottom: 24px;
}
.contact-info .icon svg path {
  transition: var(--transition);
}
.contact-info h4 {
  color: var(--color-dark-title-500);
  font-size: 28px;
  font-weight: 600;
  line-height: 33.6px;
  letter-spacing: -0.28px;
  margin-bottom: 16px;
}
.contact-info p {
  color: var(--color-text);
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  margin-bottom: 16px;
}
.contact-info .info-box a {
  color: var(--color-dark-title-500);
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
  letter-spacing: 0.32px;
  transition: var(--transition);
  display: block;
  margin-bottom: 10px;
  transition: var(--transition);
}
.contact-info .info-box a:last-child {
  margin-bottom: 0;
}
.contact-info .info-box a:hover {
  color: var(--color-primary-500);
}
.contact-info .info-box span {
  color: var(--color-dark-title-500);
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
  letter-spacing: 0.32px;
  cursor: pointer;
}
.contact-info .info-box span svg {
  margin-right: 5px;
}
.contact-info .info-box p {
  font-family: var(--font-primary);
  color: var(--color-dark-title-500);
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
  letter-spacing: 0.32px;
  margin-bottom: 0;
}

.location-map iframe {
  border-radius: 10px;
}

/*-------------------------
   Counter Up
-------------------------*/
.counterup-progress {
  background: transparent;
  border: 1px solid;
  border-image-source: linear-gradient(0deg, #27272E 64.45%, rgba(74, 75, 86, 0.72) 100%);
  text-align: center;
  padding: 70px 20px 60px;
  border-radius: 30px;
  transition: var(--transition);
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .counterup-progress {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 575px) {
  .counterup-progress {
    padding: 30px 10px;
  }
}
.counterup-progress .icon {
  margin-bottom: 20px;
}
.counterup-progress .count-number {
  font-weight: 500;
  color: var(--color-primary-500);
  font-family: var(--font-primary);
  margin-bottom: 10px;
  letter-spacing: -0.045em;
}
@media only screen and (max-width: 767px) {
  .counterup-progress .count-number {
    letter-spacing: 0;
  }
}
.counterup-progress .count-number span.symbol {
  margin: 0 -6px;
}
.counterup-progress .title {
  color: var(--color-white);
}
.counterup-progress:hover, .counterup-progress.active {
  background: var(--gradient-dark);
}
.counterup-progress.counterup-style-2 {
  background: var(--gradient-primary);
  border: none;
}
.counterup-progress.counterup-style-2 .icon .light-icon {
  display: none;
}
.counterup-progress.counterup-style-2 .title {
  color: var(--color-body);
}
.counterup-progress.counterup-style-2:hover, .counterup-progress.counterup-style-2.active {
  background-color: var(--color-light);
}

.expert-counterup-area .section-heading p {
  width: 100%;
}
.expert-counterup-area .section-heading .axil-btn {
  width: 240px;
}

/*-------------------------
    FAQ
-------------------------*/
.faq-area .section-heading .title {
  text-align: left;
  color: var(--color-dark-title-500);
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.4px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 575px) {
  .faq-area .section-heading .title {
    font-size: 28px;
  }
}
.faq-area .section-heading p {
  width: 100%;
  font-size: 20px;
  line-height: 32px;
  text-align: left;
  margin-bottom: 44px;
}
.faq-area .media img {
  width: 100%;
  height: 100%;
}

.faq-accordion .accordion-item {
  background-color: var(--color-white);
  border-radius: 5px;
  border: none;
  margin-bottom: 24px;
  box-shadow: 0px 100px 60px 0px rgba(0, 0, 0, 0), 0px 100px 50px 0px rgba(0, 0, 0, 0.01), 0px 60px 40px 0px rgba(0, 0, 0, 0.02), 0px 41px 41px 0px rgba(0, 0, 0, 0.03), 0px 10px 23px 0px rgba(0, 0, 0, 0.04);
  transition: var(--transition);
}
.faq-accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-accordion .accordion-item:last-child .accordion-button.collapsed {
  margin-bottom: 0;
}
.faq-accordion .accordion-button {
  box-shadow: none;
  font-size: 22px;
  color: var(--color-primary-500);
  font-weight: 600;
  font-family: var(--font-primary);
  line-height: 26.4px;
  letter-spacing: -0.22px;
  padding: 20px 40px 20px;
  position: relative;
  border-radius: 0 !important;
  transition: var(--transition);
  background-color: transparent;
}
.faq-accordion .accordion-button:after {
  content: "\f068";
  font-family: var(--font-awesome);
  background-image: none;
  transform: rotate(0deg);
  transition: var(--transition);
  color: var(--color-white);
  font-size: 18px;
  font-weight: 400;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--color-primary-500);
  padding: 0;
  margin-left: auto !important;
}
.faq-accordion .accordion-button.collapsed {
  color: var(--color-dark-title-500);
  border-radius: 5px !important;
  padding: 20px 36px;
  background-color: var(--color-white);
}
.faq-accordion .accordion-button.collapsed:after {
  content: "\f067";
  color: var(--color-white);
  font-size: 18px;
  font-weight: 400;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--color-primary-500);
  padding: 0;
  margin-left: auto !important;
}
.faq-accordion .accordion-body {
  padding: 0 40px 40px;
}
.faq-accordion .accordion-body p {
  color: var(--color-text);
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  margin-bottom: 0;
}

.accordion-style-2 .accordion-item {
  box-shadow: none;
  border: 0.5px solid #BCC2CE;
  border-radius: 0;
}
.accordion-style-2 .accordion-button {
  color: var(--color-white);
  padding: 30px 12px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 19.2px;
  letter-spacing: 0.32px;
  background-color: var(--color-primary-500);
}
.accordion-style-2 .accordion-button svg {
  margin-right: 12px;
}
.accordion-style-2 .accordion-button svg rect {
  fill: var(--color-white);
}
.accordion-style-2 .accordion-button svg path {
  fill: var(--color-primary-500);
}
.accordion-style-2 .accordion-button.collapsed {
  padding: 30px 12px;
  margin: 0;
}
.accordion-style-2 .accordion-button.collapsed svg rect {
  fill: var(--color-primary-500);
}
.accordion-style-2 .accordion-button.collapsed svg path {
  fill: var(--color-white);
}
.accordion-style-2 .accordion-button.collapsed::after {
  font-size: 15px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 1px solid var(--color-primary-500);
  color: var(--color-primary-500);
  background-color: transparent;
  margin-left: 12px;
}
.accordion-style-2 .accordion-button::after {
  font-size: 15px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 1px solid var(--color-white);
  color: var(--color-white);
  background-color: #FFA83F;
}
.accordion-style-2 .accordion-body {
  padding: 12px;
}
.accordion-style-2 .accordion-body p {
  font-size: 14px;
}

/*-------------------------
   Pricing
-------------------------*/
.pricing-table {
  background-color: #FAFAFA;
  padding: 40px;
  border: 1px solid #dddddd;
  border-radius: 10px;
  position: relative;
  transition: var(--transition);
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing-table {
    padding: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .pricing-table {
    padding: 20px;
  }
}
.pricing-table .pricing-header {
  margin-bottom: 24px;
  padding-bottom: 24px;
}
.pricing-table .pricing-header .title {
  color: var(--color-dark-title-500);
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 10px;
  transition: var(--transition);
}
@media only screen and (max-width: 1199px) {
  .pricing-table .pricing-header .title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .pricing-table .pricing-header .title {
    font-size: 20px;
  }
}
.pricing-table .pricing-header p {
  font-size: 16px;
  color: var(--color-text);
  margin-bottom: 10px;
}
.pricing-table .pricing-header .price-wrap {
  color: var(--color-dark-title-500);
  font-size: 48px;
  line-height: 1;
  margin-bottom: 10px;
  font-family: var(--font-primary);
  font-weight: 600;
  letter-spacing: -0.045em;
  transition: var(--transition);
}
.pricing-table .pricing-header .price-wrap span {
  font-size: 28px;
}
@media only screen and (max-width: 1199px) {
  .pricing-table .pricing-header .price-wrap span {
    font-size: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .pricing-table .pricing-header .price-wrap span {
    font-size: 20px;
  }
}
.pricing-table .pricing-header .yearly-pricing {
  color: var(--color-dark-title-500);
  font-size: 16px;
  line-height: 1;
  margin-bottom: 10px;
  font-family: var(--font-primary);
  font-weight: 600;
  text-align: left;
  transition: var(--transition);
}
.pricing-table .pricing-body li {
  list-style-type: none;
  color: var(--color-text);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 16px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.pricing-table .pricing-body li:last-child {
  border-bottom: 0;
}
.pricing-table .pricing-body li svg {
  margin-right: 10px;
}
.pricing-table .action-btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 14px 0;
  border: 1px solid var(--color-dark-title-500);
  border-radius: 50px;
  color: var(--color-white);
  background-color: var(--color-dark-title-500);
  font-size: 16px;
  font-weight: 600;
  font-family: var(--font-primary);
  line-height: 1;
  text-transform: uppercase;
  margin: 80px 0 0;
  transition: var(--transition);
}
.pricing-table .action-btn:hover {
  background-color: transparent !important;
  border-color: var(--color-white);
  color: var(--color-white) !important;
}
.pricing-table:hover, .pricing-table.active {
  background-color: var(--color-dark-title-500);
}
.pricing-table:hover .pricing-header .title,
.pricing-table:hover .pricing-header .price-wrap,
.pricing-table:hover .pricing-header .yearly-pricing,
.pricing-table:hover .pricing-header p, .pricing-table.active .pricing-header .title,
.pricing-table.active .pricing-header .price-wrap,
.pricing-table.active .pricing-header .yearly-pricing,
.pricing-table.active .pricing-header p {
  color: var(--color-white);
}
.pricing-table:hover .pricing-header .subtitle, .pricing-table.active .pricing-header .subtitle {
  color: var(--color-white);
}
.pricing-table:hover .pricing-header .price-wrap, .pricing-table.active .pricing-header .price-wrap {
  border-color: rgba(227, 230, 233, 0.2);
}
.pricing-table:hover .pricing-body span,
.pricing-table:hover .pricing-body li, .pricing-table.active .pricing-body span,
.pricing-table.active .pricing-body li {
  color: var(--color-white);
  border-color: rgba(221, 221, 221, 0.2);
}
.pricing-table:hover .pricing-body svg path, .pricing-table.active .pricing-body svg path {
  fill: var(--color-white);
}
.pricing-table:hover .action-btn, .pricing-table.active .action-btn {
  background-color: var(--color-white);
  border-color: var(--color-white);
  color: var(--color-dark-title-500);
}

.pricing-table-area .col-lg-4:nth-child(2) .pricing-table {
  background-color: var(--color-dark-title-500);
}
.pricing-table-area .col-lg-4:nth-child(2) .pricing-table .title,
.pricing-table-area .col-lg-4:nth-child(2) .pricing-table p,
.pricing-table-area .col-lg-4:nth-child(2) .pricing-table .price-wrap,
.pricing-table-area .col-lg-4:nth-child(2) .pricing-table span,
.pricing-table-area .col-lg-4:nth-child(2) .pricing-table li {
  color: var(--color-white);
  border-color: rgba(227, 230, 233, 0.2);
}
.pricing-table-area .col-lg-4:nth-child(2) .pricing-table .action-btn {
  background-color: var(--color-white);
  color: var(--color-dark-title-500);
}

/*-------------------------
    Process
-------------------------*/
.process-work {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .process-work {
    display: block;
    margin-bottom: 50px;
  }
}
.process-work .thumbnail {
  background-color: var(--color-white);
  border-radius: 30px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .process-work .thumbnail {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .process-work .thumbnail {
    width: 100%;
    margin-bottom: 30px;
  }
}
.process-work .content {
  flex: 1;
  margin-left: 60px;
}
@media only screen and (max-width: 767px) {
  .process-work .content {
    margin-left: 0;
  }
}
.process-work .content .subtitle {
  font-size: 20px;
  color: var(--color-rose);
  font-weight: 600;
  font-family: var(--font-primary);
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .process-work .content .subtitle {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.process-work .content .title {
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  .process-work .content .title {
    font-size: 32px;
  }
}
.process-work .content p {
  color: #737387;
  width: 60%;
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .process-work .content p {
    width: 100%;
  }
}
.process-work.content-reverse {
  flex-direction: row-reverse;
}
.process-work.content-reverse .content {
  margin: 0 60px 0 0;
  padding-left: 300px;
}
@media only screen and (max-width: 1199px) {
  .process-work.content-reverse .content {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .process-work.content-reverse .content {
    margin: 0;
  }
}
.process-work.content-reverse .content p {
  width: 100%;
}

/*-------------------------
   Testimonial
-------------------------*/
.testimonial-page .breadcrumb {
  margin-bottom: 0;
}

.testimonial {
  background-color: var(--color-dark-title-500);
}
.testimonial.testimonial {
  background-image: url("../media/section-bg/bg-2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.testimonial .section-heading {
  text-align: left;
  max-width: 55%;
}
.testimonial .testimonial-wrapper {
  margin-top: 56px;
}
.testimonial .testimonial-wrapper .slick-list .slick-slide {
  margin: 0 16px;
}
.testimonial .testimonial-wrapper .slick-arrow {
  background-color: var(--color-primary-500);
  border-color: var(--color-primary-500);
  top: 123%;
  right: 14%;
}
.testimonial .testimonial-wrapper .slick-arrow:hover {
  background-color: var(--color-white);
  color: var(--color-primary-500);
}
.testimonial .testimonial-wrapper .slide-arrow-left.slick-arrow {
  right: 19%;
}
.testimonial .testimonial-wrapper .testimonial-grid {
  padding: 32px;
  background-color: var(--color-white);
  transition: var(--transition);
  box-shadow: 2px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  .testimonial .testimonial-wrapper .testimonial-grid {
    padding: 30px 0;
  }
}
.testimonial .testimonial-wrapper .testimonial-grid .rating {
  margin-bottom: 36px;
}
.testimonial .testimonial-wrapper .testimonial-grid .rating i {
  font-size: 16px;
  margin-right: 5px;
  color: var(--color-primary-500);
}
.testimonial .testimonial-wrapper .testimonial-grid p {
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.6;
  font-family: var(--font-secondary);
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .testimonial .testimonial-wrapper .testimonial-grid p {
    font-size: 18px;
  }
}
.testimonial .testimonial-wrapper .testimonial-grid .author-info {
  display: flex;
  align-items: center;
}
.testimonial .testimonial-wrapper .testimonial-grid .author-info .thumb img {
  height: 56px;
  width: 56px;
  border-radius: 50%;
}
.testimonial .testimonial-wrapper .testimonial-grid .author-info .content {
  margin-left: 12px;
}
.testimonial .testimonial-wrapper .testimonial-grid .author-info .content span {
  display: block;
}
.testimonial .testimonial-wrapper .testimonial-grid .author-info .content .name {
  font-size: 16px;
  font-weight: 600;
  font-family: var(--font-primary);
  color: var(--color-dark-title-500);
}
.testimonial .testimonial-wrapper .testimonial-grid .author-info .content .designation {
  font-size: 14px;
  color: var(--color-dark-title-500);
  letter-spacing: -0.025em;
}
.testimonial .testimonial-wrapper .testimonial-grid:hover, .testimonial .testimonial-wrapper .testimonial-grid.active {
  border-top-color: var(--color-primary-500);
}

.testimonial.section-padding {
  padding-bottom: 255px;
}

.video .vid-row {
  display: flex;
}
.video .vid-col-left {
  flex-basis: 50%;
  padding: 140px;
  background-color: var(--color-dark-title-500);
}
.video .vid-col-left .section-heading {
  position: relative;
  text-align: left;
  z-index: 2;
}
.video .vid-col-left .section-heading .title {
  color: var(--color-white);
}
.video .vid-col-left .section-heading p {
  width: 100%;
  color: var(--color-white);
  margin-bottom: 0;
}
.video .vid-col-left img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  z-index: 1;
}
.video .vid-col-right {
  flex-basis: 50%;
  background-image: url(../media/video/video-bg-2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.video .vid-col-right::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.video .vid-col-right .video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.video .vid-col-right .video-play-btn a {
  position: relative;
  padding: 0;
  width: 110px;
  height: 110px;
  font-size: 34px;
  color: var(--color-white);
  line-height: 110px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--color-primary-500);
  z-index: 2;
}
.video .vid-col-right .video-play-btn a i {
  position: relative;
  z-index: 3;
}
.video .vid-col-right .video-play-btn a::after {
  position: absolute;
  content: "";
  width: 150px;
  height: 150px;
  border-radius: 50%;
  top: -50%;
  left: 50%;
  transform: translate(-50%, 24%);
  background-color: rgba(255, 98, 67, 0.2);
  z-index: 1;
}
.video .vid-col-right .video-play-btn a:hover {
  background-color: var(--color-primary-500);
  border-color: var(--color-primary-500);
}

/*-------------------------
   Support
-------------------------*/
.search-area h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 57.6px;
  letter-spacing: -0.48px;
  margin-bottom: 64px;
  text-align: center;
}
.search-area .search {
  max-width: 45%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid var(--color-primary-100);
  padding: 10px;
}
.search-area .search form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-area .search input {
  padding-top: 0;
  padding-bottom: 0;
  height: auto;
  background-color: transparent;
  border: 0;
}
.search-area .search input:focus {
  background-color: transparent;
  border: 0;
  box-shadow: none;
}
.search-area .search input::-moz-placeholder {
  color: #BCC2CE;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 19.2px;
  letter-spacing: 0.32px;
}
.search-area .search input::placeholder {
  color: #BCC2CE;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 19.2px;
  letter-spacing: 0.32px;
}
.search-area .search button {
  padding: 0;
  width: 62px;
  height: 56px;
  line-height: 24px;
  text-align: center;
  background-color: var(--color-primary-500);
  border: 0;
  transition: var(--transition);
}
.search-area .search button:hover {
  background-color: var(--color-dark-title-500);
}

.support-item {
  padding: 20px;
  border-radius: 10px;
  min-height: 245px;
  transition: var(--transition);
  box-shadow: 0px 258px 72px 0px rgba(0, 0, 0, 0), 0px 165px 66px 0px rgba(0, 0, 0, 0.01), 0px 93px 56px 0px rgba(0, 0, 0, 0.03), 0px 41px 41px 0px rgba(0, 0, 0, 0.05), 0px 10px 23px 0px rgba(0, 0, 0, 0.06);
}
.support-item span {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  line-height: 54px;
  text-align: center;
  background-color: var(--color-primary-100);
  transition: var(--transition);
}
.support-item span svg path {
  transition: var(--transition);
}
.support-item h5 {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 26.4px;
  letter-spacing: -0.22px;
  margin-top: 30px;
  margin-bottom: 16px;
}
.support-item p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
  margin: 0;
}
.support-item:hover {
  border-color: var(--color-dark-title-500);
}
.support-item:hover span {
  background-color: rgba(24, 43, 85, 0.1);
}
.support-item:hover span svg path {
  fill: var(--color-dark-title-500);
}

.support-page .section-heading h3 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.4px;
  text-align: left;
}
.support-page .section-heading p {
  width: 100%;
  text-align: left;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 44px;
}

/*-------------------------
    Why Choose
-------------------------*/
.choose {
  padding-top: 0 !important;
  padding-bottom: 110px;
}
.choose.choose-style-2 {
  padding-top: 140px !important;
}
.choose.choose-style-2 .content {
  padding-right: 65px;
}

@media only screen and (max-width: 991px) {
  .why-choose-us {
    margin-bottom: 60px;
  }
}
.why-choose-us .section-heading {
  margin-bottom: 50px;
}
.why-choose-us .section-heading p {
  width: 100%;
}
.why-choose-us .accordion-item {
  border: none;
  border-bottom: 1px solid var(--color-gray-2);
  background-color: transparent;
  border-radius: 0;
}
.why-choose-us .accordion-item .accordion-button {
  font-size: 24px;
  color: var(--color-primary-500);
  background-color: transparent;
  box-shadow: none;
  padding: 20px 10px 20px 0;
}
.why-choose-us .accordion-item .accordion-button i {
  margin-right: 20px;
}
.why-choose-us .accordion-item .accordion-button:after {
  display: none;
}
.why-choose-us .accordion-item .accordion-button.collapsed {
  color: var(--color-body);
}
.why-choose-us .accordion-item .accordion-body {
  padding: 0 0 18px 0;
}
.why-choose-us .why-choose-thumb {
  position: relative;
  z-index: 1;
}
.why-choose-us .why-choose-thumb img {
  border-radius: 30px;
}

.gallery img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.gallery .col-lg-4:first-child {
  padding-right: 0;
  text-align: right;
}
.gallery .col-lg-4:first-child img:first-child {
  margin-top: 40px;
  max-height: 300px;
  margin-bottom: 28px;
}
.gallery .col-lg-4:first-child img:last-child {
  width: 245px;
}
.gallery .col-lg-4:nth-child(2) {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.gallery .col-lg-4:nth-child(2) img {
  width: 420px;
}
.gallery .col-lg-4:last-child {
  padding-left: 0;
  text-align: left;
}
.gallery .col-lg-4:last-child img:first-child {
  margin-top: 40px;
  width: 245px;
  margin-bottom: 28px;
}
.gallery .col-lg-4:last-child img:last-child {
  max-height: 300px;
}

.counter {
  margin-top: 70px;
}
.counter .counter-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 24px;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
.counter .counter-wrapper .icon-box {
  position: relative;
  top: 27px;
  margin-right: 56px;
}
.counter .counter-wrapper .icon-box::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(255, 128, 0, 0.1);
  top: -30px;
  left: 15px;
  z-index: -1;
  transition: var(--transition);
}
.counter .counter-wrapper .content h4 {
  display: block;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.counter .counter-wrapper .content h4 .odometer-inside {
  line-height: 0;
}
.counter .counter-wrapper .content h4 .odometer-inside .odometer-digit span {
  color: var(--color-dark-title-500);
  display: inline-block;
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
}
.counter .counter-wrapper .content span {
  color: var(--color-dark-title-300);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
}
.counter .counter-wrapper:hover .icon-box::after {
  background-color: var(--color-dark-title-500);
}

/*-------------------------
   Error Pages
-------------------------*/
.error-content {
  padding: 140px 0;
  text-align: center;
}
.error-content .error-title {
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 76.8px;
  letter-spacing: -0.64px;
  margin-top: 0;
  margin-bottom: 110px;
}
.error-content .error-thumb {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-height: 415px;
  margin-bottom: 110px;
}

.error-btn {
  color: var(--color-primary-500);
  padding: 20px 30px;
  border: 1px solid var(--color-primary-500);
  border-radius: 50px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  transition: var(--transition);
}
.error-btn svg path {
  transition: var(--transition);
}
.error-btn:hover {
  background-color: var(--color-primary-500);
  color: var(--color-white);
}
.error-btn:hover svg path {
  stroke: var(--color-white);
}

/*-------------------------
    404 Error
-------------------------*/
.onepage-screen-area {
  position: relative;
  z-index: 1;
  background: var(--gradient-primary);
  margin-top: -160px;
  min-height: 500px;
  height: 100vh;
  padding: 150px 0;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .onepage-screen-area {
    margin-top: -130px;
    padding: 150px 0 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .onepage-screen-area {
    margin-top: -120px;
    padding: 150px 0 50px;
  }
}
@media only screen and (max-width: 991px) {
  .onepage-screen-area {
    height: 100%;
    padding: 200px 0 100px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .onepage-screen-area {
    padding: 150px 0 100px;
  }
}
.onepage-screen-area .content .title {
  font-size: 80px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .onepage-screen-area .content .title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1199px) {
  .onepage-screen-area .content .title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .onepage-screen-area .content .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .onepage-screen-area .content .title {
    font-size: 40px;
  }
}
.onepage-screen-area .content .axil-btn {
  padding: 22px 80px;
}
@media only screen and (max-width: 991px) {
  .onepage-screen-area .content .axil-btn {
    padding: 18px 50px;
  }
}
.onepage-screen-area .content .countdown {
  display: flex;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 40px;
}
.onepage-screen-area .content .countdown .countdown-section {
  flex: 1;
  text-align: center;
  position: relative;
}
.onepage-screen-area .content .countdown .countdown-section::after {
  content: "";
  height: 80px;
  width: 1px;
  background-color: var(--color-light);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.onepage-screen-area .content .countdown .countdown-section:last-child::after {
  display: none;
}
.onepage-screen-area .content .countdown .countdown-section .countdown-number {
  font-size: 80px;
  font-weight: 600;
  color: var(--color-rose);
  font-family: var(--font-primary);
  line-height: 1;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .onepage-screen-area .content .countdown .countdown-section .countdown-number {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1199px) {
  .onepage-screen-area .content .countdown .countdown-section .countdown-number {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .onepage-screen-area .content .countdown .countdown-section .countdown-number {
    font-size: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .onepage-screen-area .content .countdown .countdown-section .countdown-number {
    font-size: 30px;
  }
}
.onepage-screen-area .content .countdown .countdown-section .countdown-unit {
  font-size: 18px;
}
@media only screen and (max-width: 575px) {
  .onepage-screen-area .content .countdown .countdown-section .countdown-unit {
    font-size: 15px;
  }
}
.onepage-screen-area .thumbnail {
  margin-right: -90px;
}
@media only screen and (max-width: 991px) {
  .onepage-screen-area .thumbnail {
    margin-right: 0;
  }
}
.onepage-screen-area .shape-group-8 .shape-3 {
  top: auto;
  bottom: -80px;
}
.onepage-screen-area.coming-soon-area {
  margin-top: 0;
  padding: 50px 0;
}
@media only screen and (max-width: 1199px) {
  .onepage-screen-area.coming-soon-area {
    height: 100%;
    text-align: center;
  }
}
.onepage-screen-area.coming-soon-area .site-logo {
  margin-bottom: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .onepage-screen-area.coming-soon-area .site-logo {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .onepage-screen-area.coming-soon-area .site-logo {
    margin-bottom: 50px;
  }
}
.onepage-screen-area.coming-soon-area .site-logo .logo-dark {
  display: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .onepage-screen-area.coming-soon-area .thumbnail {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .onepage-screen-area.coming-soon-area .thumbnail {
    display: none;
  }
}
.onepage-screen-area.coming-soon-area .shape-group-8 .shape-3 {
  bottom: auto;
  top: 25px;
}

/*-------------------------
    Privacy Policy
-------------------------*/
.privacy-policy-area .section-title {
  margin-bottom: 60px;
}
.privacy-policy-area .section-title .title {
  border-bottom: 3px solid var(--color-primary-500);
  padding-bottom: 15px;
}
.privacy-policy-area h4 {
  margin-bottom: 20px;
}
.privacy-policy-area p {
  line-height: 1.7;
}
.privacy-policy-area ul {
  padding-left: 20px;
  margin-bottom: 40px;
}
.privacy-policy-area ul li {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 28px;
  transition: all 0.3s ease-in-out;
}
.privacy-policy-area ul li:hover {
  color: var(--color-primary-500);
}

/*-------------------------
   Typography
-------------------------*/
.typography-content > h4 {
  color: var(--color-primary-500);
}
.typography-content a {
  color: var(--color-primary-500);
}
.typography-content blockquote {
  position: relative;
  padding-left: 26px;
  border-left: 2px solid var(--color-dark-title-500);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  font-style: italic;
}

/*=======================================================================
4.Blocks Styles 
=========================================================================*/
/*-------------------------
    Blog Styles
-------------------------*/
.blog {
  padding-bottom: 100px !important;
}
.blog .section-heading p {
  max-width: 50%;
}

.blog-row {
  display: flex;
  justify-content: flex-start;
  align-items: start;
}
.blog-row .left-col {
  flex-basis: 60%;
  margin-right: 20px;
}
.blog-row .right-col {
  flex-basis: 40%;
  margin-left: 20px;
}

.blog-list {
  display: flex;
  align-items: center;
  transition: var(--transition);
  margin-bottom: 58px;
}
.blog-list .blog-border {
  display: flex;
  align-items: center;
  position: relative;
}
.blog-list .blog-border::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: -30px;
}
@media only screen and (max-width: 767px) {
  .blog-list {
    display: block;
  }
}
.blog-list .post-thumbnail {
  flex-basis: 38.1%;
}
@media only screen and (max-width: 767px) {
  .blog-list .post-thumbnail {
    margin-bottom: 30px;
  }
}
.blog-list .post-thumbnail a {
  border-radius: 0;
  overflow: hidden;
  display: block;
}
.blog-list .post-thumbnail a img {
  width: 100%;
  height: 150px;
  border-radius: 2px;
  transition: var(--transition);
}
@media only screen and (max-width: 767px) {
  .blog-list .post-thumbnail a img {
    width: 100%;
  }
}
.blog-list .post-content {
  flex: 1;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .blog-list .post-content {
    margin-left: 0;
  }
}
.blog-list .post-content .title {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-top: 14px;
  margin-bottom: 14px;
  color: var(--color-dark-title-500);
}
@media only screen and (max-width: 767px) {
  .blog-list .post-content .title {
    margin-bottom: 30px;
    letter-spacing: 0;
    line-height: 1.15;
  }
}
.blog-list .post-content .title a {
  padding-bottom: 6px;
  background: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-size: 0px 2px;
  background-repeat: no-repeat;
  background-position: left 87%;
  display: inline;
}
.blog-list .post-content .title a:hover {
  color: currentColor;
  background-size: 100% 2px;
}
.blog-list .post-content p {
  color: var(--color-dark-title-300);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 25px;
}
.blog-list .post-content .cat-box {
  margin-right: 0;
}
.blog-list .post-content .cat-box a {
  padding: 5px 10px;
  background-color: var(--color-primary-100);
  color: var(--color-primary-500);
  font-size: 12px;
  font-weight: 500;
  font-family: var(--font-secondary);
  line-height: 1;
  border-radius: 2px;
}
.blog-list .post-content .date-box svg {
  margin-right: 5px;
  margin-top: -3px;
}
.blog-list .post-content .date-box svg path {
  fill: var(--color-primary-500);
}
.blog-list .post-content .date-box span {
  color: var(--color-dark-title-300);
  font-size: 14px;
  font-weight: 400;
}
.blog-list:last-child {
  margin-bottom: 0;
}
.blog-list:last-child .blog-border::after {
  content: none;
}
.blog-list:hover, .blog-list.active {
  border-top-color: var(--color-primary-500);
}
.blog-list:hover .post-thumbnail a img, .blog-list.active .post-thumbnail a img {
  border-radius: 2px;
  transform: scale(1.1);
}
.blog-list.border-start {
  border-left: var(--border-light) !important;
  padding-left: 25px;
  padding-right: 0;
}
@media only screen and (max-width: 1199px) {
  .blog-list.border-start {
    border-left: none !important;
    padding-left: 0;
  }
}

.blog-grid {
  box-shadow: 2px 4px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.blog-grid .blog-border {
  padding: 40px;
  box-shadow: none;
  transition: var(--transition);
}
@media only screen and (max-width: 991px) {
  .blog-grid {
    margin-bottom: 60px;
  }
}
.blog-grid .post-content .title {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.045em;
  margin-top: 18px;
  margin-bottom: 8px;
  color: var(--color-dark-title-500);
  line-height: 1.2;
}
.blog-grid .post-content .title.large {
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  .blog-grid .post-content .title {
    margin-bottom: 30px;
    letter-spacing: 0;
    line-height: 1.15;
  }
}
.blog-grid .post-content .title a:hover {
  color: var(--color-primary-500);
}
.blog-grid .post-content p {
  color: var(--color-text);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 25px;
  line-height: 1.6;
}
.blog-grid .post-content .read-more-btn {
  color: var(--color-dark-title-500);
  font-size: 16px;
  font-weight: 600;
  font-family: var(--font-primary);
  margin: 0;
  transition: var(--transition);
}
.blog-grid .post-content .read-more-btn i {
  margin-left: 8px;
}
.blog-grid .post-content .read-more-btn:hover {
  color: var(--color-primary-500);
}
.blog-grid .author {
  display: flex;
  align-items: center;
}
.blog-grid .author .info {
  flex: 1;
  margin-left: 20px;
}
.blog-grid .author .author-name {
  margin-bottom: 6px;
}
.blog-grid .post-thumbnail {
  margin-bottom: 24px;
  position: relative;
}
.blog-grid .post-thumbnail a {
  border-radius: 2px;
  overflow: hidden;
}
.blog-grid .post-thumbnail a img {
  border-radius: 2px;
  transition: transform 2s cubic-bezier(0.2, 0.96, 0.34, 1);
}
.blog-grid .post-thumbnail .cat-box {
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.blog-grid .post-thumbnail .cat-box a {
  padding: 5px 15px;
  background-color: var(--color-dark-title-500);
  color: var(--color-white);
  border-radius: 2px;
  border: 2px solid #fff;
}
.blog-grid .post-thumbnail .popup-video {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.blog-grid .post-thumbnail .popup-video .play-btn {
  height: 150px;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(32, 38, 43, 0.8) 0%, #20262B 100%);
  border-radius: 50%;
  margin: 0 auto;
  font-size: 32px;
  color: var(--color-white);
  transition: var(--transition);
}
.blog-grid .post-thumbnail .popup-video .play-btn:hover {
  background-color: var(--color-primary-500);
}
@media only screen and (max-width: 1199px) {
  .blog-grid .post-thumbnail .popup-video .play-btn {
    height: 100px;
    width: 100px;
    font-size: 26px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-grid .post-thumbnail .popup-video .play-btn {
    height: 80px;
    width: 80px;
    font-size: 20px;
  }
}
.blog-grid:hover .post-thumbnail a img {
  transform: scale(1.1);
}
.blog-grid:hover .blog-border {
  border-color: #FFDB99;
  box-shadow: 28px 197px 56px 0px rgba(92, 92, 92, 0), 18px 126px 51px 0px rgba(92, 92, 92, 0.01), 10px 71px 43px 0px rgba(92, 92, 92, 0.03), 4px 31px 32px 0px rgba(92, 92, 92, 0.05), 1px 8px 17px 0px rgba(92, 92, 92, 0.06);
}
.blog-grid.blog-without-thumb {
  background: var(--gradient-primary);
  padding: 50px;
  border-radius: 2px;
  border-right: 2px solid rgba(80, 92, 253, 0);
}
@media only screen and (max-width: 767px) {
  .blog-grid.blog-without-thumb {
    padding: 40px;
  }
}
.blog-grid.blog-without-thumb blockquote .title {
  margin-bottom: 30px;
  line-height: 1.4;
}
.blog-grid.blog-without-thumb .author .info {
  margin-left: 0;
}
.blog-grid.blog-thumb-slide .post-thumbnail .slick-list {
  margin: 0;
}
.blog-grid.blog-thumb-slide .post-thumbnail .slick-list .slick-slide {
  padding: 0;
}
.blog-grid.blog-thumb-slide .post-thumbnail .slick-dots {
  text-align: center;
  bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .blog-grid.blog-thumb-slide .post-thumbnail .slick-dots {
    bottom: 20px;
  }
}

.recent-post-slide .slick-list {
  margin: 0;
}
.recent-post-slide .slick-list .slick-slide {
  padding: 0;
}

.post-meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.post-meta .cat-box {
  margin-right: 16px;
}
.post-meta .cat-box a {
  color: var(--color-dark-title-300);
  font-size: 14px;
  font-weight: 400;
}
.post-meta .date-box {
  margin-bottom: 0;
}
.post-meta .date-box svg {
  margin-right: 5px;
  margin-top: -3px;
}
.post-meta .date-box svg path {
  fill: var(--color-primary-500);
}
.post-meta .date-box span {
  color: var(--color-dark-title-300);
  font-size: 14px;
  font-weight: 400;
}

.blog-style-2 .blog-grid .blog-border {
  padding: 24px;
  border-radius: 2px;
  transition: var(--transition);
}
.blog-style-2 .blog-grid .blog-border .post-thumbnail {
  margin-bottom: 24px;
}
.blog-style-2 .blog-grid .blog-border .post-thumbnail a {
  display: block;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.blog-style-2 .blog-grid .blog-border .post-thumbnail a img {
  border-radius: 2px;
  height: 260px;
  width: 100%;
}
.blog-style-2 .blog-grid .blog-border .post-content .title {
  font-size: 28px;
}

.blog-page .blog-grid {
  margin-bottom: 24px;
}
.blog-page .blog-grid .post-thumbnail a {
  width: 100%;
}
.blog-page .blog-grid .post-thumbnail a img {
  border-radius: 2px;
  width: 100%;
  height: 360px;
}

.blog-page-2 .blog-grid {
  margin-bottom: 24px;
}
.blog-page-2 .blog-grid .blog-border {
  padding: 24px;
  border-radius: 2px;
}
.blog-page-2 .blog-grid .post-thumbnail a {
  width: 100%;
}
.blog-page-2 .blog-grid .post-thumbnail a img {
  border-radius: 2px;
  width: 100%;
  height: 265px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.blog-page-2 .blog-grid .post-content .title {
  line-height: 1.2;
}

.blog-details-content .post-meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
}
.blog-details-content .post-meta a {
  color: var(--color-primary-500);
  background-color: var(--color-primary-100);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  padding: 5px 10px;
  display: inline-block;
  margin-right: 16px;
}
.blog-details-content .post-meta span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: var(--color-dark-title-300);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.blog-details-content .post-meta span svg {
  margin-right: 5px;
  margin-top: -1px;
}
.blog-details-content h1.post-title {
  font-size: 62px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 60px;
  max-width: 80%;
}
.blog-details-content .post-thumbnail {
  margin-bottom: 32px;
}
.blog-details-content .post-thumbnail img {
  border-radius: 2px;
  width: 100%;
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-details-content .post-meta-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.blog-details-content .post-meta-bottom .meta-left {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.blog-details-content .post-meta-bottom .meta-left .author-info {
  margin-right: 48px;
}
.blog-details-content .post-meta-bottom .meta-left span {
  color: var(--color-text);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  display: block;
  margin-bottom: 8px;
}
.blog-details-content .post-meta-bottom .meta-left h6 {
  color: var(--color-dark-title-500);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0;
}
.blog-details-content .post-meta-bottom ul.author-social {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.blog-details-content .post-meta-bottom ul.author-social li {
  margin-left: 16px;
}
.blog-details-content .post-meta-bottom ul.author-social li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  background-color: #F4F4F4;
  border-radius: 50%;
  text-align: center;
  transition: var(--transition);
}
.blog-details-content .post-meta-bottom ul.author-social li a svg path {
  transition: var(--transition);
}
.blog-details-content .post-meta-bottom ul.author-social li a:hover {
  background-color: var(--color-dark-title-500);
}
.blog-details-content .post-meta-bottom ul.author-social li a:hover svg path {
  fill: var(--color-white);
}
.blog-details-content .post-meta-bottom ul.author-social li:first-child {
  margin-left: 0;
}
.blog-details-content .content h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.4px;
  margin-bottom: 24px;
}
.blog-details-content .content p {
  color: var(--color-text);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
}
.blog-details-content .content figure {
  margin-bottom: 48px;
}
.blog-details-content .content figure img {
  width: 100%;
  height: auto;
  border-radius: 2px;
}
.blog-details-content .content figure figcaption {
  color: var(--color-text);
  padding-left: 10px;
  border-left: 2px solid var(--color-text);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  margin-top: 16px;
}
.blog-details-content .content blockquote {
  position: relative;
  padding-left: 26px;
  border-left: 2px solid var(--color-dark-title-500);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  font-style: italic;
}
.blog-details-content .post-share {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 65px;
}
.blog-details-content .post-share h5 {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 26.4px;
  letter-spacing: -0.22px;
  margin-bottom: 0;
  margin-right: 24px;
}
.blog-details-content .post-share .post-social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.blog-details-content .post-share .post-social li {
  margin-right: 16px;
}
.blog-details-content .post-share .post-social li a {
  width: 36px;
  height: 36px;
  border: 1px solid var(--color-dark-title-500);
  background-color: var(--color-dark-title-500);
  border-radius: 50%;
  text-align: center;
  transition: var(--transition);
}
.blog-details-content .post-share .post-social li a svg path {
  fill: var(--color-white);
  transition: var(--transition);
}
.blog-details-content .post-share .post-social li a:hover {
  background-color: var(--color-primary-500);
  border-color: var(--color-primary-500);
}
.blog-details-content .post-share .post-social li a:hover svg path {
  fill: var(--color-white);
}
.blog-details-content .post-share .post-social li:last-child {
  margin-right: 0;
}
.blog-details-content .post-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-details-content .post-navigation .post {
  flex-basis: 48%;
}
.blog-details-content .post-navigation .post .navigation-btn {
  display: block;
  color: #75787E;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.blog-details-content .post-navigation .post article {
  display: flex;
  align-items: center;
  background-color: rgba(7, 28, 53, 0.1);
  border-radius: 2px;
}
.blog-details-content .post-navigation .post article .content {
  padding: 24px;
}
.blog-details-content .post-navigation .post article .content h5 {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 26.4px;
  letter-spacing: -0.22px;
  margin: 0;
}
.blog-details-content .post-navigation .post article .content h5 a {
  color: var(--color-dark-title-500);
  transition: var(--transition);
  padding-bottom: 6px;
  background: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-size: 0px 2px;
  background-repeat: no-repeat;
  background-position: left 87%;
  display: inline;
}
.blog-details-content .post-navigation .post article .content h5 a:hover {
  color: currentColor;
  background-size: 100% 2px;
}
.blog-details-content .post-navigation .post article .thumbnail a {
  display: block;
  width: 180px;
  overflow: hidden;
}
.blog-details-content .post-navigation .post article .thumbnail a img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
  transition: var(--transition);
}
.blog-details-content .post-navigation .post article:hover .thumbnail a img {
  transform: scale(1.1);
}
.blog-details-content .post-navigation .post.prev-post article .content h5 {
  text-align: right;
}
.blog-details-content .post-navigation .post.next-post .navigation-btn {
  text-align: right;
}

.related-posts .inner-page-section-heading h2 {
  font-size: 48px;
  text-align: left;
  font-style: normal;
  font-weight: 600;
  line-height: 57.6px;
  letter-spacing: -0.48px;
  margin-top: 0;
  margin-bottom: 40px;
}

.single-blog .single-blog-content .post-thumbnail {
  margin: 0 0 35px;
}
.single-blog .single-blog-content .post-thumbnail img {
  border-radius: 2px;
}
.single-blog .single-blog-content .author {
  margin-bottom: 30px;
}
.single-blog .single-blog-content p {
  margin-bottom: 20px;
  line-height: 1.7;
}
.single-blog .single-blog-content .list-style {
  padding-left: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.single-blog .single-blog-content .list-style li {
  margin: 12px 0;
}
.single-blog .audio-player {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-bottom: 60px;
  background-color: var(--color-mercury);
  box-shadow: none;
  border-radius: 2px;
  padding: 5px 30px;
}
.single-blog .audio-player .play-pause-btn svg {
  width: 10px;
}
.single-blog .audio-player .controls {
  font-size: 14px;
}
.single-blog .audio-player .controls .gap-progress {
  background-color: var(--color-primary-500);
}
.single-blog .audio-player .controls .gap-progress .progress__pin {
  height: 10px;
  width: 10px;
  top: -3px;
  background-color: var(--color-primary-500);
}
.single-blog .audio-player .volume .volume__button svg {
  width: 15px;
}
.single-blog .audio-player .volume .volume__button.open svg path {
  fill: var(--color-primary-500);
}
.single-blog .audio-player .volume .volume__controls .volume__progress {
  background-color: var(--color-primary-500);
}
.single-blog .audio-player .volume .volume__controls .volume__progress .pin {
  background-color: var(--color-primary-500);
}

.blog-author {
  background-color: var(--color-light);
  padding: 50px;
  border-radius: 2px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 991px) {
  .blog-author {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-author {
    padding: 30px;
  }
}
.blog-author .author {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .blog-author .author {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .blog-author .author .author-thumb {
    margin-bottom: 20px;
  }
}
.blog-author .author .author-thumb img {
  border-radius: 50%;
}
.blog-author .author .info {
  flex: 1;
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .blog-author .author .info {
    margin-left: 0;
  }
}
.blog-author .author .info .title {
  margin-bottom: 20px;
}
.blog-author .author .info p {
  color: #737387;
  margin-bottom: 22px;
}
.blog-author .author .social-share {
  margin: 0 -10px;
}
.blog-author .author .social-share li {
  display: inline-block;
}
.blog-author .author .social-share li a {
  font-size: var(--font-body-1);
  color: var(--color-body);
  padding: 0 10px;
}
.blog-author .author .social-share li a:hover {
  color: var(--color-primary-500);
}

.blog-comment {
  margin-bottom: 55px;
}
@media only screen and (max-width: 575px) {
  .blog-comment {
    margin-bottom: 40px;
  }
}
.blog-comment .section-title {
  margin-bottom: 50px;
}
.blog-comment .comment-list .comment {
  display: flex;
  margin-bottom: 30px;
}
.blog-comment .comment-list .comment:last-child {
  margin-bottom: 0;
}
.blog-comment .comment-list .comment .thumbnail {
  padding-right: 30px;
}
.blog-comment .comment-list .comment .thumbnail img {
  height: 60px;
  width: 60px;
  border-radius: 2px;
}
.blog-comment .comment-list .comment .content {
  flex: 1;
}
.blog-comment .comment-list .comment .content .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media only screen and (max-width: 479px) {
  .blog-comment .comment-list .comment .content .heading {
    display: block;
  }
}
.blog-comment .comment-list .comment .content .heading .title {
  margin-bottom: 0;
}
@media only screen and (max-width: 479px) {
  .blog-comment .comment-list .comment .content .heading .title {
    margin-bottom: 8px;
  }
}
.blog-comment .comment-list .comment .content .heading .comment-date {
  display: flex;
  align-items: center;
}
.blog-comment .comment-list .comment .content .heading .comment-date p {
  margin-bottom: 0;
  font-size: 15px;
  color: var(--color-primary-500);
}
.blog-comment .comment-list .comment .content .heading .comment-date .reply-btn {
  font-size: 14px;
  color: var(--color-primary-500);
  padding-left: 10px;
}
.blog-comment .comment-list .comment .content .heading .comment-date .reply-btn:hover {
  color: var(--color-dark);
}
.blog-comment .comment-list .comment .content p {
  margin-bottom: 20px;
}
.blog-comment .comment-list .comment-reply {
  margin-left: 75px;
}
@media only screen and (max-width: 575px) {
  .blog-comment .comment-list .comment-reply {
    margin-left: 30px;
  }
}

.blog-comment-form {
  background-color: var(--color-white);
  border-radius: 2px;
  padding: 50px;
  box-shadow: 0 40px 48px 0 rgba(153, 161, 170, 0.25);
}
@media only screen and (max-width: 767px) {
  .blog-comment-form {
    padding: 30px;
  }
}
.blog-comment-form .title {
  font-size: 40px;
}
@media only screen and (max-width: 991px) {
  .blog-comment-form .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-comment-form .title {
    font-size: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .related-blog-area .section-heading .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .related-blog-area .section-heading .title {
    font-size: 30px;
  }
}

/*-------------------------
    Widget
-------------------------*/
@media only screen and (max-width: 991px) {
  .ll-sidebar {
    margin-top: 50px;
  }
}
.ll-sidebar .widget {
  margin-bottom: 80px;
}
@media only screen and (max-width: 991px) {
  .ll-sidebar .widget {
    margin-bottom: 50px;
  }
}
.ll-sidebar .widget:last-child {
  margin-bottom: 0;
}

.widget.subscribe-form {
  position: relative;
  margin-left: 42px;
  padding: 48px 32px;
}
.widget.subscribe-form .content {
  position: relative;
  z-index: 3;
}
.widget.subscribe-form .content h3 {
  color: var(--color-white);
  text-align: left;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.4px;
  margin-top: 0;
  margin-bottom: 16px;
}
.widget.subscribe-form .content p {
  color: var(--color-white);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 40px;
}
.widget.subscribe-form .content input {
  height: auto;
  padding: 13px 20px;
  border-radius: 3px;
  background-color: var(--color-white);
  border: 1px solid var(--color-white);
  margin-bottom: 24px;
  line-height: 1;
}
.widget.subscribe-form .content input::-moz-placeholder {
  color: #466299;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.widget.subscribe-form .content input::placeholder {
  color: #466299;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.widget.subscribe-form .content button {
  padding: 13px 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  border-radius: 3px;
}
.widget.subscribe-form .content span {
  color: var(--color-white);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14.4px;
}
.widget.subscribe-form::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../media/blog/blog-sidebar.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.widget.subscribe-form::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.widget.widget-search .blog-search {
  position: relative;
}
.widget.widget-search .blog-search input {
  padding-right: 45px;
}
.widget.widget-search .blog-search input:focus {
  box-shadow: none;
  border: 1px solid #dddddd;
}
.widget.widget-search .blog-search input::-moz-placeholder {
  color: var(--color-dark);
}
.widget.widget-search .blog-search input::placeholder {
  color: var(--color-dark);
}
.widget.widget-search .blog-search .search-button {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  padding: 0;
  background-color: transparent;
  font-weight: 500;
  color: var(--color-body);
}
.widget.widget-search .blog-search .search-button:before {
  content: "";
  position: absolute;
  background: var(--color-gray-4);
  height: 18px;
  width: 1px;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
}
.widget.widget-categories .category-list li:first-child a {
  padding-top: 0;
}
.widget.widget-categories .category-list a {
  display: block;
  font-size: var(--font-body-1);
  color: var(--color-body);
  border-bottom: 1px solid #dddddd;
  padding: 18px 0;
  position: relative;
}
.widget.widget-categories .category-list a:before {
  content: "";
  height: 1px;
  width: 0;
  background-color: var(--color-primary-500);
  position: absolute;
  bottom: -1px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: var(--transition);
}
.widget.widget-categories .category-list a:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent var(--color-dark);
  position: absolute;
  right: 0;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  transition: var(--transition);
}
.widget.widget-categories .category-list a:hover {
  color: var(--color-primary-500);
}
.widget.widget-categories .category-list a:hover:before {
  visibility: visible;
  opacity: 1;
  width: 100%;
}
.widget.widget-categories .category-list a:hover:after {
  border-color: transparent transparent transparent var(--color-primary-500);
}
.widget.widge-social-share .blog-share {
  display: flex;
  align-items: center;
  background-color: var(--color-primary-500);
  padding: 24px 30px;
  border-radius: 16px;
}
@media only screen and (max-width: 1199px) {
  .widget.widge-social-share .blog-share {
    padding: 24px 20px;
  }
}
.widget.widge-social-share .blog-share .title {
  color: var(--color-white);
  margin-bottom: 0;
  margin-right: 25px;
}
@media only screen and (max-width: 1199px) {
  .widget.widge-social-share .blog-share .title {
    margin-right: 20px;
  }
}
.widget.widge-social-share .social-list {
  margin: 0 -10px;
}
.widget.widge-social-share .social-list li {
  display: inline-block;
}
.widget.widge-social-share .social-list li a {
  color: var(--color-white);
  padding: 5px 10px;
}
@media only screen and (max-width: 1199px) {
  .widget.widge-social-share .social-list li a {
    padding: 5px;
  }
}
.widget.widge-social-share .social-list li a:hover {
  opacity: 0.8;
}
.widget.widget-recent-post .single-post {
  display: flex;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}
.widget.widget-recent-post .single-post .post-thumbnail a {
  border-radius: 16px;
  overflow: hidden;
}
.widget.widget-recent-post .single-post .post-thumbnail a img {
  border-radius: 16px;
  transition: var(--transition);
}
.widget.widget-recent-post .single-post .post-content {
  flex: 1;
  margin-left: 20px;
}
.widget.widget-recent-post .single-post .post-content .title {
  margin-bottom: 10px;
}
.widget.widget-recent-post .single-post:hover .post-thumbnail a img {
  transform: scale(1.1);
}
.widget.widget-recent-post .single-post:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.widget.widget-banner-ad a {
  border-radius: 20px;
}
.widget.widget-banner-ad a img {
  border-radius: 20px;
}

/*=======================================================================
5. Spacing 
=========================================================================*/
/*-------------------------
    Section Space
-------------------------*/
.section-padding {
  padding: 140px 0;
}
@media only screen and (max-width: 1199px) {
  .section-padding {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding {
    padding: 60px 0;
  }
}

.mt--200 {
  margin-top: 200px;
}

.mt--150 {
  margin-top: 150px;
}

.mt--100 {
  margin-top: 100px;
}

.mt--90 {
  margin-top: 90px;
}

.mt--80 {
  margin-top: 80px;
}

.mt--60 {
  margin-top: 60px;
}

.mt--20 {
  margin-top: 20px !important;
}

.mb--100 {
  margin-bottom: 100px;
}

.mb--90 {
  margin-bottom: 90px;
}

.mb--80 {
  margin-bottom: 80px !important;
}

.mb--50 {
  margin-bottom: 50px !important;
}

.mb--40 {
  margin-bottom: 40px !important;
}

.mb--30 {
  margin-bottom: 30px !important;
}

.mb--20 {
  margin-bottom: 20px !important;
}

.mb--10 {
  margin-bottom: 10px !important;
}

.ml--20 {
  margin-left: 20px !important;
}

.pt--250 {
  padding-top: 250px;
}

.pt--200 {
  padding-top: 200px;
}

.pt--150 {
  padding-top: 150px;
}

.pb--90 {
  padding-bottom: 90px;
}

.pb--80 {
  padding-bottom: 80px;
}

.pb--70 {
  padding-bottom: 70px;
}

.pl--80 {
  padding-left: 80px;
}

.pl--60 {
  padding-left: 60px;
}

.pl--50 {
  padding-left: 50px;
}

.pl--40 {
  padding-left: 40px;
}

.pr--80 {
  padding-right: 80px;
}

.pr--60 {
  padding-right: 60px;
}

.pr--30 {
  padding-right: 30px;
}

.pr--20 {
  padding-right: 20px;
}

.pr--10 {
  padding-right: 10px;
}

@media only screen and (max-width: 1199px) {
  .pt_lg--200 {
    padding-top: 200px;
  }
  .pt_lg--100 {
    padding-top: 100px;
  }
  .pb_lg--40 {
    padding-bottom: 40px;
  }
  .pb_lg--20 {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .mb_md--70 {
    margin-bottom: 70px;
  }
  .mb_md--30 {
    margin-bottom: 30px;
  }
  .pt_md--100 {
    padding-top: 100px;
  }
  .pt_md--80 {
    padding-top: 80px;
  }
  .pb_md--70 {
    padding-bottom: 70px;
  }
  .pb_md--20 {
    padding-bottom: 20px;
  }
  .mt_md--0 {
    margin-top: 0;
  }
  .mb_md--0 {
    margin-bottom: 0;
  }
  .pb_md--0 {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .pt_sm--80 {
    padding-top: 80px;
  }
  .pt_sm--60 {
    padding-top: 60px;
  }
  .pb_sm--0 {
    padding-bottom: 0;
  }
}
@media (max-width: 1600px) {
  .hero-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .hero-area .hero-content h1 {
    max-width: 75%;
    font-size: 90px;
    line-height: 1.1;
    margin: 18px 0;
  }
  .hero-area .hero-content p {
    font-size: 18px;
    line-height: 1.4;
  }
  .hero-area .hero-content a {
    margin-top: 36px;
  }
  .hero-area .top-solutions-wrapper {
    top: 88%;
  }
  .hero-area .top-solutions-wrapper .solution-item {
    padding: 48px 12px 16px 12px;
  }
  .hero-area .top-solutions-wrapper .solution-item .icon-box {
    min-height: 45px;
  }
  .hero-area .top-solutions-wrapper .solution-item .icon-box svg {
    height: 45px;
    width: 45px;
  }
  .hero-area .top-solutions-wrapper .solution-item .icon-box::after {
    width: 60px;
    height: 60px;
  }
  .hero-area .top-solutions-wrapper .solution-item h4 {
    font-size: 26px;
    margin: 12px auto 12px;
  }
  .hero-style-2 {
    padding-bottom: 200px;
  }
  .hero-style-2 .top-solutions-wrapper {
    top: 70%;
  }
  .hero-style-2 .top-solutions-wrapper .solution-item {
    padding: 100px 12px 16px 12px;
  }
  .hero-style-2 .top-solutions-wrapper .solution-item .icon-box {
    top: 55px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-style-2 .hero-content .content h1 {
    max-width: 90%;
  }
  .section-heading .title {
    font-size: 56px;
  }
  .choose .choosing-thumbnail img {
    height: 820px;
  }
  .banner .banenr-wrapper .left h2 {
    max-width: 51%;
  }
  .service .service-item .service-content .solution-item h4 {
    margin: 15px 0 5px;
  }
  .service .service-item .service-content .solution-item a {
    margin-top: 15px;
  }
  .choose-style-2 .checklist .checklist-img {
    width: 165px;
  }
  .service-page-2 .choose-style-2 .choosing-thumbnail .paralax-image {
    top: 15px;
    right: 15px;
  }
  .service-page-2 .choose-style-2 .choosing-thumbnail .agent-box {
    right: 107%;
  }
  .service-page-2 .choose-style-2 .choosing-thumbnail .bottom-img {
    right: 88.7%;
    top: 38.5%;
  }
  .service-page-2 .choose .content {
    padding-left: 0;
    padding-right: 135px;
  }
  .testimonial-page .choose .content {
    padding-right: 145px;
  }
  .counter .counter-wrapper {
    padding: 15px;
  }
  .counter .counter-wrapper .icon-box {
    margin-right: 20px;
  }
  .counter .counter-wrapper .content h4 .odometer-inside {
    position: relative;
    left: 30px;
  }
  .counter .counter-wrapper .content > span {
    position: relative;
    left: 30px;
    font-size: 16px;
    max-width: 90%;
    line-height: 22px;
  }
  .gallery .col-lg-4:first-child img:first-child {
    width: 90%;
    float: left;
  }
  .gallery .col-lg-4:first-child img:last-child {
    float: left;
  }
  .gallery .col-lg-4:last-child img:first-child {
    float: right;
  }
  .gallery .col-lg-4:last-child img:last-child {
    width: 90%;
    float: right;
  }
  .about-us .experience-thumb .bg-shape {
    width: 100%;
  }
  .about-us .experience-thumb img:nth-child(2) {
    width: 100%;
    height: 595px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about-us .experience-thumb .floating-text {
    left: 0;
  }
  .about-us .experience-thumb img:nth-child(3) {
    bottom: 20px;
    left: 20px;
  }
  .testimonial .testimonial-wrapper .testimonial-grid {
    padding: 15px;
  }
  .testimonial .testimonial-wrapper .slick-list .slick-slide {
    margin: 0 15px;
  }
  .about-us-style-2 .experience-thumb .bg-shape {
    height: 595px;
  }
  .home-page-2 .about-us-content {
    padding-left: 60px;
  }
  .about-us-style-2 .experience-thumb .floating-box {
    left: inherit;
    right: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-action {
    margin-left: 12px;
  }
  .hero-area .top-solutions-wrapper .solution-item h4 {
    font-size: 22px;
  }
  .hero-style-2 .hero-content .thumbnail .bg-shape {
    width: 380px;
  }
  .section-heading .title {
    font-size: 52px;
  }
  .choose .choosing-thumbnail img {
    height: 850px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .choose .content {
    padding-right: 20px;
  }
  .blog-list .blog-border {
    padding: 30px;
  }
  .blog-list .post-content .title {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .blog-list .post-thumbnail a img {
    height: 115px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banner .banenr-wrapper .left h2 {
    max-width: 75%;
  }
  .service .service-item .service-content .solution-item .icon-box::after {
    width: 55px;
    height: 55px;
    top: -20px;
  }
  .service .service-item .service-content .solution-item .icon-box svg {
    width: 45px;
    height: 40px;
  }
  .service .service-item .service-content .solution-item .icon-box {
    min-height: 40px;
  }
  .service .service-item .service-content .solution-item h4 {
    margin: 10px 0 5px;
  }
  .service .service-item .service-content .solution-item p {
    font-size: 14px;
  }
  .service .service-item .service-content {
    padding: 30px 15px 20px;
  }
  .service .service-item .service-content .solution-item a {
    font-size: 13px;
    padding: 5px 10px;
    margin-top: 10px;
  }
  .video .vid-col-left {
    padding: 50px;
  }
  .choose-style-2 .choosing-thumbnail {
    width: 300px;
    height: 550px;
  }
  .choose-style-2 .choosing-thumbnail .paralax-image {
    width: 405px;
    height: 550px;
    top: 15px;
    right: 15px;
  }
  .choose-style-2 .choosing-thumbnail .agent-box {
    width: 185px;
    right: 109%;
  }
  .choose-style-2 .choosing-thumbnail .bottom-img {
    width: 282px;
    height: 255px;
    right: 77%;
    top: 43.5%;
  }
  .choose-style-2 .choosing-thumbnail .shape-img {
    top: 85%;
    right: 110%;
    height: auto;
  }
  .choose-style-2 .checklist .checklist-img {
    width: 150px;
  }
  .service-style-2 .solution-item {
    position: relative;
    top: 20%;
  }
  .about-us-style-2 .experience-thumb .bg-shape {
    width: 100%;
  }
  .about-us-style-2 .experience-thumb img:nth-child(2) {
    width: 95%;
    left: 0;
  }
  .about-us-style-2 .experience-thumb .floating-text {
    top: 0;
    left: 0;
  }
  .about-us-style-2 .experience-thumb .floating-text span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .about-us-style-2 .experience-thumb .floating-box {
    left: 47.5%;
  }
  .service-page-2 .choose .content {
    padding-right: 85px;
  }
  .process-header {
    padding: 30px 30px;
  }
  .process-header .content h4 {
    font-size: 23px;
    line-height: 29px;
    margin-bottom: 10px;
  }
  .process-header .content p {
    font-size: 16px;
    line-height: 25px;
  }
  .work-process .row .col-lg-5 {
    width: 50%;
  }
  .team-page .choose .content {
    padding-right: 90px;
  }
  .widget.subscribe-form .content h3 {
    max-width: 100%;
    text-align: left;
  }
  .counter .counter-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .counter .counter-wrapper .icon-box {
    min-height: 100px;
  }
  .counter .counter-wrapper .icon-box .content {
    text-align: center;
  }
  .odometer-inside {
    text-align: center;
  }
  .gallery .col-lg-4:first-child img:first-child {
    width: 90%;
    float: left;
  }
  .gallery .col-lg-4:first-child img:last-child {
    float: left;
  }
  .gallery .col-lg-4:last-child img:first-child {
    float: right;
  }
  .gallery .col-lg-4:last-child img:last-child {
    width: 90%;
    float: right;
  }
  .about-us .experience-thumb .bg-shape {
    width: 100%;
  }
  .about-us .experience-thumb img:nth-child(2) {
    width: 100%;
    height: 595px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about-us .experience-thumb .floating-text {
    left: 0;
  }
  .about-us .experience-thumb img:nth-child(3) {
    bottom: 20px;
    left: 20px;
  }
  .project-item .content {
    top: 155%;
  }
  .testimonial .testimonial-wrapper .slick-arrow {
    right: 15px;
  }
  .testimonial .testimonial-wrapper .slide-arrow-left.slick-arrow {
    right: 95px;
  }
  .testimonial .testimonial-wrapper .testimonial-grid {
    padding: 15px;
  }
  .testimonial .testimonial-wrapper .slick-list .slick-slide {
    margin: 0 15px;
  }
  .project-carousel.style-2 .project-item .content {
    top: 155%;
    padding: 15px;
  }
  .project-carousel.style-2 .project-item:hover .content {
    top: 50%;
  }
  .about-us-style-2 .experience-thumb .bg-shape {
    height: 595px;
  }
  .about-us-style-2 .experience-thumb img:nth-child(2) {
    left: 40px;
  }
  .about-us-style-2 .experience-thumb .floating-text {
    top: 40px;
  }
  .about-us-style-2 .experience-thumb .floating-box {
    left: inherit;
    right: 0px;
  }
}
@media (max-width: 991px) {
  .section-padding {
    padding: 60px 0px;
  }
  .section-margin {
    margin-bottom: 60px;
  }
  .about-us.section-margin {
    margin-bottom: 140px;
  }
  .breadcrumb {
    margin-bottom: 30px;
  }
  .header-action {
    position: absolute;
    right: 75px;
  }
  .hero-area {
    padding-bottom: 365px;
  }
  .header-search-box {
    position: absolute;
    right: 280px;
  }
  .hero-area .hero-content {
    width: 100%;
  }
  .hero-area .hero-content h1 {
    font-size: 50px;
    margin: 18px 0 12px;
  }
  .hero-area .hero-content p {
    max-width: 60%;
  }
  .hero-area .hero-content a {
    margin-top: 30px;
  }
  .hero-area .top-solutions-wrapper {
    position: relative;
    margin-top: 60px;
    padding: 0 15px;
  }
  .hero-area .hero-content h1 {
    max-width: 100% !important;
  }
  .hero-area .hero-content p {
    max-width: 70% !important;
  }
  .hero-style-2 .hero-content .content h1 {
    font-size: 50px;
  }
  .hero-style-2 .hero-content .content p {
    max-width: 100%;
  }
  .hero-style-2 .hero-content .content .action-area {
    align-items: flex-start;
    flex-direction: column;
  }
  .hero-style-2 .hero-content .content .action-area .video-play-btn {
    margin-left: 0;
  }
  .hero-style-2 .hero-content .thumbnail .bg-shape {
    width: 350px;
    height: 510px;
  }
  .hero-style-2 .hero-content .thumbnail .img-static {
    width: 100%;
    height: 510px;
  }
  .hero-style-2 .hero-content .thumbnail .bottom-img {
    right: 60%;
  }
  .solution-item {
    flex-basis: 100% !important;
  }
  .hero-area .top-solutions-wrapper .solution-item h4 {
    font-size: 24px;
    line-height: 1.2;
  }
  .hero-style-2 .hero-content .content,
  .hero-style-2 .hero-content .thumbnail {
    flex-basis: 47%;
  }
  .service-details-area .col-lg-4 {
    order: 1;
  }
  .widget.subscribe-form {
    margin-left: 0;
  }
  .footer-two-widget,
  .footer-three-widget,
  .footer-four-widget {
    padding-left: 0;
  }
  .footer-widget .footer-overview-text {
    max-width: 80%;
  }
  .footer-copyright,
  .footer-bottom-link ul {
    text-align: left;
  }
  .booking-form .form-row {
    flex-wrap: wrap;
    margin-bottom: 0 !important;
  }
  .booking-form .form-row .input-field {
    flex-basis: 49% !important;
    margin-bottom: 15px;
  }
  .choose .choosing-thumbnail {
    margin-top: 60px;
  }
  .section-heading .title {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  .choose .content {
    padding-right: 0 !important;
  }
  .choose .choosing-thumbnail img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .blog-row {
    flex-direction: column;
  }
  .blog-grid {
    margin-bottom: 60px;
  }
  .blog-row .right-col {
    flex-basis: 100%;
    margin-left: 0px;
    width: 100%;
  }
  .blog-row .left-col {
    flex-basis: 100%;
    margin-right: 0;
  }
  .blog-list {
    display: block;
  }
  .blog-list .post-content .title {
    font-size: 28px;
  }
  .blog .section-heading .title {
    max-width: 100%;
  }
  .section-heading .subtitle {
    margin-bottom: 15px;
  }
  .section-heading .title {
    margin-bottom: 10px;
  }
  .banner .banenr-wrapper .left h2 {
    margin-top: 60px;
    font-size: 37px;
  }
  .service .service-item .service-content {
    padding: 45px 15px 15px;
  }
  .service .service-item .service-content .solution-item h4 {
    margin: 15px 0 10px;
  }
  .service .service-item .service-content .solution-item a {
    margin-top: 10px;
  }
  .about-us .section-heading .title {
    max-width: 70%;
    margin-left: inherit;
    margin-right: inherit;
  }
  .about-us .experience-thumb {
    margin-top: 60px;
  }
  .about-us .experience-thumb {
    width: 100%;
    display: block;
  }
  .about-us .experience-thumb .bg-shape {
    width: 100%;
  }
  .about-us .experience-thumb img:nth-child(2) {
    right: 14px;
    width: 98.5%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about-us .experience-thumb .floating-text {
    top: 22px;
    left: -3px;
  }
  .about-us .experience-thumb img:nth-child(3) {
    bottom: 15px;
    left: 30px;
  }
  .video .vid-col-left {
    padding: 40px;
  }
  .section-heading .title {
    max-width: 100%;
  }
  .choose-style-2 .row .col-lg-7 {
    order: 2;
  }
  .choose-style-2 .choosing-thumbnail {
    width: 100%;
  }
  .choose-style-2 .choosing-thumbnail .paralax-image {
    width: 92%;
    height: 565px;
    top: 30px;
    right: 30px;
  }
  .choose-style-2 .choosing-thumbnail .bottom-img {
    width: 282px;
    height: 240px;
    right: 52%;
    top: 51%;
  }
  .choose-style-2 .choosing-thumbnail .agent-box {
    top: 10%;
    right: 62%;
  }
  .choose-style-2 .choosing-thumbnail {
    margin-bottom: 60px;
  }
  .choose-style-2 .content .section-heading h2 {
    max-width: 100%;
  }
  .choose-style-2 .choosing-thumbnail .agent-box img {
    height: auto;
  }
  .service-style-2 .solution-item {
    position: relative;
    top: 15%;
  }
  .about-us-style-2 .experience-thumb {
    margin-bottom: 60px;
  }
  .about-us-style-2 .experience-thumb img:nth-child(2) {
    right: 0;
    width: 95%;
  }
  .about-us-style-2 .experience-thumb .floating-text {
    top: 5%;
  }
  .about-us-style-2 .experience-thumb .floating-text span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .about-us-style-2 .experience-thumb .floating-box {
    left: 70%;
  }
  .banner-style-2 .banenr-wrapper {
    min-height: 400px;
  }
  .banner-style-2 .banenr-wrapper .content {
    margin: 30px;
  }
  .banner-style-2 .banenr-wrapper .content h2 {
    font-size: 55px;
  }
  .service-page .choose .content {
    padding-left: 0px;
  }
  .service-page-2 .choose-style-2 .choosing-thumbnail .paralax-image {
    width: 94%;
    left: 50%;
    transform: translateX(-50%) !important;
  }
  .service-page-2 .choose-style-2 .choosing-thumbnail .agent-box {
    right: inherit;
    left: 55px;
  }
  .service-page-2 .choose-style-2 .choosing-thumbnail .bottom-img {
    right: inherit;
    left: 55px;
  }
  .service-details-page .service-details-area .content.pl--60 {
    padding-left: 0;
  }
  .accordion-item {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .service-details-area .accordion-style-2 .row .col-lg-6 {
    margin-bottom: -12px;
  }
  .process-header {
    margin-bottom: 60px;
  }
  .installation-steps .single-step:nth-child(odd) {
    right: 0px;
    width: 90%;
  }
  .related-service-area .service .service-item {
    margin-bottom: 140px;
  }
  .project-item .content p {
    line-height: 22px;
  }
  .project-content {
    padding-right: 0;
  }
  .project-page .project-content .faq-accordion .row .col-lg-6 {
    margin-bottom: -12px;
  }
  .project-status {
    margin-top: 60px;
  }
  .project-page .faq-area .col-lg-7.pl--80 {
    margin-top: 60px;
    padding-left: 12px;
  }
  .latest-project {
    margin-bottom: 25px;
  }
  .team-page .choose-style-2 .choosing-thumbnail .shape-img {
    top: 0;
    right: 0;
    width: 25%;
  }
  .certificate {
    margin-bottom: 25px;
  }
  .blog-grid .post-content .title {
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .blog-page .blog-grid .post-thumbnail a img {
    height: auto;
  }
  .blog-details-content .post-share {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .blog-details-content .post-navigation .post article .content h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: normal;
  }
  .contact-info {
    margin-bottom: 25px;
  }
  .support-item {
    margin-bottom: 25px;
  }
  .faq-thumb img {
    width: 100%;
    max-height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 60px;
  }
  .faq-content.pl--60 {
    padding-left: 12px;
  }
  .faq-page .faq-area .accordion .col-lg-6:first-child {
    margin-bottom: -12px;
  }
  .pricing-table {
    margin-bottom: 25px;
  }
  .pricing-table-page .faq-area .col-lg-7.pr--80 {
    padding-right: 15px;
  }
  .pricing-table-page .faq-accordion {
    margin-bottom: 60px;
  }
  .testimonial-page .progresss-bar-wrapper.pr--60 {
    padding-right: 0;
  }
  .team .section-btn {
    float: left;
    margin-top: 0;
  }
  .counter-wrapper {
    margin-bottom: 25px;
  }
  .gallery .row .col-lg-4 img {
    flex-basis: 48%;
  }
  .gallery .row .col-lg-4:nth-child(2) img {
    flex-basis: 100%;
    margin: 20px 0;
    max-height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .gallery .row .col-lg-4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .gallery .col-lg-4:last-child img:first-child {
    margin-top: 0px;
  }
  .gallery .col-lg-4:first-child img:first-child {
    margin-bottom: 0;
  }
  .testimonial .testimonial-wrapper .slick-arrow {
    right: 15px;
  }
  .testimonial .testimonial-wrapper .slide-arrow-left.slick-arrow {
    right: 95px;
  }
  .project-carousel.style-2 .project-item .content {
    top: 155%;
    padding: 15px;
  }
  .project-carousel.style-2 .project-item:hover .content {
    top: 50%;
  }
  .service {
    padding-bottom: 30px !important;
  }
  .booking.section-padding {
    padding: 60px 0 50px;
  }
  .team .team-member {
    margin-top: 30px;
  }
  .testimonial .testimonial-wrapper {
    margin-top: 46px;
  }
  .testimonial .testimonial-wrapper .slick-arrow {
    top: 113%;
  }
  .testimonial.section-padding {
    padding-bottom: 170px;
  }
  .section-heading p {
    margin: 0 auto 60px;
  }
  .blog {
    padding-bottom: 60px !important;
  }
  .footer-area {
    padding-top: 65px;
  }
  .footer-widget {
    margin-bottom: 60px;
  }
  .footer-copyright,
  .footer-bottom-link ul {
    margin-top: -10px;
  }
  .hero-style-2 {
    padding-bottom: 140px;
  }
  .hero-area.section-margin.hero-style-2 {
    margin-bottom: 110px;
  }
  .about-us.section-padding {
    padding-top: 35px;
  }
  .about-us-style-2 .experience-thumb {
    margin-bottom: 55px;
  }
  .project-style-2 {
    padding-top: 60px;
  }
  .project-style-2 {
    padding-bottom: 315px !important;
  }
  .project .project-carousel.style-2 {
    top: -510px;
  }
  .project-style-2 {
    padding-bottom: 35px !important;
  }
  .project.section-padding {
    padding-bottom: 0;
  }
  .choose .choosing-thumbnail {
    margin-top: 50px;
  }
  .testimonial .testimonial-wrapper .slick-arrow {
    top: 120%;
  }
  .video .vid-col-left {
    padding: 60px;
  }
  .blog-style-2 .blog-grid {
    margin-bottom: 25px;
  }
  .home-page-2 .blog-style-2 {
    margin-bottom: 0;
  }
  .blog.blog-style-2 {
    padding-bottom: 35px !important;
  }
  .hero-area {
    margin-bottom: 60px !important;
  }
  .about-us .experience-thumb .floating-text {
    left: 0px !important;
  }
  .about-us .experience-thumb .bg-shape {
    width: 100% !important;
  }
  .about-us .experience-thumb img:nth-child(3) {
    left: 50px !important;
  }
  .hero-style-2 .top-solutions-wrapper {
    top: 0;
  }
}
@media (max-width: 767px) {
  .section-padding {
    padding: 60px 0px;
  }
  .section-margin {
    margin-bottom: 60px;
  }
  .ll-header .header-top .contact-information,
  .ll-header .header-top .header-top-right {
    justify-content: center;
  }
  .ll-header .header-top .contact-information {
    margin-bottom: 15px;
  }
  .hero-area .hero-content {
    width: 100%;
    flex-direction: column;
  }
  .hero-style-2 .hero-content .content {
    order: 2;
  }
  .hero-style-2 .hero-content .thumbnail {
    margin-bottom: 80px;
  }
  .hero-style-2 .hero-content .content,
  .hero-style-2 .hero-content .thumbnail {
    flex-basis: 100%;
  }
  .hero-style-2 .hero-content .content .action-area {
    flex-direction: row;
    align-items: center;
    margin-bottom: 40px;
  }
  .hero-style-2 .hero-content .content .action-area .video-play-btn {
    margin-left: 40px;
  }
  .hero-style-2 .hero-content .thumbnail {
    width: 100%;
  }
  .hero-style-2 .hero-content .thumbnail .img-static {
    width: 95%;
    height: 510px;
    right: 0;
  }
  .hero-style-2 .hero-content .thumbnail .bottom-img {
    right: 55%;
  }
  .hero-style-2 {
    padding-bottom: 60px;
  }
  .hero-style-2 .top-solutions-wrapper {
    top: 70%;
    bottom: inherit;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .hero-style-2 .top-solutions-wrapper .solution-item {
    margin-left: 0;
    width: 100%;
    flex-basis: 100% !important;
    margin-bottom: 10px;
    padding: 100px 12px 16px 12px;
  }
  .hero-style-2 .top-solutions-wrapper .solution-item .icon-box {
    top: 50px;
  }
  .team .section-btn {
    float: left;
    margin-top: 0;
  }
  .blog-grid .post-content .title {
    margin-bottom: 15px;
  }
  .blog-list .blog-border {
    align-items: normal;
    flex-direction: column;
  }
  .blog-list .post-thumbnail {
    flex-basis: 100%;
  }
  .blog-list .post-thumbnail a img {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .blog-list .post-content .title {
    font-size: 40px;
    margin-bottom: 15px;
  }
  .banner .banenr-wrapper .left h2 {
    max-width: 85%;
  }
  .service .service-item .service-content .solution-item .icon-box::after {
    width: 55px;
    height: 55px;
  }
  .service .service-item .service-content .solution-item .icon-box svg {
    width: 45px;
    height: 40px;
  }
  .service .service-item .service-content .solution-item .icon-box {
    min-height: 40px;
  }
  .service .service-item .service-content .solution-item h4 {
    margin: 10px 0 5px;
    font-size: 20px;
  }
  .service .service-item .service-content .solution-item p {
    font-size: 11px;
  }
  .service .service-item .service-content .solution-item a {
    font-size: 11px;
    padding: 2px 11px;
  }
  .service .service-item .service-content .solution-item a svg {
    width: 13px;
    height: 13px;
  }
  .video .vid-col-left {
    padding: 30px;
  }
  .video .section-heading .title {
    font-size: 30px;
  }
  .video .section-heading p {
    font-size: 16px;
  }
  .blog-style-2 .blog-grid .blog-border .post-thumbnail a img {
    height: 195px;
  }
  .choose-style-2 .choosing-thumbnail {
    height: 500px;
  }
  .choose-style-2 .choosing-thumbnail .paralax-image {
    width: 94.5%;
    height: 470px;
    top: 15px;
    right: 15px;
  }
  .choose-style-2 .choosing-thumbnail .agent-box {
    top: 6%;
    right: 56%;
  }
  .choose-style-2 .choosing-thumbnail .bottom-img {
    width: 282px;
    height: 165px;
    right: 42.5%;
    top: 61.5%;
  }
  .checklist .checklist-item {
    margin-left: 15px;
  }
  .service-style-2 .service-item .service-content .solution-item h4 {
    font-size: 28px;
  }
  .service-style-2 .service-item .service-content .solution-item a {
    font-size: 14px;
    padding: 10px 16px;
  }
  .about-us-style-2 .experience-thumb .bg-shape {
    height: 450px;
  }
  .about-us-style-2 .experience-thumb img:nth-child(2) {
    right: inherit;
    width: 85%;
    top: 0;
    left: 50%;
    transform: translateX(-50%) !important;
  }
  .about-us-style-2 .experience-thumb .floating-box {
    bottom: 7%;
    left: inherit;
    right: 0;
  }
  .about-us-style-2 .checklist {
    flex-direction: column;
    align-items: flex-start;
  }
  .about-us-style-2 .checklist .col {
    width: 100%;
    margin: 7px 0;
  }
  .about-us-style-2 .checklist .checklist-item {
    margin-left: 0;
  }
  .about-us-style-2 .action-area .ll-btn-primary svg {
    margin-top: -5px;
  }
  .banner-style-2 .banenr-wrapper .content h2 {
    font-size: 38px;
    margin-bottom: 15px;
  }
  .banner-style-2 .banenr-wrapper .content p {
    max-width: 100%;
    margin-bottom: 15px;
  }
  .pagination {
    display: block;
  }
  .pagination ul li {
    margin-bottom: 10px;
  }
  .service-page .choose .booking-form {
    margin-bottom: 60px;
  }
  .service-page-2 .choose-style-2 .choosing-thumbnail .paralax-image {
    width: 96%;
  }
  .service-page-2 .choose-style-2 .choosing-thumbnail .agent-box,
  .service-page-2 .choose-style-2 .choosing-thumbnail .bottom-img {
    left: 32px;
  }
  .consultation-schedule {
    padding: 40px 40px;
  }
  .team-page .choose-style-2 .choosing-thumbnail .agent-box {
    top: 40px;
    right: inherit;
    left: 40px;
  }
  .team-page .choose-style-2 .choosing-thumbnail .bottom-img {
    width: 282px;
    height: 165px;
    right: inherit;
    top: inherit;
    bottom: 40px;
    left: 40px;
  }
  .team-thumb {
    margin-bottom: 40px;
  }
  .team-thumb img {
    width: 100%;
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .inner-page-section-heading h2 {
    font-size: 38px;
    line-height: 51px;
    margin-bottom: 10px;
  }
  .inner-page-section-heading p {
    line-height: 25px;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .blog-details-content .post-navigation {
    flex-direction: column;
  }
  .blog-details-content .post-navigation .post {
    flex-basis: 100%;
  }
  .blog-details-content .post-navigation .prev-post {
    margin-bottom: 30px;
  }
  .blog-details-content .post-navigation .post.next-post .navigation-btn {
    text-align: left;
  }
  .contact-us-form .row .col-md-6:first-child {
    margin-bottom: 1rem;
  }
  .search-area .search {
    max-width: 70%;
    padding: 5px;
  }
  .gallery .row .col-lg-4 {
    justify-content: center;
    flex-direction: column;
  }
  .gallery .row .col-lg-4:nth-child(2) img {
    margin: 0;
  }
  .gallery .row .col-lg-4 img {
    flex-basis: 100%;
    width: 90%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    margin-bottom: 20px !important;
  }
  .project-item .content {
    top: 155%;
  }
  .testimonial .testimonial-wrapper .testimonial-grid {
    padding: 30px;
  }
  .hero-area .hero-content h1 {
    max-width: 100%;
    font-size: 48px !important;
  }
  .hero-area .hero-content p {
    max-width: 100% !important;
  }
  .hero-area .top-solutions-wrapper {
    flex-direction: column;
  }
  .hero-area .top-solutions-wrapper .solution-item {
    margin-left: 0 !important;
    margin-bottom: 20px !important;
  }
  .hero-area .top-solutions-wrapper .solution-item:last-child {
    margin-bottom: 0 !important;
  }
  .service .service-item .service-content .solution-item {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .service .service-item .service-content .solution-item .icon-box {
    text-align: center;
  }
  .service .service-item .service-content .solution-item .icon-box::after {
    width: 60px !important;
    height: 60px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
  .service .service-item .service-content .solution-item h4 {
    max-width: 100% !important;
    margin: 0px 0 0 !important;
  }
  .service .service-item .service-content .solution-item {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.service .service-item .service-content .solution-item {
  justify-content: center !important;
  align-items: center !important;
}

@media (max-width: 575px) {
  .hero-area {
    padding-bottom: 775px;
  }
  .hero-area .hero-content h1,
  .hero-area .hero-content p {
    max-width: 100%;
  }
  .hero-area .top-solutions-wrapper {
    flex-direction: column;
    top: 36.5%;
  }
  .hero-style-2 {
    padding-bottom: 440px;
  }
  .hero-style-2 .top-solutions-wrapper {
    top: 70% !important;
    bottom: inherit;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .hero-style-2 .top-solutions-wrapper .solution-item {
    margin-left: 0;
    flex-basis: 49% !important;
    margin-bottom: 10px;
    padding: 100px 12px 16px 12px;
  }
  .hero-style-2 .top-solutions-wrapper .solution-item .icon-box {
    top: 50px;
  }
  .hero-style-2 .top-solutions-wrapper .solution-item:nth-child(2) {
    margin: 0 0 10px !important;
  }
  .solution-item {
    width: 100%;
  }
  .hero-area .top-solutions-wrapper .solution-item {
    margin-left: 0;
  }
  .hero-area .top-solutions-wrapper .solution-item:nth-child(2) {
    margin: 20px 0;
  }
  .typography-content .list-style {
    margin-bottom: 40px;
  }
  .typography-content li {
    font-size: 16px;
  }
  .section-heading .title {
    margin-bottom: 5px;
  }
  .section-heading .subtitle {
    margin-bottom: 12px;
  }
  .section-heading p {
    font-size: 16px;
  }
  .blog .section-heading p {
    max-width: 100%;
  }
  .blog-grid .blog-border {
    padding: 30px;
  }
  .blog-grid .post-thumbnail {
    margin-bottom: 10px;
  }
  .blog-grid .post-content .title {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .blog-list .post-content .title {
    font-size: 30px;
  }
  .service .section-heading p {
    max-width: 100%;
    font-size: 15px;
  }
  .service .service-item {
    margin-bottom: 90px;
  }
  .service .service-item .service-content {
    padding: 50px 30px 30px;
  }
  .solution-item {
    height: 100%;
  }
  .service .service-item .service-content .solution-item .icon-box {
    min-height: 60px;
  }
  .service .service-item .service-content .solution-item .icon-box svg {
    width: inherit;
    height: inherit;
  }
  .service .service-item .service-content .solution-item .icon-box::after {
    width: 80px;
    height: 80px;
  }
  .service .service-item .service-content .solution-item h4 {
    font-size: 22px;
    margin: 24px 0 20px;
  }
  .service .service-item .service-content .solution-item p {
    font-size: 16px;
  }
  .service .service-item .service-content .solution-item a {
    font-size: 14px;
    padding: 10px 16px;
    margin-top: 30px;
  }
  .about-us .experience-thumb img:nth-child(2) {
    width: 95%;
    height: 400px;
  }
  .about-us .experience-thumb .floating-text {
    left: 10px;
  }
  .about-us .experience-thumb img:nth-child(3) {
    width: 50%;
    bottom: 10px;
  }
  .about-us .experience-thumb .bg-shape {
    height: 400px;
  }
  .video .vid-row {
    flex-direction: column;
  }
  .video .vid-col-left,
  .video .vid-col-right {
    flex-basis: 100%;
  }
  .video .vid-col-right {
    min-height: 400px;
  }
  .video .section-heading .title {
    font-size: 38px;
  }
  .video .section-heading p {
    font-size: 18px;
  }
  .choose-style-2 .choosing-thumbnail {
    height: 460px;
  }
  .choose-style-2 .choosing-thumbnail .agent-box {
    right: 50%;
  }
  .choose-style-2 .choosing-thumbnail .bottom-img {
    right: 34%;
  }
  .choose-style-2 .choosing-thumbnail .paralax-image {
    height: 430px;
  }
  .choose-style-2 .choosing-thumbnail .agent-box {
    padding: 15px 15px;
  }
  .choose-style-2 .choosing-thumbnail .bottom-img {
    top: 58%;
  }
  .service-style-2 .service-item .service-content .solution-item h4 {
    font-size: 28px;
  }
  .service-style-2 .service-item .service-content .solution-item a {
    font-size: 14px;
    padding: 10px 16px;
    margin-top: 0;
  }
  .service-style-2 .service-item .service-content .solution-item a svg {
    width: 16px;
    height: 16px;
  }
  .about-us-style-2 .experience-thumb img:nth-child(2) {
    width: 85%;
  }
  .about-us-style-2 .experience-thumb .floating-text {
    left: 0;
  }
  .about-us-style-2 .experience-thumb .floating-text {
    top: 6%;
  }
  .banner-style-2 .banenr-wrapper {
    min-height: 350px;
  }
  .banner-style-2 .banenr-wrapper .content {
    padding: 30px;
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
  }
  .banner-style-2 .banenr-wrapper .content h2 {
    font-size: 28px;
    margin-bottom: 5px;
  }
  .banner-style-2 .banenr-wrapper .content p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .banner-style-2 .banenr-wrapper .content a {
    padding: 10px 20px;
  }
  .pagination ul li a {
    line-height: 1;
    width: 100%;
    font-size: 14px !important;
    padding: 15px 19px;
  }
  .section-heading p {
    line-height: 24px;
  }
  .process-header {
    padding: 30px 30px;
  }
  .process-header .content {
    padding-right: 100px;
  }
  .process-header .content p {
    font-size: 18px;
    line-height: 30px;
  }
  .consultation-schedule a {
    padding: 12px 36px;
  }
  .project-content .project-title h2 {
    font-size: 39px;
    line-height: 46px;
    margin-bottom: 20px;
  }
  .project-content .content h3 {
    font-size: 32px;
    line-height: 44px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .latest-projects-area .section-heading h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .team-page .choose-style-3 .thumbnail img:first-child {
    width: 85%;
  }
  .blog-details-content h1.post-title {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .blog-details-content .post-thumbnail,
  .blog-details-content .post-meta-bottom .meta-left {
    margin-bottom: 20px;
  }
  .blog-details-content .row.mt--80 {
    margin-top: 30px;
  }
  .blog-details-content .content h2 {
    font-size: 34px;
    margin-bottom: 10px;
  }
  .blog-details-content .content p {
    margin-bottom: 20px;
  }
  .blog-details-content .content figure {
    margin-bottom: 20px;
  }
  .widget.subscribe-form .content h3 {
    max-width: 100%;
    text-align: left;
  }
  .location-map iframe {
    height: auto;
  }
  .error-content {
    padding: 40px 0;
  }
  .error-content .error-title {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 30px;
  }
  .error-content .error-thumb {
    margin-bottom: 50px;
  }
  .error-btn {
    padding: 15px 20px;
    font-size: 16px;
  }
  .inner-page-section-heading h2 {
    font-size: 34px;
    line-height: 42px;
  }
  .banner-style-3 .content {
    padding: 40px 20px;
  }
  .banner-style-3 .content h2 {
    margin-bottom: 15px;
  }
  .banner-style-3 .content p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
    max-width: 100%;
  }
  .project .section-heading {
    margin-bottom: 20px;
  }
  .project .project-carousel .slick-arrow {
    top: -70px;
  }
  .testimonial.section-padding {
    padding-bottom: 130px;
  }
  .testimonial .testimonial-wrapper .slick-arrow {
    top: 115%;
  }
  .blog-details-content h1.post-title {
    max-width: 100%;
  }
  .about-us-style-2 .experience-thumb .floating-text span {
    padding: 5px 28px;
  }
  .about-us-style-2 .experience-thumb .floating-text span {
    border-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 20px;
  }
  .home-page-2 .service-item .service-content .solution-item a {
    margin-top: 20px;
  }
  .home-page-2 .service .service-item {
    margin-bottom: -90px;
  }
}
@media (max-width: 500px) {
  .section-padding {
    padding: 30px 0px;
  }
  .section-margin {
    margin-bottom: 30px;
  }
  .ll-header .header-top,
  .header-action {
    display: none;
  }
  .header-search-box {
    right: 70px;
  }
  #mobileMenu .slicknav_nav li {
    padding: 15px 12px;
  }
  .breadcrumb {
    padding: 80px 0;
  }
  .breadcrumb h1 {
    font-size: 48px;
  }
  .breadcrumb .breadcrumb-items {
    top: 75%;
    padding: 12px;
  }
  .project-status ul {
    padding: 30px;
  }
  .project-status ul li {
    font-size: 18px;
  }
  .project-status ul li span:first-child {
    flex-basis: 35%;
  }
  .hero-area .hero-content h1 {
    font-size: 40px;
  }
  .hero-area .top-solutions-wrapper {
    top: 35%;
  }
  .hero-area {
    padding-bottom: 800px;
  }
  .hero-style-2 .hero-content .thumbnail .img-static {
    height: 350px;
  }
  .hero-style-2 .hero-content .thumbnail .bg-shape {
    height: 340px;
  }
  .hero-style-2 .hero-content .thumbnail .bottom-img {
    right: 35%;
  }
  .hero-style-2 .hero-content .thumbnail {
    margin-bottom: 60px;
  }
  .hero-style-2 .hero-content .content h1 {
    font-size: 40px;
  }
  .hero-style-2 .hero-content .content .action-area {
    margin-bottom: 0 !important;
  }
  .hero-style-2 .hero-content a {
    padding: 12px 16px !important;
    font-size: 12px !important;
  }
  .hero-area .hero-content a svg {
    margin-left: 5px;
    width: 12px;
    height: 12px;
  }
  .hero-style-2 .hero-content .content .action-area .video-play-btn a {
    line-height: 15px;
  }
  .hero-style-2 .hero-content .content .action-area .video-play-btn a i {
    margin-left: 0;
  }
  .hero-style-2 .top-solutions-wrapper {
    top: 48% !important;
    flex-direction: column;
  }
  .booking-form .form-row .input-field {
    flex-basis: 100% !important;
  }
  input,
  .form-select {
    height: 50px;
    padding: 5px 15px;
  }
  .submit-btn {
    padding: 10px 0;
    font-size: 16px;
  }
  .section-heading .title {
    max-width: 100%;
  }
  .team .team-member {
    margin-top: 30px;
  }
  .team .col-sm-12:first-child .team-member {
    margin-top: 0px;
  }
  .banner .banenr-wrapper .left {
    padding-left: 20px;
    height: 236px;
    -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
  }
  .banner .banenr-wrapper .right img {
    height: 235px;
  }
  .banner .banenr-wrapper .left h2 {
    margin-top: 30px;
    font-size: 33px;
  }
  .service .service-item .service-content .solution-item h4 {
    font-size: 22px;
    margin: 15px 0 10px;
  }
  .service .service-item .service-content .solution-item p {
    font-size: 15px;
  }
  .service .service-item .service-content .solution-item a {
    margin-top: 15px;
  }
  .about-us .section-heading .title {
    max-width: 90%;
  }
  .about-us .section-heading p {
    margin: 0 auto 20px;
  }
  .checklist .checklist-item {
    margin-bottom: 10px;
  }
  .about-us .action-area {
    margin-top: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .about-us .action-area .ll-btn-primary {
    margin-bottom: 0;
  }
  .about-us .experience-thumb img:nth-child(2) {
    width: 95% !important;
  }
  .about-us .experience-thumb .floating-text {
    left: 10px;
  }
  .about-us .experience-thumb img:nth-child(3) {
    width: 50%;
    bottom: 10px;
  }
  .about-us .experience-thumb .bg-shape {
    height: 300px;
  }
  .about-us .experience-thumb .floating-text span {
    font-size: 22px;
  }
  .about-us .experience-thumb .floating-text {
    height: 50px;
    line-height: 50px;
  }
  .video .section-heading p {
    font-size: 16px;
  }
  .video .vid-col-right {
    min-height: 300px;
  }
  .blog-style-2 .blog-grid .blog-border .post-thumbnail,
  .blog-style-2 .blog-grid .post-content p {
    margin-bottom: 5px;
  }
  .blog-style-2 .blog-grid .post-content .title {
    margin-top: 10px;
  }
  .choose-style-2 .choosing-thumbnail .paralax-image {
    width: 92%;
  }
  .choose-style-2 .choosing-thumbnail .agent-box {
    right: 35.5%;
  }
  .choose-style-2 .choosing-thumbnail .bottom-img {
    right: 15.5%;
  }
  .checklist {
    flex-direction: column;
  }
  .choose-style-2 .checklist .col {
    flex-basis: 100%;
    width: 100%;
  }
  .choose-style-2 .checklist .checklist-img {
    width: 100%;
    margin-bottom: 20px;
  }
  .checklist .checklist-item {
    margin-left: 0;
  }
  .service-style-2 .service-item .service-thumbnail img {
    height: auto;
  }
  .service .service-item .service-content .solution-item h4 {
    font-size: 28px;
    margin: 15px 0 0px;
  }
  .service-style-2 .service-item .service-content {
    top: 36%;
    height: 65%;
  }
  .service-style-2 .service-item:hover .service-content {
    top: 40%;
    height: 66%;
  }
  .service-style-2 .solution-item {
    top: 35%;
  }
  .about-us-style-2 .experience-thumb .floating-text {
    line-height: 0;
    top: 7%;
    left: 0;
  }
  .about-us-style-2 .experience-thumb .floating-text span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .progresss-bar-wrapper .progresss-bar-item .progress-bar-title h5,
  .progresss-bar-wrapper .progresss-bar-item .progress-bar-title span {
    font-size: 18px;
  }
  .service-page-2 .choose-style-2 .choosing-thumbnail .paralax-image {
    width: 90%;
  }
  .service-page-2 .choose-style-2 .choosing-thumbnail .agent-box {
    left: 30px;
  }
  .service-page-2 .choose-style-2 .choosing-thumbnail .agent-box,
  .service-page-2 .choose-style-2 .choosing-thumbnail .bottom-img {
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
  .service-page-2 .choose-style-2 .choosing-thumbnail .bottom-img {
    width: 79%;
  }
  .service-details-area .service-thumbnail,
  .service-details-area .service-title h1 {
    margin-bottom: 20px;
  }
  .service-details-area .service-title h1 {
    font-size: 32px;
    line-height: 38px;
  }
  .service-details-area .content h2 {
    margin-top: 0px;
    margin-bottom: 16px;
  }
  .service-details-area .content p {
    margin-bottom: 20px;
  }
  .process-header .content h4 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .process-header .content p {
    font-size: 16px;
    line-height: 26px;
  }
  .installation-steps .single-step:nth-child(odd) {
    width: 80%;
  }
  .installation-steps .single-step .step-title {
    font-size: 16px;
  }
  .installation-steps .single-step {
    padding: 20px 20px;
  }
  .consultation-schedule {
    padding: 20px 20px;
  }
  .consultation-schedule h3 {
    font-size: 28px;
    line-height: 36px;
  }
  .project-item .content h5 {
    margin: 10px 0;
  }
  .project-item .content p {
    line-height: 22px;
  }
  .project-content .content h3 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .faq-accordion .accordion-button.collapsed {
    padding: 15px 15px;
  }
  .faq-accordion .accordion-body {
    padding: 15px;
  }
  .faq-accordion .accordion-button {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
  }
  .latest-project .project-overlay .content p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .team-page .choose-style-2 .choosing-thumbnail .agent-box {
    top: 30px;
    left: 50%;
    transform: translateX(-50%) !important;
  }
  .team-page .choose-style-2 .choosing-thumbnail .bottom-img {
    bottom: 30px;
    left: 30px;
  }
  .team-page .choose-style-3 .thumbnail img:first-child {
    width: 100%;
    height: 280px;
    margin-left: 0;
    margin-bottom: 175px;
  }
  .team-page .choose-style-3 .thumbnail img:nth-child(2) {
    width: 80%;
    height: 330px;
    top: 20%;
    left: 50%;
    transform: translateX(-50%) !important;
    margin-left: 0;
  }
  .team-thumb {
    margin-bottom: 20px;
  }
  .team-thumb img {
    height: auto;
  }
  .team-content h2 {
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 10px;
  }
  .team-content .team-social {
    margin-bottom: 20px;
  }
  .team-content .team-social li svg {
    width: 20px;
  }
  .blog-grid .post-content p {
    margin-bottom: 15px;
  }
  .blog-details-content .post-share {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .contact-us-form {
    padding: 30px;
  }
  .contact-us-form h2 {
    font-size: 34px;
    margin-bottom: 0;
  }
  .contact-us-form p {
    max-width: 100%;
  }
  .content h3 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 36px;
  }
  .content p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
  }
  .search-area .search {
    max-width: 100%;
    margin-top: 20px;
  }
  .support-item h5 {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .support-item p {
    font-size: 15px;
    line-height: 22px;
  }
  .support-item {
    padding: 15px;
  }
  .inner-page-section-heading h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .support-page .section-heading p {
    font-size: 16px;
    line-height: 25px;
  }
  .faq-content .faq-accordion .accordion-button {
    padding: 20px 15px 20px;
  }
  .faq-accordion .accordion-body p {
    font-size: 15px;
    line-height: 23px;
  }
  .faq-accordion .accordion-button:after {
    margin-left: 10px;
  }
  .faq-thumb img {
    margin-bottom: 25px;
  }
  .faq-page .faq-accordion .accordion-button {
    padding: 20px 15px 20px;
  }
  .banner-style-3 .content a {
    font-size: 18px;
    padding: 10px 20px;
  }
  .pricing-table .action-btn {
    margin: 30px 0 0;
  }
  .faq-accordion .accordion-button {
    padding: 20px 15px 20px;
  }
  .pricing-table-page .faq-accordion {
    margin-bottom: 30px;
  }
  .slick-arrow {
    width: 35px;
    height: 35px;
    line-height: 30px;
    font-size: 14px;
  }
  .project .project-carousel .slide-arrow-left.slick-arrow {
    right: 50px;
  }
  .testimonial.section-padding {
    padding-bottom: 75px;
  }
  .testimonial .testimonial-wrapper .slide-arrow-left.slick-arrow {
    right: 15px;
  }
  .testimonial .testimonial-wrapper .slick-arrow {
    top: inherit;
    bottom: 79px;
    z-index: 9;
  }
  .testimonial .testimonial-wrapper .slide-arrow-left.slick-arrow {
    right: 15px;
    top: inherit;
    bottom: 23px;
  }
  .testimonial .testimonial-wrapper .testimonial-grid {
    padding: 15px 15px 40px;
  }
  .testimonial .testimonial-wrapper .testimonial-grid .rating {
    margin-bottom: 15px;
  }
  .testimonial .testimonial-wrapper .testimonial-grid p {
    font-size: 16px;
    line-height: 26px;
  }
  .home-page-2 .project-style-2 {
    padding-top: 30px;
    margin-bottom: 415px;
  }
  .project .project-carousel.style-2 .slick-arrow {
    top: -65px;
  }
  .about-us .experience-thumb {
    margin-top: 30px;
  }
  .home-page-1 .service.section-padding,
  .home-page-1 .service-style-2.section-padding,
  .home-page-1 .blog.section-padding {
    padding-bottom: 0 !important;
  }
  .home-page-1 .testimonial.section-padding {
    padding-bottom: 30px;
  }
  .about-us.section-padding {
    padding-top: 0px;
  }
  .about-us-style-2 .experience-thumb {
    margin-bottom: 30px !important;
  }
  .service .service-item {
    margin-bottom: -120px;
  }
  .service-wrapper .col-lg-4:last-child .service-item {
    margin-bottom: 30px !important;
  }
  .service.section-padding.service-style-2,
  .blog.section-padding.section-margin.blog-style-2,
  .service-page .service {
    padding-bottom: 0 !important;
  }
  .choose .choosing-thumbnail,
  .service-details-page .service-overview {
    margin-top: 30px;
  }
  .choose-style-2 .choosing-thumbnail {
    margin-bottom: 30px;
  }
  .testimonial.section-padding {
    padding-bottom: 30px;
  }
  .home-page-2 .blog-style-2 {
    margin-bottom: 0;
  }
  .service-page .choose {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    margin-bottom: 30px !important;
  }
  .service-page-2 .choose-style-2.section-padding {
    padding-bottom: 30px !important;
  }
  .service-details-area.section-margin {
    margin-bottom: 0px;
  }
  .service-details-page .work-process.section-margin {
    margin-bottom: 30px;
  }
  .service-details-page .related-service-area.service.section-margin {
    padding-bottom: 30px !important;
  }
  .about-us-page .service.section-padding {
    padding-bottom: 0px !important;
  }
  .project-page .project.section-margin {
    margin-bottom: 30px;
  }
  .project-content .content {
    padding-bottom: 30px;
  }
  .team-page .choose {
    padding-top: 0px !important;
    padding-bottom: 30px !important;
  }
  .counter {
    margin-top: 30px;
  }
  .blog {
    padding-bottom: 30px !important;
  }
  .hero-area {
    padding-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .hero-style-2 .top-solutions-wrapper {
    top: 45.1% !important;
  }
  .hero-area.hero-style-2 {
    padding-bottom: 876px;
  }
  .booking.section-padding {
    padding: 30px 0 15px;
  }
  .section-heading p {
    margin: 0 auto 30px;
  }
  .project-style-2 {
    padding-bottom: 365px !important;
  }
  .project .project-carousel.style-2 {
    top: -780px;
  }
  .choose .choosing-thumbnail {
    margin-top: -20px;
  }
  .home-page-1 .choose .choosing-thumbnail {
    margin-top: 30px;
  }
  .choose-style-2 .choosing-thumbnail .bottom-img {
    width: 100%;
  }
  .testimonial .testimonial-wrapper {
    margin-top: 30px;
  }
  .vid-col-left .section-heading {
    margin-bottom: 0px;
  }
  .blog-style-2 .blog-grid {
    margin-bottom: 30px;
  }
  .footer-area {
    padding-top: 30px;
  }
  .footer-widget {
    margin-bottom: 40px;
  }
  .footer-bottom {
    padding: 30px 0;
  }
  .about-us.section-margin {
    margin-bottom: 42px;
  }
  .choose .content .top-solutions-wrapper .solution-item {
    margin-bottom: 62px;
  }
  .choose .content .top-solutions-wrapper .solution-item:last-child {
    margin-bottom: 30px;
  }
  .team-page .choose .content .top-solutions-wrapper .solution-item:last-child {
    margin-bottom: 0px;
  }
  .project.section-padding {
    padding-bottom: 30px;
  }
  .blog-list,
  .blog-list:last-child,
  .blog-grid {
    margin-bottom: 30px;
  }
  .pagination {
    margin-top: 30px;
  }
  .service .pagination {
    margin-top: -140px;
  }
  .service-page .choose .booking-form {
    margin-bottom: 30px;
  }
  .service-page .service.section-padding {
    padding-top: 30px;
  }
  .service-overview,
  .widget {
    margin-bottom: 30px;
  }
  .process-header {
    margin-bottom: 53px;
  }
  .installation-steps .single-step:last-child {
    margin-bottom: 0;
  }
  .accordion-item:first-child {
    margin-top: 0px !important;
  }
  .accordion-item:last-child {
    margin-bottom: 25px !important;
  }
  .project-status {
    margin-top: 45px;
  }
  .project-status ul {
    margin-bottom: 30px;
  }
  .project-page .widget:last-child {
    margin-bottom: 0px;
  }
  .project-page .faq-area .col-lg-7.pl--80 {
    margin-top: 30px;
  }
  .latest-projects-area .col-lg-4:last-child .latest-project {
    margin-bottom: 0px;
  }
  .team-page .team .team-member {
    margin-bottom: 0;
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.1);
  }
  .team-page .team .col-sm-12:last-child .team-member {
    margin-bottom: 30px;
  }
  .choose-style-2 .content .section-heading p {
    max-width: 100%;
  }
  .progresss-bar-wrapper.pr--60 {
    padding-right: 0;
  }
  .col-sm-6:last-child .certificate {
    margin-bottom: 0px;
  }
  .team .inner-page-section-heading h2 {
    margin-bottom: 10px;
  }
  .gallery .col-lg-4:first-child img:first-child,
  .gallery .row .col-lg-4:first-child img {
    margin-left: -15px;
    margin-right: 0;
  }
  .gallery .col-lg-4:first-child img:first-child {
    margin-top: 0px;
  }
  .gallery.section-margin {
    margin-bottom: 5px;
  }
  .counter {
    margin-top: 0px;
  }
  .counter .col-md-6:last-child .counter-wrapper {
    margin-bottom: 0px;
  }
  .team .section-btn {
    margin-bottom: 30px;
  }
  .team-page .team .section-heading .title {
    margin-bottom: 25px;
  }
  .col-md-6:last-child .pricing-table,
  .col-md-6:last-child .contact-info,
  .col-md-6:last-child .support-item {
    margin-bottom: 0px;
  }
  .support-page .section-heading p {
    margin-bottom: 0px;
  }
  .content p:last-child {
    margin-bottom: 0;
  }
  .error-content {
    padding: 30px 0 15px;
  }
  .typography-content .list-style {
    margin-bottom: 30px;
  }
  .typography-content ol {
    margin-bottom: 0px !important;
  }
  .typography-content blockquote {
    padding-left: 15px;
  }
  p {
    margin: 0 0 30px 0;
  }
  .location-map.mt--60 {
    margin-top: 30px;
  }
  .blog-page .col-sm-12:last-child .blog-grid,
  .blog-page-2 .col-sm-12:last-child .blog-grid {
    margin-bottom: 0px;
  }
  .ll-sidebar {
    margin-top: 30px;
  }
  .related-posts .inner-page-section-heading h2 {
    margin-bottom: 30px;
  }
  .about-us .action-area .ll-btn-primary {
    margin-bottom: 20px;
  }
  .home-page-1 .hero-area .top-solutions-wrapper {
    top: 30.7%;
  }
  #mobileMenu .slicknav_nav li {
    padding: 5px 0px;
    font-size: 14px;
  }
  #mobileMenu .slicknav_nav li ul li {
    font-size: 12px;
  }
  .slicknav_nav .slicknav_arrow {
    margin: 0;
  }
  #mobileMenu .slicknav_nav li a .slicknav_arrow {
    right: 12px;
  }
  .breadcrumb .breadcrumb-items li {
    font-size: 14px;
  }
  .breadcrumb {
    padding: 60px 0;
  }
  .breadcrumb h1 {
    font-size: 40px;
  }
  .breadcrumb .breadcrumb-items {
    top: 76%;
    padding: 5px 8px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .widget.widget-contact {
    padding: 30px 30px;
  }
  .widget.widget-contact .content h4,
  .widget.widget-contact .content p {
    margin-bottom: 30px;
  }
  .project-status ul li {
    font-size: 14px;
    padding: 5px 0;
  }
  .project-status ul li span:first-child {
    flex-basis: inherit;
    margin-right: 10px;
  }
  .submit-btn {
    padding: 7px 20px !important;
    font-size: 16px !important;
  }
  .widget.subscribe-form {
    padding: 30px;
  }
  .widget.subscribe-form .content h3 {
    font-size: 38px;
    max-width: 100%;
    margin-bottom: 12px;
  }
  .widget.subscribe-form .content p,
  .widget.subscribe-form .content button {
    text-align: center;
    margin-bottom: 25px;
  }
  .hero-area {
    padding-top: 40px;
    margin-bottom: 40px;
  }
  .hero-area .hero-content h1 {
    font-size: 36px;
    margin: 12px 0 8px;
  }
  .hero-area .hero-content p {
    font-size: 16px;
  }
  .hero-area .hero-content a {
    padding: 15px 20px;
    font-size: 14px;
  }
  .hero-area .hero-content a svg {
    margin-top: -3px;
  }
  .hero-area {
    padding-bottom: 776px;
  }
  .hero-style-2 .hero-content .thumbnail .img-static {
    height: 250px;
  }
  .hero-style-2 .hero-content .thumbnail .bg-shape {
    width: 240px;
    height: 232px;
  }
  .hero-style-2 .hero-content .thumbnail .bottom-img {
    width: 150px;
    height: 85px;
    -o-object-fit: cover;
       object-fit: cover;
    bottom: 15px;
    right: 54%;
  }
  .hero-style-2 .hero-content .thumbnail {
    margin-bottom: 40px;
  }
  .hero-style-2 .hero-content p {
    font-size: 15px;
  }
  .hero-style-2 .hero-content .content .action-area {
    flex-direction: column;
    align-items: flex-start;
  }
  .hero-style-2 .hero-content .content .action-area .video-play-btn {
    margin-left: 0;
  }
  .typography-content li {
    font-size: 14px;
  }
  .team .team-member .member-profile img {
    height: 200px;
  }
  .team .team-member h5 {
    margin-bottom: 0;
  }
  .blog-grid .blog-border,
  .blog-list .blog-border {
    padding: 15px;
  }
  .blog-grid .post-thumbnail a img,
  .blog-list .post-thumbnail a img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .blog-grid .post-content .title,
  .blog-list .post-content .title,
  .blog-grid .post-content .title.large {
    font-size: 25px;
  }
  .blog-grid .post-content p,
  .blog-list .post-content p {
    font-size: 15px;
  }
  .banner .banenr-wrapper .left h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 23px;
  }
  .banner .banenr-wrapper .left a {
    font-size: 15px;
    padding: 12px 15px;
  }
  .banner .banenr-wrapper .right img {
    height: 170px;
  }
  .banner .banenr-wrapper .left {
    height: 170px;
    -webkit-clip-path: polygon(0 0, 100% 0, 86% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 86% 100%, 0 100%);
  }
  .service .service-item .service-content {
    padding: 45px 15px 15px;
  }
  .service .service-item .service-content .solution-item .icon-box {
    min-height: 30px;
  }
  .service-page-2 .service .service-item {
    margin-bottom: -60px;
  }
  .service .service-item .service-content .solution-item .icon-box::after {
    width: 35px;
    height: 35px;
  }
  .service .service-item .service-content .solution-item .icon-box svg {
    width: 30px;
    height: 30px;
    position: relative;
    top: -20px;
  }
  .service .service-item .service-content .solution-item h4 {
    font-size: 20px;
    margin: -10px 0 5px;
  }
  .service .service-item .service-content .solution-item p {
    font-size: 13px;
  }
  .service .service-item .service-content .solution-item a {
    margin-top: 15px;
  }
  .service .service-item .service-content .solution-item a {
    font-size: 13px;
    padding: 5px 15px;
  }
  .service .service-item .service-content .solution-item a svg {
    width: 15px;
    height: 20px;
    margin-top: -5px;
  }
  .about-us .section-heading .title {
    max-width: 100%;
  }
  .about-us .experience-thumb img:nth-child(2) {
    width: 92%;
    height: 210px;
  }
  .about-us .experience-thumb .bg-shape {
    height: 210px;
  }
  .about-us .experience-thumb .floating-text {
    height: 45px;
    line-height: 45px;
    left: 14px;
  }
  .about-us .experience-thumb .floating-text span {
    font-size: 18px !important;
  }
  .about-us .experience-thumb img:nth-child(3) {
    bottom: 3px;
  }
  .video .section-heading .title {
    font-size: 32px;
  }
  .video .section-heading p {
    font-size: 14px;
  }
  .video .vid-col-right {
    min-height: 200px;
  }
  .video .vid-col-right .video-play-btn a {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
  }
  .video .vid-col-right .video-play-btn a::after {
    width: 85px;
    height: 85px;
  }
  .choose-style-2 .choosing-thumbnail .paralax-image {
    width: 89%;
  }
  .choose-style-2 .choosing-thumbnail .agent-box {
    right: 11.5%;
  }
  .choose-style-2 .choosing-thumbnail .bottom-img {
    right: 0%;
  }
  .choose-style-2 .choosing-thumbnail .agent-box h6 {
    font-size: 28px;
    margin-bottom: 5px;
  }
  .choose-style-2 .choosing-thumbnail .agent-box p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .choose-style-2 .choosing-thumbnail {
    height: 420px;
  }
  .choose-style-2 .choosing-thumbnail .paralax-image {
    height: 390px;
  }
  .choose-style-2 .choosing-thumbnail .bottom-img {
    top: 54%;
  }
  .service-style-2 .service-item .service-content {
    top: 25%;
    height: 75%;
    border: 1px solid #ddd;
  }
  .service-style-2 .service-item:hover .service-content {
    top: 26%;
    height: 77%;
  }
  .service-style-2 .solution-item {
    top: 55%;
  }
  .about-us-style-2 .experience-thumb .floating-text {
    line-height: 0;
  }
  .about-us-style-2 .experience-thumb .floating-box {
    height: 100px;
  }
  .about-us-style-2 .experience-thumb .floating-box span {
    width: 40px;
    height: 40px;
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 0;
  }
  .about-us-style-2 .experience-thumb .floating-box span svg {
    width: 20px;
    height: 20px;
  }
  .banner-style-2 .banenr-wrapper {
    height: 220px;
  }
  .banner-style-2 .banenr-wrapper .content {
    padding: 15px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .banner-style-2 .banenr-wrapper .content {
    margin: 15px;
  }
  .banner-style-2 .banenr-wrapper .content h2 {
    font-size: 20px;
  }
  .banner-style-2 .banenr-wrapper .content p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .banner-style-2 .banenr-wrapper .content a {
    padding: 5px 15px;
  }
  .pagination ul li a {
    font-size: 12px !important;
    padding: 10px 13px;
  }
  .service-page .choose .booking-form h3 {
    font-size: 32px;
  }
  .service-page .choose .booking-form {
    padding: 15px;
  }
  .process-header {
    padding: 20px;
    -webkit-clip-path: none;
    -moz-clip-path: none;
    -o-clip-path: none;
    clip-path: none;
  }
  .process-header .content {
    padding-right: 0;
  }
  .team-page .choose-style-2 .choosing-thumbnail .bottom-img {
    left: 0;
    width: 100%;
  }
  .team-page .choose-style-3 .thumbnail img:nth-child(2) {
    height: 230px;
    border-top: 10px solid var(--color-white);
    border-left: 10px solid var(--color-white);
  }
  .team-page .choose-style-3 .thumbnail img:first-child {
    margin-bottom: 40px;
  }
  .team-content h2 {
    font-size: 32px;
  }
  .team-content .team-social {
    margin-bottom: 15px;
  }
  .team-content .team-info-list li {
    margin-bottom: 10px;
  }
  .team-content .team-info-list li span {
    font-size: 15px;
    line-height: 21px;
  }
  .team-content .team-info-list li svg {
    width: 20px;
  }
  .team-content p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 25px;
  }
  .inner-page-section-heading h2 {
    font-size: 34px;
    line-height: 42px;
  }
  .inner-page-section-heading p {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .blog-details-content h1.post-title {
    font-size: 32px;
  }
  .blog-details-content .content h2 {
    font-size: 30px;
  }
  .blog-details-content .content p {
    font-size: 15px;
  }
  .blog-details-content .content blockquote {
    font-size: 17px;
    line-height: 28px;
    padding-left: 20px;
  }
  .widget.subscribe-form .content p {
    font-size: 15px;
    line-height: 23px;
    text-align: left;
    margin-bottom: 15px;
  }
  .widget.subscribe-form .content h3 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 10px;
  }
  .widget.subscribe-form .content input {
    margin-bottom: 20px;
  }
  .blog-details-content .post-navigation .post article {
    flex-direction: column;
  }
  .blog-details-content .post-navigation .post.prev-post article .content h5 {
    text-align: left;
  }
  .blog-details-content .post-navigation .post article .content {
    padding: 15px;
    order: 2;
  }
  .blog-details-content .post-navigation .post article .thumbnail {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
  .contact-us-form {
    padding: 15px;
  }
  .contact-us-form h2,
  .contact-us-form p {
    text-align: left;
  }
  .contact-us-form p {
    font-size: 15px;
    line-height: 23px;
    max-width: 100%;
  }
  .contact-us-form label {
    font-size: 15px;
    line-height: 1;
  }
  .contact-us-form .form-control {
    height: 40px;
    padding: 10px;
  }
  .contact-us-form .form-control::-moz-placeholder {
    font-size: 13px;
  }
  .contact-us-form .form-control::placeholder {
    font-size: 13px;
  }
  .contact-us-form .form-control {
    font-size: 14px;
  }
  .contact-us-form .submit-btn {
    padding: 10px 0 5px;
    margin-top: 20px;
    font-size: 16px;
  }
  .submit-btn svg {
    width: 20px;
  }
  .content p {
    font-size: 15px;
  }
  .banner-style-3 .content h2 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 10px;
  }
  .banner-style-3 .content p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .counter .counter-wrapper {
    align-items: center;
    flex-direction: column;
  }
  .counter .counter-wrapper .icon-box {
    min-height: 100px;
  }
  .counter .counter-wrapper .content .odometer-inside {
    text-align: center;
  }
  .about-us .action-area .ll-btn-primary {
    padding: 20px 15px;
    font-size: 15px;
  }
  .about-us .action-area .ll-btn-primary svg {
    margin-top: -3px;
  }
  .about-us .action-area .ll-btn-primary,
  .about-us .action-area .call {
    margin-right: auto !important;
  }
  .about-us .experience-thumb img:nth-child(2) {
    width: 97%;
    left: 0;
  }
  .home-page-2 .about-us .experience-thumb img:nth-child(2) {
    left: 50%;
  }
  .about-us.section-margin {
    margin-bottom: 70px;
  }
  .choose .content .top-solutions-wrapper .solution-item h4 {
    font-size: 22px;
  }
  .home-page-2 .service .service-item {
    margin-bottom: -90px;
  }
  .project-style-2 {
    padding-bottom: 300px;
  }
  .project .project-carousel.style-2 {
    top: -705px;
  }
  .about-us-style-2 .experience-thumb .floating-text span {
    padding: 22px 28px;
  }
  .blog-details-content .post-navigation .post article .thumbnail a {
    width: 100%;
  }
  .home-page-1 .service .section-heading p {
    max-width: 100%;
  }
  .section-heading {
    max-width: 100%;
  }
}
@media (max-width: 430px) {
  .hero-style-2 .top-solutions-wrapper {
    top: 44.25% !important;
  }
  .about-us .experience-thumb .floating-text {
    left: 0px;
  }
  .hero-style-2 .hero-content .thumbnail .bottom-img {
    right: inherit;
    left: 16px;
  }
  .project-style-2 {
    padding-bottom: 427px !important;
  }
  .home-page-2 .project-style-2 {
    margin-bottom: 290px;
  }
  .project-style-2 {
    padding-bottom: 400px !important;
  }
  .project .project-carousel.style-2 {
    top: -680px;
  }
  .about-us .experience-thumb .floating-text {
    left: 18px;
  }
  .choose-style-2 .choosing-thumbnail .agent-box {
    right: 50%;
    transform: translateX(50%) !important;
  }
  .choose-style-2 .choosing-thumbnail .paralax-image {
    width: 90%;
    left: 50%;
    transform: translateX(-50%) !important;
  }
  .service-wrapper .col-lg-4:last-child .service-item {
    margin-bottom: 70px !important;
  }
  .hero-area .hero-content h1 {
    font-size: 40px !important;
  }
  .hero-area .hero-content p {
    font-size: 16px !important;
  }
  .hero-area .hero-content a {
    margin-top: 30px;
  }
  .hero-area .top-solutions-wrapper {
    margin-top: 60px;
  }
  .hero-area {
    padding-bottom: 30px !important;
  }
  .choose.choose-style-2 {
    padding-top: 60px !important;
  }
}
@media (max-width: 415px) {
  .home-page-1 .hero-area .top-solutions-wrapper {
    top: inherit;
    bottom: 30px;
  }
  .service-wrapper .col-lg-4:last-child .service-item {
    margin-bottom: 0px !important;
  }
  .home-page-1 .service-wrapper .col-lg-4:last-child .service-item {
    margin-bottom: -90px !important;
  }
  .about-us-page .service-wrapper .col-lg-4:last-child .service-item {
    margin-bottom: -90px !important;
  }
  .service-details-page .service-wrapper .col-lg-4:last-child .service-item {
    margin-bottom: -130px !important;
  }
  .home-page-2 .service-wrapper .col-lg-4:last-child .service-item {
    margin-bottom: -80px !important;
  }
  .about-us .experience-thumb .floating-text {
    left: 16px;
  }
  .section-heading {
    max-width: 100%;
  }
}
@media (max-width: 395px) {
  .hero-style-2 .top-solutions-wrapper {
    top: inherit !important;
    bottom: 20px;
  }
  .project-style-2 {
    padding-bottom: 410px !important;
  }
  .project .project-carousel.style-2 {
    top: -755px;
  }
  .about-us .experience-thumb .floating-text {
    left: 14px;
  }
  .project-style-2 {
    padding-bottom: 385px !important;
  }
  .home-page-2 .project-style-2 {
    margin-bottom: 367px;
  }
  .project-style-2 {
    padding-bottom: 295px !important;
  }
  .project .project-carousel.style-2 {
    top: -655px;
  }
}
@media (max-width: 360px) {
  .about-us .experience-thumb .floating-text {
    left: 12px;
  }
  .home-page-2 .project-style-2 {
    margin-bottom: 385px;
  }
  .project-style-2 {
    padding-bottom: 275px !important;
  }
}
@media screen and (min-width: 300px) and (max-width: 320px) {
  .project-style-2 {
    padding-bottom: 336px !important;
  }
  .project .project-carousel.style-2 {
    margin-bottom: -659px;
  }
  .project .project-carousel.style-2 {
    top: -718px;
  }
  .about-us .experience-thumb .floating-text {
    left: 12px;
  }
}/*# sourceMappingURL=app.css.map */