@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Template Name: Fintex - Consulting & Financial Technology HTML Template
    Template URI: site.com
    Description: Fintex is a clean, modern and professional Consulting & Financial Technology PSDTemplate built for Consulting, Finance, Business, Corporate, Financial Advisors, Accountants, Consultants, Accountant, Startup companies, Finance business, Consulting firms. It has a purpose-oriented design, responsive layout, and special features like different Home pages, blog layouts, galleries, services, and pricing tables.
    Author: WebTend 
    Author URI: https://webtend.net/
    Version: 1.0

--------------------------
    CSS INDEX
--------------------------
    01. Start Default css 
    02. Start Header css 
    03. Start Hero css
    04. Start About css 
    05. Start Service css
    06. Start Features css 
    07. Start Elements css 
    08. Start Portfolio css
    09. Start Faq css 
    10. Start Product css 
    11. Start Team css 
    12. Start Testimonial css 
    13. Start Blog css 
    14. Start Contact css
    15. Start Footer css
    16. Start Home Two css



-----------------------------------------------------------------------------------*/
/*---==================
    01. Default css 
=================----*/
/* Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&amp;family=Manrope:wght@300;400;500;600;700;800&amp;display=swap");

/* Base CSS */
html {
  font-size: 100%;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

i,
span,
a {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1a1a1a;
  margin: 0px;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
}

h1 {
  font-size: 65px;
  line-height: 1em;
}

h2 {
  font-size: 45px;
  line-height: 52px;
}

@media (max-width: 1199px) {
  h2 {
    font-size: 36px;
    line-height: 45px;
  }
}

h3 {
  font-size: 24px;
  line-height: 35px;
}

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

h5 {
  font-size: 18px;
  line-height: 25px;
}

h6 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}

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

p {
  color: #74787c;
  margin: 0px;
}

input,
textarea {
  display: inherit;
}

img {
  max-width: 100%;
}

body {
  font-weight: normal;
  font-style: normal;
  color: #74787c;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 30px;
  overflow-x: hidden;
}

/*====== Extra CSS ======*/
.container-fluid {
  padding-left: 70px;
  padding-right: 70px;
}

@media only screen and (min-width: 1200px) and (max-width: 1650px) {
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 1199px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }

  .ml-lg-40 {
    margin-left: 40px;
  }

  .ml-lg-55 {
    margin-left: 55px;
  }

  .ml-lg-60 {
    margin-left: 60px;
  }

  .ml-lg-70 {
    margin-left: 70px;
  }

  .mr-lg-70 {
    margin-right: 70px;
  }

  .mr-lg-100 {
    margin-right: 100px;
  }

  .pl-lg-70 {
    padding-left: 70px;
  }

  .pr-lg-70 {
    padding-right: 70px;
  }
}

.container-1420 {
  max-width: 1450px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1650px) {
  .container-1420 {
    max-width: 1280px;
  }
}

@media (max-width: 1199px) {
  .container-1420 {
    max-width: 100%;
  }
}

ul.social-link li {
  display: inline-block;
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.slick-slide {
  outline: 0;
}

.form_group {
  position: relative;
}

label {
  margin-bottom: 0;
}

.form_control {
  width: 100%;
  padding: 0 30px;
  height: 60px;
  border: none;
}

textarea.form_control {
  padding-top: 15px;
  display: inherit;
  height: 145px;
}

.tag-line {
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  color: #083a83;
}

.tag-line:before {
  display: inline-block;
  content: "";
  font-family: "Font Awesome 5 pro";
  font-weight: 400;
  margin-right: 10px;
}

.sub-title {
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  color: #083a83;
}

.sub-title:after,
.sub-title:before {
  display: inline-block;
  content: "";
  font-family: "Font Awesome 5 pro";
  font-weight: 400;
  margin-right: 10px;
}

.sub-title:before {
  content: "";
  margin-right: 10px;
}

.sub-title:after {
  content: "";
  margin-left: 10px;
}

.section-title .sub-title {
  margin-bottom: 15px;
}

.section-title h2 {
  margin-bottom: 20px;
  letter-spacing: -0.03em;
}

@media (max-width: 767px) {
  .section-title h2 {
    font-size: 32px;
    line-height: 42px;
  }
}

.section-title.section-title-left .sub-title:after {
  display: none;
}

.section-title.section-title-right .sub-title:before {
  display: none;
}

.section-title-white h2 {
  color: #fff;
}

.footer-social-box ul.social-link li a,
.footer-content .social-link li a,
.contact-one_content-box .social-box ul.social-link li a,
.single-team-item .img-holder .social-link li a,
.single-team-item .img-holder .share-btn,
.product-details-wrapper .product-info .product-cart ul li .wishlist-btn,
.product-search-filter .product-search .search-btn,
.faq-accordion-three .accordion-card .card-header h5:after,
.project-item-four .img-holder .project-hover .hover-content .icon-btn,
.project-item-three .project-content .icon-btn,
.project-item-two .project-content .icon-btn i,
.project-item-two .project-content .icon-btn,
.project-item .img-holder .hover-content .icon-btn,
.fintex-pagination ul li a,
.fintex-user-section .user-wrapper .user-content form.user-form i,
.partners-area .partner-arrows .slick-arrow,
.job-details-wrapper .description-box ul.social-link li a,
.single-job-item .job-main-content .wishlist-button a,
.single-counter-item .icon,
.features-item-two .icon-btn,
.features-item-two .icon,
.service-item-three .icon,
.service-item-two .icon,
.service-item .hover-text .icon-btn,
.hero-slider-one .slick-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-r {
  position: relative;
}

.z-1 {
  z-index: 1;
}

.z--1 {
  z-index: -1;
}

.z-2 {
  z-index: 2;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
  color: #fff;
}

.text-white p {
  color: rgba(255, 255, 255, 0.7);
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*===== All Color =====*/
.yellow {
  color: #083a83;
}

.white {
  color: #fff;
}

/*===== All Bg =====*/
.black-bg {
  background-color: #1a1a1a;
}

.dark-black-bg {
  background-color: #0f0f0f;
}

.light-gray-bg {
  background-color: #fafafa;
}

.bg-color-one {
  background-color: #101218;
}

.bg-color-two {
  background-color: #0f141b;
}

/*===== All Button Style =====*/
button {
  border: none;
}

.main-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 30px;
  font-weight: 700;
  text-transform: capitalize;
  border-radius: 5px;
  color: #fff;
  line-height: 25px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.main-btn:after {
  display: inline-block;
  content: "";
  font-family: "Font Awesome 5 pro";
  font-weight: 400;
  margin-left: 10px;
}

.main-btn.btn-red {
  background-color: #083a83;
}

.main-btn.btn-red:hover {
  background-color: #0f0f0f;
  color: #fff;
}

.main-btn.btn-blue {
  background-color: #007eff;
}

.main-btn.btn-blue:hover {
  color: #fff;
  background-color: #0065cd;
}

.main-btn.btn-white {
  background-color: #fff;
  color: #083a83;
}

.main-btn.btn-white:hover {
  background-color: #1a1a1a;
  color: #fff;
}

.main-btn.btn-black {
  background-color: #0f0f0f;
  color: #fff;
}

.main-btn.btn-black:hover {
  background-color: #083a83;
}

.main-btn.filled-btn {
  padding: 14px 30px;
  color: #083a83;
  border: 1px solid rgba(26, 26, 26, 0.102);
}

.main-btn.filled-btn:hover {
  background-color: #083a83;
  color: #fff;
  border-color: transparent;
}

.main-btn.filled-white {
  color: #fff;
}

.main-btn.filled-white:hover {
  border-color: transparent;
  background-color: #fff;
  color: #083a83;
}

.btn-link {
  font-weight: 700;
  color: #083a83;
  text-decoration: underline;
}

.btn-link:after {
  display: inline-block;
  content: "";
  font-family: "Font Awesome 5 pro";
  font-weight: 400;
  margin-left: 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.btn-link:hover {
  color: #1a1a1a;
}

.btn-link:hover:after {
  margin-left: 12px;
}

/* Custom Animation */
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes shake {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

.animate-float-x {
  -webkit-animation-name: float-x;
  animation-name: float-x;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.animate-float-y {
  -webkit-animation-name: float-y;
  animation-name: float-y;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes float-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@-webkit-keyframes float-x {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes float-x {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

/*===== Nice Select =====*/
.nice-select {
  padding: 0 10px;
  border: none;
  border-radius: 0px;
  font-size: 16px;
}

.nice-select:after {
  position: absolute;
  right: 0;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.nice-select ul.list {
  border-radius: 0;
}

.nice-select .option {
  padding: 0 10px;
}

/*
    Start Preloader css
*/
.preloader {
  background-color: #fff;
  bottom: 0;
  height: 100vh;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 99999;
}

.preloader .loader {
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.preloader .pre-box {
  width: 50px;
  height: 50px;
  background: #083a83;
  -webkit-animation: loaderAnimate 0.5s linear infinite;
  animation: loaderAnimate 0.5s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
}

.preloader .pre-shadow {
  width: 50px;
  height: 5px;
  background: #000;
  opacity: 0.1;
  position: absolute;
  top: 59px;
  left: 0;
  border-radius: 50%;
  -webkit-animation: loaderShadow 0.5s linear infinite;
  animation: loaderShadow 0.5s linear infinite;
}

@-webkit-keyframes loaderAnimate {
  17% {
    border-bottom-right-radius: 3px;
  }

  25% {
    -webkit-transform: translateY(9px) rotate(22.5deg);
    transform: translateY(9px) rotate(22.5deg);
  }

  50% {
    -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }

  75% {
    -webkit-transform: translateY(9px) rotate(67.5deg);
    transform: translateY(9px) rotate(67.5deg);
  }

  100% {
    -webkit-transform: translateY(0) rotate(90deg);
    transform: translateY(0) rotate(90deg);
  }
}

@keyframes loaderAnimate {
  17% {
    border-bottom-right-radius: 3px;
  }

  25% {
    -webkit-transform: translateY(9px) rotate(22.5deg);
    transform: translateY(9px) rotate(22.5deg);
  }

  50% {
    -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }

  75% {
    -webkit-transform: translateY(9px) rotate(67.5deg);
    transform: translateY(9px) rotate(67.5deg);
  }

  100% {
    -webkit-transform: translateY(0) rotate(90deg);
    transform: translateY(0) rotate(90deg);
  }
}

@-webkit-keyframes loaderShadow {
  50% {
    -webkit-transform: scale(1.2, 1);
    transform: scale(1.2, 1);
  }
}

@keyframes loaderShadow {
  50% {
    -webkit-transform: scale(1.2, 1);
    transform: scale(1.2, 1);
  }
}

/*
    Start Back to top css
*/
.back-to-top {
  background: #083a83;
  border-radius: 50%;
  bottom: 30px;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  right: 30px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 337;
}

.back-to-top:hover,
.back-to-top:focus {
  background: #0c1b36;
  color: #fff;
}

/*
    End scroll_up css
*/
/*====================
    End COMMON css 
======================*/
/*---==================
    01. Header css 
=================----*/
.transparent-header {
  position: absolute;
  background-color: transparent;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.topbar-one {
  padding: 15px 0;
  padding-left: 270px;
}

@media only screen and (min-width: 1200px) and (max-width: 1650px) {
  .topbar-one {
    padding-left: 150px;
  }
}

@media (max-width: 1199px) {
  .topbar-one {
    display: none;
  }
}

.topbar-one .top-left span.text {
  font-weight: 600;
  color: #74787c;
}

.topbar-one .top-left span.text:not(:last-child):after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  margin-left: 35px;
  margin-right: 35px;
  width: 4px;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.4);
  vertical-align: middle;
}

@media (max-width: 1199px) {
  .topbar-one .top-left span.text:not(:last-child):after {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.topbar-one .top-left span.text i {
  color: #083a83;
  margin-right: 7px;
}

.topbar-one .top-left span.text span {
  font-weight: 400;
  color: #fefefe;
  margin-left: 10px;
}

.topbar-one .top-right .social-link li:not(:last-child):after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  width: 4px;
  height: 4px;
  margin-right: 15px;
  margin-left: 15px;
  background-color: rgba(255, 255, 255, 0.4);
  vertical-align: middle;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.topbar-one .top-right .social-link li a:hover {
  color: #083a83;
}

.topbar-two {
  padding: 10px 0 9px;
  border-bottom: 1px solid #edf2f5;
}

@media (max-width: 1199px) {
  .topbar-two {
    display: none;
  }
}

.topbar-two .top-left span.text {
  font-weight: 600;
  color: #74787c;
}

.topbar-two .top-left span.text:not(:last-child):after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  margin-left: 35px;
  margin-right: 35px;
  width: 4px;
  height: 4px;
  background-color: rgba(26, 26, 26, 0.4);
  vertical-align: middle;
}

@media (max-width: 1199px) {
  .topbar-two .top-left span.text:not(:last-child):after {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.topbar-two .top-left span.text i {
  color: #67b953;
  /* margin-right: 7px; */
  margin-right: 4px;
}

.topbar-two .top-left span.text span {
  font-weight: 400;
  color: #1a1a1a;
  margin-left: 10px;
}

.topbar-two .top-right .social-link:after {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  background-color: rgba(26, 26, 26, 0.4);
  vertical-align: middle;
  margin-left: 25px;
  margin-right: 20px;
}

.topbar-two .top-right .social-link li:not(:last-child) {
  margin-right: 20px;
}

.topbar-two .top-right .social-link li a:hover {
  color: #67b953;
}

.topbar-two .top-right .nice-select {
  padding-right: 15px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  color: #1a1a1a;
}

.topbar-two .top-right .nice-select:after {
  color: #67b953;
}

/* Header Navigation CSS */
.primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.primary-menu .site-branding {
  max-width: 200px;
}

.header-navigation {
  padding: 23px 0;
}

.header-navigation .nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
}

.header-navigation .nav-overlay.active {
  visibility: visible;
  opacity: 1;
}

.header-navigation .main-menu ul>li {
  display: inline-block;
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1650px) {
  .header-navigation .main-menu ul>li {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.header-navigation .main-menu ul>li.has-children>a:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  display: inline-block;
  font-size: 14px;
  margin-left: 5px;
  margin-top: 2px;
  float: right;
}

@media (max-width: 1199px) {
  .header-navigation .main-menu ul>li.has-children>a:after {
    display: none;
  }
}

.header-navigation .main-menu ul>li.has-children .sub-menu li.has-children:hover>a:after {
  color: #083a83;
}

.header-navigation .main-menu ul>li.has-children .sub-menu li.has-children>a:after {
  margin-left: 0px;
  margin-right: 5px;
  color: #1a1a1a;
}

.header-navigation .main-menu ul>li>a {
  position: relative;
  display: block;
  font-size: 18px;
  color: #1a1a1a;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  padding: 10px 0;
  text-transform: capitalize;
  line-height: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1650px) {
  .header-navigation .main-menu ul>li>a {
    font-size: 16px;
  }
}

.header-navigation .main-menu ul>li>a:before {
  position: absolute;
  bottom: 5px;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #083a83;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.header-navigation .main-menu ul>li>a.active {
  color: #083a83;
}

.header-navigation .main-menu ul>li .sub-menu {
  position: absolute;
  /* left: 0; */
  right: -150%;
  top: 120%;
  /* min-width: 240px; */
  min-width: 350px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 99;
  padding: 15px 0;
  height: auto;
  text-align: left;
  border-radius: 5px;
  -webkit-box-shadow: 0 30px 70px 0 rgba(137, 139, 142, 0.15);
  box-shadow: 0 30px 70px 0 rgba(137, 139, 142, 0.15);
}

.header-navigation .main-menu ul>li .sub-menu li {
  display: block;
  margin: 0;
}

.header-navigation .main-menu ul>li .sub-menu li:last-child>a {
  border-bottom: none;
}

.header-navigation .main-menu ul>li .sub-menu li a {
  display: block;
  padding: 0 20px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 0;
  line-height: 2.7;
  margin: 0;
  font-size: 16px;
  color: #1a1a1a;
}

.header-navigation .main-menu ul>li .sub-menu li a:before {
  display: none;
}

.header-navigation .main-menu ul>li .sub-menu li a:hover {
  color: #083a83;
}

.header-navigation .main-menu ul>li .sub-menu li .sub-menu {
  left: 100%;
  top: 50%;
}

.header-navigation .main-menu ul>li .sub-menu li:hover .sub-menu {
  top: 0%;
}

.header-navigation .main-menu ul>li .sub-menu li:hover>a {
  color: #083a83;
}

.header-navigation .main-menu ul>li:hover>a {
  color: #083a83;
}

.header-navigation .main-menu ul>li:hover>a:before {
  width: 100%;
}

.header-navigation .main-menu ul>li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.header-navigation .main-menu ul>li .dd-trigger {
  display: none;
}

@media (max-width: 767px) {

  .header-navigation .nav-right-item .menu-button,
  .header-navigation .nav-right-item .call-button {
    display: none;
  }
}

.header-navigation.breakpoint-on .sidebar-logo {
  display: block;
}

.header-navigation.breakpoint-on .nav-menu {
  text-align: left;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: -300px;
  z-index: 9999;
  width: 300px;
  height: 100%;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  padding: 0;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  display: block;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-top: 70px;
}

.header-navigation.breakpoint-on .nav-menu.menu-on {
  left: 0;
}

.header-navigation.breakpoint-on .nav-menu .main-menu ul li {
  display: block;
  margin: 0;
  border-bottom: 1px solid #ececec;
}

.header-navigation.breakpoint-on .nav-menu .main-menu ul li:last-child {
  border-bottom: 0;
}

.header-navigation.breakpoint-on .nav-menu .main-menu ul li.active .sub-menu {
  border-top: 1px solid #ececec;
}

.header-navigation.breakpoint-on .nav-menu .main-menu ul li a {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #1a1a1a;
  padding: 13px 20px;
}

.header-navigation.breakpoint-on .nav-menu .main-menu ul li .sub-menu {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  visibility: visible;
  opacity: 1;
  display: none;
  -webkit-transition: none;
  transition: none;
}

.header-navigation.breakpoint-on .nav-menu .main-menu ul li .sub-menu li a {
  color: #1a1a1a;
  padding: 0px 20px 0 40px;
  line-height: 45px !important;
}

.header-navigation.breakpoint-on .nav-menu .main-menu ul li .sub-menu li a:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

.header-navigation.breakpoint-on .nav-menu .main-menu ul li .dd-trigger {
  display: block;
  position: absolute;
  right: 0;
  height: 42px;
  width: 45px;
  top: 0;
  border-left: 1px solid #eaeaea;
  z-index: 2;
  background: transparent;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
  color: #1a1a1a;
  font-size: 20px;
}

.header-navigation.breakpoint-on .nav-menu .main-menu.menu-on {
  left: 0;
}

.header-navigation.breakpoint-on .navbar-toggler,
.header-navigation.breakpoint-on .navbar-close {
  display: block;
}

.header-navigation .navbar-toggler {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  display: none;
  margin-left: 30px;
}

.header-navigation .navbar-toggler span {
  position: relative;
  background-color: #1a1a1a;
  border-radius: 3px;
  display: block;
  height: 3px;
  margin-top: 5px;
  padding: 0;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  width: 30px;
  cursor: pointer;
  display: block;
}

.header-navigation .navbar-toggler.active span:nth-of-type(1) {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  top: 8px;
}

.header-navigation .navbar-toggler.active span:nth-of-type(2) {
  opacity: 0;
}

.header-navigation .navbar-toggler.active span:nth-of-type(3) {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
  top: -8px;
}

.header-navigation .navbar-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 12;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: none;
  cursor: pointer;
  background: #083a83;
}

.header-navigation .navbar-close i {
  color: #fff;
  font-size: 20px;
}

/* Navigation White */
.navigation-white.header-navigation .main-menu ul>li>a {
  color: #fff;
}

.navigation-white.header-navigation .main-menu ul>li:hover>a {
  color: #083a83;
}

/* Navigation Default */
.navigation-default .primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* Navigation One */
.navigation-one .site-branding {
  margin-top: -55px;
}

@media only screen and (min-width: 1200px) and (max-width: 1650px) {
  .navigation-one .site-branding {
    margin-top: -25px;
  }
}

@media (max-width: 1199px) {
  .navigation-one .site-branding {
    margin-top: 0;
  }
}

.navigation-one .site-branding .default-sticky-logo {
  display: none;
}

.navigation-one .nav-inner-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-left: 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1650px) {
  .navigation-one .nav-inner-menu {
    margin-left: 30px;
  }
}

@media (max-width: 1199px) {
  .navigation-one .nav-inner-menu {
    margin-left: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.navigation-one .nav-right-item .call-button {
  margin-right: 35px;
}

.navigation-one .nav-right-item .call-button span {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
}

.navigation-one .nav-right-item .call-button span:hover {
  color: #083a83;
}

.navigation-one .nav-right-item .call-button span i {
  margin-right: 10px;
  color: #083a83;
  font-size: 30px;
}

.navigation-one .navbar-toggler span {
  background-color: #fff;
}

.navigation-one .main-menu ul>li>a.active {
  color: #083a83;
}

.navigation-one.sticky .site-branding {
  margin-top: 0;
}

.navigation-one.sticky .site-branding .default-logo {
  display: none;
}

.navigation-one.sticky .site-branding .default-sticky-logo {
  display: block;
}

.navigation-one.sticky .navbar-toggler span {
  background-color: #1a1a1a;
}

.navigation-one.sticky .main-menu ul>li>a {
  color: #1a1a1a;
}

.navigation-one.sticky .main-menu ul>li>a.active {
  color: #083a83;
}

.navigation-one.sticky .nav-right-item .call-button span {
  color: #1a1a1a;
}

.navigation-one.sticky .nav-right-item .call-button span:hover {
  color: #083a83;
}

.navigation-two .primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navigation-two .nav-inner-menu {
  margin-left: 150px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (min-width: 1200px) and (max-width: 1650px) {
  .navigation-two .nav-inner-menu {
    margin-left: 90px;
  }
}

@media (max-width: 1199px) {
  .navigation-two .nav-inner-menu {
    margin-left: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.navigation-two .nav-right-item .sign-in-button {
  margin-right: 25px;
}

/* Header Sticky */
.header-navigation.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #fff;
  -webkit-animation: sticky 1.2s;
  animation: sticky 1.2s;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(110, 104, 162, 0.1);
  box-shadow: 0px 10px 30px 0px rgba(110, 104, 162, 0.1);
}

@-webkit-keyframes sticky {
  0% {
    top: -200px;
  }

  100% {
    top: 0;
  }
}

@keyframes sticky {
  0% {
    top: -200px;
  }

  100% {
    top: 0;
  }
}

/*---==================
    03. Hero css 
=================----*/
@-webkit-keyframes rotatecircle {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotatecircle {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.hero-slider-one .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  color: #1a1a1a;
}

.hero-slider-one .slick-arrow.prev {
  left: 10px;
}

.hero-slider-one .slick-arrow.next {
  right: 10px;
}

.hero-content span.tag-line {
  margin-bottom: 25px;
}

.hero-content h1 {
  font-size: 90px;
  line-height: 1em;
  margin-bottom: 40px;
  letter-spacing: -0.05em;
}

@media (max-width: 1199px) {
  .hero-content h1 {
    font-size: 50px;
    line-height: 60px;
  }
}

@media (max-width: 450px) {
  .hero-content h1 {
    font-size: 32px;
    line-height: 45px;
  }
}

.hero-content .hero-button a {
  margin-bottom: 10px;
}

.hero-content .hero-button a:not(first-child) {
  margin-left: 10px;
}

.hero-content .hero-button a.main-btn.filled-btn {
  padding: 13px 30px;
  border: 2px solid rgba(255, 255, 255, 0.102);
}

.banner-one {
  padding: 292px 0 175px;
}

@media (max-width: 767px) {
  .banner-one {
    padding: 230px 0 175px;
  }
}

.banner-one .shape {
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.banner-one .shape.shape-one {
  left: 0;
}

.banner-one .shape.shape-two {
  right: 10%;
  bottom: 35%;
}

@media (max-width: 1199px) {
  .banner-one .shape.shape-two {
    display: none;
  }
}

.banner-one .shape.shape-two span {
  -webkit-animation: rotatecircle infinite 8s linear;
  animation: rotatecircle infinite 8s linear;
}

.banner-one .hero-content .hero-button .main-btn.btn-red:hover {
  background-color: #fff;
  color: #083a83;
}

.banner-two .single-slider {
  position: relative;
  padding: 150px 0;
  z-index: 1;
}

.banner-two .single-slider .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 1.4s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1.4s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.banner-two .single-slider .image-layer:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(24, 28, 34, 0.4);
  mix-blend-mode: multiply;
  z-index: -1;
}

.banner-two .single-slider.slick-current .image-layer {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.banner-two .hero-content {
  position: relative;
  padding: 75px 0 80px;
  z-index: 1;
}

.banner-two .hero-content .shape-bg {
  position: absolute;
  top: 0;
  left: -90px;
  content: "";
  width: 220px;
  height: 100%;
  background-color: #67b953;
  z-index: -1;
}

.banner-two .hero-content span.tag-line {
  color: #fff;
}

.banner-two .hero-content .hero-button .main-btn.btn-white {
  color: #1a1a1a;
}

.banner-three {
  padding: 170px 0 110px;
}

.banner-three .shape {
  position: absolute;
  z-index: -1;
}

.banner-three .shape.shape-one {
  bottom: 3%;
  left: 5%;
}

.banner-three .shape.shape-two {
  bottom: 0%;
  left: 7%;
}

.banner-three .shape.shape-three {
  top: 0;
  left: 13%;
}

.banner-three .shape.shape-four {
  top: 170px;
  right: 40%;
}

.banner-three .shape.shape-five {
  top: 230px;
  right: 17%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-three .shape.shape-five {
    right: 7%;
  }
}

@media (max-width: 991px) {
  .banner-three .shape.shape-five {
    top: auto;
    right: 17%;
    bottom: 150px;
  }
}

.banner-three .shape.shape-five span {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background-color: #007eff;
  -webkit-filter: blur(100px);
  filter: blur(100px);
}

@media (max-width: 1199px) {
  .banner-three .shape.shape-five span {
    width: 350px;
    height: 350px;
  }
}

@media (max-width: 767px) {
  .banner-three .shape.shape-five span {
    width: 300px;
    width: 300px;
  }
}

.banner-three .shape.shape-six {
  top: 230px;
  right: 15%;
}

.banner-three .shape.shape-six span {
  -webkit-animation: rotatecircle infinite 8s linear;
  animation: rotatecircle infinite 8s linear;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-three .shape.shape-six {
    right: 7%;
  }
}

.banner-three .hero-content h1 {
  padding-right: 16%;
  font-size: 70px;
  line-height: 75px;
  color: #fff;
  letter-spacing: -0.05px;
}

@media (max-width: 1199px) {
  .banner-three .hero-content h1 {
    padding-right: 0;
    font-size: 52px;
    line-height: 65px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-three .hero-content h1 {
    padding-right: 20%;
  }
}

@media (max-width: 450px) {
  .banner-three .hero-content h1 {
    font-size: 42px;
    line-height: 55px;
  }
}

.banner-three .hero-content p {
  padding-right: 20%;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .banner-three .hero-content {
    margin-bottom: 50px;
  }
}

.banner-three .hero-img-box .hero-img {
  max-width: 730px;
}

@media only screen and (min-width: 1200px) and (max-width: 1650px) {
  .banner-three .hero-img-box .hero-img {
    max-width: 630px;
  }
}

@media (max-width: 1199px) {
  .banner-three .hero-img-box .hero-img {
    max-width: 100%;
  }
}

.page-banner {
  padding: 315px 0 180px;
}

.page-banner:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(26, 26, 26, 0.9); */
  background-color: rgba(26, 26, 26, 0.5);
  mix-blend-mode: multiply;
  z-index: -1;
}

.page-banner .page-banner-content h1.page-title {
  color: #fff;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .page-banner .page-banner-content h1.page-title {
    font-size: 36px;
    line-height: 45px;
  }
}

.page-banner .page-banner-content .breadcrumb-link::before {
  display: inline-block;
  content: "";
  font-family: "Font Awesome 5 pro";
  font-weight: 400;
  /* color: #083a83; */
  color: #67b953;
  margin-right: 15px;
}

.page-banner .page-banner-content .breadcrumb-link li {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1em;
}

.page-banner .page-banner-content .breadcrumb-link li:not(:last-child):after {
  display: inline-block;
  content: "";
  width: 5px;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.6);
  vertical-align: middle;
  margin-left: 23px;
  margin-right: 19px;
}

.page-banner .page-banner-content .breadcrumb-link li.active {
  /* color: #083a83;
  border-bottom: 1px solid #083a83; */
  color: #67b953;
  border-bottom: 1px solid #67b953;
}

.quote-box-one {
  background-color: #083a83;
  padding: 90px 80px;
  border-radius: 120px 5px 5px 5px;
}

@media (max-width: 767px) {
  .quote-box-one {
    padding: 50px 40px;
  }
}

.quote-box-one h2 {
  font-size: 65px;
  line-height: 1em;
  color: #fff;
  letter-spacing: -0.03em;
}

@media (max-width: 1199px) {
  .quote-box-one h2 {
    font-size: 42px;
    line-height: 55px;
  }
}

@media (max-width: 767px) {
  .quote-box-one h2 {
    font-size: 32px;
    line-height: 42px;
  }
}

.quote-box-two {
  padding: 30px 55px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #083a83;
  max-width: 265px;
}

.quote-box-two h3 {
  font-size: 30px;
  line-height: 35px;
  letter-spacing: -0.03em;
  color: #fff;
}

.quote-box-three {
  background-color: #083a83;
  max-width: 390px;
  padding: 50px;
}

@media (max-width: 767px) {
  .quote-box-three {
    padding: 50px 30px;
  }
}

.quote-box-three h3 {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.03em;
  color: #fff;
  margin-bottom: 20px;
}

.quote-box-three .author-thumb-title .author-thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65px;
  flex: 0 0 65px;
  max-width: 65px;
  margin-right: 20px;
}

.quote-box-three .author-thumb-title .author-thumb img {
  width: 100%;
  border-radius: 50%;
}

.quote-box-three .author-thumb-title .author-title h4.title {
  color: #fff;
}

.quote-box-three .author-thumb-title .author-title p.position {
  color: #fff;
  font-weight: 700;
}

.quote-box-four {
  background-color: #083a83;
  border-radius: 65px 15px 15px 15px;
  max-width: 385px;
  padding: 55px 40px 50px 55px;
}

@media (max-width: 767px) {
  .quote-box-four {
    padding: 35px 30px 30px 35px;
  }
}

.quote-box-four h3 {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.03em;
}

@media (max-width: 767px) {
  .quote-box-four h3 {
    font-size: 22px;
    line-height: 32px;
  }
}

.quote-box-rotate-90 {
  background-color: #083a83;
  padding: 20px 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/*---==================
    04. About css 
=================----*/
/* About Section */
.about-section {
  position: relative;
}

.about-section .shape {
  position: absolute;
}

.about-section .shape.shape-one {
  top: 0;
  right: 0;
}

.about-section .quote-box-one {
  position: relative;
  z-index: 2;
  margin-top: -185px;
}

@media (max-width: 991px) {
  .about-section .quote-box-one {
    margin-top: 0;
    max-width: 500px;
  }
}

/* About Image box */
.about-two_image-box .about-one-img {
  position: relative;
  max-width: 600px;
}

.about-two_image-box .about-one-img .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 26, 26, 0.3);
}

.about-two_image-box .about-one-img .play-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.about-two_image-box .quote-box-four {
  position: relative;
  margin-top: -145px;
  margin-left: -60px;
}

@media (max-width: 1199px) {
  .about-two_image-box .quote-box-four {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .about-two_image-box .quote-box-four {
    margin-top: -45px;
  }
}

.about-three_image-box .about-one-img {
  margin-top: 70px;
  width: 100%;
}

.about-three_image-box .about-two-img img {
  width: 100%;
}

.about-three_image-box .big-logo {
  position: absolute;
  left: 35%;
  bottom: 40px;
}

.about-three_image-box .big-logo img {
  border-radius: 15px;
}

.about-five_image-box {
  position: relative;
}

.about-five_image-box .about-img-one {
  margin-top: 70px;
}

@media (max-width: 767px) {
  .about-five_image-box .about-img-one {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .about-five_image-box img {
    width: 100%;
  }
}

.about-five_image-box .big-logo {
  position: absolute;
  bottom: 50px;
  right: 130px;
}

.about-six_image-box .shape {
  position: absolute;
  z-index: -1;
}

.about-six_image-box .shape.shape-one {
  bottom: 0;
  left: 50px;
}

.about-six_image-box .shape.shape-one span {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: #007eff;
  -webkit-filter: blur(100px);
  filter: blur(100px);
}

.about-six_image-box .about-img-two {
  position: absolute;
  right: 70px;
  top: 100px;
}

/* About Content box */
.about-five_content-box>p {
  margin-bottom: 20px;
}

.about-five_content-box ul.check-style-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.about-five_content-box ul.check-style-two li {
  width: 50%;
}

.about-five_content-box .avatar-box .thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  max-width: 80px;
  margin-right: 25px;
}

.about-five_content-box .avatar-box .text img {
  margin-bottom: 7px;
}

.tab-content-box .nav-tabs {
  border-bottom: none;
}

.tab-content-box .nav-tabs .nav-item:not(:last-child) {
  margin-right: 10px;
}

.tab-content-box .nav-tabs .nav-link {
  padding: 9px 30px;
  border: 1px solid rgba(26, 26, 26, 0.102);
  border-radius: 5px;
  font-weight: 800;
  color: #1a1a1a;
}

.tab-content-box .nav-tabs .nav-link.active {
  background-color: #fff;
  border-color: transparent;
  color: #083a83;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(115, 115, 115, 0.15);
  box-shadow: 0px 10px 60px 0px rgba(115, 115, 115, 0.15);
}

.tab-content-box .content-box>p {
  margin-bottom: 20px;
}

.tab-content-box .check-style-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tab-content-box .check-style-two li {
  width: 50%;
}

/*---==================
    05. Service css 
=================----*/
/* Service Slider One */
.service-slider-one {
  margin-left: -15px;
  margin-right: -15px;
}

.service-slider-one .slick-list {
  padding-bottom: 30px;
}

.service-slider-one .service-item {
  margin-left: 15px;
  margin-right: 15px;
}

/* Service Item*/
.service-item:hover .text {
  visibility: hidden;
  opacity: 0;
}

.service-item:hover .hover-text {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  visibility: visible;
  opacity: 1;
}

.service-item:hover .hover-text .icon-btn {
  color: #1a1a1a;
}

.service-item .img-holder img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.service-item .service-content {
  position: relative;
  max-width: 260px;
  margin-left: auto;
  margin-right: 35px;
  margin-top: -50px;
  border-radius: 5px;
}

.service-item .text {
  background-color: #fff;
  padding: 20px 35px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.service-item .text i {
  font-size: 45px;
  color: #083a83;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45px;
  flex: 0 0 45px;
  max-width: 45px;
}

.service-item .text h3 {
  font-size: 20px;
  line-height: 25px;
}

.service-item .hover-text {
  position: absolute;
  bottom: 0;
  padding: 30px 30px 23px;
  background-color: #083a83;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.service-item .hover-text .title-icon {
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.302);
}

.service-item .hover-text .title-icon i {
  font-size: 45px;
  color: #fff;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45px;
  flex: 0 0 45px;
  max-width: 45px;
}

.service-item .hover-text .title-icon h3 {
  font-size: 20px;
  line-height: 25px;
}

.service-item .hover-text .title-icon h3:hover {
  color: #1a1a1a;
}

.service-item .hover-text .icon-btn {
  position: absolute;
  bottom: -20px;
  right: 20px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fff;
  color: #083a83;
}

/* Service Item Two*/
.service-item-two {
  background-color: #fff;
  padding: 35px 30px 30px;
}

.service-item-two:hover .icon {
  -webkit-animation: shake linear 0.3s infinite;
  animation: shake linear 0.3s infinite;
}

.service-item-two .icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: rgba(249, 77, 28, 0.05);
  font-size: 55px;
  color: #083a83;
  margin-bottom: 25px;
}

.service-item-two .text h3 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 6px;
}

.service-item-two .text h3:hover {
  color: #083a83;
}

.service-item-two .text p {
  margin-bottom: 10px;
}

.service-item-three {
  padding: 0 38px 40px;
  border-radius: 7px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(97, 142, 188, 0.10196)), color-stop(60%, rgba(39, 57, 76, 0.21)), to(rgba(1, 1, 1, 0.32157)));
  background: linear-gradient(-180deg, rgba(97, 142, 188, 0.10196) 0%, rgba(39, 57, 76, 0.21) 60%, rgba(1, 1, 1, 0.32157) 100%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-item-three {
    padding: 0 25px 40px;
  }
}

.service-item-three .icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #007eff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 45px;
  color: #fff;
  margin-top: -45px;
}

.service-item-three .text {
  padding-top: 30px;
}

.service-item-three .text h3.title {
  color: #fff;
  margin-bottom: 10px;
}

.service-item-three .text p {
  margin-bottom: 15px;
}

.service-item-three .text .btn-link {
  color: #fff;
}

/* Service Section */
.service-section:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #1a1a1a;
  mix-blend-mode: multiply;
  z-index: -1;
}

/* Service Section Two*/
.service-section-two {
  position: relative;
  z-index: 1;
  background-color: #222933;
}

.service-section-two:after {
  position: absolute;
  content: "";
  width: 142.7%;
  height: 100%;
  background: #222933;
  top: 0;
  left: -32%;
  z-index: -1;
}

@media (max-width: 1199px) {
  .service-section-two:after {
    display: none;
  }
}

/* Service Section Three*/
.service-section-three .shape {
  position: absolute;
}

.service-section-three .shape.shape-one {
  bottom: 0;
  right: 0;
}

/* Solution Image Box*/
.solution-one_image-box {
  max-width: 575px;
}

.solution-one_image-box .solution-img-one {
  margin-top: 35%;
  margin-left: auto;
}

.solution-one_image-box .solution-img-two {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

@media (max-width: 450px) {
  .solution-one_image-box .solution-img-two {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 40px;
  }
}

.solution-one_image-box .company-card {
  position: absolute;
  top: 70px;
  left: 90px;
}

/* Optimization Image Box*/
.optimization-one_image-box {
  position: relative;
  max-width: 570px;
  margin-left: auto;
}

.optimization-one_image-box .big-logo {
  position: absolute;
  left: -65px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .optimization-one_image-box .big-logo {
    left: 0;
  }
}

@media (max-width: 450px) {
  .optimization-one_image-box .big-logo {
    left: 0;
  }
}

/*---==================
    06. Features css 
=================----*/
/* Features Item */
.features-item {
  padding: 35px 35px 25px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(172, 172, 172, 0.1);
  box-shadow: 0px 10px 60px 0px rgba(172, 172, 172, 0.1);
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.features-item:hover {
  border-color: #083a83;
}

.features-item:hover .icon i {
  -webkit-animation: shake linear 0.3s infinite;
  animation: shake linear 0.3s infinite;
}

.features-item .icon {
  margin-bottom: 10px;
}

.features-item .icon i {
  font-size: 50px;
  line-height: 1em;
  color: #083a83;
}

.features-item .text h4.title {
  margin-bottom: 10px;
  letter-spacing: -0.03em;
}

.features-item-two {
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(24, 28, 34, 0.07);
  box-shadow: 0px 10px 60px 0px rgba(24, 28, 34, 0.07);
  border-radius: 7px;
  padding: 40px;
  gap: 30px;
}

@media (max-width: 450px) {
  .features-item-two {
    padding: 40px 20px;
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}

.features-item-two:hover .icon {
  background-color: #083a83;
  color: #fff;
}

.features-item-two:hover .icon-btn {
  background-color: #083a83;
  border-color: transparent;
  color: #fff;
}

.features-item-two span.number {
  font-size: 24px;
  color: #1a1a1a;
  font-weight: 800;
  font-family: "Manrope", sans-serif;
}

.features-item-two .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: transparent;
  color: #083a83;
  font-size: 50px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 450px) {
  .features-item-two .icon {
    width: 100px;
  }
}

@media (max-width: 1199px) {
  .features-item-two .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.features-item-two .text h3.title {
  letter-spacing: -0.03em;
}

@media (max-width: 450px) {
  .features-item-two .text h3.title {
    margin-bottom: 20px;
  }
}

.features-item-two .icon-btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  max-width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid rgba(24, 28, 34, 0.102);
  font-size: 18px;
  color: #083a83;
}

@media (max-width: 450px) {
  .features-item-two .icon-btn {
    width: 60px;
  }
}

.features-item-three {
  padding: 35px 35px 28px;
  border: 1px solid rgba(26, 26, 26, 0.071);
}

.features-item-three .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  max-width: 40px;
  margin-right: 20px;
}

.features-item-three .icon i {
  color: #083a83;
  font-size: 40px;
}

.features-item-three .text {
  margin-top: -7px;
}

.features-item-three .text h4.title {
  margin-bottom: 10px;
}

.features-item-left-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 450px) {
  .features-item-left-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .features-item-left-box .icon {
    margin-bottom: 20px;
  }
}

.features-item-left-box .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45px;
  flex: 0 0 45px;
  max-width: 45px;
  margin-right: 20px;
}

.features-item-left-box .icon i {
  font-size: 45px;
  color: #083a83;
}

.features-item-left-box .text {
  margin-top: -7px;
}

.features-item-left-box .text h4.title {
  margin-bottom: 10px;
}

/* Features Image box */
.features-one_img-box {
  position: relative;
  max-width: 570px;
  min-height: 775px;
}

.features-one_img-box .features-img-two {
  position: absolute;
  bottom: 0;
  right: 0;
}

.features-one_img-box .quote-box-two {
  position: absolute;
  bottom: 22%;
  left: 0;
}

.features-one_img-box .big-logo {
  position: absolute;
  top: 150px;
  right: 50px;
}

.features-two_img-box .shape {
  position: absolute;
  z-index: -1;
}

.features-two_img-box .shape.shape-one {
  bottom: 30px;
  left: 50px;
}

.features-two_img-box .shape.shape-one span {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: #007eff;
  -webkit-filter: blur(100px);
  filter: blur(100px);
}

/* Features Section */
.features-section .shape {
  position: absolute;
}

@media (max-width: 767px) {
  .features-section .shape {
    display: none;
  }
}

.features-section .shape.shape-one {
  left: 80px;
  bottom: 140px;
}

@media (max-width: 1199px) {
  .features-section .shape.shape-one {
    bottom: 45%;
  }
}

.features-section .shape.shape-one span {
  width: 650px;
  height: 650px;
  border-radius: 50%;
  border: 130px solid rgba(249, 77, 28, 0.102);
}

.features-wrapper {
  margin-left: -90px;
  margin-right: -90px;
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(97, 142, 188, 0.10196)), color-stop(60%, rgba(39, 57, 76, 0.21)), to(rgba(1, 1, 1, 0.32157)));
  background: linear-gradient(-180deg, rgba(97, 142, 188, 0.10196) 0%, rgba(39, 57, 76, 0.21) 60%, rgba(1, 1, 1, 0.32157) 100%);
  padding: 70px 90px 30px;
  border-radius: 8px;
}

@media (max-width: 1199px) {
  .features-wrapper {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (max-width: 991px) {
  .features-wrapper {
    padding: 50px 30px;
  }
}

/*---==================
    07. Elements css 
=================----*/
/* Company Card*/
.company-card {
  padding: 20px 25px 20px;
  background-color: #fff;
  max-width: 165px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(114, 114, 114, 0.3);
  box-shadow: 0px 10px 60px 0px rgba(114, 114, 114, 0.3);
}

.company-card h5 {
  margin-bottom: 15px;
}

/* Video Popup */
.video-popup {
  position: relative;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #083a83;
}

.video-popup:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: -1;
}

/* Content box gap */
.content-box-gap>p {
  margin-bottom: 30px;
}

.content-box-gap ul {
  margin-bottom: 30px;
}

/* Checkbox style */
.form_checkbox input[type=checkbox] {
  display: none;
}

.form_checkbox input[type=checkbox]:checked+label span:after {
  visibility: visible;
  opacity: 1;
}

.form_checkbox label {
  cursor: pointer;
}

.form_checkbox label span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form_checkbox label span:before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  max-width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid rgba(26, 26, 26, 0.2);
  margin-right: 10px;
}

.form_checkbox label span:after {
  position: absolute;
  top: 10px;
  left: 5px;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #083a83;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.form_checkbox_two input[type=checkbox] {
  display: none;
}

.form_checkbox_two input[type=checkbox]:checked+label span:after {
  visibility: visible;
  opacity: 1;
}

.form_checkbox_two label {
  cursor: pointer;
}

.form_checkbox_two label span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  line-height: 1;
  text-align: left;
}

.form_checkbox_two label span:before {
  position: absolute;
  top: -2px;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-right: 10px;
}

.form_checkbox_two label span:after {
  position: absolute;
  top: 5px;
  left: 7px;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 5px;
  background-color: #007eff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

/* Check Style  */
.check-style-one li {
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 5px;
}

.check-style-one li:before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  color: #083a83;
  margin-right: 10px;
}

.check-style-two li {
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 5px;
}

.check-style-two li:before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  color: #fff;
  margin-right: 10px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #083a83;
  font-size: 12px;
}

.check-style-three li {
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 5px;
  display: flex;
}

.check-style-three li:before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  /* -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; */
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  color: #67b953
    /*#083a83*/
  ;
  margin-right: 10px;
}

/* Skill content box  */
.skill-one_content-box .section-title {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(26, 26, 26, 0.102);
}

.skill-one_content-box .section-title p {
  margin-bottom: 15px;
}

/* Skill Image box  */
.skill-one_image-box {
  max-width: 530px;
}

.skill-one_image-box .quote-box-rotate-90 {
  position: absolute;
  top: 108px;
  right: -70px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* Skill Item  */
.single-skill-item .chart-circle {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 85px;
  flex: 0 0 85px;
  max-width: 85px;
  height: 85px;
  margin-right: 30px;
}

.single-skill-item .chart-circle h2.number {
  font-size: 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.single-skill-item .chart-circle h2.number span.sign {
  font-size: 16px;
}

.single-skill-item .text h3.title {
  letter-spacing: -0.03em;
}

/* Fact Section  */
.fact-section-two {
  background-color: #181c22;
  padding-left: 70px;
}

@media (max-width: 1199px) {
  .fact-section-two {
    padding-left: 0;
  }
}

.fact-section-three:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 250px;
  background: url(../images/bg/counter-bg-home-three.png) no-repeat;
  z-index: -1;
}

/* Fact Image box  */
.fact-img_one-box {
  max-width: 650px;
}

.fact-img_one-box .quote-box-three {
  position: absolute;
  top: -180px;
  left: -40px;
}

@media (max-width: 1199px) {
  .fact-img_one-box .quote-box-three {
    left: 0;
  }
}

@media (max-width: 767px) {
  .fact-img_one-box .quote-box-three {
    position: relative;
    top: auto;
    margin-bottom: 50px;
  }
}

/* Fact Content box  */
.fact-one_content-box>p {
  margin-bottom: 40px;
}

/* Counter item  */
.single-counter-item {
  max-width: 470px;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(26, 26, 26, 0.102);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single-counter-item:hover {
  border-color: #083a83;
}

.single-counter-item .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45px;
  flex: 0 0 45px;
  max-width: 45px;
  height: 45px;
  border: 2px solid rgba(26, 26, 26, 0.102);
  border-radius: 50%;
  color: #083a83;
  margin-right: 25px;
}

@media (max-width: 450px) {
  .single-counter-item .text {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.single-counter-item .text h2.number {
  font-size: 50px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
  max-width: 180px;
  font-family: "Manrope", sans-serif;
  color: #083a83;
}

.single-counter-item .text h5 {
  letter-spacing: -0.03em;
}

@media (max-width: 450px) {
  .single-counter-item .text h5 {
    margin-top: 10px;
  }
}

.single-counter-item-two .text {
  padding: 0 10px;
  gap: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-counter-item-two .text {
    padding: 0;
  }
}

.single-counter-item-two .text h2.number {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 130px;
  flex: 0 0 130px;
  max-width: 130px;
  font-size: 50px;
  letter-spacing: -0.03em;
  color: #083a83;
}

.single-counter-item-two .text h5 {
  letter-spacing: -0.03em;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
}

.single-counter-item-three {
  padding: 45px 30px 50px;
  border-radius: 14px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(97, 142, 188, 0.05882)), color-stop(58%, rgba(41, 60, 80, 0.1)), to(rgba(1, 1, 1, 0.14902)));
  background: linear-gradient(-180deg, rgba(97, 142, 188, 0.05882) 0%, rgba(41, 60, 80, 0.1) 58%, rgba(1, 1, 1, 0.14902) 100%);
}

.single-counter-item-three .text h2.number {
  color: #007eff;
  margin-bottom: 10px;
}

.single-counter-item-three .text h5 {
  font-weight: 600;
}

/* Pricing item  */
.pricing-item-one {
  position: relative;
  padding: 35px 35px;
  border: 1px solid rgba(24, 28, 34, 0.071);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.pricing-item-one:hover {
  -webkit-box-shadow: 0px 10px 60px 0px rgba(204, 204, 204, 0.5);
  box-shadow: 0px 10px 60px 0px rgba(204, 204, 204, 0.5);
  border-color: transparent;
}

.pricing-item-one span.save {
  position: absolute;
  top: -13px;
  left: 15px;
  background-color: #083a83;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  border-radius: 13px;
  padding: 5px 15px;
  line-height: 16px;
}

.pricing-item-one .pricing-header {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}

.pricing-item-one .pricing-header:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 10px;
  background: url(../images/line.png) no-repeat center;
  background-size: contain;
  z-index: -1;
}

.pricing-item-one .pricing-header span.plan {
  font-size: 24px;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 15px;
}

.pricing-item-one .pricing-header h2.price {
  letter-spacing: -0.03em;
}

.pricing-item-one .pricing-header h2.price span {
  font-size: 24px;
  line-height: 50px;
  vertical-align: baseline;
}

.pricing-item-one .pricing-body ul.pricing-list {
  margin-bottom: 27px;
}

.pricing-item-one .pricing-body ul.pricing-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  margin-bottom: 12px;
}

.pricing-item-one .pricing-body ul.pricing-list li.uncheck {
  color: rgba(116, 120, 124, 0.3);
}

.pricing-item-one .pricing-body ul.pricing-list li.uncheck::before {
  color: rgba(116, 120, 124, 0.3);
}

.pricing-item-one .pricing-body ul.pricing-list li:before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  color: #083a83;
  margin-right: 10px;
  font-size: 18px;
}

.pricing-item-one .pricing-body .main-btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 200px;
}

.pricing-item-two {
  position: relative;
  padding: 30px 40px 40px;
  background-color: #fafafa;
  border: 1px solid rgba(26, 26, 26, 0.15);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.pricing-item-two:hover {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(204, 204, 204, 0.2);
  box-shadow: 0px 10px 60px 0px rgba(204, 204, 204, 0.2);
}

.pricing-item-two span.save {
  position: absolute;
  top: -13px;
  left: 15px;
  background-color: #083a83;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  border-radius: 13px;
  padding: 5px 15px;
  line-height: 16px;
}

.pricing-item-two .pricing-header {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.pricing-item-two .pricing-header:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 10px;
  background: url(../images/line-2.png) no-repeat center;
  background-size: contain;
  z-index: -1;
}

.pricing-item-two .pricing-header span.plan {
  font-size: 24px;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 15px;
}

.pricing-item-two .pricing-header h2.price {
  letter-spacing: -0.03em;
}

.pricing-item-two .pricing-header h2.price span {
  font-size: 24px;
  line-height: 50px;
  vertical-align: baseline;
}

.pricing-item-two .pricing-header h2.price span.duration {
  font-weight: 400;
  color: #74787c;
  font-size: 18px;
}

.pricing-item-two .pricing-body .pricing-list li.check {
  display: block;
  font-size: 18px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(26, 26, 26, 0.15);
  margin-bottom: 22px;
}

.pricing-item-two .pricing-body .pricing-list li.check:after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  font-weight: 600;
  font-family: "Font Awesome 5 Pro";
  color: #083a83;
  float: right;
}

.pricing-item-two .pricing-body .main-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* History timeline */
.history-timeline {
  position: relative;
  z-index: 1;
}

.history-timeline:after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: url(../images/timeline.png) no-repeat center;
  background-size: contain;
  z-index: -1;
}

.single-history-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.single-history-item .history-img,
.single-history-item .history-content {
  width: 50%;
}

@media (max-width: 450px) {

  .single-history-item .history-img,
  .single-history-item .history-content {
    width: 100%;
  }
}

.single-history-item .history-img img {
  width: 100%;
}

.single-history-item .history-content {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(115, 115, 115, 0.15);
  box-shadow: 0px 10px 60px 0px rgba(115, 115, 115, 0.15);
  padding: 40px 35px 35px;
  margin-top: 30px;
  margin-left: -30px;
}

@media (max-width: 1199px) {
  .single-history-item .history-content {
    padding: 40px 20px 35px;
  }
}

@media (max-width: 450px) {
  .single-history-item .history-content {
    margin-left: 0;
    padding: 40px 30px 35px;
  }
}

.single-history-item .history-content h4.title {
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  .single-history-item .history-content h4.title {
    font-size: 18px;
  }
}

.single-history-item .history-content h4.title span.ribbon {
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-weight: 800;
  font-family: "Manrope", sans-serif;
  background-color: #083a83;
  color: #fff;
  padding: 5px 20px 5px 13px;
  line-height: 20px;
  margin-right: 15px;
}

.single-history-item .history-content h4.title span.ribbon:after {
  position: absolute;
  right: 0;
  content: "";
  top: 0;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 15px solid transparent;
}

.single-history-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.single-history-item:nth-child(even) .history-content {
  margin-left: 0;
  margin-right: -30px;
}

@media (max-width: 450px) {
  .single-history-item:nth-child(even) .history-content {
    margin-right: 0;
  }
}

/* categories nav*/
.categories-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.categories-nav a {
  text-align: center;
  padding: 15px 30px;
  border: 1px solid rgba(26, 26, 26, 0.102);
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  color: #1a1a1a;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  border-radius: 7px;
}

.categories-nav a i {
  margin-right: 7px;
  color: #083a83;
}

.categories-nav a:hover {
  background-color: #083a83;
  border-color: transparent;
  color: #fff;
}

.categories-nav a:hover i {
  color: #fff;
}

/* Job Details */
.jobs-heading h3.title {
  margin-bottom: 10px;
}

.single-job-item {
  padding: 30px;
  border: 1px solid rgba(26, 26, 26, 0.071);
  border-radius: 7px;
}

@media (max-width: 767px) {
  .single-job-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.single-job-item .job-thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55px;
  flex: 0 0 55px;
  max-width: 55px;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .single-job-item .job-thumb {
    margin-bottom: 20px;
  }
}

.single-job-item .job-main-content {
  margin-top: -6px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

@media (max-width: 1199px) {
  .single-job-item .job-main-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.single-job-item .job-main-content .job-content h3.title {
  font-size: 18px;
  letter-spacing: -0.03em;
  margin-bottom: 7px;
}

.single-job-item .job-main-content .job-content h3.title a:hover {
  color: #083a83;
  text-decoration: underline;
}

.single-job-item .job-main-content .job-content h3.title span.status {
  padding: 5px 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  font-family: "Manrope", sans-serif;
  border-radius: 5px;
  color: #fff;
  background-color: #fafafa;
  margin-left: 10px;
}

.single-job-item .job-main-content .job-content h3.title span.status.full {
  background-color: #083a83;
}

.single-job-item .job-main-content .job-content h3.title span.status.part {
  background-color: #00c3ff;
}

.single-job-item .job-main-content .job-content h3.title span.status.features {
  background-color: #002aff;
}

.single-job-item .job-main-content .job-content .job-meta span {
  font-size: 14px;
}

.single-job-item .job-main-content .job-content .job-meta span:not(:last-child) {
  margin-right: 15px;
}

.single-job-item .job-main-content .job-content .job-meta span i {
  margin-right: 7px;
}

@media (max-width: 991px) {
  .single-job-item .job-main-content .apply-button {
    margin-top: 10px;
  }
}

.single-job-item .job-main-content .apply-button p {
  margin-bottom: 5px;
}

.single-job-item .job-main-content .apply-button p span.date {
  color: #083a83;
}

.single-job-item .job-main-content .wishlist-button a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid rgba(26, 26, 26, 0.071);
  color: #083a83;
}

.single-job-item .job-main-content .wishlist-button a:hover {
  background-color: #083a83;
  border-color: transparent;
  color: #fff;
}

.job-details-wrapper .description-box h4.title {
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(26, 26, 26, 0.102);
  margin-bottom: 25px;
}

.job-details-wrapper .description-box h4.title:after {
  position: absolute;
  content: "";
  bottom: -0.5px;
  left: 0;
  width: 200px;
  height: 2px;
  background-color: #083a83;
}

.job-details-wrapper .description-box>p {
  margin-bottom: 15px;
}

.job-details-wrapper .description-box ul.social-link li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(26, 26, 26, 0.102);
  color: rgba(26, 26, 26, 0.502);
  margin-right: 5px;
}

.job-details-wrapper .description-box ul.social-link li a:hover {
  background-color: #083a83;
  color: #fff;
  border-color: transparent;
}

.job-details-wrapper .description-box.gallery-box .gallery-slider {
  margin-left: -15px;
  margin-right: -15px;
}

.job-details-wrapper .description-box.gallery-box .gallery-slider .single-gallery-img {
  margin-left: 15px;
  margin-right: 15px;
}

.job-details-wrapper .description-box.gallery-box .gallery-slider .single-gallery-img img {
  width: 100%;
}

.job-details-wrapper .description-box.gallery-box .video-slider .single-video {
  position: relative;
  overflow: hidden;
}

.job-details-wrapper .description-box.gallery-box .video-slider .single-video .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 26, 26, 0.3);
  mix-blend-mode: multiply;
}

.job-details-wrapper .description-box.gallery-box .video-slider .single-video img {
  width: 100%;
}

.job-details-wrapper .description-box.gallery-box .video-slider .single-video .play-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.jobs-sidebar .job-widget {
  background-color: #fafafa;
  padding: 40px;
}

.jobs-sidebar .job-widget h4.title {
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(26, 26, 26, 0.102);
  margin-bottom: 25px;
}

.jobs-sidebar .job-widget h4.title:after {
  position: absolute;
  content: "";
  bottom: -0.5px;
  left: 0;
  width: 65px;
  height: 2px;
  background-color: #083a83;
}

.jobs-sidebar .job-widget.job-info-widget .job-info-box {
  margin-bottom: 15px;
}

.jobs-sidebar .job-widget.job-info-widget .job-info-box .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  max-width: 20px;
  margin-right: 15px;
}

.jobs-sidebar .job-widget.job-info-widget .job-info-box .icon i {
  font-size: 18px;
  color: #083a83;
}

.jobs-sidebar .job-widget.job-skill-widget a {
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 7px;
  margin-right: 3px;
  color: #1a1a1a;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(124, 124, 124, 0.2);
  box-shadow: 0px 10px 60px 0px rgba(124, 124, 124, 0.2);
}

.jobs-sidebar .job-widget.job-location-widget .map-box iframe {
  height: 350px;
}

/* Partners section */
.partners-area .partner-arrows {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.partners-area .partner-arrows:after {
  position: absolute;
  bottom: 20px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(24, 28, 34, 0.071);
}

.partners-area .partner-arrows .slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(159, 159, 159, 0.3);
  box-shadow: 0px 10px 60px 0px rgba(159, 159, 159, 0.3);
  background-color: #fff;
  color: #67b953;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.partners-area .partner-arrows .slick-arrow:hover {
  background-color: #67b953;
  color: #fff;
}

.partner-slider-two,
.partner-slider-one {
  margin-left: -40px;
  margin-right: -40px;
}

@media (max-width: 767px) {

  .partner-slider-two,
  .partner-slider-one {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.partner-slider-two .partner-item,
.partner-slider-one .partner-item {
  padding-left: 40px;
  padding-right: 40px;
}

@media (max-width: 767px) {

  .partner-slider-two .partner-item,
  .partner-slider-one .partner-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.partner-item {
  text-align: center;
  cursor: pointer;
}

.partner-item:hover .partner-img img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.partner-item .partner-img img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* Video Wrapper  */
.video-wrapper-one {
  margin-left: -85px;
  margin-right: -85px;
  padding-left: 85px;
  padding-right: 85px;
  margin-top: -37%;
  position: relative;
}

@media (max-width: 1199px) {
  .video-wrapper-one {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .video-wrapper-one {
    margin-top: -35%;
  }
}

@media (max-width: 991px) {
  .video-wrapper-one {
    margin-top: 50px;
  }
}

.video-wrapper-one .shape {
  position: absolute;
}

.video-wrapper-one .shape.shape-one {
  bottom: 0;
  right: 0;
}

.video-wrapper-one .shape.shape-one path {
  fill: #083a83;
  mix-blend-mode: multiply;
}

.video-wrapper-one:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(37, 37, 37, 0.1);
  mix-blend-mode: multiply;
  z-index: -1;
}

.video-wrapper-one .play-content .video-popup {
  width: 90px;
  height: 90px;
}

.video-wrapper-one .play-content .video-popup:after {
  width: 130px;
  height: 130px;
}

/* Utility Section  */
.utility-section {
  position: relative;
  z-index: 1;
  margin-bottom: -160px;
}

.utility-section:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  background-color: #181c22;
  z-index: -1;
}

@media (max-width: 1199px) {
  .utility-section:after {
    width: 100%;
  }
}

/* CTA Section  */
.cta-section:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(249, 77, 28, 0.83);
  z-index: -1;
}

.cta-section-two {
  background-color: #181c22;
  padding-left: 90px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1199px) {
  .cta-section-two {
    padding-left: 0;
  }
}

.cta-section-two:before {
  position: absolute;
  content: "";
  width: 30%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/gallery/map.png) no-repeat center;
  background-size: contain;
  z-index: -1;
}

.cta-section-two .section-title h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
}

.cta-section-two .section-title h2 span {
  color: #083a83;
  font-weight: 800;
}

/* Newsletter Section */
.newsletter-section .section-title h2 {
  font-size: 32px;
  line-height: 45px;
}

.newsletter-section .newsletter-from form .form_control {
  padding: 0 60px;
  background-color: transparent;
  border-bottom: 2px solid rgba(250, 250, 250, 0.1);
  color: rgba(250, 250, 250, 0.7);
  margin-bottom: 7px;
}

.newsletter-section .newsletter-from form .form_control::-webkit-input-placeholder {
  color: rgba(250, 250, 250, 0.7);
}

.newsletter-section .newsletter-from form .form_control::-moz-placeholder {
  color: rgba(250, 250, 250, 0.7);
}

.newsletter-section .newsletter-from form .form_control:-ms-input-placeholder {
  color: rgba(250, 250, 250, 0.7);
}

.newsletter-section .newsletter-from form .form_control::-ms-input-placeholder {
  color: rgba(250, 250, 250, 0.7);
}

.newsletter-section .newsletter-from form .form_control::placeholder {
  color: rgba(250, 250, 250, 0.7);
}

.newsletter-section .newsletter-from form i {
  position: absolute;
  top: 21px;
  left: 30px;
  color: #083a83;
}

@media (max-width: 991px) {
  .newsletter-section .newsletter-from form .form_checkbox {
    margin-bottom: 20px;
  }
}

.newsletter-section .newsletter-from form .form_checkbox label {
  padding-left: 30px;
}

.newsletter-section .newsletter-from form .form_checkbox label span {
  position: relative;
}

.newsletter-section .newsletter-from form .form_checkbox label span a {
  color: #fff;
  text-decoration: underline;
  margin-left: 5px;
}

.newsletter-section .newsletter-from form .form_checkbox label span a:hover {
  color: #083a83;
}

.newsletter-section .newsletter-from form .form_checkbox label span:after {
  top: 12.5px;
  left: 4px;
  width: 5px;
  height: 5px;
  background-color: #fff;
}

.newsletter-section .newsletter-from form .form_checkbox label span:before {
  width: 13px;
  height: 13px;
  border: 1px solid rgba(250, 250, 250, 0.4);
}

.newsletter-wrapper {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(97, 142, 188, 0.10196)), color-stop(60%, rgba(39, 57, 76, 0.21)), to(rgba(1, 1, 1, 0.32157)));
  background: linear-gradient(-180deg, rgba(97, 142, 188, 0.10196) 0%, rgba(39, 57, 76, 0.21) 60%, rgba(1, 1, 1, 0.32157) 100%);
  border-radius: 7px;
}

.newsletter-from-two .form_group {
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.102);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .newsletter-from-two .form_group {
    padding: 0;
    border: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.newsletter-from-two .form_group .input-box {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 767px) {
  .newsletter-from-two .form_group .input-box {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }
}

.newsletter-from-two .form_group .input-box i {
  position: absolute;
  top: 7px;
  left: 30px;
  color: #fff;
}

@media (max-width: 767px) {
  .newsletter-from-two .form_group .input-box i {
    top: 18px;
  }
}

.newsletter-from-two .form_group .input-box:not(:last-child) .form_control {
  border-right: 1px solid rgba(255, 255, 255, 0.102);
}

.newsletter-from-two .form_group .input-box .form_control {
  padding-left: 55px;
  height: 30px;
  background-color: transparent;
  color: #898989;
}

.newsletter-from-two .form_group .input-box .form_control::-webkit-input-placeholder {
  color: #898989;
}

.newsletter-from-two .form_group .input-box .form_control::-moz-placeholder {
  color: #898989;
}

.newsletter-from-two .form_group .input-box .form_control:-ms-input-placeholder {
  color: #898989;
}

.newsletter-from-two .form_group .input-box .form_control::-ms-input-placeholder {
  color: #898989;
}

.newsletter-from-two .form_group .input-box .form_control::placeholder {
  color: #898989;
}

@media (max-width: 767px) {
  .newsletter-from-two .form_group .input-box .form_control {
    border-right: none;
    border: 1px solid rgba(255, 255, 255, 0.102);
    height: 50px;
    margin-bottom: 30px;
  }
}

/* Error 404 */
.error-404-section {
  background: url(../images/gallery/error-after.png);
  background-repeat: no-repeat;
  background-position: 50%;
  border: 1px solid rgba(26, 26, 26, 0.149);
  margin: 70px;
}

.error-404-section .shape {
  position: absolute;
}

.error-404-section .shape.shape-one {
  left: 10%;
  top: 25%;
}

.error-404-section .shape.shape-two {
  left: 10%;
  bottom: 20%;
}

.error-404-section .shape.shape-three {
  right: 11%;
  top: 30%;
}

.error-404-section .shape.shape-four {
  right: 7%;
  bottom: 30%;
}

@media (max-width: 450px) {
  .error-404-section {
    margin: 15px;
  }
}

.error-404-section .error-404-wrapper .error-content h2 {
  margin-bottom: 23px;
}

.error-404-section .error-404-wrapper .error-content p {
  padding: 0 27%;
  margin-bottom: 35px;
}

@media (max-width: 450px) {
  .error-404-section .error-404-wrapper .error-content p {
    padding: 0;
  }
}

.error-404-section .error-404-wrapper .error-content .error-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.error-404-section .error-404-wrapper .error-content .error-button .call-button {
  font-weight: 700;
  font-family: "Manrope", sans-serif;
  color: #1a1a1a;
}

.error-404-section .error-404-wrapper .error-content .error-button .call-button:hover {
  color: #083a83;
}

.error-404-section .error-404-wrapper .error-content .error-button .call-button i {
  margin-right: 10px;
  color: #083a83;
  font-size: 30px;
}

/* Fintex User Section */
.fintex-user-section .user-wrapper {
  max-width: 430px;
  margin: auto;
}

.fintex-user-section .user-wrapper .user-content {
  background-color: #fff;
  -webkit-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  padding: 30px;
}

.fintex-user-section .user-wrapper .user-content form.user-form .form_control {
  padding-left: 63px;
  border: 1px solid #e3e3e3;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.fintex-user-section .user-wrapper .user-content form.user-form .form_control:focus {
  border-color: #083a83;
}

.fintex-user-section .user-wrapper .user-content form.user-form i {
  position: absolute;
  top: 15px;
  left: 10px;
  width: 40px;
  height: 30px;
  color: #083a83;
  border-right: 1px solid #e3e3e3;
}

.fintex-user-section .user-wrapper .user-content form.user-form .main-btn {
  width: 100%;
  text-transform: uppercase;
}

/* Fintex Pagination*/
.fintex-pagination ul li {
  display: inline-block;
  margin-left: 2.5px;
  margin-right: 2.5px;
}

.fintex-pagination ul li a {
  width: 60px;
  height: 60px;
  border: 2px solid rgba(26, 26, 26, 0.102);
  border-radius: 50%;
  font-size: 18px;
  font-family: "Manrope", sans-serif;
  color: #1a1a1a;
  font-weight: 800;
}

@media (max-width: 767px) {
  .fintex-pagination ul li a {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }
}

.fintex-pagination ul li a:hover {
  background-color: #083a83;
  color: #fff;
  border-color: transparent;
}

.fintex-pagination ul li span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: rgba(26, 26, 26, 0.302);
  border-radius: 50%;
  margin: 0 4px;
}

/*---==================
    08. Portfolio css 
=================----*/
.projects-slider-one {
  margin-left: -15px;
  margin-right: -15px;
}

.projects-slider-one .slick-track {
  padding-bottom: 30px;
}

.projects-slider-one .project-item {
  margin-left: 15px;
  margin-right: 15px;
}

.project-item:hover .img-holder .project-hover {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.project-item .img-holder {
  position: relative;
}

.project-item .img-holder img {
  width: 100%;
}

.project-item .img-holder .project-hover {
  position: absolute;
  bottom: 0;
  right: 25px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.project-item .img-holder .hover-content {
  position: relative;
  max-width: 255px;
  padding: 30px 30px 20px;
  background-color: #083a83;
}

.project-item .img-holder .hover-content .icon-btn {
  position: absolute;
  top: -22px;
  right: 20px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fff;
  font-size: 18px;
  color: #083a83;
}

.project-item .img-holder .hover-content .icon-btn:hover {
  background-color: #1a1a1a;
  color: #fff;
}

.project-item .img-holder .hover-content .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  max-width: 50px;
  margin-right: 20px;
}

.project-item .img-holder .hover-content .icon i {
  font-size: 50px;
  color: #fff;
  line-height: 1;
}

.project-item .img-holder .hover-content .text h3.title {
  font-size: 20px;
  line-height: 25px;
  color: #fff;
}

.project-item .img-holder .hover-content .text h3.title:hover {
  color: #1a1a1a;
}

.projects-slider-two {
  margin-left: -15px;
  margin-right: -15px;
}

.projects-slider-two .project-item-two {
  margin-left: 15px;
  margin-right: 15px;
}

.projects-slider-two ul.slick-dots {
  text-align: center;
}

.project-item-two:hover .project-content .icon-btn i {
  background-color: #67b953;
  color: #fff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(13, 206, 181, 0.5);
  box-shadow: 0px 10px 60px 0px rgba(13, 206, 181, 0.5);
}

.project-item-two .img-holder img {
  width: 100%;
}

.project-item-two .project-content {
  position: relative;
  padding-top: 20px;
}

.project-item-two .project-content h3.title:hover {
  color: #67b953;
}

.project-item-two .project-content .icon-btn {
  position: absolute;
  top: -30px;
  right: 25px;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: #fff;
}

.project-item-two .project-content .icon-btn i {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(159, 159, 159, 0.3);
  box-shadow: 0px 10px 60px 0px rgba(159, 159, 159, 0.3);
  color: #67b953;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.project-filter .filter-btn li {
  display: inline-block;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  color: #74787c;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.project-filter .filter-btn li span.number {
  vertical-align: super;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.project-filter .filter-btn li.active {
  color: #083a83;
}

.project-filter .filter-btn li.active span.number {
  visibility: visible;
  opacity: 1;
}

.project-item-three:hover .project-content {
  background-color: #083a83;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

.project-item-three:hover .project-content h3.title {
  color: #fff;
}

.project-item-three:hover .project-content .cat-btn {
  color: #fff;
}

.project-item-three:hover .project-content .icon-btn {
  top: -22px;
  visibility: visible;
  opacity: 1;
}

.project-item-three .img-holder img {
  width: 100%;
}

.project-item-three .project-content {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 85%;
  background-color: #fff;
  padding: 20px 30px 25px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.project-item-three .project-content h3.title {
  letter-spacing: -0.03em;
}

.project-item-three .project-content .icon-btn {
  position: absolute;
  top: -10px;
  right: 20px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fff;
  color: #083a83;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.project-item-four:hover .img-holder .project-hover {
  visibility: visible;
  opacity: 1;
}

.project-item-four:hover .img-holder .project-hover .hover-content .icon-btn {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.project-item-four .img-holder {
  position: relative;
  overflow: hidden;
}

.project-item-four .img-holder img {
  width: 100%;
}

.project-item-four .img-holder .project-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(11, 12, 14, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.project-item-four .img-holder .project-hover .hover-content {
  padding: 23px 20px;
}

.project-item-four .img-holder .project-hover .hover-content h3.title {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}

.project-item-four .img-holder .project-hover .hover-content p {
  color: #fff;
}

.project-item-four .img-holder .project-hover .hover-content .icon-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #083a83;
  color: #fff;
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

@media (max-width: 991px) {
  .project-details-wrapper .project-content h2.title {
    font-size: 32px;
    line-height: 42px;
  }
}

.project-details-wrapper .project-information {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(26, 26, 26, 0.102);
}

.project-details-wrapper .project-information .item-info h4 {
  margin-bottom: 10px;
}

.project-details-wrapper .project-information .item-info p a:hover {
  color: #083a83;
}

.project-details-wrapper .content-block h3.title {
  font-size: 30px;
  margin-bottom: 17px;
}

.project-details-wrapper .content-block p {
  margin-bottom: 20px;
}

.post-navigation-two .post-nav-item .thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  max-width: 150px;
  margin-right: 40px;
}

@media (max-width: 991px) {
  .post-navigation-two .post-nav-item .thumb {
    margin-right: 20px;
  }
}

.post-navigation-two .post-nav-item .thumb img {
  width: 100%;
}

.post-navigation-two .post-nav-item .content h6 {
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .post-navigation-two .post-nav-item .content h6 {
    font-size: 16px;
    line-height: 28px;
  }
}

.post-navigation-two .post-nav-item .content h6:hover {
  color: #083a83;
}

.post-navigation-two .post-nav-item .content p a:hover {
  color: #083a83;
}

.post-navigation-two .post-nav-item.next-post {
  direction: rtl;
  text-align: right;
}

.post-navigation-two .post-nav-item.next-post .thumb {
  margin-right: 0;
  margin-left: 40px;
}

@media (max-width: 991px) {
  .post-navigation-two .post-nav-item.next-post .thumb {
    margin-left: 20px;
  }
}

/*---==================
    09. FAQ css 
=================----*/
/* Faq Content box */
.faq-one_content-box blockquote {
  border-left: 3px solid #083a83;
  padding-left: 20px;
  margin-bottom: 30px;
}

.faq-one_content-box ul {
  margin-bottom: 35px;
}

/* Faq accordion */
.faq-accordion-one .accordion-card {
  border-radius: 5px;
  border: none;
}

.faq-accordion-one .accordion-card.accordion-active {
  -webkit-box-shadow: 0px 10px 60px 0px rgba(115, 115, 115, 0.1);
  box-shadow: 0px 10px 60px 0px rgba(115, 115, 115, 0.1);
}

.faq-accordion-one .accordion-card .card-header {
  background-color: transparent;
  padding: 0;
  border: none;
  cursor: pointer;
}

.faq-accordion-one .accordion-card .card-header h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 35px;
}

.faq-accordion-one .accordion-card .card-header h5:before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  font-family: "Font Awesome 5 pro";
  font-weight: 400;
  margin-right: 10px;
  color: #083a83;
}

.faq-accordion-one .accordion-card .card-header h5:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 22px;
  margin-left: auto;
  color: #083a83;
}

.faq-accordion-one .accordion-card .card-header h5[aria-expanded] {
  background-color: rgba(26, 26, 26, 0.04);
}

.faq-accordion-one .accordion-card .card-header h5[aria-expanded=true] {
  background-color: transparent;
  padding-bottom: 13px;
}

.faq-accordion-one .accordion-card .card-header h5[aria-expanded=true]:after {
  content: "";
}

.faq-accordion-one .accordion-card .card-body {
  padding: 0 35px 20px;
}

.faq-accordion-two .accordion-card {
  border-radius: 5px;
  border: none;
  border: 1px solid rgba(26, 26, 26, 0.071);
  border-bottom: 1px solid rgba(26, 26, 26, 0.071);
  cursor: pointer;
}

.faq-accordion-two .accordion-card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}

.faq-accordion-two .accordion-card .card-header h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 35px;
  border-radius: 5px;
}

.faq-accordion-two .accordion-card .card-header h5:before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  font-family: "Font Awesome 5 pro";
  font-weight: 400;
  margin-right: 10px;
  color: #083a83;
}

.faq-accordion-two .accordion-card .card-header h5:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 22px;
  margin-left: auto;
  color: #083a83;
}

.faq-accordion-two .accordion-card .card-header h5[aria-expanded=true] {
  padding: 15px 35px 8px;
}

.faq-accordion-two .accordion-card .card-header h5[aria-expanded=true]:after {
  content: "";
}

.faq-accordion-two .accordion-card .card-body {
  padding: 0 35px 20px;
}

.faq-accordion-two .accordion-card.accordion-active {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(115, 115, 115, 0.1);
  box-shadow: 0px 10px 60px 0px rgba(115, 115, 115, 0.1);
}

.faq-accordion-three {
  background-color: #fff;
}

.faq-accordion-three .accordion-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 70px 32px;
}

@media (max-width: 991px) {
  .faq-accordion-three .accordion-card {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 25px 30px 32px;
  }
}

.faq-accordion-three .accordion-card:not(:last-child) {
  border-bottom: 1px solid rgba(24, 28, 34, 0.071);
}

.faq-accordion-three .accordion-card .card-header {
  padding: 0;
  background-color: transparent;
  border: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
  max-width: 250px;
  margin-right: 10%;
  cursor: pointer;
}

@media (max-width: 991px) {
  .faq-accordion-three .accordion-card .card-header {
    margin-right: 0;
  }
}

.faq-accordion-three .accordion-card .card-header h5 {
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
}

.faq-accordion-three .accordion-card .card-header h5:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 22px;
  margin-left: auto;
  color: #fff;
  position: absolute;
  right: 70px;
  top: 35px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #1a1a1a;
  cursor: pointer;
}

@media (max-width: 450px) {
  .faq-accordion-three .accordion-card .card-header h5:after {
    right: 20px;
  }
}

.faq-accordion-three .accordion-card .card-header h5[aria-expanded=true]:after {
  background-color: #67b953;
  color: #fff;
  content: "";
}

.faq-accordion-three .accordion-card .card-body {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
  padding: 0;
}

@media (max-width: 1199px) {
  .faq-accordion-three .accordion-card .card-body {
    padding-top: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq-accordion-three .accordion-card .card-body {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
}

@media (max-width: 991px) {
  .faq-accordion-three .accordion-card .card-body {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.single-faq-card {
  padding: 30px 40px;
  border: 1px solid rgba(26, 26, 26, 0.071);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single-faq-card:hover {
  border-color: #083a83;
}

.single-faq-card:hover .text h5.title {
  color: #083a83;
}

.single-faq-card .text h5.title {
  margin-bottom: 5px;
}

/* Faq Image box */
.faq-one_image-box {
  max-width: 500px;
}

.faq-one_image-box .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 26, 26, 0.3);
}

.faq-one_image-box .play-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.faq-two_image-box {
  min-height: 670px;
  max-width: 580px;
}

.faq-two_image-box .faq-one-img {
  top: 0;
  right: 0;
}

.faq-two_image-box .faq-two-img {
  left: 0;
  bottom: 0;
}

.faq-two_image-box .faq-three-img {
  right: -80px;
  bottom: 90px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq-two_image-box .faq-three-img {
    right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-two_image-box .faq-three-img {
    right: 0;
  }
}

.faq-two_image-box .faq-one-img,
.faq-two_image-box .faq-two-img,
.faq-two_image-box .faq-three-img {
  position: absolute;
}

@media (max-width: 450px) {

  .faq-two_image-box .faq-one-img,
  .faq-two_image-box .faq-two-img,
  .faq-two_image-box .faq-three-img {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
  }
}

.faq-two_image-box .fintex-logo {
  position: absolute;
  top: 150px;
  left: 35px;
}

/*---==================
    10. Product css 
=================----*/
ul.ratings li {
  display: inline-block;
  font-size: 13px;
}

ul.ratings li i {
  color: #083a83;
}

.product-search-filter .product-search .form_control {
  background-color: #fafafa;
  font-size: 18px;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
}

.product-search-filter .product-search .form_control::-webkit-input-placeholder {
  color: #1a1a1a;
}

.product-search-filter .product-search .form_control::-moz-placeholder {
  color: #1a1a1a;
}

.product-search-filter .product-search .form_control:-ms-input-placeholder {
  color: #1a1a1a;
}

.product-search-filter .product-search .form_control::-ms-input-placeholder {
  color: #1a1a1a;
}

.product-search-filter .product-search .form_control::placeholder {
  color: #1a1a1a;
}

.product-search-filter .product-search .search-btn {
  width: 45px;
  height: 45px;
  border-radius: 5px;
  position: absolute;
  color: #fff;
  position: absolute;
  top: 8px;
  right: 8px;
  background-color: #083a83;
}

@media (max-width: 767px) {
  .product-search-filter .show-text {
    text-align: center;
    margin-bottom: 20px;
  }
}

.product-search-filter .show-text p {
  color: #1a1a1a;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
}

.product-search-filter .filter-category {
  float: right;
}

@media (max-width: 767px) {
  .product-search-filter .filter-category {
    float: none;
    text-align: center;
  }
}

.product-search-filter .filter-category>ul>li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-search-filter .filter-category>ul>li:not(:last-child) {
  margin-right: 15px;
}

.product-search-filter .filter-category>ul>li .nice-select {
  border: 1px solid rgba(44, 44, 44, 0.102);
  padding: 0 25px;
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
  padding-right: 40px;
}

.product-search-filter .filter-category>ul>li .nice-select:after {
  right: 25px;
}

.product-search-filter .filter-category>ul>li a {
  font-size: 20px;
  color: #1a1a1a;
}

.product-search-filter .filter-category>ul>li a:hover {
  color: #083a83;
}

.single-product-item {
  position: relative;
  background-color: #fafafa;
  padding: 40px 35px 30px;
}

.single-product-item:hover .product-img .cart-btn {
  bottom: 0%;
  visibility: visible;
  opacity: 1;
}

.single-product-item span.status {
  position: absolute;
  top: 15px;
  right: 20px;
  font-weight: 800;
  background-color: #083a83;
  color: #fff;
  font-family: "Manrope", sans-serif;
  line-height: 16px;
  padding: 5px 10px;
  border-radius: 5px;
}

.single-product-item .product-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

.single-product-item .product-img .cart-btn {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 7px 25px;
  background-color: #083a83;
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  min-width: 130px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single-product-item .product-info h3.title {
  font-size: 18px;
  line-height: 30px;
}

.single-product-item .product-info h3.title:hover {
  color: #083a83;
}

.single-product-item .product-info span.price {
  font-weight: 700;
  color: #083a83;
  font-family: "Manrope", sans-serif;
}

.single-product-item .product-info span.price span.prev-price {
  color: #a4a4a4;
  text-decoration: line-through;
  margin-right: 5px;
}

/* Product Details CSS */
.product-details-wrapper .product-gallery-area {
  margin-right: 40px;
}

@media (max-width: 1199px) {
  .product-details-wrapper .product-gallery-area {
    margin-right: 0;
  }
}

.product-details-wrapper .product-info h3.title {
  margin-bottom: 10px;
}

.product-details-wrapper .product-info .products-rating-price {
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(44, 44, 44, 0.102);
  margin-bottom: 30px;
}

.product-details-wrapper .product-info .products-rating-price ul.ratings li {
  color: #083a83;
}

.product-details-wrapper .product-info .products-rating-price span.price {
  font-size: 24px;
  font-weight: 600;
  color: #1a1a1a;
  margin-left: 10px;
}

.product-details-wrapper .product-info>p {
  margin-bottom: 40px;
}

.product-details-wrapper .product-info .product-meta {
  padding-top: 30px;
  border-top: 1px solid rgba(44, 44, 44, 0.102);
  border-bottom: 1px solid rgba(44, 44, 44, 0.102);
  padding-bottom: 35px;
  margin-bottom: 40px;
}

.product-details-wrapper .product-info .product-meta li {
  font-weight: 600;
  margin-bottom: 0;
  font-family: "Manrope", sans-serif;
}

.product-details-wrapper .product-info .product-meta li:last-child {
  margin-bottom: 0;
}

.product-details-wrapper .product-info .product-meta li span {
  color: #1a1a1a;
  font-size: 18px;
  margin-right: 20px;
  font-weight: 800;
}

.product-details-wrapper .product-info .product-cart ul li {
  display: inline-block;
}

.product-details-wrapper .product-info .product-cart ul li:not(:last-child) {
  margin-right: 10px;
}

.product-details-wrapper .product-info .product-cart ul li input[type=number] {
  padding: 0 20px;
  width: 90px;
  height: 48px;
  border: 1px solid rgba(31, 30, 23, 0.071);
}

@media (max-width: 767px) {
  .product-details-wrapper .product-info .product-cart ul li input[type=number] {
    width: 70px;
  }
}

.product-details-wrapper .product-info .product-cart ul li .main-btn {
  padding: 12px 30px;
  line-height: 26px;
}

.product-details-wrapper .product-info .product-cart ul li .main-btn:after {
  display: none;
}

@media (max-width: 767px) {
  .product-details-wrapper .product-info .product-cart ul li .main-btn {
    padding: 12px 14px;
  }
}

.product-details-wrapper .product-info .product-cart ul li .wishlist-btn {
  width: 60px;
  height: 50px;
  font-size: 15px;
  border-radius: 5px;
  color: #1a1a1a;
  border: 1px solid rgba(31, 30, 23, 0.071);
}

.product-details-wrapper .product-info .product-cart ul li .wishlist-btn:hover {
  background-color: #083a83;
  color: #fff;
  border-color: transparent;
}

@media (max-width: 767px) {
  .product-details-wrapper .product-info .product-cart ul li .wishlist-btn {
    width: 50px;
    height: 50px;
  }
}

.product-gallery-area .product-thumb-slider {
  margin-left: -15px;
  margin-right: -15px;
}

.product-gallery-area .product-thumb-slider .product-img {
  cursor: pointer;
  margin-left: 15px;
  margin-right: 15px;
}

.description-area .description-tabs .nav-link {
  padding: 15px 60px;
  border: 2px solid #083a83;
  border-radius: 5px;
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 800;
  margin-right: 15px;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .description-area .description-tabs .nav-link {
    padding: 15px 30px;
    font-size: 16px;
  }
}

.description-area .description-tabs .nav-link.active {
  background-color: #083a83;
  border-color: transparent;
  color: #fff;
}

.review-form h3.title {
  font-size: 30px;
  line-height: 40px;
}

.review-form form .ratings li span {
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
}

.review-form form .ratings li i {
  font-size: 17px;
  color: #083a83;
}

.review-form form .nice-select,
.review-form form .form_control {
  background-color: #fafafa;
  margin-bottom: 30px;
  border-radius: 5px;
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 800;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.review-form form .form_control:focus {
  border-color: #1a1a1a;
  background-color: transparent;
}

.review-form form .form_control::-webkit-input-placeholder {
  color: #1a1a1a;
}

.review-form form .form_control::-moz-placeholder {
  color: #1a1a1a;
}

.review-form form .form_control:-ms-input-placeholder {
  color: #1a1a1a;
}

.review-form form .form_control::-ms-input-placeholder {
  color: #1a1a1a;
}

.review-form form .form_control::placeholder {
  color: #1a1a1a;
}

.review-form form .nice-select {
  padding: 0 30px;
  height: 60px;
  line-height: 60px;
}

.review-form form .nice-select.open {
  border-color: #1a1a1a;
  background-color: transparent;
}

.review-form form .nice-select:after {
  right: 25px;
}

.recent-product-slider {
  margin-left: -15px;
  margin-right: -15px;
}

.recent-product-slider .single-product-item {
  margin-left: 15px;
  margin-right: 15px;
}

/*---==================
    11. Team css 
=================----*/
.team-slider-one {
  margin-left: -15px;
  margin-right: -15px;
}

.team-slider-one .single-team-item {
  margin-left: 15px;
  margin-right: 15px;
}

.team-slider-one ul.slick-dots {
  text-align: center;
}

.single-team-item .img-holder {
  position: relative;
  overflow: hidden;
}

.single-team-item .img-holder img {
  width: 100%;
}

.single-team-item .img-holder:hover .social-link {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.single-team-item .img-holder .team-shape {
  position: absolute;
  bottom: -1px;
  left: 0;
}

.single-team-item .img-holder .team-shape path {
  fill: #083a83;
  mix-blend-mode: multiply;
}

.single-team-item .img-holder .share-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background-color: #fff;
  font-size: 24px;
  color: #083a83;
  cursor: pointer;
}

.single-team-item .img-holder .social-link {
  position: absolute;
  top: 0;
  right: 0;
  padding: 16px 10px;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single-team-item .img-holder .social-link li {
  display: block;
}

.single-team-item .img-holder .social-link li a {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  color: #083a83;
}

.single-team-item .img-holder .social-link li a:hover {
  background-color: #083a83;
  color: #fff;
}

.single-team-item .text {
  padding-top: 30px;
}

.single-team-item .text h3.title:hover {
  color: #083a83;
}

.single-team-item .text p.position {
  font-weight: 500;
  color: #083a83;
  padding-bottom: 15px;
}

.single-team-item .text p.mail {
  position: relative;
  padding-top: 18px;
}

.single-team-item .text p.mail:hover a {
  color: #083a83;
}

.single-team-item .text p.mail i {
  margin-right: 10px;
  color: #083a83;
}

.single-team-item .text p.mail:before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80%;
  height: 1px;
  background-color: rgba(26, 26, 26, 0.1);
}

.single-team-item-two {
  position: relative;
  background-color: #fff;
  padding: 40px;
  border: 1px solid rgba(24, 28, 34, 0.102);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single-team-item-two:hover {
  border-color: transparent;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(185, 185, 185, 0.2);
  box-shadow: 0px 10px 60px 0px rgba(185, 185, 185, 0.2);
}

.single-team-item-two .img-holder {
  margin-bottom: 30px;
}

.single-team-item-two .img-holder img {
  width: 175px;
  height: 175px;
  border-radius: 50%;
}

.single-team-item-two .text h3.title {
  font-size: 22px;
  letter-spacing: -0.03em;
}

.single-team-item-two .text h3.title:hover {
  color: #67b953;
}

.single-team-item-two .text p.posiiton {
  font-weight: 500;
}

.team-one_content-box h2 {
  margin-bottom: 20px;
}

.team-one_content-box h2 span.thin {
  font-weight: 300;
  display: block;
}

.team-one_content-box p {
  margin-bottom: 25px;
}

.team-one_content-box .skill-wrap-one {
  background-color: #1a1a1a;
  padding: 50px 60px 20px;
  margin-left: -220px;
}

@media (max-width: 991px) {
  .team-one_content-box .skill-wrap-one {
    margin-left: 0;
  }
}

.author-section .author-image {
  margin-top: -80px;
}

.author-section .author-content-box h2 {
  margin-bottom: 20px;
}

.author-section .author-content-box h2 span.thin {
  font-weight: 300;
  display: block;
}

.author-section .author-content-box p {
  font-size: 24px;
  line-height: 35px;
  font-family: "Manrope", sans-serif;
  margin-bottom: 20px;
}

.author-section .author-content-box h5 {
  color: #083a83;
}

.author-section .author-content-box h5:before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  width: 40px;
  height: 3px;
  background-color: #083a83;
  vertical-align: middle;
  margin-right: 20px;
}

/*---==================
    12. Testimonial css 
=================----*/
.border-bottom-1 {
  border-bottom: 1px solid rgba(26, 26, 26, 0.071);
}

ul.slick-dots li {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid transparent;
  border-radius: 50%;
}

ul.slick-dots li:after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  /* background-color: rgba(26, 26, 26, 0.2); */
  background-color: #67b953;
}

ul.slick-dots li.slick-active {
  border-color: #67b953;
}

ul.rating li {
  display: inline-block;
}

.testimonial-section-two {
  position: relative;
  z-index: 1;
}

.testimonial-section-two:after {
  position: absolute;
  top: 118px;
  content: "";
  width: 100%;
  height: 1000px;
  background-color: #edf2f5;
  z-index: -1;
}

.testimonial-slider-two {
  margin-left: -15px;
  margin-right: -15px;
}

.testimonial-slider-two .single-testimonial-item {
  margin-left: 15px;
  margin-right: 15px;
}

.testimonial-slider-two .slick-dots {
  text-align: center;
}

.testimonial-wrapper-one {
  position: relative;
  z-index: 2;
  padding: 60px 50px 70px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(26, 26, 26, 0.1);
  box-shadow: 0px 10px 60px 0px rgba(26, 26, 26, 0.1);
}

.testimonial-wrapper-one:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 70px;
  background: url(../images/shape/testimonial-shape-1.png) no-repeat center;
  background-size: cover;
  z-index: -1;
}

.testimonial-wrapper-two {
  margin-left: -115px;
  margin-right: -115px;
  padding: 70px 115px;
}

@media (max-width: 1199px) {
  .testimonial-wrapper-two {
    margin-right: 0;
    margin-left: 0;
    padding: 70px 35px;
  }
}

.testimonial-wrapper-two .testimonial-dots {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: rotate(90deg) translateY(-50%);
  transform: rotate(90deg) translateY(-50%);
}

.testimonial-wrapper-two.dark-black-bg {
  background-color: #181c22;
}

.testimonial-wrapper-two.dark-black-bg .testimonial-item-two .quote i {
  color: #67b953;
}

.testimonial-wrapper-two.dark-black-bg .testimonial-item-two .testimonial-content ul.ratings li span.title {
  color: #67b953;
}

.testimonial-wrapper-two.dark-black-bg .testimonial-item-two .testimonial-content .author-thumb-title .author-title h4 {
  color: #fff;
}

.testimonial-wrapper-two.dark-black-bg .testimonial-item-two .testimonial-content .author-thumb-title .author-title p.position {
  color: rgba(255, 255, 255, 0.5);
}

.testimonial-wrapper-two.dark-black-bg ul.slick-dots li.slick-active {
  border-color: #67b953;
}

.testimonial-wrapper-two.dark-black-bg ul.slick-dots li:after {
  background-color: #fff;
}

.testimonial-wrapper-three .map-img-box {
  margin-right: -40px;
}

.map-img-box .thumb-marker {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  width: 70px;
  height: 90px;
  background: url(../images/testimonial/marker-blue.png) no-repeat;
  background-size: cover;
}

.map-img-box .thumb-marker img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  left: 15px;
}

.testimonial-item .quote>i {
  color: #083a83;
  font-size: 50px;
}

.testimonial-item .testimonial-content>p {
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 18px;
}

.testimonial-item .testimonial-content ul.ratings {
  margin-bottom: 27px;
}

.testimonial-item .testimonial-content ul.ratings li span.title {
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 800;
  font-family: "Manrope", sans-serif;
  margin-right: 15px;
}

.testimonial-item .testimonial-content .author-thumb-title .author-thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  max-width: 60px;
  margin-right: 20px;
}

.testimonial-item .testimonial-content .author-thumb-title .author-thumb img {
  width: 100%;
  border-radius: 50%;
}

.testimonial-item .testimonial-content .author-thumb-title .author-title p.position {
  color: #083a83;
}

@media (max-width: 991px) {
  .testimonial-item-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.testimonial-item-two .quote {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  max-width: 70px;
  margin-right: 50px;
}

.testimonial-item-two .quote i {
  font-size: 50px;
  color: #083a83;
}

.testimonial-item-two .testimonial-content ul.ratings {
  margin-bottom: 10px;
}

.testimonial-item-two .testimonial-content ul.ratings li span.title {
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 800;
  font-family: "Manrope", sans-serif;
  margin-right: 15px;
}

.testimonial-item-two .testimonial-content>p {
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 18px;
}

.testimonial-item-two .testimonial-content .author-thumb-title .author-thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  max-width: 60px;
  margin-right: 20px;
}

.testimonial-item-two .testimonial-content .author-thumb-title .author-thumb img {
  width: 100%;
  border-radius: 50%;
}

.testimonial-item-two .testimonial-content .author-thumb-title .author-title p.position {
  color: #083a83;
  font-weight: 500;
}

.author-rating-box {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.102);
}

.author-rating-box .author-thumb-title .author-thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  max-width: 50px;
  margin-right: 15px;
}

.author-rating-box .author-thumb-title .author-thumb img {
  width: 100%;
  border-radius: 50%;
}

.author-rating-box .author-thumb-title .author-title h4 {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}

.author-rating-box .author-rating h6 {
  color: #fff;
}

.author-rating-box .author-rating ul.rating li i {
  color: #083a83;
  font-size: 10px;
}

.author-rating-box-two .rating li span {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
  margin-right: 10px;
}

.author-rating-box-two .rating li i {
  color: #083a83;
}

.author-rating-box-two h5 {
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 15px;
}

.author-rating-box-two .author-thumb-title .author-thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  max-width: 40px;
  margin-right: 10px;
}

.author-rating-box-two .author-thumb-title .author-thumb img {
  width: 100%;
  border-radius: 50%;
}

.author-rating-box-two .author-thumb-title .author-title h5 {
  color: #007eff;
}

.testimonial-item-three {
  padding: 40px 50px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(97, 142, 188, 0.10196)), color-stop(60%, rgba(39, 57, 76, 0.21)), to(rgba(1, 1, 1, 0.32157)));
  background: linear-gradient(-180deg, rgba(97, 142, 188, 0.10196) 0%, rgba(39, 57, 76, 0.21) 60%, rgba(1, 1, 1, 0.32157) 100%);
}

.testimonial-item-three .testimonial-content>p {
  margin-bottom: 25px;
}

.testimonial-item-three .author-rating-box {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.102);
}

.single-testimonial-item {
  padding: 40px 45px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(26, 26, 26, 0.1);
  box-shadow: 0px 10px 60px 0px rgba(26, 26, 26, 0.1);
  margin-bottom: 60px;
}

.single-testimonial-item .quote-ratings .quote i {
  color: #083a83;
  font-size: 50px;
}

.single-testimonial-item .testimonial-content>p {
  margin-bottom: 20px;
}

.single-testimonial-item .testimonial-content .author-thumb-title .author-thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  max-width: 60px;
  margin-right: 20px;
}

.single-testimonial-item .testimonial-content .author-thumb-title .author-thumb img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.single-testimonial-item .testimonial-content .author-thumb-title .author-title p.position {
  font-weight: 500;
  color: #083a83;
}

/*---==================
    13. Blog css 
=================----*/
/* Post Meta */
.post-meta ul li {
  display: inline-block;
  margin-bottom: 10px;
}

.post-meta ul li:not(:last-child):after {
  display: inline-block;
  content: "";
  width: 5px;
  height: 5px;
  background-color: rgba(26, 26, 26, 0.302);
  vertical-align: middle;
  margin-left: 20px;
  margin-right: 15px;
}

.post-meta ul li a {
  font-size: 18px;
}

.post-meta ul li a:hover {
  color: #083a83;
}

/* Blog Section */
.blog-section {
  overflow: hidden;
}

.blog-section .shape {
  position: absolute;
  z-index: -1;
}

.blog-section .shape.shape-one {
  bottom: 0;
  left: 0;
}

.blog-section .shape.shape-two {
  top: -230px;
  right: -170px;
}

.blog-section .shape.shape-two span {
  width: 500px;
  height: 500px;
  border: 100px solid #083a83;
  border-radius: 50%;
}

/* Blog Post Item */
.blog-post-item-one {
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(109, 109, 109, 0.1);
  box-shadow: 0px 10px 60px 0px rgba(109, 109, 109, 0.1);
}

.blog-post-item-one .post-thumbnail {
  position: relative;
}

.blog-post-item-one .post-thumbnail img {
  width: 100%;
}

.blog-post-item-one .post-thumbnail .post-date {
  position: absolute;
  bottom: -15px;
  right: 20px;
}

.blog-post-item-one .post-thumbnail .post-date a {
  text-align: center;
  background-color: #083a83;
  color: #fff;
  padding: 10px 20px;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.blog-post-item-one .post-thumbnail .post-date a span {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
}

.blog-post-item-one .entry-content {
  padding: 30px 40px 30px;
}

@media (max-width: 991px) {
  .blog-post-item-one .entry-content {
    padding: 30px;
  }
}

.blog-post-item-one .entry-content h3.title {
  letter-spacing: -0.03em;
  margin-bottom: 13px;
}

.blog-post-item-one .entry-content h3.title:hover {
  color: #083a83;
}

.blog-post-item-one .entry-content p {
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  .blog-post-item-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.blog-post-item-two .entry-content,
.blog-post-item-two .post-thumbnail {
  width: 50%;
}

@media (max-width: 1199px) {

  .blog-post-item-two .entry-content,
  .blog-post-item-two .post-thumbnail {
    width: 100%;
  }
}

.blog-post-item-two .post-thumbnail {
  position: relative;
}

.blog-post-item-two .post-thumbnail img {
  width: 100%;
}

.blog-post-item-two .post-thumbnail .post-date {
  position: absolute;
  top: 25px;
  right: 40px;
}

.blog-post-item-two .post-thumbnail .post-date a {
  text-align: center;
  background-color: #083a83;
  color: #fff;
  padding: 10px 20px;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.blog-post-item-two .post-thumbnail .post-date a span {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
}

.blog-post-item-two .entry-content {
  position: relative;
  margin-left: -40px;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 40px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(109, 109, 109, 0.1);
  box-shadow: 0px 10px 60px 0px rgba(109, 109, 109, 0.1);
}

@media (max-width: 1199px) {
  .blog-post-item-two .entry-content {
    margin: 0;
  }
}

.blog-post-item-two .entry-content h3.title:hover {
  color: #083a83;
}

.blog-post-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(26, 26, 26, 0.071);
  padding: 40px;
}

@media (max-width: 767px) {
  .blog-post-item-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.blog-post-item-content.post-content-bg {
  position: relative;
  z-index: 1;
}

.blog-post-item-content.post-content-bg:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(26, 26, 26, 0.85);
  mix-blend-mode: multiply;
  z-index: -1;
}

@media (max-width: 767px) {
  .blog-post-item-content .post-date {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px;
  }
}

.blog-post-item-content .post-date a {
  text-align: center;
  background-color: #083a83;
  color: #fff;
  padding: 10px 20px;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.blog-post-item-content .post-date a span {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
}

.blog-post-item-content .entry-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .blog-post-item-content .entry-content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 0px;
  }
}

.blog-post-item-content .entry-content h3.title {
  margin-bottom: 10px;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}

.blog-post-item-content .entry-content h3.title:hover {
  color: #083a83;
}

.blog-post-item-content .entry-content>p {
  margin-bottom: 10px;
}

/* Blog Details */
.blog-details-wrapper .blog-post {
  padding: 25px 40px 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 80px 0px rgba(109, 109, 109, 0.1);
  box-shadow: 0px 10px 80px 0px rgba(109, 109, 109, 0.1);
}

.blog-details-wrapper .blog-post .main-post .entry-content h3.title {
  font-size: 27px;
  line-height: 40px;
  letter-spacing: -0.03em;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(26, 26, 26, 0.07);
  margin-bottom: 30px;
}

.blog-details-wrapper .blog-post .main-post .entry-content p {
  margin-bottom: 30px;
}

.blog-details-wrapper .blog-post .main-post .entry-content .block-image {
  margin-bottom: 30px;
}

.blog-details-wrapper .blog-post .main-post .entry-content .quote-admin {
  padding: 30px 40px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fafafa;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .blog-details-wrapper .blog-post .main-post .entry-content .quote-admin {
    width: 95%;
  }
}

.blog-details-wrapper .blog-post .main-post .entry-content .quote-admin .quote-inner-content .quote-admin-content h3 {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .blog-details-wrapper .blog-post .main-post .entry-content .quote-admin .quote-inner-content .quote-admin-content h3 {
    font-size: 18px;
    line-height: 30px;
  }
}

.blog-details-wrapper .blog-post .main-post .entry-content .quote-admin .quote-inner-content .quote-admin-content h5 {
  color: #083a83;
}

@media (max-width: 767px) {
  .blog-details-wrapper .blog-post .main-post .entry-content .quote-admin .quote-inner-content .quote-admin-content h5 {
    font-size: 16px;
  }
}

.blog-details-wrapper .blog-post .entry-footer {
  border-top: 1px solid rgba(26, 26, 26, 0.07);
  padding-top: 33px;
}

.blog-details-wrapper .blog-post .entry-footer h4 {
  font-size: 18px;
  margin-right: 10px;
}

.blog-details-wrapper .blog-post .entry-footer .tag-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.blog-details-wrapper .blog-post .entry-footer .tag-links a {
  padding: 5px 14px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(94, 94, 94, 0.2);
  box-shadow: 0px 10px 60px 0px rgba(94, 94, 94, 0.2);
  background-color: #fff;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
  color: #1a1a1a;
  margin-left: 10px;
  margin-bottom: 10px;
}

.blog-details-wrapper .blog-post .entry-footer .tag-links a:hover {
  background-color: #083a83;
  color: #fff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(243, 77, 30, 0.2);
  box-shadow: 0px 10px 60px 0px rgba(243, 77, 30, 0.2);
}

.blog-details-wrapper .blog-post .entry-footer .social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-details-wrapper .blog-post .entry-footer .social-share a {
  margin-left: 15px;
}

.blog-details-wrapper .blog-post .entry-footer .social-share a:hover {
  color: #083a83;
}

.blog-details-wrapper .post-author-box {
  padding: 40px 50px 30px;
  border: 1px solid rgba(26, 26, 26, 0.102);
}

@media (max-width: 767px) {
  .blog-details-wrapper .post-author-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.blog-details-wrapper .post-author-box .author-thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  max-width: 150px;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .blog-details-wrapper .post-author-box .author-thumb {
    margin-bottom: 20px;
  }
}

.blog-details-wrapper .post-author-box .author-thumb img {
  width: 100%;
}

.blog-details-wrapper .post-author-box .author-content h4 {
  margin-bottom: 8px;
}

.blog-details-wrapper .post-author-box .author-content p {
  margin-bottom: 5px;
}

.blog-details-wrapper .post-author-box .author-content ul.social-link li:not(:last-child) {
  margin-right: 20px;
}

.blog-details-wrapper .post-author-box .author-content ul.social-link li a:hover {
  color: #083a83;
}

.blog-details-wrapper .post-navigation .post-nav-item {
  max-width: 280px;
}

.blog-details-wrapper .post-navigation .post-nav-item .thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  max-width: 70px;
  height: 70px;
  margin-right: 25px;
}

.blog-details-wrapper .post-navigation .post-nav-item .thumb img {
  width: 100%;
}

.blog-details-wrapper .post-navigation .post-nav-item .content {
  margin-top: -5px;
}

.blog-details-wrapper .post-navigation .post-nav-item .content .post-date a i {
  margin-right: 10px;
}

.blog-details-wrapper .post-navigation .post-nav-item .content h6:hover {
  color: #083a83;
}

.blog-details-wrapper .post-navigation .post-nav-item.next-post {
  direction: rtl;
  float: right;
  text-align: right;
}

.blog-details-wrapper .post-navigation .post-nav-item.next-post .thumb {
  margin-right: 0;
  margin-left: 25px;
}

.blog-details-wrapper .post-navigation .post-nav-item.next-post .content .post-date a i {
  margin-right: 0px;
  margin-left: 10px;
}

.blog-details-wrapper .comments-area {
  padding: 30px 50px 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 80px 0px rgba(109, 109, 109, 0.1);
  box-shadow: 0px 10px 80px 0px rgba(109, 109, 109, 0.1);
}

@media (max-width: 767px) {
  .blog-details-wrapper .comments-area {
    padding: 30px 20px 10px;
  }
}

.blog-details-wrapper .comments-area h4.comments-title {
  margin-bottom: 42px;
}

.blog-details-wrapper .comments-area .comments-list {
  margin-left: 40px;
}

@media (max-width: 767px) {
  .blog-details-wrapper .comments-area .comments-list {
    margin-left: 0;
  }
}

.blog-details-wrapper .comments-area .comments-list .comment {
  background-color: #fafafa;
  padding: 20px 40px 25px;
}

.blog-details-wrapper .comments-area .comments-list .comment:nth-child(even) {
  margin-left: 75px;
}

@media (max-width: 767px) {
  .blog-details-wrapper .comments-area .comments-list .comment:nth-child(even) {
    margin-left: 25px;
  }
}

.blog-details-wrapper .comments-area .comments-list .comment .comment-wrap .comment-author-content span.date i {
  margin-right: 10px;
}

.blog-details-wrapper .comments-area .comments-list .comment .comment-wrap .comment-author-content span.time {
  margin-left: 15px;
}

.blog-details-wrapper .comments-area .comments-list .comment .comment-wrap .comment-author-content p {
  margin-bottom: 10px;
}

.blog-details-wrapper .comments-area .comments-list .comment .comment-wrap .comment-author-content .comment-author-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-details-wrapper .comments-area .comments-list .comment .comment-wrap .comment-author-content .comment-author-title img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.blog-details-wrapper .comments-area .comments-list .comment .comment-wrap .comment-author-content .comment-author-title .author-name {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin-left: 15px;
}

@media (max-width: 767px) {
  .blog-details-wrapper .comments-area .comments-list .comment .comment-wrap .comment-author-content .comment-author-title .author-name {
    font-size: 16px;
  }
}

.blog-details-wrapper .comments-respond h4 {
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}

.blog-details-wrapper .comments-respond p {
  margin-bottom: 20px;
}

.blog-details-wrapper .comments-respond .comment-form .form_control {
  background-color: #fafafa;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 18px;
  font-family: "Manrope", sans-serif;
}

/* Sidebar Widget */
.sidebar-widget {
  padding: 30px;
  border-radius: 5px;
  border: 1px solid rgba(26, 26, 26, 0.102);
}

.sidebar-widget h4.widget-title {
  margin-bottom: 30px;
}

.sidebar-widget h4.widget-title span.line {
  display: block;
  width: 35px;
  height: 3px;
  background-color: #083a83;
  position: relative;
  margin: 12px 0 8px;
}

.sidebar-widget h4.widget-title span.line:before,
.sidebar-widget h4.widget-title span.line:after {
  position: absolute;
  content: "";
  height: 3px;
  background-color: #083a83;
}

.sidebar-widget h4.widget-title span.line:before {
  right: -16px;
  width: 10px;
}

.sidebar-widget h4.widget-title span.line:after {
  right: -29px;
  width: 5px;
}

.sidebar-widget.search-widget {
  background-color: #fafafa;
}

.sidebar-widget.search-widget form .form_control {
  -webkit-box-shadow: 0px 10px 60px 0px rgba(94, 94, 94, 0.1);
  box-shadow: 0px 10px 60px 0px rgba(94, 94, 94, 0.1);
  font-style: italic;
  height: 55px;
}

.sidebar-widget.search-widget form .search-btn {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #083a83;
  color: #fff;
  width: 55px;
  height: 55px;
}

.sidebar-widget.category-widget h4.widget-title {
  margin-bottom: 22px;
}

.sidebar-widget.category-widget .category-nav li:not(:last-child) a {
  border-bottom: 1px solid rgba(26, 26, 26, 0.071);
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.sidebar-widget.category-widget .category-nav li a {
  display: block;
  font-size: 18px;
  font-weight: 700;
}

.sidebar-widget.category-widget .category-nav li a span {
  float: right;
}

.sidebar-widget.category-widget .category-nav li a:hover {
  color: #083a83;
}

.sidebar-widget.recent-post-widget .recent-post-list .post-thumbnail-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sidebar-widget.recent-post-widget .recent-post-list .post-thumbnail-content:not(:last-child) {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(26, 26, 26, 0.071);
  margin-bottom: 30px;
}

.sidebar-widget.recent-post-widget .recent-post-list .post-thumbnail-content img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  max-width: 80px;
  height: 70px;
  margin-right: 25px;
}

.sidebar-widget.recent-post-widget .recent-post-list .post-thumbnail-content .post-title-date {
  margin-top: -7px;
}

.sidebar-widget.recent-post-widget .recent-post-list .post-thumbnail-content .post-title-date span.posted-on {
  font-weight: 500;
}

.sidebar-widget.recent-post-widget .recent-post-list .post-thumbnail-content .post-title-date span.posted-on i {
  margin-right: 10px;
}

.sidebar-widget.recent-post-widget .recent-post-list .post-thumbnail-content .post-title-date h6:hover {
  color: #083a83;
}

.sidebar-widget.contact-info-widget {
  position: relative;
  min-height: 440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 1;
}

.sidebar-widget.contact-info-widget:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(26, 26, 26, 0.3);
  z-index: -1;
  mix-blend-mode: multiply;
}

.sidebar-widget.contact-info-widget .contact-info-content {
  padding: 40px;
}

.sidebar-widget.contact-info-widget .contact-info-content span.sub-title {
  color: #fff;
  margin-bottom: 10px;
}

.sidebar-widget.contact-info-widget .contact-info-content h3.title {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 32px;
}

.sidebar-widget .Rectangle_14 {
  background-color: #1a1a1a;
  opacity: 0.302;
  position: absolute;
  left: 1175px;
  top: 2250px;
  width: 370px;
  height: 450px;
  z-index: 189;
}

.sidebar-widget.tag-cloud-widget {
  background-color: #fafafa;
}

.sidebar-widget.tag-cloud-widget a {
  padding: 8px 20px;
  background-color: #fff;
  color: #fff;
  line-height: 24px;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 5px;
  color: #1a1a1a;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(94, 94, 94, 0.2);
  box-shadow: 0px 10px 60px 0px rgba(94, 94, 94, 0.2);
  font-weight: 700;
}

.sidebar-widget.tag-cloud-widget a:hover {
  background-color: #083a83;
  color: #fff;
}

.sidebar-widget.recent-products-widget .product-item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid rgba(26, 26, 26, 0.071);
}

.sidebar-widget.recent-products-widget .product-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.sidebar-widget.recent-products-widget .product-item .thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  max-width: 70px;
  margin-right: 15px;
}

.sidebar-widget.recent-products-widget .product-item .info h6.title {
  font-size: 18px;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
}

.sidebar-widget.product-category-widget ul.category-nav li a {
  display: block;
  font-weight: 500;
  color: #74787c;
}

.sidebar-widget.product-category-widget ul.category-nav li a i {
  margin-right: 10px;
}

.sidebar-widget.product-category-widget ul.category-nav li a span {
  vertical-align: super;
  margin-left: 5px;
}

.sidebar-widget.price-range-widget .price-number input {
  border: none;
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
}

.sidebar-widget.price-range-widget .ui-widget-content {
  height: 3px;
  border: none;
  background-color: rgba(20, 29, 56, 0.1);
}

.sidebar-widget.price-range-widget .ui-slider-range {
  background-color: #083a83;
  height: 3px;
}

.sidebar-widget.price-range-widget .ui-slider-horizontal .ui-slider-handle {
  margin-left: 0;
  height: 15px;
  width: 3px;
  border: none;
  background-color: #083a83;
  outline: none;
}

.sidebar-widget.product-tag-cloud a {
  font-size: 15px;
  padding: 3px 15px;
  background-color: rgba(26, 26, 26, 0.05);
  color: #1a1a1a;
  line-height: 25px;
  border-radius: 3px;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
  margin-bottom: 7px;
}

.sidebar-widget.product-tag-cloud a:hover {
  background-color: #083a83;
  color: #fff;
}

/*---==================
    14. Contact css 
=================----*/
/* Contact Item */
.contact-info-box .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  max-width: 20px;
  margin-right: 10px;
}

.contact-info-box .icon i {
  color: #083a83;
}

.contact-info-box .text {
  margin-top: -3px;
}

.single-info-item {
  padding: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid rgba(26, 26, 26, 0.07);
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 450px) {
  .single-info-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 30px;
    text-align: center;
  }
}

.single-info-item:hover {
  border-color: transparent;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(124, 124, 124, 0.1);
  box-shadow: 0px 10px 60px 0px rgba(124, 124, 124, 0.1);
}

.single-info-item:hover .icon img {
  -webkit-animation: shake linear 0.3s infinite;
  animation: shake linear 0.3s infinite;
}

.single-info-item .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  max-width: 60px;
  margin-right: 30px;
  text-align: center;
}

.single-info-item .info h3.title {
  margin-bottom: 5px;
}

.single-info-item .info p a:hover {
  color: #083a83;
}

/* Map box */
.map-box iframe {
  display: inherit;
  border: none;
  height: 700px;
  width: 100%;
}

/* Contact Content box */
.contact-one_content-box>p {
  margin-bottom: 25px;
}

.contact-one_content-box .social-box h3.title {
  margin-bottom: 15px;
}

.contact-one_content-box .social-box ul.social-link li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(26, 26, 26, 0.102);
  margin-right: 5px;
}

.contact-one_content-box .social-box ul.social-link li a:hover {
  background-color: #083a83;
  border-color: transparent;
  color: #fff;
}

/* Contact Form box */
.contact-one_form-box .contact-form .form_control::-webkit-input-placeholder {
  color: #74787c;
}

.contact-one_form-box .contact-form .form_control::-moz-placeholder {
  color: #74787c;
}

.contact-one_form-box .contact-form .form_control:-ms-input-placeholder {
  color: #74787c;
}

.contact-one_form-box .contact-form .form_control::-ms-input-placeholder {
  color: #74787c;
}

.contact-one_form-box .contact-form .form_control::placeholder {
  color: #74787c;
}

.contact-one_form-box .contact-form .form_control:focus {
  border-color: #1a1a1a;
}

.contact-one_form-box .contact-form .nice-select,
.contact-one_form-box .contact-form .form_control {
  font-size: 17px;
  font-weight: 500;
  height: 40px;
  border-bottom: 1px solid rgba(26, 26, 26, 0.15);
  padding: 0 33px;
  margin-bottom: 40px;
}

.contact-one_form-box .contact-form textarea.form_control {
  height: 100px;
}

.contact-one_form-box .contact-form i {
  position: absolute;
  top: 10px;
  left: 0;
}

.contact-one_form-box .contact-form .form_checkbox {
  margin-bottom: 30px;
}

.contact-two_form-box {
  background-color: #fafafa;
  padding: 65px 70px 80px;
  margin-top: 50px;
  margin-left: -100px;
  /* box-shadow: 0px 10px 30px rgba(110, 104, 162, 0.1); */
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}

@media (max-width: 991px) {
  .contact-two_form-box {
    margin-left: 0;
    padding: 65px 30px 80px;
  }
}

.contact-two_form-box form.contact-form .form_checkbox {
  margin-bottom: 20px;
}

.contact-two_form-box form.contact-form i {
  position: absolute;
  top: 17px;
  color: #67b953;
}

.contact-two_form-box form.contact-form .form_control {
  height: 50px;
  background-color: transparent;
  border-bottom: 1px solid rgba(26, 26, 26, 0.102);
  margin-bottom: 30px;
}

.contact-two_form-box form.contact-form textarea.form_control {
  height: 80px;
}

/* Contact Section */
.contact-section-two .contact-two_form-box {
  margin-bottom: -92%;
  margin-top: 0;
}

/*---==================
    15. Footer css 
=================----*/
.border-top-white-op-1 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-widget {
  margin-top: -8px;
}

.footer-widget h4.widget-title {
  font-size: 20px;
  margin-bottom: 25px;
}

.footer-content>p {
  margin-bottom: 20px;
}

.footer-content ul.widget-nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}

.footer-content ul.widget-nav li a:hover {
  color: #083a83;
}

.footer-content ul.widget-nav li a:before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  font-family: "Font Awesome 5 pro";
  font-weight: 400;
  margin-right: 17px;
}

.footer-content .social-link li:not(:first-child) {
  margin-left: 5px;
}

.footer-content .social-link li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.5);
  background-color: #262626;
  font-size: 14px;
}

.footer-content .social-link li a:hover {
  background-color: #083a83;
  color: #fff;
}

.about-company-widget-two {
  padding-right: 10%;
}

.about-company-widget-two .footer-content .footer-logo {
  margin-bottom: 20px;
}

.about-info-widget .footer-widget-logo {
  padding-bottom: 40px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 20px;
}

.about-info-widget h5.title {
  margin-bottom: 10px;
}

.contact-info-widget h5.title {
  margin-bottom: 30px;
}

.footer-social-box ul.social-link li:not(:last-child) {
  margin-right: 5px;
}

.footer-social-box ul.social-link li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.102);
}

.footer-copyright {
  padding: 25px 0;
}

@media (max-width: 1199px) {
  .footer-copyright .footer-nav {
    text-align: center;
  }
}

.footer-copyright .footer-nav ul li {
  display: inline-block;
}

.footer-copyright .footer-nav ul li:not(:last-child):after {
  margin-left: 20px;
  margin-right: 15px;
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0.3);
}

.footer-copyright .footer-nav ul li a {
  color: #adadad;
  position: relative;
}

.footer-copyright .footer-nav ul li a:hover:after {
  width: 100%;
}

.footer-copyright .footer-nav ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.footer-copyright .footer-nav ul li a:hover {
  color: #fff;
}

@media (max-width: 1199px) {
  .footer-copyright .footer-text {
    text-align: center;
  }
}

.footer-copyright .footer-text p span.number {
  color: #fff;
  font-size: 20px;
}

.footer-default {
  background-color: #0f0f0f;
  overflow: hidden;
}

.footer-default .shape {
  position: absolute;
  z-index: -1;
}

.footer-default .shape.shape-one {
  bottom: -300px;
  left: -250px;
}

.footer-default .shape.shape-one span {
  width: 600px;
  height: 600px;
  border-radius: 50%;
  border: 120px solid rgba(250, 250, 250, 0.02);
}

.footer-default .shape.shape-two {
  bottom: 0;
  right: 0;
}

.footer-two {
  background-color: #181c22;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.footer-two .shape {
  position: absolute;
  z-index: -1;
}

.footer-two .shape span {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 1px solid rgba(116, 120, 124, 0.1);
}

.footer-two .shape.shape-one {
  top: -100px;
  left: 20px;
}

.footer-two .shape.shape-two {
  left: 250px;
  top: -33%;
}

.footer-two .shape.shape-three {
  right: -16%;
  bottom: 30px;
}

.footer-two .shape.shape-four {
  bottom: -45%;
  right: -10%;
}

/*---==================
    16. Home Two css 
=================----*/
.home-two span.sub-title {
  color: #67b953;
}

.home-two .main-btn.btn-red {
  background-color: #67b953;
}

.home-two .main-btn.btn-red:hover {
  background-color: #0f0f0f;
}

.home-two .main-btn.filled-btn {
  color: #67b953;
}

.home-two .main-btn.filled-btn.filled-white {
  color: #fff;
}

.home-two .main-btn.filled-btn.filled-white:hover {
  color: #1a1a1a;
}

.home-two .header-navigation .main-menu ul>li a.active {
  color: #67b953;
}

.home-two .header-navigation .main-menu ul>li .sub-menu li:hover>a {
  color: #67b953;
}

.home-two .header-navigation .main-menu ul>li .sub-menu li.has-children:hover>a:after {
  color: #67b953;
}

.home-two .header-navigation .main-menu ul>li:hover>a {
  color: #67b953;
}

.home-two .header-navigation .main-menu ul>li:hover>a:before {
  background-color: #67b953;
}

.home-two .banner-two .hero-content .hero-button .main-btn.btn-white:hover {
  background-color: #1a1a1a;
  color: #fff;
}

.home-two .service-item .text i {
  color: #67b953;
}

.home-two .service-item .hover-text {
  background-color: #67b953;
}

.home-two .single-counter-item-two .text h2.number {
  color: #67b953;
}

.home-two .single-counter-item-two .text h5 {
  color: rgba(255, 255, 255, 0.7);
}

.home-two .features-item-two:hover .icon {
  background-color: #67b953;
  color: #fff;
}

.home-two .features-item-two:hover .icon-btn {
  background-color: #67b953;
  color: #fff;
}

.home-two .features-item-two .icon {
  color: #67b953;
}

.home-two .features-item-two .icon-btn {
  color: #67b953;
}

.home-two .cta-section-two .section-title h2 span {
  color: #67b953;
}

.home-two ul.check-style-two li:before {
  background-color: #67b953;
}

.home-two .projects-slider-two ul.slick-dots li.slick-active {
  border-color: #67b953;
}

.home-two .projects-slider-two ul.slick-dots li.slick-active:after {
  background-color: #67b953;
}

.home-two .blog-post-item-one .post-thumbnail .post-date a {
  background-color: #67b953;
}

.home-two .blog-post-item-one .entry-content .post-meta ul li span a:hover {
  color: #67b953;
}

.home-two .blog-post-item-one .entry-content h3.title:hover {
  color: #67b953;
}

.home-two .blog-post-item-one .entry-content .btn-link {
  color: #67b953;
}

.home-two .newsletter-section .newsletter-from form i {
  color: #67b953;
}

.home-two .contact-info-box .icon i {
  color: #67b953;
}

.home-two .footer-content ul.widget-nav li a:hover {
  color: #67b953;
}

.home-two .footer-content ul.social-link li a:hover {
  background-color: #67b953;
}

.home-three-dark {
  background-color: #010101;
}

.home-three-dark span.sub-title {
  color: #007eff;
}

.home-three-dark span.sub-title:after,
.home-three-dark span.sub-title:before {
  display: none;
}

.home-three-dark .section-title h2 {
  font-size: 42px;
  line-height: 52px;
}

@media (max-width: 1199px) {
  .home-three-dark .section-title h2 {
    font-size: 32px;
    line-height: 45px;
  }
}

.home-three-dark p {
  color: rgba(255, 255, 255, 0.7);
}

.home-three-dark .main-btn.filled-btn.filled-white {
  border: 1px solid rgba(255, 255, 255, 0.102);
}

.home-three-dark .main-btn.filled-btn.filled-white:hover {
  color: #007eff;
}

.home-three-dark ul.slick-dots li:after {
  background-color: #fff;
}

.home-three-dark ul.slick-dots li.slick-active {
  border-color: #007eff;
}

.home-three-dark .check-style-one li {
  color: rgba(255, 255, 255, 0.7);
}

.home-three-dark .check-style-one li:before {
  color: #007eff;
}

.home-three-dark .author-rating-box-two .rating li span {
  color: #fff;
}

.home-three-dark .author-rating-box-two h5 {
  color: #fff;
}

.home-three-dark .author-rating-box-two .author-thumb-title .author-title h4 {
  color: #007eff;
}

.home-three-dark .navigation-two.sticky {
  background-color: #0a0e12;
}

.home-three-dark .sign-in-button .btn-link {
  color: #fff;
}

.home-three-dark .sign-in-button .btn-link:hover {
  color: #007eff;
}

.home-three-dark .header-navigation .main-menu ul>li a.active {
  color: #007eff;
}

.home-three-dark .header-navigation .main-menu ul>li .sub-menu li:hover>a {
  color: #007eff;
}

.home-three-dark .header-navigation .main-menu ul>li .sub-menu li.has-children:hover>a:after {
  color: #007eff;
}

.home-three-dark .header-navigation .main-menu ul>li:hover>a {
  color: #007eff;
}

.home-three-dark .header-navigation .main-menu ul>li:hover>a:before {
  background-color: #007eff;
}

.home-three-dark .header-navigation.breakpoint-on.sticky .main-menu ul>li>a {
  color: #1a1a1a;
}

.home-three-dark .header-navigation .navbar-toggler span {
  background-color: #fff;
}

.home-three-dark .banner-three .hero-content p {
  color: rgba(255, 255, 255, 0.6);
}

.home-three-dark .single-counter-item-three .text h5 {
  color: #fff;
}

.home-three-dark .service-item-three .text .btn-link:hover {
  color: #007eff;
}

.home-three-dark .features-item-left-box .icon i {
  font-size: 45px;
  color: #007eff;
}

.home-three-dark .contact-info-box .icon i {
  color: #007eff;
}

.home-three-dark .contact-info-box .text p a:hover {
  color: #007eff;
}

.home-three-dark .footer-content ul.widget-nav li a:hover {
  color: #007eff;
}

.home-three-dark .footer-social-box ul.social-link li a:hover {
  background-color: #007eff;
}

.logo-img {
  max-width: fit-content;
}

@media (max-width: 413px) {
  .logo-img {
    width: 140%;
  }
}

.service-slider-one .slick-dots {
  text-align: center;
}

.features-item-two .text {
  width: 100%;
}

.service-icon {
  margin-right: 20px;
  width: 75px;
  height: 45px;
  flex: 0 0 45px;
  max-width: 45px;
}

.error-contact {
  border-color: red !important;
}

#loader {
  display: none;
  /* position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;  */
  width: 10%;
  background: url(../../assets/images/spinner.gif) no-repeat center center;
  z-index: 10000;
}

.display-flex {
  display: flex;
}

.highlight {
  color: #67b953;
  font-style: italic;
  font-weight: bold;
}

.highlight-blue {
  color: #083a83;
  font-weight: bold;
}

.fs-50 {
  font-size: 50px;
}

.fs-60 {
  font-size: 60px;
}

.single-info-item:hover .icon .contact-icons {
  -webkit-animation: shake linear 0.3s infinite;
  animation: shake linear 0.3s infinite;
}

.primary-color {
  color: #67b953;
}

.code {
  display: block;
  white-space: pre-wrap;
  padding: 15px;
  background: #f2f2f2;
  border: 1px solid #e6e6e6;
}

.copyButton {
  padding: 5px 10px;
  float: right;
  color: #63ad4c;
}

.color-1a1a1a {
  color: #1a1a1a !important;
}

em[class^="flaticon-"]::before,
em[class*=" flaticon-"]::before {
  font-family: flaticon !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.flaticon-left-quote-1::before {
  content: "\f10c";
}

.testimonial-item-two .quote em {
  font-size: 50px;
  color: #083a83;
}

.hidden {
  display: none;
}

.features-item .icon em {
  font-size: 50px;
  line-height: 1em;
  color: #083a83;
}

.animate-hover-icon:hover .icon em {
  -webkit-animation: shake linear 0.3s infinite;
  animation: shake linear 0.3s infinite;
}