/*-------------------------------------------------------------
Template Name: NextLaw HTML Template
Template URL: 
Author Name: Themexriver
Author URL: https://themeforest.net/user/themexriver/portfolio
Version: 1.0
Description: 
Tags: appilo
-------------------------------------------------------------*/
/*------------------------------------------------------------- 
TABLE OF CONTENTS: 
---------------------------------------------------------------
>> Variables
>> Mixin
>> Preloader
--------------------------------------------------------------*/

/*
var(--thm-base)
#00062c
*/
:root {
    --thm-base: #a89968;
    --thm-blue: #00062c;
}

::-moz-selection {
  color: #ffffff;
  background-color: var(--thm-blue);
}
::selection {
  color: #ffffff;
  background-color: var(--thm-blue);
}
::-moz-selection {
  color: #ffffff;
  background-color: var(--thm-blue);
}
.container {
  max-width: 1200px;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  list-style: none;
}
[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
p {
  margin-bottom: 0;
}
a {
  text-decoration: none;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}
a:hover, a:focus {
  text-decoration: none;
}
img {
  width: auto;
  height: auto;
}
section {
  overflow: hidden;
}
button {
  cursor: pointer;
}
.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  color: inherit;
}
.form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.relative-position {
  position: relative;
}
.no-padding {
  padding: 0;
}
.mb-50 {
  margin-bottom: 50px;
}
.mt-40 {
  margin-top: 40px;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  margin-left: 0;
  line-height: 0;
}
.loading-preloader {
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
}
#loading-preloader {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 50px;
  width: 150px;
  visibility: visible;
  z-index: 1000;
}
@-webkit-keyframes animate24 {
  50% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
@keyframes animate24 {
  50% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(../images/preloader.svg); background-size:80px; }
.nlhu-primary-btn {
  width: 160px;
  height: 60px;
  border-radius: 5px;
  background: var(--thm-base);
  font-size: 16px;
  line-height: 1;
  font-family: "DM Sans", sans-serif;
  color: #ffffff !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nlhu-primary-btn i {
  margin-left: 8px;
  font-size: 14px;
  display: inline-block;
}
button.nlhu2-primary-btn,
a.nlhu2-primary-btn {
  width: 160px;
  height: 60px;
  border-radius: 5px;
  background: var(--thm-base);
  font-size: 16px;
  line-height: 1;
  font-family: "DM Sans", sans-serif;
  color: #ffffff !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
button.nlhu2-primary-btn i,
a.nlhu2-primary-btn i {
  margin-left: 8px;
  font-size: 14px;
  display: inline-block;
}
button.nlhu2-primary-btn {
  border: none;
}
.nlhu-scroll-top {
  position: fixed;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  background: var(--thm-base);
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}
.nlhu-scroll-top i {
  color: #ffffff;
}
.hvr-sweep-to-right:before {
  border-radius: 4px;
}
@-webkit-keyframes nlhuUpsDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes nlhuUpsDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes nlhuButtonFadeEffect {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
@keyframes nlhuButtonFadeEffect {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
/********* Layout **************/
.nlhu-header-area {
  background: #ffffff;
  width: 100%;
  position: absolute;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .nlhu-header-area {
    height: 80px;
  }
}
.nlhu-header-top {
  padding-bottom: 35px;
}
.nlhu-header-top-info ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9px 0 11px;
  margin-right: 20px;
}
@media (max-width: 1199.98px) {
  .nlhu-header-top-info ul li {
    margin-right: 9px;
  }
}
.nlhu-header-top-info ul li:last-child {
  margin-right: 0;
}
.nlhu-header-top-info ul li .nlhu-header-top-icon {
  display: inline-block;
  background: #ede9e2;
  width: 40px;
  height: 40px;
  line-height: 43px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (max-width: 1199.98px) {
  .nlhu-header-top-info ul li .nlhu-header-top-icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
.nlhu-header-top-info ul li .nlhu-header-top-icon i {
  font-size: 25px;
  color: var(--thm-base);
}
@media (max-width: 1199.98px) {
  .nlhu-header-top-info ul li .nlhu-header-top-icon i {
    font-size: 20px;
  }
}
.nlhu-header-top-info ul li .nlhu-header-top-icon:hover {
  background: var(--thm-blue);
}
.nlhu-header-top-info ul li .nlhu-header-top-icon:hover i {
  color: #ffffff;
}
.nlhu-header-top-info ul li span {
  display: inline-block;
  font-size: 16px;
  color: #002648;
  font-family: "DM Sans", sans-serif;
  line-height: 1;
  font-weight: 500;
  margin-left: 21px;
}
@media (max-width: 1199.98px) {
  .nlhu-header-top-info ul li span {
    font-size: 14px;
    margin-left: 12px;
  }
}
.nlhu-header-top-info ul li form {
  display: inline-block;
  margin-left: 21px;
}
@media (max-width: 1199.98px) {
  .nlhu-header-top-info ul li form {
    margin-left: 12px;
  }
}
.nlhu-header-top-info ul li form select {
  border: 0;
  color: #002648;
  font-size: 16px;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  line-height: 1;
}
.nlhu-header-top-info ul li form select option {
  border: 0;
  color: #002648;
  font-size: 16px;
  font-weight: 700;
  font-weight: "Crimson Text", serif;
  line-height: 1;
}
.nlhu-mobile-logo {
  position: absolute;
  top: 17px;
  left: 30px;
}
@media (max-width: 767.98px) {
  .nlhu-mobile-logo {
    top: 15px;
    left: 15px;
  }
}
.nlhu-mobile-logo img {
  width: 75px;
}
.nlhu-mobile-menu-btn-open {
  position: absolute;
  right: 35px;
  top: 10px;
  font-size: 35px;
  color: #000000;
}
@media (min-width: 1281px) {
  .nlhu-mobile-menu-btn-open {
    display: none;
  }
}
@media (max-width: 1280px) {
  .nlhu-mobile-menu-btn-open {
    top: 15px;
  }
}
@media (max-width: 767.98px) {
  .nlhu-mobile-menu-btn-open {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .nlhu-mobile-menu-btn-open {
    top: 8px;
  }
}
@media (max-width: 320px) {
  .nlhu-mobile-menu-btn-open {
    right: 18px;
  }
}
.nlhu-mobile-menu-btn-open.nlhu2-mobile-menu-btn-open {
  color: #ffffff;
}
.nlhu-header-top-info-right {
  margin-left: 19px;
}
.nlhu-logo {
  position: absolute;
  top: 0;
  z-index: 2;
  margin-left: 5px;
  text-align: center;
}
.nlhu-main-navigation {
  background: var(--thm-blue);
  padding: 0 0 0 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  position: absolute;
  width: 100%;
  top: -35px;
  z-index: 1;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .nlhu-main-navigation {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .nlhu-main-navigation {
    padding-left: 50px;
  }
}
.nlhu-main-navigation ul {
  margin-right: 260px;
}
.nlhu-main-navigation ul li {
  display: inline-block;
  margin-right: 50px;
}
.nlhu-main-navigation ul li:last-child {
  margin-right: 0;
}
.nlhu-main-navigation ul li a {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  font-family: "DM Sans", sans-serif;
  color: #ffffff;
  display: inline-block;
  padding: 30px 0;
  position: relative;
}
.nlhu-main-navigation ul li a:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background: var(--thm-base);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.nlhu-main-navigation ul li a:hover:before {
  width: 100%;
}
.nlhu-main-navigation ul:last-child {
  margin-right: 0;
}
.nlhu-header-sticky {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(69, 69, 69, 0.2);
          box-shadow: 0px 0px 50px 0px rgba(69, 69, 69, 0.2);
  z-index: 70;
  -webkit-animation: 1s slideInDown;
          animation: 1s slideInDown;
}
.nlhu-mobile-menu-area {
  position: fixed;
  right: 0;
  top: 0;
  width: 50%;
  height: 100vh;
  background: var(--thm-blue);
  z-index: 99;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all .4s;
  transition: all .4s;
  overflow-y: scroll;
}
@media (max-width: 650px) {
  .nlhu-mobile-menu-area {
    width: 95%;
  }
}
.nlhu-mobile-menu-area-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.nlhu-mobile-menu-area .nlhu-mobile-menu-close {
  display: block;
  font-size: 30px;
  color: #ffff;
  margin-top: 30px;
  margin-left: 35px;
}
.nlhu-mobile-menu-area .nlhu-mobile-menu-logo {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -52px;
}
.nlhu-mobile-menu-area .nlhu-mobile-menu-logo img {
  width: 105px;
}
.nlhu-mobile-menu-area .nlhu-mobile-menu {
  margin-top: 50px;
  margin-left: 30px;
}
.nlhu-mobile-menu-area .nlhu-mobile-menu li a {
  font-size: 20px;
  color: #ffff;
  margin-bottom: 30px;
  display: block;
}
.nlhu-mobile-menu-area .nlhu-mobile-menu-address-area {
  margin-top: 50px;
  margin-left: 30px;
}
.nlhu-mobile-menu-area .nlhu-mobile-menu-address-area li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.nlhu-mobile-menu-area .nlhu-mobile-menu-address-area li .nlhu-header-mobile-icon {
  display: inline-block;
  background: var(--thm-base);
  width: 40px;
  height: 40px;
  line-height: 43px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.nlhu-mobile-menu-area .nlhu-mobile-menu-address-area li .nlhu-header-mobile-icon i {
  font-size: 20px;
  color: #ffffff;
}
.nlhu-mobile-menu-area .nlhu-mobile-menu-address-area li .nlhu-header-mobile-icon:hover {
  background: #002648;
}
.nlhu-mobile-menu-area .nlhu-mobile-menu-address-area li .nlhu-header-mobile-icon:hover i {
  color: #ffffff;
}
.nlhu-mobile-menu-area .nlhu-mobile-menu-address-area li span {
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  margin-left: 15px;
}
.nlhu2-header-area {
  background: #002648;
  position: absolute;
  width: 100%;
  z-index: 4;
}
@media (max-width: 1280px) {
  .nlhu2-header-area {
    height: 90px;
  }
}
@media (max-width: 767.98px) {
  .nlhu2-header-area {
    height: 75px;
  }
}
@media (max-width: 460px) {
  .nlhu2-header-area {
    height: 60px;
  }
}
@media (max-width: 320px) {
  .nlhu2-header-area {
    height: 60px;
  }
}
@media (max-width: 1280px) {
  .nlhu2-header-top {
    display: none;
  }
}
.nlhu2-header-top-content-wrapper {
  border-bottom: 1px solid #3e5f7e;
}
.nlhu2-header-top-contact-info {
  padding: 13px 0 10px;
}
.nlhu2-header-top-contact-info ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  margin-right: 20px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (max-width: 1280px) {
  .nlhu2-header-top-contact-info ul li {
    margin-right: 15px;
  }
}
@media (max-width: 1540px) {
  .nlhu2-header-top-contact-info ul li {
    margin-right: 15px;
  }
}
.nlhu2-header-top-contact-info ul li:last-child {
  margin-right: 0;
}
.nlhu2-header-top-contact-info ul li i {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #213b4f;
  text-align: center;
  line-height: 43px;
  font-size: 23px;
  color: var(--thm-base);
  margin-right: 15px;
}
.nlhu2-header-top-contact-info ul li:hover i {
  background: var(--thm-base);
  color: #ffffff;
}
.nlhu2-header-bottom .nlhu2-main-navigation {
  display: inline-block;
  margin-right: 60px;
}
@media (max-width: 1280px) {
  .nlhu2-header-bottom .nlhu2-main-navigation {
    display: none;
  }
}
.nlhu2-header-bottom .nlhu2-main-navigation ul li {
  display: inline-block;
  margin-right: 45px;
}
.nlhu2-header-bottom .nlhu2-main-navigation ul li:last-child {
  margin-right: 0;
}
.nlhu2-header-bottom .nlhu2-main-navigation ul li a {
  font-size: 18px;
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  line-height: 1.5;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.nlhu2-header-bottom .nlhu2-main-navigation ul li a:hover {
  color: var(--thm-base);
}
.nlhu2-header-bottom .nlhu2-header-cta {
  display: inline-block;
  padding: 10px 0;
}
@media (max-width: 1280px) {
  .nlhu2-header-bottom .nlhu2-header-cta {
    display: none;
  }
}
.nlhu2-header-bottom .nlhu2-header-cta-btn {
  width: 150px;
  height: 50px;
}
.nlhu2-header-bottom .nlhu2-header-cta-btn.hvr-sweep-to-right::before {
  background: var(--thm-blue);
  border-radius: 4px;
}
.nlhu2-logo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 34%;
  height: 100%;
}
@media (width: 5120px) {
  .nlhu2-logo-wrapper {
    width: 44%;
  }
}
@media (width: 2560px) {
  .nlhu2-logo-wrapper {
    width: 38%;
  }
}
@media (max-width: 1540px) {
  .nlhu2-logo-wrapper {
    width: 29%;
  }
}
@media (max-width: 1280px) {
  .nlhu2-logo-wrapper {
    width: 23%;
  }
}
@media (max-width: 991.98px) {
  .nlhu2-logo-wrapper {
    width: 18%;
  }
}
.nlhu2-logo-bg {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: 100%;
}
@media (max-width: 1280px) {
  .nlhu2-logo-bg {
    display: none;
  }
}
@media (width: 2560px) {
  .nlhu2-logo-bg {
    width: 100%;
  }
}
@media (width: 5120px) {
  .nlhu2-logo-bg {
    display: none;
  }
}
.nlhu2-logo {
  position: absolute;
  top: 32px;
  right: 68px;
}
@media (width: 5120px) {
  .nlhu2-logo {
    background: #002648;
  }
}
@media (max-width: 1540px) {
  .nlhu2-logo {
    right: 65px;
  }
}
@media (max-width: 1280px) {
  .nlhu2-logo {
    top: 17px;
    right: 40px;
  }
}
@media (max-width: 1024.98px) {
  .nlhu2-logo {
    right: -18px;
  }
}
@media (max-width: 991.98px) {
  .nlhu2-logo {
    right: -77px;
  }
}
@media (width: 812px) {
  .nlhu2-logo {
    right: -105px;
  }
}
@media (max-width: 768px) {
  .nlhu2-logo {
    right: -110px;
  }
}
@media (max-width: 767.98px) {
  .nlhu2-logo {
    right: -40px;
  }
}
@media (max-width: 600px) {
  .nlhu2-logo {
    right: -75px;
  }
}
@media (max-width: 500px) {
  .nlhu2-logo {
    right: -90px;
  }
}
@media (max-width: 767.98px) {
  .nlhu2-logo {
    top: 12px;
  }
}
@media (max-width: 420px) {
  .nlhu2-logo {
    right: -100px;
  }
}
@media (max-width: 320px) {
  .nlhu2-logo {
    top: 10px;
  }
}
@media (max-width: 767.98px) {
  .nlhu2-logo img {
    width: 150px;
  }
}
.nlhu-hero-content {
  padding-top: 358px;
  padding-bottom: 290px;
}
.nlhu-hero-content h1 {
  font-size: 100px;
  line-height: 1.1;
  font-weight: 700;
  font-family: "Crimson Text", serif;
  color: #ffffff;
  margin-bottom: 20px;
}
.nlhu-hero-content p {
  font-size: 18px;
  color: #ffffff;
  line-height: 1.3;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  margin-bottom: 40px;
}
.nlhu-hero-shape-small {
  -webkit-animation: nlhuUpsDown 3s infinite linear alternate;
          animation: nlhuUpsDown 3s infinite linear alternate;
}
.nlhu-hero-shape {
  position: absolute;
  bottom: 40px;
  right: 0;
  z-index: 1;
}
@media (max-width: 1024.98px) {
  .nlhu-hero-area .nlhu-hero-area-content-wrapper {
    width: 100% !important;
  }
  .nlhu-hero-area .nlhu-hero-area-content {
    width: 100% !important;
  }
}
@media (min-width: 800px) and (max-width: 991px) {
  .nlhu-hero-area .nlhu-hero-title {
    font-size: 60px !important;
    line-height: 36px !important;
    height: 140px !important;
    top: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 799.92px) {
  .nlhu-hero-area .nlhu-hero-title {
    font-size: 55px !important;
    line-height: 30px !important;
  }
}
@media (min-width: 660px) and (max-width: 767.92px) {
  .nlhu-hero-area .nlhu-hero-title {
    font-size: 44px !important;
    line-height: 24px !important;
    height: 130px !important;
    top: 20px !important;
  }
}
@media (min-width: 561px) and (max-width: 659.92px) {
  .nlhu-hero-area .nlhu-hero-title {
    font-size: 37px !important;
    line-height: 20px !important;
    height: 130px !important;
    top: 12px !important;
  }
}
@media (min-width: 461px) and (max-width: 560px) {
  .nlhu-hero-area .nlhu-hero-title {
    font-size: 37px !important;
    line-height: 20px !important;
    height: 130px !important;
    top: -3px !important;
  }
}
@media (max-width: 460px) {
  .nlhu-hero-area .nlhu-hero-title {
    font-size: 28px !important;
    line-height: 14px !important;
    top: -3px !important;
  }
}
@media (max-width: 375px) {
  .nlhu-hero-area .nlhu-hero-title {
    font-size: 20px !important;
    line-height: 12px !important;
    top: -3px !important;
  }
}
@media (max-width: 320px) {
  .nlhu-hero-area .nlhu-hero-title {
    font-size: 18px !important;
    line-height: 10px !important;
  }
}
.nlhu-hero-area .nlhu-hero-btn.nlhu-primary-btn {
  width: 200px !important;
  height: 60px !important;
  border-radius: 5px !important;
  background: var(--thm-base) !important;
  font-size: 16px !important;
  line-height: 1 !important;
  font-family: "DM Sans", sans-serif !important;
  color: #ffffff !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  font-weight: 700 !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  border: 0 !important;
}
@media (max-width: 767.98px) {
  .nlhu-hero-area .nlhu-hero-btn.nlhu-primary-btn {
    width: 115px !important;
    height: 35px !important;
    font-size: 10px !important;
  }
}
.nlhu-hero-area .nlhu-hero-btn.nlhu-primary-btn i {
  margin-left: 8px !important;
  font-size: 12px !important;
}
@media (max-width: 767.98px) {
  .nlhu-hero-area .nlhu-hero-btn.nlhu-primary-btn i {
    font-size: 9px !important;
  }
}
@media (width: 5120px) {
  .nlhu-hero-area .nlhu-hero-right-img {
    height: 85% !important;
    width: 81% !important;
    top: -13px !important;
    left: 88px !important;
    left: -55px !important;
  }
  .nlhu-hero-area .nlhu-hero-right-img-2 {
    top: -23px !important;
  }
  .nlhu-hero-area .nlhu-hero-shape-1 {
    bottom: -6px !important;
  }
  .nlhu-hero-area .nlhu-hero-right-img-2 {
    top: -22px !important;
  }
}
@media (width: 2560px) {
  .nlhu-hero-area .nlhu-hero-right-img {
    top: -29px;
  }
}
@media (max-width: 1540px) {
  .nlhu-hero-area .nlhu-hero-shape-1 {
    top: -20px !important;
  }
  .nlhu-hero-area .nlhu-hero-shape-small {
    left: 65px;
  }
}
@media (max-width: 1280px) {
  .nlhu-hero-area .nlhu-hero-shape-small {
    display: none !important;
  }
  .nlhu-hero-area .nlhu-hero-shape-1 {
    display: none !important;
  }
  .nlhu-hero-area .tp-bullets {
    display: none !important;
  }
}
@media (max-width: 460px) {
  .nlhu-hero-area .nlhu-hero-right-img {
    height: 80% !important;
    width: 80% !important;
    top: 52px !important;
  }
}
@media (max-width: 375px) {
  .nlhu-hero-area .nlhu-hero-right-img {
    top: 48px !important;
  }
}
@media (max-width: 360px) {
  .nlhu-hero-area .nlhu-hero-right-img {
    top: 44px !important;
  }
  .nlhu-hero-area .nlhu-hero-right-img-2 {
    top: 41px !important;
  }
}
@media (max-width: 320px) {
  .nlhu-hero-area .nlhu-hero-right-img {
    top: 40px !important;
  }
  .nlhu-hero-area .nlhu-hero-right-img-2 {
    top: 38px !important;
  }
}
.nlhu-hero-btn.hvr-sweep-to-right:before {
  background: var(--thm-blue);
}
.nlhu2-hero-area {
  position: relative;
}
.nlhu2-hero-area .nlhu2-hero-btn,
.nlhu2-hero-area .nlhu2-primary-btn {
  width: 200px !important;
  height: 60px !important;
  border-radius: 5px !important;
  background: var(--thm-base) !important;
  font-size: 16px !important;
  line-height: 1 !important;
  font-family: "DM Sans", sans-serif !important;
  color: #ffffff !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  font-weight: 700 !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  cursor: pointer !important;
}
@media (max-width: 415px) {
  .nlhu2-hero-area .nlhu2-hero-btn,
  .nlhu2-hero-area .nlhu2-primary-btn {
    width: 160px !important;
    height: 50px !important;
    font-size: 13px !important;
  }
}
.nlhu2-hero-area .nlhu2-hero-btn i,
.nlhu2-hero-area .nlhu2-primary-btn i {
  margin-left: 8px !important;
  font-size: 14px !important;
  display: inline-block !important;
}
.nlhu2-hero-area .nlhu2-hero-btn.hvr-sweep-to-right,
.nlhu2-hero-area .nlhu2-primary-btn.hvr-sweep-to-right {
  border: none !important;
}
.nlhu2-hero-area .nlhu2-hero-btn.hvr-sweep-to-right::before,
.nlhu2-hero-area .nlhu2-primary-btn.hvr-sweep-to-right::before {
  background: var(--thm-blue) !important;
  border-radius: 4px !important;
}
.nlhu2-hero-area .nlhu2-hero-subtitle {
  font-size: 72px;
  color: #ffffff;
  font-family: "Crimson Text", serif;
  font-weight: 700;
  line-height: 72px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(166, 144, 108, 0.2)), to(rgba(166, 144, 108, 0)));
  background: linear-gradient(to left, rgba(166, 144, 108, 0.2), rgba(166, 144, 108, 0));
  display: inline-block;
  padding: 17px 30px 0 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.nlhu2-hero-area .nlhu2-hero-title {
  font-size: 72px;
  color: #ffffff;
  font-family: "Crimson Text", serif;
  font-weight: 700;
  line-height: 72px;
  margin-bottom: 27px;
}
.nlhu2-hero-area .nlhu2-hero-title .nlhu2-hero-title-style {
  color: var(--thm-base);
  background: -webkit-gradient(linear, right top, left top, from(rgba(166, 144, 108, 0.3)), to(rgba(166, 144, 108, 0)));
  background: linear-gradient(to left, rgba(166, 144, 108, 0.3), rgba(166, 144, 108, 0));
  display: inline-block;
  padding: 7px 30px 0 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.nlhu2-hero-area .nlhu2-hero-text {
  font-size: 18px;
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 37px;
}
.nlhu2-hero-social {
  position: absolute;
  bottom: 156px;
  right: -140px;
  background: -webkit-gradient(linear, left top, right top, color-stop(80%, rgba(166, 144, 108, 0.8)), to(rgba(166, 144, 108, 0))) 50%;
  background: linear-gradient(to right, rgba(166, 144, 108, 0.8) 80%, rgba(166, 144, 108, 0)) 50%;
  padding: 20px 23px;
  border-radius: 5px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  z-index: 11;
}
@media (max-width: 1199.98px) {
  .nlhu2-hero-social {
    display: none;
  }
}
.nlhu2-hero-social ul li {
  display: inline-block;
  margin-right: 25px;
}
.nlhu2-hero-social ul li:last-child {
  margin-right: 0;
}
.nlhu2-hero-social ul li a {
  color: #002648;
  font-size: 24px;
  line-height: 1.5;
  font-family: "Crimson Text", serif;
  font-weight: 700;
}
.apldg2-footer-section {
  padding: 100px 0 0 0;
}
.apldg2-footer-section .apldg2-footer-copyright {
  padding: 8px 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#8089ff), color-stop(99%, #c961f7));
  background-image: linear-gradient(to right, #8089ff 0%, #c961f7 99%);
  text-align: center;
  margin-top: 100px;
}
.apldg2-footer-section .apldg2-footer-copyright p {
  color: #ffffff;
  margin-bottom: 0;
}
.apldg2-footer-section .apldg2-footer-copyright p a {
  font-weight: 500;
}
.apldg2-footer-widget .apldg2-footer-logo {
  width: 130px;
  display: inline-block;
  margin-bottom: 30px;
}
.apldg2-footer-widget .apldg2-pera-txt p {
  color: #ffffff;
}
.apldg2-footer-widget .apldg2-footer-socials {
  margin-top: 20px;
}
.apldg2-footer-widget .apldg2-footer-socials a {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background-color: #002b56;
  color: #ffffff;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  border-radius: 3px;
  z-index: 1;
}
.apldg2-footer-widget .apldg2-footer-socials a::before {
  content: '';
  width: 30px;
  height: 30px;
  background-image: linear-gradient(290deg, #5754f9 0%, #e23ff0 99%);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.apldg2-footer-widget .apldg2-footer-socials a:hover::before {
  opacity: 1;
}
.apldg2-footer-widget .apldg2-headline {
  margin-top: 6px;
}
.apldg2-footer-widget .apldg2-headline h6 {
  color: #ffffff;
  margin-bottom: 30px;
  font-size: 18px;
}
.apldg2-footer-widget .apldg2-separate-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.apldg2-footer-widget .apldg2-footer-links ul li + li {
  margin-top: 10px;
}
.apldg2-footer-widget .apldg2-footer-links ul li a {
  color: #ffffff;
  position: relative;
  text-transform: capitalize;
}
.apldg2-footer-widget .apldg2-footer-links ul li a::before {
  content: '';
  position: absolute;
  bottom: -3px;
  right: 0;
  width: 0;
  height: 1px;
  background-color: var(--thm-base);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.apldg2-footer-widget .apldg2-footer-links ul li a:hover {
  color: var(--thm-base);
}
.apldg2-footer-widget .apldg2-footer-links ul li a:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}
.apldg2-footer-widget .apldg2-footer-address ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}
.apldg2-footer-widget .apldg2-footer-address ul li i {
  margin-right: 10px;
}
.apldg2-footer-widget .apldg2-footer-address ul li + li {
  margin-top: 18px;
}
.apldg2-footer-widget .apldg2-footer-gallery {
  max-width: 300px;
}
.apldg2-footer-widget .apldg2-footer-gallery ul li {
  display: inline-block;
  border-radius: 4px;
  padding: 4px;
  overflow: hidden;
  position: relative;
}
.apldg2-footer-widget .apldg2-footer-gallery ul li img {
  border-radius: 6px;
}
.apldg2-footer-widget .apldg2-footer-gallery ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  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;
  border-radius: 4px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0;
}
.apldg2-footer-widget .apldg2-footer-gallery ul li:hover a {
  opacity: 1;
}
@media (max-width: 991.98px) {
  .apldg2-footer-widget {
    margin-bottom: 40px;
  }
}
.nlhu-section-heading.mt-40 {
  margin-top: 0;
}
.nlhu-section-subtitle {
  font-size: 24px;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  color: var(--thm-base);
  line-height: 1;
  display: inline-block;
  margin-bottom: 17px;
}
@media (max-width: 991.98px) {
  .nlhu-section-subtitle {
    font-size: 18px;
  }
}
.nlhu-section-title {
  font-size: 48px;
  color: var(--thm-blue);
  font-weight: 700;
  font-family: "Crimson Text", serif;
  line-height: 1.25;
  margin-bottom: 6px;
}
@media (max-width: 991.98px) {
  .nlhu-section-title {
    font-size: 36px;
  }
}
.nlhu-section-text {
  font-size: 16px;
  line-height: 1.33;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  color: #666666;
  margin-bottom: 25px;
}
.nlhu-section-heading-white .nlhu-section-subtitle {
  color: #ffffff;
}
.nlhu-section-heading-white .nlhu-section-title {
  color: #ffffff;
}
.nlhu-section-heading-white .nlhu-section-text {
  color: #ffffff;
}
.nlhu-about-area {
  padding: 376px 0 0;
  margin-top: -270px;
  overflow: visible;
}
@media (width: 5120px) {
  .nlhu-about-area {
    padding: 555px 0 0;
    margin-top: -555px;
  }
}
@media (max-width: 991.98px) {
  .nlhu-about-area {
    padding-top: 320px;
  }
}
.nlhu-about-left {
  position: relative;
}
@media (max-width: 767.98px) {
  .nlhu-about-left {
    margin-bottom: 50px;
    max-width: 585px;
    margin-left: auto;
    margin-right: auto;
  }
}
.nlhu-about-left .nlhu-about-left-img {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .nlhu-about-left .nlhu-about-left-img img {
    width: 100%;
  }
}
.nlhu-about-left .nlhu-about-left-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: -75%;
  width: 50%;
  display: block;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(25deg);
          transform: skewX(25deg);
}
.nlhu-about-left:hover .nlhu-about-left-img::before {
  -webkit-animation: posiLeft .75s;
          animation: posiLeft .75s;
}
.nlhu-about-left img {
  border-radius: 5px;
  border: 12px solid #ffffff;
}
.nlhu-about-left .nlhu-about-overlay-box {
  position: absolute;
  right: 0;
  top: 0;
  width: 198px;
  height: 181px;
  background: #ffffff;
}
@media (max-width: 375px) {
  .nlhu-about-left .nlhu-about-overlay-box {
    width: 150px;
    height: 150px;
  }
}
.nlhu-about-left .nlhu-about-overlay-box-inner {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(69, 69, 69, 0.2);
          box-shadow: 0px 0px 50px 0px rgba(69, 69, 69, 0.2);
  text-align: center;
  width: 180px;
  height: 159px;
  position: relative;
  top: 12px;
  left: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 375px) {
  .nlhu-about-left .nlhu-about-overlay-box-inner {
    width: 127px;
    height: 128px;
  }
}
.nlhu-about-left .nlhu-about-overlay-box-inner h1 {
  font-size: 82px;
  font-weight: 700;
  color: #002648;
  font-family: "Crimson Text", serif;
  line-height: 1;
}
@media (max-width: 375px) {
  .nlhu-about-left .nlhu-about-overlay-box-inner h1 {
    font-size: 52px;
  }
}
.nlhu-about-left .nlhu-about-overlay-box-inner h3 {
  font-size: 23px;
  line-height: 1;
  font-family: "Crimson Text", serif;
  color: #002648;
  font-weight: 700;
}
@media (max-width: 375px) {
  .nlhu-about-left .nlhu-about-overlay-box-inner h3 {
    font-size: 18px;
  }
}
@-webkit-keyframes posiLeft {
  100% {
    left: 125%;
  }
}
@keyframes posiLeft {
  100% {
    left: 125%;
  }
}
.nlhu-about-right {
  margin-right: -25px;
}
@media (max-width: 767.98px) {
  .nlhu-about-right {
    max-width: 585px;
    margin-left: auto;
    margin-right: auto;
  }
}
.nlhu-about-right ul .nav-item {
  margin-right: 30px;
}
@media (max-width: 991.98px) {
  .nlhu-about-right ul .nav-item {
    margin-right: 22px;
  }
}
.nlhu-about-right ul .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 1137px) {
  .nlhu-about-right ul .nav-item:last-child {
    margin-bottom: 0;
  }
}
.nlhu-about-right ul .nav-item .nav-link {
  font-size: 20px;
  color: #ffffff;
  background: var(--thm-blue);
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  width: 170px;
  height: 55px;
  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;
  border-radius: 5px;
}
@media (max-width: 1137px) {
  .nlhu-about-right ul .nav-item {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .nlhu-about-right ul .nav-item {
    margin-bottom: 0;
  }
}
@media (max-width: 593px) {
  .nlhu-about-right ul .nav-item {
    margin-bottom: 30px;
  }
}
.nlhu-about-right ul .nav-item .nav-link.active {
  background: var(--thm-base);
}
.nlhu-about-right .tab-content h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  font-family: "DM Sans", sans-serif;
  color: var(--thm-base);
  margin-top: 46px;
}
.nlhu-about-right .tab-content h2 {
  font-size: 36px;
  line-height: 1.66;
  color: var(--thm-blue);
  font-family: "Crimson Text", serif;
  font-weight: 700;
  margin-top: 14px;
}
.nlhu-about-right .tab-content p {
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
}
.nlhu-about-right .nlhu-about-list li {
  margin-bottom: 21px;
}
.nlhu-about-right .nlhu-about-list li:last-child {
  margin-right: 0;
}
.nlhu-about-right .nlhu-about-list li i {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 10px;
  color: #666666;
  border-radius: 50%;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(176, 176, 176, 0.3);
          box-shadow: 0px 0px 20px 0px rgba(176, 176, 176, 0.3);
  line-height: 20px;
  text-align: center;
  margin-right: 17px;
}
.nlhu-about-right .nlhu-about-list li span {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  color: #666666;
  display: inline-block;
}
.nlhu-about-right .nlhu-about-btn {
  font-size: 18px;
  color: var(--thm-blue);
  font-weight: 700;
  font-family: "Crimson Text", serif;
  line-height: 1;
  display: inline-block;
  margin-bottom: 2px;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.nlhu-about-right .nlhu-about-btn::before, .nlhu-about-right .nlhu-about-btn::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #31506d;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.nlhu-about-right .nlhu-about-btn i {
  margin-left: 3px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.nlhu-about-right .nlhu-about-btn::after {
  background-color: var(--thm-base);
  width: 0;
  z-index: 5;
}
.nlhu-about-right .nlhu-about-btn:hover {
  color: var(--thm-base);
}
.nlhu-about-right .nlhu-about-btn:hover i {
  color: var(--thm-base);
  padding-left: 5px;
}
.nlhu-about-right .nlhu-about-btn:hover::after {
  width: 100%;
}
.nlhu-about-counter {
  margin-top: 99px;
  padding: 38px 40px 37px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(103, 103, 103, 0.2);
          box-shadow: 0px 0px 50px 0px rgba(103, 103, 103, 0.2);
  margin-bottom: -90px;
}
@media (max-width: 767.98px) {
  .nlhu-about-counter {
    margin-top: 50px;
  }
}
.nlhu-single-counter {
  border-left: 1px solid #929292;
  padding-left: 22px;
}
@media (max-width: 767.98px) {
  .nlhu-single-counter {
    margin-bottom: 30px;
  }
}
.nlhu-single-counter h1, .nlhu-single-counter > span {
  font-size: 72px;
  color: var(--thm-blue);
  font-weight: 700;
  font-family: "Crimson Text", serif;
  line-height: 1;
}
@media (max-width: 991.98px) {
  .nlhu-single-counter h1, .nlhu-single-counter > span {
    font-size: 55px;
  }
}
.nlhu-single-counter > span {
  display: inline-block;
  margin-left: 2px;
  position: relative;
  top: 6px;
}
.nlhu-single-counter h3 {
  font-size: 20px;
  font-family: "DM Sans", sans-serif;
  color: #666666;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .nlhu-single-counter h3 {
    font-size: 16px;
  }
}
.nlhu-single-counter-extra-style {
  padding-left: 0;
  border-left: 0;
}
@media (max-width: 767.98px) {
  .nlhu-single-counter-extra-style {
    padding-left: 22px;
  }
}
.nlhu-service-area {
  padding: 186px 0 106px;
  overflow: visible;
}
@media (max-width: 767.98px) {
  .nlhu-service-area {
    padding-top: 160px;
    padding-bottom: 80px;
  }
}
.nlhu-single-service {
  padding: 0 15px 38px 15px;
  background: var(--thm-blue);
  border: 1px solid #3e5f7e;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .nlhu-single-service {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .nlhu-single-service {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.nlhu-single-service .nlhu-counter-icon-box {
  width: 100px;
  height: 74px;
  text-align: center;
  display: inline-block;
  background: #072a49;
  line-height: 74px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  margin-bottom: 30px;
  border: 2px solid transparent;
}
.nlhu-single-service .nlhu-counter-icon-box i {
  font-size: 34px;
  color: #ffffff;
}
.nlhu-single-service h3 {
  font-size: 24px;
  font-weight: 700;
  font-family: "Crimson Text", serif;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 18px;
}
.nlhu-single-service p {
  font-size: 16px;
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 26px;
}
.nlhu-single-service a {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 38px;
  background: #072a49;
  border-radius: 50%;
  display: inline-block;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.nlhu-single-service a i {
  font-size: 17px;
  display: inline-block;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.nlhu-single-service::before, .nlhu-single-service::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 150%;
  height: 150%;
  background: #072a49;
  border-radius: 5px;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  border: 1px solid #072a49;
  z-index: -2;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -140%);
          transform: translate(-50%, -140%);
}
.nlhu-single-service::after {
  background: #04213b;
  z-index: -1;
}
.nlhu-single-service:hover::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.nlhu-single-service:hover::after {
  -webkit-transform: translate(-50%, -75%);
          transform: translate(-50%, -75%);
}
.nlhu-single-service:hover {
  border-color: transparent;
}
.nlhu-single-service:hover .nlhu-counter-icon-box {
  border: 2px dashed var(--thm-base);
  background: var(--thm-blue);
}
.nlhu-single-service:hover a {
  background: var(--thm-base);
}
.nlhu-single-service:hover a i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.nlhu-more-service-btn {
  height: 55px;
  line-height: 55px;
  margin-top: 65px;
}
@media (max-width: 991.98px) {
  .nlhu-more-service-btn {
    margin-top: 15px;
  }
}
.nlhu-more-service-btn i {
  font-size: 12px;
  line-height: 0;
}
.nlhu-more-service-btn.hvr-sweep-to-right:before {
  background: #072a49;
}
.nlhu-whychoose-and-team-area {
  position: relative;
}
.nlhu-whychoose-shape-1,
.nlhu-whychoose-shape-2 {
  position: absolute;
  top: 41%;
  left: 0;
}
.nlhu-whychoose-shape-2 {
  left: auto;
  right: 0;
}
.nlhu-whychoose-area {
  padding: 110px 0 50px;
}
@media (max-width: 767.98px) {
  .nlhu-whychoose-area {
    padding-top: 80px;
    padding-bottom: 220px;
  }
}
@media (max-width: 767.98px) {
  .nlhu-whychoose-left {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.nlhu-whychoose-subtitle {
  font-size: 24px;
  color: var(--thm-base);
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  line-height: 1;
  margin-bottom: 28px;
  display: inline-block;
}
.nlhu-whychoose-title {
  font-size: 48px;
  font-family: "Crimson Text", serif;
  color: var(--thm-blue);
  line-height: 1;
  font-weight: 700;
  margin-bottom: 9px;
}
@media (max-width: 991.98px) {
  .nlhu-whychoose-title {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .nlhu-whychoose-title {
    font-size: 32px;
  }
}
.nlhu-whychoose-text {
  font-size: 16px;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  line-height: 1.5;
  color: #666666;
  margin-bottom: 33px;
}
.nlhu-whychoose-list-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}
.nlhu-whychoose-list-icon {
  width: 70px;
  height: 70px;
  background: #f6f4f0;
  border-radius: 5px;
  line-height: 70px;
  text-align: center;
}
.nlhu-whychoose-list-icon i {
  font-size: 42px;
  color: var(--thm-base);
}
.nlhu-whychoose-list-text {
  margin-left: 30px;
}
.nlhu-whychoose-list-text h3 {
  font-size: 24px;
  color: var(--thm-blue);
  line-height: 1;
  font-weight: 700;
  font-family: "Crimson Text", serif;
}
.nlhu-whychoose-list-text p {
  font-size: 16px;
  color: #666666;
  font-weight: 400;
  line-height: 1.5;
  font-family: "DM Sans", sans-serif;
}
.nlhu-whychoose-right {
  position: relative;
}
@media (max-width: 767.98px) {
  .nlhu-whychoose-right {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.nlhu-whychoose-right-one {
  border: 8px solid #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(69, 69, 69, 0.1);
          box-shadow: 0px 0px 50px 0px rgba(69, 69, 69, 0.1);
  display: inline-block;
  margin-left: 82px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024.98px) {
  .nlhu-whychoose-right-one {
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  .nlhu-whychoose-right-one img {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .nlhu-whychoose-right-one {
    margin-left: 80px;
  }
}
.nlhu-whychoose-right-one::before {
  position: absolute;
  content: "";
  top: 0;
  left: -75%;
  width: 50%;
  display: block;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(25deg);
          transform: skewX(25deg);
}
.nlhu-whychoose-right-one:hover::before {
  -webkit-animation: posiLeft .75s;
          animation: posiLeft .75s;
}
.nlhu-whychoose-right-two {
  border: 9px solid #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.1);
  display: inline-block;
  position: absolute;
  left: -8px;
  bottom: -138px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .nlhu-whychoose-right-two img {
    width: 100%;
  }
}
.nlhu-whychoose-right-two::before {
  position: absolute;
  content: "";
  top: 0;
  left: -75%;
  width: 50%;
  display: block;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(25deg);
          transform: skewX(25deg);
}
.nlhu-whychoose-right-two:hover::before {
  -webkit-animation: posiLeft .75s;
          animation: posiLeft .75s;
}
.nlhu-whychoose-play-button {
  position: absolute;
  bottom: 35px;
  left: 33px;
  width: 114px;
  height: 114px;
  line-height: 114px;
  text-align: center;
  z-index: 0;
}
@media (max-width: 375px) {
  .nlhu-whychoose-play-button {
    bottom: 8px;
  }
}
@media (max-width: 320px) {
  .nlhu-whychoose-play-button {
    margin-bottom: -20px;
  }
}
.nlhu-whychoose-play-button::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ffffff;
  z-index: -1;
  -webkit-animation: nlhuButtonFadeEffect 1.5s linear infinite;
          animation: nlhuButtonFadeEffect 1.5s linear infinite;
}
.nlhu-whychoose-play-button::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 87px;
  height: 87px;
  border-radius: 50%;
  background: #e7ebee;
  z-index: -1;
  -webkit-animation: nlhuButtonFadeEffect 1.5s linear infinite;
          animation: nlhuButtonFadeEffect 1.5s linear infinite;
}
.nlhu-whychoose-play-button i {
  font-size: 17px;
  color: #ffffff;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--thm-blue);
  text-align: center;
  line-height: 60px;
  z-index: 1;
}
.nlhu-port-test-blog-area {
  position: relative;
}
.nlhu-port-team-blog-shape {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.nlhu-team-area {
  padding: 0 0 110px;
}
@media (max-width: 767.98px) {
  .nlhu-team-area {
    padding-bottom: 80px;
  }
}
.nlhu-single-team {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(69, 69, 69, 0.1);
          box-shadow: 0px 0px 50px 0px rgba(69, 69, 69, 0.1);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  position: relative;
  z-index: 0;
}
@media (max-width: 991.98px) {
  .nlhu-single-team {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .nlhu-single-team {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.nlhu-single-team:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  background: var(--thm-blue);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: -1;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.nlhu-single-team:hover:before {
  height: 100%;
}
.nlhu-single-team:hover {
  -webkit-box-shadow: 0px 0px 55px 0px rgba(69, 69, 69, 0.3);
          box-shadow: 0px 0px 55px 0px rgba(69, 69, 69, 0.3);
}
.nlhu-single-team:hover .nlhu-team-btn i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.nlhu-single-team:hover .nlhu-team-text h3 {
  color: #ffffff;
}
.nlhu-single-team:hover .nlhu-team-text h4 {
  color: #ffffff;
}
.nlhu-team-img img {
  width: 100%;
}
.nlhu-team-btn {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: var(--thm-base);
  line-height: 52px;
  text-align: center;
  display: inline-block;
  margin-left: 20px;
  position: absolute;
  top: 48%;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.nlhu-team-btn i {
  font-size: 24px;
  color: #ffffff;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  line-height: 0;
}
.nlhu-team-text {
  padding: 20px 20px 40px 20px;
}
.nlhu-team-text h3 {
  font-size: 24px;
  line-height: 1;
  color: #002648;
  font-weight: 700;
  font-family: "Crimson Text", serif;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.nlhu-team-text h4 {
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.nlhu-more-team-btn {
  height: 55px;
  line-height: 55px;
  margin-top: 65px;
}
@media (max-width: 767.98px) {
  .nlhu-more-team-btn {
    margin-top: 30px;
  }
}
.nlhu-more-team-btn i {
  font-size: 12px;
  line-height: 0;
}
.nlhu-more-team-btn.hvr-sweep-to-right:before {
  background: #072a49;
}
.nlhu-getintouch-area {
  overflow: visible;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .nlhu-getintouch-left {
    padding: 35px 0 35px 15px;
  }
}
@media (max-width: 767.98px) {
  .nlhu-getintouch-left {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 0 0;
    text-align: center;
  }
}
.nlhu-getintouch-subtitle {
  font-size: 24px;
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  margin-bottom: 20px;
}
.nlhu-getintouch-title {
  font-size: 48px;
  line-height: 1.18;
  font-weight: 700;
  font-family: "Crimson Text", serif;
  color: #ffffff;
  margin-bottom: 31px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .nlhu-getintouch-title {
    font-size: 34px;
  }
}
@media (max-width: 767.98px) {
  .nlhu-getintouch-title {
    font-size: 36px;
  }
}
@media (max-width: 460px) {
  .nlhu-getintouch-title {
    font-size: 32px;
  }
}
.nlhu-getintouch-contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .nlhu-getintouch-contact-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .nlhu-getintouch-contact-box .nlhu-getintouch-contact-icon {
    margin-bottom: 15px;
  }
}
.nlhu-getintouch-contact-icon {
  width: 55px;
  height: 55px;
  border-radius: 5px;
  background: var(--thm-base);
  line-height: 55px;
  text-align: center;
}
.nlhu-getintouch-contact-icon i {
  font-size: 34px;
  color: #ffffff;
}
.nlhu-getintouch-contact-text {
  margin-left: 23px;
}
@media (max-width: 767.98px) {
  .nlhu-getintouch-contact-text {
    margin-left: 0;
  }
}
.nlhu-getintouch-contact-text span {
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  color: #ffffff;
  line-height: 1;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
}
.nlhu-getintouch-contact-text h2 {
  font-size: 36px;
  font-weight: 700;
  font-family: "Crimson Text", serif;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 0;
}
.nlhu-getintouch-right {
  position: relative;
  overflow: hidden;
  bottom: -102px;
}
@media (max-width: 767.98px) {
  .nlhu-getintouch-right {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    bottom: -40px;
  }
}
.nlhu-getintouch-right::before {
  position: absolute;
  content: "";
  top: 0;
  left: -75%;
  width: 50%;
  display: block;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(25deg);
          transform: skewX(25deg);
}
.nlhu-getintouch-right:hover::before {
  -webkit-animation: posiLeft .75s;
          animation: posiLeft .75s;
}
.nlhu-getintouch-right img {
  border-radius: 5px;
  width: 100%;
}
.nlhu-portfolio-area {
  padding-top: 183px;
  padding-bottom: 55px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .nlhu-portfolio-area {
    padding-bottom: 25px;
    padding-top: 120px;
  }
}
.nlhu-portfolio-navigation {
  text-align: center;
  margin-bottom: 50px;
}
.nlhu-portfolio-navigation ul li {
  display: inline-block;
  font-size: 16px;
  line-height: 1.4;
  color: var(--thm-blue);
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  width: 140px;
  text-align: center;
  margin: 0 10px;
  padding: 13px 0;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(69, 69, 69, 0.2);
          box-shadow: 0px 0px 50px 0px rgba(69, 69, 69, 0.2);
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (max-width: 991.98px) {
  .nlhu-portfolio-navigation ul li {
    margin-bottom: 30px;
  }
}
.nlhu-portfolio-navigation ul li.active {
  background: var(--thm-base);
  color: #ffffff;
}
.nlhu-portfolio-navigation ul li:hover {
  background: var(--thm-base);
  color: #ffffff;
}
.nlhu-single-portfolio {
  position: relative;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .nlhu-single-portfolio {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .nlhu-single-portfolio {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
  }
}
.nlhu-single-portfolio:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.nlhu-single-portfolio .nlhu-portfolio-img-overlay {
  position: absolute;
  left: 23px;
  bottom: 23px;
  background: var(--thm-blue);
  padding: 20px 20px 20px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  -webkit-transform: translateX(-110%);
          transform: translateX(-110%);
  visibility: hidden;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}
.nlhu-single-portfolio:hover:before {
  height: 100%;
}
.nlhu-single-portfolio:hover .nlhu-portfolio-img-overlay {
  visibility: visible;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.nlhu-portfolio-img img {
  width: 100%;
}
.nlhu-port-overlay-left {
  display: inline-block;
  padding-right: 84px;
}
.nlhu-port-overlay-left span {
  font-size: 14px;
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
}
.nlhu-port-overlay-left span:after {
  position: absolute;
  right: -35px;
  bottom: 4px;
  width: 30px;
  height: 2px;
  background: var(--thm-base);
  content: "";
}
.nlhu-port-overlay-left h3 {
  font-size: 24px;
  line-height: 1.5;
  color: #ffffff;
  font-family: "Crimson Text", serif;
  font-weight: 700;
}
.nlhu-port-overlay-right {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: var(--thm-base);
  line-height: 33px;
  text-align: center;
}
.nlhu-port-overlay-right i {
  font-size: 18px;
  color: #ffffff;
  display: inline-block;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.nlhu-port-overlay-right:hover i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.nlhu-more-portfolio-btn {
  height: 55px;
  line-height: 55px;
  margin-top: 65px;
}
.nlhu-more-portfolio-btn i {
  font-size: 12px;
  line-height: 0;
}
.nlhu-more-portfolio-btn.hvr-sweep-to-right:before {
  background: #072a49;
}
.nlhu-testimonial-area {
  padding: 55px 0 85px;
}
@media (max-width: 767.98px) {
  .nlhu-testimonial-area {
    padding-bottom: 50px;
  }
}
.nlhu-testimonial-area .nlhu-section-text {
  line-height: 30px;
}
.nlhu-testimonial-area .owl-carousel .owl-stage-outer {
  padding: 64px 0 84px;
}
.nlhu-testimonial-area .owl-dots {
  position: absolute;
  bottom: 22px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.nlhu-testimonial-area .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: var(--thm-blue);
  border-radius: 50%;
  margin: 0 10px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.nlhu-testimonial-area .owl-dots .owl-dot.active {
  width: 40px;
  border-radius: 5px;
  background: var(--thm-base);
}
.nlhu-single-testimonial {
  background: #ffffff;
  border:1px solid #e5e5e5;
  border-radius: 5px;
  padding: 75px 20px 40px 20px;
}
.nlhu-single-testimonial p {
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
}
.nlhu-single-testimonial h3 {
  font-size: 24px;
  line-height: 1;
  color: var(--thm-blue);
  font-weight: 700;
  font-family: "Crimson Text", serif;
  position: relative;
  padding-left: 56px;
  margin-bottom: 0;
  margin-top: 27px;
}
@media (max-width: 1024.98px) {
  .nlhu-single-testimonial h3 {
    font-size: 18px;
  }
}
.nlhu-single-testimonial h3:before {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 39px;
  height: 4px;
  background: var(--thm-blue);
}
.nlhu-single-testimonial h3:after {
  content: "\f10a";
  font-family: "flaticon";
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 50px;
  color: #d8dfe5;
}
@media (max-width: 1024.98px) {
  .nlhu-single-testimonial h3:after {
    font-size: 36px;
    bottom: -4px;
  }
}
.nlhu-testimonial-pro-img {
  display: inline-block;
  position: absolute;
  top: -50px;
}
.nlhu-testimonial-pro-img img {
  border-radius: 50%;
  width: 78px;
  border: 4px solid #ffffff;
  -webkit-box-shadow: -4px 13px 20px 0px rgba(69, 69, 69, 0.15);
          box-shadow: -4px 13px 20px 0px rgba(69, 69, 69, 0.15);
}
.nlhu-blog-area {
  padding-bottom: 110px;
}
@media (width: 5120px) {
  .nlhu-blog-area {
    padding-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .nlhu-blog-area {
    padding-bottom: 0;
  }
}
.nlhu-blog-area .owl-carousel .owl-stage-outer {
  padding: 0 0 84px;
}
.nlhu-blog-area .owl-dots {
  position: absolute;
  bottom: 22px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.nlhu-blog-area .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: var(--thm-blue);
  border-radius: 50%;
  margin: 0 10px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.nlhu-blog-area .owl-dots .owl-dot.active {
  width: 40px;
  border-radius: 5px;
  background: var(--thm-base);
}
.nlhu-single-blog {
  padding: 20px 20px 30px 20px;
  border:1px solid #e5e5e5;
  border-radius: 5px;
}
.nlhu-single-blog .nlhu-single-blog-img {
  overflow: hidden;
  border-radius: 2px;
  position: relative;
  z-index: 0;
}
.nlhu-single-blog .nlhu-single-blog-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: -75%;
  width: 50%;
  display: block;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(25deg);
          transform: skewX(25deg);
  z-index: 1;
}
.nlhu-single-blog .nlhu-single-blog-img img {
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.nlhu-single-blog:hover .nlhu-single-blog-img img {
  -webkit-transform: scale(1.2) rotate(10deg);
          transform: scale(1.2) rotate(10deg);
}
.nlhu-single-blog:hover .nlhu-single-blog-img::before {
  -webkit-animation: posiLeft .75s;
          animation: posiLeft .75s;
}
.nlhu-single-blog .nlhu-single-blog-title h3 {
  font-size: 24px;
  line-height: 1.4;
  color: var(--thm-blue);
  font-family: "Crimson Text", serif;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 17px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.nlhu-single-blog .nlhu-single-blog-title:hover h3 {
  color: var(--thm-base);
}
.nlhu-single-blog .nlhu-single-blog-btn {
  font-size: 16px;
  color: var(--thm-base);
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  line-height: 1;
  position: relative;
}
.nlhu-single-blog .nlhu-single-blog-btn i {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-left: 4px;
}
.nlhu-single-blog .nlhu-single-blog-btn::before {
  position: absolute;
  content: "";
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--thm-base);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.nlhu-single-blog .nlhu-single-blog-btn:hover i {
  padding-left: 5px;
}
.nlhu-single-blog .nlhu-single-blog-btn:hover::before {
  width: 100%;
}
.nlhu-single-blog-meta {
  margin-top: 30px;
}
.nlhu-single-blog-meta ul li {
  display: inline-block;
  margin-right: 30px;
}
.nlhu-single-blog-meta ul li:last-child {
  margin-right: 0;
}
.nlhu-single-blog-meta ul li a {
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  color: #666666;
  line-height: 1;
  display: inline-block;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.nlhu-single-blog-meta ul li a i {
  margin-right: 9px;
}
.nlhu-single-blog-meta ul li a:hover {
  color: var(--thm-base);
}
.nlhu-footer-top {
  padding-top: 118px;
  padding-bottom: 120px;
  background-position: top;
}
@media (width: 5120px) {
  .nlhu-footer-top {
    padding-top: 215px;
  }
}
@media (max-width: 991.98px) {
  .nlhu-footer-top {
    padding-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  .nlhu-footer-top {
    padding-bottom: 0px;
  }
}
.nlhu-footer-logo {
  position: relative;
  top: -69px;
}
@media (width: 2560px) {
  .nlhu-footer-logo {
    top: -50px;
  }
}
@media (max-width: 991.98px) {
  .nlhu-footer-logo {
    top: -47px;
  }
}
@media (max-width: 767.98px) {
  .nlhu-footer-logo {
    top: -4px;
  }
}
@media (max-width: 360px) {
  .nlhu-footer-logo {
    top: -6px;
  }
}
@media (max-width: 767.98px) {
  .nlhu-footer-single-widget {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
}
.nlhu-footer-widget-title {
  font-size: 24px;
  color: #ffffff;
  font-family: "Crimson Text", serif;
  font-weight: 700;
  line-height: 1;
  position: relative;
  margin-bottom: 30px;
}
.nlhu-footer-widget-title:before {
  position: absolute;
  content: "";
  bottom: -3px;
  left: 0;
  width: 30px;
  height: 2px;
  background: var(--thm-base);
}
.nlhu-footer-about-widget-text {
  font-size: 16px;
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 35px;
}
.nlhu-footer-widget-social li {
  display: inline-block;
  margin-right: 10px;
}
.nlhu-footer-widget-social li:last-child {
  margin-right: 0;
}
.nlhu-footer-widget-social li a {
  font-size: 18px;
  width: 36px;
  display: block;
  height: 36px;
  border-radius: 50%;
  background: #e3edf7;
  text-align: center;
  line-height: 40px;
  color: var(--thm-blue);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.nlhu-footer-widget-social li a:hover {
  background: var(--thm-base);
  color: #ffffff;
}
.nlhu-footer-widget-address li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 28px;
}
.nlhu-footer-widget-address li i {
  font-size: 16px;
  color: #ffffff;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  background: #072a49;
}
.nlhu-footer-widget-address li span {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  line-height: 1.5;
  margin-left: 10px;
}
.nlhu-footer-widget-useful-link li {
  margin-bottom: 5px;
}
.nlhu-footer-widget-useful-link li a {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  position: relative;
}
.nlhu-footer-widget-useful-link li a:before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background: #ffffff;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.nlhu-footer-widget-useful-link li a:hover::before {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.nlhu-footer-insta-feed {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto;
      grid-template-columns: auto auto auto;
  grid-gap: 10px 15px;
}
.nlhu-footer-insta-feed .nlhu-single-insta-feed {
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  z-index: 0;
}
.nlhu-footer-insta-feed .nlhu-single-insta-feed::before {
  position: absolute;
  content: "";
  top: 0;
  left: -75%;
  width: 50%;
  display: block;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(25deg);
          transform: skewX(25deg);
  z-index: 1;
}
.nlhu-footer-insta-feed .nlhu-single-insta-feed img {
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (max-width: 991.98px) {
  .nlhu-footer-insta-feed .nlhu-single-insta-feed img {
    width: 100%;
  }
}
.nlhu-footer-insta-feed .nlhu-single-insta-feed:hover::before {
  -webkit-animation: posiLeft .75s;
          animation: posiLeft .75s;
}
.nlhu-footer-insta-feed .nlhu-single-insta-feed:hover img {
  -webkit-transform: scale(1.2) rotate(15deg);
          transform: scale(1.2) rotate(15deg);
}
.nlhu-footer-copyright {
  background: #072a49;
  padding: 15px 0;
}
.nlhu-footer-copyright p {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  line-height: 1.5;
  margin: 0;
}
.nlhu2-section-heading {
  margin-bottom: 50px;
}
.nlhu2-section-heading-subtitle {
  font-size: 24px;
  color: var(--thm-base);
  line-height: 36px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
}
.nlhu2-section-heading-white .nlhu2-section-heading-subtitle {
  color: #ffffff;
}
.nlhu2-section-heading-title {
  font-size: 48px;
  line-height: 1.25;
  color: #002648;
  font-family: "Crimson Text", serif;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .nlhu2-section-heading-title {
    font-size: 32px;
  }
}
.nlhu2-section-heading-title span {
  color: var(--thm-base);
}
.nlhu2-section-heading-white .nlhu2-section-heading-title {
  color: #ffffff;
}
.nlhu2-section-heading-text {
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
}
.nlhu2-section-heading-white .nlhu2-section-heading-text {
  color: #ffffff;
}
.nlhu2-service-area {
  overflow: visible;
}
.nlhu2-service-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -50px;
  position: relative;
  z-index: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .nlhu2-service-content-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 560px) {
  .nlhu2-service-content-wrapper {
    margin-top: 30px;
  }
}
.nlhu2-single-service {
  background-color: #001a31;
  padding: 30px 20px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 991.98px) {
  .nlhu2-single-service {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  .nlhu2-single-service {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
.nlhu2-single-service:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
@media (max-width: 767.98px) {
  .nlhu2-single-service:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
@media (max-width: 991.98px) {
  .nlhu2-single-service:nth-child(2) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
@media (max-width: 767.98px) {
  .nlhu2-single-service:nth-child(2) {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
}
.nlhu2-single-service:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media (max-width: 991.98px) {
  .nlhu2-single-service:last-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
}
.nlhu2-single-service .nlhu-service-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
.nlhu2-single-service .nlhu-service-title-wrap i {
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  font-size: 27px;
  border-radius: 50%;
  background: #193045;
  line-height: 50px;
  color: var(--thm-base);
  border: 1px solid #00315d;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.nlhu2-single-service .nlhu-service-title-wrap h3 {
  font-size: 24px;
  font-family: "Crimson Text", serif;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 0;
  margin-left: 20px;
}
.nlhu2-single-service p {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  line-height: 1.5;
  margin-bottom: 17px;
}
.nlhu2-single-service a {
  font-size: 16px;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  color: #ffffff;
  line-height: 1.5;
}
.nlhu2-single-service a i {
  display: inline-block;
  margin-left: 6px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.nlhu2-single-service:hover {
  background: var(--thm-base);
}
.nlhu2-single-service:hover .nlhu-service-title-wrap i {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.nlhu2-single-service:hover a i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.nlhu2-service-two {
  padding-top: 110px;
  margin-bottom: -280px;
  position: relative;
  z-index: 11;
}
.nlhu2-single-service-two {
  padding: 9px 9px 30px 9px;
  border-radius: 5px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(118, 118, 118, 0.3);
          box-shadow: 0px 0px 30px 0px rgba(118, 118, 118, 0.3);
  position: relative;
  z-index: 0;
}
.nlhu2-single-service-two::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: #072a49;
  z-index: -1;
  border-radius: 4px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
@media (max-width: 767.98px) {
  .nlhu2-single-service-two {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991.98px) {
  .nlhu2-single-service-two {
    margin-bottom: 30px;
  }
}
.nlhu2-single-service-two .nlhu2-service-two-img {
  position: relative;
  overflow: hidden;
}
.nlhu2-single-service-two .nlhu2-service-two-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: -75%;
  width: 50%;
  display: block;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(25deg);
          transform: skewX(25deg);
}
.nlhu2-single-service-two .nlhu2-service-two-img img {
  width: 100%;
}
.nlhu2-single-service-two .nlhu2-service-two-img i {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background: #002648;
  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: #ffffff;
  font-size: 33px;
  position: absolute;
  bottom: 0;
  right: 10px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (max-width: 991.98px) {
  .nlhu2-single-service-two .nlhu2-service-two-img i {
    bottom: 25px;
  }
}
.nlhu2-single-service-two:hover .nlhu2-service-two-img::before {
  -webkit-animation: posiLeft .75s;
          animation: posiLeft .75s;
}
.nlhu2-single-service-two .nlhu2-service-two-text {
  margin-top: 35px;
  padding-right: 10px;
  padding-left: 10px;
}
.nlhu2-single-service-two .nlhu2-service-two-text h3 {
  font-size: 22px;
  color: #002648;
  font-weight: 700;
  font-family: "Crimson Text", serif;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.nlhu2-single-service-two .nlhu2-service-two-text p {
  font-size: 16px;
  line-height: 20px;
  color: #666666;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 22px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.nlhu2-single-service-two .nlhu2-service-two-text a {
  font-size: 16px;
  font-weight: 500;
  color: #002648;
  font-family: "DM Sans", sans-serif;
  line-height: 20px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  display: inline-block;
}
.nlhu2-single-service-two .nlhu2-service-two-text a i {
  font-size: 12px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  display: inline-block;
}
.nlhu2-single-service-two:hover::before {
  height: 100%;
  top: auto;
  bottom: 0;
}
.nlhu2-single-service-two:hover .nlhu2-service-two-img i {
  background: var(--thm-base);
  color: #ffffff;
}
.nlhu2-single-service-two:hover .nlhu2-service-two-text h3 {
  color: #ffffff;
}
.nlhu2-single-service-two:hover .nlhu2-service-two-text p {
  color: #ffffff;
}
.nlhu2-single-service-two:hover .nlhu2-service-two-text a {
  color: var(--thm-base);
}
.nlhu2-single-service-two:hover .nlhu2-service-two-text a i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: var(--thm-base);
}
.nlhu2-service-two .nlhu2-service-btn {
  margin-top: 50px;
  width: 160px;
  height: 55px;
}
.nlhu2-service-two .nlhu2-service-btn.hvr-sweep-to-right::before {
  background: var(--thm-blue);
  border-radius: 4px;
}
.nlhu2-testimonial-area {
  padding: 380px 0 100px;
  position: relative;
}
.nlhu2-testimonial-bg-text {
  font-size: 75px;
  font-weight: 700;
  line-height: 1;
  left: 10px;
  right: 0;
  width: 100%;
  height: 100%;
  font-family: "Crimson Text", serif;
  -webkit-text-stroke: 2px #1c3650;
  color: transparent;
  position: absolute;
  top: 66%;
  -webkit-animation: nlhu2moveRightLeft 15s ease-in-out infinite alternate;
          animation: nlhu2moveRightLeft 15s ease-in-out infinite alternate;
}
@-webkit-keyframes nlhu2moveRightLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(82%);
            transform: translateX(82%);
  }
}
@keyframes nlhu2moveRightLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(82%);
            transform: translateX(82%);
  }
}
.nlhu2-testimonial-wrapper {
  position: relative;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  z-index: 0;
}
.nlhu2-testimonial-wrapper::before {
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  content: "\f10d";
  left: -55px;
  font-weight: 900;
  top: -135px;
  font-size: 150px;
  color: #012e56;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .nlhu2-testimonial-wrapper::before {
    left: -10px;
    top: -82px;
    font-size: 85px;
  }
}
.nlhu2-testimonial-wrapper .owl-dots {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
@media (max-width: 767.98px) {
  .nlhu2-testimonial-wrapper .owl-dots {
    bottom: -40px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
  }
}
.nlhu2-testimonial-wrapper .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
}
.nlhu2-testimonial-wrapper .owl-dots .owl-dot:first-child {
  margin-left: 0;
}
.nlhu2-testimonial-wrapper .owl-dots .owl-dot.active {
  background: var(--thm-base);
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.nlhu2-testimonial-wrapper .owl-dots .owl-dot.active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 1px solid var(--thm-base);
  border-radius: 50%;
  -webkit-transform: scale(2.5);
          transform: scale(2.5);
}
.nlhu2-single-testimonial {
  background: #002d55;
  border-radius: 10px;
  border: 2px solid #004685;
  padding: 38px 28px;
}
.nlhu2-single-testimonial .nlhu2-testimonial-author-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
}
.nlhu2-single-testimonial .nlhu2-testimonial-author-img img {
  width: 80px;
  height: 80px;
  border: 2px solid #005097;
  border-radius: 50%;
}
.nlhu2-single-testimonial .nlhu2-single-testimonial-text {
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
}
.nlhu2-single-testimonial .nlhu2-testimonial-author-text {
  margin-left: 20px;
}
.nlhu2-single-testimonial .nlhu2-testimonial-author-text h3 {
  font-size: 24px;
  color: #ffffff;
  font-family: "Crimson Text", serif;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 360px) {
  .nlhu2-single-testimonial .nlhu2-testimonial-author-text h3 {
    font-size: 21px;
  }
}
@media (max-width: 320px) {
  .nlhu2-single-testimonial .nlhu2-testimonial-author-text h3 {
    font-size: 17px;
  }
}
.nlhu2-single-testimonial .nlhu2-testimonial-author-text p {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.5;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
}
@media (max-width: 320px) {
  .nlhu2-single-testimonial .nlhu2-testimonial-author-text p {
    font-size: 14px;
  }
}
.nlhu2-about-area {
  padding-top: 110px;
  overflow: visible;
  padding-bottom: 80px;
}
@media (max-width: 515px) {
  .nlhu2-about-area {
    padding-bottom: 266px;
  }
}
@media (max-width: 1024.98px) {
  .nlhu2-about-left {
    margin-bottom: 50px;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 460px) {
  .nlhu2-about-left {
    margin-bottom: 75px;
  }
}
.nlhu2-about-left .nlhu2-about-subtitle {
  font-size: 24px;
  line-height: 1.5;
  color: var(--thm-base);
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
}
.nlhu2-about-left .nlhu2-about-title {
  font-size: 48px;
  line-height: 1.25;
  color: #002648;
  font-weight: 700;
  font-family: "Crimson Text", serif;
}
@media (max-width: 767.98px) {
  .nlhu2-about-left .nlhu2-about-title {
    font-size: 32px;
  }
}
.nlhu2-about-left .nlhu2-about-title span {
  color: var(--thm-base);
}
.nlhu2-about-left .nlhu2-about-text {
  font-size: 16px;
  color: #666666;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  line-height: 1.5;
}
.nlhu2-about-left .nlhu2-about-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
      grid-template-columns: auto auto;
  margin-top: 23px;
}
@media (max-width: 420px) {
  .nlhu2-about-left .nlhu2-about-list {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
  }
}
.nlhu2-about-left .nlhu2-about-list li {
  font-size: 16px;
  line-height: 1;
  color: #002648;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}
.nlhu2-about-left .nlhu2-about-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 10px;
  height: 10px;
  background: #002648;
  border-radius: 50%;
}
.nlhu2-about-left .nlhu2-about-btn-contact-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
@media (max-width: 460px) {
  .nlhu2-about-left .nlhu2-about-btn-contact-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.nlhu2-about-left .nlhu2-about-btn {
  width: 160px;
  height: 55px;
}
.nlhu2-about-left .nlhu2-about-btn.hvr-sweep-to-right::before {
  background: var(--thm-blue);
  border-radius: 4px;
}
@media (max-width: 460px) {
  .nlhu2-about-left .nlhu2-about-btn {
    margin-bottom: 30px;
  }
}
.nlhu2-about-left .nlhu2-about-contact {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 30px;
}
@media (max-width: 460px) {
  .nlhu2-about-left .nlhu2-about-contact {
    margin-left: 0;
  }
}
.nlhu2-about-left .nlhu2-about-contact i {
  width: 54px;
  height: 54px;
  background: #002648;
  border-radius: 50%;
  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: #ffffff;
  font-size: 28px;
}
.nlhu2-about-left .nlhu2-about-contact .nlhu2-about-number {
  margin-left: 20px;
}
.nlhu2-about-left .nlhu2-about-contact .nlhu2-about-number p {
  font-size: 16px;
  line-height: 1.5;
  color: #002648;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
}
.nlhu2-about-left .nlhu2-about-contact .nlhu2-about-number h3 {
  font-size: 24px;
  color: #002648;
  font-family: "Crimson Text", serif;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 0;
}
.nlhu2-about-right {
  position: relative;
  z-index: 0;
}
@media (max-width: 767.98px) {
  .nlhu2-about-right {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .nlhu2-about-right .nlhu2-about-right-img img {
    max-width: 100%;
  }
}
@media (max-width: 1024.98px) {
  .nlhu2-about-right {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
  .nlhu2-about-right .nlhu2-about-right-img img {
    max-width: 90%;
  }
}
.nlhu2-about-right::after {
  position: absolute;
  content: "";
  width: 90.9%;
  height: 114.6%;
  background: transparent;
  border: 8px solid var(--thm-base);
  top: -23px;
  right: -21px;
  z-index: -1;
}
@media (max-width: 1024.98px) {
  .nlhu2-about-right::after {
    right: 0;
  }
}
.nlhu2-about-right-img {
  position: relative;
  display: inline-block;
  z-index: 0;
  overflow: hidden;
}
.nlhu2-about-right-img img {
  max-width: 100%;
}
.nlhu2-about-right-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: -75%;
  width: 50%;
  display: block;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(25deg);
          transform: skewX(25deg);
}
.nlhu2-about-right-img:hover::before {
  -webkit-animation: posiLeft .75s;
          animation: posiLeft .75s;
}
@media (max-width: 1024.98px) {
  .nlhu2-about-right-img {
    right: 25px;
  }
}
.nlhu2-about-counter {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto;
      grid-template-columns: auto auto auto;
  background: #002648;
  border-radius: 5px;
  border-left: 7px solid var(--thm-base);
  position: absolute;
  z-index: 1;
  padding: 30px 15px 30px 20px;
  min-width: 630px;
  bottom: -106px;
  right: 57px;
  text-align: left;
}
@media (max-width: 1024.98px) {
  .nlhu2-about-counter {
    right: 10px;
    bottom: -80px;
    min-width: 500px;
  }
}
@media (max-width: 767.98px) {
  .nlhu2-about-counter {
    min-width: auto;
    right: 0;
    max-width: 500px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 516px) {
  .nlhu2-about-counter {
    -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
    max-width: 450px;
    bottom: -275px;
  }
}
@media (max-width: 339px) {
  .nlhu2-about-counter {
    bottom: -295px;
  }
}
.nlhu2-about-counter .nlhu2-single-about-counter {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 45px;
}
@media (max-width: 1024.98px) {
  .nlhu2-about-counter .nlhu2-single-about-counter {
    margin-right: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .nlhu2-about-counter .nlhu2-single-about-counter {
    margin-right: 25px;
  }
}
.nlhu2-about-counter .nlhu2-single-about-counter:last-child {
  margin-right: 0;
}
.nlhu2-about-counter .nlhu2-single-about-counter i {
  display: inline-block;
  color: var(--thm-base);
  font-size: 38px;
}
@media (max-width: 767.98px) {
  .nlhu2-about-counter .nlhu2-single-about-counter i {
    font-size: 30px;
  }
}
@media (max-width: 1024.98px) {
  .nlhu2-about-counter .nlhu2-single-about-counter i {
    font-size: 30px;
  }
}
.nlhu2-about-counter .nlhu2-single-about-counter .nlhu2-counter-text {
  display: inline-block;
  margin-left: 17px;
}
@media (max-width: 1024.98px) {
  .nlhu2-about-counter .nlhu2-single-about-counter .nlhu2-counter-text {
    margin-left: 10px;
  }
}
.nlhu2-about-counter .nlhu2-single-about-counter .nlhu2-counter-text h2, .nlhu2-about-counter .nlhu2-single-about-counter .nlhu2-counter-text span {
  font-size: 36px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Crimson Text", serif;
  line-height: 1;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 1024.98px) {
  .nlhu2-about-counter .nlhu2-single-about-counter .nlhu2-counter-text h2, .nlhu2-about-counter .nlhu2-single-about-counter .nlhu2-counter-text span {
    font-size: 24px;
  }
}
.nlhu2-about-counter .nlhu2-single-about-counter .nlhu2-counter-text p {
  font-size: 16px;
  line-height: 1.5;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  color: #ffffff;
}
@media (max-width: 1024.98px) {
  .nlhu2-about-counter .nlhu2-single-about-counter .nlhu2-counter-text p {
    font-size: 14px;
  }
}
.nlhu2-team-area {
  padding-top: 110px;
  padding-bottom: 110px;
}
.nlhu2-team-area .nlhu2-team-btn {
  height: 55px;
  margin-top: 105px;
}
@media (max-width: 767.98px) {
  .nlhu2-team-area .nlhu2-team-btn {
    margin-top: 60px;
  }
}
@media (max-width: 991.98px) {
  .nlhu2-team-area .nlhu2-team-btn {
    margin-top: 60px;
  }
}
.nlhu2-team-area .nlhu2-team-btn.hvr-sweep-to-right::before {
  background: var(--thm-blue);
  border-radius: 4px;
}
.nlhu2-single-team {
  position: relative;
}
@media (max-width: 767.98px) {
  .nlhu2-single-team {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991.98px) {
  .nlhu2-single-team {
    margin-bottom: 90px;
  }
}
.nlhu2-single-team .nlhu2-team-img {
  position: relative;
  overflow: hidden;
}
.nlhu2-single-team .nlhu2-team-img img {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  width: 100%;
}
.nlhu2-single-team .nlhu2-team-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: -75%;
  width: 50%;
  display: block;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(25deg);
          transform: skewX(25deg);
}
.nlhu2-single-team:hover .nlhu2-team-img img {
  -webkit-transform: scale(1.3) rotate(5deg);
          transform: scale(1.3) rotate(5deg);
}
.nlhu2-single-team:hover .nlhu2-team-img::before {
  -webkit-animation: posiLeft .75s;
          animation: posiLeft .75s;
}
.nlhu2-single-team .nlhu2-team-text {
  width: 240px;
  border-radius: 10px;
  -webkit-box-shadow: 19px 37px 100px 0px rgba(3, 1, 48, 0.05);
          box-shadow: 19px 37px 100px 0px rgba(3, 1, 48, 0.05);
  margin: 0 auto;
  border-left: 7px solid var(--thm-base);
  padding: 30px 13px;
  position: absolute;
  bottom: -57px;
  background: #ffffff;
  left: 0;
  right: 0;
}
.nlhu2-single-team .nlhu2-team-text .nlhu2-single-team-btn {
  position: absolute;
  top: -20px;
  right: 14px;
  width: 40px;
  height: 40px;
  background: var(--thm-base);
  color: #ffffff;
  border-radius: 5px;
  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;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.nlhu2-single-team .nlhu2-team-text h3 {
  font-size: 24px;
  font-weight: 700;
  color: #002648;
  font-family: "Crimson Text", serif;
  line-height: 1.5;
  margin-bottom: 0;
}
.nlhu2-single-team .nlhu2-team-text p {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  font-family: "DM Sans", sans-serif;
  line-height: 1.5;
}
.nlhu2-single-team:hover .nlhu2-team-text .nlhu2-single-team-btn {
  opacity: 1;
  visibility: visible;
}
.nlhu2-partner-area {
  padding-top: 110px;
  overflow: visible;
}
.nlhu2-partner-area .nlhu2-section-heading {
  margin-bottom: -18px;
}
.nlhu2-partner-wrapper.owl-carousel .owl-item img {
  width: auto;
}
.nlhu2-partner-wrapper {
  position: relative;
  bottom: -65px;
}
.nlhu2-single-partner {
  width: 100%;
  height: 130px;
  background: #ffffff;
  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;
  border-radius: 5px;
  border:1px solid #e6e6e6;
}
.nlhu2-appoinment-blog-wrapper-area {
  overflow: visible;
  padding-top: 70px;
}
.nlhu2-appoinment-area {
  padding-top: 110px;
  padding-bottom: 110px;
}
.nlhu2-appoinment-left {
  position: relative;
}
@media (max-width: 767.98px) {
  .nlhu2-appoinment-left {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 185px;
  }
}
.nlhu2-appoinment-left-img {
  position: relative;
  overflow: hidden;
}
.nlhu2-appoinment-left-img img {
  border-radius: 5px;
}
.nlhu2-appoinment-left-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: -75%;
  width: 50%;
  display: block;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(25deg);
          transform: skewX(25deg);
}
.nlhu2-appoinment-left-img:hover::before {
  -webkit-animation: posiLeft .75s;
          animation: posiLeft .75s;
}
.nlhu2-appoinment-contact-info {
  position: absolute;
  background: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 19px 37px 100px 0px rgba(3, 1, 48, 0.1);
          box-shadow: 19px 37px 100px 0px rgba(3, 1, 48, 0.1);
  display: inline-block;
  padding: 30px 30px;
  bottom: -211px;
  right: 0;
}
@media (max-width: 767.98px) {
  .nlhu2-appoinment-contact-info {
    bottom: -80px;
  }
}
.nlhu2-appoinment-contact-info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.nlhu2-appoinment-contact-info ul li:last-child {
  margin-bottom: 0;
}
.nlhu2-appoinment-contact-info ul li i {
  width: 40px;
  height: 40px;
  background: #ede9e2;
  border-radius: 50%;
  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: var(--thm-base);
  font-size: 21px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.nlhu2-appoinment-contact-info ul li span {
  display: inline-block;
  font-size: 16px;
  color: #002446;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  margin-left: 25px;
}
@media (max-width: 767.98px) {
  .nlhu2-appoinment-right {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.nlhu2-appoinment-right .nlhu2-appoinment-subtitle {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  color: var(--thm-base);
  margin-bottom: 20px;
}
.nlhu2-appoinment-right .nlhu2-appoinment-title {
  font-size: 36px;
  font-weight: 700;
  color: #002446;
  font-family: "Crimson Text", serif;
  line-height: 1.1;
  margin-bottom: 38px;
}
.nlhu2-appoinment-form label {
  display: block;
  font-size: 16px;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  color: #002446;
  margin-bottom: 7px;
}
.nlhu2-appoinment-form input,
.nlhu2-appoinment-form select,
.nlhu2-appoinment-form textarea {
  width: 100%;
  border: 1px solid #b5b5b5;
  border-radius: 5px;
  padding: 10px 15px;
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
}
.nlhu2-appoinment-form textarea {
  height: 100px;
  resize: none;
  margin-bottom: 40px;
}
.nlhu2-appoinment-form .nlhu2-appoinment-send-btn {
  width: 150px;
  height: 50px;
}
.nlhu2-appoinment-form .nlhu2-appoinment-send-btn.hvr-sweep-to-right::before {
  background: var(--thm-blue);
  border-radius: 4px;
}
.nlhu2-blog-area {
  padding-bottom: 174px;
}
.nlhu2-blog-area .nlhu2-section-heading-right {
  margin-bottom: 0;
  margin-top: 40px;
}
@media (max-width: 1024.98px) {
  .nlhu2-blog-area .nlhu2-section-heading-right.nlhu2-section-heading {
    margin-top: 0;
    margin-bottom: 50px;
  }
}
@media (max-width: 1024.98px) {
  .nlhu2-blog-area .nlhu2-section-heading {
    text-align: center;
    margin-bottom: 0;
  }
}
.nlhu2-blog-area .nlhu2-section-heading-subtitle {
  font-size: 20px;
}
.nlhu2-blog-area .nlhu2-section-heading-title {
  font-size: 36px;
}
.nlhu2-blog-area .nlhu2-section-heading-text {
  line-height: 30px;
}
.nlhu2-blog-area .owl-dots {
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.nlhu2-blog-area .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: var(--thm-blue);
  display: inline-block;
  border-radius: 50%;
  margin: 0 10px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.nlhu2-blog-area .owl-dots .owl-dot.active {
  width: 40px;
  border-radius: 5px;
  background: var(--thm-base);
}
.nlhu2-single-blog {
  padding: 10px 11px 30px 11px;
  background: #ffffff;
  border-radius: 5px;
  border:1px solid #e5e5e5;
}
.nlhu2-single-blog .nlhu2-blog-img {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.nlhu2-single-blog .nlhu2-blog-img img {
  width: 100%;
  border-radius: 5px;
}
.nlhu2-single-blog .nlhu2-blog-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: -75%;
  width: 50%;
  display: block;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(25deg);
          transform: skewX(25deg);
  z-index: 1;
}
.nlhu2-single-blog:hover .nlhu2-blog-img::before {
  -webkit-animation: posiLeft .75s;
          animation: posiLeft .75s;
}
.nlhu2-single-blog .nlhu2-blog-category {
  position: relative;
  top: -22px;
}
.nlhu2-single-blog .nlhu2-blog-category li a {
  font-size: 16px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  line-height: 24px;
  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;
  width: 140px;
  height: 40px;
  background: #002446;
  color: #ffffff;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.nlhu2-single-blog .nlhu2-blog-category li a:hover {
  background: var(--thm-base);
}
.nlhu2-single-blog .nlhu2-blog-meta a {
  font-size: 16px;
  line-height: 1.5;
  color: var(--thm-base);
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  display: inline-block;
  margin-right: 34px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.nlhu2-single-blog .nlhu2-blog-meta a i {
  margin-right: 4px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.nlhu2-single-blog .nlhu2-blog-meta a:last-child {
  margin-right: 0;
}
.nlhu2-single-blog .nlhu2-blog-meta a:hover {
  color: #002446;
}
.nlhu2-single-blog .nlhu2-blog-meta a:hover i {
  color: #002446;
}
.nlhu2-single-blog .nlhu2-blog-text h3 {
  line-height: 0;
}
.nlhu2-single-blog .nlhu2-blog-text h3 a {
  font-size: 22px;
  line-height: 1.25;
  font-family: "Crimson Text", serif;
  font-weight: 700;
  color: #002446;
  margin-top: 15px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.nlhu2-single-blog .nlhu2-blog-text h3 a:hover {
  color: var(--thm-base);
}
.nlhu2-single-blog .nlhu2-blog-text p {
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  margin-top:15px;
}
.nlhu2-single-blog .nlhu2-blog-text .nlhu2-blog-btn {
  font-size: 16px;
  line-height: 1.5;
  font-family: "DM Sans", sans-serif;
  color: #002446;
  font-weight: 700;
  margin-top: 15px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
}
.nlhu2-single-blog .nlhu2-blog-text .nlhu2-blog-btn::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background: var(--thm-base);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.nlhu2-single-blog .nlhu2-blog-text .nlhu2-blog-btn i {
  font-size: 13px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.nlhu2-single-blog .nlhu2-blog-text .nlhu2-blog-btn:hover {
  color: var(--thm-base);
}
.nlhu2-single-blog .nlhu2-blog-text .nlhu2-blog-btn:hover i {
  color: var(--thm-base);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.nlhu2-single-blog .nlhu2-blog-text .nlhu2-blog-btn:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}
.nlhu2-subscribe-area {
  overflow: visible;
}
.nlhu2-subscribe-content {
  padding: 60px 35px 65px 35px;
  border-radius: 5px;
  margin-bottom: -115px;
}
@media (max-width: 460px) {
  .nlhu2-subscribe-content {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 95px;
  }
}
.nlhu2-subscribe-content h2 {
  font-size: 36px;
  line-height: 2;
  color: #ffffff;
  font-family: "Crimson Text", serif;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .nlhu2-subscribe-content h2 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 460px) {
  .nlhu2-subscribe-content h2 {
    font-size: 24px;
  }
}
.nlhu2-subscribe-content .nlhu2-subscribe-form {
  position: relative;
}
.nlhu2-subscribe-content .nlhu2-subscribe-form input {
  border: 1px solid #f7f7f9;
  display: block;
  width: 100%;
  background: transparent;
  border-radius: 5px;
  padding: 22px 20px 25px;
  font-size: 16px;
  line-height: 1.5;
  color: #f7f7f9;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
}
.nlhu2-subscribe-content .nlhu2-subscribe-form input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 1.5;
  color: #f7f7f9;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
}
.nlhu2-subscribe-content .nlhu2-subscribe-form input:-ms-input-placeholder {
  font-size: 16px;
  line-height: 1.5;
  color: #f7f7f9;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
}
.nlhu2-subscribe-content .nlhu2-subscribe-form input::-ms-input-placeholder {
  font-size: 16px;
  line-height: 1.5;
  color: #f7f7f9;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
}
.nlhu2-subscribe-content .nlhu2-subscribe-form input::placeholder {
  font-size: 16px;
  line-height: 1.5;
  color: #f7f7f9;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
}
.nlhu2-subscribe-content .nlhu2-subscribe-form .nlhu2-subscribe-btn {
  position: absolute;
  top: 14px;
  right: 30px;
  width: 140px;
  height: 44px;
}
.nlhu2-subscribe-content .nlhu2-subscribe-form .nlhu2-subscribe-btn.hvr-sweep-to-right::before {
  background: var(--thm-blue);
  border-radius: 4px;
}
@media (max-width: 460px) {
  .nlhu2-subscribe-content .nlhu2-subscribe-form .nlhu2-subscribe-btn {
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
    top: auto;
  }
}
.nlhu2-footer-content-area {
  padding-top: 225px;
}
@media (max-width: 991.98px) {
  .nlhu2-footer-widget {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .nlhu2-footer-widget {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.nlhu2-footer-widget .nlhu2-footer-logo {
  margin-bottom: 40px;
}
.nlhu2-footer-widget p {
  font-size: 16px;
  color: #f7f7f9;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 40px;
}
.nlhu2-footer-widget .nlhu2-footer-about-btn {
  width: 170px;
  height: 50px;
  text-transform: capitalize;
}
.nlhu2-footer-widget .nlhu2-footer-about-btn.hvr-sweep-to-right::before {
  background: var(--thm-blue);
  border-radius: 4px;
}
.nlhu2-footer-widget h3 {
  font-size: 24px;
  color: #f7f7f9;
  font-family: "Crimson Text", serif;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 36px;
}
.nlhu2-footer-widget .nlhu2-footer-quick-link li {
  margin-bottom: 13px;
}
.nlhu2-footer-widget .nlhu2-footer-quick-link li:last-child {
  margin-bottom: 0;
}
.nlhu2-footer-widget .nlhu2-footer-quick-link li a {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  line-height: 1.5;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.nlhu2-footer-widget .nlhu2-footer-quick-link li a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background: #ffffff;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.nlhu2-footer-widget .nlhu2-footer-quick-link li a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.nlhu2-footer-widget .nlhu2-footer-recent-post-wrap .nlhu2-footer-single-recent-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.nlhu2-footer-widget .nlhu2-footer-recent-post-wrap .nlhu2-footer-single-recent-post:last-child {
  margin-bottom: 0;
}
.nlhu2-footer-widget .nlhu2-footer-recent-post-wrap .nlhu2-footer-single-recent-post .nlhu2-footer-recent-post-img {
  position: relative;
  overflow: hidden;
}
.nlhu2-footer-widget .nlhu2-footer-recent-post-wrap .nlhu2-footer-single-recent-post .nlhu2-footer-recent-post-img img {
  width: 100%;
}
.nlhu2-footer-widget .nlhu2-footer-recent-post-wrap .nlhu2-footer-single-recent-post .nlhu2-footer-recent-post-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: -75%;
  width: 50%;
  display: block;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(25deg);
          transform: skewX(25deg);
}
.nlhu2-footer-widget .nlhu2-footer-recent-post-wrap .nlhu2-footer-single-recent-post .nlhu2-footer-recent-post-img:hover::before {
  -webkit-animation: posiLeft .75s;
          animation: posiLeft .75s;
}
.nlhu2-footer-widget .nlhu2-footer-recent-post-wrap .nlhu2-footer-single-recent-post .nlhu2-footer-recent-post-text {
  margin-left: 20px;
}
.nlhu2-footer-widget .nlhu2-footer-recent-post-wrap .nlhu2-footer-single-recent-post .nlhu2-footer-recent-post-text h4 {
  line-height: 0;
  margin-bottom: 0;
  margin-top: -6px;
}
.nlhu2-footer-widget .nlhu2-footer-recent-post-wrap .nlhu2-footer-single-recent-post .nlhu2-footer-recent-post-text h4 a {
  font-size: 16px;
  color: #f7f7f9;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  line-height: 1.3;
}
.nlhu2-footer-widget .nlhu2-footer-recent-post-wrap .nlhu2-footer-single-recent-post .nlhu2-footer-recent-post-text a {
  color: var(--thm-base);
  font-size: 14px;
  line-height: 24px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
}
.nlhu2-footer-widget .nlhu2-footer-contact-info li {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.nlhu2-footer-widget .nlhu2-footer-contact-info li:last-child {
  margin-bottom: 0;
}
.nlhu2-footer-widget .nlhu2-footer-contact-info li i {
  background: #134061;
  border-radius: 50%;
  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;
  width: 30px;
  height: 30px;
  color: #e7ebef;
  font-size: 16px;
  margin-right: 9px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.nlhu2-footer-widget .nlhu2-footer-contact-info li:hover i {
  background: var(--thm-base);
}
.nlhu2-footer-separator {
  width: 100%;
  height: 2px;
  background: #2d5572;
  margin-top: 100px;
}
@media (max-width: 991.98px) {
  .nlhu2-footer-separator {
    margin-top: 50px;
  }
}
.nlhu2-footer-copyright p {
  font-size: 18px;
  color: #f7f7f9;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  line-height: 1.33;
  margin: 25px 0px;
}
/*# sourceMappingURL=style.css.map */
/* Btn Style One */
.btn-style-one{
	position: relative;
	display: inline-grid;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 700;
	overflow: hidden;
	background:none;
	text-align:center;
	border-radius:50px;
	letter-spacing:1px;
	padding: 15px 42px;
	text-transform: capitalize;
	background-color:var(--thm-blue);
}
.btn-style-one:before{
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
	background-color:var(--thm-base);
}
.btn-style-one .txt{
	position:relative;
	z-index:1;
}
.btn-style-one i{
	font-style:normal;
	font-size:12px;
}
.btn-style-one:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.btn-style-one:hover{
	color:#ffffff;
}
/* Btn Style Two */
.btn-style-two{
	position: relative;
	display: inline-grid;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 700;
	overflow: hidden;
	background:none;
	text-align:center;
	border-radius:50px;
	padding: 11px 42px;
	text-transform: capitalize;
	background-color:var(--thm-base);
	border:3px solid #716d68;
}
.btn-style-two:before{
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
	background-color:#ffffff;
}
.btn-style-two .txt{
	position:relative;
	z-index:1;
}
.btn-style-two i{
	font-style:normal;
	font-size:12px;
}
.btn-style-two:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.btn-style-two:hover{
	color:var(--thm-blue);
}
/* Btn Style Three */
.btn-style-three{
	position: relative;
	display: inline-grid;
	font-size: 16px;
	line-height: 30px;
	color: #232b3e;
	font-weight: 700;
	overflow: hidden;
	background:none;
	text-align:center;
	border-radius:50px;
	padding: 11px 42px;
	text-transform: capitalize;
	background-color:#ffffff;
	border:3px solid #d2d3d4;
}
.btn-style-three:before{
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
	background-color:var(--thm-base);
}
.btn-style-three .txt{
	position:relative;
	z-index:1;
}
.btn-style-three i{
	font-style:normal;
	font-size:12px;
}
.btn-style-three:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.btn-style-three:hover{
	color:#ffffff;
	border-color:var(--thm-base);
}
/* Btn Stule Four */
.btn-style-four{
	position:relative;
	color:#ffffff !important;
	font-size:16px;
	font-weight:700;
	display:inline-block;
	background-color:var(--thm-base);
	padding:16px 28px 16px 15px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.btn-style-four .icon{
	position:relative;
	width:34px;
	height:34px;
	color:#000000;
	line-height:34px;
	margin-right:22px;
	text-align:center;
	background-color:#ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.btn-style-four:hover{
	color:#ffffff;
	background-color:var(--thm-blue);
}
.btn-style-four:hover .icon{
	color:#ffffff;
	background-color:var(--thm-base);
}
/* Btn Stule Five */
.btn-style-five{
	position:relative;
	color:#010101;
	z-index:1;
	font-size:16px;
	font-weight:700;
	display:inline-block;
	transition:all 0.3s ease;
	padding:30px 28px 30px 110px;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	font-family: 'DM Sans', sans-serif;
}
.btn-style-five:before{
	position:absolute;
	content:'';
	left:0px;
	top:13px;
	right:0px;
	bottom:13px;
	z-index:-1;
	background-color:#ffffff;
}
.btn-style-five .icon{
	position:absolute;
	left:10px;
	top:0px;
	width:75px;
	height:80px;
	color:#ffffff;
	line-height:80px;
	margin-right:22px;
	font-size:36px;
	text-align:center !important;
	background-color:var(--thm-base);
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	font-family: "flaticon";
}
.btn-style-five:hover{
	color:#ffffff;
}
.btn-style-five:hover::before{
	background-color:var(--thm-base);
}
.btn-style-five:hover .icon{
	color:var(--thm-base);
	background-color:#ffffff;
}
/* Btn Stule Six */
.btn-style-six{
	position:relative;
	color:#ffffff;
	font-size:16px;
	font-weight:700;
	border:0px;
	display:inline-block;
	background-color:#040505;
	padding:10px 20px 10px 12px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.btn-style-six .icon{
	position:relative;
	width:34px;
	height:34px;
	color:#ffffff;
	line-height:34px;
	margin-right:15px;
	text-align:center;
	background-color:var(--thm-base);
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.btn-style-six:hover{
	color:var(--thm-base);
	background-color:#ffffff;
}
.btn-style-six:hover .icon{
	color:#ffffff;
	background-color:#040505;
}
/* Btn Stule Seven */
.btn-style-seven{
	position:relative;
	color:#ffffff !important;
	z-index:1;
	font-size:16px;
	font-weight:700;
	display:inline-block;
	transition:all 0.3s ease;
	padding:24px 28px 24px 100px;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	font-family: 'DM Sans', sans-serif;
}
.btn-style-seven:before{
	position:absolute;
	content:'';
	left:0px;
	top:10px;
	right:0px;
	bottom:10px;
	z-index:-1;
	background-color:#090909;
}
.btn-style-seven .icon{
	position:absolute;
	left:8px;
	top:0px;
	width:70px;
	height:75px;
	color:#ffffff;
	line-height:60px;
	margin-right:22px;
	font-size:30px;
	text-align:center !important;
	background-color:var(--thm-base);
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	font-family: "flaticon";
}
.btn-style-seven:hover{
	color:#ffffff;
}
.btn-style-seven:hover::before{
	background-color:var(--thm-base);
}
.btn-style-seven:hover .icon{
	color:#ffffff;
	background-color:#090909;
}
a{
	position: relative;
	text-decoration:none;
	cursor:pointer;
	color:var(--main-color);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
button,
a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none !important;
}
.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}
/* Typography */
h1{
	position:relative;
	font-size:60px;
	font-weight:700;
	line-height:1.1em;
}
h2{
	position:relative;
	font-size:48px;
	line-height:1.1em;
	font-weight:700;
}
h3{
	position:relative;
	font-size:30px;
	line-height:1.1em;
	font-weight:700;
}
h4{
	position:relative;
	font-size:24px;
	line-height:1.3em;
	font-weight:700;
}
h5{
	position:relative;
	font-size:20px;
	line-height:1.3em;
	font-weight:700;
}
h6{
	position:relative;
	font-size:18px;
	line-height:1.6em;
	font-weight:700;
}
h1,h2,h3,h4,h5,h6 {
	position:relative;
	margin:0px;
	background:none;
	color:var(--thm-blue);
	font-family: 'Crimson Pro', serif;
}
ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}
img{
	display:inline-block;
	max-width:100%;
}
.text,
p{
	position:relative;
	line-height:1.7em;
	font-family: 'DM Sans', sans-serif;
}
.pull-left{
	float:left;
}
.pull-right{
	float:right;
}
/*** 
====================================================================
	Section Title
====================================================================
***/
.sec-title{
	position:relative;
	margin-bottom:45px;
}
.sec-title .title.style-two{
	color:#ffffff;
	background: #785C2C;
	font-family: 'DM Sans', sans-serif;
    background: -webkit-linear-gradient(to right, #785C2C 0%, rgba(255,255,255,0) 100%);
    background: -moz-linear-gradient(to right, #785C2C 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, #785C2C 0%, rgba(255,255,255,0) 100%);
}
.sec-title .title{
	position:relative;
	color:var(--thm-base);
	font-size:20px;
	font-weight:700;
	padding:6px 20px;
	display:inline-block;
	background: #FFFFFF;
	border-radius:0px 50px 50px 0px;
	font-family: 'DM Sans', sans-serif;
	letter-spacing:3px;
	background: #dbdcdb;
	background: -webkit-linear-gradient(to right, #dbdcdb 0%, rgba(255,255,255,0) 100%);
	background: -moz-linear-gradient(to right, #dbdcdb 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, #dbdcdb 0%, rgba(255,255,255,0) 100%);
}
.sec-title h2{
	margin-top:12px;
}
.sec-title .text{
	position:relative;
	margin-top:15px;
	color:#666666;
	font-size:16px;
}
.sec-title.light h2{
	color:#ffffff;
}

.sec-title.centered{
	text-align:center;
}
/*** 
====================================================================
	Header style One
====================================================================
***/
.main-header{
	position:absolute;
	left:0px;
	top:0px;
	z-index:99;
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.15);
}
.main-header .updated-header-top{
	position:relative;
	padding:11px 0px;
	background-color:var(--thm-base);
}
/* .main-header .updated-header-top:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	height:20px;
	background-color:#dddddd;
} */
/* Header Top */
.main-header .updated-header-top .top-left{
	position:relative;
	float:left;
}
/* .main-header .header-top .top-left:before{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	bottom:0px;
	width:200%;
	transform: skewX(-30deg);
	background-color:#222222;
} */
.main-header .updated-header-top .top-left .text{
	position:relative;
	color:#ffffff;
	font-size:14px;
	line-height:1.3em;
	padding:9px 0px;
	font-weight:500;
	font-family: 'Montserrat', sans-serif;
}
.updated-header-top .inner-container{
	position:relative;
}
.updated-header-top .top-left .top-list{
	position:relative;
}
.updated-header-top .top-left .top-list li{
	position:relative;
	font-size:14px;
	color:#ffffff;
	margin-right:20px;
	padding-left:25px;
	display:inline-block;
}
.updated-header-top .top-left .top-list li a{
	position:relative;
	color:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.updated-header-top .top-left .top-list li .icon{
	position:absolute;
	left:0px;
	top:0px;
	color:#ffffff;
	font-size:14px;
	font-family: "flaticon";
}
.updated-header-top .top-left .top-list li a:hover{
	color:#111111;
}
.updated-header-top .top-right{
	position:relative;
	float:right;
}
.updated-header-top .top-right .social-box{
	position:relative;
}
.updated-header-top .top-right .social-box li{
	position:relative;
	margin-left:20px;
	display:inline-block;
}
.updated-header-top .top-right .social-box li a{
	position:relative;
	color:#ffffff;
	font-size:14px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.updated-header-top .top-right .social-box li a:hover{
	color:#111111;
}
/* Main Box */
.main-header .main-box{
	position:relative;
	padding:0px 0px;
	left:0px;
	top:0px;
	width:100%;
	background:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.main-header .header-lower .logo-box{
	position:relative;
	padding:15px 0px;
}
.main-header .main-box .logo-box .logo img{
	display:inline-block;
	max-width:100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}
.main-header .header-lower{
	position:relative;
}
.main-header .header-lower .outer-box{
	position:relative;
	float:right;
	padding:15px 0px;
	margin-left:40px;
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.main-header .header-lower .outer-box .box-inner{
	position:relative;
	color:#ffffff;
	font-size:14px;
	padding-left:90px;
	border-left:1px solid rgba(255,255,255,0.20);
}
.main-header .header-lower .outer-box .box-inner a{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:700;
}
.main-header .header-lower .outer-box .box-inner a:hover{
	color:var(--thm-base);
}
.main-header .header-lower .outer-box .box-inner .icon{
	position:absolute;
	left:30px;
	top:0px;
	width:45px;
	height:45px;
	color:var(--thm-base);
	font-size:18px;
	line-height:45px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	background-color:rgba(168,153,104,0.20);
}
.main-header .main-menu .navbar-collapse{
	padding:0px;
	display:block !important;
}
/* Sticky Header */
.sticky-header{
	position:fixed;
	opacity:0;
	visibility:hidden;
	left:0px;
	top:0px;
	width:100%;
	z-index:0;
	padding:0px 0px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-color:var(--thm-blue);
}
.sticky-header .mobile-nav-toggler{
	display:none;
}
.sticky-header .logo{
	padding:15px 0px;
}
.fixed-header .sticky-header{
	z-index:999;
	opacity:1;
	visibility:visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;	
}
.sticky-header .main-menu .navigation > li > a{
	
}
.main-header .sticky-header .navbar-header{
	display:none;
}
.sticky-header .main-menu .navigation > li > a:after{
	display:none;
}
.main-header .nav-outer{
	position:relative;
	float: left;
	padding-left:40px;
	margin-left:40px;
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.main-header .nav-outer:before{
	position:absolute;
	content:'';
	left:0px;
	top:15px;
	width:1px;
	height:50px;
	opacity:0.20;
	background-color:#ffffff;
}
.main-header .header-upper .logo-box{
	position: relative;
	padding: 10px 0px 10px;
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.main-header .header-upper .logo-box .logo{
	position:relative;
}
.main-header .header-lower{
	position:relative;
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
/* Main Menu */
.main-menu{
	position:static;
	float:left;
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.main-menu .navbar-collapse{
	padding:0px;
	float: left;
}
.main-menu .navigation{
	position:static;
	margin:0px;
}
.main-menu .navigation > li{
	position:relative;
	float:left;
	list-style:none;
	margin-right:22px;
	padding:25px 0px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.main-menu .navigation > li:last-child{
	margin-right:0px;
}
.main-menu .navigation > li > a:hover,
.main-menu .navigation > li.current > a{
	color:#222222;
}
.main-menu .navigation > li > a > span{
	position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}
.main-menu .navigation > li > a > span:before{
	position: absolute;
    top: 100%;
    content: attr(data-hover);
    font-weight: 600;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.main-menu .navigation > li:hover > a > span{
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}
.main-menu .navigation > li:hover > a > span:before{
	position: absolute;
    top: 100%;
    content: attr(data-hover);
    font-weight: 600;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.main-menu .navigation > li > ul > li.updates{
	padding:8px 12px;
	color:#ffffff;
	left:10px;
	right:10px;
	width:auto;
	font-size:16px;
	margin-right:20px;
	background-color:#020a51;
}
.main-menu .navigation > li > a{
	position:relative;
	display:block;
	color:#ffffff;
	opacity:1;
	text-align:center;
	line-height:30px;
	letter-spacing:0px;
	overflow:hidden;
	font-weight:700;
	font-size:16px;
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: 'DM Sans', sans-serif;
}
.main-menu .navigation > li:hover > a::after,
.main-menu .navigation > li.current > a::after{
	width:22px;
}
.main-menu .navigation > li.dropdown > a{
	padding-right:15px !important;
}
.main-menu .navigation > li.dropdown > a:before{
	font-family: 'Font Awesome 5 Free';
    content: "\f067";
    position: absolute;
    right: 0px;
    font-size: 10px;
    line-height: 30px;
	font-weight:800;
}
.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-header.light-version .main-menu .navigation > li:hover > a,
.main-header.light-version .main-menu .navigation > li.current > a{
	opacity:1;
	color:var(--thm-base);
}
.main-menu .navigation > li > ul{
	position: absolute;
    left: -30px;
    top: 100%;
    width: 230px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    padding: 20px 15px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
}
.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}
.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid #f9f9f9;
}
.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;
}
.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 18px;
	line-height:24px;
	font-weight:500;
	font-size:16px;
	text-transform:capitalize;
	color:#222222;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
/* .main-menu .navigation > li > ul > li > a:before{
	position:absolute;
	content:'';
	left:10px;
	top:18px;
	width:6px;
	height:6px;
	opacity:0;
	border-radius:50px;
	background-color:#222222;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.main-menu .navigation > li > ul > li:hover > a::before{
	opacity:1;
} */
.main-menu .navigation > li > ul > li:hover > a{
	color:#00091d;
	padding-left:30px;
}
.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	position:absolute;
	right:15px;
	top:14px;
	width:10px;
	height:20px;
	display:block;
	color:#222222;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
	font-weight:800;
}
.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
	color:#222222;
}
.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:120%;
	top:0%;
	width:230px;
	z-index:100;
	display:none;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	padding:20px 15px;
	border-radius:10px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
}
.main-menu .navigation > li > ul > li > ul.from-right{
	left:auto;
	right:0px;	
}
.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid #f9f9f9;
}
.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}
.main-menu .navigation > li > ul > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 18px;
	line-height:24px;
	font-weight:500;
	font-size:16px;
	text-transform:capitalize;
	color:#222222;
	padding-left:10px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
/* .main-menu .navigation > li > ul > li > ul > li > a:before{
	position:absolute;
	content:'';
	left:10px;
	top:18px;
	width:6px;
	height:6px;
	opacity:0;
	border-radius:50px;
	background-color:#222222;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.main-menu .navigation > li > ul > li > ul > li:hover > a::before{
	opacity:1;
} */
.main-menu .navigation > li > ul > li > ul > li:hover > a{
	color:#00091d;
	padding-left:30px;
}
.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	position:absolute;
	right:10px;
	top:11px;
	width:10px;
	height:20px;
	display:block;
	color:#272727;
	line-height:20px;
	font-size:16px;
	font-weight:800;
	text-align:center;
	z-index:5;	
}
.main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;	
}
.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	left:0%;
	border-top:0px !important;
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0;
	left:100%;
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:30px;
	height:30px;
	text-align:center;
	color:#ffffff;
	line-height:28px;
	border:1px solid #ffffff;
	background-size:20px;
	cursor:pointer;
	z-index:5;
	display:none;
}
.main-header.fixed-header .header-upper{
	position: fixed;
	top:0px;
    z-index: 99;
    width: 100%;
	background-color:#ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
	box-shadow:0px 0px 10px rgba(0,0,0,0.06);
}
/*** 
====================================================================
	Mobile Menu Style 
====================================================================
***/
.nav-outer .mobile-nav-toggler{
	position: relative;
	display: none;
}
.nav-outer .mobile-nav-toggler .icon{
	color:#ffffff;
	display: block;
	font-size: 24px;
	line-height: 40px;
	cursor: pointer;
	padding:20px 0px;
}
.mobile-menu{
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right:30px;
	max-width:100%;
	height: 100%;
	visibility: hidden;
	z-index: 999999;
}
.mobile-menu .nav-logo{
	position:relative;
	padding:20px 20px;
	text-align:left;	
}
.mobile-menu .nav-logo img{
	max-width:200px;
}
.mobile-menu-visible{
	overflow: hidden;
}
.mobile-menu-visible .mobile-menu{
	visibility: visible;
}
.mobile-menu .menu-backdrop{
	position: fixed;
	right: 0;
	top: 0;
	width: 0%;
	height: 100%;
	z-index: 1;
	background: rgba(0,0,0,0.90);
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}
.mobile-menu-visible .mobile-menu .menu-backdrop{
	opacity: 1;
	width:100%;
	visibility: visible;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}
.mobile-menu .menu-box{
	position: absolute;
	right: -400px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #ffffff;
	padding: 0px 0px;
	z-index: 5;
	border-radius: 0px;
	
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}
.mobile-menu-visible .mobile-menu .menu-box{
	right:0px;
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}
.mobile-menu .close-btn{
	position: absolute;
	right: 15px;
	top: 15px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	font-size: 25px;
	color: #202020;
	cursor: pointer;
	z-index: 10;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}
.mobile-menu-visible .mobile-menu .close-btn{
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}
.mobile-menu .close-btn:hover{
	opacity: 0.50;
}
.mobile-menu .navigation{
	position: relative;
	display: block;
	width:100%;
	border-top: 1px solid rgba(0,0,0,0.10);
}
.mobile-menu .navigation li{
	position: relative;
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.10);
}
.mobile-menu .navigation li > ul > li:last-child{
	border-bottom: none;
}
.mobile-menu .navigation li > ul > li:first-child{
	border-top: 1px solid rgba(0,0,0,0.10);
}
.mobile-menu .navigation li > a{
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 20px;
	font-size: 15px;
	color: #404040;
	text-transform: capitalize;
}
.mobile-menu .navigation li:hover > a,
.mobile-menu .navigation li.current > a{
	color:#111111;
}
.mobile-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:44px;
	height:44px;
	text-align:center;
	font-size:16px;
	line-height:44px;
	color:#404040;
	cursor:pointer;
	z-index:5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn:after{
	content:'';
	position:absolute;
	left:0px;
	top:10px;
	width:1px;
	height:24px;
	border-left:1px solid rgba(0,0,0,0.10);
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul{
	display: none;
}
.mobile-menu .navigation li > ul > li > a{
	padding-left:30px;
}
.mobile-menu .navigation li > ul > li > ul{
	padding-left:0px;
}
.mobile-menu .navigation li > ul > li > ul > li > a{
	padding-left:40px;
}
/*** 
====================================================================
	Page Title
====================================================================
***/
.page-title{
	position:relative;
	overflow:hidden;
	padding:220px 0px 150px;
	background-color:#00091d;
	background-position:right top;
	background-repeat:no-repeat;
}
.page-title .pattern-layer{
	position:absolute;
	left:0px;
	top:0px;
	width:195px;
	height:468px;
	background-repeat:no-repeat;
}
.page-title:before{
	position:absolute;
	left:0px;
	top:0px;
	content:'';
	width:100%;
	height:100%;
	opacity:0.60;
	background-color:#00091d;
}
.page-title .content{
	position:relative;
}
.page-title .content h2{
	color:#ffffff;
	margin-top:10px;
	text-transform:capitalize;
}
.page-title .page-breadcrumb{
	position:relative;
}
.page-title .page-breadcrumb li{
	position:relative;
	display:inline-block;
	margin-right:10px;
	padding-right:10px;
	color:var(--thm-base);
	font-weight:400;
	font-size:16px;
}
.page-title .page-breadcrumb li:after{
	position:absolute;
	content: "\f105";
	right:-4px;
	top:1px;
	color:var(--thm-base);
	font-family: 'FontAwesome';
}
.page-title .page-breadcrumb li:last-child::after{
	display:none;
}
.page-title .page-breadcrumb li:last-child{
	padding-right:0px;
	margin-right:0px;
}
.page-title .page-breadcrumb li a{
	position:relative;
	color:var(--thm-base);
	font-size:16px;
	font-weight:300;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.page-title .page-breadcrumb li a:hover{
	color:#ffffff;
}
/*** 
====================================================================
	Welcome Section
====================================================================
***/
.welcome-section{
	position:relative;
	overflow:hidden;
	padding:100px 0px 70px;
}
.welcome-section .icon-layer{
	position:absolute;
	top:125px;
	right:30px;
	width:94px;
	height:81px;
}
.welcome-section .content-column{
	position:relative;
	margin-bottom:30px;
}
.welcome-section .content-column .inner-column{
	position:relative;
	padding-top:50px;
}
.welcome-section .content-column .text{
	position:relative;
	margin-right:-20px;
	margin-bottom:25px;
}
.welcome-section .content-column .text p{
	position:relative;
	color:#666666;
	font-size:16px;
	margin-bottom:15px;
}
.welcome-section .content-column .text p:last-child{
	margin-bottom:0px;
}
.welcome-section .content-column ul li{
	position:relative;
	padding-left:25px;
	color:#666666;
	font-size:15px;
	margin-bottom:15px;
	font-weight:700;
}
.welcome-section .content-column ul li:before{
	position:absolute;
	left:0px;
	content:'\f00c';
	font-family: 'Font Awesome 5 Free';
}
.welcome-section .content-column .btns-box .theme-btn{
	padding:11px 35px;
}
.welcome-section .image-column{
	position:relative;
	margin-bottom:30px;
}
.welcome-section .image-column .inner-column{
	position:relative;
}
.welcome-section .image-column .image{
	position:relative;
	width:528px;
	height:528px;
	margin:0 auto;
	border-radius:50%;
	overflow:hidden;
	border:10px solid #ffffff;
	box-shadow:0px 0px 40px rgba(0,0,0,0.12);
}
.welcome-section .image-column .experiance-box{
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
	width:200px;
	height:200px;
	border-radius:50%;
	overflow:hidden;
	border:10px solid #ffffff;
	background-color:var(--thm-base);
	box-shadow:0px 0px 10px rgba(0,0,0,0.10);
}
.welcome-section .image-column .experiance-box .box-inner{
	position:relative;
	color:#f7f7f9;
	font-size:90px;
	font-weight:700;
	line-height:1em;
	text-align:center;
	padding-top:20px;
	font-family: 'Crimson Pro', serif;
}
.welcome-section .image-column .experiance-box .box-inner span{
	position:relative;
	display:block;
	font-size:18px;
	font-weight:700;
	line-height:1em;
	margin-top:5px;
	font-family: 'DM Sans', sans-serif;
}
.welcome-section .image-column .dotted-layer{
	position:absolute;
	left:-100px;
	top:-100px;
	right:0px;
	bottom:0px;
	width:766px;
	height:766px;
	background-repeat:no-repeat;
}
.welcome-section .image-column .counter-box{
	position:relative;
	z-index:1;
	margin-top:-120px;
	border-radius:6px;
	background-color:var(--thm-blue);
	padding:25px 15px 5px 15px;
	border-left:8px solid var(--thm-base);
	box-shadow:0px 20px 45px rgba(0,6,44,0.20);
}
/* Fact Counter */
.fact-counter{
	position:relative;
}
.fact-counter .counter-column{
	position:relative;
	margin-bottom:25px;
}
.fact-counter .counter-column .inner{
	position:relative;
}
.fact-counter .counter-column .inner .icon{
	position:absolute;
	left:0px;
	top:15px;
	color:var(--thm-base);
	font-size:42px;
	line-height:1em;
	font-family: "flaticon";
}
.fact-counter .counter-column .inner .content{
	position:relative;
	padding-left:60px;
}
.fact-counter .count-outer .percentage{
	position:relative;
}
.fact-counter .counter-column .inner .count-outer{
	position:relative;
	font-weight:700;
	line-height:1em;
	color:#ffffff;
	font-size:36px;
	font-family: 'Crimson Pro', serif;
}
.fact-counter .counter-column .inner .counter-title{
	position:relative;
	color:#ffffff;
	font-size:16px;
	font-weight:500;
	margin-top:7px;
}
/*** 
====================================================================
	Years Section
====================================================================
***/
.years-section{
	position:relative;
	overflow:hidden;
	padding:20px 0px 70px;
}
.years-section .icon-layer{
	position:absolute;
	left:60px;
	bottom:-35px;
	width:94px;
	height:81px;
	background-repeat:no-repeat;
}
.year-block{
	position:relative;
	margin-bottom:30px;
}
.year-block .inner-box{
	position:relative;
	text-align:center;
}
.year-block .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:6px;
	right:0px;
	height:2px;
	background-color:#dddddd;
}
.year-block .inner-box:after{
	position:absolute;
	content:'';
	right:-12px;
	top:5px;
	width:2px;
	bottom:5px;
	transform:rotate(-8deg);
	background-color:#dddddd;
}
.year-block:nth-child(2n + 0) .inner-box:after{
	transform:rotate(8deg);
}
.year-block:last-child .inner-box:after{
	display:none;
}
.year-block.style-two .inner-box:before{
	bottom:6px;
	top:auto;
}
.year-block .inner-box .dott{
	position:relative;
	width:14px;
	height:14px;
	margin:0 auto;
	border-radius:50px;
	background-color:var(--thm-blue);
	border:3px solid #ada073;
}
.year-block .inner-box .year{
	position:relative;
	margin-top:8px;
	color:#666666;
	font-weight:700;
	font-family: 'Crimson Pro', serif;
}
.year-block .inner-box h4{
	margin-top:12px;
	margin-bottom:15px;
}
.year-block .inner-box h4 a{
	position:relative;
	color:var(--thm-blue);
}
.year-block .inner-box .text{
	position:relative;
	margin-top:8px;
	color:#666666;
	font-weight:400;
	font-size:16px;
	line-height:1.6em;
}
.year-block.style-two .inner-box h4{
	margin-top:0px;
}
.year-block.style-two .inner-box .text{
	margin-bottom:20px;
}
/*** 
====================================================================
	Service's Section
====================================================================
***/
.services-section{
	position:relative;
	overflow:hidden;
	padding:100px 0px 220px;
	background-color:#fffcf5;
}
.services-section.style-two{
	padding-bottom:70px;
}
.services-section .pattern-layer-one{
	position:absolute;
	left:0px;
	bottom:0px;
	width:614px;
	height:620px;
	background-repeat:no-repeat;
}
.services-section .pattern-layer-two{
	position:absolute;
	right:0px;
	bottom:0px;
	width:404px;
	height:1005px;
	background-repeat:no-repeat;
}
.services-section .button-box{
	position:relative;
	margin-top:20px;
}
.service-block{
	position:relative;
	margin-bottom:30px;
}
.service-block .inner-box{
	position:relative;
	border-radius:6px;
	overflow:hidden;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.15);
}
.service-block .inner-box .image{
	position:relative;
}
.service-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	z-index:2;
	clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}
.service-block .inner-box .image .color-layer{
	position: absolute;
    left: 15px;
    bottom: 5px;
    right: -50px;
    height: 22px;
    transform: rotate(-9deg);
    background-color: #e5e6e9;
}
.service-block .inner-box .icon{
	position:relative;
	width:64px;
	height:64px;
	color:#ffffff;
	border-radius:50%;
	text-align:center;
	font-size:28px;
	line-height:64px;
	margin:0 auto;
	z-index:5;
	margin-top:-45px;
	background-color:var(--thm-blue);
	font-family: "flaticon";
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.service-block .inner-box:hover .icon{
	-webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
	background-color:var(--thm-base);
}
.service-block .inner-box .lower-content{
	position:relative;
	text-align:center;
	padding-bottom:25px;
}
.service-block .inner-box h4{
	margin-top:10px;
}
.service-block .inner-box h4 a{
	position:relative;
	color:var(--thm-blue);
}
.service-block .inner-box:hover h4 a{
	position:relative;
	color:var(--thm-base);
}
.service-block .inner-box .text{
	position:relative;
	color:#666666;
	margin-top:10px;
	font-size:16px;
	padding:0px 25px;
	font-weight:500;
	margin-bottom:10px;
}
.service-block .inner-box .explore{
	position:relative;
	color:var(--thm-blue);
	font-weight:600;
	font-size:16px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.service-block .inner-box .explore span{
	position:relative;
	font-size:11px;
	margin-left:5px;
}
.service-block .inner-box:hover .explore{
	color:var(--thm-base);
}
/*** 
====================================================================
	CTA Section
====================================================================
***/
.cta-section{
	position:relative;
	overflow:visible;
}
.cta-section .inner-container{
	position:relative;
	border-radius:6px;
	overflow:hidden;
	padding:35px 40px 0px;
	margin-top:-110px;
}
.cta-section .inner-container:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:0.90;
	background-color:var(--thm-blue);
}
.cta-section .title-column{
	position:relative;
	margin-bottom:30px;
}
.cta-section .title-column .inner-column{
	position:relative;
	padding-top:25px;
}
.cta-section .title-column .title{
	position:relative;
	color:var(--thm-base);
	font-size:20px;
	font-weight:700;
	padding:8px 20px 8px 0px;
}
.cta-section .title-column h2{
	color:#ffffff;
}
.cta-section .title-column .button-box{
	margin-top:30px;
}
.cta-section .image-column{
	position:relative;
}
.cta-section .image-column .inner-column{
	position:relative;
	text-align:center;
}
.cta-section .image-column .color-layer{
	position:absolute;
	left:30px;
	top:60px;
	right:0px;
	width:460px;
	height:460px;
	opacity:0.50;
	z-index:-1;
	border-radius:50%;
	background-color:var(--thm-blue);
}
.cta-section .image-column .image{
	position:relative;
	z-index:1;
}
.cta-section .image-column .icon{
	position:absolute;
	right:140px;
	top:50px;
	width:62px;
	height:62px;
	color:#ffffff;
	font-size:28px;
	line-height:62px;
	border-radius:50%;
	text-align:center;
	background-color:var(--thm-base);
	font-family: "flaticon";
}
/*** 
====================================================================
	Testimonial Section
====================================================================
***/
.testimonial-section{
	position:relative;
	overflow:visible;
	padding:100px 0px 100px;
}
.testimonial-section .color-layer{
	position:absolute;
	left:0px;
	top:-390px;
	right:0px;
	bottom:280px;
	background-color:#fffcf5;
	background-position:right bottom;
	background-repeat:no-repeat;
}
.testimonial-section.style-two{
	padding-top:0px;
}
.testimonial-section .owl-nav{
	display:none;
}
.testimonial-section .owl-dots{
	position:relative;
	text-align:center;
	margin-top:5px;
}
.testimonial-section .owl-dots .owl-dot{
	position:relative;
	width:30px;
	height:5px;
	margin:0px 7px;
	background-color:var(--thm-blue);
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.testimonial-section .owl-dots .owl-dot.active,
.testimonial-section .owl-dots .owl-dot:hover{
	background-color:var(--thm-base);
}
.testimonial-section .owl-carousel .owl-stage-outer{
	padding:30px 0px 30px;
}
.testimonial-section .owl-theme .testimonial-block{
	margin:0px 15px;
}
.testimonial-section .owl-carousel{
	margin:0px -15px;
	width:auto;
}
.testimonial-block{
	position:relative;
	margin-bottom:30px;
}
.testimonial-block .inner-box{
	position:relative;
	padding:25px 25px;
	border-radius:6px;
	overflow:hidden;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.testimonial-block .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:0;
	background-color:var(--thm-base);
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
	transform:scale(0.2,1);
}
.testimonial-block .inner-box:hover::before{
	opacity:1;
	transform:scale(1,1);
}
.testimonial-block .inner-box .text{
	position:relative;
	color:#666666;
	font-size:16px;
	line-height:1.7em;
	margin-bottom:20px;
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.testimonial-block .inner-box .author-box h4{
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
	
.testimonial-block .inner-box .author-box{
	position:relative;
	color:var(--thm-blue);
	font-weight:700;
	padding-left:85px;
	font-family: 'Crimson Pro', serif;
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.testimonial-block .inner-box .author-box .author-image{
	position:absolute;
	left:0px;
	top:0px;
	width:55px;
	height:55px;
	padding:3px;
	border-radius:50%;
	background-color:#ffffff;
	box-shadow:0px 0px 10px rgba(0,0,0,0.10);
}
.testimonial-block .inner-box .author-box .author-image img{
	position:relative;
	border-radius:50%;
	overflow:hidden;
}
.testimonial-block .inner-box .author-box .author-image .quote{
	position:absolute;
	right:-7px;
	top:15px;
	width:22px;
	height:22px;
	z-index:1;
	color:#ffffff;
	font-size:9px;
	text-align:center;
	line-height:22px;
	border-radius:50px;
	display:inline-block;
	background-color:var(--thm-blue);
	font-family: "flaticon";
}
.testimonial-block .inner-box .author-box .designation{
	position:relative;
	color:#666666;
	font-weight:500;
	font-size:15px;
	margin-top:5px;
	display:block;
	font-family: 'DM Sans', sans-serif;
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.testimonial-block .inner-box:hover .author-box,
.testimonial-block .inner-box:hover .author-box h4,
.testimonial-block .inner-box:hover .author-box .designation,
.testimonial-block .inner-box:hover .text{
	color:#ffffff;
}
/*** 
====================================================================
	Clients Section
====================================================================
***/
.clients-section{
	position:relative;
	padding:0px 0px 0px;
}
.clients-section.style-two{
	padding-top:100px;
}
.clients-section .lower-section{
	position:relative;
	padding:60px 0px 50px;
	background-color:#fffcf5;
}
.clients-section .owl-carousel .owl-stage-outer{
	padding:20px 0px 20px;
}
.clients-section .owl-theme .image-box{
	margin:0px 15px;
}
.clients-section .owl-carousel{
	margin:0px -15px;
	width:auto;
}
.clients-section .image-box{
	position:relative;
	box-shadow:0px 0px 15px rgba(0,0,0,0.08);
}
.clients-section .owl-carousel .owl-stage-outer{
	padding-top:10px;
}
.clients-section .owl-dots,
.clients-section .owl-nav{
	display:none;
}
/*** 
====================================================================
	Main Footer
====================================================================
***/
.main-footer{
	position:relative;
	padding:0px 0px 0px;
	background-color:#00091d;
}
.main-footer .upper-box{
	position:relative;
	border-bottom:1px solid rgba(255,255,255,0.10);
}
.main-footer .upper-box{
	position:relative;
}
.main-footer .upper-box .info-column{
	position:relative;
	border-left:1px solid rgba(255,255,255,0.10);
}
.main-footer .upper-box .info-column .inner-column{
	position:relative;
	padding-left:70px;
	padding-top:30px;
	padding-bottom:25px;
}
.main-footer .upper-box .info-column .content{
	position:relative;
	padding-left:55px;
	color:#ffffff;
	font-size:16px;
}
.main-footer .upper-box .info-column .icon{
	position:absolute;
	left:0px;
	top:6px;
	color:var(--thm-base);
	font-size:34px;
	line-height:1em;
	font-family: "flaticon";
}
.main-footer .upper-box .info-column a{
	font-weight:700;
}
.main-footer .upper-box .info-column a:hover{
	color:var(--thm-base);
}
.main-footer .footer-widget{
	position:relative;
	margin-bottom:30px;
}
.main-footer .widgets-section{
	position:relative;
	padding:80px 0px 30px;
}
.main-footer .logo-widget{
	position:relative;
}
.main-footer .logo-widget .logo{
	position:relative;
	margin-bottom:25px;
}
.main-footer .logo-widget .text{
	position:relative;
	color:#9d9d9d;
	font-weight:400;
	line-height:1.7em;
	font-size:15px;
	margin-bottom:30px;
}
.main-footer .footer-widget h5{
	font-weight:600;
	color:#ffffff;
	margin-top:10px;
	margin-bottom:30px;
	padding-bottom:15px;
	text-transform:capitalize;
}
.main-footer .footer-widget h5:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	height:2px;
	width:30px;
	background-color:var(--thm-base);
}
/* List Link */
.list-link{
	position:relative;
}
.list-link li{
	position:relative;
	margin-bottom:7px;
}
.list-link li a{
	position:relative;
	color:#8c8c8c;
	font-size:15px;
	padding-left:0px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.list-link li a:hover{
	color:#ffffff;
	padding-left:20px;
}
.list-link li a:hover::before{
	opacity:1;
}
.list-link li a:before{
	position:absolute;
	 content: "";
	left:0px;
	top:7px;
	width:12px;
	height:2px;
	opacity:0;
	background-color:#edbd69;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.main-footer .newsletter-widget .text{
	position:relative;
	color:#9d9d9d;
	font-weight:400;
	line-height:1.7em;
	font-size:15px;
	margin-bottom:30px;
}
/* Email Box */
.main-footer .email-box{
	position:relative;
	margin-bottom:22px;
}
.main-footer .email-box .form-group{
	position:relative;
	margin:0px;
	width:100%;
	max-width:100%;
}
.main-footer .email-box .form-group input[type="text"],
.main-footer .email-box .form-group input[type="email"]{
	position:relative;
	line-height:43px;
	padding:10px 55px 10px 25px;
	background-color:#303030;
	display:block;
	font-size:14px;
	height:50px;
	width:100%;
	color:#ffffff;
	border:0px;
	box-shadow:inherit;
	border-radius:0px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.main-footer .email-box .form-group input::placeholder,
.main-footer .email-box .form-group textarea::placeholder{
	color:#ffffff;
}
.main-footer .email-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	border:0px;
	height:50px;
	width:64px;
	display:block;
	font-size:22px;
	color:#ffffff;
	cursor:pointer;
	line-height:100%;
	font-weight:normal;
	text-align:center;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-color: var(--thm-base);
	font-family: "flaticon";
}
.main-footer .email-box .form-group button:hover{
	color:var(--thm-base);
	background-color: #ffffff;
}
.newsletter-widget .social-box{
	position:relative;
}
.newsletter-widget .social-box li{
	position:relative;
	margin-right:15px;
	display:inline-block;
}
.newsletter-widget .social-box li a{
	position:relative;
	color:#ffffff;
	font-size:16px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.newsletter-widget .social-box li a:hover{
	color:var(--thm-base);
}
.main-footer .footer-bottom{
	position:relative;
}
.main-footer .footer-bottom .inner-container{
	position:relative;
	padding:20px 0px;
	border-top:1px solid rgba(255,255,255,0.10);
}
.main-footer .footer-bottom .copyright-column{
	position:relative;
}
.main-footer .footer-bottom .copyright-column .copyright{
	position:relative;
	color:#c5c5c5;
	font-size:15px;
}
.main-footer .footer-bottom .made-column{
	position:relative;
	text-align:right;
}
.main-footer .footer-bottom .made-by{
	position:relative;
	color:#c5c5c5;
	font-size:15px;
}
.main-footer .footer-bottom .made-by span{
	position:relative;
	color:#ff0036;
}
.main-footer.style-two {
	background-color:var(--thm-blue);
}
.main-footer.style-two .footer-bottom{
	padding:20px 0px;
	text-align:center;
	margin-top:50px;
	background-color:#1f2137;
}
.main-footer.style-two .widgets-section{
	padding-top:210px;
}
.main-footer.style-two .footer-bottom .copyright{
	color:#ffffff;
}
.main-footer.style-two .list-link li a,
.main-footer.style-two .text{
	color:#ffffff;
}
.main-footer .left-pattern-layer{
	position:absolute;
	left:0px;
	bottom:0px;
	width:302px;
	height:432px;
	background-repeat:no-repeat;
}
.main-footer .right-pattern-layer{
	position:absolute;
	right:0px;
	bottom:0px;
	width:296px;
	height:722px;
	background-repeat:no-repeat;
}
/* Tocuh Link */
.tocuh-link{
	position:relative;
}
.tocuh-link li{
	position:relative;
	color:#ffffff;
	margin-bottom:18px;
	line-height:1.7em;
}
/*** 
====================================================================
	Error Section
====================================================================
***/
.error-section{
	position:relative;
	padding:100px 0px 100px;
	background-position:center bottom;
}
.error-section .content{
	position:relative;
	text-align:center;
}
.error-section .content .error-image{
	position:relative;
	margin-bottom:40px;
}
.error-section .content .text{
	position:relative;
	color:#666666;
	font-size:18px;
	margin-top:20px;
	margin-bottom:30px;
}
/*** 
====================================================================
	Sidebar Page Container
====================================================================
***/
.sidebar-page-container{
	position:relative;
	padding:100px 0px 60px;
}
.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
	margin-bottom:40px;
}
.search-box .widget-content{
	padding:25px 35px 38px !important;
	background-color:var(--thm-blue) !important;
}
.search-box .widget-content .title{
	position:relative;
	margin-bottom:20px;
}
.search-box .widget-content .title h4{
	position:relative;
	color:#ffffff;
}
/* Sidebar Title */
.sidebar-title{
	position:relative;
	margin-bottom:20px;
}
.sidebar-title h4{
    color: var(--thm-blue);
	line-height:1.2em;
	padding-bottom:15px;
	border-bottom:1px solid #edebe7;
}
.sidebar-title h4:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	height:2px;
	width:45px;
	background-color:var(--thm-base);
}
.sticky-top{
	top:90px;
	z-index:1;
}
/* Sidebar Widget */
.sidebar-widget{
    position: relative;
    margin-bottom: 50px;
}
.sidebar-widget .widget-content{
    position: relative;
	padding:30px 28px;
	border-radius:5px;
	background-color:#fffcf5;
}
/*Search Box Widget*/
.sidebar .search-box .form-group{
	position:relative;
	margin:0px;	
}
.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
	position:relative;
	line-height:28px;
	padding:10px 35px 10px 20px;
	background:#ffffff;
	display:block;
	font-size:14px;
	width:100%;
	height:50px;
	border:0px;
	color:#808080;
	font-weight:400;
	border-radius:5px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.sidebar .search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:50px;
	width:50px;
	border:0px;
	font-size:16px;
	color:#ffffff;
	line-height:100%;
	background:var(--thm-base);
	display:inline-block;
	font-weight:normal;
	text-align:center;
	border-radius:0px 5px 5px 0px;
}
/* Blog Category */
.blog-cat{
	position:relative;
}
.blog-cat li{
	position:relative;
	border-bottom:1px solid #edebe7;
}
.blog-cat li:last-child{
	border:0px;
}
.blog-cat li:last-child a{
	padding-bottom:0px;
}
.blog-cat li a{
	position:relative;
	color:#666666;
	font-size:16px;
	font-weight:500;
	display:block;
	padding:12px 0px 12px 0px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.blog-cat li a span{
	color:var(--thm-base);
}
.blog-cat li a:before{
	position:absolute;
	content:'\f105';
	right:10px;
	top:15px;
	font-weight:800;
	display:inline-block;
	font-family: 'Font Awesome 5 Free';
}
.blog-cat li.active a,
.blog-cat li a:hover{
	color:var(--thm-base);
}
.blog-cat.style-two li{
	border:0px;
	margin-bottom:10px;
}
.blog-cat.style-two li a{
	padding:14px 25px;
	border-radius:5px;
	border:1px solid #d2d2d2;
}
 
.blog-cat.style-two li a:before{
	right:22px;
}
.blog-cat.style-two li a:hover{
	color:#ffffff;
	border-color:var(--thm-base);
	background-color:var(--thm-base);
}
.blog-cat.style-two li.active a11{}
/*Post Widget*/
.popular-posts .post{
	position:relative;
	font-size:16px;
	color:#222222;
	padding-left:90px;
	margin-bottom:22px;
	padding-bottom:22px;
	border-bottom:1px solid #e7e7eb;
}
.popular-posts .post:last-child{
	border-bottom:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	border:none;
	min-height:auto;
}
.popular-posts .post .post-thumb{
	 position:absolute;
	 left:0px;
	 top:6px;
	 width:70px;
	 height:70px;
}
.popular-posts .post .post-thumb img{
	display:block;
	width:100%;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.popular-posts .post .text{
	position:relative;
	top:0px;
	font-size:16px;
	margin:5px 0px 0px;
	font-weight:500;
	color:var(--thm-blue);
	line-height:1.6em;
	text-transform:capitalize;
}
.popular-posts .post .text a{
	color:var(--thm-blue);
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.popular-posts .post a:hover{
	color:var(--thm-base);
}
.popular-posts .post-info{
	position:relative;
	font-size:14px;
	color:#666666;
	font-weight:500;
	padding-left:22px;
	margin-top:3px;
}
.popular-posts .post-info:before{
	position:absolute;
	content: "\f073";
	left:0px;
	top:4px;
	color:var(--thm-base);
	font-size:14px;
	line-height:1em;
	font-family: 'FontAwesome';
}
/* Archive Category */
.archive-list{
	position:relative;
}
.archive-list li{
	position:relative;
	border-bottom:1px solid #edebe7;
}
.archive-list li:last-child{
	border:0px;
}
.archive-list li:last-child a{
	padding-bottom:0px;
}
.archive-list li a{
	position:relative;
	color:#666666;
	font-size:16px;
	font-weight:500;
	display:block;
	padding:12px 0px 12px 0px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.archive-list li a span{
	position:absolute;
	right:0px;
	color:var(--thm-base);
}
.archive-list li.active a,
.archive-list li a:hover{
	color:var(--thm-base);
}
/* Tags */
.sidebar .popular-tags a{
	position:relative;
	line-height:24px;
	color:var(--thm-blue);
	font-size:16px;
	font-weight:500;
	text-align:center;
	border-radius:4px;
	display:inline-block;
	padding:8px 22px;
	margin:0px 3px 6px 0px;
	background-color:#f4f4f4;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}
.sidebar .popular-tags a:hover{
	background-color:var(--thm-base);
	color:#ffffff;	
}
.consult-widget{
	position:relative;
	background-color:#000e2d;
}
.consult-widget .content-box{
	position:relative;
	padding:25px 35px;
	text-align:right;
	background-color:#000e2d;
}
.consult-widget .content-box h3{
	color:var(--thm-base);
	margin-bottom:25px;
}
.consult-widget .content-box .theme-btn{
	padding:11px 26px;
}
.consult-widget .image{
	position:relative;
}
.consult-widget .image .color-layer{
	position:absolute;
	left:0px;
	top:-18px;
	right:0px;
	bottom:0px;
	background-color:var(--thm-base);
	clip-path: polygon(33% 0, 100% 41%, 100% 100%, 0 100%, 0% 41%);
}
.consult-widget .image img{
	position:relative;
	width:100%;
	display:block;
	clip-path: polygon(33% 0, 100% 38%, 100% 100%, 0 100%, 0% 38%);
}
.news-block{
	position:relative;
	margin-bottom:40px;
}
.news-block .inner-box{
	position:relative;
	padding:12px 12px;
	border-radius:6px;
	overflow:hidden;
	box-shadow:0px 0px 10px rgba(0,0,0,0.10);
}
.news-block .inner-box .image{
	position:relative;
}
.news-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}
.news-block .inner-box .category{
	position:absolute;
	right:0px;
	top:0px;
	color:#ffffff;
	padding:12px 25px;
	background-color:var(--thm-base);
}
.news-block .inner-box .lower-content{
	position:relative;
	padding:25px 18px;
}
.news-block .inner-box .post-meta{
	position:relative;
	transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.news-block .inner-box .post-meta li{
	position:relative;
	color:#666666;
	font-weight:500;
	display:inline-block;
	text-transform: capitalize;
	font-size:14px;
	margin-right:15px;
	padding-left:25px;
	transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.news-block .inner-box .post-meta li .icon{
	position:absolute;
	left:0px;
	top:3px;
	font-weight:normal;
	color:var(--thm-base);
	font-size:15px;
	margin-right:5px;
}
.news-block .inner-box .post-meta li:last-child{
	margin-right:0px;
}
.news-block .inner-box h3{
	margin-top:15px;
	margin-bottom:20px;
}
.news-block .inner-box h3 a{
	color:var(--thm-blue);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.news-block .inner-box h3 a:hover{
	color:var(--thm-base);
}
.news-block .inner-box .text{
	position:relative;
	color:#666666;
	font-size:16px;
	line-height:1.7em;
	margin-bottom:20px;
}
.news-block .inner-box .read-more{
	position:relative;
	color:var(--thm-blue);
	font-size:16px;
	font-weight:700;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.news-block .inner-box .read-more .fa{
	position:relative;
	font-size:12px;
}
.news-block .inner-box .read-more:hover{
	color:var(--thm-base);
}
/*** 
====================================================================
	Styled Pagination
====================================================================
***/
.styled-pagination{
	position:relative;
}
.styled-pagination li{
	position:relative;
	display:inline-block;
	margin:0px 6px 6px 0px;
}
.styled-pagination li a{
	position:relative;
	display:inline-block;
	line-height:50px;
	height:50px;
	min-width:50px;
	font-weight:700;
	text-align:center;
	font-size:16px;
	color:#002446;
	border-radius:50px;
	background:#cccccc;
	text-transform:capitalize;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}
.styled-pagination li a:hover,
.styled-pagination li a.active{
	color:#ffffff;
	background-color:var(--thm-base);
}
/* News Detail */
.news-detail{
	position:relative;
	margin-bottom:40px;
}
.news-detail .inner-box{
	position:relative;
	padding:12px 12px 0px;
	border-radius:6px;
	overflow:hidden;
	box-shadow:0px 0px 25px rgba(0,0,0,0.06);
}
.news-detail .inner-box .image{
	position:relative;
}
.news-detail .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}
.news-detail .inner-box .category{
	position:absolute;
	right:0px;
	top:0px;
	color:#ffffff;
	padding:12px 25px;
	background-color:var(--thm-base);
}
.news-detail .inner-box .lower-content{
	position:relative;
	padding:25px 18px;
}
.news-detail .inner-box .post-meta{
	position:relative;
	transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.news-detail .inner-box .post-meta li{
	position:relative;
	color:#666666;
	font-weight:500;
	display:inline-block;
	text-transform:capitalize;
	font-size:14px;
	margin-right:15px;
	padding-left:25px;
	transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.news-detail .inner-box .post-meta li:last-child{
	margin-right:0px;
}
.news-detail .inner-box .post-meta li .icon{
	position:absolute;
	left:0px;
	top:3px;
	font-weight:normal;
	color:var(--thm-base);
	font-size:15px;
	margin-right:5px;
}
.news-detail .inner-box h2{
	color:var(--thm-blue);
	font-size:40px;
	margin-top:15px;
	margin-bottom:20px;
}
.news-detail .inner-box p{
	position:relative;
	color:#666666;
	font-size:16px;
	line-height:1.7em;
	margin-bottom:20px;
}
.news-detail .gallery-box{
	position:relative;
	margin-top:30px;
	margin-bottom:0px;
}
.news-detail .carousel-column{
	position:relative;
}
.news-detail .carousel-column .image{
	position:relative;
	border-radius:5px;
	overflow:hidden;
}
.news-detail .carousel-column .owl-dots{
	display:none;
}
.news-detail .carousel-column .owl-nav{
	position:absolute;
	left:10px;
	top:50%;
	right:10px;
	margin-top:-17px;
}
.news-detail .carousel-column .owl-nav .owl-prev{
	position:absolute;
	left:0px;
	width:35px;
	height:35px;
	color:#ffffff;
	line-height:35px;
	text-align:center;
	border-radius:2px;
	background-color:#ac9e70;
	transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.news-detail .carousel-column .owl-nav .owl-next{
	position:absolute;
	right:0px;
	width:35px;
	height:35px;
	color:#ffffff;
	line-height:35px;
	text-align:center;
	border-radius:2px;
	background-color:#ac9e70;
	transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.news-detail .carousel-column .owl-nav .owl-next:hover,
.news-detail .carousel-column .owl-nav .owl-prev:hover{
	background-color:var(--thm-blue);
}
/* Video Box */
.video-box{
	position:relative;
	margin-bottom:30px;
}
.video-box .video-image{
	position:relative;
	margin:0px;
	border-radius:5px;
	overflow:hidden;
}
.video-box .video-image img{
	position:relative;
	width:100%;
	transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.video-box:hover .video-image img{
	opacity:0.70;
	transform:scale(1.05,1.05);
}
.video-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	text-align:center;
	overflow:hidden;
	line-height: 45px;
	overflow:hidden;
	border-radius:50% 50% 50% 50%;
}
.video-box .overlay-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:10;
}
.video-box .overlay-box span{
	position: absolute;
	width:44px;
	height: 44px;
	left:50%;
    top: 50%;
	z-index:10;
	font-weight:700;
	text-align: center;
	display: inline-block;
	margin-top: -22px;
	margin-left:-22px;
	line-height:44px;
	border-radius:50%;
	font-size:14px;
	color: #ffffff;
	padding-left:5px;
	background-color:#f30030;
}
.video-box .overlay-box span:hover{
	font-size:14px;
	color:#ffffff;
}
.video-box.style-two .overlay-box span{
	font-size:14px;
	color:#ffffff;
}
.video-box .ripple,
.video-box .ripple:before,
.video-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width:44px;
	height: 44px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    -o-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}
.video-box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}
.video-box .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}
@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);}
    100% {box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);}
}
@keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);}
    100% {box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);}
}
.news-detail .inner-box h3{
	color:var(--thm-blue);
	margin-bottom:15px;
}
.news-detail .inner-box blockquote{
	font-size:16px;
	color:#666666;
	line-height:1.7em;
	font-style:italic;
	padding:30px 35px;
	margin-bottom:20px;
	background-color:#fffcf5;
}
.news-detail .inner-box blockquote .fa{
	color:#666666;
	margin-right:5px;
}
.news-detail .inner-box blockquote .author-name{
	position:relative;
	color:var(--thm-blue);
	font-weight:600;
	font-size:16px;
	padding-left:60px;
	margin-left:5px;
}
.news-detail .inner-box blockquote .author-name:before{
	position:absolute;
	content:'';
	left:0px;
	top:8px;
	height:2px;
	width:50px;
	background-color:var(--thm-blue);
}
/* Post Share Options */
.news-detail .post-share-options{
	position:relative;
	margin-top: 40px;
	padding:0px 0px 30px;
	border-bottom:1px solid #f0eeee;
}
.news-detail .post-share-options .tags span{
	font-size:20px;
	color:var(--thm-blue);
	font-weight:600;
	margin-right:15px;
	text-transform: capitalize;
	font-family: 'Crimson Pro', serif;
}
.news-detail .post-share-options .tags a{
	position:relative;
	color:var(--thm-blue);
	font-size:15px;
	font-weight:400;
	border-radius:2px;
	margin-right:5px;
	margin-bottom:5px;
	padding:6px 20px;
	display: inline-block;
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border:1px solid #888888;
}
.news-detail .post-share-options .tags a:last-child{
	margin-right: 0px;
}
.news-detail .post-share-options .tags a:hover{
	color:#ffffff;
	background-color:var(--thm-base);
}
.news-detail .post-share-options .social-box{
	position:relative;
	margin-top:5px;
}
.news-detail .post-share-options .social-box .article{
	position:relative;
	font-size:20px;
	color:var(--thm-blue);
	top:2px;
	font-weight:600;
	margin-right:15px;
	text-transform: capitalize;
	font-family: 'Crimson Pro', serif;
}
.news-detail .post-share-options .social-box li{
	position:relative;
	margin-left:3px;
	display:inline-block;
}
.news-detail .post-share-options .social-box li a{
	position:relative;
	width:30px;
	height:30px;
	font-size:13px;
	color:#ffffff;
	text-align:center;
	line-height:30px;
	border-radius:50px;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	background-color:var(--thm-blue);
}
.news-detail .post-share-options .social-box li a:hover{
	color:#ffffff;
	background-color:var(--thm-base);
}
.news-detail .related-projects{
	position:relative;
}
.news-detail .related-projects .title-box{
	position:relative;
	padding-top:40px;
}
.news-detail .related-projects .title-box h3{
	position:relative;
}
.news-detail .related-projects .owl-nav{
	display:none;
}
.news-detail .related-projects .owl-dots{
	position:relative;
	text-align:center;
	margin-top:5px;
}
.news-detail .related-projects .owl-dots .owl-dot{
	position:relative;
	width:5px;
	height:5px;
	margin:0px 8px;
	border-radius:50%;
	background-color:var(--thm-blue);
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.news-detail .related-projects .owl-dots .owl-dot:before{
	position:absolute;
	content:'';
	left:-6px;
	top:-6px;
	right:-6px;
	bottom:-6px;
	border-radius:50%;
	border:1px solid transparent;
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.news-detail .related-projects .owl-dots .owl-dot.active,
.news-detail .related-projects .owl-dots .owl-dot:hover{
	background-color:var(--thm-base);
}
.news-detail .related-projects .owl-dots .owl-dot.active::before,
.news-detail .related-projects .owl-dots .owl-dot:hover::before{
	border-color:#ad9f71;
}
.news-detail .related-projects .owl-carousel .owl-stage-outer{
	padding:30px 0px 30px;
}
.news-detail .related-projects .owl-theme .news-block-two{
	margin:0px 15px;
}
.news-detail .related-projects .owl-carousel{
	margin:0px -15px;
	width:auto;
}
/* News Block Two */
.news-block-two{
	position:relative;
	margin-bottom:40px;
}
.news-block-two .block-inner{
	position:relative;
	padding:12px 12px;
	border-radius:6px;
	overflow:hidden;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}
.news-block-two .block-inner .image{
	position:relative;
}
.news-block-two .block-inner .image img{
	position:relative;
	width:100%;
	display:block;
}
.news-block-two .block-inner .category{
	position:absolute;
	left:50%;
	bottom:-20px;
	color:#ffffff;
	padding:11px 25px;
	display:inline-block;
	background-color:var(--thm-blue);
	transform:translateX(-50%);
}
.news-block-two .block-inner .lower-content{
	position:relative;
	padding:45px 10px 25px;
}
.news-block-two .block-inner .post-meta{
	position:relative;
	transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.news-block-two .block-inner .post-meta li{
	position:relative;
	color:var(--thm-base);
	font-weight:500;
	display:inline-block;
	font-size:16px;
	margin-right:15px;
	padding-left:25px;
	transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.news-block-two .block-inner .post-meta li .icon{
	position:absolute;
	left:0px;
	top:3px;
	color:var(--thm-base);
	font-size:15px;
	margin-right:5px;
}
.news-block-two .block-inner .post-meta li:last-child{
	margin-right:0px;
}
.news-block-two .block-inner h4{
	margin-top:10px;
	margin-bottom:15px;
}
.news-block-two .block-inner h4 a{
	color:var(--thm-blue);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.news-block-two .block-inner h4 a:hover{
	color:var(--thm-base);
}
.news-block-two .block-inner .text{
	position:relative;
	color:#666666;
	font-size:16px;
	line-height:1.7em;
	margin-bottom:15px;
}
.news-block-two .block-inner .read-more{
	position:relative;
	color:var(--thm-blue);
	font-size:16px;
	font-weight:700;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.news-block-two .block-inner .read-more .fa{
	position:relative;
	font-size:12px;
}
.news-block-two .block-inner .read-more:hover{
	color:var(--thm-base);
}
/*** 
====================================================================
	Comment Form
====================================================================
***/
.comment-form{
	position:relative;
	padding:30px 30px;
	margin-top:40px;
	border-radius:6px;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}
.comment-form .group-title{
	position:relative;
	margin-bottom:20px;
}
.comment-form .form-group{
	margin-bottom:20px;
}
.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 20px;
	color:#111111;
	height:54px;
	font-size:15px;
	border-radius:3px;
	background:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	border:1px solid #cbcbcb;
}
.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus{
	border-color:#ac9e70;
}
.comment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:15px 20px 25px;
	color:#111111;
	height:200px;
	font-size:15px;
	border-radius:3px;
	background:#ffffff;
	resize:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	border:1px solid #cbcbcb;
}
.comment-form .form-group button{
	margin-top:15px;
	border:0px;
}
/*** 
====================================================================
	Case Section
====================================================================
***/
.case-section{
	position:relative;
	z-index:1;
	padding:100px 0px 100px;
}
.case-section .button-box{
	position:relative;
	margin-top:15px;
}
.case-block{
	position:relative;
	margin-bottom:50px;
}
.case-block .inner-box{
	position:relative;
}
.case-block .inner-box .image{
	position:relative;
}
.case-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	border-radius:5px;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}
.case-block .inner-box:hover .image img{
	opacity:0.80;
}
.case-block .inner-box .overlay-box{
	position:absolute;
	left:0px;
	bottom:-15px;
	right:70px;
	padding:25px 20px;
	overflow:hidden;
	background-color:#ffffff;
	border-radius:0px 5px 5px 0px;
	box-shadow:0px 0px 35px rgba(0,0,0,0.10);
}
.case-block .inner-box .overlay-box:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	right:0px;
	height:0%;
	background-color:var(--thm-base);
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}
.case-block .inner-box:hover .overlay-box:before{
	height:100%;
}
.case-block .inner-box .overlay-box .title{
	position:relative;
	color:var(--thm-base);
	font-weight:700;
	font-size:16px;
	text-transform:capitalize;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.case-block .inner-box .overlay-box h4{
	margin-top:2px;
}
.case-block .inner-box:hover .overlay-box .title,
.case-block .inner-box:hover .overlay-box h4 a{
	color:#ffffff;
}
.case-block .inner-box .overlay-box h4 a{
	color:var(--thm-blue);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.case-block .inner-box .arrow{
	position:absolute;
	right:20px;
	top:35px;
	width:46px;
	height:34px;
	color:#ffffff;
	text-align:center;
	line-height:34px;
	border-radius:50px;
	display:inline-block;
	background-color:var(--thm-blue);
	font-family: "flaticon";
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.case-block .inner-box:hover .arrow{
	color:var(--thm-base);
	background-color:#ffffff;
}
/*** 
====================================================================
	Case Detail Section
====================================================================
***/
.case-detail{
	position:relative;
}
.case-detail .inner-box{
	position:relative;
}
.case-detail .inner-box .image{
	position:relative;
}
.case-detail .inner-box .image img{
	position:relative;
	border-radius:5px;
	width:100%;
	display:block;
}
.case-detail .inner-box .image .overlay-box{
	position:absolute;
	right:30px;
	bottom:-90px;
	width:100%;
	max-width:375px;
	padding:30px 30px;
	border-radius:5px;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.15);
}
.case-detail .inner-box .image .overlay-box .case-list{
	position:relative;
}
.case-detail .inner-box .image .overlay-box .case-list li{
	position:relative;
	color:#666666;
	padding-left:130px;
	margin-bottom:15px;
}
.case-detail .inner-box .image .overlay-box .case-list li span{
	position:absolute;
	left:0px;
	top:0px;
	color:var(--thm-blue);
	font-size:18px;
	font-weight:700;
}
.case-detail .inner-box .image .overlay-box .case-list li:last-child{
	margin-bottom:0px;
}
.case-detail .inner-box .lower-content{
	position:relative;
	padding-top:45px;
}
.case-detail .inner-box .lower-content h2{
	margin-bottom:20px;
}
.case-detail .inner-box .lower-content h3{
	margin-bottom:20px;
}
.case-detail .inner-box .lower-content p{
	position:relative;
	color:#666666;
	margin-bottom:20px;
}
.case-detail .inner-box .list{
	position:relative;
}
.case-detail .inner-box .list li{
	position:relative;
	color:#666666;
	font-size:16px;
	margin-bottom:12px;
	padding-left:25px;
}
.case-detail .inner-box .list li:before{
	position:absolute;
	content:'\f192';
	left:0px;
	color:var(--thm-blue);
	font-family: 'Font Awesome 5 Free';
}
/*** 
====================================================================
	Recent Case Section
====================================================================
***/
.recent-case-section{
	position:relative;
	padding-bottom:70px;
}
.recent-case-section .inner-container{
	position:relative;
	padding-top:80px;
	border-top:1px solid #b9b9b9;
}
.recent-case-section .title-box{
	position:relative;
	margin-bottom:40px;
}
.recent-case-section .title-box h3{
	padding-bottom:15px;
}
.recent-case-section .title-box h3:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	height:3px;
	width:44px;
	background-color:var(--thm-base);
}
/*** 
====================================================================
	Contact Page Section
====================================================================
***/
.contact-page-section{
	position:relative;
	padding:100px 0px 70px;
}
.contact-page-section .map-column{
	position:relative;
	margin-bottom:30px;
}
.contact-page-section .map-column .inner-column{
	position:relative;
	padding:20px 20px 40px;
	background-color:#fffcf5;
}
.contact-page-section .map-column .map-outer{
	position:relative;
}
.contact-page-section .map-column .map-outer iframe{
	width:100%;
	height:290px;
}
.contact-page-section .map-column .lower-content{
	position:relative;
	padding-top:20px;
}
.contact-page-section .map-column h3{
	margin-bottom:15px;
}
.contact-page-section .map-column p{
	color:#666666;
	font-size:16px;
	margin-bottom:20px;
	line-height:1.6em;
}
.contact-page-section .map-column .contact-list{
	position:relative;
}
.contact-page-section .map-column .contact-list li{
	position:relative;
	padding-left:40px;
	color:var(--thm-blue);
	font-size:16px;
	font-weight:700;
	margin-bottom:15px;
}
.contact-page-section .map-column .contact-list li .icon{
	position:absolute;
	left:0px;
	font-size:18px;
	font-family: "flaticon";
}
.contact-page-section .map-column .contact-list li:last-child{
	margin-bottom:0px;
}
.contact-page-section .map-column .social-box{
	position:relative;
	margin-top:35px;
}
.contact-page-section .map-column .social-box li{
	position:relative;
	margin-left:3px;
	display:inline-block;
}
.contact-page-section .map-column .social-box li a{
	position:relative;
	width:45px;
	height:45px;
	font-size:16px;
	color:#ffffff;
	text-align:center;
	line-height:45px;
	border-radius:50px;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	background-color:var(--thm-blue);
}
.contact-page-section .map-column .social-box li a:hover{
	color:#ffffff;
	background-color:var(--thm-base);
}
/* Form Column */
.contact-page-section .form-column{
	position:relative;
	margin-bottom:30px;
}
.contact-page-section .form-column .inner-column{
	position:relative;
}
.contact-page-section .form-column .title-box{
	position:relative;
	margin-bottom:25px;
}
.contact-page-section .form-column .title-box h2{
	margin-bottom:10px;
}
.contact-page-section .form-column .title-box .title{
	position:relative;
	color:#666666;
	font-weight:500;
	margin-top:8px;
}
/*** 
====================================================================
	Contact Form
====================================================================
***/
.contact-form{
	position:relative;
}
.contact-form .form-group{
	margin-bottom:20px;
}
.contact-form .form-group label{
	color:var(--thm-blue);
	display:block;
	font-size:16px;
	font-weight:700;
	margin-bottom:10px;
}
.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:10px 20px;
	color:#111111;
	height:60px;
	font-size:15px;
	border-radius:3px;
	background-color:#ffffff;
	border:1px solid #b9b9b9;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus{
	border-color:var(--main-color);
}
.contact-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:15px 20px 25px;
	color:#7a7a7a;
	background-color:#ffffff;
	border:1px solid #b9b9b9;
	height:150px;
	resize:none;
	border-radius:3px;
	font-size:15px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.contact-form .theme-btn{
	width:100%;
	cursor:pointer;
	margin-top:10px;
	border-radius:5px;
	border-width:2px;
	border-color:#b9b9b9;
	text-transform:capitalize;
}
.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
	border-color:#ff0000 !important;	
}
.contact-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:12px;
	color:#ff0000;
	font-weight:500;	
}
/*** 
====================================================================
	Appointment Section
====================================================================
***/
.appointment-section{
	position:relative;
	padding:100px 0px 90px;
	background-size:cover;
	background-position:left center;
}
.appointment-section .form-box{
	position:relative;
	max-width:770px;
	margin:0 auto;
}
/*** 
====================================================================
	Appointment Form
====================================================================
***/
.appointment-form{
	position:relative;
}
.appointment-form .form-group{
	margin-bottom:25px;
}
.appointment-form .form-group label{
	color:#ffffff;
	display:block;
	font-size:16px;
	font-weight:700;
	margin-bottom:10px;
}
.appointment-form .form-group input[type="text"],
.appointment-form .form-group input[type="password"],
.appointment-form .form-group input[type="tel"],
.appointment-form .form-group input[type="email"],
.appointment-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:10px 20px;
	color:#ffffff;
	height:60px;
	font-size:15px;
	border-radius:3px;
	background-color:rgba(0,6,44,0.25);
	border:1px solid #b5b5b5;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.appointment-form .form-group input[type="text"]:focus,
.appointment-form .form-group input[type="password"]:focus,
.appointment-form .form-group input[type="tel"]:focus,
.appointment-form .form-group input[type="email"]:focus,
.appointment-form .form-group select:focus,
.appointment-form .form-group textarea:focus{
	border-color:#111111;
}
.appointment-form input::-webkit-input-placeholder,
.appointment-form select::-webkit-input-placeholder,
.appointment-form textarea::-webkit-input-placeholder{
	color:#ffffff;
}
.appointment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:15px 20px 25px;
	color:#ffffff;
	background-color:rgba(0,6,44,0.25);
	border:1px solid #b5b5b5;
	height:150px;
	resize:none;
	border-radius:3px;
	font-size:15px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.appointment-form .theme-btn{
	cursor:pointer;
	margin-top:10px;
	border-width:2px;
	border-color:#b9b9b9;
	text-transform:capitalize;
}
.appointment-form.style-two .form-group input,
.appointment-form.style-two .form-group textarea{
	background-color:#ffffff;
	color:#111111;
	border-color:#e7e7e7;
}
.appointment-form.style-two input::-webkit-input-placeholder,
.appointment-form.style-two select::-webkit-input-placeholder,
.appointment-form.style-two textarea::-webkit-input-placeholder{
	color:#888888;
}
.appointment-form.style-three label{
	color:var(--thm-blue);
}
.appointment-form.style-three .form-group input{
	background-color:#fffcf5;
	color:#111111;
	height:50px;
	border-color:#e7e7e7;
}
.appointment-form.style-three .form-group textarea{
	background-color:#fffcf5;
	color:#111111;
	height:100px;
	border-color:#e7e7e7;
}
.appointment-form.style-three input::-webkit-input-placeholder,
.appointment-form.style-three select::-webkit-input-placeholder,
.appointment-form.style-three textarea::-webkit-input-placeholder{
	color:#666666;
}
/* Help Widget */
.help-widget .widget-content{
	position:relative;
	padding:30px 30px;
	border-radius:5px;
	background-color:var(--thm-blue);
}
.help-widget .title-box{
	position:relative;
}
.help-widget .title-box h3{
	color:#ffffff;
}
.help-widget .title-box .text{
	position:relative;
	margin-top:15px;
	color:#ffffff;
	margin-bottom:25px;
}
.help-widget .list{
	position:relative;
}
.help-widget .list li{
	position:relative;
	margin-bottom:15px;
	padding-left:68px;
	color:#ffffff;
	min-height:45px;
	display: flex;
    vertical-align: middle;
    align-items: center;
}
.help-widget .list li .icon{
	position:absolute;
	left:0px;
	top:0px;
	width:45px;
	height:45px;
	color:#a69767;
	font-size:20px;
	line-height:45px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	background-color:#33323e;
	font-family: "flaticon";
}
.service-detail{
	position:relative;
}
.service-detail .inner-box{
	position:relative;
}
.service-detail .inner-box .image{
	position:relative;
}
.service-detail .inner-box .image img{
	position:relative;
	width:100%;
}
.service-detail .inner-box .lower-content{
	position:relative;
	padding-top:35px;
}
.service-detail .inner-box .lower-content h2{
	margin-bottom:15px;
}
.service-detail .inner-box .lower-content p{
	position:relative;
	color:#666666;
	font-size:16px;
	line-height:1.6em;
	margin-bottom:20px;
}
.service-detail .inner-box .lower-content p strong{
	position:relative;
	font-weight:600;
}
.service-detail .inner-box .lower-content .two-column{
	margin-top:30px;
	margin-bottom:30px;
}
.service-detail .inner-box h3{
	margin-bottom:15px;
}
.service-detail .inner-box .lower-content .list{
	position:relative;
}
.service-detail .inner-box .lower-content .list li{
	position:relative;
	padding-left:25px;
	color:#666666;
	font-size:16px;
	margin-bottom:6px;
}
.service-detail .inner-box .lower-content .list li:before{
	position:absolute;
	content:'\f058';
	left:0px;
	top:0px;
	font-family: 'Font Awesome 5 Free';
}
.service-detail .inner-box .lower-content .blocks-outer{
	position:relative;
	margin-top:30px;
	padding-bottom:20px;
	border-bottom:2px solid #f4f4f4;
}
.service-block-two{
	position:relative;
	margin-bottom:30px;
}
.service-block-two .inner-box{
	position:relative;
	border-radius:6px;
	overflow:hidden;
	padding:25px 25px;
	background-color:#ffffff;
	box-shadow:0px 10px 15px rgba(0,0,0,0.10);
}
.service-block-two .inner-box .upper-box{
	position:relative;
	padding-left:50px;
	margin-bottom:22px;
}
.service-block-two .inner-box .upper-box .icon{
	position:absolute;
	left:0px;
	top:0px;
	color:#aa9b6b;
	line-height:1em;
	font-size:34px;
	font-family: "flaticon";
}
.service-block-two .inner-box .text{
	position:relative;
	line-height:1.5em;
}
.accordian-box{
	position:relative;
	padding-top:30px;
}
.accordian-box .title{
	position:relative;
	margin-bottom:25px;
}
.accordian-box .title-box{
	position:relative;
}
.accordian-box .title-box h3{
	margin-bottom:20px;
}
.accordian-box .title-box .text{
	position:relative;
}
/*** 
====================================================================
	Accordion Style
====================================================================
***/
.accordion-box{
	position:relative;
}
.accordion-box .block{
	position: relative;
	margin-bottom:20px;
	border:1px solid #e7e7e7;
}
.accordion-box .block.active-block{
	
}
.accordion-box .block .acc-btn{
	position:relative;
	font-size:16px;
	cursor:pointer;
	line-height:25px;
	color:var(--thm-blue);
	font-weight:700;
	background:none;
	border-radius:0px;
	padding:15px 25px;
	transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.accordion-box .block .acc-btn.active{
	
}
.accordion-box .block .icon-outer{
	position:absolute;
	right:15px;
	top:15px;
	width:30px;
	height:30px;
	font-size:16px;
	color:var(--thm-blue);
	border-radius:0px 0px 0px 0px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.accordion-box .block .icon-outer .icon{
    position: absolute;
	right: 0px;
	width:30px;
	height:30px;
	color:var(--thm-blue);
    text-align: center;
	line-height:30px;
	border-radius:50%;
}
.accordion-box .block .icon-outer .icon-plus{
	opacity:1;
}
.accordion-box .block .icon-outer .icon-minus{
	opacity:0;
}
.accordion-box .block .acc-btn.active .icon-outer .icon-minus{
	opacity:1;
}
.accordion-box .block .acc-btn.active .icon-outer .icon-plus{
	opacity:0;
}
.accordion-box .block .acc-content{
	position:relative;
	display:none;
}
.accordion-box .block .acc-content .content-text{
	padding-bottom:6px;
}
.accordion-box .block .acc-content.current{
	display:block;	
}
.accordion-box .block .content{
	position:relative;
	padding:5px 30px 20px 30px;
}
.accordion-box.style-two .block{
	border-radius:5px;
}
.accordion-box.style-two .block .acc-btn{
	font-weight:400;
	font-size:16px;
}
.accordion-box.style-two .block .icon-outer{
	top:12px;
}
.accordion-box.style-two .block .icon-outer,
.accordion-box.style-two .block .icon-outer .icon,
.accordion-box.style-two .block .acc-btn{
	color:#ffffff;
}
.accordion-box.style-two .block .content{
	color:#ffffff;
	padding-top:18px;
}
.accordion-box .block.active-block .content{
	border-top:1px solid #ffffff;
}
/*** 
====================================================================
	Team Detail Section
====================================================================
***/
.team-detail-section{
	position:relative;
	padding:100px 0px 60px;
}
.team-detail-section .image-column{
	position:relative;
}
.team-detail-section .image-column .inner-column{
	position:relative;
}
.team-detail-section .image-column .image{
	position:relative;
}
.team-detail-section .image-column .image img{
	position:relative;
}
.team-detail-section .image-column .image .experiance{
	position:absolute;
	right:0px;
	bottom:0px;
	color:#ffffff;
	font-size:48px;
	font-weight:700;
	padding:10px 25px 13px;
	background-color:var(--thm-blue);
	font-family: 'Crimson Pro', serif;
}
.team-detail-section .image-column .image .experiance span{
	position:relative;
	display:block;
	font-size:18px;
	font-weight:700;
	line-height:1.4em;
	margin-top:8px;
	font-family: 'DM Sans', sans-serif;
}
.team-detail-section .info-column{
	position:relative;
	padding:30px;
	background:#f5f5f5;
}
.team-detail-section .info-column h2{
	font-size:32px;
	margin-bottom:30px;
}
.team-detail-section .info-column .inner-column{
	position:relative;
}
.team-detail-section .info-column .title{
	position:relative;
	color:#666666;
	font-size:20px;
	font-weight:700;
}
.team-detail-section .info-column .sub-title{
	position:relative;
	color:#666666;
	font-size:20px;
	font-weight:700;
	margin-top:10px;
}
.team-detail-section .info-column .text{
	position:relative;
	color:#666666;
	font-size:16px;
	margin-top:18px;
	margin-bottom:22px;
}
.team-detail-section .info-column .contacts{
	position:relative;
}
.team-detail-section .info-column .contacts li{
	position:relative;
	padding-left:30px;
	color:#666666;
	font-size:18px;
	font-weight:700;
	margin-bottom:12px;
}
.team-detail-section .info-column .contacts li .icon{
	position:absolute;
	left:0px;
	top:0px;
	font-family: "flaticon";
}
.team-detail-section .info-column .contacts li:last-child{
	margin-bottom:0px;
}
.team-detail-section .info-column .options-box{
	position:relative;
	margin-top:30px;
}
.team-detail-section .info-column .social-box{
	position:relative;
}
.team-detail-section .info-column .social-box li{
	position:relative;
	margin-left:8px;
	display:inline-block;
}
.team-detail-section .info-column .social-box li a{
	position:relative;
	width:55px;
	height:55px;
	font-size:24px;
	color:#ffffff;
	text-align:center;
	line-height:55px;
	border-radius:50px;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	background-color:var(--thm-blue);
}
.team-detail-section .info-column .social-box li a:hover{
	color:#ffffff;
	background-color:var(--thm-base);
}
.team-detail-section .lower-section{
	position:relative;
	margin-left:20px;
}
.team-detail-section .lower-section h2{
	margin-bottom:25px;
}
.team-detail-section .lower-section p{
	position:relative;
	color:#666666;
}
/* Skills Section */
.skills .skill-item{
	position:relative;
	margin-bottom:30px;
}
.skills .skill-item:last-child{
	margin-bottom:0px;
}
.skills .skill-item .skill-bar{
	position:relative;
	width:100%;
	height:5px;
	border-radius:50px;
	background-color:#888888;
}
.skills .skill-item .skill-bar .bar-inner{
	position:relative;
	width:100%;
	height:5px;
}
.skills.style-two .skill-item .skill-bar .bar-inner{
	background-color:#eeeeee;
}
.skills .skill-item .skill-bar .bar-inner .bar{
	position:absolute;
	left:0px;
	top:0px;
	height:5px;
	width:0px;
	border-bottom:4px solid var(--thm-base);
	-webkit-transition:all 2000ms ease;
	-ms-transition:all 2000ms ease;
	-o-transition:all 2000ms ease;
	-moz-transition:all 2000ms ease;
	transition:all 2000ms ease;
}
.skills .skill-item .skill-header{
	position:relative;
	margin-bottom:12px;
}
.skills .skill-item .skill-header .skill-title{
	color:#222222;
	font-size:20px;
	font-weight:700;
	line-height:1.4em;
	text-transform:capitalize;
	font-family: 'Crimson Pro', serif;
}
.skills .skill-item .skill-percentage{
	position:absolute;
	right:0px;
	top:-14px;
	font-weight:700;
	padding:5px 14px;
	display:inline-block;
	font-size:14px;
	color:#ffffff;
	background-color:var(--thm-base);
	font-family: 'Crimson Pro', serif;
}
.alternate-team-section{
	position:relative;
	padding:20px 0px 70px;
}
/*** 
====================================================================
	Help Section
====================================================================
***/
.help-section{
	position:relative;
	padding:100px 0px 60px;
	background-color:#fffcf5;
}
.help-section .inner-container{
	position:relative;
	padding:0px 100px;
}
/*** 
====================================================================
	Banner Section
====================================================================
***/
.banner-section{
	position:relative;
}
.banner-section .down-arrow{
	position:absolute;
	left:50%;
	bottom:-1px;
	width:180px;
	height:45px;
	z-index:10;
	cursor:pointer;
	margin-left:-90px;
	background-repeat:no-repeat;
}
.banner-section .pattern-layer{
	position:absolute;
	left:0px;
	bottom:0px;
	width:114px;
	height:63px;
	z-index:1;
}
.banner-section .pattern-layer-two{
	position:absolute;
	right:0px;
	bottom:0px;
	width:114px;
	height:63px;
	z-index:1;
}
.banner-section .pattern-layer-three{
	position:absolute;
	left:-300px;
	bottom:0px;
	width:345px;
	height:833px;
	z-index:1;
	opacity:0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.banner-section .active .pattern-layer-three{
	left:0px;
	opacity:1;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}
.banner-section .pattern-layer-four{
	position:absolute;
	right:-150px;
	top:0px;
	width:138px;
	height:341px;
	z-index:11;
	opacity:0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.banner-section .active .pattern-layer-four{
	right:0px;
	opacity:1;
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}
.banner-section .pattern-layer-five{
	position:absolute;
	right:-345px;
	top:0px;
	width:344px;
	height:366px;
	z-index:10;
	opacity:0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.banner-section .active .pattern-layer-five{
	right:0px;
	opacity:1;
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}
.banner-section .slide{
	position:relative;
	padding:260px 0px 260px;
	background-size:cover;
}
.banner-section .slide:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:0.20;
	background-color:#00091d;
}
.banner-section .owl-dots{
	display:none;
}
.banner-section .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	z-index:99999;
	width:100%;
	margin-top:-30px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.banner-section:hover .owl-nav{
	opacity:1;
}
.banner-section .owl-nav .owl-prev{
	position:absolute;
	left:20px;
	width:90px;
	height:55px;
	color:#ffffff !important;
	line-height:55px !important;
	font-size:24px !important;
	text-align:center;
	border-radius:50px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: "flaticon";
	background-color:rgba(255,255,255,0.20) !important;
}
.banner-section .owl-nav .owl-next{
	position:absolute;
	right:20px;
	width:90px;
	height:55px;
	color:#ffffff !important;
	line-height:55px !important;
	font-size:24px !important;
	text-align:center;
	border-radius:50px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: "flaticon";
	background-color:rgba(255,255,255,0.20) !important;
}
.banner-section .owl-nav .owl-prev:hover,
.banner-section .owl-nav .owl-next:hover{
	color:#111111 !important;
	background-color:rgba(255,255,255,1) !important;
}
.banner-section .content-box{
	position:relative;
	text-align:center;
}
.banner-section h1{
	color:#f7f7f9;
	letter-spacing:1px;
	text-transform:capitalize;
	
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.banner-section .active h1{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}
.banner-section .btns-box{
	opacity: 0;
	margin-top:45px;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.banner-section .btns-box .theme-btn{
	margin:0px 8px 15px;
}
.banner-section .active .btns-box{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}
/*** 
====================================================================
	FullWidth Section
====================================================================
***/
.fullwidth-section{
	position:relative;
}
.fullwidth-section .left-column{
	position:relative;
	width:50%;
	float:left;
	min-height:672px;
	background-color:var(--thm-blue);
}
.fullwidth-section .left-column .inner-column{
	position:relative;
	max-width:600px;
	width:100%;
	float:right;
	padding:60px 60px 60px 15px;
}
.fullwidth-section .left-column .sec-title h2{
	font-size:36px;
}
.fullwidth-section .right-column{
	position:relative;
	width:50%;
	float:right;
	margin-top:0px;
	background-color:#fffcf5;
}
.fullwidth-section .right-column .inner-column{
	position:relative;
	max-width:600px;
	width:100%;
	padding:60px 15px 30px 60px;
}
.fullwidth-section .right-column .sec-title{
	margin-bottom:20px;
}
.fullwidth-section .right-column .sec-title h2{
	font-size:36px;
}
/*** 
====================================================================
	News Section
====================================================================
***/
.news-section{
	position:relative;
	padding:100px 0px 100px;
}
.news-section .sec-title .text{
	margin-top:60px;
}
.news-section .owl-nav{
	display:none;
}
.news-section .owl-dots{
	position:relative;
	text-align:center;
	margin-top:5px;
}
.news-section .owl-dots .owl-dot{
	position:relative;
	width:5px;
	height:5px;
	margin:0px 5px;
	border-radius:50%;
	background-color:var(--thm-blue);
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.news-section .owl-dots .owl-dot.active,
.news-section .owl-dots .owl-dot:hover{
	width:32px;
	border-radius:50px;
	background-color:var(--thm-base);
}
.news-section .owl-dots .owl-dot.active::before,
.news-section .owl-dots .owl-dot:hover::before{
	border-color:#ad9f71;
}
.news-section .owl-carousel .owl-stage-outer{
	padding:30px 0px 30px;
}
.news-section .owl-theme .news-block-two{
	margin:0px 15px;
}
.news-section .owl-carousel{
	margin:0px -15px;
	width:auto;
}
/*** 
====================================================================
	CTA Section Two
====================================================================
***/
.cta-section-two{
	position:relative;
	overflow:visible;
}
.cta-section-two .inner-container{
	position:relative;
	overflow:hidden;
	z-index:1;
	margin-bottom:-110px;
	border-radius:170px;
	padding:50px 30px 55px;
	background-color:#1f2137;
}
.cta-section-two .color-layer-one{
	position:absolute;
	left:0px;
	top:0px;
	width:200px;
	height:200%;
	background-color:var(--thm-base);
	transform:rotate(-30deg);
}
.cta-section-two .color-layer-two{
	position:absolute;
	right:-90px;
	top:-50px;
	width:100px;
	height:200%;
	background-color:#3a3941;
	transform:rotate(-30deg);
}
.cta-section-two h3{
	position:relative;
	color:#ffffff;
	text-align:center;
	margin-bottom:30px;
}
.cta-section-two .subscribe-box{
	max-width:460px;
	margin:0 auto;
}
.subscribe-box{
	position:relative;
}
.subscribe-box .form-group{
	position:relative;
	margin:0px;
	width:100%;
	max-width:100%;
}
.subscribe-box .form-group input[type="text"],
.subscribe-box .form-group input[type="email"]{
	position:relative;
	line-height:43px;
	padding:10px 170px 10px 25px;
	background-color:#1f2137;
	display:block;
	font-size:14px;
	height:50px;
	width:100%;
	color:#ffffff;
	box-shadow:inherit;
	border-radius:0px;
	border-radius:50px;
	border:1px solid #ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.subscribe-box .form-group input::placeholder,
.subscribe-box .form-group textarea::placeholder{
	color:#ffffff;
}
.subscribe-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	display:block;
	font-size:15px;
	color:#ffffff;
	cursor:pointer;
	line-height:100%;
	font-weight:normal;
	text-align:center;
	padding:18px 30px;
	border:0px;
	background-image:none;
	border-radius:0px 50px 50px 0px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-color: var(--thm-base);
}
.subscribe-box .form-group button:hover{
	color:var(--thm-base);
	background-color: #ffffff;
}
/*** 
====================================================================
	Main Header style
====================================================================
***/
.business-header{
	position:absolute !important;
	z-index:99;
	width:100%;
	border:0px;
	background:none !important;
}
.business-header.fixed-header .header-upper{
	position:relative;
}
.business-header:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	height:110px;
	background-color:#ffffff;
}
/* Header Top */
.business-header .header-top{
	position:relative;
}
.business-header .header-top .inner-container{
	position:relative;
	padding-left:220px;
}
.business-header .header-top .top-left{
	position: relative;
	padding:11px 0px;
}
.business-header .header-top .top-left .text{
	position: relative;
	color:#666666;
	font-size:14px;
	padding-left:28px;
}
.business-header .header-top .top-left .text a{
	position: relative;
	color:#000000;
	font-size:14px;
	font-weight:700;
	border-bottom:1px solid #000000;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.business-header .header-top .top-left .text a:hover{
	border:none;
	color:var(--thm-base);
}
.business-header .header-top .top-left .text:before{
	position: absolute;
	content: "\f073";
	left:0px;
	top:2px;
	color:var(--thm-base);
	line-height:1em;
	font-size:16px;
	font-family: 'Font Awesome 5 Free';
}
.business-header .header-top .top-right{
	position: relative;
}
.business-header .header-top .top-right .social-box{
	position: relative;
	padding:10px 0px;
}
.business-header .header-top .top-right .social-box li{
	position: relative;
	margin-left:15px;
	display:inline-block;
}
.business-header .header-top .top-right .social-box li a{
	position: relative;
	color:#2b2b2b;
	font-size:16px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.business-header .header-top .top-right .social-box li a:hover{
	color:#dfab52;
}
.business-header .main-box{
	position:relative;
	padding:0px 0px;
	left:0px;
	top:0px;
	width:100%;
	background:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.business-header .main-box .outer-container{
	position:relative;
	padding:0px 40px;
}
.business-header .main-box .logo-box{
	position:relative;
	float:left;
	left:0px;
	z-index:10;
	padding:30px 0px;
}
.business-header .main-box .logo-box .logo img{
	display:inline-block;
	max-width:100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}
.business-header .header-upper{
	position:relative;
}
.business-header .header-upper .upper-right{
	position:relative;
	padding-top:22px;
}
.business-header .nav-outer{
	position:relative;
	float:right;
	padding:0px;
	margin:0px;
}
.business-header .header-upper .inner-container{
	position:relative;
}
.business-header .header-upper .inner-container:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	height:66px;
	background-color:#f0f0f0;
}
.business-header .header-upper .logo-box{
	position: relative;
	padding:0px 0px;
	z-index:1;
	margin-top:-46px;
	background-color:var(--thm-blue);
}
.business-header .header-upper .logo-box .logo{
	position:relative;
}
.business-header .outer-box{
	position: relative;
	float:right;
	margin-left:30px;
}
.business-header .btn-box{
	position:relative;
	float:left;
}
/* Search Box Outer */
.business-header .search-box-btn{
	position:relative;
	top: 0px;
	margin-top:22px;
	display:block;
	float:left;
	font-size:16px;
	color:var(--thm-base);
	cursor:pointer;
	padding-left:26px;
	margin-right:50px;
	border-left:1px solid #cecece;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.business-header .search-box-btn:after{
	display:none;
}
/* Main Menu */
.business-header .main-menu{
	position:static;
	float:left;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.business-header .main-menu .navbar-collapse{
	padding:0px;
	float: left;
	display:block !important;
}
.business-header .main-menu .navigation{
	position:static;
	margin:0px;
}
.business-header .main-menu .navigation > li{
	position:relative;
	float:left;
	padding:0px 0px;
	margin-right:28px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.business-header .main-menu .navigation > li:last-child{
	margin-right:0px;
}
.business-header .sticky-header .main-menu .navigation > li > a{
	color:#444444;
}
.business-header .sticky-header .main-menu .navigation > li:hover > a,
.business-header .sticky-header .main-menu .navigation > li.current > a{
	
}
.business-header .sticky-header .nav-outer .options-box{
	margin-top:45px;
}
/*Sticky Header*/
.business-header .sticky-header{
	background-color:#ffffff;
}
/* .business-header .sticky-header{
	position:fixed;
	opacity:0;
	visibility:hidden;
	left:0px;
	top:0px;
	width:100%;
	padding:0px 0px;
	background:#ffffff;
	z-index:0;
	border-bottom:1px solid #e8f1f7;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
} */
.business-header .sticky-header .mobile-nav-toggler{
	position:relative;
	float:right;
	display:none;
	cursor:pointer;
	padding:20px 0px;
}
.business-header .sticky-header .logo{
	padding:8px 0px;
}
.business-header .fixed-header .sticky-header{
	z-index:999;
	opacity:1;
	visibility:visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;	
}
.business-header .main-menu .navigation > li > a{
	position:relative;
	display:block;
	color:#090909;
	text-align:center;
	line-height:30px;
	text-transform: capitalize;
	letter-spacing:0px;
	opacity:1;
	font-weight:700;
	padding:18px 0px;
	font-size:16px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: 'DM Sans', sans-serif;
}
.business-header .main-menu .navigation > li.dropdown > a{
	padding-right:15px !important;
}
.business-header .main-menu .navigation > li.dropdown > a:before{
	font-family: 'Font Awesome 5 Free';
	font-weight:800;
    content: "\f067";
    position: absolute;
    right: 0px;
    font-size: 10px;
    line-height: 30px;
	color:var(--thm-base);
	transition:all 100ms ease;
	-moz-transition:all 100ms ease;
	-webkit-transition:all 100ms ease;
	-ms-transition:all 100ms ease;
	-o-transition:all 100ms ease;
}
.business-header .main-menu .navigation > li > a:after{
	position:absolute;
	content:'';
	right:0px;
	bottom:0px;
	height:5px;
	width:100%;
	transform:scale(0,1);
	background-color:var(--thm-blue);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.business-header .main-menu .navigation > li.current > a::after,
.business-header .main-menu .navigation > li:hover > a::after{
	transform:scale(1,1);
}
.business-header .main-menu .navigation > li:hover > a,
.business-header .main-menu .navigation > li.current > a{
	opacity:1;
}
.business-header .main-menu .navigation > li > ul{
	position:absolute;
	left:-30px;
	top:100%;
	width:230px;
	z-index:100;
	display:none;
	opacity: 0;
    visibility: hidden;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	padding:20px 15px;
	border-radius:10px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
}
.business-header .main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}
.business-header .main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid #f9f9f9;
}
.business-header .main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;
}
.business-header .main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 18px;
	line-height:24px;
	font-weight:600;
	font-size:16px;
	color:#111111;
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: 'Archivo', sans-serif;
}
.business-header .main-menu .navigation > li > ul > li > a:before{
	position:absolute;
	content:'//';
	left:10px;
	top:10px;
	opacity:0;
	color:var(--thm-base);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.business-header .main-menu .navigation > li > ul > li:hover > a::before{
	opacity:1;
}
.business-header .sticky-header .main-menu .navigation > li > a:before{
	top:18px !important;
}
.business-header .main-menu .navigation > li > ul > li:hover > a{
	color:var(--thm-base);
	padding-left:30px;
}
.business-header .main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:15px;
	top:13px;
	width:10px;
	height:20px;
	display:block;
	color:#253d4a;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}
.business-header .main-menu .navigation > li > ul > li.dropdown:hover > a:after{
	color:#222222;
}
.business-header .main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:120%;
	top:0%;
	width:230px;
	z-index:100;
	display:none;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	padding:20px 15px;
	border-radius:10px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
}
.business-header .main-menu .navigation > li > ul > li > ul.from-right{
	left:auto;
	right:0px;	
}
.business-header .main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid #f9f9f9;
}
.business-header .main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}
.business-header .main-menu .navigation > li > ul > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 18px;
	line-height:24px;
	font-weight:600;
	font-size:16px;
	text-transform:capitalize;
	color:#111111;
	padding-left:10px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	text-transform:capitalize;
	font-family: 'Archivo', sans-serif;
}
.business-header .main-menu .navigation > li > ul > li > ul > li:hover > a{
	color:var(--thm-base);
}
.business-header .main-menu .navigation > li > ul > li > ul > li > a:before{
	position:absolute;
	content:'//';
	left:10px;
	top:8px;
	opacity:0;
	color:var(--thm-base);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.business-header .main-menu .navigation > li > ul > li > ul > li:hover > a::before{
	opacity:1;
}
.business-header .main-menu .navigation > li > ul > li > ul > li:hover > a{
	color:var(--thm-base);
	padding-left:30px;
}
.business-header .main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	left:0px;
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.business-header .main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0;
	left:100%;
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}
.business-header .main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:30px;
	height:30px;
	text-align:center;
	color:#ffffff;
	line-height:28px;
	border:1px solid #ffffff;
	background-size:20px;
	cursor:pointer;
	z-index:5;
	display:none;
}
/*** 
====================================================================
	Main Slider
====================================================================
***/
.main-slider{
	position:relative;
}
.main-slider .pattern-layer{
	position:absolute;
	left:0px;
	top:0px;
	width:40%;
	height:100%;
	background-repeat:no-repeat;
}
.main-slider .tp-caption{
	z-index:5 !important;
}
.main-slider .tp-dottedoverlay{
	background:none !important;	
}
.main-slider .title{
	position:relative;
	font-size:20px;
	color:#ffffff;
	line-height:1.5em;
	letter-spacing:4px;
	padding:7px 20px;
	display:inline-block;
	font-family: "CrimsonText-Bold";
	
	background: #785C2C;
	background: -webkit-linear-gradient(to right, #785C2C 0%, rgba(255,255,255,0) 100%);
	background: -moz-linear-gradient(to right, #785C2C 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, #785C2C 0%, rgba(255,255,255,0) 100%);
}
.main-slider h1{
	color:#ffffff;
}
.main-slider h1 span{
	color:var(--thm-blue);
}
.main-slider .text{
	position:relative;
	font-size:18px;
	font-weight:400;
	color:#cecece;
	line-height:1.7em;
}
.main-slider .phone-box{
	position:absolute;
	left:0px;
	bottom:0px;
	width:40%;
	z-index:1;
	text-align:right;
}
.main-slider .phone-box .box-inner:before{
	position:absolute;
	content:'';
	left:-85px;
	top:-85px;
	width:173px;
	height:174px;
	z-index:-1;
	background:url(../images/circle-text.png) no-repeat;
}
	
.main-slider .phone-box .box-inner{
	position:relative;
	padding:40px 40px;
	display:inline-block;
	background-color:var(--thm-base);
}
.main-slider .phone-box .box-inner .content{
	position:relative;
	padding-left:95px;
	text-align:left;
	color:#f1dddd;
	font-size:16px;
}
.main-slider .phone-box .box-inner .icon{
	position:absolute;
	left:0px;
	top:0px;
	width:75px;
	height:75px;
	color:#ffffff;
	font-size:30px;
	line-height:75px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	font-family: "flaticon";
	background-color:rgba(255,255,255,0.23)
}
.main-slider .phone-box .box-inner a{
	position:relative;
	color:#ffffff;
	font-size:30px;
	font-weight:700;
	margin-top:4px;
	display:inline-block;
	font-family: "CrimsonText-Regular";
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}
.main-slider .phone-box .box-inner a:hover{
	color:var(--thm-blue);
}
.main-slider .tp-bannertimer,
.main-slider .tp-bullets{
	display:none !important;	
}
/*** 
====================================================================
	About Section
====================================================================
***/
.about-section{
	position:relative;
	padding:100px 0px 70px;
}
.about-section .pattern-layer-one{
	position:absolute;
	left:0px;
	top:50px;
	width:480px;
	height:592px;
	background-repeat:no-repeat;
}
.about-section .pattern-layer-two{
	position:absolute;
	right:0px;
	top:0px;
	width:391px;
	height:609px;
	background-repeat:no-repeat;
}
.about-section .image-column{
	position:relative;
	margin-bottom:30px;
}
.about-section .image-column .inner-column{
	position:relative;
	padding-right:40px;
}
.about-section .image-column .image{
	position:relative;
}
.about-section .image-column .image img{
	position:relative;
	width:100%;
}
.about-section .image-column .year-box{
	position:absolute;
	right:0px;
	bottom:60px;
	z-index:1;
	width:100%;
	max-width:220px;
	padding:20px 20px 30px;
	background-color:#0f0f0f;
	background-position:center center;
	background-repeat:no-repeat;
}
.about-section .image-column .year-box:before{
	position:absolute;
	content:'';
	left:-2px;
	top:-2px;
	right:-2px;
	bottom:-2px;
	border:2px solid rgba(221,167,73,0.30);
}
.about-section .image-column .year-box .content{
	position:relative;
	padding-left:75px;
	color:#ffffff;
	padding-top:5px;
}
.about-section .image-column .year-box .content .year{
	position:absolute;
	left:0px;
	top:20px;
	width:55px;
	color:var(--thm-blue);
	font-size:72px;
	line-height:30px;
	text-align:center;
	font-family: "CrimsonText-Bold";
}
.about-section .image-column .year-box .content i{
	position:relative;
	font-style:normal;
	color:#ffffff;
	font-size:17px;
	line-height:1em;
	font-family: 'DM Sans', sans-serif;
}
.about-section .content-column{
	position:relative;
	margin-bottom:30px;
}
.about-section .content-column .inner-column{
	position:relative;
}
.about-section .content-column .text{
	position:relative;
	margin-bottom:35px;
}
.about-section .content-column .text p{
	position:relative;
	color:#666666;
	font-size:16px;
	line-height:1.7em;
	margin-bottom:25px;
}
.about-section .content-column .text p:last-child{
	margin-bottom:0px;
}
.about-section .content-column .signature-box{
	position:relative;
}
.about-section .content-column .signature-box .box-inner{
	position:relative;
	padding-right:150px;
	display:inline-block;
}
.about-section .content-column .signature-box .signature{
	position:absolute;
	right:0px;
	top:-12px;
}
.about-section .content-column .signature-box .designation{
	position:relative;
	color:var(--thm-base);
	font-size:15px;
}
.about-section .about-list{
	position:relative;
}
.about-section .about-list li{
	position:relative;
	color:#666666;
	font-size:15px;
	margin-bottom:25px;
	padding-left:20px;
	line-height:1.7em;
}
.about-section .about-list li:before{
	position:absolute;
	content:'';
	left:0px;
	top:9px;
	width:8px;
	height:8px;
	background-color:var(--thm-base);
}
.about-section .about-list li strong{
	position:relative;
	display:block;
	color:#090909;
	font-size:18px;
	margin-bottom:10px;
}
/*** 
====================================================================
	Progress Section
====================================================================
***/
.progress-section{
	position:relative;
	padding:130px 0px 210px;
	background-color:#000000;
}
.progress-section .lower-text{
	position:relative;
	color:#e4e4e4;
	font-size:16px;
	text-align:center;
	margin-top:30px;
}
.progress-section .lower-text a{
	position:relative;
	color:var(--thm-blue);
	font-weight:700;
	padding-right:20px;
	border-bottom:1px solid var(--thm-blue);
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}
.progress-section .lower-text a:before{
	position:absolute;
	content:'';
	right:0px;
	content:'\f061';
	font-family: 'Font Awesome 5 Free';
}
.progress-section .lower-text a:hover{
	color:#ffffff;
	border-color:#ffffff;
}
.progress-section .counter-boxed{
	position:relative;
	text-align:center;
	margin-bottom:40px;
}
.progress-section .counter-boxed .title{
	position:absolute;
	left:0px;
	right:0px;
	top:55px;
	color:#666666;
	font-size:16px;
	font-weight:700;
	letter-spacing:1px;
}
.progress-section .counter-boxed .graph-outer{
	position:relative;
	display:inline-block;
}
.progress-section .counter-boxed .graph-outer:before{
	position:absolute;
	content:'';
	left:-20px;
	top:-20px;
	right:-20px;
	bottom:-15px;
	opacity:0.15;
	border-radius:50%;
	background-color:#ffffff;
}
.progress-section .counter-boxed .graph-outer .count-box{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    font-size: 60px;
    color: #000000;
	margin-top:5px;
	transform:translateY(-50%);
	font-family: "CrimsonText-Bold";
}
.progress-section .counter-boxed .count-box .sign{
	font-size: 20px;
}
.progress-section .counter-boxed h6{
	position: absolute;
	left:0px;
	right:0px;
	bottom:45px;
	color: var(--thm-base);
	margin-top:15px;
	font-size:20px;
	font-weight:700;
	text-transform: capitalize;
}
.progress-section .counter-boxed .graph-outer canvas{
	position:relative;
}
.progress-section .counter-boxed .white-color-layer{
	position:absolute;
	content:'';
	left:18px;
	top:18px;
	right:18px;
	bottom:24px;
	border-radius:50%;
	background-color:#ffffff;
}
/*** 
====================================================================
	Consult Section
====================================================================
***/
.consult-section{
	position:relative;
	overflow:inherit;
	padding:0px 0px 0px;
}
.consult-section .inner-container{
	position:relative;
	overflow:hidden;
	margin-top:-100px;
}
.consult-section .inner-container .pattern-layer{
	position:absolute;
	left:0px;
	top:0px;
	bottom:0px;
	right:125px;
	background-color:var(--thm-blue);
	background-position:center bottom;
	background-repeat:no-repeat;
}
.consult-section .form-column{
	position:relative;
}
.consult-section .form-column .inner-column{
	position:relative;
	padding:120px 80px 110px 80px;
}
/* Consult Form */
.consult-form{
	position: relative;
}
.consult-form .form-group{
	position:relative;
	margin-bottom:15px;
}
.consult-form .form-group input[type="text"],
.consult-form .form-group input[type="email"],
.consult-form .form-group input[type="tel"],
.consult-form .form-group input[type="url"],
.consult-form .form-group textarea,
.consult-form .form-group select{
	position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    color:#ffffff;
    font-weight: 400;
    padding: 12px 25px;
	height:56px;
	border:1px solid transparent;
    background-color: rgba(255,255,255,0.20);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.consult-form .form-group input:focus,
.consult-form .form-group select:focus,
.consult-form .form-group textarea:focus{
	border-color:#ffffff;
}
.consult-form .form-group textarea{
	height: 150px;
	resize: none;
	border-radius:0px;
}
.consult-form .form-group textarea::-webkit-input-placeholder,
.consult-form .form-group input::-webkit-input-placeholder{
	color:#ffffff;
}
.consult-form .form-group button{
	margin-top:20px;
}
/* Custom Select */
.form-group .ui-selectmenu-button.ui-button{
	width:100%;
	font-size:15px;
	font-style:normal;
	height:56px;
	padding:10px 20px 10px 20px;
	line-height:36px;
	color:#ffffff;
	border: none;
	border-radius:0px;
	height:56px;
	border:1px solid transparent;
    background-color: rgba(255,255,255,0.20);
}
.form-group .ui-button .ui-icon{
	background:none;
	position:relative;
	top:5px;
	text-indent:0px;
	color:#333333;	
}
.form-group .ui-button .ui-icon:before{
	font-family: 'FontAwesome';
	content: "\f107";
	position:absolute;
	right:0px;
	top:2px !important;
	top:22px;
	width:10px;
	height:20px;
	display:block;
	color:#ffffff;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;
	font-weight:800;
}
.ui-menu .ui-menu-item{
	font-size:14px;
}
.ui-menu .ui-menu-item:last-child{
	border:none;	
}
.ui-state-active, .ui-widget-content .ui-state-active{
	background:var(--thm-blue);
	border-color:var(--thm-blue);
}
.ui-menu .ui-menu-item-wrapper{
	position:relative;
	display:block;
	padding:8px 20px;
	font-size:14px;
	line-height:24px;
}
.ui-menu-item:hover{
	background-color:var(--thm-blue);
}
.consult-section .image-column{
	position:relative;
}
.consult-section .image-column .inner-column{
	position:relative;
}
.consult-section .image-column .image{
	position:relative;
}
.consult-section .image-column .image img{
	position:relative;
	width:100%;
	display:block;
}
.consult-section .image-column .image:before{
	position:absolute;
	content:'';
	right:40px;
	top:40px;
	left:-50px;
	bottom:-40px;
	z-index:1;
	border:4px solid var(--thm-base);
}
.consult-section .image-column .image .overlay-box .sub-title{
	position:relative;
	color:#ffffff;
	font-size:14px;
	font-weight:400;
	line-height:1.6em;
	margin-top:25px;
	display:block;
}
.consult-section .image-column .image .overlay-box{
	position:absolute;
	left:50%;
	top:50%;
	z-index:1;
	text-align:center;
	padding:45px 25px;
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	border-radius:150px 150px;
	transform:translateX(-50%) translateY(-50%);
	background-color:rgba(255,255,255,0.10);
	border:1px solid rgba(255,255,255,0.10);
}
.consult-section .image-column .image .overlay-box .play-btn{
	position: relative;
	width:80px;
	height: 80px;
	z-index:10;
	color: #000000;
	font-weight:400;
	font-size:30px;
	text-align: center;
	border-radius:50%;
	padding-left:4px;
	display: block;
	margin:0 auto;
	line-height:80px;
	font-family: "flaticon";
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	background-color:#ffffff;
}
.consult-section .image-column .image .ripple,
.consult-section .image-column .image .ripple:before,
.consult-section .image-column .image .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width:80px;
	height: 80px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}
.consult-section .image-column .image .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}
.consult-section .image-column .image .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}
@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}
@keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}
/*** 
====================================================================
	Services Section
====================================================================
***/
.services-section-two{
	position:relative;
	overflow:inherit;
	padding:110px 0px 110px;
}
.services-section-two .pattern-layer{
	position:absolute;
	left:0px;
	bottom:0px;
	width:396px;
	height:466px;
	background-repeat:no-repeat;
}
.services-section-two .pattern-layer-two{
	position:absolute;
	right:0px;
	top:-100px;
	width:532px;
	height:608px;
	background-repeat:no-repeat;
}
.services-section-two .inner-container{
	position:relative;
	padding:0px 70px 0px 340px;
}
.services-section-two .sec-title{
	margin-left:0px;
}
.services-section-two .tab-btns-box{
	position:absolute;
	left:0px;
	top:0px;
}
.services-section-two .tab-btns-box .p-tab-btn{
	position:relative;
	color:#090909;
	cursor:pointer;
	font-size:22px;
	font-weight:700;
	text-align:center;
	width:230px;
	display:block;
	padding:37px 15px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	font-family: "CrimsonText-Bold";
	box-shadow:0px 5px 15px rgba(0,0,0,0.10);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-color:#ffffff;
}
.services-section-two .tab-btns-box .p-tab-btn .icon{
	position:relative;
	display:block;
	color:var(--thm-base);
	font-size:50px;
	font-weight:400;
	margin-bottom:15px;
	padding-bottom:10px;
	font-family: "flaticon";
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.services-section-two .tab-btns-box .p-tab-btn .icon:after{
	position:absolute;
	content:'';
	left:50%;
	bottom:0px;
	width:26px;
	height:2px;
	margin-left:-13px;
	background-color:#d8d8d8;
}
.services-section-two .tab-btns-box .p-tab-btn:hover .icon,
.services-section-two .tab-btns-box .p-tab-btn.active-btn .icon{
	color:var(--thm-blue);
}
.services-section-two .tab-btns-box .p-tab-btn:hover,
.services-section-two .tab-btns-box .p-tab-btn.active-btn{
	color:#ffffff;
	background-color:#000000;
}
.services-section-two .service-tab .p-tabs-content{
	position:relative;
	display:block;	
}
.services-section-two .service-tab .p-tab{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	visibility:hidden;	
}
.services-section-two .service-tab .p-tab.active-tab{
	position:relative;
	visibility:visible;
	z-index:5;
}
.services-section-two .p-tab.active-tab .service-block-three{
	opacity:1;
}
.services-section-two .p-tab .service-block-three{
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	opacity:0;	
}
.services-section-two .owl-nav{
	display: none;
}
.services-section-two .owl-dots{
	position: absolute;
	left: -90px;
	bottom: -10px;
	counter-reset:slides-num;
}
.services-section-two .owl-dots .owl-dot{
	position:relative;
	display: block;
	vertical-align: top;
	margin-left:28px;
	counter-increment: slides-num;
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
}
.services-section-two .owl-dots .owl-dot:nth-child(2){
	position:relative;
	width:3px;
	left:7px;
	height:40px;
	background-color:#ededed;
}
.services-section-two .owl-dots .owl-dot:nth-child(2) span{
	display:none;
}
.services-section-two .owl-dots .owl-dot:nth-child(3){
	position:relative;
	width:3px;
	left:7px;
	height:40px;
	background-color:#ededed;
}
.services-section-two .owl-dots .owl-dot:hover:nth-child(2),
.services-section-two .owl-dots .owl-dot:hover:nth-child(2),
.services-section-two .owl-dots .owl-dot.active:nth-child(2),
.services-section-two .owl-dots .owl-dot.active:nth-child(2),
.services-section-two .owl-dots .owl-dot:hover:nth-child(3),
.services-section-two .owl-dots .owl-dot:hover:nth-child(3),
.services-section-two .owl-dots .owl-dot.active:nth-child(3),
.services-section-two .owl-dots .owl-dot.active:nth-child(3){
	background-color:#edbd69;
}
.services-section-two .owl-dots .owl-dot:nth-child(3) span{
	display:none;
}
.services-section-two .owl-dots .owl-dot:nth-child(4){
	margin-top:5px;
}
.services-section-two .owl-dots .owl-dot span{
	position: relative;
	display: block;
	font-size: 20px;
	font-weight: 700;
	color: #040505;
	content:"0" counter(slides-num) "";
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	font-family: "CrimsonText-Bold";
}
.services-section-two .owl-dots .owl-dot span:before{
	position: relative;
	content:"0" counter(slides-num) "";
}
.services-section-two .owl-dots .owl-dot:hover span,
.services-section-two .owl-dots .owl-dot.active span{
	color: #edbd69;
	opacity:1;
}
/* Service Block */
.service-block-three{
	position:relative;
}
.service-block-three .inner-box{
	position:relative;
}
.service-block-three .inner-box .image-column{
	position:relative;
	margin-bottom:10px;
}
.service-block-three .inner-box .image-column .image{
	position:relative;
}
.service-block-three .inner-box .image-column .image img{
	position:relative;
	width:100%;
	display:block;
}
.service-block-three .inner-box .content-column{
	position:relative;
	margin-bottom:10px;
}
.service-block-three .inner-box .content-column .inner-column{
	position:relative;
}
.service-block-three .inner-box .content-column .icon{
	position:relative;
	color:#ffffff;
	width:90px;
	height:90px;
	display:block;
	line-height:90px;
	text-align:center;
	font-size:48px;
	margin-left:-25px;
	margin-bottom:25px;
	font-family: "flaticon";
	background-color:var(--thm-base);
}
.service-block-three .inner-box .content-column h3{
	margin-bottom:5px;
}
.service-block-three .inner-box .content-column h3 a{
	color:#090909;
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
}
.service-block-three .inner-box .content-column h3 a:hover{
	color:var(--thm-blue);
}
.service-block-three .inner-box p{
	position:relative;
	color:#666666;
	font-size:16px;
	line-height:1.7em;
}
.service-block-three .inner-box .button-box{
	position:relative;
	margin-top:20px;
}
/*** 
====================================================================
	Project Section
====================================================================
***/
.project-section{
	position:relative;
	padding:120px 0px 120px;
	background-attachment:fixed;
	background-size:cover;
}
.project-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:0.85;
	background-color:#000000;
}
.project-section .tab-btns-box{
	position:relative;
	text-align:center;
	margin-bottom:35px;
}
.project-section .tab-btns-box .p-tab-btn{
	position:relative;
	color:#ffffff;
	cursor:pointer;
	font-size:18px;
	padding:0px 8px 4px;
	margin:0px 15px 10px;
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	border-bottom:1px solid transparent;
}
.project-section .tab-btns-box .p-tab-btn:hover,
.project-section .tab-btns-box .p-tab-btn.active-btn{
	color:var(--thm-blue);
	border-color:var(--thm-blue);
}
.project-section .project-tab .p-tabs-content{
	position:relative;
	display:block;	
}
.project-section .owl-nav{
	display: none;
}
.project-section .owl-dots{
	position: relative;
	text-align:center;
	margin-top:10px;
	counter-reset:slides-num;
}
.project-section .owl-dots .owl-dot{
	position:relative;
	display: block;
	margin-left:0px;
	vertical-align: top;
	display:inline-block;
	counter-increment: slides-num;
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
}
.project-section .owl-dots .owl-dot:nth-child(1){
	margin-right:15px;
}
.project-section .owl-dots .owl-dot:nth-child(2){
	position:relative;
	width:40px;
	height:3px;
	top:11px;
	background-color:#ededed;
}
.project-section .owl-dots .owl-dot:nth-child(2) span{
	display:none;
}
.project-section .owl-dots .owl-dot:nth-child(3){
	position:relative;
	width:40px;
	height:3px;
	top:11px;
	background-color:#ededed;
}
.project-section .owl-dots .owl-dot:hover:nth-child(2),
.project-section .owl-dots .owl-dot:hover:nth-child(2),
.project-section .owl-dots .owl-dot.active:nth-child(2),
.project-section .owl-dots .owl-dot.active:nth-child(2),
.project-section .owl-dots .owl-dot:hover:nth-child(3),
.project-section .owl-dots .owl-dot:hover:nth-child(3),
.project-section .owl-dots .owl-dot.active:nth-child(3),
.project-section .owl-dots .owl-dot.active:nth-child(3){
	background-color:#edbd69;
}
.project-section .owl-dots .owl-dot:nth-child(3) span{
	display:none;
}
.project-section .owl-dots .owl-dot:nth-child(4){
	margin-left:10px;
}
.project-section .owl-dots .owl-dot span{
	position: relative;
	display: block;
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
	content:"0" counter(slides-num) "";
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	font-family: "CrimsonText-Bold";
}
.project-section .owl-dots .owl-dot span:before{
	position: relative;
	content:"0" counter(slides-num) "";
}
.project-section .owl-dots .owl-dot:hover span,
.project-section .owl-dots .owl-dot.active span{
	color: #edbd69;
	opacity:1;
}
.project-section .project-tab .p-tab{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	visibility:hidden;	
}
.project-section .project-tab .p-tab.active-tab{
	position:relative;
	visibility:visible;
	z-index:5;
}
.project-section .p-tab.active-tab .project-block{
	-webkit-transform:scaleY(1);
	-ms-transform:scaleY(1);
	-o-transform:scaleY(1);
	-moz-transform:scaleY(1);
	transform:scaleY(1);
}
.project-section .p-tab .project-block{
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	-webkit-transform:scaleY(0);
	-ms-transform:scaleY(0);
	-o-transform:scaleY(0);
	-moz-transform:scaleY(0);
	transform:scaleY(0);	
}
.project-block{
	position:relative;
	margin-bottom:30px;
}
.project-block .inner-box{
	position:relative;
	overflow:hidden;
}
.project-block .inner-box .image{
	position:relative;
}
.project-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}
.project-block .inner-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	color:#ffffff;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	background-position:center center;
}
.project-block .inner-box:hover .overlay-box{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}
.project-block .inner-box .overlay-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:0.78;
	background-color:#010001;
}
.project-block .inner-box .logo-icon{
	position:absolute;
	left:20px;
	top:20px;
	z-index:1;
}
.project-block .inner-box .logo-icon:before{
	position:absolute;
	content:'';
	left:-70px;
	top:-70px;
	width:180px;
	height:180px;
	border-radius:50%;
	background-color:var(--thm-base);
}
.project-block .inner-box .logo-icon:after{
	position:absolute;
	content:'';
	z-index:-1;
	left:-150px;
	top:-150px;
	width:180px;
	height:180px;
	opacity:0.50;
	border-radius:50%;
	background-color:var(--thm-base);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.project-block .inner-box:hover .logo-icon:after{
	left:-50px;
	top:-50px;
	-webkit-transition-delay: 150ms;
	-moz-transition-delay: 150ms;
	-ms-transition-delay: 150ms;
	-o-transition-delay: 150ms;
	transition-delay: 150ms;
}
.project-block .inner-box .arrow{
	position:absolute;
	width:54px;
	height:54px;
	right:-80px;
	bottom:22px;
	opacity:0;
	color:#ffffff;
	font-size:28px;
	line-height:54px;
	text-align:center;
	background-color:var(--thm-base);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: "flaticon";
}
.project-block .inner-box:hover .arrow{
	right:22px;
	opacity:1;
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
}
.project-block .inner-box .content-box{
	position:absolute;
	left:35px;
	bottom:80px;
}
.project-block .inner-box .content-box h4{
	margin-bottom:8px;
}
.project-block .inner-box .content-box h4 a{
	position:relative;
	color:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.project-block .inner-box .content-box h4 a:hover{
	color:var(--thm-base);
}
.project-block .inner-box .content-box .designation{
	position:relative;
	color:#ffffff;
	font-size:15px;
	padding-bottom:18px;
}
.project-block .inner-box .content-box .designation:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	height:2px;
	width:40px;
	opacity:0.50;
	background-color:#ffffff;
}
/*** 
====================================================================
	Testimonial Section Two
====================================================================
***/
.testimonial-section-two{
	position:relative;
	padding:100px 0px 70px;
}
.testimonial-section-two .pattern-layer-one{
	position:absolute;
	left:0px;
	top:0px;
	width:407px;
	height:196px;
	background-repeat:no-repeat;
}
.testimonial-section-two .pattern-layer-two{
	position:absolute;
	right:0px;
	top:-150px;
	width:344px;
	height:641px;
	background-repeat:no-repeat;
}
.testimonial-section-two .title-column{
	position:relative;
	margin-bottom:30px;
}
.testimonial-section-two .title-column .inner-column{
	position:relative;
}
.testimonial-section-two .carousel-column{
	position:relative;
	margin-bottom:30px;
}
.testimonial-section-two .carousel-column .inner-column{
	position:relative;
}
.testimonial-section-two .carousel-column .owl-dots{
	display:none;
}
.testimonial-section-two .carousel-column .owl-nav{
	position:absolute;
	right:0px;
	bottom:0px;
	padding:16px 30px;
	background-color:var(--thm-base);
}
.testimonial-section-two .carousel-column .owl-nav .owl-prev{
	position:relative;
	color:#ffffff;
	font-size:20px;
	line-height:1em;
	display:inline-block;
	padding:8px 15px !important;
	border-right:1px solid rgba(255,255,255,0.30);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.testimonial-section-two .carousel-column .owl-nav .owl-next{
	position:relative;
	color:#ffffff;
	font-size:20px;
	line-height:1em;
	display:inline-block;
	padding:8px 15px !important;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.testimonial-section-two .carousel-column .owl-nav .owl-prev:hover,
.testimonial-section-two .carousel-column .owl-nav .owl-next:hover{
	color:#060606;
}
.testimonial-block-two{
	position:relative;
}
.testimonial-block-two .inner-box{
	position:relative;
	padding-left:320px;
	padding-bottom:35px;
}
.testimonial-block-two .inner-box .image{
	position:absolute;
	left:0px;
	top:0px;
	display:inline-block;
}
.testimonial-block-two .inner-box .image img{
	position:relative;
	left:30px;
	box-shadow:30px 0px 35px rgba(0,0,0,0.10);
}
.testimonial-block-two .inner-box .image .icon{
	position:absolute;
	left:0px;
	top:40px;
	width:64px;
	height:64px;
	color:#ffffff;
	font-size:30px;
	z-index:1;
	line-height:64px;
	text-align:center;
	background-color:var(--thm-base);
	font-family: "flaticon";
	/* box-shadow:0px 0px 20px rgba(170,28,42,0.20); */
}
.testimonial-block-two .inner-box .content{
	position:relative;
	padding-top:40px;
}
.testimonial-block-two .inner-box .quote-icon{
	position:relative;
	line-height:1em;
	color:var(--thm-base);
	font-size:36px;
	margin-bottom:18px;
	display:inline-block;
	font-family: "flaticon";
}
.testimonial-block-two .inner-box .text{
	position:relative;
	color:#060606;
	font-size:24px;
	line-height:1.4em;
	font-weight:700;
	margin-bottom:20px;
	font-family: "CrimsonText-Bold";
}
.testimonial-block-two .inner-box .author-info{
	position:relative;
	padding-top:20px;
	color:#2c2c2c;
	font-size:20px;
	font-weight:700;
	border-top:1px solid #e0dfdf;
}
.testimonial-block-two .inner-box .author-info span{
	position:relative;
	display:block;
	color:#737272;
	font-size:15px;
	font-weight:400;
	margin-top:5px;
}
/*** 
====================================================================
	Testimonial Section
====================================================================
***/
.team-section{
	position:relative;
	overflow:inherit;
	padding:100px 0px 100px;
}
.team-section .owl-carousel .owl-stage-outer{
	padding:20px 0px 30px;
}
.team-section .owl-theme .team-block{
	margin:0px 15px;
}
.team-section .owl-carousel{
	margin:0px -15px;
	width:auto;
}
.team-section .owl-nav{
	display: none;
}
.team-section .owl-dots{
	position: relative;
	text-align:center;
	margin-top:10px;
	counter-reset:slides-num;
}
.team-section .owl-dots .owl-dot{
	position:relative;
	display: block;
	margin-left:0px;
	vertical-align: top;
	display:inline-block;
	counter-increment: slides-num;
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
}
.team-section .owl-dots .owl-dot:nth-child(1){
	margin-right:15px;
}
.team-section .owl-dots .owl-dot:nth-child(2){
	position:relative;
	width:40px;
	height:3px;
	top:11px;
	background-color:#ededed;
}
.team-section .owl-dots .owl-dot:nth-child(2) span{
	display:none;
}
.team-section .owl-dots .owl-dot:nth-child(3){
	position:relative;
	width:40px;
	height:3px;
	top:11px;
	background-color:#ededed;
}
.team-section .owl-dots .owl-dot:hover:nth-child(2),
.team-section .owl-dots .owl-dot:hover:nth-child(2),
.team-section .owl-dots .owl-dot.active:nth-child(2),
.team-section .owl-dots .owl-dot.active:nth-child(2),
.team-section .owl-dots .owl-dot:hover:nth-child(3),
.team-section .owl-dots .owl-dot:hover:nth-child(3),
.team-section .owl-dots .owl-dot.active:nth-child(3),
.team-section .owl-dots .owl-dot.active:nth-child(3){
	background-color:#edbd69;
}
.team-section .owl-dots .owl-dot:nth-child(3) span{
	display:none;
}
.team-section .owl-dots .owl-dot:nth-child(4){
	margin-left:10px;
}
.team-section .owl-dots .owl-dot span{
	position: relative;
	display: block;
	font-size: 20px;
	font-weight: 700;
	color: #040505;
	content:"0" counter(slides-num) "";
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	font-family: "CrimsonText-Bold";
}
.team-section .owl-dots .owl-dot span:before{
	position: relative;
	content:"0" counter(slides-num) "";
}
.team-section .owl-dots .owl-dot:hover span,
.team-section .owl-dots .owl-dot.active span{
	color: #edbd69;
	opacity:1;
}
.team-section .pattern-layer-one{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:425px;
	background-position:center center;
	background-repeat:repeat-x;
}
.team-block{
	position:relative;
}
.team-block .inner-box{
	position:relative;
	text-align:center;
	padding:40px 15px 0px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.team-block .inner-box:hover::before{
	box-shadow:0px 0px 25px rgba(0,0,0,0.25);
}
.team-block .inner-box:hover .overlay-layer{
	top:15px;
}
.team-block .inner-box .overlay-layer{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:20px;
	overflow:hidden;
	
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	background-position:center center;
}
.team-block .inner-box:hover .overlay-layer{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}
.team-block .inner-box .image-layer:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:0.80;
	background-color:#000000;
}
.team-block .inner-box .overlay-layer .line-pattern{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:1;
	background: url(../images/pattern-20.png);
	background-position:center center;
	background-repeat:no-repeat;
}
.team-block .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:22px;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.15);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.team-block .inner-box:hover::before{
	top:15px;
}
.team-block .inner-box:after{
	position:absolute;
	content:'';
	left:50%;
	top:0px;
	width:60px;
	height:5px;
	transform:translateX(-50%);
	background-color:var(--thm-blue);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.team-block .inner-box:hover::after{
	opacity:0;
}
.team-block .inner-box .image-outer{
	position:relative;
	display:inline-block;
}
.team-block .inner-box .image-outer .number{
	position:absolute;
	left:0px;
	top:0px;
	width:35px;
	height:35px;
	color:#ffffff;
	z-index:1;
	font-size:15px;
	line-height:35px;
	border-radius:50px;
	display:inline-block;
	background-color:var(--thm-base);
	box-shadow:0px 0px 20px rgba(170,28,42,0.18);
}
.team-block .inner-box .image{
	position:relative;
	width:132px;
	height:132px;
	border-radius:50%;
	overflow:hidden;
	border:2px solid transparent;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.team-block .inner-box:hover .image{
	border-color:#ffffff;
}
.team-block .inner-box .lower-content{
	position:relative;
	padding-top:20px;
}
.team-block .inner-box h5{
	margin-bottom:5px;
}
.team-block .inner-box h5 a{
	position:relative;
	color:#000000;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.team-block .inner-box:hover h5 a{
	color:#ffffff;
}
.team-block .inner-box .designation{
	position:relative;
	color:var(--thm-base);
	font-size:15px;
	padding:0px 10px 8px;
	display:inline-block;
	margin-bottom:18px;
	border-bottom:1px solid #dfdfdf;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.team-block .inner-box:hover .designation{
	color:var(--thm-blue);
	border-color:rgba(255,255,255,0.50);
}
.team-block .inner-box .text{
	position:relative;
	color:#666666;
	font-size:16px;
	padding:0px 20px;
	line-height:1.6em;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.team-block .inner-box:hover .text{
	color:#ffffff;
}
.team-block .inner-box .social-box{
	position:relative;
	padding:11px 25px;
	margin-top:30px;
	display:inline-block;
	background-color:var(--thm-base);
}
.team-block .inner-box .social-box li{
	position:relative;
	margin-right:13px;
	padding-right:15px;
	display:inline-block;
	border-right:1px solid rgba(255,255,255,0.30);
}
.team-block .inner-box .social-box li a{
	position:relative;
	color:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.team-block .inner-box .social-box li:last-child{
	padding-right:0px;
	margin-right:0px;
	border:none;
}
/*** 
====================================================================
	News Section
====================================================================
***/
.news-section-two{
	position:relative;
	overflow:inherit;
	padding:0px 0px 100px;
}
.news-section-two .pattern-layer-one{
	position:absolute;
	right:0px;
	top:-220px;
	width:481px;
	height:628px;
	background-repeat:no-repeat;
}
.news-section-two .pattern-layer-two{
	position:absolute;
	left:0px;
	bottom:-220px;
	width:432px;
	height:610px;
	background-repeat:no-repeat;
}
.news-section-two .button-box{
	position:relative;
	margin-top:30px;
}
.news-block-three{
	position:relative;
	margin-bottom:30px;
}
.news-block-three .inner-box{
	position:relative;
	background-color:#ffffff;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	box-shadow:0px 0px 15px rgba(0,0,0,0.15);
}
.news-block-three .inner-box:hover{
	box-shadow:0px 0px 35px rgba(0,0,0,0.25);
}
.news-block-three .inner-box .image{
	position:relative;
	overflow:hidden;
	background-color:var(--thm-base);
}
.news-block-three .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}
.news-block-three .inner-box:hover .image img{
	opacity:0.60;
	transform:scale(1.05,1.05);
}
.news-block-three .inner-box .image .post-date{
	position:absolute;
	right:0px;
	bottom:0px;
	color:#222222;
	font-size:17px;
	font-weight:700;
	padding:10px 20px;
	display:inline-block;
	background-color:#c1a974;
}
.news-block-three .inner-box .lower-content{
	position:relative;
	padding:25px 25px;
}
.news-block-three .inner-box .lower-content .post-meta{
	position:relative;
}
.news-block-three .inner-box .lower-content .post-meta li{
	position:relative;
	color:#666666;
	font-size:14px;
	margin-right:10px;
	font-weight:400;
	padding-left:22px;
	display:inline-block;
}
.news-block-three .inner-box .lower-content .post-meta li .icon{
	position:absolute;
	left:0px;
	top:2px;
	color:var(--thm-base);
	font-size:14px;
	margin-right:6px;
}
.news-block-three .inner-box .lower-content .post-meta li:last-child{
	margin-right:0px;
}
.news-block-three .inner-box .lower-content h5{
	margin-top:15px;
}
.news-block-three .inner-box .lower-content h5 a{
	position:relative;
	color:#0e0d0f;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}
.news-block-three .inner-box .lower-content h5 a:hover{
	color:var(--thm-base);
}
.news-block-three .inner-box .lower-content .text{
	position:relative;
	color:#0e0d0f;
	font-size:16px;
	line-height:1.7em;
	margin-top:8px;
}
.news-block-three .inner-box .lower-box{
	position:relative;
	padding-top:15px;
	margin-top:18px;
	border-top:1px solid #eaeaea;
}
.news-block-three .inner-box .lower-box .author{
	position:relative;
	padding-left:50px;
	color:#0e0d0f;
	font-size:16px;
	font-weight:600;
	padding-top:6px;
	font-family: 'Barlow', sans-serif;
}
.news-block-three .inner-box .lower-box .author .icon{
	position:absolute;
	left:0px;
	top:0px;
	width:38px;
	height:38px;
	border-radius:50px;
	background-color:var(--thm-base);
}
.news-block-three .inner-box .lower-box .more-detail{
	position:relative;
	color:#0e0d0f;
	font-size:15px;
	font-weight:600;
	margin-top:8px;
	padding-right:20px;
	display:inline-block;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}
.news-block-three .inner-box .lower-box .more-detail:before{
	position:absolute;
	 content: "\f11f";
	right:0px;
	color:var(--thm-base);
	font-family: "flaticon";
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}
.news-block-three .inner-box .lower-box .more-detail:hover{
	color:var(--thm-base);
}
/*** 
====================================================================
	Search Popup
====================================================================
***/
.search-popup{
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 99999;
	margin-top: -540px;
	transform: translateY(-100%);
	background-color: rgba(0,0,0,0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}
.sidenav-bar-visible .search-popup{
	width: 80%;
}
.search-popup:before{
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 560px;
	background-image: url(../images/waves-shape.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-top: 0px;
	content: "";
}
.search-active .search-popup{
	transform: translateY(0%);
	margin-top: 0;
}
.search-popup .close-search{
	position: absolute;
	left: 0;
	right: 0;
	top: 75%;
	margin: 0 auto;
	margin-top: -200px;
	border-radius: 50%;
	text-align: center;
	background-color: var(--thm-base);
	width: 70px;
	height: 70px;
	cursor:pointer;
	border:0px;
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
	border-bottom: 3px solid #ffffff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	opacity: 0;
	visibility: hidden;
}
.search-popup .close-search span{
	position: relative;
	display: block;
	font-size: 30px;
	color: #ffffff;
}
.search-active .search-popup .close-search{
	visibility: visible;
	opacity: 1;
	top: 50%;
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
}
.search-popup form{
	position: absolute;
	max-width: 700px;
	top: 50%;
	left: 15px;
	right: 15px;
	margin:-35px auto 0;
	transform: scaleX(0);
	transform-origin: center;
	background-color: #111111;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.search-active .search-popup form{
	transform: scaleX(1);
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
}
.search-popup .form-group{
	position:relative;
	margin:0px;	
	overflow: hidden;
}
.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]{
	position:relative;
	display:block;
	font-size:18px;
	line-height: 50px;
	color:#000000;
	height:70px;
	width:100%;
	padding: 10px 30px;
	background-color: #ffffff;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	font-weight:500;
	border:0px;
	text-transform:capitalize;
}
.search-popup .form-group input[type="submit"],
.search-popup .form-group button{
	position:absolute;
	right:30px;
	top:0px;
	height:70px;
	line-height: 70px;
	background: transparent;
	text-align:center;
	font-size:24px;
	color:#000000;
	padding: 0;
	cursor:pointer;
	border:0px;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}
.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover{
	color: #000000;
}
.search-popup input::placeholder,
.search-popup textarea::placeholder{
	color:#000000;
}
/*** 
====================================================================
	Clients Section
====================================================================
***/
.clients-section-two{
	position:relative;
}
.clients-section-two .inner-container{
	position:relative;
	padding:50px 0px 50px;
	border-top:1px solid #eeeeee;
}
.clients-section-two .inner-container .image-box img{
	position:relative;
	width:inherit;
	margin:0 auto;
	opacity:0.30;
	filter: grayscale(100%);
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}
.clients-section-two .inner-container .image-box:hover img{
	opacity:1;
	filter: grayscale(0%);
}
.clients-section-two .owl-dots,
.clients-section-two .owl-nav{
	display:none;
}
/*** 
====================================================================
	Main Footer
====================================================================
***/
.footer-style-two{
	position:relative;
	background-color:#0b0b0b;
	background-repeat:repeat;
}
.footer-style-two .upper-box{
	position:relative;
	text-align:center;
	border-bottom:1px solid rgba(255,255,255,0.15);
}
.footer-style-two .info-column{
	position:relative;
	border-left:1px solid rgba(255,255,255,0.15);
}
.footer-style-two .info-column:last-child{
	border-right:1px solid rgba(255,255,255,0.15);
}
.footer-style-two .info-column .inner-column{
	position:relative;
	padding:22px 0px;
}
.footer-style-two .info-column .content{
	position:relative;
	text-align:left;
	padding-left:50px;
	display:inline-block;
}
.footer-style-two .info-column .content .icon{
	position:absolute;
	left:0px;
	top:8px;
	color:#edbd69;
	font-size:24px;
}
.footer-style-two .info-column .content .text{
	position:relative;
	color:#ffffff;
	font-size:16px;
	line-height:1.7em;
}
.footer-style-two .info-column .content .text a{
	position:relative;
	display:block;
	color:#ffffff;
}
.footer-style-two .widgets-section{
	position:relative;
	padding-top:80px;
}
.footer-style-two .footer-widget{
	position:relative;
	margin-bottom:30px;
}
.footer-style-two .footer-widget h5{
	color:#ffffff;
	margin-bottom:25px;
	padding-bottom:12px;
}
.footer-style-two .footer-widget h5:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	height:3px;
	width:30px;
	background-color:var(--thm-base);
}
.footer-style-two .logo-widget{
	position:relative;
}
.footer-style-two .logo-widget .logo{
	position:relative;
	margin-bottom:20px;
}
.footer-style-two .logo-widget .text{
	position:relative;
	color:#9d9d9d;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7em;
}
/* List Link */
.list-link{
	position:relative;
}
.list-link li{
	position:relative;
	margin-bottom:12px;
}
.list-link li a{
	position:relative;
	color:#8c8c8c;
	font-size:15px;
	padding-left:0px;
	font-weight:400;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.list-link li a:hover{
	color:#ffffff;
	padding-left:22px;
}
.list-link li a:before{
	position:absolute;
	 content: "";
	left:0px;
	top:9px;
	width:12px;
	height:2px;
	opacity:0;
	background-color:#edbd69;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.list-link li a:hover::before{
	opacity:1;
}
.footer-style-two .newsletter-widget .text{
	position:relative;
	color:#9d9d9d;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8em;
	margin-bottom:20px;
}
/* Email Box */
.footer-style-two .email-box{
	position:relative;
	margin-bottom:22px;
}
.footer-style-two .email-box .form-group{
	position:relative;
	margin:0px;
	width:100%;
	max-width:100%;
}
.footer-style-two .email-box .form-group input[type="text"],
.footer-style-two .email-box .form-group input[type="email"]{
	position:relative;
	line-height:43px;
	padding:10px 55px 10px 25px;
	background-color:#303030;
	display:block;
	font-size:14px;
	height:50px;
	width:100%;
	color:#ffffff;
	box-shadow:inherit;
	border-radius:0px;
	border:0px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.footer-style-two .email-box .form-group input::placeholder,
.footer-style-two .email-box .form-group textarea::placeholder{
	color:#ffffff;
}
.footer-style-two .email-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:50px;
	width:64px;
	display:block;
	font-size:16px;
	color:#ffffff;
	border:0px;
	cursor:pointer;
	line-height:100%;
	font-weight:normal;
	text-align:center;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-color: var(--thm-base);
}
.footer-style-two .email-box .form-group button:hover{
	background-color:#edbd69;
	outline-offset:inherit !important;
}
.footer-style-two .newsletter-widget .social-box{
	position:relative;
}
.footer-style-two .newsletter-widget .social-box li{
	position:relative;
	margin-right:15px;
	display:inline-block;
}
.footer-style-two .newsletter-widget .social-box li a{
	position:relative;
	color:#494949;
	font-size:16px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.footer-style-two .newsletter-widget .social-box li a:hover{
	color:#089bff;
}
.footer-style-two .footer-bottom{
	position:relative;
	padding:18px 0px;
	margin-top:40px;
	border-top:1px solid rgba(255,255,255,0.15);
}
.footer-style-two .footer-bottom .copyright{
	position:relative;
	color:#c5c5c5;
	font-size:15px;
}
.footer-style-two .footer-bottom .text{
	position:relative;
	color:#c5c5c5;
	font-size:15px;
}
.footer-style-two .footer-bottom .text span{
	position:relative;
	color:var(--thm-base);
}
.footer-style-two .footer-bottom .text a{
	position:relative;
	color:#c5c5c5;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.footer-style-two .footer-bottom .text a:hover{
	color:#ffffff;
}
.nlhu2-about-counter .nlhu2-single-about-counter .nlhu2-counter-text{
	color:#ffffff;
	font-size: 34px;
    display: inline-block;
    font-weight: 700;
    font-family: "Crimson Text", serif;
}
.nlhu-single-counter-extra-style.count-box{
	font-weight: 700;
	font-size:60px;
	font-family: "Helvetica Neue",sans-serif;
}
.nlhu-single-counter .count-text{
	display:inline-block;
	font-family: "Helvetica Neue",sans-serif;
}
.nlhu-single-counter .count-text span{
	display:inline-block;
}
.nlhu-single-counter > span{
	top:2px;
}
.news-block-three .inner-box .lower-box .more-detail:hover::before{
	right:-8px;
}
.consult-section .form-column .inner-column .sec-title .title{
	color:#ffffff;
}