@charset "UTF-8";
/*
    Css Table of Content
    --------------------------
    ** Typography
    --------------------------
    ** Global 
    --------------------------
    ** Breadcumb 
    --------------------------
    ** Preloader Css
    --------------------------
    ** Normalize
    --------------------------
    ** Navbar
    --------------------------
    ** Header
    --------------------------
    ** Support Bar
    --------------------------
    ** Our Vision
    --------------------------
    ** Service Area
    --------------------------
    ** Counterup Area
    --------------------------
    ** Recent Work Area
    --------------------------
    ** Testimonial  Area
    --------------------------
    ** Latest News  Area
    --------------------------
    ** Pricing Plan Area
    --------------------------
    ** Footer Area
    --------------------------
    ** About Page
    --------------------------
    ** Work Details Page
    --------------------------
    ** Blog Page
    --------------------------
    ** Blog Details Page
    --------------------------
    ** Contact Page
    --------------------------
    ** 404 Page
    --------------------------
    ** Faq Page
    --------------------------
    ** Service Details Page
    --------------------------
*/

:root {
  --main-color-one: #fbba42;
  --secondary-color: #283446;
  --heading-font: "Poppins", sans-serif;
  --body-font: "Poppins", sans-serif;
  --paragraph-color: #777777;
  --heading-color: #333333;
}

/*-----------------
    @Typography
-----------------*/
/*@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800");*/

/*---------------------------
** Global Style
---------------------------*/
.remove-col-padding {
  padding: 0;
}

.remove-col-padding-right {
  padding-right: 0;
}

.remove-col-padding-left {
  padding-left: 0;
}

.padding-left-0 {
  padding-left: 0;
}

.base-color {
  color: var(--main-color-one);
}

.padding-right-0 {
  padding-left: 0;
}

.padding-top-10 {
  padding-top: 10px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-top-40 {
  padding-top: 40px;
}

.padding-top-50 {
  padding-top: 50px;
}

.padding-top-60 {
  padding-top: 60px;
}

.padding-top-70 {
  padding-top: 70px;
}

.padding-top-80 {
  padding-top: 80px;
}

.padding-top-90 {
  padding-top: 90px;
}

.padding-top-100 {
  padding-top: 100px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-top-70 {
  margin-top: 70px;
}

.margin-top-80 {
  margin-top: 80px;
}

.margin-top-90 {
  margin-top: 90px;
}

.margin-top-100 {
  margin-top: 100px;
}

.margin-bottom-0 {
  margin-bottom: 0px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

.margin-bottom-70 {
  margin-bottom: 70px;
}

.margin-bottom-80 {
  margin-bottom: 80px;
}

.margin-bottom-90 {
  margin-bottom: 90px;
}

.margin-top-100 {
  margin-bottom: 100px;
}

.margin-top-120 {
  margin-top: 120px;
}

.padding-left-0 {
  padding-left: 0px !important;
}

.section-subtitle {
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  color: var(--main-color-one);
  font-weight: 700;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.4rem;
  padding-left: 0.4rem;
}

.back-to-top {
  position: fixed;
  left: 30px;
  bottom: 90px;
  width: 50px;
  height: 50px;
  background-color: var(--main-color-one);
  color: #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  z-index: 99;
  cursor: pointer;
  font-size: 30px;
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
}

.btn-boxed {
  width: 165px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background-color: var(--main-color-one);
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.btn-boxed:hover {
  background-color: #283446;
  color: #fff;
}

.gray-bg {
  background-color: #f7f7fd;
}

.video-play-btn {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 16px;
  background-color: #fff;
  border-radius: 50%;
  color: #313131;
}

.video-play-btn:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateX(-50%) translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -1;
}

.video-play-btn:hover {
  color: #313131;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}

@-moz-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}

@-o-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}

@media only screen and (max-width: 991px) {
  .row.reorder-xs {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    direction: rtl;
  }

  .row.reorder-xs > [class*="col-"] {
    -ms-transform: rotate(-180deg);
    /* IE 9 */
    -webkit-transform: rotate(-180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-180deg);
    direction: ltr;
  }
}

.boxed-btn {
  display: inline-block;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  width: 202px;
  background-color: var(--main-color-one);
  padding: 0 20px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.boxed-btn:hover {
  color: #fff;
  background-color: #283446;
}

.boxed-btn.btn-rounded {
  border-radius: 30px;
}

.boxed-btn.blank {
  background-color: transparent;
  border: 2px solid var(--main-color-one);
  color: var(--main-color-one);
}

.boxed-btn.blank:hover {
  background-color: var(--main-color-one);
  color: #fff;
}

.boxed-btn.black {
  border: none;
  color: #fff;
  background-color: #283446;
}

.boxed-btn.black:hover {
  background-color: var(--main-color-one);
  color: #fff;
}

.section-title {
  text-align: center;
  margin-bottom: 25px;
}

.section-title.white p {
  color: #e1dede;
}

.section-title.extra {
  margin-bottom: 55px;
}

.section-title.extra .title {
  margin-bottom: 23px;
}

.section-title .separator {
  display: inline-block;
  position: relative;
  width: 200px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.section-title .separator:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 5px;
  content: "";
  background-color: var(--main-color-one);
  border-radius: 5px;
}

.section-title .separator:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 5px;
  content: "";
  background-color: var(--main-color-one);
  border-radius: 5px;
}

.section-title .separator span {
  position: relative;
  top: -8px;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 2px solid var(--main-color-one);
  border-radius: 50%;
  display: inline-block;
}

.section-title .separator span:nth-child(2) {
  background-color: var(--main-color-one);
}

.section-title .title {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 18px;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
}

.section-title p {
  font-size: 16px;
  color: var(--paragraph-color);
  max-width: 720px;
  line-height: 26px;
  margin: 0 auto;
  display: block;
}

.section-title p:last-child {
  margin-bottom: 0px;
}

.c-white {
  color: #fff;
}

.c-red {
  color: var(--main-color-one);
}

.bg-red {
  background-color: var(--main-color-one);
}

.c-green {
  color: #00cf92;
}

.submit-btn {
  width: 200px;
  height: 50px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  text-transform: uppercase;
  background-color: var(--main-color-one);
  border: none;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

.submit-btn:hover {
  background-color: #283446;
}

.submit-btn.btn-rounded {
  border-radius: 30px;
}

.submit-btn.btn-center {
  display: block;
  margin: 0 auto;
  margin-top: 25px;
}

.submit-btn:focus {
  outline: none;
}

.section-title-inner {
  text-align: center;
  margin-bottom: 45px;
}

.section-title-inner .subtitle {
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--main-color-one);
  margin-bottom: 20px;
  display: block;
}

.section-title-inner .title {
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
}

.form-element.margin-bottom-30 {
  margin-bottom: 27px;
}

.form-element label {
  color: #333333;
  font-size: 14px;
  font-weight: 700;
  line-height: 32px;
}

.form-element label span {
  color: #be1f27;
}

.form-element select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.has-icon {
  position: relative;
  display: block;
}

.has-icon.textarea .the-icon {
  top: 25px;
}

.has-icon .input-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.has-icon .the-icon {
  font-size: 14px;
  position: absolute;
  right: 30px;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
  color: #7c7c90;
}

@media only screen and (max-width: 767px) {
  .row.reorder-xs {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    direction: rtl;
  }

  .row.reorder-xs > [class*="col-"] {
    -ms-transform: rotate(-180deg);
    /* IE 9 */
    -webkit-transform: rotate(-180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-180deg);
    direction: ltr;
  }
}

@media only screen and (max-width: 991px) {
  .row.reorder-sm {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    direction: rtl;
  }

  .row.reorder-sm > [class*="col-"] {
    -ms-transform: rotate(-180deg);
    /* IE 9 */
    -webkit-transform: rotate(-180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-180deg);
    direction: ltr;
  }
}

.input-field {
  width: 100%;
  height: 60px;
  padding: 0 30px;
  border-radius: 5px;
  color: #7c7c90;
}

.input-field::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #7c7c90;
}

.input-field:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #7c7c90;
}

.input-field::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #7c7c90;
}

.input-field:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #7c7c90;
}

.input-field.borderd {
  border: 2px solid rgba(0, 0, 0, 0.1);
}

.input-field.borderd:focus {
  border: 2px solid rgba(0, 0, 0, 0.1);
}

.input-field.textarea {
  min-height: 120px;
  padding: 20px 30px;
  resize: none;
}

.input-field.error {
  border: 1px solid var(--main-color-one);
}

.input-field.error::-webkit-input-placeholder {
  /* WebKit browsers */
  color: var(--main-color-one);
}

.input-field.error:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: var(--main-color-one);
}

.input-field.error::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: var(--main-color-one);
}

.input-field.error:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: var(--main-color-one);
}

.input-field.error:focus {
  border-color: var(--main-color-one);
}

.email-success {
  display: block;
  width: 100%;
}

.checkbox-element {
  display: inline-block;
}

.checkbox-wrapper {
  display: inline-block;
}

.checkbox-inner {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  line-height: 24px;
  color: #585869;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-inner input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkbox-inner .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
}

.checkbox-inner input:checked ~ .checkmark {
  background-color: transparent;
}

.checkbox-inner .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-inner input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-inner .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid var(--main-color-one);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.table-responsive {
  display: table;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/*---------------------
    Breadcumb Area
----------------------*/
.breadcrumb-area {
  padding: 145px 0 152px 0;
  background-color: var(--main-color-one);
  text-align: center;
}

.breadcrumb-area .title {
  color: #333333;
  font-size: 42px;
  line-height: 52px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.breadcrumb-area .page-list {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 600;
  color: #333333;
  cursor: pointer;
}

.breadcrumb-area .page-list a {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.breadcrumb-area .page-list a:hover {
  color: #fff;
}

.breadcrumb-area.breadcrumb-bg {
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
}

.breadcrumb-area.breadcrumb-bg:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--main-color-one);
  content: "";
  z-index: -1;
  opacity: 0.9;
}

/*-------------------------
    Preloader Css
---------------------------*/
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999999;
  background-color: #fff;
}

.preloader .preloader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 60px;
  margin: -30px 0 0 -40px;
}
.center-body {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}
.loader-circle-2 {
  position: relative;
  width: 70px;
  height: 70px;
  display: inline-block;
}
.loader-circle-2:before,
.loader-circle-2:after {
  content: "";
  display: block;
  position: absolute;
  border-width: 5px;
  border-style: solid;
  border-radius: 50%;
}
.loader-circle-2:before {
  width: 70px;
  height: 70px;
  border-bottom-color: var(--main-color-one);
  border-right-color: var(--main-color-one);
  border-top-color: transparent;
  border-left-color: transparent;
  animation: loader-circle-2-animation-2 1s linear infinite;
}
.loader-circle-2:after {
  width: 40px;
  height: 40px;
  border-bottom-color: var(--secondary-color);
  border-right-color: var(--secondary-color);
  border-top-color: transparent;
  border-left-color: transparent;
  top: 22%;
  left: 22%;
  animation: loader-circle-2-animation 0.85s linear infinite;
}
@keyframes loader-circle-2-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes loader-circle-2-animation-2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*====================
** Normalize
====================*/
html {
  font-family: var(--body-font);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  font-family: var(--body-font);
  font-size: 16px;
  margin: 0;
  color: var(--paragraph-color);
  overflow-x: hidden;
}

h1 {
  font-size: 72px;
  line-height: 1.0833333333333333;
}

h2 {
  font-size: 52px;
  line-height: 1.4444444444444444;
}

h3 {
  font-size: 32px;
  line-height: 1.0833333333333333;
}

h4 {
  font-size: 22px;
  line-height: 1.2380952380952381;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  font-weight: 700;
  font-family: var(--heading-font);
}

p {
  font-size: 16px;
  color: #333333;
  line-height: 1.625;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.post-description {
  text-align: right;
}
a {
  color: #333333;
  text-decoration: none;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a i {
  padding: 0 2px;
}

img {
  max-width: 100%;
}
.logo-image {
  width: 100%;
  height: auto;
  max-width: 240px;
}
/*input and button type focus outline disable*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd;
}

/**
 * 5.0 - Alignments
 */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

/*------------------------------
    Navbar Area
------------------------------*/
.dropdown:hover > .dropdown-menu {
  display: block;
}

.navbar-area {
  direction: ltr;
  -webkit-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  padding: 0;
}

.navbar-area.navbar-light-color {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
}

.navbar-area.navbar-light-color.nav-fixed {
  background-color: #fff;
}

.navbar-area.navbar-light-color
  .navbar-collapse
  .navbar-nav
  .nav-item:hover
  .nav-link,
.navbar-area.navbar-light-color
  .navbar-collapse
  .navbar-nav
  .nav-item.active
  .nav-link {
  color: var(--main-color-one);
}

.navbar-area.navbar-light-color
  .navbar-collapse
  .navbar-nav
  .nav-item
  .nav-link {
  color: #333333;
}

.navbar-area.nav-fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  height: 100px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  background-color: #fff;
}

.navbar-area .navbar-collapse {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

.navbar-area .navbar-collapse .navbar-nav .nav-item {
  display: inline-block;
  font-size: 16px;
  line-height: 58px;
  text-transform: capitalize;
  padding: 12px 10px;
  position: relative;
}

.navbar-area .navbar-collapse .navbar-nav .nav-item.navbar-btn-wrapper {
  padding-top: 22px;
}

.navbar-area .navbar-collapse .navbar-nav .nav-item:first-child {
  padding-left: 0;
}

.navbar-area .navbar-collapse .navbar-nav .nav-item:hover .dropdown-menu {
  padding: 0;
  border-radius: 0;
  margin: 0;
  -webkit-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

.navbar-area
  .navbar-collapse
  .navbar-nav
  .nav-item:hover
  .dropdown-menu
  .dropdown-item {
  font-size: 16px;
  font-weight: 400;
  color: #8e96a0;
  padding: 0px 20px;
  line-height: 50px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border-bottom: 1px solid #e2e2e2;
}

.navbar-area
  .navbar-collapse
  .navbar-nav
  .nav-item:hover
  .dropdown-menu
  .dropdown-item:hover {
  background-color: var(--main-color-one);
  color: #fff;
  border-bottom-color: var(--main-color-one);
}

.navbar-area .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.navbar-area .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show {
  padding: 0;
  border-radius: 0;
}

.navbar-area
  .navbar-collapse
  .navbar-nav
  .nav-item
  .dropdown-menu.show
  .dropdown-item {
  font-size: 16px;
  font-weight: 400;
  color: #8e96a0;
  padding: 0px 20px;
  line-height: 50px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border-bottom: 1px solid #e2e2e2;
}

.navbar-area
  .navbar-collapse
  .navbar-nav
  .nav-item
  .dropdown-menu.show
  .dropdown-item:hover {
  background-color: var(--main-color-one);
  color: #fff;
  border-bottom-color: var(--main-color-one);
}

.navbar-area .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
  color: var(--main-color-one);
}

.navbar-area .navbar-collapse .navbar-nav .nav-item:hover .nav-link:before {
  visibility: visible;
  opacity: 1;
}

.navbar-area .navbar-collapse .navbar-nav .nav-item.active .nav-link {
  color: var(--main-color-one);
}

.navbar-area .navbar-collapse .navbar-nav .nav-item:last-child {
  padding-right: 0;
}

.navbar-area .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: var(--paragraph-color);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
}

.navbar-area .navbar-collapse .navbar-nav .nav-item .nav-link.boxed-btn {
  width: 160px;
  height: 50px;
  border-radius: 25px;
  background-color: var(--main-color-one);
  color: #333333;
  font-weight: 600;
}

.navbar-area .navbar-collapse .navbar-nav .nav-item .nav-link.boxed-btn:hover {
  background-color: #283446;
  color: #fff;
  border-color: #283446;
}

.navbar-area .navbar-collapse .navbar-nav .nav-item .nav-link.pl-0 {
  padding-left: 0;
}

/*------------------------------
    Header Area
------------------------------*/
.header-area {
  padding: 210px 0 220px;
}

.header-area.header-style-three {
  padding: 0;
}

.header-area.header-style-three .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 20px;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
}

.header-area.header-style-three .owl-dots div {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #333333;
  margin: 0 5px;
}

.header-area.header-style-three .owl-dots div.active {
  background-color: #fff;
  border-color: #fff;
}

.header-area.header-style-three
  .owl-item.active
  .single-header-carosuel-two-item
  .header-inner
  .title {
  -webkit-animation: 1s 0.2s slideInUp both;
  animation: 1s 0.2s fadeInUp both;
}

.header-area.header-style-three
  .owl-item.active
  .single-header-carosuel-two-item
  .header-inner
  p {
  -webkit-animation: 1s 0.2s slideInDown both;
  animation: 1s 0.2s slideInDown both;
}

.header-area.header-style-three
  .owl-item.active
  .single-header-carosuel-two-item
  .header-inner
  .btn-wrapper
  .boxed-btn:first-child {
  -webkit-animation: 1s 0.2s slideInDown both;
  animation: 1s 0.2s slideInDown both;
}

.header-area.header-style-three
  .owl-item.active
  .single-header-carosuel-two-item
  .header-inner
  .btn-wrapper
  .boxed-btn:last-child {
  -webkit-animation: 1s 0.2s slideInUp both;
  animation: 1s 0.2s fadeInUp both;
}

.header-area.header-style-three .single-header-carosuel-two-item {
  padding: 210px 0 220px;
  position: relative;
  z-index: 0;
  background-position: center;
  background-size: cover;
  -webkit-perspective: 500px;
  perspective: 500px;
}

.header-area.header-style-three .single-header-carosuel-two-item:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--main-color-one);
  content: "";
  z-index: -1;
  opacity: 0.8;
}

.header-area.header-style-three .single-header-carosuel-two-item .header-inner {
  text-align: left;
}

.header-area.header-style-three
  .single-header-carosuel-two-item
  .header-inner
  .title {
  font-size: 48px;
  line-height: 58px;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.header-area.header-style-three
  .single-header-carosuel-two-item
  .header-inner
  .title
  .base-color {
  color: #333333;
}

.header-area.header-style-three
  .single-header-carosuel-two-item
  .header-inner
  p {
  font-size: 18px;
  line-height: 26px;
  color: #333333;
  max-width: 650px;
}

.header-area.header-style-three
  .single-header-carosuel-two-item
  .header-inner
  .btn-wrapper {
  margin-top: 27px;
}

.header-area.header-style-three
  .single-header-carosuel-two-item
  .header-inner
  .btn-wrapper
  .boxed-btn {
  border: 2px solid #fff;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #333333;
  font-weight: 600;
  margin: 0 8px;
  background-color: #fff;
}

.header-area.header-style-three
  .single-header-carosuel-two-item
  .header-inner
  .btn-wrapper
  .boxed-btn:first-child {
  margin-left: 0;
}

.header-area.header-style-three
  .single-header-carosuel-two-item
  .header-inner
  .btn-wrapper
  .boxed-btn:last-child {
  margin-right: 0;
}

.header-area.header-style-three
  .single-header-carosuel-two-item
  .header-inner
  .btn-wrapper
  .boxed-btn:hover {
  background-color: transparent;
  color: #333333;
  border-color: #333333;
}

.header-area.header-style-three
  .single-header-carosuel-two-item
  .header-inner
  .btn-wrapper
  .boxed-btn.blank {
  color: #333333;
  border-color: #333333;
  background-color: transparent;
}

.header-area.header-style-three
  .single-header-carosuel-two-item
  .header-inner
  .btn-wrapper
  .boxed-btn.blank:hover {
  background-color: #fff;
  color: #333333;
  border-color: #fff;
}

.header-area.header-style-two {
  padding: 0;
}

.header-area.header-style-two .owl-dots {
  position: absolute;
  right: 30px;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
}

.header-area.header-style-two .owl-dots div {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 10px 0;
}

.header-area.header-style-two .owl-dots div.active {
  background-color: var(--main-color-one);
}

.header-area.header-style-two
  .owl-item.active
  .single-header-carosuel-two-item
  .header-inner
  .title {
  -webkit-animation: 1s 0.2s slideInUp both;
  animation: 1s 0.2s fadeInUp both;
}

.header-area.header-style-two
  .owl-item.active
  .single-header-carosuel-two-item
  .header-inner
  p {
  -webkit-animation: 1s 0.2s slideInDown both;
  animation: 1s 0.2s slideInDown both;
}

.header-area.header-style-two
  .owl-item.active
  .single-header-carosuel-two-item
  .header-inner
  .btn-wrapper
  .boxed-btn:first-child {
  -webkit-animation: 1s 0.2s slideInDown both;
  animation: 1s 0.2s slideInDown both;
}

.header-area.header-style-two
  .owl-item.active
  .single-header-carosuel-two-item
  .header-inner
  .btn-wrapper
  .boxed-btn:last-child {
  -webkit-animation: 1s 0.2s slideInUp both;
  animation: 1s 0.2s fadeInUp both;
}

.header-area.header-style-two .single-header-carosuel-two-item {
  padding: 210px 0 220px;
  position: relative;
  z-index: 0;
  background-position: center;
  background-size: cover;
  -webkit-perspective: 500px;
  perspective: 500px;
}

.header-area.header-style-two .single-header-carosuel-two-item:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
  z-index: -1;
}

.header-area.header-style-two .single-header-carosuel-two-item .header-inner {
  text-align: left;
}

.header-area.header-style-two
  .single-header-carosuel-two-item
  .header-inner
  .title {
  font-size: 48px;
  line-height: 58px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.header-area.header-style-two .single-header-carosuel-two-item .header-inner p {
  font-size: 18px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.8);
  max-width: 650px;
}

.header-area.header-style-two
  .single-header-carosuel-two-item
  .header-inner
  .btn-wrapper {
  margin-top: 27px;
}

.header-area.header-style-two
  .single-header-carosuel-two-item
  .header-inner
  .btn-wrapper
  .boxed-btn {
  border: 2px solid var(--main-color-one);
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #222222;
  font-weight: 600;
  margin: 0 8px;
}

.header-area.header-style-two
  .single-header-carosuel-two-item
  .header-inner
  .btn-wrapper
  .boxed-btn:first-child {
  margin-left: 0;
}

.header-area.header-style-two
  .single-header-carosuel-two-item
  .header-inner
  .btn-wrapper
  .boxed-btn:last-child {
  margin-right: 0;
}

.header-area.header-style-two
  .single-header-carosuel-two-item
  .header-inner
  .btn-wrapper
  .boxed-btn:hover {
  background-color: transparent;
  color: #fff;
}

.header-area.header-style-two
  .single-header-carosuel-two-item
  .header-inner
  .btn-wrapper
  .boxed-btn.blank {
  color: #fff;
}

.header-area.header-style-two
  .single-header-carosuel-two-item
  .header-inner
  .btn-wrapper
  .boxed-btn.blank:hover {
  background-color: var(--main-color-one);
  color: #fff;
}

.header-area.header-bg {
  background-color: #eee;
  background-image: url(../img/bg/header-bg-1.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.header-area.header-bg:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  z-index: -1;
}

.header-carousel-two .owl-item.active .header-inner .title {
  animation: fadeInDown 2s 0s both;
}

.header-carousel-two .owl-item.active .header-inner p {
  animation: fadeInUp 2s 0s both;
}

.header-area .header-inner {
  text-align: center;
}

.header-area .header-inner .title {
  font-size: 48px;
  line-height: 58px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.header-area .header-inner p {
  font-size: 18px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.8);
}

.header-area .header-inner .btn-wrapper {
  margin-top: 27px;
}

.header-area .header-inner .btn-wrapper .boxed-btn {
  border: 2px solid var(--main-color-one);
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #222222;
  font-weight: 600;
  margin: 0 8px;
}

.header-area .header-inner .btn-wrapper .boxed-btn:first-child {
  margin-left: 0;
}

.header-area .header-inner .btn-wrapper .boxed-btn:last-child {
  margin-right: 0;
}

.header-area .header-inner .btn-wrapper .boxed-btn:hover {
  background-color: transparent;
  color: #fff;
}

.header-area .header-inner .btn-wrapper .boxed-btn.blank {
  color: #fff;
}

.header-area .header-inner .btn-wrapper .boxed-btn.blank:hover {
  background-color: var(--main-color-one);
  color: #fff;
}

.header-bottom-area {
  padding: 100px 0 92px 0;
}

.single-header-bottom-item {
  text-align: center;
}

.single-header-bottom-item .icon {
  font-size: 65px;
  line-height: 60px;
  margin-top: 3px;
  margin-bottom: 25px;
  color: var(--main-color-one);
}

.single-header-bottom-item .img_icon {
  height: 65px;
  width: 65px;
  margin: 0 auto;
  margin-bottom: 25px;
}

.single-header-bottom-item .content .title {
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  font-weight: 600;
}

.single-header-bottom-item .content p {
  color: var(--paragraph-color);
  font-size: 16px;
  line-height: 26px;
}

.single-header-bottom-item .content p:last-child {
  margin-bottom: 0;
}

.checklist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.checklist li {
  display: block;
  margin: 5px 0;
  color: var(--paragraph-color);
}

.checklist li i {
  color: var(--main-color-one);
  padding-right: 5px;
}

/*-----------------------
    Support Bar
------------------------*/
.support-bar-area {
  direction: ltr;
  background-color: #f7f7fd;
  padding: 20px 0;
}

.support-bar-area .left-content-area {
  display: inline-block;
  direction: rtl;
}

.support-bar-area .left-content-area ul {
  margin: 0;
  padding: 0;
}

.support-bar-area .left-content-area ul li {
  display: inline-block;
  margin: 0 5px;
  color: var(--paragraph-color);
  font-size: 14px;
}

.support-bar-area .left-content-area ul li:first-child {
  margin-left: 0;
}

.support-bar-area .right-content-area {
  display: inline-block;
  float: right;
}

.support-bar-area .right-content-area ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-right: 30px;
}

.support-bar-area .right-content-area ul li {
  display: inline-block;
  margin: 0 8px;
  font-size: 14px;
}

.support-bar-area .right-content-area select {
  display: inline-block;
}

.support-bar-area .right-content-area ul li:last-child {
  margin-right: 0;
}

.support-bar-area .right-content-area ul li a {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: var(--paragraph-color);
}

.support-bar-area .right-content-area ul li a:hover {
  color: var(--main-color-one);
}

/*---------------------------
    Our Vision
---------------------------*/
.our-vision-area {
  direction: ltr;
  padding: 100px 0 100px 0;
  position: relative;
}

.our-vision-area.style-two .left-content-area {
  padding-top: 0px;
}

.our-vision-area.style-three {
  padding: 90px 0 100px 0;
}

.our-vision-area .right-absolute-area {
  position: absolute;
  right: 0;
  top: 0;
}

.our-vision-area .right-absolute-area .video-play-area-two .img-wrapper {
  position: relative;
}

.our-vision-area .right-absolute-area .video-play-area-two .img-wrapper .hover {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Chrome, Safari, Opera */
  transform: translate(-50%, -50%);
}

.our-vision-area
  .right-absolute-area
  .video-play-area-two
  .img-wrapper
  .hover
  .video-play-btn {
  color: var(--main-color-one);
}

.our-vision-area .left-content-area {
  direction: ltr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.our-vision-area .left-content-area .title {
  text-align: right;
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.our-vision-area .left-content-area p {
  text-align: right;
  font-size: 16px;
  line-height: 26px;
  color: var(--paragraph-color);
}

.our-vision-area .left-content-area .btn-wrapper {
  margin-top: 26px;
}

.tile-img-wrapper {
  display: block;
}

.tile-img-wrapper .first_img {
  float: right;
  margin-bottom: 58px;
}

.tile-img-wrapper .first_img img {
  border: 10px solid #fff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(203, 203, 203, 0.004);
  box-shadow: 0px 0px 8px 0px rgba(203, 203, 203, 0.004);
}

.tile-img-wrapper .last_img {
  position: absolute;
  top: 140px;
}

.tile-img-wrapper .last_img img {
  border: 10px solid #fff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(203, 203, 203, 0.004);
  box-shadow: 0px 0px 8px 0px rgba(203, 203, 203, 0.004);
}

/*----------------------
    Service area
----------------------*/
.service-area {
  padding: 90px 0 70px 0;
}

.service-area.service-page {
  padding-top: 100px;
}

.single-service-item {
  border: 1px solid #e2e2e2;
  margin-left: 35px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.single-service-item:hover {
  border-color: var(--main-color-one);
}

.single-service-item:hover .icon {
  background-color: var(--main-color-one);
  border-color: var(--main-color-one);
  color: #fff;
}

.single-service-item .icon {
  display: inline-block;
  position: absolute;
  left: 14px;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  font-size: 35px;
  text-align: center;
  color: #a0a0a0;
  line-height: 70px;
  margin-top: -15px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.single-service-item .content {
  padding: 25px 30px 27px 65px;
}

.single-service-item .content .title {
  text-align: right;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.single-service-item .content p {
  font-size: 16px;
  line-height: 26px;
  color: var(--paragraph-color);
}

.single-service-item .content p:last-child {
  margin-bottom: 0;
}

.single-service-item-two {
  border: 1px solid #e2e2e2;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  padding: 30px 40px 23px 40px;
}

.single-service-item-two:hover {
  background-color: var(--main-color-one);
}

.single-service-item-two:hover .icon {
  color: #fff;
  -ms-transform: rotateY(360deg);
  /* IE 9 */
  -webkit-transform: rotateY(360deg);
  /* Chrome, Safari, Opera */
  transform: rotateY(360deg);
}

.single-service-item-two:hover .content .title {
  color: #fff;
}

.single-service-item-two:hover .content p {
  color: rgba(255, 255, 255, 0.8);
}

.single-service-item-two:hover .content .readmore {
  color: rgba(255, 255, 255, 0.8);
}

.single-service-item-two .icon {
  font-size: 50px;
  line-height: 50px;
  color: #a0a0a0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: var(--main-color-one);
  margin-bottom: 23px;
  display: inline-block;
}

.single-service-item-two .content .title {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.single-service-item-two .content p {
  font-size: 16px;
  line-height: 26px;
  color: var(--paragraph-color);
}

.single-service-item-two .content p:last-child {
  margin-bottom: 0;
}

.single-service-item-two .content .readmore {
  color: var(--paragraph-color);
  font-size: 16px;
  line-height: 26px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.single-service-item-two .content .readmore:hover {
  color: #fff;
}

.single-service-item-three {
  border: 1px solid #e2e2e2;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.single-service-item-three .thumb {
  position: relative;
}

.single-service-item-three .thumb .icon {
  position: absolute;
  left: 50%;
  bottom: -30px;
  font-size: 30px;
  line-height: 60px;
  width: 60px;
  height: 60px;
  background-color: #fff;
  color: var(--main-color-one);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-align: center;
  border-radius: 50%;
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -webkit-transform: translateX(-50%);
  /* Chrome, Safari, Opera */
  transform: translateX(-50%);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.single-service-item-three .content {
  padding: 56px 30px 22px 30px;
  text-align: center;
}

.single-service-item-three .content .title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
  font-weight: 500;
}

.single-service-item-three .content .title a {
  color: #333333;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.single-service-item-three .content .title a:hover {
  color: var(--main-color-one);
}

.single-service-item-three .content p {
  font-size: 16px;
  line-height: 26px;
  color: var(--paragraph-color);
}

.single-service-item-three .content p:last-child {
  margin-bottom: 0;
}

.single-service-item-three .content .readmore {
  color: var(--paragraph-color);
  font-size: 16px;
  line-height: 26px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.single-service-item-three .content .readmore:hover {
  color: var(--main-color-one);
}

/*--------------------------
    Counter up area
--------------------------*/
.counterup-area {
  padding: 100px 0 97px 0;
}

.counterup-area.counterup-bg {
  background-image: url(../img/bg/counterup-bg.jpg);
  background-size: cover;
  background-position: center;
}

.counterup-area.counterup-bg-2 {
  background-image: url(../img/bg/counterup-bg-2.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
}

.counterup-area.counterup-bg-2:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  z-index: -1;
}

.counterup-area.counterup-bg-3 {
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
}

.counterup-area.counterup-bg-3:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--main-color-one);
  content: "";
  z-index: -1;
  opacity: 0.9;
}

.single-counterup-item {
  text-align: center;
}

.single-counterup-item.black-theme .icon {
  color: #333333;
}

.single-counterup-item.black-theme .content .count-num {
  color: #333333;
}

.single-counterup-item.black-theme .content .name,
.single-counterup-item.black-theme .content .count-wrap {
  color: #333333;
}

.single-counterup-item.white-theme .icon {
  color: #fff;
}

.single-counterup-item.white-theme .content .count-num {
  color: rgba(255, 255, 255, 0.9);
}

.single-counterup-item.white-theme .content .name,
.single-counterup-item.white-theme .content .count-wrap {
  color: rgba(255, 255, 255, 0.9);
}

.single-counterup-item .icon {
  font-size: 40px;
  line-height: 40px;
  color: var(--main-color-one);
  margin-bottom: 23px;
}

.single-counterup-item .content .count-num {
  font-size: 30px;
  line-height: 40px;
  font-family: var(--heading-font);
  font-weight: 600;
  color: #333333;
}

.single-counterup-item .content .name {
  font-size: 16px;
  line-height: 26px;
  color: var(--paragraph-color);
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 0;
}

.single-counterup-item .content .count-wrap {
  font-size: 30px;
  line-height: 40px;
  font-family: var(--heading-font);
  font-weight: 600;
  color: #333333;
}

/*------------------------
    Testimonial Carousel
------------------------*/
.testimonial-area {
  padding: 90px 0 90px 0;
  direction: ltr;
}

.testimonial-area .section-title {
  margin-bottom: 15px;
}

.testimonial-area .right-content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
}

.testimonial-area .right-content-area .single-testimonial-quote {
  visibility: hidden;
  opacity: 0;
  height: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -ms-transform: translateY(100%);
  /* IE 9 */
  -webkit-transform: translateY(100%);
  /* Chrome, Safari, Opera */
  transform: translateY(100%);
  overflow: hidden;
}

.testimonial-area .right-content-area .single-testimonial-quote.active {
  text-align: right;
  visibility: visible;
  opacity: 1;
  height: auto;
  overflow: hidden;
  -ms-transform: translateY(0%);
  /* IE 9 */
  -webkit-transform: translateY(0%);
  /* Chrome, Safari, Opera */
  transform: translateY(0%);
}

.testimonial-area .right-content-area .single-testimonial-quote p {
  font-size: 16px;
  line-height: 26px;
  color: var(--paragraph-color);
  margin-bottom: 20px;
}

.testimonial-area .right-content-area .single-testimonial-quote .title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 5px;
}

.testimonial-area .right-content-area .single-testimonial-quote .post {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  font-weight: 500;
}

.testimonial-carousel .owl-dots {
  position: absolute;
  right: -70px;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
}

.testimonial-carousel .owl-dots div {
  display: block;
  width: 20px;
  height: 20px;
  background: transparent;
  border: 2px solid #333333;
  border-radius: 50%;
  margin: 5px 0;
}

.testimonial-carousel .owl-dots div.active {
  background-color: var(--main-color-one);
  border-color: var(--main-color-one);
}

.testimonial-carousel .owl-item {
  margin: 40px 0;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.testimonial-carousel .owl-item.center.active {
  -ms-transform: scale(1.3);
  /* IE 9 */
  -webkit-transform: scale(1.3);
  /* Chrome, Safari, Opera */
  transform: scale(1.3);
  z-index: 2;
}

.testimonial-carousel
  .owl-item.center.active
  .single-tesitmoial-item
  .thumb
  img {
  z-index: 9;
}

.testimonial-carousel .single-tesitmoial-item {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.testimonial-carousel .single-tesitmoial-item .thumb img {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(203, 203, 203, 0.8);
  box-shadow: 0px 0px 8px 0px rgba(203, 203, 203, 0.8);
  border: 5px solid #fff;
}
.right-side-content {
  text-align: right;
}
/*--------------------------
    Latest News Area
--------------------------*/
.latest-news-area {
  padding: 90px 0 93px 0;
}

.single-latest-news-grid-item .thumb {
  border: 8px solid #fff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(203, 203, 203, 0.6);
  box-shadow: 0px 0px 8px 0px rgba(203, 203, 203, 0.6);
  margin-bottom: 25px;
}

.single-latest-news-grid-item .content .post-meta {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

.single-latest-news-grid-item .content .post-meta li {
  display: inline-block;
  margin: 0 10px;
  font-size: 14px;
  color: var(--paragraph-color);
}

.single-latest-news-grid-item .content .post-meta li:first-child {
  margin-left: 0;
}

.single-latest-news-grid-item .content .post-meta li a {
  color: var(--paragraph-color);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.single-latest-news-grid-item .content .post-meta li a:hover {
  color: var(--main-color-one);
}

.single-latest-news-grid-item .content .title {
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-weight: 600;
}

.single-latest-news-grid-item .content .title:hover {
  color: var(--main-color-one);
}

.single-latest-news-grid-item .content p {
  font-size: 16px;
  line-height: 26px;
  color: var(--paragraph-color);
}

.single-latest-news-grid-item .content .readmore {
  float: left;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--paragraph-color);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.single-latest-news-grid-item .content .readmore:hover {
  color: var(--main-color-one);
}

.single-latest-news-grid-item .content .readmore i {
  font-size: 12px;
}
.single-latest-news-grid-item .content {
  text-align: right;
}
/*--------------------------
    Sidebar Area
---------------------------*/
.widget_search_title {
  text-align: right;
}

.widget-area .widget {
  border: 1px solid #e2e2e2;
  padding: 22px 30px 30px 30px;
  margin-bottom: 30px;
}

.widget-area .widget:last-child {
  margin-bottom: 0;
}

.widget-area .widget .widget-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 22px;
}

.widget-area .widget.widget_recent_post ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget-area .widget.widget_recent_post ul li {
  display: block;
  margin-bottom: 30px;
}

.widget-area .widget.widget_recent_post ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget.widget_recent_post ul li .single-recent-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.widget-area .widget.widget_recent_post ul li .single-recent-post .thumb {
  width: 80px;
  height: 80px;
  margin-right: 20px;
}

.widget-area .widget.widget_recent_post ul li .single-recent-post .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.widget-area
  .widget.widget_recent_post
  ul
  li
  .single-recent-post
  .content
  .title {
  margin-right: 10px;
}
.widget-area
  .widget.widget_recent_post
  ul
  li
  .single-recent-post
  .content
  .time {
  margin-right: 10px;
}
.widget-area
  .widget.widget_recent_post
  ul
  li
  .single-recent-post
  .content
  .title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.widget-area
  .widget.widget_recent_post
  ul
  li
  .single-recent-post
  .content
  .title
  a {
  color: #333333;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.widget-area
  .widget.widget_recent_post
  ul
  li
  .single-recent-post
  .content
  .title
  a:hover {
  color: var(--main-color-one);
}

.widget-area
  .widget.widget_recent_post
  ul
  li
  .single-recent-post
  .content
  .time {
  font-size: 16px;
  line-height: 26px;
  color: var(--paragraph-color);
}

.widget-area .widget.widget_search {
  padding: 0;
}

.widget-area .widget.widget_search .search-form {
  position: relative;
}

.widget-area .widget.widget_search .search-form .search-field {
  width: 100%;
  border: none;
  height: 50px;
  padding: 10px 30px;
  direction: rtl;
}
.alert-danger {
  text-align: right;
}
.alert-success {
  text-align: right;
}
.widget-area .widget.widget_search .search-form .submit-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 50px;
}

.widget-area .widget.widget_categories {
  padding-bottom: 22px;
}

.widget-area .widget.widget_categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget-area .widget.widget_categories ul li {
  display: block;
  margin: 10px 0;
}

.widget-area .widget.widget_categories ul li:first-child {
  margin-top: 0;
}

.widget-area .widget.widget_categories ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget.widget_categories ul li a {
  color: var(--paragraph-color);
  font-size: 16px;
  line-height: 26px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.widget-area .widget.widget_categories ul li a:hover {
  color: var(--main-color-one);
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

/*------------------------
    Footer Area
------------------------*/
.footer-area.footer-bg {
  /*background-image: url(../img/bg/footer-bg.jpg);*/
  background-size: cover;
  background-position: center;
}

.footer-top {
  text-align: right;
  padding: 100px 0 90px 0;
}

.footer-widget .widget-title {
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}

.footer-widget.instagram_feed .instagram_feed-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-widget.instagram_feed .instagram_feed-list li {
  display: inline-block;
  margin: 8px;
  max-width: 100px;
  border: 5px solid #fff;
  -webkit-box-sizing: border-box, content-box;
  box-sizing: border-box, content-box;
}

.footer-widget.instagram_feed .instagram_feed-list li:nth-child(3n + 1) {
  margin-left: 0;
}

.footer-widget.about_widget .footer-logo {
  display: block;
  margin-bottom: 25px;
}
.footer-widget.about_widget .footer-logo img {
  height: auto;
  width: 50%;
}
.footer-widget.about_widget p {
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.8);
}

.footer-widget.about_widget .social-icons {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 22px;
}

.footer-widget.about_widget .social-icons li {
  display: inline-block;
  margin: 0 5px;
}

.footer-widget.about_widget .social-icons li:first-child {
  margin-left: 0;
}

.footer-widget.about_widget .social-icons li:last-child {
  margin-right: 0;
}

.footer-widget.about_widget .social-icons li a {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: 2px solid var(--main-color-one);
  color: var(--main-color-one);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.footer-widget.about_widget .social-icons li a:hover {
  background-color: var(--main-color-one);
  color: #fff;
}

.footer-widget.widget_nav_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-widget.widget_nav_menu ul li {
  display: block;
  font-size: 16px;
  line-height: 26px;
  margin: 8px 0;
}

.footer-widget.widget_nav_menu ul li:first-child {
  margin-top: 0;
}

.footer-widget.widget_nav_menu ul li:last-child {
  margin-bottom: 0;
}

.footer-widget.widget_nav_menu ul li a {
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.footer-widget.widget_nav_menu ul li a:hover {
  color: var(--main-color-one);
}

.footer-bottom {
  direction: ltr;
  background-color: var(--main-color-one);
  padding: 15px 0;
}

.footer-bottom .footer-bottom-inner .copyright-area {
  text-align: center;
  display: block;
}

.footer-bottom .footer-bottom-inner .copyright-area .copyright-text {
  font-size: 16px;
  line-height: 26px;
  color: #333333;
}

.footer-bottom .footer-bottom-inner .footer-menu {
  display: inline-block;
  float: right;
}

.footer-bottom .footer-bottom-inner .footer-menu .widget_nav_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-bottom .footer-bottom-inner .footer-menu .widget_nav_menu ul li {
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  margin: 0px 8px;
}

.footer-bottom
  .footer-bottom-inner
  .footer-menu
  .widget_nav_menu
  ul
  li:first-child {
  margin-left: 0;
}

.footer-bottom
  .footer-bottom-inner
  .footer-menu
  .widget_nav_menu
  ul
  li:last-child {
  margin-right: 0;
}

.footer-bottom .footer-bottom-inner .footer-menu .widget_nav_menu ul li a {
  color: #333333;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.footer-bottom
  .footer-bottom-inner
  .footer-menu
  .widget_nav_menu
  ul
  li
  a:hover {
  color: #fff;
}

.widget_popular_posts .single-popular-post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.widget_popular_posts .single-popular-post-item:last-child .content .title {
  margin-bottom: 0;
}

.widget_popular_posts .single-popular-post-item .thumb {
  margin-right: 20px;
  max-width: 100px;
}

.widget_popular_posts .single-popular-post-item .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.widget_popular_posts .single-popular-post-item .content .time {
  color: var(--main-color-one);
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 15px;
  font-weight: 500;
}

.widget_popular_posts ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget_popular_posts ul li + li {
  margin-top: 20px;
}

.footer-widget.widget_popular_posts .single-popular-post-item .content .time {
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.8);
}

.footer-widget.widget_popular_posts
  .single-popular-post-item
  .content
  .title
  a {
  color: rgba(255, 255, 255, 0.8);
  transition: all 500ms;
}

.footer-widget.widget_popular_posts
  .single-popular-post-item
  .content
  .title
  a:hover {
  color: #fff;
}

.widget_popular_posts .single-popular-post-item .content .title {
  margin-right: 10px;
  font-size: 16px;
  line-height: 22px;
  font-family: var(--heading-font);
  font-weight: 600;
  color: #1c144e;
}

/*------------------------
    About Page
-------------------------*/
.about-page-conent {
  padding: 100px 0 100px 0;
}

.about-page-conent .right-content-area {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  padding-left: 80px;
}

.about-page-conent .right-content-area .title {
  font-size: 32px;
  line-height: 42px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.about-page-conent .right-content-area p {
  font-size: 16px;
  line-height: 26px;
  color: var(--paragraph-color);
}

.about-page-conent .right-content-area .btn-wrapper {
  text-align: left;
  margin-top: 25px;
}

.about-page-conent .right-content-area .btn-wrapper .boxed-btn {
  width: auto;
  height: 50px;
  font-weight: 600;
  color: #333333;
}

.about-page-conent .right-content-area .btn-wrapper .boxed-btn:hover {
  color: #fff;
}

.tile-image-two {
  position: relative;
  margin-bottom: 60px;
}

.tile-image-two img {
  border: 8px solid #fff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(203, 203, 203, 0.5);
  box-shadow: 0px 0px 8px 0px rgba(203, 203, 203, 0.5);
}

.tile-image-two .img-two {
  position: absolute;
  right: 0;
  top: 60px;
}

/*---------------------------
    Work Details 
--------------------------*/
.work-details-content-area {
  padding: 100px 0 95px 0;
}

.work-details-content-area .work-details-inner-area .thumb {
  border: 8px solid #fff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(203, 203, 203, 0.6);
  box-shadow: 0px 0px 8px 0px rgba(203, 203, 203, 0.6);
  margin-bottom: 22px;
}

.work-details-content-area .work-details-inner-area .title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 25px;
}

.work-details-content-area .work-details-inner-area p {
  color: var(--paragraph-color);
  font-size: 16px;
  line-height: 26px;
}

.work-details-content-area .work-details-inner-area p:last-child {
  margin-bottom: 0;
}

.work-details-content-area .project-details {
  background-color: #f7f7fd;
  padding: 25px 30px 30px 30px;
}

.work-details-content-area .project-details .title {
  font-size: 21px;
  font-weight: 500;
  line-height: 34px;
  margin-top: 0;
  margin-bottom: 22px;
}

.work-details-content-area .project-details .details-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.work-details-content-area .project-details .details-list li {
  display: block;
  margin: 8px 0;
  text-align: right;
  width: 250px;
}

.work-details-content-area .project-details .details-list li strong {
  font-weight: 600;
  color: #333333;
  float: left;
  text-align: left;
}

.work-details-content-area .project-details .share-area {
  margin-top: 40px;
}

.work-details-content-area .project-details .share-area .share-icon {
  margin: 0;
  padding: 0;
  list-style: none;
}

.work-details-content-area .project-details .share-area .share-icon li {
  display: inline-block;
  margin: 0 8px;
}

.work-details-content-area .project-details .share-area .share-icon li a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #e1e1ff;
  line-height: 40px;
  text-align: center;
  color: var(--paragraph-color);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.work-details-content-area .project-details .share-area .share-icon li a:hover {
  background-color: var(--main-color-one);
  color: #fff;
}

/*--------------------
    Blog Page
--------------------*/
.blog-page-content-area {
  padding: 100px 0 100px 0;
}

.blog-page-content-area .single-latest-news-grid-item {
  margin-bottom: 25px;
}

.post-pagination-wrapper {
  margin-top: 13px;
  text-align: center;
}

.post-pagination-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.post-pagination-wrapper ul li {
  display: inline-block;
}

.post-pagination-wrapper ul li:first-child {
  margin-left: 0;
}

.post-pagination-wrapper ul li .current {
  background-color: var(--main-color-one);
  color: #fff;
  border-color: var(--main-color-one);
}

.post-pagination-wrapper ul li span,
.post-pagination-wrapper ul li a {
  display: block;
  text-align: center;
  font-weight: 500;
  padding: 5px 20px;
  border-radius: 3px;
  border: 1px solid #e2e2e2;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: var(--paragraph-color);
}

.post-pagination-wrapper ul li span:hover,
.post-pagination-wrapper ul li a:hover {
  background-color: var(--main-color-one);
  color: #fff;
  border-color: var(--main-color-one);
}

/*--------------------
    Blog Details
--------------------*/
.blog-details-page-content-area {
  padding: 100px 0 100px 0;
}

.blog-details-page-content-area .blog-single-item .thumb {
  margin-bottom: 23px;
}

.blog-details-page-content-area .blog-single-item .entry-content .entry-title {
  font-size: 30px;
  line-height: 40px;
  color: var(--heading-font);
  font-weight: 500;
  margin-bottom: 15px;
}

.blog-details-page-content-area .blog-single-item .entry-content p {
  font-size: 16px;
  line-height: 26px;
  color: var(--paragraph-color);
}

.blog-details-page-content-area .blog-single-item .entry-content blockquote {
  background-color: var(--main-color-one);
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-style: italic;
  padding: 20px 20px 20px 20px;
  border-radius: 5px;
  margin: 25px 0 25px 0;
}

.blog-details-page-content-area .blog-single-item .entry-content .post-meta {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.blog-details-page-content-area .blog-single-item .entry-content .post-meta li {
  display: inline-block;
  margin: 0 8px;
}

.blog-details-page-content-area
  .blog-single-item
  .entry-content
  .post-meta
  li
  a {
  color: var(--paragraph-color);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.blog-details-page-content-area
  .blog-single-item
  .entry-content
  .post-meta
  li
  a:hover {
  color: var(--main-color-one);
}

.blog-details-page-content-area
  .blog-single-item
  .entry-content
  .post-meta
  li:first-child {
  margin-left: 0;
}

.blog-details-page-content-area
  .blog-single-item
  .entry-content
  .post-meta
  li.last-child {
  margin-right: 0;
}

.blog-details-page-content-area .blog-single-item .entry-footer {
  margin-top: 35px;
}

.blog-details-page-content-area .blog-single-item .entry-footer .post-share {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-details-page-content-area .blog-single-item .entry-footer .post-share li {
  display: inline-block;
  margin: 0 10px;
}

.blog-details-page-content-area
  .blog-single-item
  .entry-footer
  .post-share
  li:first-child {
  margin-left: 0;
}

.blog-details-page-content-area
  .blog-single-item
  .entry-footer
  .post-share
  li:last-child {
  margin-right: 0;
}

.blog-details-page-content-area
  .blog-single-item
  .entry-footer
  .post-share
  li
  a {
  border: 1px solid #e2e2e2;
  padding: 5px 15px;
  display: block;
  border-radius: 3px;
}

.blog-details-page-content-area
  .blog-single-item
  .entry-footer
  .post-share
  li
  a
  i {
  padding-right: 10px;
}

.blog-details-page-content-area .comments-area {
  margin-top: 37px;
}

.blog-details-page-content-area .comments-area .comments-title {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 34px;
}

.blog-details-page-content-area .comments-area ol {
  margin: 0;
  padding: 0;
}

.blog-details-page-content-area .comments-area ol li {
  display: block;
  margin-bottom: 35px;
}

.blog-details-page-content-area .comments-area ol li .children {
  margin-top: 35px;
}

.blog-details-page-content-area .comments-area ol li .children li {
  margin-left: 40px;
  margin-bottom: 35px;
}

.blog-details-page-content-area .comments-area ol li .children li:last-child {
  margin-bottom: 0;
}

.blog-details-page-content-area .comments-area ol li:last-child {
  margin-bottom: 0;
}

.blog-details-page-content-area .comments-area ol li .comment-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.blog-details-page-content-area .comments-area ol li .comment-wrap .reply {
  position: absolute;
  right: 0;
  top: 0;
  color: var(--paragraph-color);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.blog-details-page-content-area
  .comments-area
  ol
  li
  .comment-wrap
  .reply:hover {
  color: var(--main-color-one);
}

.blog-details-page-content-area .comments-area ol li .comment-wrap .thumb {
  width: 100px;
  height: 100px;
  margin-right: 20px;
}

.blog-details-page-content-area .comments-area ol li .comment-wrap .thumb img {
  border-radius: 50%;
}

.blog-details-page-content-area .comments-area ol li .comment-wrap .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.blog-details-page-content-area
  .comments-area
  ol
  li
  .comment-wrap
  .content
  .name {
  font-size: 18px;
  font-weight: 600;
}

.blog-details-page-content-area
  .comments-area
  ol
  li
  .comment-wrap
  .content
  .name
  a {
  color: #333333;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.blog-details-page-content-area
  .comments-area
  ol
  li
  .comment-wrap
  .content
  .name
  a:hover {
  color: var(--main-color-one);
}

.blog-details-page-content-area
  .comments-area
  ol
  li
  .comment-wrap
  .content
  .time {
  font-size: 14px;
  line-height: 24px;
  color: var(--paragraph-color);
}

.blog-details-page-content-area
  .comments-area
  ol
  li
  .comment-wrap
  .content
  .comment-content
  p {
  font-size: 16px;
  line-height: 26px;
  color: var(--paragraph-color);
}

.blog-details-page-content-area
  .comments-area
  ol
  li
  .comment-wrap
  .content
  .comment-content
  p:last-child {
  margin-bottom: 0;
}

.blog-details-page-content-area .comments-area .comment-respond {
  margin-top: 30px;
}

.blog-details-page-content-area
  .comments-area
  .comment-respond
  .comment-reply-title {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 36px;
}

.blog-details-page-content-area
  .comments-area
  .comment-respond
  .comment-form
  .form-group.textarea
  .form-control {
  min-height: 160px;
  resize: none;
}

.blog-details-page-content-area
  .comments-area
  .comment-respond
  .comment-form
  .form-group.textarea
  .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.blog-details-page-content-area
  .comments-area
  .comment-respond
  .comment-form
  .form-group
  .form-control {
  height: 50px;
  padding: 10px 30px;
  border: 1px solid #e2e2e2;
}

.blog-details-page-content-area
  .comments-area
  .comment-respond
  .comment-form
  .submit-btn {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border-radius: 5px;
}

.blog-details-page-content-area
  .comments-area
  .comment-respond
  .comment-form
  .submit-btn:hover {
  color: #fff;
}

/*-----------------------
    Contact Us Page
------------------------*/
.map-area #map {
  min-height: 500px;
}

.contact-page-conent-aera {
  padding: 90px 0 100px 0;
}

.contact-page-conent-aera .title {
  text-align: right;
  font-size: 32px;
  line-height: 42px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.contact-form .form-group.textarea .form-control {
  min-height: 160px;
  resize: none;
}

.contact-form .form-group .form-control {
  height: 50px;
  padding: 20px 30px;
}

.contact-form .form-group .form-control.error {
  border-color: #dc3545;
}

.contact-form .form-group .form-control.error::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #dc3545;
}

.contact-form .form-group .form-control.error:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #dc3545;
}

.contact-form .form-group .form-control.error::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #dc3545;
}

.contact-form .form-group .form-control.error:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #dc3545;
}

.contact-form .submit-btn {
  font-weight: 600;
  color: #333333;
  border-radius: 3px;
}

.contact-form .submit-btn:hover {
  color: #fff;
}

.contact-info-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-info-list li {
  display: block;
  margin-bottom: 30px;
}

.contact-info-list li .single-contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.contact-info-list li .single-contact-info .icon {
  font-size: 30px;
  line-height: 30px;
  margin-right: 20px;
  color: var(--main-color-one);
}

.contact-info-list li .single-contact-info .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-info-list li .single-contact-info .content .details {
  display: block;
}

.contact-info-list li .single-contact-info .content .title {
  font-size: 16px;
  line-height: 17px;
  margin-bottom: 5px;
}

/*-------------------------
    404 Page
-------------------------*/
.error-404-area {
  padding: 100px 0 100px 0;
}

.error-content-inner .img-wrapper {
  margin-bottom: 40px;
}

.error-content-inner .content {
  text-align: center;
}

.error-content-inner .content .title {
  font-size: 32px;
  line-height: 42px;
  font-weight: 600;
  text-transform: uppercase;
}

.error-content-inner .content p {
  max-width: 500px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 26px;
  color: var(--paragraph-color);
}

.error-content-inner .content .boxed-btn {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  border-radius: 3px;
}

.error-content-inner .content .boxed-btn:hover {
  color: #fff;
}

.error-content-inner .content .search-form {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
  margin-top: 37px;
  margin-bottom: 30px;
}

.error-content-inner .content .search-form .form-group .form-control {
  height: 50px;
}

.error-content-inner .content .search-form .submit-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 65px;
}

/*----------------------------
    Faq Page
-----------------------------*/
.faq-page-content-area {
  padding: 100px 0 100px 0;
}

.accordion-wrapper .card {
  background-color: transparent;
  border: none;
}

.accordion-wrapper .card:last-child .card-body {
  margin-bottom: 0;
}

.accordion-wrapper .card:last-child .card-header a {
  margin-bottom: 0;
}

.accordion-wrapper .card .card-header {
  border: none;
  background-color: transparent;
  padding: 0;
}

.accordion-wrapper .card .card-header h5 a {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  background-color: #f7f7fd;
  display: block;
  border-left: 4px solid var(--main-color-one);
  position: relative;
  margin-bottom: 20px;
  padding: 20px 50px 20px 30px;
  cursor: pointer;
}

.accordion-wrapper .card .card-header h5 a:after {
  position: absolute;
  right: 30px;
  top: 20px;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.accordion-wrapper .card .card-header h5 a[aria-expanded="true"] {
  margin-bottom: 0;
}

.accordion-wrapper .card .card-header h5 a[aria-expanded="true"]:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.accordion-wrapper .card .card-body {
  padding: 6px 30px 26px 30px;
  border-left: 4px solid var(--main-color-one);
  margin-bottom: 20px;
  background-color: #f7f7fd;
}

/*------------------------
    Service Details Page
------------------------*/
.service-details-content-area {
  padding: 100px 0 92px 0;
}

.service-widget-area .widget.service-nav {
  border: 1px solid #e2e2e2;
}

.service-widget-area .widget.service-nav .widget-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  padding: 22px 30px 17px 30px;
  background-color: var(--main-color-one);
  color: #fff;
  margin-bottom: 0;
}

.service-widget-area .widget.service-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-widget-area .widget.service-nav ul li {
  display: block;
  border-top: 1px solid #e2e2e2;
}

.service-widget-area .widget.service-nav ul li.active a {
  background-color: var(--main-color-one);
  color: #fff;
}

.service-widget-area .widget.service-nav ul li:first-child {
  margin-top: 0;
}

.service-widget-area .widget.service-nav ul li:last-child {
  margin-bottom: 0;
}

.service-widget-area .widget.service-nav ul li a {
  padding: 15px 30px 15px 30px;
  font-size: 16px;
  line-height: 26px;
  display: block;
  color: var(--paragraph-color);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.service-widget-area .widget.service-nav ul li a:hover {
  color: #fff;
  background-color: var(--main-color-one);
}

.service-page-content-inner .title {
  margin-top: 0;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
}

.service-page-content-inner .thumb {
  margin-bottom: 25px;
}

.service-page-content-inner h4 {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 18px;
}

.service-page-content-inner p {
  font-size: 16px;
  line-height: 26px;
  color: var(--paragraph-color);
}

.service-page-content-inner p:last-child {
  margin-bottom: 0;
}

.padding-120 {
  direction: ltr;
  padding: 120px 0 120px 0;
}

.padding-100 {
  padding: 100px 0 100px 0;
}
.single-post-details-item .content-area {
  word-wrap: break-word;
}
.single-post-details-item .post-meta {
  direction: ltr;
  text-align: right;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 35px;
}

.single-post-details-item .post-meta li {
  display: inline-block;
  color: var(--paragraph-color);
}

.single-post-details-item .post-meta li i {
  color: var(--main-color-one);
  padding-right: 5px;
}

.single-post-details-item .post-meta li + li {
  margin-left: 20px;
}

.single-post-details-item .thumb {
  margin-bottom: 20px;
}

.single-post-details-item .post-meta li a {
  color: var(--paragraph-color);
}

.single-post-details-item .entry-footer {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 20px 17px 20px;
  margin-top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.single-post-details-item .entry-footer .left {
  display: inline-block;
}

.single-post-details-item .entry-footer .left ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-post-details-item .entry-footer .left ul li {
  display: inline-block;
  margin: 0 5px;
}

.single-post-details-item .entry-footer .left ul li.title {
  font-weight: 500;
  color: #1c144e;
}

.single-post-details-item .entry-footer .left ul li:first-child {
  margin-left: 0;
}

.single-post-details-item .entry-footer .left ul li:last-child {
  margin-right: 0;
}

.single-post-details-item .entry-footer .left ul li a {
  color: #666666;
  margin: 0 7px;
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.single-post-details-item .entry-footer .left ul li a:after {
  position: absolute;
  right: -6px;
  top: 0;
  content: ",";
}

.single-post-details-item .entry-footer .left ul li a:first-child {
  margin-left: 0;
}

.single-post-details-item .entry-footer .left ul li a:last-child {
  margin-right: 0;
}

.single-post-details-item .entry-footer .left ul li a:last-child:after {
  display: none;
}

.single-post-details-item .entry-footer .left ul li a:hover {
  color: var(--main-color-one);
}

.single-post-details-item .entry-footer .right {
  display: inline-block;
}

.single-post-details-item .entry-footer .right ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-post-details-item .entry-footer .right ul li {
  display: inline-block;
  margin: 0 5px;
}

.single-post-details-item .entry-footer .right ul li.title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #1c144e;
}

.single-post-details-item .entry-footer .right ul li a {
  color: #666666;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.single-post-details-item .entry-footer .right ul li a:hover {
  color: var(--main-color-one);
}

.single-post-details-item .entry-footer .left ul li {
  border: 1px solid #e2e2e2;
  padding: 3px 10px;
  border-radius: 5px;
  font-size: 14px;
}

.single-post-details-item .entry-footer .left ul li.title {
  border: none;
  padding: 0;
  font-size: 16px;
}

/*----------------------------------------------
    # Nav bar
----------------------------------------------*/
.navbar.navbar-area.white .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar.navbar-area .navbar-toggler {
  border: 1px solid #e2e2e2;
}
.navbar.navbar-area .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.mobile-logo {
  display: none;
}

@media only screen and (max-width: 991px) {
  .mobile-logo {
    display: block;
  }

  .desktop-logo {
    display: none !important;
  }
}

.navbar-area {
  padding: 0;
}

.navbar-area.nav-absolute {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0px;
  z-index: 1;
}

.navbar-area.nav-style-02 {
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100px;
  z-index: 2;
}

.navbar-area.nav-style-02 .nav-container {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0 15px;
}

.navbar-area.nav-style-02 .nav-container .logo-wrapper {
  max-width: 200px;
}

.navbar-area.nav-style-02 .nav-container .nav-right-content ul li {
  color: rgba(255, 255, 255, 0.8);
}

.navbar-area.nav-style-02 .nav-container .nav-right-content ul li + li {
  margin-left: 5px;
}

.navbar-area.nav-style-02 .nav-container .nav-right-content ul li a {
  color: rgba(255, 255, 255, 0.8);
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav {
  text-align: right;
}

.navbar-area.nav-style-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.current-menu-item
  a {
  color: var(--main-color-one);
}

.navbar-area.nav-style-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.current-menu-item:before {
  color: var(--main-color-one);
}

.navbar-area.nav-style-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children {
  z-index: initial;
}

.navbar-area.nav-style-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children:before {
  color: rgba(255, 255, 255, 0.8);
}

.navbar-area.nav-style-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  li
  + li {
  border-top: 1px solid #e2e2e2;
}

.navbar-area.nav-style-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  li
  a {
  background-color: #fff;
  color: var(--paragraph-color);
}

.navbar-area.nav-style-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  li
  a:hover {
  background-color: var(--main-color-one);
  color: #fff;
}

.navbar-area.nav-style-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  .menu-item-has-children:hover
  > .sub-menu
  li:hover:before {
  color: #fff;
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li a {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: rgba(255, 255, 255, 0.8);
}

.navbar-area.nav-style-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  li:hover.menu-item-has-children:before {
  color: var(--main-color-one);
}

.navbar-area.nav-style-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  li:hover
  a {
  color: var(--main-color-one);
}

.navbar-area.nav-style-01 .nav-container {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 10px;
  padding: 0 15px;
}

.navbar-area.nav-style-01 .nav-container .nav-right-content ul li {
  color: rgba(255, 255, 255, 0.8);
}

.navbar-area.nav-style-01 .nav-container .nav-right-content ul li a {
  color: rgba(255, 255, 255, 0.8);
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav {
  text-align: right;
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li {
  line-height: 70px;
  text-align: right;
  margin-right: 10px;
}

.navbar-area.nav-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.current-menu-item
  a {
  color: var(--main-color-one);
}

.navbar-area.nav-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.current-menu-item.menu-item-has-children:before {
  color: var(--main-color-one);
}

.navbar-area.nav-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children {
  z-index: initial;
}

.navbar-area.nav-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  li
  + li {
  border-top: 1px solid #e2e2e2;
}

.navbar-area.nav-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  li
  a {
  background-color: #fff;
  color: var(--paragraph-color);
}

.navbar-area.nav-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  li
  a:hover {
  background-color: var(--main-color-one);
  color: #fff;
}

.navbar-area.nav-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  .menu-item-has-children:hover
  > .sub-menu
  li:hover:before {
  color: #fff;
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li a {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: var(--paragraph-color);
}

.navbar-area.nav-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav
  li:hover.menu-item-has-children:before {
  color: var(--main-color-one);
}

.navbar-area.nav-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav
  li:hover
  a {
  color: var(--main-color-one);
}

.navbar-area .nav-container {
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.2);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 0 30px;
}

.navbar-area .nav-container .nav-right-content .btn-wrapper {
  margin-left: 40px;
}

.navbar-area .nav-container .nav-right-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 15px;
}

.navbar-area .nav-container .nav-right-content ul li {
  display: inline-block;
  margin: 0 15px;
  color: #6a7795;
}

.navbar-area .nav-container .nav-right-content ul li:last-child {
  margin-right: 0;
}

.navbar-area .nav-container .nav-right-content ul li a {
  color: #6a7795;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.navbar-area .nav-container .nav-right-content ul li a:hover {
  color: var(--main-color-one);
}

.navbar-area .nav-container .nav-right-content ul li.search {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.navbar-area .nav-container .nav-right-content ul li.search:hover {
  color: var(--main-color-one);
}

.navbar-area .nav-container .nav-right-content ul li.nav-btn .btn-boxed {
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 5px;
  background-color: var(--main-color-one);
}

.navbar-area .nav-container .nav-right-content ul li.nav-btn .btn-boxed:hover {
  background-color: var(--secondary-color);
}

.navbar-area .nav-container .navbar-brand .site-title {
  font-weight: 700;
  font-size: 30px;
  font-family: var(--heading-font);
  line-height: 90px;
  color: var(--heading-color);
}

.navbar-area .nav-container .navbar-collapse .navbar-nav {
  display: block;
  width: 100%;
  text-align: right;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 90px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
  margin-left: 20px;
}

.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.current-menu-item
  a {
  color: var(--main-color-one);
}

.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children {
  position: relative;
  z-index: 0;
  padding-right: 15px;
}

.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children:before {
  position: absolute;
  right: 0;
  top: 50%;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-weight: 900;
}

.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children:hover
  > .sub-menu {
  visibility: visible;
  opacity: 1;
}

.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu {
  position: absolute;
  text-align: left;
  min-width: 220px;
  margin: 0;
  padding: 0;
  list-style: none;
  left: 0;
  top: 100%;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  z-index: 9;
  border-bottom: 4px solid var(--main-color-one);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  li {
  display: block;
  margin-left: 0;
  line-height: 24px;
  font-size: 16px;
}

.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  li
  + li {
  border-top: 1px solid #e2e2e2;
}

.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  li
  a {
  display: block;
  padding: 12px 30px;
  background-color: #fff;
  white-space: nowrap;
  color: var(--paragraph-color);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  li
  a:hover {
  background-color: var(--main-color-one);
  color: #fff;
}

.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  .menu-item-has-children {
  position: relative;
  z-index: 0;
  padding-right: 0px;
}

.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  .menu-item-has-children:before {
  position: absolute;
  right: 15px;
  top: 50%;
  content: "\f105";
  font-family: "fontawesome";
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
}

.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  .menu-item-has-children
  > .sub-menu {
  left: 100%;
  top: 20px;
}

.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  .menu-item-has-children
  > .sub-menu
  .sub-menu
  .sub-menu {
  left: auto;
  right: 100%;
}

.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  .menu-item-has-children:hover
  > .sub-menu {
  visibility: visible;
  opacity: 1;
}

.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  .menu-item-has-children:hover
  > .sub-menu
  li:hover:before {
  color: #fff;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li a:hover {
  color: var(--main-color-one);
}

.navbar-area.nav-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.navbar-btn-wrapper
  .boxed-btn:hover {
  background-color: var(--secondary-color);
  color: #fff;
  border-color: var(--secondary-color);
}

.navbar-area.nav-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.navbar-btn-wrapper
  .boxed-btn {
  width: 160px;
  height: 50px;
  border-radius: 25px;
  background-color: var(--main-color-one);
  color: #333333;
  font-weight: 600;
}

@media only screen and (max-width: 991px) {
  .navbar-area.nav-style-02 .nav-container {
    padding: 20px 0px;
  }

  .navbar-area.nav-style-02 .nav-container .navbar-toggler {
    background-color: #fff;
  }

  .navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav {
    background-color: var(--secondary-color);
    padding: 0 20px;
  }

  .navbar-area.nav-style-02
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    li
    a {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.8);
  }

  .navbar-area.nav-style-01 .nav-container {
    padding: 20px 0px;
  }

  .navbar-area.nav-style-01
    .nav-container
    .responsive-mobile-menu
    .navbar-toggler {
    background-image: none;
  }

  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav {
    text-align: left;
  }

  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li {
    line-height: 30px;
  }

  .navbar-area.nav-style-01
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.current-menu-item
    a {
    color: var(--main-color-one);
  }

  .navbar-area.nav-style-01
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.current-menu-item.menu-item-has-children:before {
    color: var(--main-color-one);
  }

  .navbar-area.nav-style-01
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children {
    z-index: initial;
  }

  .navbar-area.nav-style-01
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children:before {
    color: var(--paragraph-color);
  }

  .navbar-area.nav-style-01
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    li
    + li {
    border-top: 1px solid #e2e2e2;
  }

  .navbar-area.nav-style-01
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    li
    a {
    background-color: transparent;
    color: var(--paragraph-color);
  }

  .navbar-area.nav-style-01
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    li
    a:hover {
    background-color: var(--main-color-one);
    color: #fff;
  }

  .navbar-area.nav-style-01
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    .menu-item-has-children:hover
    > .sub-menu
    li:hover:before {
    color: #656565;
  }

  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li a {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    color: var(--paragraph-color);
  }

  .navbar-area.nav-style-01
    .nav-container
    .navbar-collapse
    .navbar-nav
    li:hover.menu-item-has-children:before {
    color: var(--main-color-one);
  }

  .navbar-area.nav-style-01
    .nav-container
    .navbar-collapse
    .navbar-nav
    li:hover
    a {
    color: var(--main-color-one);
  }

  .navbar-area .nav-container {
    position: relative;
    z-index: 0;
    min-height: 80px;
  }

  .navbar-area .nav-container .responsive-mobile-menu {
    display: block;
    position: relative;
    width: 100%;
  }

  .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler {
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
    border: 1px solid #e2e2e2;
  }

  .navbar-area .nav-container .navbar-brand {
    display: block;
  }

  .navbar-area .nav-container .navbar-brand .navbar-toggler {
    position: absolute;
    right: 10px;
    border: 1px solid #e2e2e2;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav {
    display: block;
    margin-top: 20px;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    display: block;
    text-align: left;
    line-height: 30px;
    padding: 10px 0;
    border-bottom: 1px solid #e2e2e2;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li:last-child {
    border-bottom: none;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
    margin-left: 0;
  }

  .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children:before {
    top: 25px;
    right: 20px;
  }

  .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children:hover {
    padding-bottom: 0;
  }

  .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children:hover
    > .sub-menu {
    visibility: visible;
    height: auto;
    opacity: 1;
    background-color: transparent;
    border-bottom: none;
  }

  .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu {
    position: initial;
    display: block;
    width: 100%;
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: 0;
    padding-bottom: 0;
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    max-height: 250px;
    overflow-y: scroll;
    -webkit-transition: height 500ms;
    -moz-transition: height 500ms;
    -o-transition: height 500ms;
    transition: height 500ms;
  }

  .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    .sub-menu
    .menu-item-has-children:before {
    content: "\f107";
  }

  .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    li {
    padding: 0;
  }

  .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    li.menu-item-has-children:hover:before {
    top: 30px;
    color: #fff;
  }

  .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    li
    + li {
    border-top: none;
  }

  .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    li:first-child {
    border-top: 1px solid #e2e2e2;
  }
}

@media only screen and (max-width: 575px) {
  .navbar-area .nav-container {
    margin: 0 15px !important;
  }
  .logo-image {
    width: 50% !important;
  }
  .widget_popular_posts .single-popular-post-item .thumb {
    margin-right: 0px !important;
  }
  .footer-top {
    padding-top: 30px !important;
    padding-bottom: 10px !important;
  }
  .single-latest-news-grid-item {
    margin-bottom: 60px !important;
  }
  .our-vision-area {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
  }
  .footer-bottom {
    padding: 10px 0 !important;
  }
  .back-to-top {
    bottom: 50px !important;
  }
}

.about-page-conent.about-page .left-content-area img {
  border: 8px solid #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.pagination-wrapper {
  text-align: center;
}

.pagination-wrapper .page-item.active .page-link {
  background-color: var(--main-color-one);
  border-color: var(--main-color-one);
}

.pagination-wrapper .page-link {
  color: var(--paragraph-color);
}

.pagination-wrapper .pagination {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 0;
}

.pagination-wrapper .pagination li {
  display: inline-block;
  font-size: 16px;
}

.video-play-area-two .img-wrapper {
  position: relative;
  z-index: 0;
}

.video-play-area-two .img-wrapper .hover {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.video-play-area-two .img-wrapper .hover .video-play-btn {
  background-color: var(--main-color-one);
  color: #fff;
}

.video-play-area-two .img-wrapper .hover .video-play-btn:before {
  background-color: var(--main-color-one);
}

.contact-form .form-group.textarea .form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #ced4da;
}

.single-contact-info-02 {
  background-color: #f7f7fd;
  padding: 30px 30px 30px 30px;
}

.single-contact-info-02 {
  text-align: center;
  margin-bottom: 30px;
}

.single-contact-info-02 .icon {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 20px;
  color: var(--main-color-one);
}

.single-contact-info-02 .title {
  font-size: 18px;
  line-height: 20px;
}

.single-contact-info-02 .details {
  display: block;
}

.order-content-area .order-title {
  margin-bottom: 40px;
}
.contac-info-wrapper {
  padding-left: 60px;
  direction: ltr;
  text-align: right;
}
.newsletter-area .title {
  font-size: 32px;
  line-height: 42px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.newsletter-area p {
  color: var(--paragraph-color);
}

.newsletter-area .right-side-content form {
  position: relative;
  z-index: 0;
  margin-top: 20px;
}

.newsletter-area .right-side-content form .submit-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 50px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.newsletter-area .right-side-content form input {
  height: 50px;
  padding-right: 70px;
  border: 1px solid #e2e2e2;
  font-size: 14px;
}
.padding-80 {
  padding: 80px 0 80px 0;
}
.error-area {
  text-align: right;
}
.modal-body-service {
  text-align: right;
}
.btn-wrapper {
}
